]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/scheme/black.css
New function for contact suggestions
[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 @media (min-width: 768px) {
239         .wall-item-container .wall-item-links,
240         .wall-item-container .wall-item-actions button,
241         .wall-item-container .body-attach > a {
242                 opacity: 0.5;
243                 -webkit-transition: all 0.25s ease-in-out;
244                 -moz-transition: all 0.25s ease-in-out;
245                 -o-transition: all 0.25s ease-in-out;
246                 -ms-transition: all 0.25s ease-in-out;
247                 transition: all 0.25s ease-in-out;
248         }
249         .wall-item-container:hover .wall-item-links,
250         .wall-item-container:hover .wall-item-actions button,
251         .wall-item-container:hover .body-attach > a {
252                 opacity: 1;
253                 -webkit-transition: all 0.25s ease-in-out;
254                 -moz-transition: all 0.25s ease-in-out;
255                 -o-transition: all 0.25s ease-in-out;
256                 -ms-transition: all 0.25s ease-in-out;
257                 transition: all 0.25s ease-in-out;
258         }
259         .wall-item-container .wall-item-body .body-attach > a:hover {
260                 opacity: 1;
261         }
262 }
263
264 .fc-unthemed td.fc-today {
265         background-color: $nav_bg;
266 }
267
268 .nav .open > .btn-link {
269         background-color: $nav_bg;
270 }
271
272 .hovercard {
273         box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
274         -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
275 }
276 .hovercard, .hover-card-footer {
277         background-color: $nav_bg;
278 }
279 .hovercard.top > .arrow:after {
280         border-top-color: $nav_bg;
281 }
282 .hovercard.right > .arrow:after {
283         border-right-color: $nav_bg;
284 }
285 .hovercard.bottom > .arrow:after {
286         border-bottom-color: $nav_bg;
287 }
288 .hovercard.left > .arrow:after {
289         border-left-color: $nav_bg;
290 }
291
292 .friendica-tagsinput .tag {
293         color: inherit;
294 }
295
296
297 code {
298         color: $font_color;
299         background-color: rgba(255, 255, 255, .2);
300 }
301 pre {
302         color: $font_color_darker;
303         background-color: rgba(255, 255, 255, .05);
304 }
305
306 legend {
307         color: $font_color;
308 }
309
310 .table-striped>tbody>tr:nth-of-type(odd),
311 .table-hover > tbody > tr:hover,
312 .adminpage .table-hover > tbody > tr:hover + tr.details {
313         background-color: $nav_bg;
314 }
315
316 section > .generic-page-wrapper,
317 .videos-content-wrapper,
318 .suggest-content-wrapper,
319 .help-content-wrapper,
320 .match-content-wrapper,
321 .dirfind-content-wrapper,
322 .delegation-content-wrapper,
323 .notes-content-wrapper,
324 .message-content-wrapper,
325 .apps-content-wrapper, #adminpage,
326 .delegate-content-wrapper,
327 .uexport-content-wrapper,
328 .dfrn_request-content-wrapper,
329 .friendica-content-wrapper,
330 .credits-content-wrapper,
331 .nogroup-content-wrapper,
332 .profperm-content-wrapper,
333 .invite-content-wrapper,
334 .tos-content-wrapper,
335 .fsuggest-content-wrapper,
336 .panel,
337 aside .widget,
338 .nav-container .widget{
339         box-shadow: 0 0 3px $link_color;
340         -webkit-box-shadow: 0 0 3px $link_color;
341 }
342
343 input[type=text].tt-input {
344         box-shadow: none;
345 }