Difference between revisions of "MediaWiki:Vector.css"
From My Big TOE Wiki
Matrixwissen (talk | contribs) m |
Matrixwissen (talk | contribs) m |
||
Line 101: | Line 101: | ||
#wpTextbox1 { | #wpTextbox1 { | ||
color: #323D4F; | color: #323D4F; | ||
− | background-color: # | + | background-color: #F3DB86; |
} | } |
Revision as of 06:30, 20 November 2017
/* CSS placed here will affect users of the Vector skin */ #content { background: #F0E6C3; color: #323D4F; } #bodyContent { background: #F0E6C3; color: #323D4F; } #firstHeading { background: #F0E6C3; color: #323D4F; } #catlinks { background: #F0E6C3; color: #323D4F; } #mw-head-base { background: #E5CC70; color: #323D4F; } #mw-head { background: #E5CC70; color: #323D4F; } #mw-panel { background: #D9B083; color: #323D4F; } #p-logo { background: #E5CC70; color: #323D4F; } #p-navigation { background: #D9B083; color: #323D4F; } #p-tb { background: #D9B083; color: #323D4F; } #p-tb-label { background: #D9B083; color: #323D4F; } #p-affiliated_sites { background: #D9B083; color: #323D4F; } #p-tb.body { background: #D9B083; color: #323D4F; } #footer { background: #E5CC70; color: #323D4F; } #toc { background: #D9B083; color: #323D4F; } body { background: #E5CC70; color: #323D4F; } table { color: #323D4F; background-color: #F0E6C3; } #wpTextbox1 { color: #323D4F; background-color: #F3DB86; }