Compare commits
No commits in common. "2a6b50e77ceb7f5ddb3557f1a3a1f0c82497d18c" and "cad46301472a53170c10b6fef698456ad1282139" have entirely different histories.
2a6b50e77c
...
cad4630147
|
@ -7,99 +7,49 @@
|
||||||
--acc-nav: #333;
|
--acc-nav: #333;
|
||||||
--acc-nav-separator: 2px solid transparent;
|
--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-background: #444444;
|
||||||
--primary-container-border: 2px solid transparent;
|
--primary-container-border: 2px solid transparent;
|
||||||
|
|
||||||
--secondary-container-background: #515151;
|
|
||||||
--secondary-container-border: 2px solid transparent;
|
|
||||||
|
|
||||||
--header-bg: #5e5e5e;
|
--header-bg: #5e5e5e;
|
||||||
--header-text: #dcddde;
|
--header-text: #dcddde;
|
||||||
--header-line: 2px solid #000000;
|
|
||||||
|
|
||||||
--code-bg: #5e5e5e63;
|
--code-bg: #5e5e5e63;
|
||||||
--code-text: #dcddde;
|
--code-text: #dcddde;
|
||||||
|
|
||||||
--comments-bgcolor: #5e5e5e;
|
--comments-bg: #5e5e5e;
|
||||||
|
|
||||||
--border-line: #ffffff;
|
--border-line: #ffffff;
|
||||||
--border-header: #000000;
|
--border-header: #000000;
|
||||||
|
|
||||||
--inactive: #b4b4b4;
|
--inactive: #b4b4b4;
|
||||||
--alert: #ff8300;
|
--alert: #FF8300;
|
||||||
--currency: #e09f4b;
|
--currency: #E09F4B;
|
||||||
|
|
||||||
--tab-border: 2px outset #d9e2d7;
|
--tab-inactive: #444444;
|
||||||
--tab-inactive: #a8a8a8;
|
--tab-selected: #353535;
|
||||||
--tab-selected: #c8cbce;
|
--tab-gradient: #353535;
|
||||||
--tab-gradient: #dedede;
|
|
||||||
|
|
||||||
--popup-title-bg: #b3b3b3;
|
--dialog-bg: #464646;
|
||||||
--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-hover: #f9f7dd;
|
||||||
--dialog-button-active: #fffeee;
|
--dialog-button-active: #fffeee;
|
||||||
|
|
||||||
--listing-unknown: #dd8fe8;
|
--listing-unknown: #744b7a;
|
||||||
--listing-missing: #d57f6b;
|
--listing-missing: #603830;
|
||||||
--listing-found: #8cb9fd;
|
--listing-found: #33416d;
|
||||||
--listing-archived: #5dc668;
|
--listing-archived: #28542c;
|
||||||
|
|
||||||
--status-success: #458e1c;
|
--status-success: #00ff00;
|
||||||
--status-error: #ff0000;
|
--status-error: #ff0000;
|
||||||
|
|
||||||
--error: #c85151;
|
--error: #b77e7e;
|
||||||
--warn: #d5c58e;
|
--warn: #d5c58e;
|
||||||
--info: #8d9dce;
|
--info: #8d9dce;
|
||||||
--success: #95ce8d;
|
--success: #95ce8d;
|
||||||
|
|
||||||
--mail-subject-bg: #b7b7b7;
|
--input-bg: #3e3e3e;
|
||||||
--mail-subject-border: 2px outset #8a8a8a;
|
--input-text: #dcddde;
|
||||||
--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;
|
--bar-bgcolor: #ffffff;
|
||||||
--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-bg: #ffffff;
|
||||||
--input-text: #000000;
|
--input-text: #000000;
|
||||||
|
@ -107,15 +57,14 @@
|
||||||
--direct: #ffffff;
|
--direct: #ffffff;
|
||||||
|
|
||||||
--background-image: none;
|
--background-image: none;
|
||||||
|
|
||||||
--default-button-background: #6e6e6e;
|
--default-button-background: #6e6e6e;
|
||||||
--default-button-border: 2px outset transparent;
|
--default-button-border: 2px solid #6e6e6e;
|
||||||
--hover-button-background: #5999c9;
|
--hover-button-background: #5999c9;
|
||||||
--hover-button-border: 2px outset transparent;
|
--hover-button-border: 2px solid #5999c9;
|
||||||
--active-button-background: #c95959;
|
--active-button-background: #c95959;
|
||||||
--active-button-border: 2px outset transparent;
|
--active-button-border: 2px solid #c95959;
|
||||||
--disabled-button-background: #808080;
|
--disabled-button-background: #808080;
|
||||||
--disabled-button-border: 2px outset transparent;
|
--disabled-button-border: 2px solid #808080;
|
||||||
|
|
||||||
--navbar-left: none;
|
--navbar-left: none;
|
||||||
--navbar-right: none;
|
--navbar-right: none;
|
||||||
|
@ -123,14 +72,28 @@
|
||||||
--navbar-bottom: none;
|
--navbar-bottom: none;
|
||||||
--nav-db: none;
|
--nav-db: none;
|
||||||
|
|
||||||
|
--switch: url('/style/switch.png');
|
||||||
|
|
||||||
--navbar-bg: none;
|
--navbar-bg: none;
|
||||||
--navbar-gradient: none;
|
--navbar-gradient: none;
|
||||||
|
|
||||||
|
--forum-header: #444;
|
||||||
|
--forum-header-border: #444;
|
||||||
|
--forum-content: #2f2f2f;
|
||||||
|
--forum-content-border: #2f2f2f;
|
||||||
|
--forum-sub: #575757;
|
||||||
|
--forum-sub-border: #575757;
|
||||||
|
--post: #2d2d2d;
|
||||||
|
--post-border: #2d2d2d;
|
||||||
|
--post-bottombar: #4242424;
|
||||||
|
--post-author: #555;
|
||||||
|
--post-author-border: #555;
|
||||||
|
--quote-bg: #515151;
|
||||||
|
--quote-border: #515151;
|
||||||
|
|
||||||
--primary-font: Pixio;
|
--primary-font: Pixio;
|
||||||
--secondary-font: TypeWriter;
|
--secondary-font: TypeWriter;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {color:#5999c9;}
|
a:link {color:#5999c9;}
|
||||||
a:visited {color: #c95959;}
|
a:visited {color: #c95959;}
|
||||||
nav.top div.slideout .dropdown {
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
|
@ -96,7 +96,6 @@
|
||||||
--spoiler-border: 1px inset #1c1c1c;
|
--spoiler-border: 1px inset #1c1c1c;
|
||||||
|
|
||||||
--poll-bar-color: #808080;
|
--poll-bar-color: #808080;
|
||||||
--poll-bar-text: var(--main-text);
|
|
||||||
--poll-first-bar: #FFD900;
|
--poll-first-bar: #FFD900;
|
||||||
--poll-second-bar: #FFB120;
|
--poll-second-bar: #FFB120;
|
||||||
--poll-third-bar: #E0D0A0;
|
--poll-third-bar: #E0D0A0;
|
||||||
|
@ -110,6 +109,13 @@
|
||||||
|
|
||||||
--background-image: url('//assets.worlio.com/style/background');
|
--background-image: url('//assets.worlio.com/style/background');
|
||||||
|
|
||||||
|
/* DEPRECATED
|
||||||
|
--button-large: url('//assets.worlio.com/style/button-large');
|
||||||
|
--button-wide: url('//assets.worlio.com/style/button-wide');
|
||||||
|
--button-long: url('//assets.worlio.com/style/button-long');
|
||||||
|
--button-med: url('//assets.worlio.com/style/button-med');
|
||||||
|
--button-small: url('//assets.worlio.com/style/button-small');
|
||||||
|
*/
|
||||||
--default-button-background: #d4d4d4;
|
--default-button-background: #d4d4d4;
|
||||||
--default-button-border: 2px outset #dfdfdf;
|
--default-button-border: 2px outset #dfdfdf;
|
||||||
--hover-button-background: #99d4ab;
|
--hover-button-background: #99d4ab;
|
||||||
|
|
|
@ -1272,9 +1272,8 @@ body.forum.thread table.poll-display tr th,
|
||||||
body.forum.thread table.poll-display tr td { padding: 2px; }
|
body.forum.thread table.poll-display tr td { padding: 2px; }
|
||||||
|
|
||||||
body.forum.thread table.poll-display tr td.bar {
|
body.forum.thread table.poll-display tr td.bar {
|
||||||
background: linear-gradient(0deg, var(--poll-bar-color) 0%, var(--direct) 75%, var(--poll-bar-color) 100%);
|
background: linear-gradient(0deg, var(--poll-bar-color) 0%, #FFFFFF 75%, var(--poll-bar-color) 100%);
|
||||||
background-size: var(--poll-bar-width) 100%;
|
background-size: var(--poll-bar-width) 100%;
|
||||||
color: var(--poll-bar-text);
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
body.forum.thread table.poll-display tr td.bar.p1st { --poll-bar-color: var(--poll-first-bar); }
|
body.forum.thread table.poll-display tr td.bar.p1st { --poll-bar-color: var(--poll-first-bar); }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user