User:Krytyk/vector.css: Difference between revisions
Jump to navigation
Jump to search
m Blanked the page |
mNo edit summary |
||
Line 1: | Line 1: | ||
@-moz-document domain('baka-tsuki.org'), url-prefix('http://www.baka-tsuki.org/') { | |||
div#mw-head, table, html, body, div.vectorTabs ul li{ | |||
background-color:#333333 !important; | |||
background:#333333 !important; | |||
color:white !important; | |||
} | |||
div#content{ | |||
background-color:#333333 !important; | |||
color:white !important; | |||
} | |||
#content{ | |||
background-color:#333333 !important; | |||
color:white !important; | |||
} | |||
footer{ | |||
background-color:#333333 !important; | |||
color:white !important; | |||
} | |||
bodycontent{ | |||
background-color:#333333 !important; | |||
color:white !important; | |||
} | |||
div#mw-panel{ | |||
background-color:#333333 !important; | |||
color:white !important; | |||
} | |||
div#footer{ | |||
background-color:#333333 !important; | |||
color:white !important; | |||
} | |||
a { | |||
color:#81ff7e !important; | |||
} | |||
a.new, #quickbar a.new{ | |||
color:white !important; | |||
} | |||
} |
Revision as of 16:41, 30 June 2014
@-moz-document domain('baka-tsuki.org'), url-prefix('http://www.baka-tsuki.org/') { div#mw-head, table, html, body, div.vectorTabs ul li{ background-color:#333333 !important; background:#333333 !important; color:white !important; } div#content{ background-color:#333333 !important; color:white !important; } #content{ background-color:#333333 !important; color:white !important; } footer{ background-color:#333333 !important; color:white !important; } bodycontent{ background-color:#333333 !important; color:white !important; } div#mw-panel{ background-color:#333333 !important; color:white !important; } div#footer{ background-color:#333333 !important; color:white !important; } a { color:#81ff7e !important; } a.new, #quickbar a.new{ color:white !important; } }