Jump to content

User:Frenzyface/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
fixed table headings
left out background 4 table of contents
 
Line 5: Line 5:
table.ambox { background: #353535; /*was#FBFBFB;*/ }
table.ambox { background: #353535; /*was#FBFBFB;*/ }


.infobox { background-color: #393939; /*was#F9F9F9;*/ }
.infobox, #toc, .toc, .mw-warning { background-color: #393939; /*was#F9F9F9;*/ }


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

Latest revision as of 14:18, 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;*/ }

.infobox, #toc, .toc, .mw-warning { background-color: #393939; /*was#F9F9F9;*/ }

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

th { color: #000; }

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, .infobox {  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;*/ }