Difference between revisions of "MediaWiki:Vector.css"
From My Big TOE Wiki
Matrixwissen (talk | contribs) m |
Matrixwissen (talk | contribs) m |
||
(10 intermediate revisions by the same user not shown) | |||
Line 34: | Line 34: | ||
#mw-panel { | #mw-panel { | ||
− | background: # | + | background: #D9B083; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
#p-logo { | #p-logo { | ||
− | background: # | + | background: #E5CC70; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
#p-navigation { | #p-navigation { | ||
− | background: # | + | background: #D9B083; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
#p-tb { | #p-tb { | ||
− | background: # | + | background: #D9B083; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
#p-tb-label { | #p-tb-label { | ||
− | background: # | + | background: #D9B083; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
+ | #p-affiliated_sites { | ||
+ | background: #D9B083; | ||
+ | color: #323D4F; | ||
+ | } | ||
#p-tb.body { | #p-tb.body { | ||
− | background: # | + | background: #D9B083; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
Line 69: | Line 73: | ||
color: #323D4F; | color: #323D4F; | ||
} | } | ||
− | |||
− | |||
− | |||
#toc { | #toc { | ||
− | background: # | + | background: #D9B083; |
color: #323D4F; | color: #323D4F; | ||
} | } | ||
− | |||
− | |||
− | |||
body { | body { | ||
Line 89: | Line 87: | ||
color: #323D4F; | color: #323D4F; | ||
background-color: #F0E6C3; | background-color: #F0E6C3; | ||
+ | } | ||
+ | |||
+ | #wpTextbox1 { | ||
+ | color: #323D4F; | ||
+ | background-color: #F3DB86; | ||
} | } |
Latest revision as of 13:40, 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; }