Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Gregfuller (talk | contribs) (testing) |
Gregfuller (talk | contribs) |
||
Line 6: | Line 6: | ||
background-color: #7a7a7a; | background-color: #7a7a7a; | ||
color: red; | color: red; | ||
+ | } | ||
+ | |||
+ | #mw-page-base { | ||
+ | background-color: #7a7a7a; | ||
} | } |
Revision as of 22:19, 30 January 2019
/* CSS placed here will be applied to all skins */
/* magnify most everything */ body { font-size: 130%; background-color: #7a7a7a; color: red; }
- mw-page-base {
background-color: #7a7a7a; }