Difference between revisions of "MediaWiki:Vector.css"

From Project: Gorgon Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
div#content h1 {
 
div#content h1 {
   color:#7B2D19;
+
   color:#e5b964ff;
 
}
 
}
  
 
div#content h2 {
 
div#content h2 {
   color:#7B2D19;
+
   color:#e5b964ff;
 
}
 
}
  
 
div#content h3 {
 
div#content h3 {
   color:#7B2D19;
+
   color:#e5b964ff;
 
}
 
}
  
 
div#content h4 {
 
div#content h4 {
   color:#7B2D19;
+
   color:#e5b964ff;
 
}
 
}
  
 
div#content h5 {
 
div#content h5 {
   color:#7B2D19;
+
   color:#e5b964ff;
 
}
 
}
  

Revision as of 23:06, 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:#e5b964ff;
}

div#content h2 {
  color:#e5b964ff;
}

div#content h3 {
  color:#e5b964ff;
}

div#content h4 {
  color:#e5b964ff;
}

div#content h5 {
  color:#e5b964ff;
}


div#content h6 {
  color:#e5b964ff;
}