Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Gregfuller (talk | contribs) |
Gregfuller (talk | contribs) |
||
Line 7: | Line 7: | ||
color: red; | color: red; | ||
} | } | ||
+ | |||
#mw-head { | #mw-head { | ||
− | background-color: # | + | background-color: #ffeade; |
} | } | ||
#left-navigation, #right-navigation { | #left-navigation, #right-navigation { | ||
− | background-color: # | + | background-color: #ffeade; |
+ | } | ||
+ | |||
+ | /* take the ancient gradients off some of the top tabs */ | ||
+ | .vectorTabs ul li { | ||
+ | background-image: none; | ||
} | } |
Revision as of 22:37, 30 January 2019
/* CSS placed here will be applied to all skins */
/* magnify most everything */ body { font-size: 130%; background-color: #efeade; color: red; }
- mw-head {
background-color: #ffeade; }
- left-navigation, #right-navigation {
background-color: #ffeade; }
/* take the ancient gradients off some of the top tabs */ .vectorTabs ul li { background-image: none; }