Screamer Forums and Screamer gallery have returned.

The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.

MediaWiki:Common.css: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
imported>Sumpy
No edit summary
imported>Sumpy
No edit summary
Line 13: Line 13:


/* Colors */
/* Colors */
a[href="/wiki/User:Sumpy"] { color:cyan; font-weight:bold; !important; }
a[href="/wiki/User:Sumpy"] { color:#00FFFF; font-weight:bold; !important; }

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

/* Colors */
a[href="/wiki/User:Sumpy"] { color:#00FFFF; font-weight:bold; !important; }