Difference between revisions of "MediaWiki:Common.css"
| IVSWikiBlue (talk | contribs) | IVSWikiBlue (talk | contribs)  | ||
| Line 2: | Line 2: | ||
| :root { | :root { | ||
| − |    --ivsOrange: # | + |    --ivsOrange: #f68d2e; | 
|    --ivsRed: #e32526; |    --ivsRed: #e32526; | ||
|    --ivsGrey: #818181; |    --ivsGrey: #818181; | ||
Revision as of 15:17, 16 May 2022
/* CSS placed here will be applied to all skins */
:root {
  --ivsOrange: #f68d2e;
  --ivsRed: #e32526;
  --ivsGrey: #818181;
  --wikiGrey: #f6f6f6;
}
.expandContent {
  margin: 3px;
}
.basicBold {
  color: #383838;
  font-size:120%;
  font-weight: 600;
}
.emphasize {
  color = red;
  font-weight = 600;
}
