MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
#content, .mw-body { | #content, .mw-body { | ||
background-color: #040a12 !important; | background-color: #040a12 !important; | ||
color: # | color: #c7d9ed !important; | ||
border: 1px solid #d0d5dd !important; | border: 1px solid #d0d5dd !important; | ||
box-shadow: 0 1px 3px rgba(0,0,0,0.1); | box-shadow: 0 1px 3px rgba(0,0,0,0.1); | ||
| Line 16: | Line 16: | ||
h1, h2, h3 { | h1, h2, h3 { | ||
color: # | color: #c7d9ed !important; | ||
border-bottom: 2px solid #cbd5e1 !important; | border-bottom: 2px solid #cbd5e1 !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: #1e293b !important; | color: #1e293b !important; | ||
border-color: # | border-color: #c7d9ed !important; | ||
} | } | ||
Revision as of 06:49, 28 July 2026
/* CSS placed here will be applied to all skins */
body {
background-color: #040a12 !important;
color: #c7d9ed !important;
font-family: Arial, sans-serif !important;
}
#firstHeading, .mw-page-title-main {
color: #c7d9ed !important;
}
#content, .mw-body {
background-color: #040a12 !important;
color: #c7d9ed !important;
border: 1px solid #d0d5dd !important;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
h1, h2, h3 {
color: #c7d9ed !important;
border-bottom: 2px solid #cbd5e1 !important;
}
a {
color: #c7d9ed !important;
}
/* Tables */
.wikitable th {
background-color: #090f23 !important;
color: #c7d9ed !important;
}
.wikitable td {
background-color: #090f23 !important;
color: #1e293b !important;
border-color: #c7d9ed !important;
}