|
|
| (не показано 48 промежуточных версий 2 участников) |
| Строка 1: |
Строка 1: |
| body.theme-nanotrasen, body.theme-syndicate, body.theme-plasmafire,
| |
| body.theme-clockcult, body.theme-bloodcult, body.theme-heretic, body.theme-stddark {
| |
| background-color: var(--bg-main) !important;
| |
| color: var(--text-main) !important;
| |
| }
| |
|
| |
|
| body.theme-nanotrasen .mw-body, body.theme-syndicate .mw-body, body.theme-plasmafire .mw-body,
| |
| body.theme-clockcult .mw-body, body.theme-bloodcult .mw-body, body.theme-heretic .mw-body, body.theme-stddark .mw-body {
| |
| background-color: var(--bg-content) !important;
| |
| color: var(--text-main) !important;
| |
| border-color: var(--border-color) !important;
| |
| }
| |
|
| |
| body[class*="theme-"] a {
| |
| color: var(--accent) !important;
| |
| }
| |
|
| |
| body[class*="theme-"] h1, body[class*="theme-"] h2 {
| |
| border-bottom-color: var(--border-color) !important;
| |
| color: var(--text-main) !important;
| |
| }
| |
|
| |
| body[class*="theme-"] .wikitable, body[class*="theme-"] .toc {
| |
| background-color: var(--bg-card) !important;
| |
| border-color: var(--border-color) !important;
| |
| }
| |
|
| |
| body.theme-nanotrasen {
| |
| --bg-main: #0c1014;
| |
| --bg-content: #141a22;
| |
| --bg-card: #1b2430;
| |
| --bg-input: #222d3c;
| |
| --border-color: #2b3a4e;
| |
| --text-main: #dae5f3;
| |
| --accent: #4a90e2;
| |
| }
| |
|
| |
| body.theme-syndicate {
| |
| --bg-main: #111111;
| |
| --bg-content: #1a1a1a;
| |
| --bg-card: #262626;
| |
| --bg-input: #333333;
| |
| --border-color: #441111;
| |
| --text-main: #e0e0e0;
| |
| --accent: #ff3333;
| |
| }
| |
|
| |
| body.theme-plasmafire {
| |
| --bg-main: #090312;
| |
| --bg-content: #150b24;
| |
| --bg-card: #23123a;
| |
| --bg-input: #321b51;
| |
| --border-color: #a62681;
| |
| --text-main: #f3e8f7;
| |
| --accent: #ff41b4;
| |
| }
| |
|
| |
| body.theme-clockcult {
| |
| --bg-main: #14110c;
| |
| --bg-content: #201b12;
| |
| --bg-card: #2d2619;
| |
| --bg-input: #3a3121;
| |
| --border-color: #be9b4a;
| |
| --text-main: #f0e6d2;
| |
| --accent: #e5af33;
| |
| }
| |
|
| |
| body.theme-bloodcult {
| |
| --bg-main: #0c0202;
| |
| --bg-content: #170505;
| |
| --bg-card: #260a0a;
| |
| --bg-input: #380e0e;
| |
| --border-color: #800c0c;
| |
| --text-main: #f0dad0;
| |
| --accent: #ff4d4d;
| |
| }
| |
|
| |
| body.theme-heretic {
| |
| --bg-main: #030a05;
| |
| --bg-content: #0b1a0e;
| |
| --bg-card: #122a18;
| |
| --bg-input: #1a3b21;
| |
| --border-color: #1f5f2a;
| |
| --text-main: #e2f3e5;
| |
| --accent: #39ff14;
| |
| }
| |
|
| |
| body.theme-stddark {
| |
| --bg-main: #161719;
| |
| --bg-content: #1e2022;
| |
| --bg-card: #282a2d;
| |
| --bg-input: #313438;
| |
| --border-color: #3f4348;
| |
| --text-main: #e3e4e6;
| |
| --accent: #00adb5;
| |
| }
| |