The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu

The background art comes from Cherylann1960.

MediaWiki:Common.css: Difference between revisions

From The Codex
Line 11: Line 11:
   font-style: italic;
   font-style: italic;
}
}
#wpGroup-bureaucrat, label[for="wpGroup-bureaucrat"] {display:none}

Revision as of 21:00, 23 March 2019

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