MediaWiki:Common.css: Difference between revisions

Content added Content deleted
No edit summary
(Adding Pyramid Love font 3.1)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Font for pyramid diagrams */
/* That Icehouse Wiki salmon background */
@font-face {
@media screen {
font-family: 'Pyramid Love';
body, #mw-page-base { background: #ffe9cc; }
src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff') format('woff');
}
}


.classname {
/* Hide the "Main Page" title to put a little more above the fold */
font-family: 'Pyramid Love';
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* Font for pyramid diagrams */
@font-face {
font-family: 'Pyramid Love';
src: url('/wiki/fonts/Pyramid-Love.woff') format('woff');
}
}