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
Sayo Yasuda (talk | contribs) |
|||
Line 1: | Line 1: | ||
/***** CSS placed here will be applied to all skins on the entire site. *****/ | /***** 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; | |||
} |
Revision as of 05:10, 13 December 2018
/***** 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;
}