MediaWiki:Common.css: Difference between revisions
Appearance
TheRiftWiki (talk | contribs) No edit summary |
TheRiftWiki (talk | contribs) No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
body { background-image: url(media/background.png); } | body { background-image: url(media/background.png); } | ||
@media screen and (max-width: 850px) { | |||
#mw-content-block { | |||
background: #000; | |||
} | |||
Revision as of 23:37, 17 December 2025
/* CSS placed here will be applied to all skins */
body { background-image: url(media/background.png); }
@media screen and (max-width: 850px) {
#mw-content-block {
background: #000;
}