No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
h1{ | h1{ | ||
font-family: Algerian; | font-family: Algerian; | ||
} | |||
h2{ | |||
font-family: "Old English Text MT"; | |||
} | |||
h3{ | |||
font-family: "Blackadder ITC"; | |||
} | |||
h4{ | |||
font-family: Chiller; | |||
} | } | ||
Revision as of 11:26, 13 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;
}
.WikiaArticle{
font-family: "Times New Roman";
}
h1{
font-family: Algerian;
}
h2{
font-family: "Old English Text MT";
}
h3{
font-family: "Blackadder ITC";
}
h4{
font-family: Chiller;
}