Where'd they get CAT scan from?... I mean, did they test it on cats? Or does the machine sort of look like a cat?

Dawn ,'Sleeper'


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.


tiggy - May 11, 2008 1:30:06 pm PDT #1968 of 4673
I do believe in killing the messenger, you know why? Because it sends a message. ~ Damon Salvatore

wait...how do you do the spoilerfont thing?


Gris - May 11, 2008 1:33:21 pm PDT #1969 of 4673
Hey. New board.

<span class="spoiler">Spoiler Goes Here</span>


Laura - May 11, 2008 1:33:34 pm PDT #1970 of 4673
Our wings are not tired.

I get and love the spoilerfont thing, but how to eliminate the Logo for work friendliness?


Ginger - May 11, 2008 1:33:54 pm PDT #1971 of 4673
"It didn't taste good. It tasted soooo horrible. It tasted like....a vodka martini." - Matilda

I think the board is perfectly lovely as it is. Of course, the last thing I need in my life is more css.


Gris - May 11, 2008 1:36:14 pm PDT #1972 of 4673
Hey. New board.

I get and love the spoilerfont thing, but how to eliminate the Logo for work friendliness?

If you want to get rid of the entire top header (top image and quote) but leave other images, you could use:

#quotation {
  display: none;
}

At least, I think that would work.

If you just want to get rid of the logo, but keep the quote, use:

#quotation img {
  display: none;
}

If you want to get rid of the b.org logo AND the smaller logos (like Message Center, FAQ, etc) combine the one above with

#subtext img {
   display:none;
}


amych - May 11, 2008 1:38:47 pm PDT #1973 of 4673
Now let us crush something soft and watch it fountain blood. That is a girlish thing to want to do, yes?

no, #quotation is just the Jossverse quotes. Try

#header img {display:none;}


amych - May 11, 2008 1:38:56 pm PDT #1974 of 4673
Now let us crush something soft and watch it fountain blood. That is a girlish thing to want to do, yes?

(my limited css-fu = not worthy of doubleposting)


Gris - May 11, 2008 1:39:42 pm PDT #1975 of 4673
Hey. New board.

Doh! Good point, I missed the closing div around the quotation. That makes more sense.


Ailleann - May 11, 2008 1:42:42 pm PDT #1976 of 4673
vanguard of the socialist Hollywood liberal homosexualist agenda

You people are INSANE. The board is perfect the way it is!!

runs over to sit with Jesse


§ ita § - May 11, 2008 1:42:52 pm PDT #1977 of 4673
Well not canonically, no, but this is transformative fiction.

how to eliminate the Logo for work friendliness?

I yanked all images, which leaves the button images, but loses you the custom headers like the edit post pages, for instance, by doing img {display:none}.