Dracorat
First Post
Since I browse this site at work, and black background shouts to my coworkers "goofing off" (but white web pages don't because my work ones are white) I made a set of custom CSS rules that changes the site to blue-on-white. Here is the CSS for others who would like the same thing. To use it, you have to have a browser that supports "user style sheets" - in my case, I'm using Chrome with "Personalized Web" extension.
The CSS:
The CSS:
Code:
body { background: white; color: black;}
body_alink, body a:link, body a:visited { color: #00F; }
.alt1, .alt1active {background: #FFFFF0 ! important; }
.alt2, .alt2active {background: #EEF ! important; }
.thead { background: #AAF ! important; }
div#mainContents>div>div.page>div:nth-child(1)>table.tborder>tbody>tr>td.alt1 { background: white ! important; }
#heading { background: white ! important; border: none; }
.tborder { background: white; border: 0px solid #EEE}
table {color: darkblue; border-spacing: 0px 0px ! important; cell-spacing: 0px 0px ! important;}
.smallfont { color: darkblue; }
.vbmenu_control, .vbmenu_control_alink, .vbmenu_control a:link, .vbmenu_control a:visited { background: white; color: darkblue; }
td { background-color: white ! important; }
select, .popup_feedback>div { background: white; color: darkblue; }
.button, .largeButton { border: 1px solid #AAA; background: #AAF; color: darkblue; }
.button:hover, .largeButton:hover, .button:focus, .button:active, .largeButton:focus, .largeButton:active { border: 1px solid #AAA; background: #DDF ! important; color: darkblue ! important; }
.panel, .panelsurround {background: #EEF; }
.vBulletin_editor, #vB_Editor_QR,
#vB_Editor_QR_controls *,
.imagebutton
{ background: #EEE ! important; }
.vbmenu_option a:link, .vbmenu_option a:visited { color: blue; }
.vbmenu_option a:hover { color: darkblue; }
.bginput, .controlbar>*>textarea, .controlbar>textarea { background: white ! important; color: darkblue ! important; background-color: white ! important;}
fieldset.fieldset>div, label {color: #88F ! important; }
.ofont, .ocolor, .osize, .osmilie, .osyscoloar, .smilietitle {color: black ! important; background-color: white ! important;}
.ofont:hover, .ocolor:hover, .osize:hover, .osmilie:hover, .osyscoloar:hover, .smilietitle:hover {color: #88F ! important; background-color: #EEF ! important;}
img:hover {border: none ! important; }
.imagebutton:hover { border: 1px silver solid ! important; }
Last edited: