View Single Post
Old 2009-03-28, 12:30   Link #8
felix
sleepyhead
*Author
 
 
Join Date: Dec 2005
Location: event horizon
*Cats thinks banners rotate too fast*
Te he he.
Code:
/* === [Banner] Hide Banner === */
h1#asf-head {display: none !important;}
Code:
/* === [Banner] Custom Background === */
h1#asf-head {background-image: url('http://forums.animesuki.com/images/as.global/banners/2009/03/bg.jpg') !important;}
Code:
/* === [Banner] Fixed Banner === */
h1#asf-head a[name="top"] + a[href="/"] 
{background-image: url('http://forums.animesuki.com/images/as.global/banners/2009/03/02.jpg') !important;}
--------------------------
One by Slice of Life,
Quote:
Originally Posted by Slice of Life View Post
To answer my own question after doing some research: Yes, there is an add-on that does the trick, namely Stylish which allows you to write your own stylesheets to override the ones already present. It's easy to implement a minimal solution that keeps all spoilerboxes always open for you.

Spoiler for the necessary code:
Here is the snippet version for this thread:
Code:
/* === [Spoiler] All Open === */
.spoilerbox {display: block !important;}

Last edited by felix; 2009-03-28 at 12:46.
felix is offline   Reply With Quote