MediaWiki:Theme-dark.css: Difference between revisions
From NBITTRPG Wiki
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
:root.skin-theme-clientpref-night:has(> body.ns-3000), | |||
:root.skin-theme-clientpref-night:has(> body.ns-3001) { | |||
--header-font: 'Instrument Serif'; | |||
/* COLORS */ | /* COLORS */ | ||
--background-color: rgb(55, 55, 55); | --background-color: rgb(55, 55, 55); | ||
| Line 14: | Line 11: | ||
--link-hover-color: #bfbfbf; | --link-hover-color: #bfbfbf; | ||
--link-new-color: #ff3838; | --link-new-color: #ff3838; | ||
--text-stroke-color: # | --text-stroke-color: #000; | ||
--search-bg-color: rgba(255, 250, 242);; | --search-bg-color: rgba(255, 250, 242);; | ||
| Line 39: | Line 36: | ||
--button-color: rgba(76, 76, 76); | --button-color: rgba(76, 76, 76); | ||
--button-text-color: rgb(255, 255, 255); | --button-text-color: rgb(255, 255, 255); | ||
} | |||
.mw-wiki-title { | |||
font-family: 'Instrument Serif' !important; | |||
letter-spacing: 0.1rem; | |||
font-style:italic; | |||
} | |||
.mw-first-heading { | |||
font-family: 'Instrument Serif' !important; | |||
font-style:italic; | |||
text-transform: uppercase; | |||
color: #fff; | |||
paint-order: stroke fill; | |||
-webkit-text-stroke: 8px #000; | |||
letter-spacing: 0.2rem; | |||
text-align: center; | |||
background: linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, var(--text-color) 100%); | |||
mask-image:linear-gradient(to right,transparent, var(--header-color) 15% 85%, transparent); | |||
padding: 0.3em; | |||
} | |||
#mw-site-navigation { | |||
& .sidebar-chunk { | |||
clip-path:none; | |||
h3 { | |||
clip-path:none; | |||
padding:0.5em; | |||
text-align:center; | |||
background: linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, var(--text-color) 100%); | |||
mask-image:linear-gradient(to right,transparent, var(--header-color) 15% 85%, transparent); | |||
paint-order: stroke fill; | |||
-webkit-text-stroke: 3px var(--text-stroke-color); | |||
} | |||
} | |||
} | |||
} | |||
Revision as of 09:34, 7 September 2026
:root.skin-theme-clientpref-night:has(> body.ns-3000),
:root.skin-theme-clientpref-night:has(> body.ns-3001) {
--header-font: 'Instrument Serif';
/* COLORS */
--background-color: rgb(55, 55, 55);
--content-color: rgba(19, 19, 19);
--text-color: rgb(255, 255, 255);
--link-color: #7d7d7d;
--link-hover-color: #bfbfbf;
--link-new-color: #ff3838;
--text-stroke-color: #000;
--search-bg-color: rgba(255, 250, 242);;
--border-color: #b0b0b0;
--header-color: rgb(0 0 0);
--header-text-color: rgb(255, 255, 255);
--sidebar-header-color: #4c4c4c;
--sidebar-header-text: #fff;
--gradient-start: rgb(34, 33, 33);
--gradient-end: rgb(36, 36, 36);
--banner-color: #4c4c4c;
--footer-color: #000;
--footer-text-color:#d6d6d6;
--footer-link-color:#969696;
--footer-link-hover-color:#969696;
--cdx-button-color: #c9c9c9;
--cdx-button-hover: #fff;
--button-color: rgba(76, 76, 76);
--button-text-color: rgb(255, 255, 255);
.mw-wiki-title {
font-family: 'Instrument Serif' !important;
letter-spacing: 0.1rem;
font-style:italic;
}
.mw-first-heading {
font-family: 'Instrument Serif' !important;
font-style:italic;
text-transform: uppercase;
color: #fff;
paint-order: stroke fill;
-webkit-text-stroke: 8px #000;
letter-spacing: 0.2rem;
text-align: center;
background: linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, var(--text-color) 100%);
mask-image:linear-gradient(to right,transparent, var(--header-color) 15% 85%, transparent);
padding: 0.3em;
}
#mw-site-navigation {
& .sidebar-chunk {
clip-path:none;
h3 {
clip-path:none;
padding:0.5em;
text-align:center;
background: linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, var(--text-color) 100%);
mask-image:linear-gradient(to right,transparent, var(--header-color) 15% 85%, transparent);
paint-order: stroke fill;
-webkit-text-stroke: 3px var(--text-stroke-color);
}
}
}
}
