MediaWiki:Common.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
No edit summary
(Adding Cards-and-Dice-2024.woff font functionality)
Line 10: Line 10:
font-family: 'Pyramid Love';
font-family: 'Pyramid Love';
}
}


/* Font for Cards-and-Dice-2024.woff */
@font-face {
font-family: 'Cards-and-Dice-2024';
src: url('https://static.miraheze.org/looneypyramidswiki/b/bd/Cards-and-Dice-2024.woff') format('woff');
}

.classname {
font-family: 'Cards-and-Dice-2024';
}






Revision as of 12:23, 20 April 2024

/* CSS placed here will be applied to all skins */

/* Font for pyramid diagrams */
@font-face {
    font-family: 'Pyramid Love';
    src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff') format('woff');
}

.classname {
    font-family: 'Pyramid Love';
}


/* Font for Cards-and-Dice-2024.woff */
@font-face {
    font-family: 'Cards-and-Dice-2024';
    src: url('https://static.miraheze.org/looneypyramidswiki/b/bd/Cards-and-Dice-2024.woff') format('woff');
}

.classname {
    font-family: 'Cards-and-Dice-2024';
}



/* Hide the Semantic MediaWiki loader indicator that makes the page contents "bounce" */
.smw-indicator-vertical-bar-loader {
	display: none;
}