MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* 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: #1e1615ff; color:#ffffff;} | #content { background-color: #1e1615ff; color:#ffffff;} | ||
#content a { color:#e5b964ff; } | #content a { color:#e5b964ff; } | ||
/* h1-h7 header styles. */ | |||
div#content h1 { | div#content h1 { | ||
color:#FFF0D1; | color:#FFF0D1; | ||
| Line 37: | Line 39: | ||
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
} | } | ||
/* Changes the background color of the category link box. */ | |||
#catlinks { background-color:#1e1615ff;} | #catlinks { background-color:#1e1615ff;} | ||
div.editOptions { | div.editOptions { | ||
color:#000000; | color:#000000; | ||
} | } | ||
Revision as of 03:44, 23 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: #1e1615ff; 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;
}