MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
/* | |||
#mw-head-base | /* Base styles: Dark background for the overall page, head base, and page base */ | ||
body, | |||
#mw-head-base, | |||
#mw-page-base { | #mw-page-base { | ||
background-color: #1a1a1a; /* Very dark gray, almost black */ | background-color: #1a1a1a; /* Very dark gray, almost black */ | ||
color: #e0e0e0; /* Light gray for default text */ | color: #e0e0e0; /* Light gray for default text */ | ||
} | } | ||
/* | /* Link styles for dark background */ | ||
a { | a { | ||
color: #7aa06e; /* Dull aqua green for unvisited links */ | color: #7aa06e; /* Dull aqua green for unvisited links */ | ||
Line 22: | Line 17: | ||
} | } | ||
a:hover { | a:hover { | ||
color: #a3be8c; /* A light green for hover | color: #a3be8c; /* A light green for hover */ | ||
} | } | ||
/* Add more specific rules below for other elements as you identify them, | |||
e.g., #content, #mw-navigation, #footer, etc., if they don't inherit well. */ |
Revision as of 20:46, 29 June 2025
/* All CSS here will be loaded for users of the Vector skin */
/* Base styles: Dark background for the overall page, head base, and page base */
body,
#mw-head-base,
#mw-page-base {
background-color: #1a1a1a; /* Very dark gray, almost black */
color: #e0e0e0; /* Light gray for default text */
}
/* Link styles for dark background */
a {
color: #7aa06e; /* Dull aqua green for unvisited links */
}
a:visited {
color: #cccccc; /* Light grey for visited links */
}
a:hover {
color: #a3be8c; /* A light green for hover */
}
/* Add more specific rules below for other elements as you identify them,
e.g., #content, #mw-navigation, #footer, etc., if they don't inherit well. */
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.