Difference between revisions of "MediaWiki:Common.css"

From IVS Wiki
Jump to: navigation, search
Line 19: Line 19:
  
 
.emphasize {
 
.emphasize {
   color = var(--ivsOrange);
+
   color = red;
 
   font-weight = 600;
 
   font-weight = 600;
 
}
 
}

Revision as of 10:03, 12 May 2022

/* 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 = red;
  font-weight = 600;
}