MediaWiki:Common.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
(Adding v1.11 font to compare with whatever the wiki is using for the original file name)
(updating Cards and Dice font to 1.17)
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
}
}


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


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


/* Hide the Semantic MediaWiki loader indicator that makes the page contents "bounce" */
/* Hide the Semantic MediaWiki loader indicator that makes the page contents "bounce" */

Latest revision as of 02:43, 25 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');
}

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


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