Difference between revisions of "MediaWiki:Vector.css"

From Project: Gorgon Wiki
Jump to: navigation, search
Line 55: Line 55:
  
 
/* Changes Tools box */
 
/* Changes Tools box */
#p-tb {background-color:#1e1615ff;color:#e5b964;}
+
#p-tb {background-color:#9c8865ff;color:#e5b964;}
 
#p-tb a:link {color:#e5b964ff;}
 
#p-tb a:link {color:#e5b964ff;}
  
#footer {background-color:#1e1615ff;color:#ffffff;}
+
#footer {background-color:#9c8865ff;color:#000000;}
 
#footer a:link {color:#e5b964ff;}
 
#footer a:link {color:#e5b964ff;}
 
#footer-info {color:#e5b964ff;}
 
#footer-info {color:#e5b964ff;}
Line 64: Line 64:
 
body  {background-color:#1e1615ff;}
 
body  {background-color:#1e1615ff;}
  
#mw-head-base{background-color:#1e1615ff;color:#ffffff;}
+
#mw-head-base{background-color:#9c8865ff;color:#000000;}
 
#mw-head{background-color:#1e1615ff;}
 
#mw-head{background-color:#1e1615ff;}
 
<!-- Commented out for now.
 
<!-- Commented out for now.
div.vectorTabs span {background-color:#1e1615ff;color:#ffffff;}
+
div.vectorTabs span {background-color:#9c8865ff;color:#000000;}
div.vectorTabs li.selected a {color:#ffffff;}
+
div.vectorTabs li.selected a {color:#000000;}
 
div.vectorTabs span a {color:#e5b964ff;}
 
div.vectorTabs span a {color:#e5b964ff;}
 
-->
 
-->

Revision as of 22:59, 24 January 2018

/* CSS placed here will affect users of the Vector skin. Project:Gorgon wiki only uses the Vector skin right now. */
/* Modifies all content boxes on the wiki. (largest part of background on each page) */
#content { background-color: #9c8865ff; color:#ffffff;}
#content a { color:#e5b964ff; }

/* h1-h7 header styles. */
div#content h1 {
  color:#FFF0D1;
  font-family: Arial, sans-serif;
}

div#content h2 {
  color:#FFF0D1;
  font-family: Arial, sans-serif;
}

div#content h3 {
  color:#FFF0D1;
  font-family: Arial, sans-serif;
}

div#content h4 {
  color:#FFF0D1;
  font-family: Arial, sans-serif;
}

div#content h5 {
  color:#FFF0D1;
  font-family: Arial, sans-serif;
}

div#content h6 {
  color:#FFF0D1;
  font-family: Arial, sans-serif;
}

div#content h7 {
  color:#FFF0D1;
  font-family: Arial, sans-serif;
}
/* Changes the background color of the category link box. */
#catlinks { background-color:#1e1615ff;}
div.editOptions {color:#000000;}

/* Changes table of contents style. */
div#toc { background-color:#1e1615ff;color:#ffffff}
.tocnumber {color:#ffffff}

/* Changes the box with "Main Page, Recent Changes, Random Page, Help */
#p-navigation {background-color:#1e1615;color:#ffffff;}
#p-navigation a {color:#e5b964ff;}

/* Changes background color of the upper left logo */
#p-logo {background-color:#1e1615ff;color:#e5b964;}

/* Changes Tools box */
#p-tb {background-color:#9c8865ff;color:#e5b964;}
#p-tb a:link {color:#e5b964ff;}

#footer {background-color:#9c8865ff;color:#000000;}
#footer a:link {color:#e5b964ff;}
#footer-info {color:#e5b964ff;}

body  {background-color:#1e1615ff;}

#mw-head-base{background-color:#9c8865ff;color:#000000;}
#mw-head{background-color:#1e1615ff;}
<!-- Commented out for now.
div.vectorTabs span {background-color:#9c8865ff;color:#000000;}
div.vectorTabs li.selected a {color:#000000;}
div.vectorTabs span a {color:#e5b964ff;}
-->