Edit: looks like "span" is edited out. So much for that...
Well, we can leave it in pretty simply. Consider it done.
Dawn ,'The Killer In Me'
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
Edit: looks like "span" is edited out. So much for that...
Well, we can leave it in pretty simply. Consider it done.
Nice! It works now.
So now I can create "spoilers in quotes" without manually entering the font color. Nifty. Now, how to educate the masses about that...
I've tweaked the spoiler-font color so I don't have to select it with the mouse,
OMG! I forgot I could do this now!
t runs off to make more changes
testing
This is really cool. Thank you, developer-type people!
Now all I need is the ability to create more style-sheets, one of which I would use from my phone (no links on the left, no admin threads, no quote, no images, no tags).
You people are INSANE. The board is perfect the way it is!!
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;
}