worlio-themes/ashes/css/theme.css

136 lines
3.1 KiB
CSS
Raw Normal View History

2024-01-22 11:07:27 -05:00
:root {
--main-background: #171717;
--main-text: #ececec;
--subtitle: #949494;
--main-nav: #515151;
--acc-nav: #333;
--acc-nav-separator: 2px solid transparent;
2024-01-22 13:03:11 -05:00
--context-menu: #d0d0d0;
--context-menu-border: 2px solid #a4a4a4;
--context-menu-hover: #bfbfbf;
2024-01-22 11:07:27 -05:00
--primary-container-background: #444444;
--primary-container-border: 2px solid transparent;
2024-01-22 13:03:11 -05:00
--secondary-container-background: #515151;
--secondary-container-border: 2px solid transparent;
2024-01-22 11:07:27 -05:00
--header-bg: #5e5e5e;
--header-text: #dcddde;
2024-01-22 13:03:11 -05:00
--header-line: 2px solid #000000;
2024-01-22 11:07:27 -05:00
--code-bg: #5e5e5e63;
--code-text: #dcddde;
2024-01-22 13:03:11 -05:00
--comments-bgcolor: #5e5e5e;
2024-01-22 11:07:27 -05:00
--border-line: #ffffff;
--border-header: #000000;
--inactive: #b4b4b4;
2024-01-22 13:03:11 -05:00
--alert: #ff8300;
--currency: #e09f4b;
--tab-border: 2px outset #d9e2d7;
--tab-inactive: #a8a8a8;
--tab-selected: #c8cbce;
--tab-gradient: #dedede;
--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;
2024-01-22 11:07:27 -05:00
--dialog-button-hover: #f9f7dd;
--dialog-button-active: #fffeee;
2024-01-22 13:03:11 -05:00
--listing-unknown: #dd8fe8;
--listing-missing: #d57f6b;
--listing-found: #8cb9fd;
--listing-archived: #5dc668;
2024-01-22 11:07:27 -05:00
2024-01-22 13:03:11 -05:00
--status-success: #458e1c;
2024-01-22 11:07:27 -05:00
--status-error: #ff0000;
2024-01-22 13:03:11 -05:00
--error: #c85151;
2024-01-22 11:07:27 -05:00
--warn: #d5c58e;
--info: #8d9dce;
--success: #95ce8d;
2024-01-22 13:03:11 -05:00
--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;
2024-01-22 11:07:27 -05:00
2024-01-22 13:03:11 -05:00
--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;
2024-01-22 11:07:27 -05:00
--input-bg: #ffffff;
--input-text: #000000;
--direct: #ffffff;
--background-image: none;
2024-01-22 13:03:11 -05:00
2024-01-22 11:07:27 -05:00
--default-button-background: #6e6e6e;
2024-01-22 13:03:11 -05:00
--default-button-border: 2px outset transparent;
2024-01-22 11:07:27 -05:00
--hover-button-background: #5999c9;
2024-01-22 13:03:11 -05:00
--hover-button-border: 2px outset transparent;
2024-01-22 11:07:27 -05:00
--active-button-background: #c95959;
2024-01-22 13:03:11 -05:00
--active-button-border: 2px outset transparent;
2024-01-22 11:07:27 -05:00
--disabled-button-background: #808080;
2024-01-22 13:03:11 -05:00
--disabled-button-border: 2px outset transparent;
2024-01-22 11:07:27 -05:00
--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;}
2024-01-22 13:03:11 -05:00
a:visited {color: #c95959;}
nav.top div.slideout .dropdown {
background-image: none !important;
}