MediaWiki:Common.css: Difference between revisions

From Void Collection
No edit summary
No edit summary
Line 5: Line 5:
@font-face {
@font-face {
     font-family: 'Genesys';
     font-family: 'Genesys';
     src: url('wiki/resources/assets/genesysglyphsanddice.woff2?') format('woff2'),
     src: url('resources/assets/genesysglyphsanddice.woff2?') format('woff2'),
         url('wiki/resources/assets/genesysglyphsanddice.woff?') format('woff');
         url('resources/assets/genesysglyphsanddice.woff?') format('woff');
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;

Revision as of 18:02, 11 May 2021

/* CSS placed here will be applied to all skins */
/*****
* Font declaration
*****/
@font-face {
    font-family: 'Genesys';
    src: url('resources/assets/genesysglyphsanddice.woff2?') format('woff2'),
         url('resources/assets/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; }