MediaWiki:Common.css: Difference between revisions

From Void Collection
No edit summary
No edit summary
Line 35: Line 35:
.client-dark-mode.genesys.dice {
.client-dark-mode.genesys.dice {
   -webkit-text-stroke: 1.2px grey;
   -webkit-text-stroke: 1.2px grey;
 
}
 


.genesys.mw-no-invert{}
.genesys.mw-no-invert{}

Revision as of 18:49, 31 July 2024

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

.client-dark-mode.genesys.proficiency { color: #ffd700; }
.client-dark-mode.genesys.ability { color: #45AD48; }
.client-dark-mode.genesys.boost { color: #5bc7eb; }
.client-dark-mode.genesys.setback { color: #231F20; }
.client-dark-mode.genesys.challenge { color: #ff0000; }
.client-dark-mode.genesys.difficulty { color: #9562c9; }
.client-dark-mode.genesys.combat { color: #C93227; }
.client-dark-mode.genesys.social { color: #145282; }
.client-dark-mode.genesys.general { color: #00773B; }
.client-dark-mode.genesys.dice {
  -webkit-text-stroke: 1.2px grey;
}

.genesys.mw-no-invert{}
.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; }


#toc { float: left; margin-right:40px;}