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"); | ||
+ | } | ||
+ | body.page-Main_Page { | ||
+ | background-image: url("/images/DoomSnapmap_Wiki_background_v1.jpg"); | ||
+ | } | ||
+ | body.page-Special_SpecialPages { | ||
+ | background-image: url("/images/DoomSnapmap_Wiki_background_v3.jpg"); | ||
+ | } | ||
+ | body.page-Special_RecentChanges { | ||
+ | background-image: url("/images/DoomSnapmap_Wiki_background_v4.jpg"); | ||
} | } | ||
div#p-navigation, div#p-tb { | div#p-navigation, div#p-tb { |
Revision as of 2016-05-10T16:40:55
/* CSS placed here will be applied to all skins */
body {
background-image: url("/images/DoomSnapmap_Wiki_background_v2.jpg");
}
body.page-Main_Page {
background-image: url("/images/DoomSnapmap_Wiki_background_v1.jpg");
}
body.page-Special_SpecialPages {
background-image: url("/images/DoomSnapmap_Wiki_background_v3.jpg");
}
body.page-Special_RecentChanges {
background-image: url("/images/DoomSnapmap_Wiki_background_v4.jpg");
}
div#p-navigation, div#p-tb {
background-color: rgba(255,255,255,.5);
}
#p-logo a {
height: 80px;
}
#footer {
background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}