MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
html.skin-theme-clientpref-night { | |||
--background-color-base: #040a12; | |||
--background-color-paper: #040a12; | |||
--color-base: #c7d9ed; | |||
--color-link: #800085; | |||
} | |||
body { | body { | ||
background-color: #040a12 !important; | background-color: #040a12 !important; | ||
| Line 5: | Line 10: | ||
font-family: Arial, sans-serif !important; | font-family: Arial, sans-serif !important; | ||
} | } | ||
#content, .mw-body { | #content, .mw-body { | ||
background-color: #040a12 !important; | background-color: #040a12 !important; | ||
color: #c7d9ed !important; | color: #c7d9ed !important; | ||
border: 1px solid # | border: 1px solid #090f19 !important; | ||
box-shadow: 0 1px 3px rgba(0,0,0,0.1); | box-shadow: 0 1px 3px rgba(0,0,0,0.1); | ||
} | } | ||
a{ | |||
color: #479AEC; | |||
} | |||
a:visited { | |||
color: #7366FF; | |||
} | |||
h1, h2, h3 { | h1, h2, h3 { | ||
color: #c7d9ed !important; | color: #c7d9ed !important; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #7db3e8 !important; | ||
} | } | ||
.wikitable th { | .wikitable th { | ||
background-color: #090f23 !important; | background-color: #090f23 !important; | ||
| Line 32: | Line 34: | ||
.wikitable td { | .wikitable td { | ||
background-color: #090f23 !important; | background-color: #090f23 !important; | ||
color: # | color: #c7d9ed !important; | ||
border-color: # | border-color: #7db3e8 !important; | ||
} | } | ||
Latest revision as of 06:12, 30 July 2026
html.skin-theme-clientpref-night {
--background-color-base: #040a12;
--background-color-paper: #040a12;
--color-base: #c7d9ed;
--color-link: #800085;
}
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 #090f19 !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
a{
color: #479AEC;
}
a:visited {
color: #7366FF;
}
h1, h2, h3 {
color: #c7d9ed !important;
border-bottom: 2px solid #7db3e8 !important;
}
.wikitable th {
background-color: #090f23 !important;
color: #c7d9ed !important;
}
.wikitable td {
background-color: #090f23 !important;
color: #c7d9ed !important;
border-color: #7db3e8 !important;
}