No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
.WikiaArticle{ | .WikiaArticle{ | ||
font-family: "Old English Text MT"; | font-family: "Old English Text MT"; | ||
list-style-type: circle; | list-style-type: circle; | ||
} | } | ||
Revision as of 13:21, 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";
list-style-type: circle;
}