MediaWiki:Common.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
m (Reverted edits by Dazeysan (talk) to last revision by Kataclysm)
Tag: Rollback
No edit summary
Line 9: Line 9:
.classname {
.classname {
font-family: 'Pyramid Love';
font-family: 'Pyramid Love';
}


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

Revision as of 14:30, 8 June 2023

/* 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';
}


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