// This file is part of hmnoweb, a RefineryCMS based Webapp for heavymetal.no // Copyright (C) 2018 Harald Eilertsen // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License version 3 // as published by the Free Software Foundation. // // 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 . // Color Scheme: // http://colorschemedesigner.com/#1j11TiW8EWTs. // $primary-1: #453C1C; $primary-2: #252219; $primary-3: #181301; $primary-4: #988952; $primary-5: #988D62; $bg: $primary-2; $fg: $primary-4; $deemph-text-fg: darken($fg, 10%); $bg2: darken($bg, 5%); $border-fg: $fg; $dark-border-fg: darken($primary-4, 20%); $link-fg: $primary-5; //lighten($primary-4, 5%); $link-visited-fg: $link-fg; $link-hover-fg: lighten($link-fg, 5%); $hover-menu-bg: $primary-4; $hover-menu-fg: $primary-2; $selected-menu-bg: darken($hover-menu-bg, 10%); $selected-menu-fg: $hover-menu-fg; $menu-bg: rgba(0,0,0,0.4); $menu-fg: $primary-5; $header-bg: black; $body-bg: black; $spacing: 10px; $sidebar-width: 200px; $sidebar-margin: $sidebar-width + 2 * $spacing; $min-center-width: 500px; $min-page-width: 2 * $sidebar-margin + $min-center-width + 4 * $spacing;