1/** 2 * webtrees: online genealogy 3 * Copyright (C) 2019 webtrees development team 4 * This program is free software: you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation, either version 3 of the License, or 7 * (at your option) any later version. 8 * This program is distributed in the hope that it will be useful, 9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * GNU General Public License for more details. 12 * You should have received a copy of the GNU General Public License 13 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 */ 15 16/* Coldday Palette */ 17 18/* Header */ 19.wt-header-wrapper, .btn-primary { 20 background: #1a1575; 21 border: 0; 22 color: #fff; 23} 24 25.wt-primary-menu, .btn-primary:hover { 26 background: #4d91ff; 27} 28 29/* Tbls and menus */ 30.wt-page-options-label, 31.wt-facts-table th, .wt-facts-table .dropdown-toggle, 32.descriptionbox, .descriptionbox a, 33.topbottombar, .topbottombar a, 34.list_label, .list_label a { 35 background-color: #5997e3; 36 color: #fff; 37} 38 39.ui-state-active, .ui-widget-content .ui-state-active { 40 background: none repeat scroll 0 0 #5997e3; 41} 42 43/* Base */ 44.wt-page-options-value, 45.wt-block-content, 46.wt-facts-table td, 47.ui-widget-header, 48.optionbox, .ui-state-active a:link, 49.list_value, .list_value_wrap, .list_value_wrap a, 50#login-form, #new_passwd_form, #register-form { 51 background: #e6e1ff; 52} 53 54/* Alerts */ 55.error, .warning, .red { 56 color: #f00; 57} 58 59/* Light Text */ 60.secondary-menu li a { 61 color: #fff; 62} 63 64.subheaders { 65 color: #000; 66} 67