/** * webtrees: online genealogy * Copyright (C) 2019 webtrees development team * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU 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 General Public License for more details. * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* Pinkplastic Palette */ /* Header */ .wt-header-wrapper, .btn-primary { background: #f41063; border: 0; color: #fff; } .wt-genealogy-menu, .btn-primary:hover { background: #f391c6; } /* Tbls and menus */ .wt-page-options-label, .wt-facts-table th, .wt-facts-table .dropdown-toggle, .descriptionbox, .descriptionbox a, .topbottombar, .topbottombar a, .list_label, .list_label a { background-color: #f75993; color: #fff; } .ui-state-active, .ui-widget-content .ui-state-active { background: none repeat scroll 0 0 #f75993; } /* Base */ .wt-page-options-value, .wt-block-content, .wt-facts-table td, .ui-widget-header, .optionbox, .ui-state-active a:link, .list_value, .list_value_wrap, .list_value_wrap a, #login-form, #new_passwd_form, #register-form { background: #fbdaed; } /* Alerts */ .error, .warning, .red { color: #f00; } /* Light Text */ .user-menu li a { color: #fff; } .subheaders { color: #7d7373; }