Forum white background

Soldato
Joined
30 Jan 2007
Posts
15,505
Location
PA, USA (Orig UK)
Don't really know where to put this so....

Can we please get an option to have a white background and black text (i.e. windows friendly) for the forum please. I do most of my posting at work *eek* so would be very useful for me and most other peeps I would bet.

Please consider this :)

Matthew
 
Check this out: http://forums.overclockers.co.uk/showthread.php?t=17569431

You can supply your own CSS stylesheets and customize the site to your needs.

If you just need to white out the page temporarily and you don't care about making it ugle you could always disable CSS. View -> Page Style -> No Style

EDIT: You might also be interested in http://www.workfriendly.net/

It's an open proxy that styles the pages you view like popular MS Office products.
 
Last edited:
whitene8.png


That's really quick and dirty, but it seems to do what you want. I just changed the colors in robmiller's CSS:
Code:
@-moz-document domain(forums.overclockers.co.uk) {
	/* 
	** OcUK colour scheme changer 
	** By Rob Miller
	*/
	* { color:#000 !important; }
	textarea, input, body, .page, .thead, .tfoot, .alt2, .alt2Active, .panel { background:#eee 
!important; }
	.alt1, .alt1Active, .panelsurround, .vbmenu_option { background:#fff !important; }
	.vbmenu_control, .vbmenu_hilite, .tcat { background-color: #fff !important; }
	.vbmenu_popup { border: 1px solid #eee !important; }
}
EDIT: You can also use CSS to specify new buttons so that you can make ones to match your new chosen theme. You can disable signatures and avatars for extra win.
 
Last edited:
Back
Top Bottom