Difference between revisions of "MediaWiki:Common.css"

From IVS Wiki
Jump to: navigation, search
Line 9: Line 9:
  
 
* {
 
* {
   font-family: helvetica;
+
   font-family: helvetica
 +
}
 +
 
 +
body {
 
   color: #4A4A4A
 
   color: #4A4A4A
 
}
 
}

Revision as of 15:37, 16 May 2022

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

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

* {
  font-family: helvetica
}

body {
  color: #4A4A4A
}

h1 {
  color: #818181;
  font-weight: 600;}
#firstHeading {
  font-family: helvetica;
  color: #ff7a2b;}
h2 {
  color: #818181;
  font-weight: 600;}
h3 {
  color: #ff7a2b;
  font-weight: 600;}
h4 {
  color: #818181;
  font-weight: 600;}

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