Difference between revisions of "MediaWiki:Vector.css"

From Project: Gorgon Wiki
Jump to: navigation, search
m
m
Line 32: Line 32:
  
 
#catlinks { background-color:#1e1615ff;}
 
#catlinks { background-color:#1e1615ff;}
 +
.mw-editsection {
 +
  font-family: Arial, sans-serif;
 +
  line-height: unset;
 +
  color:#000000;
 +
}

Revision as of 23:30, 22 January 2018

/* CSS placed here will affect users of the Vector skin */
#content { background-color: #1e1615ff; color:#ffffff;}
#content a { color:#e5b964ff; }

div#content h1 {
  color:#FFF0D1;
}

div#content h2 {
  color:#FFF0D1;
}

div#content h3 {
  color:#FFF0D1;
}

div#content h4 {
  color:#FFF0D1;
}

div#content h5 {
  color:#FFF0D1;
}

div#content h6 {
  color:#FFF0D1;
}

div#content h7 {
  color:#FFF0D1;
}

#catlinks { background-color:#1e1615ff;}
.mw-editsection {
  font-family: Arial, sans-serif;
  line-height: unset;
  color:#000000;
}