MediaWiki:Common.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
imported>Sumpy
No edit summary
imported>Sumpy
No edit summary
Line 11: Line 11:
   font-style: italic;
   font-style: italic;
}
}
/* Colors */
a[href="/wiki/User:Sumpy"] { color:#00FFFF; font-weight:bold; !important; }

Revision as of 12:35, 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;
}