136 lines
3.1 KiB
CSS
136 lines
3.1 KiB
CSS
:root {
|
|
--main-background: #171717;
|
|
--main-text: #ececec;
|
|
|
|
--subtitle: #949494;
|
|
--main-nav: #515151;
|
|
--acc-nav: #333;
|
|
--acc-nav-separator: 2px solid transparent;
|
|
|
|
--context-menu: #d0d0d0;
|
|
--context-menu-border: 2px solid #a4a4a4;
|
|
--context-menu-hover: #bfbfbf;
|
|
|
|
--primary-container-background: #444444;
|
|
--primary-container-border: 2px solid transparent;
|
|
|
|
--secondary-container-background: #515151;
|
|
--secondary-container-border: 2px solid transparent;
|
|
|
|
--header-bg: #5e5e5e;
|
|
--header-text: #dcddde;
|
|
--header-line: 2px solid #000000;
|
|
|
|
--code-bg: #5e5e5e63;
|
|
--code-text: #dcddde;
|
|
|
|
--comments-bgcolor: #5e5e5e;
|
|
|
|
--border-line: #ffffff;
|
|
--border-header: #000000;
|
|
|
|
--inactive: #b4b4b4;
|
|
--alert: #ff8300;
|
|
--currency: #e09f4b;
|
|
|
|
--tab-border: 2px solid transparent;
|
|
--tab-inactive: #7d7d7d;
|
|
--tab-selected: #515151;
|
|
--tab-gradient: #515151;
|
|
|
|
--popup-title-bg: #b3b3b3;
|
|
--popup-title-border: 2px outset #868686;
|
|
|
|
--dialog-title: linear-gradient(180deg, #ffffff 0%, #f3dca9 8px);
|
|
--dialog-title-border: 1px outset #a48e65;
|
|
--dialog-bg: #b3b3b3;
|
|
--dialog-border: 1px outset #636363;
|
|
--dialog-button: #fbebcc;
|
|
--dialog-button-hover: #f9f7dd;
|
|
--dialog-button-active: #fffeee;
|
|
|
|
--listing-unknown: #dd8fe8;
|
|
--listing-missing: #d57f6b;
|
|
--listing-found: #8cb9fd;
|
|
--listing-archived: #5dc668;
|
|
|
|
--status-success: #458e1c;
|
|
--status-error: #ff0000;
|
|
|
|
--error: #c85151;
|
|
--warn: #d5c58e;
|
|
--info: #8d9dce;
|
|
--success: #95ce8d;
|
|
|
|
--mail-subject-bg: #b7b7b7;
|
|
--mail-subject-border: 2px outset #8a8a8a;
|
|
--mail-sub-bg: #cecece;
|
|
--mail-sub-border: 2px outset #a8a8a8;
|
|
--mail-content-bg: #dbdbdb;
|
|
--mail-content-border: 2px outset #959595;
|
|
--mail-buttonbar: #cacaca;
|
|
|
|
--forum-header: #444444;
|
|
--forum-header-border: 1px solid #444444;
|
|
--forum-content: #2f2f2f;
|
|
--forum-content-border: 2px solid #2f2f2f;
|
|
|
|
--forum-sub: #575757;
|
|
--forum-sub-border: 1px solid #575757;
|
|
|
|
--post: #2d2d2d;
|
|
--post-border: 1px solid #2d2d2d;
|
|
--post-bottombar: #2d2d2d;
|
|
|
|
--post-author: #555555;
|
|
--post-author-border: 1px solid #555555;
|
|
|
|
--quote-bg: #515151;
|
|
--quote-border: 1px solid #515151;
|
|
|
|
--spoiler-bg: #626262;
|
|
--spoiler-header-bg: #1c1c1c;
|
|
--spoiler-header-text: #E8E8E8;
|
|
--spoiler-border: 1px solid #1c1c1c;
|
|
|
|
--poll-bar-color: #808080;
|
|
--poll-bar-text: #000000;
|
|
--poll-first-bar: #FFD900;
|
|
--poll-second-bar: #FFB120;
|
|
--poll-third-bar: #E0D0A0;
|
|
|
|
--bar-bgcolor: #000000;
|
|
|
|
--input-bg: #ffffff;
|
|
--input-text: #000000;
|
|
|
|
--direct: #ffffff;
|
|
|
|
--background-image: none;
|
|
|
|
--default-button-background: #6e6e6e;
|
|
--default-button-border: 2px outset transparent;
|
|
--hover-button-background: #5999c9;
|
|
--hover-button-border: 2px outset transparent;
|
|
--active-button-background: #c95959;
|
|
--active-button-border: 2px outset transparent;
|
|
--disabled-button-background: #808080;
|
|
--disabled-button-border: 2px outset transparent;
|
|
|
|
--navbar-left: none;
|
|
--navbar-right: none;
|
|
--navbar-top: none;
|
|
--navbar-bottom: none;
|
|
--nav-db: none;
|
|
|
|
--navbar-bg: none;
|
|
--navbar-gradient: none;
|
|
|
|
--primary-font: Pixio;
|
|
--secondary-font: TypeWriter;
|
|
}
|
|
a:link {color:#5999c9;}
|
|
a:visited {color: #c95959;}
|
|
nav.top div.slideout .dropdown {
|
|
background-image: none !important;
|
|
} |