71 lines
3.6 KiB
Plaintext
71 lines
3.6 KiB
Plaintext
|
:root {
|
||
|
/* =================== 1. ACTOR SHEET FONT STYLES =========== */
|
||
|
--window-header-title-font-family: CaslonAntique;
|
||
|
--window-header-title-font-size: 1.6rem;
|
||
|
--window-header-title-font-weight: normal;
|
||
|
--window-header-title-color: #f5f5f5;
|
||
|
|
||
|
--major-button-font-family: CaslonAntique;
|
||
|
--major-button-font-size: 1.4rem;
|
||
|
--major-button-font-weight: normal;
|
||
|
--major-button-color: #dadada;
|
||
|
|
||
|
--tab-header-font-family: CaslonAntique;
|
||
|
--tab-header-font-size: 1.2rem;
|
||
|
--tab-header-font-weight: 700;
|
||
|
--tab-header-color: #403f3e;
|
||
|
--tab-header-color-active: #4a0404;
|
||
|
|
||
|
--actor-input-font-family: CaslonAntique;
|
||
|
--actor-input-font-size: 1.2rem;
|
||
|
--actor-input-font-weight: 500;
|
||
|
--actor-input-color: black;
|
||
|
|
||
|
--actor-label-font-family: CaslonAntique;
|
||
|
--actor-label-font-size: 1.2rem;
|
||
|
--actor-label-font-weight: 700;
|
||
|
--actor-label-color: #464331c4;
|
||
|
|
||
|
/* =================== 2. DEBUGGING HIGHLIGHTERS ============ */
|
||
|
--debug-background-color-red: #ff000054;
|
||
|
--debug-background-color-blue: #1d00ff54;
|
||
|
--debug-background-color-green: #54ff0054;
|
||
|
|
||
|
--debug-box-shadow-red: inset 0 0 2px red;
|
||
|
--debug-box-shadow-blue: inset 0 0 2px blue;
|
||
|
--debug-box-shadow-green: inset 0 0 2px green;
|
||
|
|
||
|
/* =================== 3. some constants ============ */
|
||
|
--color-controls:rgba(0, 0, 0, 0.9);
|
||
|
--color-controls-light:hsla(0, 0%, 20%, 0.8);
|
||
|
--color-controls-hover:hsla(60, 100%, 75%, 0.7);
|
||
|
--color-control-border-hover:rgba(255, 128, 0, 0.8);
|
||
|
--color-gold: rgba(191, 149, 63, 0.8);
|
||
|
--gradient-gold: linear-gradient(30deg, rgba(191, 149, 63, 0.3), rgba(252, 246, 186, 0.3), rgba(179, 135, 40, 0.3), rgba(251, 245, 183, 0.3), rgba(170, 119, 28, 0.3));
|
||
|
--gradient-silver: linear-gradient(30deg, rgba(61, 55, 93, 0.3), rgba(178, 179, 196, 0.3), rgba(59, 62, 63, 0.6), rgba(206, 204, 199, 0.3), rgba(61, 46, 49, 0.3));
|
||
|
--gradient-green: linear-gradient(30deg, rgba(7, 76, 0, 0.3), rgba(66, 163, 65, 0.2), rgba(184, 226, 163, 0.1), rgba(66, 163, 65, 0.2), rgba(184, 226, 163, 0.3));
|
||
|
--gradient-red: linear-gradient(150deg, rgba(255, 0, 0, 0.3), rgba(255, 200, 128, 0.05),rgba(255, 200, 128, 0.1), rgba(255,10,0,0.3));
|
||
|
--gradient-violet: linear-gradient(150deg, rgba(100, 45, 124, 0.6), rgba(216, 157, 192, 0.3), rgba(177, 157, 216, 0.5), rgba(107, 62, 121, 0.3), rgba(100, 45, 124, 0.6));
|
||
|
--gradient-purple-black: linear-gradient(150deg, rgba(0, 0, 0, 0.7), rgba(100, 45, 124, 0.4), rgba(82, 17, 131, 0.3),rgba(100, 45, 124, 0.4), rgba(0, 0, 0, 0.7));
|
||
|
--gradient-silver-light: linear-gradient(30deg, rgba(61, 55, 93, 0.2), rgba(178, 179, 196, 0.1), rgba(59, 62, 63, 0.2), rgba(206, 204, 199, 0.1), rgba(61, 46, 49, 0.2));
|
||
|
--gradient-daylight: conic-gradient(
|
||
|
from 0deg,
|
||
|
hsla(50, 100%, 80%, 0.7),
|
||
|
hsla(30, 30%, 40%, 0.1) 25%,
|
||
|
hsla(250, 50%, 40%, 0.1) 25%,
|
||
|
hsla(250, 30%, 30%, 0.7) 50%,
|
||
|
hsla(250, 50%, 40%, 0.1) 75%,
|
||
|
hsla(30, 30%, 40%, 0.1) 75%,
|
||
|
hsla(50, 100%, 80%, 0.7)
|
||
|
);
|
||
|
|
||
|
--background-custom-button: linear-gradient(to bottom, rgba(33, 55, 74, 0.988) 5%, rgba(21, 40, 51, 0.671) 100%);
|
||
|
--background-custom-button-hover: linear-gradient(to bottom, rgb(128, 0, 0) 5%, rgb(62, 1, 1) 100%);
|
||
|
--background-control-selected: linear-gradient(to bottom, hsla(0, 100%, 25%, 0.5) 5%, hsla(0, 100%, 12%, 0.5) 100%);
|
||
|
--background-tooltip: hsla(60, 12%, 85%, 0.95);
|
||
|
--color-tooltip:hsla(282, 47%, 33%, 0.9);
|
||
|
--color-tooltip-faint:hsla(282, 47%, 66%, 0.5);
|
||
|
--background-error:hsla(16, 100%, 50%, 0.8);
|
||
|
--color-profile-border: hsla(0, 0%, 80%, 0.05);
|
||
|
}
|
||
|
|