Difference between revisions of "MediaWiki:Vector.css"
From Project: Gorgon Wiki
m |
|||
| Line 40: | Line 40: | ||
} | } | ||
/* Changes the background color of the category link box. */ | /* Changes the background color of the category link box. */ | ||
| − | + | ||
#catlinks { background-color:#1e1615ff;} | #catlinks { background-color:#1e1615ff;} | ||
div.editOptions {color:#000000;} | div.editOptions {color:#000000;} | ||
| − | + | ||
/* Changes table of contents style. */ | /* Changes table of contents style. */ | ||
div#toc { background-color:#1e1615ff;color:#ffffff} | div#toc { background-color:#1e1615ff;color:#ffffff} | ||
.tocnumber {color:#ffffff} | .tocnumber {color:#ffffff} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
#footer {background-color:#9c8865ff;color:#000000;} | #footer {background-color:#9c8865ff;color:#000000;} | ||
#footer a:link {color:#e5b964ff;} | #footer a:link {color:#e5b964ff;} | ||
| Line 68: | Line 54: | ||
#mw-head-base{background-color:#9c8865ff;color:#000000;} | #mw-head-base{background-color:#9c8865ff;color:#000000;} | ||
#mw-head{background-color:#9c8865ff;} | #mw-head{background-color:#9c8865ff;} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 22:18, 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:#000000;}
#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}
#footer {background-color:#9c8865ff;color:#000000;}
#footer a:link {color:#e5b964ff;}
#footer-info {color:#e5b964ff;}
#mw-head-base{background-color:#9c8865ff;color:#000000;}
#mw-head{background-color:#9c8865ff;}