No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
.watchlistredir { | .watchlistredir { | ||
font-style: italic; | font-style: italic; | ||
} | |||
.WikiaNotiifications{ | |||
background-color: red; | |||
} | } | ||
Revision as of 13:04, 12 April 2017
/***** 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;
}
.WikiaNotiifications{
background-color: red;
}