No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
} | } | ||
.WikiaNotiifications{ | .WikiaNotiifications li div{ | ||
background-color: red; | background-color: red; | ||
} | |||
.WikiaArticle{ | |||
font-family: "Old English Text MT"; | |||
} | } | ||
Revision as of 13:08, 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 li div{
background-color: red;
}
.WikiaArticle{
font-family: "Old English Text MT";
}