MediaWiki:Common.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
imported>Sumpy
m (1 revision)
imported>Sumpy
No edit summary
Line 12: Line 12:
}
}


body {
a[href=":Sumpy"],
  background-image: url('http://vignette3.wikia.nocookie.net/screamers/images/5/50/Wiki-background/revision/latest?cb=20150614003157');
a[href="/Sumpy"] {
  background-repeat: repeat;
    color: cyan !important;
    font-weight: bold !important;
}
}

Revision as of 12:27, 29 May 2016

/***** 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;
}

a[href=":Sumpy"],
a[href="/Sumpy"] {
    color: cyan !important;
    font-weight: bold !important;
}