×
Create a new article
Write your page title here:
We currently have 302 articles on Knights of the Olde Speech. Type your article name above or click on one of the titles below and start writing!



Knights of the Olde Speech

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 22: Line 22:
h3{
h3{
     font-family: "Blackadder ITC";
     font-family: "Blackadder ITC";
     font-size:5;
     font-size:7;
}
}
h4{
h4{
     font-family: Chiller;
     font-family: Chiller;
     font-size:4;
     font-size:6;
}
}

Revision as of 11:36, 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";
    font-size:7;
}
h4{
    font-family: Chiller;
    font-size:6;
}