MediaWiki:Common.css

From Void Collection
Revision as of 17:49, 11 May 2021 by Jon (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎**** * Font declaration ****: @font-face { font-family: 'Genesys'; src: url('genesysglyphsanddice.woff2') format...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 declaration
*****/

@font-face {
    font-family: 'Genesys';
    src: url('genesysglyphsanddice.woff2') format('woff2'),
         url('genesysglyphsanddice.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*****
* Base style
*****/

.genesys {
  font-family: 'Genesys';
}

.genesys.dice {
  -webkit-text-stroke: 1.2px black;
}

.genesys.proficiency { color: #FDE600; }
.genesys.ability { color: #45AD48; }
.genesys.boost { color: #80CEC4; }
.genesys.setback { color: #231F20; }
.genesys.challenge { color: #771214; }
.genesys.difficulty { color: #552C7F; }
.genesys.combat { color: #C93227; }
.genesys.social { color: #145282; }
.genesys.general { color: #00773B; }