More actions
(Replaced content with "→CSS placed here will be applied to all skins: ") Tags: Replaced Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Text elements in white */ | |||
body, | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6, | |||
p, | |||
ul, | |||
ol, | |||
li, | |||
a, | |||
span, | |||
blockquote, | |||
pre, | |||
code, | |||
th, | |||
td, | |||
caption, | |||
label, | |||
input[type="text"], | |||
input[type="password"], | |||
input[type="email"], | |||
input[type="number"], | |||
textarea, | |||
select, | |||
button, | |||
.option, | |||
.mw-parser-output { | |||
color: #ffffff !important; | |||
} | |||
/* Page background */ | |||
body { | |||
background-color: #27292d !important; | |||
} | |||
/* Content background */ | |||
#content, | |||
#content #bodyContent, | |||
#content #mw-content-text, | |||
#content #mw-indicator-mw-helplink, | |||
#content #mw-panel, | |||
#content #footer, | |||
#content #footer #footer-info, | |||
#content #footer #footer-places, | |||
#content #footer #footer-icons, | |||
#content #footer #footer-copyright { | |||
background-color: #1f2024 !important; | |||
} | |||
/* Links */ | |||
a, | |||
a:visited { | |||
color: #ffffff !important; | |||
} | |||
/* Hover effect for links */ | |||
a:hover { | |||
color: #cccccc !important; | |||
} | |||
/* Hover effect for buttons */ | |||
button:hover { | |||
background-color: #444444 !important; | |||
color: #ffffff !important; | |||
} | |||
/* Border color */ | |||
.border { | |||
border-color: #ffffff !important; | |||
} |
Revision as of 23:05, 17 March 2024
/* CSS placed here will be applied to all skins */ /* Text elements in white */ body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, pre, code, th, td, caption, label, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select, button, .option, .mw-parser-output { color: #ffffff !important; } /* Page background */ body { background-color: #27292d !important; } /* Content background */ #content, #content #bodyContent, #content #mw-content-text, #content #mw-indicator-mw-helplink, #content #mw-panel, #content #footer, #content #footer #footer-info, #content #footer #footer-places, #content #footer #footer-icons, #content #footer #footer-copyright { background-color: #1f2024 !important; } /* Links */ a, a:visited { color: #ffffff !important; } /* Hover effect for links */ a:hover { color: #cccccc !important; } /* Hover effect for buttons */ button:hover { background-color: #444444 !important; color: #ffffff !important; } /* Border color */ .border { border-color: #ffffff !important; }