MediaWiki:Common.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
imported>UncoveredAgent200
 
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;
}