Difference between revisions of "MediaWiki:Common.css"

From IVS Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
:root {
 
:root {
   --ivsOrange: #f68d2e;
+
   --ivsOrange: #ff7a2b;
 
   --ivsRed: #e32526;
 
   --ivsRed: #e32526;
 
   --ivsGrey: #818181;
 
   --ivsGrey: #818181;
Line 8: Line 8:
 
}
 
}
  
 +
* {
 +
  font-family: helvetica;
 +
  color: #4A4A4A
 +
}
 +
 +
pre {
 +
  background-color: #f3f3f3;
 +
  border-radius: 10px;}
 
.expandContent {
 
.expandContent {
 
   margin: 5px;
 
   margin: 5px;

Revision as of 15:21, 16 May 2022

/* CSS placed here will be applied to all skins */

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

* {
  font-family: helvetica;
  color: #4A4A4A
}

pre { 
  background-color: #f3f3f3;
  border-radius: 10px;}
.expandContent {
  margin: 5px;
  border-radius: 5px;
}

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

.emphasize {
  color = red;
  font-weight = 600;
}