From 89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 9 Jan 2020 02:10:35 +0100 Subject: viewer: Changed "image" type to "picture". Adapted the code to the current compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation. --- viewer/src/assets/scss/theme.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 viewer/src/assets/scss/theme.scss (limited to 'viewer/src/assets/scss/theme.scss') diff --git a/viewer/src/assets/scss/theme.scss b/viewer/src/assets/scss/theme.scss new file mode 100644 index 0000000..a8ee0be --- /dev/null +++ b/viewer/src/assets/scss/theme.scss @@ -0,0 +1,10 @@ +// === Theme + +$layout-top: 70px; +$layout-left: 250px; + +$panel-top-bgcolor: #225; +$panel-top-txtcolor: white; +$panel-left-bgcolor: $panel-top-bgcolor; +$panel-left-txtcolor: $panel-top-txtcolor; +$content-bgcolor: #1e1e1e; -- cgit v1.2.3 From 27b51018525dbb7a6edb3073819d82245387ddd3 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Fri, 10 Jan 2020 22:22:22 +0100 Subject: viewer: license headers --- viewer/src/assets/scss/theme.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'viewer/src/assets/scss/theme.scss') diff --git a/viewer/src/assets/scss/theme.scss b/viewer/src/assets/scss/theme.scss index a8ee0be..79e14e1 100644 --- a/viewer/src/assets/scss/theme.scss +++ b/viewer/src/assets/scss/theme.scss @@ -1,3 +1,22 @@ +/* ldgallery - A static generator which turns a collection of tagged +-- pictures into a searchable web gallery. +-- +-- Copyright (C) 2019-2020 Guillaume FOUET +-- +-- 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 . +*/ + // === Theme $layout-top: 70px; -- cgit v1.2.3