xref: /webtrees/resources/css/colors/mercury.css (revision 30e63383b10bafff54347985dcdbd10c40c33f62)
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 <https://www.gnu.org/licenses/>.
14 */
15
16/* Mercury Palette */
17
18/* Header */
19.wt-header-wrapper, .btn-primary {
20    background: #d4d4d4;
21    border: 0;
22    color: #707070;
23}
24
25.wt-genealogy-menu, .btn-primary:hover {
26    background: #a9adbc;
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: #c6c8d2;
36    color: #707070;
37}
38
39.ui-state-active, .ui-widget-content .ui-state-active {
40    background: none repeat scroll 0 0 #c6c8d2;
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: #f0f2f5;
52}
53
54/* Alerts */
55.error, .warning, .red {
56    color: #f00;
57}
58
59/* Light Text */
60.user-menu li a {
61    color: #707070;
62}
63
64.subheaders {
65    color: #707070;
66}
67