MediaWiki:Common.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
imported>Sumpy
No edit summary
imported>Sumpy
No edit summary
Line 12: Line 12:
}
}


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

Revision as of 12:30, 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="/wiki/User:Sumpy"] { color:cyan; font-weight:bold; !important; }