The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu
Support the wiki on our official Ko-Fi page or Patreon page!
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 23:07, 22 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;
}
#wpGroup-bureaucrat, label[for="wpGroup-bureaucrat"] {display:none}