Due to the recent resurgence of spam, we have temporarily disabled user creation and page editing/creation as we resolve the issue.
Difference between revisions of "MediaWiki:Common.css"
From Snapwiki
Line 2: | Line 2: | ||
body { | body { | ||
background-image: url("/images/DoomSnapmap_Wiki_background_v2.jpg"); | background-image: url("/images/DoomSnapmap_Wiki_background_v2.jpg"); | ||
+ | } | ||
+ | div#p-navigation, div#p-tb { | ||
+ | background-color: rgba(255,255,255,.5); | ||
} | } |
Revision as of 2016-05-10T15:16:34
/* CSS placed here will be applied to all skins */
body {
background-image: url("/images/DoomSnapmap_Wiki_background_v2.jpg");
}
div#p-navigation, div#p-tb {
background-color: rgba(255,255,255,.5);
}