MediaWiki:Common.css: Difference between revisions

From MythCraft Online SRD
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 5: Line 5:
background: url("/images/TexturedBackground.jpg");
background: url("/images/TexturedBackground.jpg");
background-size: cover;
background-size: cover;
}
a:link {
  color: red;
}
}

Revision as of 15:31, 13 November 2023

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


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