MediaWiki:Common.css: Difference between revisions
From Screamer Wiki
imported>Sumpy m (1 revision) |
imported>Sumpy No edit summary |
||
Line 12: | Line 12: | ||
} | } | ||
a[href=":Sumpy"], | |||
a[href="/Sumpy"] { | |||
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;
}