MediaWiki:Common.css

From Looney Pyramid Games Wiki
Revision as of 16:59, 21 April 2024 by Dazeysan (talk | contribs) (Adding v1.11 font to compare with whatever the wiki is using for the original file name)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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-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');
}

/* 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" */
.smw-indicator-vertical-bar-loader {
	display: none;
}