MediaWiki:Vector-light.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* 🌤️ Light Theme */ | |||
.mw-page-container { | |||
background-color: #f8f9fa; /* Light gray */ | |||
color: #001F3F; /* Navy text */ | |||
border: 1px solid #ccd1d9; | |||
} | |||
.mw-page-container a { | |||
color: #007BFF; /* Azure links */ | |||
} | |||
.mw-page-container a:hover { | |||
color: #0056b3; /* Darker Azure */ | |||
text-decoration: underline; | |||
} | |||
.mw-page-container h1, | |||
.mw-page-container h2, | |||
.mw-page-container h3 { | |||
color: #5F4B8B; /* Lavender for headers */ | |||
} | |||
.mw-page-container .mw-header, | |||
.mw-page-container .mw-footer { | |||
background-color: #e9ecef; /* Light slate background */ | |||
color: #001F3F; | |||
} | |||
/* 🌿 Base Variables for Light Green Theme */ | /* 🌿 Base Variables for Light Green Theme */ | ||
:root, .skin-vector, .notheme { | :root, .skin-vector, .notheme { |