/* 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 . */ @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-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; // Layout $layout-top: 45px; $layout-left: 250px; // Transitions $transition-slide: 0.1s; $transition-fade: 0.1s; $transition-move: 0.1s;