MediaWiki:Common.css

From IVS Wiki
Revision as of 10:01, 12 May 2022 by IVSWikiBlue (talk | contribs)
Jump to: navigation, search
/* CSS placed here will be applied to all skins */

:root {
  --ivsOrange: #ff7a2b;
  --ivsRed: #e32526;
  --ivsGrey: #818181;
  --wikiGrey: #f6f6f6;
}

.expandContent {
  margin: 3px;
}

.basicBold {
  color: #383838;
  font-size:120%;
  font-weight: 600;
}

.emphasize {
  color = var(--ivsOrange);
  font-weight = 600;
}