Jump to content

User:Frenzyface/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
trying to fix link and table of contents and headings
fixed a warning and what-not
Line 3: Line 3:
#mw-page-base, div#content, .suggestions-results, .suggestions-special { background-color: #333; /*was white;*/ }
#mw-page-base, div#content, .suggestions-results, .suggestions-special { background-color: #333; /*was white;*/ }


table.ambox { background: #353535; /*was#FBFBFB;*/ }
#toc, .toc, .mw-warning {
border: 1px solid #555; /*was#AAA;*/
background-color: #363636; /*was#F9F9F9;*/
}


div#content, textarea, input, select, h1, h2, h3, h4, h5, h6 { color: #aaa; /*wasblack;*/ }
div#content, textarea, input, select, h1, h2, h3, h4, h5, h6 { color: #aaa; /*wasblack;*/ }
Line 21: Line 18:


div#mw-js-message {
div#mw-js-message {
border: solid 1px #555; /*was#DDD;*/
border: solid 1px #555; /*was#DDD;*/
background-color: #363636; /*was#FCFCFC;*/
background-color: #363636; /*was#FCFCFC;*/
}
}


table.fmbox, .suggestions-results, .suggestions-special { border: 1px solid #888; /*was#AAA;*/ }
table.fmbox, .suggestions-results, .suggestions-special, #toc, .toc, .mw-warning { border: 1px solid #888; /*was#AAA;*/ }


div.vectorTabs ul li { background-color: #3f3f3f; /*was#F3F3F3;*/ }
div.vectorTabs ul li { background-color: #3f3f3f; /*was#F3F3F3;*/ }

Revision as of 13:57, 17 March 2012

html, body { font-family: loma,sans-serif; }

#mw-page-base, div#content, .suggestions-results, .suggestions-special { background-color: #333; /*was white;*/ }

table.ambox { background: #353535; /*was#FBFBFB;*/ }

div#content, textarea, input, select, h1, h2, h3, h4, h5, h6 { color: #aaa; /*wasblack;*/ }

a, #mw-panel.collapsible-nav div.collapsed h5 { color: #6f6; /*was#0645ad;*/ }

a:visited { color: #6a6; }

a.new, #p-personal a.new { color: #f80; /*was#BA0000;*/ }

/* div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #faadad; /*was#A55858;*/ } */

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #777; /*was#333;*/ }

div#mw-js-message {
    border: solid 1px #555; /*was#DDD;*/
    background-color: #363636; /*was#FCFCFC;*/
}

table.fmbox, .suggestions-results, .suggestions-special, #toc, .toc, .mw-warning {  border: 1px solid #888; /*was#AAA;*/ }

div.vectorTabs ul li { background-color: #3f3f3f; /*was#F3F3F3;*/ }

#mw-panel.collapsible-nav div.portal h5 { color: #4d4d4d; /*was#4D4D4D;*/ }

table.fmbox-warning { background: #553131; /*was#FFDBDB;*/ }