]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/scheme/black.css
Merge branch 'bug/phpinfo-accessible-hotfix' into develop
[friendica.git] / view / theme / frio / scheme / black.css
1 /*
2     Licence    : AGPL
3     Created on : 11.08.2020
4     Author     : Hypolite Petovan <hypolite@friendica.mrpetovan.com>
5 */
6 #topbar-first {
7         background-color: $background_color;
8 }
9 #topbar-first .dropdown.account > a,
10 #topbar-first .dropdown.account.open > a,
11 #topbar-first .dropdown.account > button,
12 #topbar-first .dropdown.account.open > button {
13         background: none;
14 }
15
16 #topbar-first #nav-notifications-menu li.notif-entry:hover {
17         background-color: $nav_bg;
18 }
19
20
21 #topbar-second {
22         background-color: $nav_bg;
23         border-color: $link_color;
24 }
25 #topbar-second ul.tabs li {
26         border_color: $link_color;
27 }
28
29 .dropdown-menu, .account .dropdown-menu {
30         background-color: $background_color;
31 }
32 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
33         color: $link_color;
34 }
35 .account .dropdown-menu li {
36         border-color: $background_color;
37 }
38
39 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
40         background-image: none;
41         background-color: rgba(232, 232, 232, $contentbg_transp);
42 }
43
44 .breadcrumb,
45 .panel-footer,
46 .list-group-item {
47         background-color: rgba(245, 245, 245, $contentbg_transp);
48 }
49 .panel-group .panel-footer {
50         border-top: 1px solid $nav_bg;
51 }
52
53 .well {
54         background-image: none;
55         background-color: $nav_bg;
56         box-shadow: 0 0 3px #dadada;
57         -webkit-box-shadow: 0 0 3px #dadada;
58         border-color: #a0a0a0;
59 }
60
61 input[type=text],
62 input[type=submit],
63 button[type=submit]:not(.btn),
64 select,
65 textarea,
66 .form-control {
67         border: none;
68         background-color: $nav_bg;
69         color: $font_color;
70         box-shadow: 0 0 3px #dadada;
71         -webkit-box-shadow: 0 0 3px #dadada;
72 }
73 .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
74         background-color: $background_color;
75         color: $font_color_darker;
76 }
77
78 .nav-tabs>li.active>a,
79 .nav-tabs>li.active>a:focus,
80 .nav-tabs>li.active>a:hover,
81 main .nav-tabs>li.active>a,
82 main .nav-tabs>li.active>a:focus,
83 main .nav-tabs>li.active>a:hover {
84         background-color: $nav_bg;
85         color: $font_color_darker;
86 }
87
88 .nav > li > a:focus, .nav > li > a:hover {
89         background-color: rgba(238, 238, 238, $contentbg_transp);
90 }
91
92 .modal-content {
93         background-color: $background_color;
94 }
95
96 .pager li > a,
97 .pager li > span {
98         border-color: #a0a0a0;
99 }
100
101 .pager li > a:focus,
102 .pager li > a:hover {
103         background-color: #303030;
104 }
105
106 .pagination > .active > a,
107 .pagination > .active > a:focus,
108 .pagination > .active > a:hover,
109 .pagination > .active > span,
110 .pagination > .active > span:focus,
111 .pagination > .active > span:hover {
112         border-color: $link_color;
113         background-color: $nav_bg;
114         color: $font_color;
115 }
116
117 .pagination>li>a:hover, .pagination>li>span:hover {
118         background-color: $nav_bg;
119 }
120
121 #jotOpen {
122         border: none;
123         background-color: $background_color;
124 }
125
126 .close {
127         color: $font_color;
128         text-shadow: 0 1px 0 $nav_bg;
129 }
130 .close:focus, .close:hover {
131         color: $link_color;
132 }
133
134 .input-group-addon {
135         color: $font_color;
136         background-color: $nav_bg;
137         box-shadow: 0 0 3px #dadada;
138         -webkit-box-shadow: 0 0 3px #dadada;
139         border: none;
140 }
141
142 #topbar-first #nav-notifications-menu li.notif-entry,
143 .panel-footer,
144 .panel-group .panel-heading + .panel-collapse > .list-group,
145 .panel-group .panel-heading + .panel-collapse > .panel-body,
146 .wall-item-container,
147 .comment-fake-form {
148         border-color: $nav_bg;
149 }
150
151 .wall-item-comment-wrapper {
152         border: 0;
153 }
154
155 .badge {
156         background-color: $nav_bg;
157 }
158
159 .btn {
160         box-shadow: 0 0 2px #dadada;
161         -webkit-box-shadow: 0 0 2px #dadada;
162         background: none;
163         color: $font_color_darker;
164 }
165 .btn.focus, .btn:focus, .btn:hover {
166         color: $font_color;
167 }
168 .btn-default:focus, .btn-default:hover {
169         background: $nav_bg;
170 }
171 .btn-default.active, .btn-default:active {
172         background-color: $nav_bg;
173         color: $font_color;
174 }
175
176 button[type=submit]:not(.btn),
177 input[type=submit],
178 .btn.btn-primary {
179         border: 1px solid $link_color;
180 }
181
182 .label-primary {
183         background-color: $background_color;
184         color: $link_color;
185 }
186
187 .panel-default>.panel-heading {
188         background: none;
189         background-color: $nav_bg;
190         color: $font_color;
191 }
192
193 .btn-success,
194 .label-success,
195 .alert-success,
196 .panel-success > .panel-heading {
197         background: rgba(60, 118, 61, 0.4);
198         color: #dff0d8;
199 }
200
201 .fc .fc-event,
202 .btn-info,
203 .label-info,
204 .alert-info,
205 .panel-info > .panel-heading,
206 .table > tbody > tr.info > td,
207 .table > tbody > tr.info > th,
208 .table > tbody > tr > td.info,
209 .table > tbody > tr > th.info,
210 .table > tfoot > tr.info > td,
211 .table > tfoot > tr.info > th,
212 .table > tfoot > tr > td.info,
213 .table > tfoot > tr > th.info,
214 .table > thead > tr.info > td,
215 .table > thead > tr.info > th,
216 .table > thead > tr > td.info,
217 .table > thead > tr > th.info {
218         background: rgba(49, 112, 143, 0.4);
219         color: #d9edf7;
220 }
221
222 .btn-warning,
223 .label-warning,
224 .alert-warning,
225 .panel-warning > .panel-heading {
226         background: rgba(139, 109, 59, 0.4);
227         color: #fcf8e3;
228 }
229
230 .btn-danger,
231 .label-danger,
232 .alert-danger,
233 .panel-danger > .panel-heading {
234         background: rgba(169, 68, 66, 0.4);
235         color: #f2dede;
236 }
237
238 .wall-item-actions a, .wall-item-actions button {
239         color: $link_color;
240 }
241
242 @media (min-width: 768px) {
243         .wall-item-container .wall-item-links,
244         .wall-item-container .wall-item-actions button,
245         .wall-item-container .body-attach > a {
246                 opacity: 0.3;
247                 -webkit-transition: all 0.25s ease-in-out;
248                 -moz-transition: all 0.25s ease-in-out;
249                 -o-transition: all 0.25s ease-in-out;
250                 -ms-transition: all 0.25s ease-in-out;
251                 transition: all 0.25s ease-in-out;
252                 color: $font_color;
253         }
254         .wall-item-container:hover .wall-item-links,
255         .wall-item-container:hover .wall-item-actions button,
256         .wall-item-container:hover .body-attach > a {
257                 opacity: 1;
258                 -webkit-transition: all 0.25s ease-in-out;
259                 -moz-transition: all 0.25s ease-in-out;
260                 -o-transition: all 0.25s ease-in-out;
261                 -ms-transition: all 0.25s ease-in-out;
262                 transition: all 0.25s ease-in-out;
263                 color: $link_color;
264         }
265         .wall-item-container .wall-item-body .body-attach > a:hover {
266                 opacity: 1;
267         }
268 }
269
270 .fc-unthemed td.fc-today {
271         background-color: $nav_bg;
272 }
273
274 .nav .open > .btn-link {
275         background-color: $nav_bg;
276 }
277
278 .hovercard {
279         box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
280         -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
281 }
282 .hovercard, .hover-card-footer {
283         background-color: $nav_bg;
284 }
285 .hovercard.top > .arrow:after {
286         border-top-color: $nav_bg;
287 }
288 .hovercard.right > .arrow:after {
289         border-right-color: $nav_bg;
290 }
291 .hovercard.bottom > .arrow:after {
292         border-bottom-color: $nav_bg;
293 }
294 .hovercard.left > .arrow:after {
295         border-left-color: $nav_bg;
296 }
297
298 .friendica-tagsinput .tag {
299         color: inherit;
300 }
301
302
303 code {
304         color: $font_color;
305         background-color: rgba(255, 255, 255, .2);
306 }
307 pre {
308         color: $font_color_darker;
309         background-color: rgba(255, 255, 255, .05);
310 }
311
312 legend {
313         color: $font_color;
314 }
315
316 .table-striped>tbody>tr:nth-of-type(odd),
317 .table-hover > tbody > tr:hover,
318 .adminpage .table-hover > tbody > tr:hover + tr.details {
319         background-color: $nav_bg;
320 }
321
322 section > .generic-page-wrapper,
323 .videos-content-wrapper,
324 .suggest-content-wrapper,
325 .help-content-wrapper,
326 .match-content-wrapper,
327 .dirfind-content-wrapper,
328 .delegation-content-wrapper,
329 .notes-content-wrapper,
330 .message-content-wrapper,
331 .apps-content-wrapper, #adminpage,
332 .delegate-content-wrapper,
333 .uexport-content-wrapper,
334 .dfrn_request-content-wrapper,
335 .friendica-content-wrapper,
336 .credits-content-wrapper,
337 .nogroup-content-wrapper,
338 .profperm-content-wrapper,
339 .invite-content-wrapper,
340 .tos-content-wrapper,
341 .fsuggest-content-wrapper,
342 .panel,
343 aside .widget,
344 .nav-container .widget{
345         box-shadow: 0 0 3px $link_color;
346         -webkit-box-shadow: 0 0 3px $link_color;
347 }