1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- :root {
- --accept: #84a36f;
- --accept-hover: #6f9158;
- --delete: #a45a52;
- --delete-hover: #8f4a42;
- --edit: #86a5b7;
- --edit-hover: #6f8e9f;
- --neutral: #b9835d;
- --neutral-hover: #a76b43;
- --tab: #c79980;
- --tab-active: #bc8567;
- --abjuration-background: #cab8de;
- --abjuration-border: 0 0 0 2px #171314, 0 0 0 5px #9586a5;
- --conjuration-background: #714c81;
- --conjuration-border: 0 0 0 2px #171314, 0 0 0 5px #744987;
- --divination-background: #f0e3ce;
- --divination-border: 0 0 0 2px #171314, 0 0 0 5px #ffffff;
- --enchantment-background: #629179;
- --enchantment-border: 0 0 0 2px #171314, 0 0 0 5px #26714a;
- --evocation-background: #a46a7d;
- --evocation-border: 0 0 0 2px #171314, 0 0 0 5px #863f57;
- --illusion-background: #69a;
- --illusion-border: 0 0 0 2px #171314, 0 0 0 5px #2d6475;
- --necromancy-background: #000000;
- --necromancy-border: 0 0 0 2px #171314, 0 0 0 5px #36353a;
- --transmutation-background: rgb(51, 52, 138);
- --transmutation-border: 0 0 0 2px #171314, 0 0 3px #8f088f, 0 0 6px #7f088f,
- 0 0 9px #69088f, 0 0 12px #3a088f, 0 0 15px #080a8f;
- --shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
- --shadow-inverted: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
- --shadow-bottom: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
- --shadow-top: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
- --primary: #b0826b;
- --background-color: #fff2e9;
- --field-background-color: #efc8af;
- --border-color: #8d8c8c;
- --modal-background: antiquewhite;
- --header: #ffdec6;
- --text: #000000;
- --items: #fff2e9;
- --items-hover: #f7e3d7;
- --border: 1px solid var(--border-color);
- }
|