MediaWiki:Common.css: Difference between revisions

From MythCraft Online SRD
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




body {
zbody {
background: url("/images/TexturedBackground.jpg");
background: url("/images/TexturedBackground.jpg");
background-size: cover;
background-size: cover;
}
#mw-panel {
font-color: #008000;
}
}

Revision as of 15:38, 13 November 2023

/* CSS placed here will be applied to all skins */


zbody {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
}