Difference between revisions of "MediaWiki:Vector.css"
From My Big TOE Wiki
Matrixwissen (talk | contribs) |
Matrixwissen (talk | contribs) m |
||
Line 6: | Line 6: | ||
} | } | ||
+ | #bodyContent { | ||
+ | background: #F0E6C3; | ||
+ | color: #323D4F; | ||
+ | } | ||
+ | |||
+ | #firstHeading { | ||
+ | background: #F0E6C3; | ||
+ | color: #323D4F; | ||
+ | } | ||
+ | |||
+ | |||
+ | #catlinks { | ||
+ | background: #F0E6C3; | ||
+ | color: #323D4F; | ||
+ | } | ||
#mw-head-base { | #mw-head-base { | ||
Line 29: | Line 44: | ||
#p-tb { | #p-tb { | ||
+ | background: #F0E6C3; | ||
+ | color: #323D4F; | ||
+ | } | ||
+ | |||
+ | #p-tb-label { | ||
+ | background: #F0E6C3; | ||
+ | color: #323D4F; | ||
+ | } | ||
+ | |||
+ | |||
+ | #p-tb.body { | ||
+ | background: #F0E6C3; | ||
+ | color: #323D4F; | ||
+ | } | ||
+ | |||
+ | |||
+ | #footer { | ||
background: #F0E6C3; | background: #F0E6C3; | ||
color: #323D4F; | color: #323D4F; |
Revision as of 04:43, 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: #F0E6C3; color: #323D4F; } #mw-panel { background: #F0E6C3; color: #323D4F; } #p-logo { background: #F0E6C3; color: #323D4F; } #p-navigation { background: #F0E6C3; color: #323D4F; } #p-tb { background: #F0E6C3; color: #323D4F; } #p-tb-label { background: #F0E6C3; color: #323D4F; } #p-tb.body { background: #F0E6C3; color: #323D4F; } #footer { background: #F0E6C3; color: #323D4F; } body { background: #E5CC70 url(headbg_earth.jpg) 0 0 no-repeat; color: #323D4F; } table { color: #323D4F; background-color: #F0E6C3; }