MediaWiki:Theme-dark.css: Difference between revisions
From NBITTRPG Wiki
mNo edit summary |
mNo edit summary |
||
| Line 38: | Line 38: | ||
--button-text-color: rgb(255, 255, 255); | --button-text-color: rgb(255, 255, 255); | ||
} | } | ||
:root.skin-theme-clientpref-night:has(> body.ns-3000), | |||
:root.skin-theme-clientpref-night:has(> body.ns-3001) { | |||
--main-font: 'Rubik'; | |||
--header-font: 'Rubik'; | |||
--title-font: 'Lora'; | |||
/* 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: #fff; | |||
--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); | |||
} | |||
Revision as of 06:06, 7 September 2026
:root {
--main-font: 'Rubik';
--header-font: 'Rubik';
--title-font: 'Lora';
/* COLORS */
--background-color: rgb(49, 42, 63);
--content-color: rgba(48, 44, 74);
--text-color: rgb(255, 255, 255);
--link-color: #e3cf75;
--link-hover-color: #5e188a;
--link-new-color: #ff3874;
--text-stroke-color: #fff;
--search-bg-color: rgba(255, 250, 242);;
--border-color: #be7e32;
--header-color: rgb(18 6 48);
--header-text-color: rgb(255, 255, 255);
--sidebar-header-color: #17052c;
--sidebar-header-text: #fff;
--gradient-start: rgb(15, 10, 27);
--gradient-end: rgb(111, 111, 111);
--banner-color: #743f95;
--footer-color: #181620;
--footer-text-color:#6c5097;
--footer-link-color:#8567a8;
--footer-link-hover-color:#b399d9;
--cdx-button-color: #9e8bbe;
--cdx-button-hover: #e0caf5;
--button-color: rgba(104, 83, 68, 1);
--button-text-color: rgb(255, 255, 255);
}
:root.skin-theme-clientpref-night:has(> body.ns-3000),
:root.skin-theme-clientpref-night:has(> body.ns-3001) {
--main-font: 'Rubik';
--header-font: 'Rubik';
--title-font: 'Lora';
/* 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: #fff;
--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);
}
