-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme-3c.css
More file actions
157 lines (156 loc) · 5.94 KB
/
Copy paththeme-3c.css
File metadata and controls
157 lines (156 loc) · 5.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.link:not(.link-outer), .link .link-inner {
color: #008877;
}
.link:hover:not(.link-outer), .link:hover .link-inner, .link:focus:not(.link-outer), .link:focus .link-inner {
color: #00554a;
}
.text-key {
color: #008877;
}
.border-key {
border-color: #008877;
}
.score-key::after {
border-color: #008877;
}
.bg-key {
background-color: #008877;
}
a.bg-key:hover, a.bg-key:focus, button.bg-key:hover, button.bg-key:focus {
background-color: #00554a;
}
.btn-key {
color: #fff;
background-color: #008877;
border-color: #008877;
}
.btn-key:hover, .btn-key:focus {
color: #fff;
background-color: #006256;
border-color: #00554a;
}
.btn-key:focus, .btn-key.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 136, 119, 0.5);
}
.btn-key.disabled, .btn-key:disabled {
color: #fff;
background-color: #008877;
border-color: #008877;
}
.btn-key:not(:disabled):not(.disabled):active, .btn-key:not(:disabled):not(.disabled).active, .show > .btn-key.dropdown-toggle {
color: #fff;
background-color: #00554a;
border-color: #00483f;
}
.btn-key:not(:disabled):not(.disabled):active:focus, .btn-key:not(:disabled):not(.disabled).active:focus, .show > .btn-key.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 136, 119, 0.5);
}
.btn-key.disabled, .btn-key:disabled {
color: #fff;
background-color: gray;
border-color: gray;
}
.btn-key.disabled:hover, .btn-key.disabled:focus, .btn-key:disabled:hover, .btn-key:disabled:focus {
color: #fff;
background-color: #6d6d6d;
border-color: #676767;
}
.btn-key.disabled:focus, .btn-key.disabled.focus, .btn-key:disabled:focus, .btn-key:disabled.focus {
box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-key.disabled.disabled, .btn-key.disabled:disabled, .btn-key:disabled.disabled, .btn-key:disabled:disabled {
color: #fff;
background-color: gray;
border-color: gray;
}
.btn-key.disabled:not(:disabled):not(.disabled):active, .btn-key.disabled:not(:disabled):not(.disabled).active, .show > .btn-key.disabled.dropdown-toggle, .btn-key:disabled:not(:disabled):not(.disabled):active, .btn-key:disabled:not(:disabled):not(.disabled).active, .show > .btn-key:disabled.dropdown-toggle {
color: #fff;
background-color: #676767;
border-color: #606060;
}
.btn-key.disabled:not(:disabled):not(.disabled):active:focus, .btn-key.disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-key.disabled.dropdown-toggle:focus, .btn-key:disabled:not(:disabled):not(.disabled):active:focus, .btn-key:disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-key:disabled.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-outline-key {
color: #008877;
background-color: transparent;
background-image: none;
border-color: #008877;
}
.btn-outline-key:hover, .btn-outline-key:focus {
color: #fff;
background-color: #008877;
border-color: #008877;
}
.btn-outline-key:focus, .btn-outline-key.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 136, 119, 0.5);
}
.btn-outline-key.disabled, .btn-outline-key:disabled {
color: #008877;
background-color: transparent;
}
.btn-outline-key:not(:disabled):not(.disabled):active, .btn-outline-key:not(:disabled):not(.disabled).active, .show > .btn-outline-key.dropdown-toggle {
color: #fff;
background-color: #008877;
border-color: #008877;
}
.btn-outline-key:not(:disabled):not(.disabled):active:focus, .btn-outline-key:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-key.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 136, 119, 0.5);
}
.btn-outline-key.disabled, .btn-outline-key:disabled {
color: gray;
background-color: transparent;
background-image: none;
border-color: gray;
}
.btn-outline-key.disabled:hover, .btn-outline-key.disabled:focus, .btn-outline-key:disabled:hover, .btn-outline-key:disabled:focus {
color: #fff;
background-color: gray;
border-color: gray;
}
.btn-outline-key.disabled:focus, .btn-outline-key.disabled.focus, .btn-outline-key:disabled:focus, .btn-outline-key:disabled.focus {
box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-outline-key.disabled.disabled, .btn-outline-key.disabled:disabled, .btn-outline-key:disabled.disabled, .btn-outline-key:disabled:disabled {
color: gray;
background-color: transparent;
}
.btn-outline-key.disabled:not(:disabled):not(.disabled):active, .btn-outline-key.disabled:not(:disabled):not(.disabled).active, .show > .btn-outline-key.disabled.dropdown-toggle, .btn-outline-key:disabled:not(:disabled):not(.disabled):active, .btn-outline-key:disabled:not(:disabled):not(.disabled).active, .show > .btn-outline-key:disabled.dropdown-toggle {
color: #fff;
background-color: gray;
border-color: gray;
}
.btn-outline-key.disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-key.disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-key.disabled.dropdown-toggle:focus, .btn-outline-key:disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-key:disabled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-key:disabled.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-link {
color: #008877;
}
.btn-link:hover, .btn-link:focus {
color: #00554a;
}
.hover-text-key:hover,
.hover-group:hover .group-hover-text-key,
.hover-text-key:focus,
.hover-group:focus .group-hover-text-key {
color: #008877 !important;
}
.hover-bg-key:hover,
.hover-group:hover .group-hover-bg-key,
.hover-bg-key:focus,
.hover-group:focus .group-hover-bg-key {
background-color: #008877 !important;
}
.hover-border-key:hover,
.hover-group:hover .group-hover-border-key,
.hover-border-key:focus,
.hover-group:focus .group-hover-border-key {
border-color: #008877 !important;
}
.lightbox:focus-visible,
.link.link-outer:focus-visible {
box-shadow: 0 0 0 0.2rem rgba(0, 136, 119, 0.5);
}
.toggle-section-content:focus-within {
border-color: #008877 !important;
}