MediaWiki: Common.css: Difference between revisions

From A Pyrrhic Fate
Jump to: navigation, search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:


@font-face {
@font-face {
     font-family: "clean typewriter";
     font-family: "elite typewriter";
     src: url(https://pyrrhicfate.valsarn.com/fonts/SpecialElite.ttf) format("truetype");
     src: url(https://pyrrhicfate.valsarn.com/fonts/SpecialElite.ttf) format("truetype");
}
@font-face {
    font-family: "title typewriter";
    src: url(https://pyrrhicfate.valsarn.com/fonts/Telegraphem.otf) format("truetype");
}
.navbar-brand {font-family: "title typewriter";}
.firstHeading {font-family: "title typewriter";}
.policeReport {
    background-color: #dfcd87;  background-image:
    url('images/paper_texture_3_by_wojtar_stock.jpg');
    font-family: typewriter;
}
}

Latest revision as of 00:28, 14 January 2017

/* CSS placed here will be applied to all skins */
@font-face {
    font-family: "typewriter";
    src: url(https://pyrrhicfate.valsarn.com/fonts/MyUnderwood.ttf) format("truetype");
}

@font-face {
    font-family: "elite typewriter";
    src: url(https://pyrrhicfate.valsarn.com/fonts/SpecialElite.ttf) format("truetype");
}

@font-face {
    font-family: "title typewriter";
    src: url(https://pyrrhicfate.valsarn.com/fonts/Telegraphem.otf) format("truetype");
}

.navbar-brand {font-family: "title typewriter";}
.firstHeading {font-family: "title typewriter";}
.policeReport {
    background-color: #dfcd87;  background-image:
    url('images/paper_texture_3_by_wojtar_stock.jpg');
    font-family: typewriter;
}