Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Gregfuller (talk | contribs) |
Gregfuller (talk | contribs) (testing) |
||
Line 4: | Line 4: | ||
body { | body { | ||
font-size: 130%; | font-size: 130%; | ||
− | background-color: # | + | background-color: #efeade; |
color: red; | color: red; | ||
} | } | ||
− | #mw- | + | #mw-head { |
− | background-color: # | + | background-color: #efeade; |
} | } |
Revision as of 22:24, 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; }