Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: body { background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat; }") |
|||
| Line 2: | Line 2: | ||
body { | body { | ||
background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat; | background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat; | ||
| + | } | ||
| + | |||
| + | #mw-page-base { | ||
| + | background: none; | ||
} | } | ||
Revision as of 12:17, 24 December 2018
/* CSS placed here will be applied to all skins */
body {
background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat;
}
#mw-page-base {
background: none;
}