Screamer Forums and Screamer gallery have returned.
The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
imported>UncoveredAgent200 Created page with "→**** CSS placed here will be applied to all skins on the entire site. ****: →Mark redirects in Special:Allpages and Special:Watchlist: .allpagesredirect { font-styl..." |
imported>Sumpy m 1 revision |
(No difference)
| |
Revision as of 17:04, 3 August 2015
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
body {
background-image: url('http://vignette3.wikia.nocookie.net/screamers/images/5/50/Wiki-background/revision/latest?cb=20150614003157');
background-repeat: repeat;
}