MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
--background-color-paper: #040a12; /* Dark background article area */ | --background-color-paper: #040a12; /* Dark background article area */ | ||
--color-base: #c7d9ed; /* White/light text */ | --color-base: #c7d9ed; /* White/light text */ | ||
--color-link: # | --color-link: #7db3e8; /* Bright links for dark background */ | ||
} | } | ||
body { | body { | ||
background-color: #040a12 !important; | background-color: #040a12 !important; | ||
color: # | color: #c7d9ed !important; | ||
font-family: Arial, sans-serif !important; | font-family: Arial, sans-serif !important; | ||
} | } | ||
| Line 13: | Line 13: | ||
#content, .mw-body { | #content, .mw-body { | ||
background-color: #040a12 !important; | background-color: #040a12 !important; | ||
color: # | color: #c7d9ed !important; | ||
border: 1px solid # | border: 1px solid #7db3e8 !important; | ||
box-shadow: 0 1px 3px rgba(0,0,0,0.1); | box-shadow: 0 1px 3px rgba(0,0,0,0.1); | ||
} | } | ||
h1, h2, h3 { | h1, h2, h3 { | ||
color: # | color: #c7d9ed !important; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #7db3e8 !important; | ||
} | } | ||
a { | a { | ||
color: # | color: #c7d9ed !important; | ||
} | } | ||
/* Tables */ | /* Tables */ | ||
.wikitable th { | .wikitable th { | ||
background-color: # | background-color: #090f23 !important; | ||
color: # | color: #c7d9ed !important; | ||
} | } | ||
.wikitable td { | .wikitable td { | ||
background-color: # | background-color: #090f23 !important; | ||
color: # | color: #c7d9ed !important; | ||
border-color: # | border-color: #7db3e8 !important; | ||
} | } | ||
Revision as of 07:13, 28 July 2026
html.skin-theme-clientpref-night {
--background-color-base: #090f19; /* Dark background outer area */
--background-color-paper: #040a12; /* Dark background article area */
--color-base: #c7d9ed; /* White/light text */
--color-link: #7db3e8; /* Bright links for dark background */
}
body {
background-color: #040a12 !important;
color: #c7d9ed !important;
font-family: Arial, sans-serif !important;
}
#content, .mw-body {
background-color: #040a12 !important;
color: #c7d9ed !important;
border: 1px solid #7db3e8 !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
h1, h2, h3 {
color: #c7d9ed !important;
border-bottom: 2px solid #7db3e8 !important;
}
a {
color: #c7d9ed !important;
}
/* Tables */
.wikitable th {
background-color: #090f23 !important;
color: #c7d9ed !important;
}
.wikitable td {
background-color: #090f23 !important;
color: #c7d9ed !important;
border-color: #7db3e8 !important;
}