Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Gregfuller (talk | contribs) (testing) |
Gregfuller (talk | contribs) |
||
Line 9: | Line 9: | ||
#mw-head { | #mw-head { | ||
+ | background-color: #efeade; | ||
+ | } | ||
+ | |||
+ | #left-navigation, #right-navigation { | ||
background-color: #efeade; | background-color: #efeade; | ||
} | } |
Revision as of 22:29, 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: #efeade; }
- left-navigation, #right-navigation {
background-color: #efeade; }