You people are INSANE. The board is perfect the way it is!!
'A Hole in the World'
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.
wait...how do you do the spoilerfont thing?
<span class="spoiler">Spoiler Goes Here</span>
I get and love the spoilerfont thing, but how to eliminate the Logo for work friendliness?
I think the board is perfectly lovely as it is. Of course, the last thing I need in my life is more css.
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;
}
no, #quotation is just the Jossverse quotes. Try
#header img {display:none;}
(my limited css-fu = not worthy of doubleposting)
Doh! Good point, I missed the closing div around the quotation. That makes more sense.
You people are INSANE. The board is perfect the way it is!!
runs over to sit with Jesse