aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/assets/scss/theme.scss
blob: 6622fa592a70c90dc31899df35d730624dbd151a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/* ldgallery - A static generator which turns a collection of tagged
--             pictures into a searchable web gallery.
--
-- Copyright (C) 2019-2022  Guillaume FOUET
--               2020       Pacien TRAN-GIRARD
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Affero General Public License as
-- published by the Free Software Foundation, either version 3 of the
-- License, or (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-- GNU Affero General Public License for more details.
--
-- You should have received a copy of the GNU Affero General Public License
-- along with this program.  If not, see <https://www.gnu.org/licenses/>.
*/

@import "constants";

$primary: $palette-000;
$text: $primary;
$text-light: $palette-100;
$input-color: $text;
$input-placeholder-color: $text-light;
$input-background-color: $palette-500;
$input-focus-box-border-color: $palette-200;
$link: $primary;
$link-hover: $palette-100;
$disabled-color: $palette-400;
$title-color: $palette-200;
$tag-background-color: $palette-900;
$button-color: $palette-100;
$button-active-color: $palette-100;
$button-background-color: $palette-700;
$button-border-color: $palette-500;
$body-line-height: 1.5;
$dropdown-item-color: $palette-600;
$dropdown-item-hover-color: $palette-500;
$panel-top-bgcolor: $palette-800;
$panel-top-txtcolor: $primary;
$panel-bottom-bgcolor: $palette-800;
$panel-bottom-txtcolor: $primary;
$panel-left-bgcolor: $palette-800;
$panel-left-txtcolor: $primary;
$command-buttons-bgcolor: $palette-700;
$content-bgcolor: $palette-900;
$scrollbar-color: $palette-300;
$scrollbar-width: 10px;
$loader-color: $palette-200;
$skeleton-color: $palette-800;
$breadcrumb-margins: 10px;
$breadcrumb-overflow-mask-size: $breadcrumb-margins + 60px;
$thumbnail-other-size: $body-line-height * 7em;
$proposed-category-bgcolor: $palette-700;
$viewer-text: $palette-000;
$viewer-text-background: $palette-900;
$viewer-epub-background: $palette-000;

// Layout

$layout-top: 45px;
$layout-left: 250px;

// Transitions

$transition-slide: 0.1s;
$transition-fade: 0.1s;
$transition-move: 0.1s;