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 8: | Line 8: | ||
#p-logo a { | #p-logo a { | ||
height: 80px; | height: 80px; | ||
+ | } | ||
+ | #footer { | ||
+ | background-color: rgba(255,255,255,.3); | ||
} | } |
Revision as of 2016-05-10T15:28:13
/* 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);
}
#p-logo a {
height: 80px;
}
#footer {
background-color: rgba(255,255,255,.3);
}