|
|
| 第1行: |
第1行: |
| <div class="onlylight">L</div><div class="onlydark">D</div> | | <div class="onlylight">L</div><div class="onlydark">D</div> |
| {{#css | | {{#css:test.css}} |
| :root, body:not(.theme-dark){ | |
| --theme-sticky-nav-background-color: #ba8433;
| |
| --theme-page-background-color--secondary: #ba8433;
| |
| --theme-body-background-color: grey;
| |
| --theme-page-background-color: #e0daa7;
| |
| --theme-background-image-opacity: 79%;
| |
| --theme-accent-color: #89702a;
| |
| --theme-link-color: #922c2c;
| |
| --theme-page-text-color: #3a3a3a;
| |
| --theme-page-text-color--hover: #6d6d6d;
| |
| --theme-body-text-color: #000000;
| |
| --theme-body-text-color--hover: #333333;
| |
| --theme-community-header-color: #ffffff;
| |
| --theme-community-header-color--hover: #f0e6c8;
| |
| --theme-sticky-nav-text-color: #f5f5f5;
| |
| --theme-sticky-nav-text-color--hover: #cccccc;
| |
| --cosmos-toolbar-gradient: linear-gradient(to right, #0b0805 0%, #2a2014 50%, #0b0805 100%);
| |
| --cosmos-footer-bg: #210738;
| |
| --cosmos-dropdown-bg: #d5cf9f;
| |
| --cosmos-dropdown-border: #b7b28c;
| |
| --cosmos-comment-title: #3a3a3a;
| |
| --cosmos-header-opacity: 0.85;
| |
| }
| |
| }} | |