Hmm. It's sounds like the finest party I can imagine getting paid to go to.

Mal ,'Shindig'


Buffistas Building a Better Board ++

Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.


§ ita § - May 11, 2008 7:40:02 am PDT #1833 of 4673
Well not canonically, no, but this is transformative fiction.

The link to the new stylesheet is [link]

Guys--this is why I asked for input before I changed over, so there'd be fewer surprises when it actually happened. No one who checked minded the line, so the line came over.


DXMachina - May 11, 2008 7:42:39 am PDT #1834 of 4673
You always do this. We get tipsy, and you take advantage of my love of the scientific method.

I see now that my complaint about line weirdness was really that stupid gray line coincidently aligning with the line underneath "Read New | Message Center", etc.

The text in the left column looks odd, although I can't put my finger on why. The font seems correct, unless maybe it's a point size too big, but the spacing seems off.

Another vote for providing the default CSS so people can see how it can be edited. Goodbye, Verdana!


Lee - May 11, 2008 7:46:14 am PDT #1835 of 4673
The feeling you get when your brain finally lets your heart get in its pants.

Thanks ita, for everything.

Also, I am sorry for the whining now and not checking the css earlier--I thought I'd been keeping up here until this week, but clearly I wasn't.


Jon B. - May 11, 2008 7:48:54 am PDT #1836 of 4673
A turkey in every toilet -- only in America!

I see now that my complaint about line weirdness was really that stupid gray line coincidently aligning with the line underneath "Read New | Message Center", etc.

'Xactly. I think I've found a fix for the line-iness. I did it by moving the posting box and the jump & search forms from the footer into the main section. My fix is up at css.buffistas.net, if anyone wants to take a look.

Another vote for providing the default CSS so people can see how it can be edited.

The stylesheet lives here: [link]


Laura - May 11, 2008 7:54:41 am PDT #1837 of 4673
Our wings are not tired.

Y'all rock. Thanks for the efforts. heads off to play with css


DXMachina - May 11, 2008 7:55:11 am PDT #1838 of 4673
You always do this. We get tipsy, and you take advantage of my love of the scientific method.

this is why I asked for input before I changed over

Sorry about that. I didn't even know where the CSS site was until Friday.


Ginger - May 11, 2008 8:01:00 am PDT #1839 of 4673
"It didn't taste good. It tasted soooo horrible. It tasted like....a vodka martini." - Matilda

Mea culpa. I would have been pissed at a client that did that to me. I had looked at the css version, but not really processed it.


Lee - May 11, 2008 8:01:12 am PDT #1840 of 4673
The feeling you get when your brain finally lets your heart get in its pants.

I was hoping I could change my settings so that there was less padding in the posts, especially at the bottom.

I tried changing this
post {
padding-bottom: 1.5em;
padding-top: 1em;
border-bottom: solid 1px;
}

to this

post {
padding-bottom: .25em;
padding-top: .25em;
border-bottom: solid 1px;
}

But it didn't help. What should I be doing?


§ ita § - May 11, 2008 8:04:02 am PDT #1841 of 4673
Well not canonically, no, but this is transformative fiction.

Everyone's getting the turbo css course. Kewl.

Except for those of you that didn't want it, sadly.

Perkins, try increasing the number instead--the padding is the blank space. Or have a look at what Jon's done at css.buffistas.net, and if that meets with general acclaim it can be ported over.


Lee - May 11, 2008 8:07:43 am PDT #1842 of 4673
The feeling you get when your brain finally lets your heart get in its pants.

Perkins, try increasing the number instead--the padding is the blank space.

If I increase the padding number, there'll be less blank space?

I will try that.

The gray line of doom still shows up at the css site for me, by the way.