2019-10-29 00:47:16 +00:00
|
|
|
/* $primary: #ff886c; */
|
2020-04-02 01:19:45 +00:00
|
|
|
$breakpoint0: 540px;
|
|
|
|
$breakpoint: 720px;
|
|
|
|
$breakpoint2: 900px;
|
|
|
|
$breakpoint3: 1200px;
|
|
|
|
$breakpoint4: 1500px;
|
2019-10-29 00:47:16 +00:00
|
|
|
$primary: #ff6c88;
|
2019-06-03 03:31:38 +00:00
|
|
|
|
2019-11-09 03:43:58 +00:00
|
|
|
$background: #fff;
|
2019-11-14 00:18:19 +00:00
|
|
|
$background-dim: #fafafa;
|
2019-06-03 03:31:38 +00:00
|
|
|
$text: #222;
|
|
|
|
$text-contrast: #fff;
|
2019-07-06 03:29:12 +00:00
|
|
|
|
|
|
|
$shadow: rgba(0, 0, 0, .5);
|
2019-11-28 04:36:22 +00:00
|
|
|
$shadow-extreme: rgba(0, 0, 0, .9);
|
2019-10-29 04:21:51 +00:00
|
|
|
$shadow-strong: rgba(0, 0, 0, .7);
|
2019-07-06 03:29:12 +00:00
|
|
|
$shadow-weak: rgba(0, 0, 0, .2);
|
|
|
|
$shadow-hint: rgba(0, 0, 0, .1);
|
|
|
|
|
|
|
|
$highlight: rgba(255, 255, 255, .5);
|
2019-11-28 04:36:22 +00:00
|
|
|
$highlight-extreme: rgba(255, 255, 255, .9);
|
|
|
|
$highlight-strong: rgba(255, 255, 255, .7);
|
2019-11-30 04:55:32 +00:00
|
|
|
$highlight-weak: rgba(255, 255, 255, .2);
|
|
|
|
$highlight-hint: rgba(255, 255, 255, .075);
|
2019-11-28 04:36:22 +00:00
|
|
|
|
2020-03-23 03:58:23 +00:00
|
|
|
$logo-shadow: drop-shadow(1px 0 0 var(--shadow-weak)) drop-shadow(-1px 0 0 var(--shadow-weak)) drop-shadow(0 1px 0 var(--shadow-weak)) drop-shadow(0 -1px 0 var(--shadow-weak));
|
|
|
|
$logo-highlight: drop-shadow(0 0 1px var(--highlight));
|
2019-12-10 21:35:00 +00:00
|
|
|
|
2019-11-28 04:36:22 +00:00
|
|
|
$profile: #222;
|
2020-01-06 20:49:37 +00:00
|
|
|
$tile: #2a2a2a;
|
2019-09-26 01:27:01 +00:00
|
|
|
|
2020-03-25 01:48:54 +00:00
|
|
|
$link: #dd6688;
|
2020-01-06 23:30:51 +00:00
|
|
|
$empty: #333;
|
2019-11-28 04:36:22 +00:00
|
|
|
|
|
|
|
$male: #0af;
|
|
|
|
$female: #f0a;
|
2020-03-23 00:43:49 +00:00
|
|
|
|
|
|
|
:root {
|
|
|
|
--primary: #ff6c88;
|
|
|
|
|
|
|
|
--text-dark: #222;
|
|
|
|
--text-light: #fff;
|
|
|
|
|
|
|
|
--darken: rgba(0, 0, 0, .5);
|
2020-03-25 01:48:54 +00:00
|
|
|
--darken-strong: rgba(0, 0, 0, .7);
|
|
|
|
--darken-extreme: rgba(0, 0, 0, .9);
|
2020-03-23 00:43:49 +00:00
|
|
|
--darken-weak: rgba(0, 0, 0, .2);
|
2020-03-25 01:48:54 +00:00
|
|
|
--darken-hint: rgba(0, 0, 0, .1);
|
2020-03-23 00:43:49 +00:00
|
|
|
|
|
|
|
--lighten: rgba(255, 255, 255, .5);
|
2020-03-25 01:48:54 +00:00
|
|
|
--lighten-strong: rgba(255, 255, 255, .7);
|
|
|
|
--lighten-extreme: rgba(255, 255, 255, .9);
|
2020-03-23 00:43:49 +00:00
|
|
|
--lighten-weak: rgba(255, 255, 255, .2);
|
2020-03-25 01:48:54 +00:00
|
|
|
--lighten-hint: rgba(255, 255, 255, .1);
|
2020-03-23 03:58:23 +00:00
|
|
|
|
2020-04-02 01:19:45 +00:00
|
|
|
--logo-shadow: drop-shadow(1px 0 0 $shadow-weak) drop-shadow(-1px 0 0 $shadow-weak) drop-shadow(0 1px 0 $shadow-weak) drop-shadow(0 -1px 0 $shadow-weak);
|
|
|
|
--logo-highlight: drop-shadow(0 0 1px $highlight);
|
2020-04-02 00:02:03 +00:00
|
|
|
|
|
|
|
--alert: #f00;
|
|
|
|
--warn: #fa0;
|
2020-03-23 00:43:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.light {
|
|
|
|
--text: #222;
|
|
|
|
--text-contrast: #fff;
|
2020-03-23 03:58:23 +00:00
|
|
|
|
2020-03-23 00:43:49 +00:00
|
|
|
--background: #fff;
|
|
|
|
--background-dim: #fafafa;
|
|
|
|
|
|
|
|
--profile: #222;
|
|
|
|
--tile: #2a2a2a;
|
|
|
|
|
2020-03-25 01:48:54 +00:00
|
|
|
--link: #dd6688;
|
2020-03-23 00:43:49 +00:00
|
|
|
--empty: #333;
|
|
|
|
|
|
|
|
--male: #0af;
|
|
|
|
--female: #f0a;
|
|
|
|
|
|
|
|
--shadow: rgba(0, 0, 0, .5);
|
|
|
|
--shadow-extreme: rgba(0, 0, 0, .9);
|
|
|
|
--shadow-strong: rgba(0, 0, 0, .7);
|
2020-03-25 02:42:46 +00:00
|
|
|
--shadow-modest: rgba(0, 0, 0, .3);
|
2020-03-23 00:43:49 +00:00
|
|
|
--shadow-weak: rgba(0, 0, 0, .2);
|
|
|
|
--shadow-hint: rgba(0, 0, 0, .1);
|
|
|
|
|
|
|
|
--highlight: rgba(255, 255, 255, .5);
|
|
|
|
--highlight-extreme: rgba(255, 255, 255, .9);
|
|
|
|
--highlight-strong: rgba(255, 255, 255, .7);
|
2020-03-25 02:42:46 +00:00
|
|
|
--highlight-modest: rgba(255, 255, 255, .3);
|
2020-03-23 00:43:49 +00:00
|
|
|
--highlight-weak: rgba(255, 255, 255, .2);
|
|
|
|
--highlight-hint: rgba(255, 255, 255, .075);
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark {
|
|
|
|
--text: #fff;
|
|
|
|
--text-contrast: #222;
|
2020-03-23 03:58:23 +00:00
|
|
|
|
|
|
|
--background: #222;
|
|
|
|
--background-dim: #181818;
|
2020-03-23 00:43:49 +00:00
|
|
|
|
|
|
|
--profile: #222;
|
|
|
|
--tile: #2a2a2a;
|
|
|
|
|
2020-03-25 01:48:54 +00:00
|
|
|
--link: #dd6688;
|
2020-03-23 00:43:49 +00:00
|
|
|
--empty: #333;
|
|
|
|
|
|
|
|
--male: #0af;
|
|
|
|
--female: #f0a;
|
|
|
|
|
|
|
|
--shadow: rgba(255, 255, 255, .5);
|
|
|
|
--shadow-extreme: rgba(255, 255, 255, .9);
|
|
|
|
--shadow-strong: rgba(255, 255, 255, .7);
|
2020-03-25 02:42:46 +00:00
|
|
|
--shadow-modest: rgba(255, 255, 255, .3);
|
2020-03-23 00:43:49 +00:00
|
|
|
--shadow-weak: rgba(255, 255, 255, .2);
|
|
|
|
--shadow-hint: rgba(255, 255, 255, .075);
|
|
|
|
|
|
|
|
--highlight: rgba(0, 0, 0, .5);
|
|
|
|
--highlight-extreme: rgba(0, 0, 0, .9);
|
|
|
|
--highlight-strong: rgba(0, 0, 0, .7);
|
2020-03-25 02:42:46 +00:00
|
|
|
--highlight-modest: rgba(0, 0, 0, .3);
|
2020-03-23 00:43:49 +00:00
|
|
|
--highlight-weak: rgba(0, 0, 0, .2);
|
|
|
|
--highlight-hint: rgba(0, 0, 0, .1);
|
|
|
|
}
|