]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
frio: events - don't show author name if there is no author name
[friendica.git] / view / theme / frio / css / style.css
1 /*
2 To change this license header, choose License Headers in Project Properties.
3 To change this template file, choose Tools | Templates
4 and open the template in the editor.
5 */
6 /*
7     Created on : 17.02.2016, 23:55:45
8     Author     : rabuzarus
9 */
10
11 /* Imports */
12 /*@import url("frameworks/bootstrap/css/bootstrap.min.css");
13 @import url("frameworks/bootstrap/css/bootstrap-theme.min.css");
14 @import url("frameworks/font-awesome/css/font-awesome.min.css");
15 @import url("frameworks/jasny/css/jasny-bootstrap.min.css");
16 @import url("frameworks/bootstrap-select/css/bootstrap-select.min.css");
17 @import url("frameworks/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css");
18 @import url("frameworks/ekko-lightbox/ekko-lightbox.min.css");
19 @import url("frameworks/justifiedGallery/justifiedGallery.min.css");
20 @import url("frameworks/bootstrap-colorpicker/css/bootstrap-colorpicker.min.css");
21 @import url("font/open_sans/open-sans.css");
22 @import url("css/hovercard.css");*/
23
24
25 body {
26     padding-top: 110px;
27     background-color: $bgcolor;
28     background-image: url("$background_image");
29     background-size: $background_size_img;
30     background-attachment: fixed;
31     color: #777;
32     /*color: #555;*/
33     font-family: 'Open Sans',sans-serif;
34 }
35 body a {
36     /*color: #555;*/
37     /*color: #6fdbe8;*/
38     color: $link_color;
39     text-decoration: none;
40 }
41
42 body a:hover, body a:focus, body a:active, body a.active, body .btn-link:hover{
43     /*color: #59d6e4;*/
44     color: $link_hover_color;
45     text-decoration: none;
46 }
47
48 .wall-item-container a:hover {
49     text-decoration: underline;
50 }
51
52 hr {
53     margin-top: 10px;
54     margin-bottom: 10px;
55 }
56 aside hr,
57 section hr {
58     border-color: rgba(238, 238, 238, $contentbg_transp);
59 }
60 iframe, img {
61     max-width: 100%;
62 }
63 blockquote {
64     font-size: inherit;
65 }
66 .clear {
67     clear: both;
68 }
69 .no-padding {
70     padding: 0;
71 }
72 .fakelink {
73     cursor: pointer;
74 }
75 .hidden {
76     display: none !important;
77 }
78
79 /*
80 * standard page elements
81 */
82 #back-to-top {
83     display: none;
84     cursor: pointer;
85     color: white;
86     position: fixed;
87     z-index: 49;
88     right: 20px;
89     bottom: 20px;
90     opacity: 1;
91     font-size: 2.9em;
92     padding: 0 12px 0 12px;
93     border-radius: 10px;
94     background-color: #aaa;
95     line-height: 1.5;
96 }
97
98 a#item-delete-selected {
99     cursor: pointer;
100     color: white;
101     position: fixed;
102     z-index: 49;
103     right: 20px;
104     top: 100px;
105     opacity: 0.8;
106     font-size: 2.9em;
107     padding: 0 12px 0 12px;
108     border-radius: 10px;
109     background-color: $link_color;
110     line-height: 1.5;
111     display: none;
112 }
113
114 #toggle_mobile_link {
115     display: none;
116 }
117
118 /*
119 * Overwriting and Extend Bootstrap
120 */
121 .label, .label a {
122     color: #fff;
123 }
124
125 /* Buttons */
126
127 .btn {
128     float: none;
129     border: none;
130     -webkit-box-shadow: none;
131     box-shadow: none;
132     -moz-box-shadow: none;
133     background-image: none;
134     text-shadow: none;
135     border-radius: 3px;
136     outline: 0!important;
137     margin-bottom: 0;
138     font-size: 14px;
139     font-weight: 600;
140     padding: 8px 16px;
141 }
142
143 .btn-default {
144     background: #ededed;
145     color: #7a7a7a;
146 }
147 .btn-sm {
148     padding: 4px 8px;
149     font-size: 12px;
150 }
151 .btn-small {
152     padding: 6px 10px;
153     font-size: 12px;
154     line-height: 1.5;
155     border-radius: 3px;
156 }
157 .btn-primary {
158     background: $nav_bg;
159     color: $btn_primary_color !important;
160 }
161 .btn-primary:hover, .btn-primary:focus {
162     background: $btn_primary_hover_color;
163     text-decoration: none;
164 }
165 .btn-primary:active, .btn-primary.active {
166     outline: 0;
167     background: $btn_primary_hover_color !important;
168 }
169 .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
170 .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
171 .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
172 .open>.dropdown-toggle.btn-primary:hover,.btn-primary.active, .btn-primary:active,
173 .open>.dropdown-toggle.btn-primary {
174     background: $btn_primary_hover_color;
175     border-color: none;
176 }
177
178 .btn-link {
179 /*    color: #6fdbe8;*/
180     color: $link_color;
181 }
182 .btn-link:focus, .btn-link:hover {
183     color: #23527c;
184 }
185 .btn-eventnav, btn-eventnav:hover {
186     font-size: 16px;
187     background: none;
188     background-color: transparent;
189     padding: 0 14px;
190 }
191 .btn-separator {
192     border-left: 1px solid #777;
193 }
194 /*.btn-info {
195     background: #6fdbe8;
196     color: #fff!important;
197 }
198 .btn-info:hover, .btn-info:focus {
199     background: #59d6e4!important;
200     text-decoration: none;
201 }
202 .btn-info:active, .btn-info.active {
203     outline: 0;
204     background: #59d6e4;
205 }*/
206
207 .btn-main {
208     /*background: #6fdbe8;*/
209     background: $link_color;
210     color: #fff!important;
211 }
212 .btn-main:hover, .btn-main:focus {
213     /*background: #59d6e4!important;*/
214     background: $link_hover_color !important;
215     text-decoration: none;
216 }
217 .btn-main:active, .btn-main.active {
218     outline: 0;
219     /*background: #59d6e4;*/
220     background: $link_hover_color;
221 }
222
223 .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
224     padding: .275rem .75rem;
225     /*font-size: .875rem;*/
226     line-height: 1.5;
227     height: 30px;
228     border-radius: .2rem;
229 }
230 /* Bootstrap media class fix/hack
231  * This is a test. I thought it does have some
232  * issues in some corner cases. Maybe we remove
233  * once more
234  * https://github.com/twbs/bootstrap/issues/6053
235  */
236 .media, .media-body {
237     overflow: visible;
238 }
239 .media .media-body {
240     display: table-cell;
241     width: 10000px;
242     *width: auto;
243     *zoom: 1;
244 }
245 .media:before, .media:after {
246     content: "";
247     display: table;
248 }
249 .media:after {
250     clear: both;
251 }
252
253 /* Badges */
254 .badge {
255     vertical-align: baseline;
256     background-color: $link_color;
257     border-radius: 4px;
258 }
259 aside .badge {
260     opacity: 0.7;
261 }
262
263 /* disabled elements */
264 .community-content-wrapper > h3, .network-content-wrapper > .section-title-wrapper {
265     display:none;
266 }
267
268 header #site-location {
269     display: none;
270 }
271 header #banner {
272     position: fixed;
273     top: 0px;
274 /*    width: 33%;
275     margin-left: 33%;
276     margin-right: 33%;*/
277     left:49%;
278     right: 49%;
279     z-index: 1040;
280     margin-top: 14px;
281     text-align: center;
282     text-shadow: 1px 1px 2px rgba(0,0,0,.5);
283     font-size: 14px;
284     font-family: tahoma, "Lucida Sans", sans;
285     color: #fff;
286     font-weight: bold;
287     whitespace: nowrap;
288     padding-left: 55px;
289 }
290 header #banner #logo-img,
291 .navbar-brand #logo-img {
292     /*mask: url('network#m1');*/
293     /*mask-image: url('img/friendica-25.png');*/
294     -webkit-mask-image: url('img/friendica-25.png');
295     background-color: $nav_icon_color;
296     height: 25px;
297     width: 25px;
298     margin-left: auto;
299     margin-right: auto;
300 }
301
302 #navbrand-container {
303     display: flex;
304 }
305 #navbrand-container #navbar-brand-text {
306     padding-left: 5px;
307 }
308
309 /* NavBar */
310 .topbar {
311     position: fixed;
312     display: block;
313     height: 50px;
314     width: 100%;
315     padding-left: 15px;
316     padding-right: 15px
317 }
318 .topbar ul.nav {
319     float: left
320 }
321 .topbar ul.nav>li {
322     float: left
323 }
324 @media (min-width: 992px) {
325 .topbar ul.nav>li>a {
326     padding-top: 15px;
327     padding-bottom: 15px;
328     line-height: 20px
329 }
330 }
331 @media (max-width: 991px) {
332     .topbar ul.nav>li>a { padding-left: 10px; padding-right: 10px; };
333 }
334 .topbar .dropdown-footer {
335     margin: 10px
336 }
337 .topbar .dropdown-header {
338     font-size: 16px;
339     padding: 3px 10px;
340     margin-bottom: 10px;
341     font-weight: 300;
342     color: #bebebe
343 }
344 .topbar .dropdown-header .dropdown-header-link {
345     position: absolute;
346     top: 2px;
347     right: 10px
348 }
349 .topbar .dropdown-header .dropdown-header-link a {
350     /*color: #6fdbe8!important;*/
351     color: $link_color !important;
352     font-size: 12px;
353     font-weight: 400
354 }
355 .topbar .dropdown-header:hover {
356     color: #bebebe
357 }
358 #topbar-first,
359 nav.navbar {
360     background-color: $nav_bg;
361     top: 0;
362     z-index: 1030;
363     color: $nav_icon_color;
364 }
365 #topbar-first .nav>li>a:hover,
366 #topbar-first .nav>li>a:focus,
367 #topbar-first .nav>.open>a,
368 nav.navbar .nav>li>a:hover,
369 nav.navbar .nav>li>a:focus{
370     background-color: $nav_icon_hover_color;
371 }
372 #topbar-first .nav>.account {
373     height: 50px;
374     margin-left: 20px
375 }
376 #topbar-first .nav>.account img {
377     margin-left: 10px;
378     height: 32px;
379     width: 32px;
380     border-radius: 3px;
381 }
382 #topbar-first .nav>.account .dropdown-toggle {
383     padding: 10px 5px 8px;
384     line-height: 1.1em;
385     text-align: left
386 }
387 #topbar-first .nav>.account .dropdown-toggle span {
388     font-size: 12px
389 }
390 #topbar-first .topbar-brand {
391     position: relative;
392     z-index: 2
393 }
394 #topbar-first .topbar-actions {
395     position: relative;
396     z-index: 3
397 }
398 #topbar-first .topbar-nav {
399     /*position: absolute;*/
400     left: 0;
401     right: 0;
402     text-align: center;
403     z-index: 1
404 }
405 #topbar-first .topbar-nav .nav-segment {
406     position: relative;
407     text-align: left
408 }
409 #topbar-first .topbar-nav .nav-segment>a {
410 /*    padding: 5px 10px;
411     margin: 10px 2px;*/
412     display: inline-block;
413 /*    border-radius: 2px;*/
414     text-decoration: none;
415     text-align: left
416 }
417 #topbar-first .topbar-nav .nav-segment .nav-notify {
418     position: absolute;
419     top: 4px;
420     right: -2px;
421     background-color: #ff8989;
422
423 /*    text-transform: uppercase;
424     display: inline-block;
425     padding: 3px 5px 4px;
426     font-weight: 600;
427     font-size: 10px!important;
428     color: #fff!important;
429     vertical-align: baseline;
430     white-space: nowrap;
431     text-shadow: none;
432     display: none;*/
433 }
434 #topbar-first #intro-update{
435     cursor: pointer;
436 }
437 #topbar-first .topbar-nav .arrow:after {
438     position: absolute;
439     display: block;
440     width: 0;
441     height: 0;
442     border-color: transparent;
443     border-style: solid;
444     border-width: 10px;
445     content: " ";
446     top: 1px;
447     margin-left: -10px;
448     border-top-width: 0;
449     border-bottom-color: #fff;
450     z-index: 1035
451 }
452 #topbar-first .topbar-nav .arrow {
453     position: absolute;
454     display: block;
455     width: 0;
456     height: 0;
457     border-color: transparent;
458     border-style: solid;
459     z-index: 1001;
460     border-width: 11px;
461     left: 50%;
462     margin-left: -18px;
463     border-top-width: 0;
464     border-bottom-color: rgba(0, 0, 0, .15);
465     top: -19px;
466     z-index: 1035
467 }
468 #topbar-first .topbar-nav .dropdown-menu {
469     width: 350px;
470     margin-left: -148px
471 }
472 #topbar-first .topbar-nav .dropdown-menu ul.media-list {
473     max-height: 400px;
474     overflow: auto
475 }
476 #topbar-first .topbar-nav .dropdown-menu li {
477     position: relative
478 }
479 #topbar-first .topbar-nav .dropdown-menu li i.approval {
480     position: absolute;
481     left: 2px;
482     top: 36px;
483     font-size: 14px
484 }
485 #topbar-first .topbar-nav .dropdown-menu li i.accepted {
486     color: #5cb85c
487 }
488 #topbar-first .topbar-nav .dropdown-menu li i.declined {
489     color: #d9534f
490 }
491 #topbar-first .topbar-nav .dropdown-menu li .media {
492     position: relative
493 }
494 #topbar-first .topbar-nav .dropdown-menu li .media .img-space {
495     position: absolute;
496     top: 14px;
497     left: 14px
498 }
499 #topbar-first .dropdown-footer {
500     margin: 10px 10px 5px
501 }
502 #topbar-first a,
503 nav.navbar a {
504     /*color: #fff*/
505     color: $nav_icon_color;
506 }
507 #topbar-first .caret {
508     border-top-color: #bebebe
509 }
510 #topbar-first .btn-group>a {
511     background-color: #7f9baa
512 }
513 #topbar-first .btn-enter {
514     background-color: #7f9baa;
515     margin: 6px 0
516 }
517 #topbar-first .btn-enter:hover {
518     background-color: #89a2b0
519 }
520 .navbar-fixed-top ul.nav.navbar-nav.navbar-right {
521     display: flex;
522 }
523
524
525 /* Notification Menu */
526 #topbar-first #nav-notifications-menu {
527     max-height: 400px;
528 }
529 #topbar-first #nav-notifications-menu a {
530     color: #555;
531     padding: 0;
532 }
533 #topbar-first #nav-notifications-menu li.notif-entry {
534     color: #555;
535     padding: 10px;
536     border-bottom: 1px solid #eee;
537     position: relative;
538     border-left: 3px solid #fff;
539     font-size: 12px;
540 }
541
542 #topbar-first #nav-notifications-menu li.notify-unseen {
543     border-left: 3px solid #f3fcfd;
544     background-color: #f3fcfd;
545 }
546 #topbar-first #nav-notifications-menu li.notif-entry:hover {
547     background-color: #f7f7f7;
548     /*border-left: 3px solid #6fdbe8;*/
549     border-left: 3px solid $link_color;
550 }
551 /*#topbar-first #nav-notifications-menu i.accepted {
552     color: #6fdbe8!important
553 }
554 #topbar-first #nav-notifications-menu i.declined {
555     color: #ff8989!important
556 }*/
557 #topbar-first #nav-notifications-menu li.placeholder {
558     border-bottom: none
559 }
560 #topbar-first #nav-notifications-menu .media .media-body {
561     font-size: 13px!important;
562     font-weight: 600!important;
563     cursor: pointer;
564 }
565 #topbar-first #nav-notifications-menu .media .media-body .contactname {
566     font-weight: bold;
567 }
568 #topbar-first #nav-notifications-menu .media .media-body .label {
569     padding: .1em .5em
570 }
571 #topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
572     height: 32px;
573     width: 32px;
574     border-radius: 3px;
575 }
576 /* The Top Nav Bar user menu */
577 #topbar-first .account .user-title {
578     text-align: right;
579     margin-top: 7px;
580 }
581 #topbar-first .account .user-title span {
582     color: $nav_icon_color;
583 }
584 #topbar-first .account #main-menu .nav-notify {
585     position: absolute;
586     top: 4px;
587     right: -2px;
588     background-color: #ff8989;
589 }
590 #myNavmenu li,
591 #myNavmenu a {
592     background-color: $nav_bg;
593     color: $nav_icon_color;
594 }
595 #myNavmenu li.nav-sitename {
596     font-weight: bold;
597 }
598 #topbar-first .dropdown.account>a,
599 #topbar-first .dropdown.account.open>a,
600 #topbar-first .dropdown.account>a:hover,
601 #topbar-first .dropdown.account.open>a:hover {
602     background-color: $nav_bg;
603 }
604 #topbar-first .dropdown.account li#nav-sitename {
605     padding-left: 15px;
606     padding-right: 15px;
607     font-weight: bold;
608     word-break: break-word;
609 }
610 #topbar-first .dropdown.account li#nav-sitename:hover {
611     border: none;
612     background-color: $nav_bg;
613 }
614 /* Nav Search */
615 #topbar-first #search-box .navbar-form {
616     margin: 0px;
617     padding: 10px 15px;
618 }
619 #search-mobile .navbar-form {
620     margin: 0;
621 }
622 #topbar-first #search-box .form-search {
623     height: 25px;
624     font-size: 13px;
625     background-position: 8px 4px;
626 }
627 #topbar-first #search-box .btn {
628     font-size: 10px;
629     padding: 1px 8px;
630 }
631
632 /* second topbar */
633 #topbar-second {
634     height: 40px;
635     top: 50px;
636     background-color: #fff;
637     z-index: 1029;
638     background-image: none;
639     -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
640     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
641     box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
642     border-bottom: 1px solid #d4d4d4
643 }
644 #topbar-second > .container {
645     height: 100%;
646 }
647 @media screen and (max-width: 767px) {
648     #topbar-second > .container,
649     #topbar-second #navbar-button {
650         padding: 0;
651     }
652 }
653 #topbar-second .dropdown-menu {
654     padding-top: 0;
655     padding-bottom: 0
656 }
657 #topbar-second .dropdown-menu .divider {
658     margin: 0
659 }
660 #topbar-second #space-menu-dropdown,
661 #topbar-second #search-menu-dropdown {
662     width: 400px
663 }
664 #topbar-second #space-menu-dropdown .media-list,
665 #topbar-second #search-menu-dropdown .media-list {
666     max-height: 400px;
667     overflow: auto
668 }
669 @media screen and (max-width: 768px) {
670     #topbar-second #space-menu-dropdown .media-list,
671     #topbar-second #search-menu-dropdown .media-list {
672         max-height: 200px
673     }
674 }
675 #topbar-second #space-menu-dropdown form,
676 #topbar-second #search-menu-dropdown form {
677     margin: 10px
678 }
679 #topbar-second #space-menu-dropdown .search-reset,
680 #topbar-second #search-menu-dropdown .search-reset {
681     position: absolute;
682     color: #999;
683     margin: 10px;
684     top: 8px;
685     right: 10px;
686     display: none;
687     cursor: pointer
688 }
689 #topbar-second .nav>li>a {
690     padding: 6px 13px 0;
691     text-decoration: none;
692     text-shadow: none;
693     font-weight: 600;
694     font-size: 10px;
695     text-transform: uppercase;
696     text-align: center;
697     min-height: 49px
698 }
699 #topbar-second .nav>li>a:hover,
700 #topbar-second .nav>li>a:active,
701 #topbar-second .nav>li>a:focus {
702     /*border-bottom: 3px solid #6fdbe8;*/
703     border-bottom: 3px solid $link_color;
704     background-color: #f7f7f7;
705     color: #555;
706     text-decoration: none
707 }
708 #topbar-second .nav>li>a i {
709     font-size: 14px
710 }
711 #topbar-second .nav>li>a .caret {
712     border-top-color: #7a7a7a
713 }
714 #topbar-second .nav>li>ul>li>a {
715     border-left: 3px solid #fff;
716     background-color: #fff;
717     color: #555
718 }
719 #topbar-second .nav>li>ul>li>a:hover,
720 #topbar-second .nav>li>ul>li>a.active {
721     /*border-left: 3px solid #6fdbe8;*/
722     border-left: 3px solid $link_color;
723     background-color: #f7f7f7;
724     color: #555
725 }
726 #topbar-second .nav>li.active>a {
727     min-height: 46px
728 }
729 #topbar-second .nav>li>a#space-menu {
730     padding-right: 13px;
731     border-right: 1px solid #ededed
732 }
733 #topbar-second .nav>li>a#search-menu {
734     padding-top: 15px
735 }
736 #topbar-second .nav>li>a:hover,
737 #topbar-second .nav .open>a,
738 #topbar-second .nav>li.active {
739     /*border-bottom: 3px solid #6fdbe8;*/
740     border-left: 3px solid $link_color;
741     background-color: #f7f7f7;
742     color: #555
743 }
744 #topbar-second .nav>li.active>a:hover {
745     border-bottom: none
746 }
747 #topbar-second #space-menu-dropdown li>ul>li>a>.media .media-body p {
748     color: #bebebe;
749     font-size: 11px;
750     margin: 0;
751     font-weight: 400
752 }
753 #topbar-second #nav-short-info .heading {
754     margin-left: -14px;
755     overflow: hidden;
756     white-space: nowrap;
757     padding-right: 20px;
758     text-overflow: ellipsis;
759 }
760 #topbar-second #tabmenu .heading {
761     overflow: hidden;
762     text-overflow: ellipsis;
763     white-space: nowrap;
764     color: $link_color;
765     text-align: center;
766 }
767
768 /* Dropdown Menus */
769 .nav-pills .dropdown-menu,
770 .nav-tabs .dropdown-menu,
771 .account .dropdown-menu,
772 .contact-photo-wrapper .dropdown-menu {
773     background-color: $nav_bg;
774     border: none
775 }
776 .nav-pills .dropdown-menu li.divider,
777 .nav-tabs .dropdown-menu li.divider,
778 .account .dropdown-menu li.divider,
779 .contact-photo-wrapper .dropdown-menu li.divider {
780     background-color: $menu_background_hover_color;
781     border-bottom: none;
782     margin: 9px 1px!important
783 }
784 .nav-pills .dropdown-menu li,
785 .nav-tabs .dropdown-menu li,
786 .account .dropdown-menu li,
787 .contact-photo-wrapper .dropdown-menu li {
788     border-left: 3px solid $nav_bg;
789 }
790 .nav-pills .dropdown-menu li a,
791 .nav-tabs .dropdown-menu li a,
792 .account .dropdown-menu li a,
793 .contact-photo-wrapper .dropdown-menu li a {
794     color: $nav_icon_color;
795     font-weight: 400;
796     font-size: 13px;
797     padding: 4px 15px;
798     text-transform: capitalize;
799 }
800 .nav-pills .dropdown-menu li a i,
801 .nav-tabs .dropdown-menu li a i,
802 .account .dropdown-menu li a i,
803 .contact-photo-wrapper .dropdown-menu li a i {
804     margin-right: 5px;
805     font-size: 14px;
806     display: inline-block;
807     width: 14px
808 }
809 .nav-pills .dropdown-menu li a:hover,
810 .nav-tabs .dropdown-menu li a:hover,
811 .account .dropdown-menu li a:hover,
812 .contact-photo-wrapper .dropdown-menu li a:hover,
813 .nav-pills .dropdown-menu li a:visited,
814 .nav-tabs .dropdown-menu li a:visited,
815 .account .dropdown-menu li a:visited,
816 .contact-photo-wrapper .dropdown-menu li a:visited,
817 .nav-pills .dropdown-menu li a:hover,
818 .nav-tabs .dropdown-menu li a:hover,
819 .account .dropdown-menu li a:hover,
820 .contact-photo-wrapper .dropdown-menu li a:hover,
821 .nav-pills .dropdown-menu li a:focus,
822 .nav-tabs .dropdown-menu li a:focus,
823 .account .dropdown-menu li a:focus,
824 .contact-photo-wrapper .dropdown-menu li a:focus {
825     background: 0 0
826 }
827 .nav-pills .dropdown-menu li:hover,
828 .nav-tabs .dropdown-menu li:hover,
829 .account .dropdown-menu li:hover,
830 .contact-photo-wrapper .dropdown-menu li:hover,
831 .nav-pills .dropdown-menu li.selected,
832 .nav-tabs .dropdown-menu li.selected,
833 .account .dropdown-menu li.selected,
834 .contact-photo-wrapper .dropdown-menu li.selected {
835     /*border-left: 3px solid #6fdbe8;*/
836     border-left: 3px solid $link_color;
837     color: #fff!important;
838     background-color: $menu_background_hover_color !important;
839 }
840 .nav-pills.preferences .dropdown .dropdown-toggle,
841 .nav-pills.preferences > li > .btn {
842     color: #bebebe;
843 }
844 .nav-pills.preferences .dropdown.open .dropdown-toggle,
845 .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
846     background-color: $nav_bg;
847 }
848
849 .nav-pills.preferences .dropdown .dropdown-toggle,
850 .nav-pills.preferences > li > .btn {
851     padding: 2px 10px;
852 }
853
854
855 /*
856  * Aside
857  *
858  */
859
860 aside .widget,
861 .nav-container .widget {
862     border: none;
863     color: #777;
864     /*background-color: #fff;*/
865     background-color: rgba(255,255,255,$contentbg_transp);
866     box-shadow: 0 0 3px #dadada;
867     -webkit-box-shadow: 0 0 3px #dadada;
868     -moz-box-shadow: 0 0 3px #dadada;
869     border-radius: 4px;
870     position: relative;
871     margin-bottom: 20px;
872     padding: 10px;
873     font-size: 13px;
874 }
875 aside .widget h3,
876 .nav-container .widget h3 {
877     font-weight: bold;
878     font-size: 16px;
879     margin: 0;
880     padding-bottom: 20px;
881 }
882
883 aside .widget ul,
884 .nav-container .widget ul {
885     padding: 0px;
886     margin-top: 0px;
887     margin-bottom: 0px;
888     margin-left: -10px;
889     margin-right: -10px;
890     /*padding-left: 10px;*/
891     list-style: none;
892 }
893
894 aside .widget li,
895 .nav-container .widget li {
896     padding-top: 2px;
897     padding-bottom: 2px;
898     padding-left: 20px;
899     padding-right: 20px;
900 }
901 aside .widget li:hover,
902 aside .widget li.selected,
903 .nav-container .widget li:hover {
904     z-index: 2;
905     color: #555;
906     /*background-color: #f7f7f7;*/
907     background-color: rgba(247, 247, 247, $contentbg_transp);
908     /*border-left: 3px solid #6fdbe8!important;*/
909     border-left: 3px solid $link_color !important;
910     padding-left: 17px;
911 }
912 aside .widget li a,
913 aside .widget li a:hover {
914     color: #555;
915 }
916
917 /* forumlist widget */
918 aside #datebrowse-sidebar .posted-date-selector-months{
919     margin-left: 0;
920     margin-bottom: 10px;
921     width: 100%
922 }
923 aside #datebrowse-sidebar .posted-date-selector-months li{
924     padding-left: 30px;
925 }
926 aside #datebrowse-sidebar .posted-date-selector-months li:hover{
927     padding-left: 27px;
928 }
929
930 /* vcard / h-card */
931 aside .vcard #profile-photo-wrapper{
932     margin: 0;
933 }
934 aside .vcard img.u-photo,
935 aside img.vcard-photo {
936     width: 100%;
937     border-radius: 3px;
938 }
939 aside .vcard .tool .action{
940     position: absolute;
941     top:20px;
942     right: 20px;
943     font-size: 32px;
944     width: 45px;
945     height: 45px;
946     background: rgba(0,0,0,.50);
947     text-align: center;
948     border-radius: 3px;
949     opacity: 0;
950     -webkit-transition: all 0.25s ease-in-out;
951     -moz-transition: all 0.25s ease-in-out;
952     -o-transition: all 0.25s ease-in-out;
953     -ms-transition: all 0.25s ease-in-out;
954     transition: all 0.25s ease-in-out;
955 }
956 aside .vcard .tool a {
957 color: rgba(255,255,255,.85);
958 }
959 aside .vcard #profile-photo-wrapper:hover .tool .action {
960     opacity: 1;
961 }
962 aside .vcard .profile-header {
963     margin-bottom: 20px;
964 }
965 aside .vcard .fn {
966     font-size: 20px;
967     font-weight: bold;
968 }
969 aside .vcard .p-addr {
970     font-style: italic;
971     overflow: hidden;
972     text-overflow: ellipsis;
973     white-space: nowrap;
974     padding-bottom: 2px;
975 }
976
977 aside .vcard .detail {
978     display: table;
979     padding: 5px 0;
980 }
981 aside .xmpp {
982     display: table;
983 }
984 aside .vcard .icon {
985     display: table-cell;
986     padding-right: 10px;
987 }
988 #profile-extra-links {
989     margin-bottom: 20px;
990 }
991 aside .vcard #dfrn-request-link-button,
992 aside .vcard #wallmessage-link-botton {
993     width: 50%;
994     margin: 0 0 0 -5px;
995     float: left;
996     padding: 0 5px;
997 }
998 aside .vcard #dfrn-request-link,
999 aside .vcard #wallmessage-link {
1000     width: 100%;
1001 }
1002 /* vcard-short-info */
1003 #vcard-short-info,
1004 #nav-short-info .contact-wrapper {
1005     margin-top: 2px;
1006     height: 40px;
1007     white-space: nowrap;
1008     overflow: hidden;
1009     padding-right: 20px;
1010     margin-left: -14px;
1011 }
1012 #vcard-short-photo-wrapper img,
1013 #nav-short-info .contact-wrapper img {
1014     height: 34px;
1015     width: 34px;
1016     border-radius: 3px;
1017 }
1018 #vcard-short-desc,
1019 #nav-short-info .contact-wrapper .media-body {
1020     display: block;
1021     height: 34px;
1022     width: 100%;
1023     text-overflow: ellipsis;
1024 }
1025 #vcard-short-desc > .media-heading,
1026 #vcard-short-desc > .vcard-short-addr,
1027 #nav-short-info .contact-wrapper .media-heading,
1028 #nav-short-info .contact-wrapper #contact-entry-url-network {
1029     text-overflow: ellipsis;
1030     overflow: hidden;
1031 }
1032 #vcard-short-desc > .media-heading,
1033 #nav-short-info .contact-wrapper .media-heading {
1034     margin-bottom: 1px;
1035     font-weight: bold;
1036 }
1037 #nav-short-info .contact-wrapper .media-heading a {
1038     color: #555;
1039     font-size: 14px !important;
1040 }
1041 #vcard-short-desc > .vcard-short-addr,
1042 #nav-short-info .contact-wrapper #contact-entry-url-network {
1043     color: #777;
1044     font-size: 12px;
1045 }
1046 .network-content-wrapper > #viewcontact_wrapper-network,
1047 #nav-short-info .contact-wrapper .contact-photo-overlay,
1048 #nav-short-info .contact-wrapper .contact-actions{
1049     display: none
1050 }
1051
1052 aside #peoplefind-sidebar input,
1053 aside #follow-sidebar input {
1054     height: 30px;
1055     background-position: 10px 5px;
1056 }
1057 aside #peoplefind-sidebar .form-group-search .form-button-search,
1058 aside #follow-sidebar .form-group-search .form-button-search {
1059     padding: 2px 8px;
1060 }
1061
1062 aside #group-sidebar .group-edit-tool,
1063 aside #saved-search-list .savedsearchdrop {
1064     opacity: 0.1;
1065     transition: all 0.25s ease-in-out;
1066 }
1067 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
1068 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
1069     opacity: 0.8;
1070     transition: all 0.25s ease-in-out;
1071 }
1072 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1073 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1074     opacity: 1;
1075 }
1076 aside #group-sidebar li .group-checkbox {
1077     margin: 0;
1078 }
1079 aside #group-sidebar li .group-edit-tool {
1080     padding-right: 10px;
1081 }
1082 aside #group-sidebar li .group-edit-tool:first-child {
1083     padding-right: 0px;
1084 }
1085
1086 /* contact block widget */
1087 #contact-block .contact-block-content {
1088     clear: both;
1089     overflow: auto;
1090     height: auto;
1091 }
1092 #contact-block .contact-block-div {
1093     float: left;
1094     margin: 0px 5px 5px 0px;
1095 /*    height: 90px;
1096     width: 90px;*/
1097 }
1098 #contact-block contact-block-link {
1099
1100 }
1101 #contact-block .contact-block-img {
1102     height: 75px;
1103     width: 75px;
1104     border-radius: 4px;
1105 }
1106 /* Section */
1107 section ul.tabs {
1108     display: none !important;
1109 }
1110
1111 /* Jot */
1112 section #jotOpen {
1113     display: none;
1114 }
1115 #jotOpen {
1116     margin-top: 3px;
1117     float: right;
1118 }
1119 #jot-content {
1120     display: none;
1121 }
1122 .jothidden {
1123     /*display: none;*/
1124 }
1125 #jot-modal .modal-header a,
1126 #profile-jot-submit-wrapper a {
1127     color: #555;
1128     text-transform: capitalize;
1129 }
1130 #jot-modal .modal-header {
1131     border-bottom: none;
1132 }
1133 #jot-title-wrap, #jot-category-wrap {
1134     margin-bottom: 5px;
1135 }
1136 #jot-text-wrap {
1137     margin-top: 20px;
1138 }
1139 #jot-text-wrap textarea {
1140     min-height: 100px;
1141 }
1142 #profile-jot-wrapper button#jot-submit {
1143     margin-top: 5px;
1144 }
1145
1146 /* ACL */
1147 /*#jot-modal-body {
1148     height: auto;
1149     max-height: calc(100vh - 130px);
1150     overflow-y: hidden;
1151 }*/
1152 #acl-search {
1153     margin-top: 20px;
1154     /*padding: 8px;*/
1155     /*border: 1px solid #ccc;*/
1156     width: 100%;
1157 }
1158 #acl-list {
1159     display: block;
1160     border: 1px solid #ccc;
1161     overflow: auto;
1162     clear: both;
1163     min-height: 62px;
1164     margin-top: 20px;
1165     padding: 10px 10px 0px 0px;
1166     -webkit-border-radius: 4px;
1167     -moz-border-radius: 4px;
1168     border-radius: 4px;
1169 }
1170 #acl-list-content {
1171     overflow-y: auto;
1172     max-height: calc(100vh - 330px);
1173     height: auto !important;
1174 }
1175 .acl-list-item {
1176     width: 48%;
1177     width: calc(50% - 10px);
1178     border: 1px solid #ccc;
1179     margin: 0px 0px 10px 10px;
1180     padding: 5px;
1181     float: left;
1182     -webkit-border-radius: 4px;
1183     -moz-border-radius: 4px;
1184     border-radius: 4px;
1185 }
1186 .acl-list-item img {
1187     width: 40px;
1188     height: 40px;
1189     float: left;
1190     margin-right: 5px;
1191     -webkit-border-radius: 4px;
1192     -moz-border-radius: 4px;
1193     border-radius: 4px;
1194 }
1195 .acl-list-item p {
1196     margin: 0px;
1197     white-space: nowrap;
1198     overflow: hidden;
1199     text-overflow: ellipsis;
1200 }
1201 .acl-list-item.groupshow {
1202     background-color: #8DB255
1203 }
1204 .acl-list-item.grouphide {
1205     background-color: #E68364;
1206 }
1207 .acl-button-show, .acl-button-hide {
1208     float: right;
1209     margin-left: 5px;
1210 }
1211 #acl-showall.selected {
1212     background-color: #4CAF50;
1213     color: #fff;
1214 }
1215 .acl-button-show.selected {
1216     background-color: #4CAF50;
1217     color: #fff;
1218 }
1219 .acl-button-hide.selected {
1220     background-color: #F44336;
1221     color: #fff;
1222 }
1223
1224 /*
1225 /* Stream
1226 */
1227 .panel {
1228     border: none;
1229     /*background-color: #fff;*/
1230     background-color: rgba(255,255,255,$contentbg_transp);
1231     box-shadow: 0 0 3px #dadada;
1232     -webkit-box-shadow: 0 0 3px #dadada;
1233     -moz-box-shadow: 0 0 3px #dadada;
1234     border-radius: 4px;
1235     position: relative;
1236 }
1237 .panel .panel-body {
1238     padding: 15px;
1239     font-size: 14px;
1240 }
1241 .panel .panel-body .wall-item-content {
1242     color: #555;
1243 }
1244 .tread-wrapper .media {
1245     overflow: visible;
1246     word-wrap: break-word;
1247 }
1248
1249 /* Thread hover effects */
1250 .wall-item-container .wall-item-content a,
1251 .wall-item-container a,
1252 .wall-item-container .fakelink,
1253 .toplevel_item .fakelink,
1254 .toplevel_item .wall-item-container .btn-link,
1255 .wall-item-container .btn-link,
1256 .toplevel_item .wall-item-container .wall-item-responses a {
1257     color: #555;
1258     -webkit-transition: all 0.25s ease-in-out;
1259     -moz-transition: all 0.25s ease-in-out;
1260     -o-transition: all 0.25s ease-in-out;
1261     -ms-transition: all 0.25s ease-in-out;
1262     transition: all 0.25s ease-in-out;
1263 }
1264
1265 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1266 .toplevel_item:hover .wall-item-container:hover .btn-link,
1267 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1268 .toplevel_item:hover .wall-item-content a,
1269 .toplevel_item:hover .wall-item-name,
1270 .wall-item-container:hover .wall-item-content a,
1271 .wall-item-container:hover .wall-item-name,
1272 .wall-item-container:hover .wall-item-location a {
1273     /*color: #6fdbe8;*/
1274     color: $link_color;
1275     -webkit-transition: all 0.25s ease-in-out;
1276     -moz-transition: all 0.25s ease-in-out;
1277     -o-transition: all 0.25s ease-in-out;
1278     -ms-transition: all 0.25s ease-in-out;
1279     transition: all 0.25s ease-in-out;
1280 }
1281
1282 /* wall items */
1283 .wall-item-container {
1284     position: relative;
1285 }
1286
1287 /* wall items contact photo */
1288 .contact-photo {
1289     height: 48px;
1290     width: 48px;
1291     border-radius: 3px;
1292     /*maybe some adional stuff is needed for the different screen sizes */
1293 }
1294 .contact-photo-image-wrapper {
1295     width: 100%;
1296     height: 100%;
1297     overflow: hidden;
1298     position: relative;
1299     text-align: center;
1300 }
1301 .contact-photo-overlay {
1302     width: 100%;
1303     height: 100%;
1304     position: absolute;
1305     overflow: hidden;
1306     top: 0;
1307     left: 0;
1308     border-radius: 3px;
1309     background:rgba(0,0,0,.50);
1310     text-align:center;
1311     opacity:0;
1312     -webkit-transition: opacity .25s ease;
1313     -moz-transition: opacity .25s ease;
1314 }
1315 .contact-photo-overlay:hover {
1316     opacity: 1;
1317 }
1318 .contact-photo-overlay-content {
1319     font-size: 26px;
1320     text-shadow: 1px 1px 1px #ccc;
1321     color:rgba(255,255,255,.85);
1322     height: 100%;
1323     vertical-align: bottom;
1324 }
1325 .contact-photo-xs{
1326     height: 38px;
1327     width: 38px;
1328     border-radius: 3px;
1329 }
1330 .wwto .contact-photo {
1331     width: auto;
1332     height: 25px;
1333     font-size: 8.8px;
1334     padding: 3.6px 0;
1335     border-radius: 2px;
1336     position: absolute;
1337     top: 30px;
1338     left: 30px;
1339     display: inline-block;
1340 }
1341
1342 /* wall items action dropdown menu */
1343 .nav-pills.preferences {
1344     position: absolute;
1345     right: 15px;
1346     top: 10px;
1347 }
1348 .comment .nav-pills.preferences {
1349     right: 0px;
1350     top: 0px;
1351 }
1352 .wall-item-network {
1353     font-size: 13px;
1354 }
1355
1356 /* wall items contact info */
1357 .media .media-body {
1358     font-size: 13px;
1359 }
1360 .media .media-body h4.media-heading {
1361     font-size: 14px;
1362     font-weight: 500;
1363     color: #555;
1364 }
1365 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1366     display: block;
1367 }
1368 .media .contact-info-comment {
1369     display: table-cell;
1370 }
1371 .media .contact-info-xs h5,
1372 .media .contact-info-comment {
1373     margin: 0 0 5px;
1374 }
1375 .media-heading {
1376     margin: 0 0 5px;
1377 }
1378 .wall-item-name,
1379 .shared-author {
1380     font-size: 15px;
1381     font-weight: bold;
1382 }
1383 .wall-item-name.xs {
1384     font-weight: 700;
1385     font-size: 14px;
1386 }
1387
1388 /* The lock symbol popup */
1389 #panel {
1390     position: absolute;
1391     list-style: none;
1392     background-color: $nav_bg;
1393     border: none;
1394     border-radius: 3px;
1395     float: left;
1396     min-width: 160px;
1397     max-width: 220px;
1398     padding: 10px ;
1399     margin: 2px 0 0;
1400     font-size: 14px;
1401     text-align: left;
1402     color: $nav_icon_color;
1403     z-index: 1000;
1404 }
1405
1406 /* wall items content */
1407 .wall-item-content {
1408     word-break: break-word;
1409 }
1410 .wall-item-content img {
1411     max-height: 480px;
1412     object-fit: contain;
1413 }
1414 .wall-item-body > img,
1415 .wall-item-body > a > img {
1416     border-radius: 3px;
1417 }
1418 .wall-item-body .body-attach > a {
1419     color: #555;
1420     display: inline-block;
1421 }
1422 .wall-item-body .body-attach > a div {
1423     color: #555;
1424     width: 20px;
1425 }
1426
1427 /* wall-item content elements */
1428 .shared-wrapper,
1429 .vevent {
1430     padding: 10px;
1431     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1432 }
1433 @media screen and (max-width: 767px) {
1434     .shared-wrapper,
1435     .vevent {
1436         margin-left: 0px;
1437         margin-right: 0px;
1438     }
1439 }
1440 .shared-wrapper:hover,
1441 .vevent:hover {
1442     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1443 }
1444 .shared_header {
1445     margin-left: 0px;
1446     margin-top: 0px;
1447     padding-top: 0px;
1448     margin-bottom: 10px;
1449     border-top: none;
1450     color: inherit;
1451 }
1452 blockquote.shared_content {
1453     padding: 0px;
1454     margin-left: 0px;
1455     color: inherit;
1456 }
1457 code > .hl-main {
1458     padding: 10px 10px 1px 0;
1459 }
1460 .hl-main ol {
1461     line-height: 1.7;
1462 }
1463 .wall-item-tags,
1464 .itemedited {
1465     margin-top: 10px;
1466     font-size: 13px;
1467 }
1468
1469 .wall-item-tags a {
1470     color: #555;
1471 }
1472
1473 .wall-item-tags a:hover {
1474     text-decoration: none;
1475 }
1476 .wall-item-bottom .label,
1477 .wall-item-bottom .label a {
1478     color: #fff;
1479 }
1480
1481 /* item social action buttons */
1482 .wall-item-actions, .wall-item-actions a {
1483     font-size: 13px;
1484     /*color: #aeaeae;*/
1485     color: #555;
1486     margin-top: 15px;
1487     margin-bottom: 0;
1488 }
1489 .wall-item-actions a:hover {
1490     color: #555;
1491 }
1492 .wall-item-actions-left {
1493     display: table-cell;
1494     vertical-align: middle;
1495 }
1496 .wall-item-actions-right {
1497     display: flex;
1498 }
1499 .wall-item-actions .checkbox {
1500     margin: 0;
1501     margin-left: 20px;
1502 }
1503 .wall-item-actions .button-event {
1504     padding-left: 5px;
1505     padding-right: 5px;
1506 }
1507 .wall-item-actions .button-comments,
1508 .wall-item-actions .button-votes,
1509 .wall-item-actions .button-likes {
1510     padding-left: 0px;
1511     padding-right: 0px;
1512     text-transform: capitalize;
1513 }
1514
1515 /* wall item hover effects */
1516 .wall-item-container .wall-item-links,
1517 .wall-item-container .wall-item-actions,
1518 .wall-item-container .body-attach > a {
1519     opacity: 0.3;
1520     -webkit-transition: all 0.25s ease-in-out;
1521     -moz-transition: all 0.25s ease-in-out;
1522     -o-transition: all 0.25s ease-in-out;
1523     -ms-transition: all 0.25s ease-in-out;
1524     transition: all 0.25s ease-in-out;
1525 }
1526 .wall-item-container:hover .wall-item-links,
1527 .wall-item-container:hover .wall-item-actions,
1528 .wall-item-container:hover .body-attach > a {
1529     opacity: 0.6;
1530     -webkit-transition: all 0.25s ease-in-out;
1531     -moz-transition: all 0.25s ease-in-out;
1532     -o-transition: all 0.25s ease-in-out;
1533     -ms-transition: all 0.25s ease-in-out;
1534     transition: all 0.25s ease-in-out;
1535 }
1536 .wall-item-container .wall-item-body .body-attach > a:hover {
1537     opacity: 1;
1538 }
1539
1540 /*
1541 /* Comments
1542 */
1543 .well {
1544     border: none;
1545     box-shadow: none;
1546     /*background-color: #ededed;*/
1547     background-color: rgba(237, 237, 237, $contentbg_transp);
1548     background-image: none;
1549     margin-bottom: 1px;
1550 }
1551 .well-small {
1552     padding: 10px;
1553     border-radius: 3px;
1554 }
1555 .well hr {
1556     margin: 15px 0 10px;
1557     border-top: 1px solid #d9d9d9;
1558 }
1559 .wall-entry .well {
1560     margin-bottom: 0;
1561 }
1562 .comment-container {
1563     margin-top: 10px;
1564     margin-bottom: 0px;
1565     border-top-left-radius: 3px;
1566     border-top-right-radius: 3px;
1567     border-bottom-right-radius: 0px;
1568     border-bottom-left-radius: 0px;
1569 }
1570 .comment .media {
1571     position: relative!important;
1572     margin-top: 0;
1573 }
1574 .hide-comments-outer-wrapper {
1575 /*    text-align: center;
1576     margin-top: -18px;*/
1577 }
1578 .hide-comments-total {
1579     cursor: pointer;
1580 }
1581
1582 /*
1583 * Comment Box
1584 */
1585 .thread_level_2 .wall-item-comment-wrapper {
1586     padding-right: 5px;
1587 }
1588 .comment-edit-submit-wrapper {
1589     margin-bottom: 25px;
1590 }
1591 .comment-edit-submit-wrapper a,
1592 .comment-edit-submit-wrapper a:hover {
1593     padding-top: 5px !important;
1594     padding-bottom: 5px !important;
1595 }
1596 .comment-icon-list a.icon,
1597 .comment-icon-list a.icon:hover {
1598     color: #555;
1599     background-color: transparent;
1600 }
1601
1602 /* acpopup  + textcompletion*/
1603 .acpopup {
1604     /* max-height: 150px; */
1605     background-color: #ffffff;
1606     border-radius: 4px;
1607     overflow: auto;
1608     z-index: 100000;
1609     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1610 }
1611 nav .acpopup {
1612     /*top: 35px !important;*/
1613     margin-left: -23px;
1614 }
1615 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1616  at the beginning of this file to get rid of the !important */
1617 .textcomplete-item > a {
1618     color: #555 !important;
1619     padding: 5px 20px !important;
1620 }
1621 .textcomplete-item.active > a {
1622     background-color: rgb(247, 247, 247) !important;
1623     background-image: none !important;
1624     border-left: 3px solid $link_color;
1625     padding-left: 17px !important;
1626 }
1627 .textcomplete-item a .forum {
1628     color: $link_color;
1629 }
1630 img.acpopup-img {
1631     border-radius: 4px;
1632  }
1633
1634
1635 /* The wall-item thread levels */
1636 /*.wall-item-container.thread_level_3 {
1637   margin-left: 80px;
1638   width: calc(100% - 90px);
1639 }
1640 .wall-item-container.thread_level_4 {
1641   margin-left: 95px;
1642   width: calc(100% - 105px);
1643 }
1644 .wall-item-container.thread_level_5 {
1645   margin-left: 110px;
1646   width: calc(100% - 120px);
1647 }
1648 .wall-item-container.thread_level_6 {
1649   margin-left: 125px;
1650   width: calc(100% - 135px);
1651 }
1652 .wall-item-container.thread_level_7 {
1653   margin-left: 140px;
1654   width: calc(100% - 150px);
1655 }*/
1656
1657 .wall-item-container.thread_level_3,
1658 .wall-item-container.thread_level_4,
1659 .wall-item-container.thread_level_5,
1660 .wall-item-container.thread_level_6,
1661 .wall-item-container.thread_level_7 {
1662   margin-left: 15px;
1663
1664 }
1665 /* Menubar Tabs */
1666 #tabmenu,
1667 .tabbar,
1668 .tabbar > li {
1669     height: 100%;
1670     /*margin-left: -15px;*/
1671     padding: 0;
1672 }
1673 #tabmenu .search-heading {
1674     overflow: hidden;
1675     text-overflow: ellipsis;
1676     white-space: nowrap;
1677 }
1678 ul.tabs {
1679     list-style: none;
1680     height: 100%;
1681     padding: 0;
1682     padding-top: 10px;
1683     margin: 0;
1684 }
1685 ul.tabs li {
1686     float: left;
1687     margin: 0;
1688     padding: 0;
1689     /*border-bottom: 0 solid #6fdbe8;*/
1690     border-bottom: 0 solid $link_color;
1691     font-size: 13px;
1692     height: 102%;
1693     transition: all .15s ease;
1694 }
1695 /*ul.tabs.visible-xs > li.active {
1696     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
1697 }*/
1698 ul.tabs li a {
1699     margin-left: 10px;
1700     margin-right: 10px;
1701     /*color: #6fdbe8;*/
1702     color: $link_color !important;
1703 }
1704 ul.tabs li:hover, ul.tabs li.active {
1705     border-bottom-width: 4px;
1706 }
1707 ul.tabbar ul.tabs-extended li.active {
1708     width: 100%;
1709     border-bottom-width: 2px;
1710 }
1711 ul.tabbar ul.tabs-extended li.active a {
1712     background: none;
1713 }
1714 ul.dropdown-menu li:hover {
1715     border-bottom-width: 0;
1716 }
1717
1718
1719 /* Dropdown Menu */
1720 .dropdown-menu li a {
1721     font-size: 13px!important;
1722     font-weight: 600!important;
1723 }
1724 .dropdown-menu li a:hover, .dropdown-menu li a:visited,
1725 .dropdown-menu li a:hover, .dropdown-menu li a:focus {
1726     background: 0 0;
1727 }
1728
1729 .dropdown-menu li:first-child {
1730     margin-top: 3px;
1731 }
1732
1733 /* Notificaiotn badges */
1734 .nav-notify .show {
1735     display: block;
1736 }
1737
1738 /* Media Classes */
1739 .media .time,
1740 .media .shared-time,
1741 .media .location,
1742 .media .location a {
1743     font-size: 11px;
1744     color: #bebebe;
1745 }
1746 .media-list > li {
1747     padding: 10px;
1748     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1749     position: relative;
1750 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
1751     border-left: 3px solid rgba(255,255,255,0);
1752     font-size: 12px;
1753 }
1754 .media-list > li:hover,
1755 .media-list > li.selected {
1756     border-left: 3px solid $link_color;
1757     background-color: rgba(247, 247, 247, $contentbg_transp);
1758 }
1759
1760 /* Forms */
1761 .form-control {
1762     border: 2px solid #ededed;
1763     box-shadow: none;
1764 }
1765 .form-control:focus {
1766     /*border: 2px solid #6fdbe8;*/
1767     border: 2px solid $link_color;
1768     outline: 0;
1769     box-shadow: none;
1770 }
1771
1772
1773 .checkbox input[type="checkbox"]:focus + label::before,
1774 .checkbox input[type="radio"]:focus + label::before {
1775     /*border: 2px solid #6fdbe8;*/
1776     border: 2px solid $link_color;
1777     outline: 0;
1778     box-shadow: none;
1779 }
1780
1781 /* Search form */
1782 .form-control.form-search {
1783     border-radius: 30px;
1784     background-image: url(img/icon_search16x16.png);
1785     background-repeat: no-repeat;
1786     background-position: 10px 8px;
1787     padding-left: 34px;
1788 }
1789 .form-group-search {
1790     position: relative;
1791     width: 100%;
1792 }
1793
1794 .form-group-search .form-button-search {
1795     position: absolute;
1796     top: 4px;
1797     right: 4px;
1798     border-radius: 30px;
1799 }
1800 .search-input.form-control.form-search {
1801     width: 100%;
1802 }
1803 .search-heading {
1804     text-align: center;
1805     color: $link_color;
1806     font-size: 20px;
1807 }
1808 .search-content-wrapper > #search-header-wrapper {
1809     display: none;
1810 }
1811 .search-content-wrapper > .section-title-wrapper {
1812     display: none;
1813 }
1814 #navbar-button > #search-save-form > #search-save {
1815     margin-top: 3px;
1816 }
1817 /* Section-Content-Wrapper */
1818 #search-header-wrapper {
1819     padding: 15px;
1820     padding-bottom: 20px;
1821     margin-bottom: 20px;
1822     border: none;
1823     /*background-color: #fff;*/
1824     background-color: rgba(255,255,255,$contentbg_transp);
1825     border-radius: 4px;
1826     position: relative;
1827     /*overflow: hidden;*/
1828     color: #555;
1829     box-shadow: 0 0 3px #dadada;
1830     -webkit-box-shadow: 0 0 3px #dadada;
1831     -moz-box-shadow: 0 0 3px #dadada;
1832 }
1833
1834 /* *******
1835  * PAGES
1836  *********/
1837
1838 .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper,
1839  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
1840 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
1841 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
1842 .message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
1843 .admin-content-wrapper, .group-content-wrapper, .viewcontacts-content-wrapper,
1844 .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper,
1845 .nogroup-content-wrapper, .profperm-content-wrapper {
1846     min-height: calc(100vh - 150px);
1847     padding: 15px;
1848     padding-bottom: 20px;
1849     margin-bottom: 20px;
1850     border: none;
1851     /*background-color: #fff;*/
1852     background-color: rgba(255,255,255,$contentbg_transp);
1853     border-radius: 4px;
1854     position: relative;
1855     /*overflow: hidden;*/
1856     color: #555;
1857     box-shadow: 0 0 3px #dadada;
1858     -webkit-box-shadow: 0 0 3px #dadada;
1859     -moz-box-shadow: 0 0 3px #dadada;
1860 }
1861
1862 /* Profile-page */
1863 #profile-content-standard,
1864 #profile-content-advanced {
1865     overflow: hidden;
1866 }
1867 #profile-menu {
1868     margin-top: 20px;
1869     margin-bottom: 20px;
1870 }
1871 .contact-block-div.forumlist-profile-advanced {
1872     float: left;
1873 }
1874
1875 /* contacts page */
1876 ul.viewcontact_wrapper {
1877     margin-left: -15px;
1878     margin-right: -15px;
1879 }
1880 ul.viewcontact_wrapper > li {
1881     padding-left: 15px;
1882 }
1883 .contact-wrapper {
1884 /*    padding: 10px;
1885     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
1886     position: relative;*/
1887     /*border-left: 3px solid white;*/
1888 }
1889 .contact-wrapper.media {
1890     overflow: visible;
1891     word-wrap: break-word;
1892     margin-top: 0;
1893 }
1894 /* bootstrap hack for .media */
1895 .contact-wrapper.media .media-body {
1896     display: table-cell;
1897     width: 10000px;
1898     *width: auto;
1899     *zoom: 1;
1900 }
1901 .contact-wrapper.media:before, .media:after {
1902     content: "";
1903     display: table;
1904 }
1905 .contact-wrapper.media:after {
1906     clear: both;
1907 }
1908 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
1909     height: 80px;
1910     width: 80px;
1911 }
1912 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
1913     height: 48px;
1914     width: 48px;
1915 }
1916 .contact-wrapper .contact-photo-overlay-content.xl {
1917     font-size: 48px;
1918 }
1919
1920 .contact-entry-desc {
1921     color: #555;
1922 }
1923 .contact-entry-checkbox {
1924     margin-top: -20px;
1925 }
1926 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
1927     font-weight: bold !important;
1928     color: $link_color;
1929     font-size: 15px !important;
1930 }
1931 .contact-wrapper .contact-actions {
1932     display: flex;
1933 }
1934 .contact-wrapper a.contact-action-link {
1935     opacity: 0.1;
1936     transition: all 0.25s ease-in-out;
1937 }
1938 .contact-wrapper a.contact-action-link,
1939 .contact-wrapper a.contact-action-link:hover,
1940 .textcomplete-item .contact-wrapper a.contact-action-link {
1941     padding-right: 5px;
1942     padding-left: 5px;
1943     color: #555;
1944 }
1945 ul li:hover .contact-wrapper a.contact-action-link {
1946     opacity: 0.8;
1947     transition: all 0.25s ease-in-out;
1948 }
1949 ul li:hover .contact-wrapper a.contact-action-link:hover {
1950     opacity: 1;
1951 }
1952 #contacts-search-wrapper,
1953 #directory-search-wrapper{
1954     padding: 10px 0;
1955 }
1956 #contact-drop-confirm .contact-actions,
1957 #contact-drop-confirm .contact-photo-overlay,
1958 #contact-drop-confirm .contact-photo-menu {
1959     display: none;
1960 }
1961 #contact-drop-confirm #confirm-form {
1962     margin-top: 20px;
1963 }
1964
1965 /* contact-edit */
1966 #contact-edit-actions {
1967     position: absolute;
1968 }
1969 #contact-edit-status-wrapper {
1970     border: none;
1971     background-color: #E1F5FE;
1972     margin: 15px -15px;
1973 }
1974 #contact-edit-tools {
1975     margin-left: -15px;
1976     margin-right: -15px;
1977 }
1978 #contact-edit-tools > .panel {
1979     padding-left: 15px;
1980     padding-right: 15px;
1981 }
1982 #contact-edit-settings {
1983     display: block;
1984     margin: 0;
1985 }
1986
1987 /* directory page */
1988 #directory-search-heading {
1989     padding-top: 10px;
1990 }
1991
1992 /* private mail */
1993 .message-content-wrapper > li {
1994 /* we need this overwriting because we have no template file
1995    for the general mail page /message
1996 */
1997     list-style-type: none;
1998 }
1999 .mail-thread {
2000     max-height: calc(100vh - 200px);
2001 }
2002 #mail-conversation {
2003     overflow-y: auto;
2004     max-height: calc(100vh - 400px);
2005     max-height: auto;
2006     /*height: 500px;*/
2007     margin-bottom: 0px;
2008     padding: 0 15px;
2009 }
2010 #mail-conversation.can-reply {
2011 /*    border-bottom-left-radius: 0px;
2012     border-bottom-right-radius: 0px;*/
2013 }
2014 .mail-conv-wrapper .media .contact-photo-wrapper img {
2015     height: 48px;
2016     width: 48px;
2017 }
2018 .mail-thread #prvmail-to-label,
2019 .mail-thread #prvmail-subject-label {
2020     display: none;
2021 }
2022 .mail-thread #prvmail-message-label > label {
2023     display:none;
2024 }
2025 .mail-thread #prvmail-message-label textarea {
2026 /*    border-top: none;
2027     margin-top: -10px;
2028     border-top-left-radius: 0px;
2029     border-top-right-radius: 0px;*/
2030     max-height: 120px;
2031 }
2032 .mail-conv-wrapper {
2033     padding: 15px 0;
2034     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2035 }
2036 #message-sidebar {
2037     height: calc(100vh - 150px);
2038 }
2039 #message-preview {
2040     /*padding: 0 10px;*/
2041     height: calc(100% - 20px);
2042 }
2043 #message-preview ul {
2044     margin: 0px;
2045 }
2046 #message-preview .media-list li {
2047     padding: 0px 10px;
2048     border: none;
2049 }
2050 #message-preview .media-list li:hover {
2051     border-left: none !important;
2052 }
2053 #message-preview .media-list li a {
2054     color: $link_color;
2055 }
2056 .mail-list-outside-wrapper {
2057     padding: 5px 0;
2058     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2059 }
2060 .mail-list-outside-wrapper .contact-photo-wrapper img {
2061     height: 48px;
2062     width: 48px;
2063 }
2064
2065 #prvmail-end {
2066     clear:both;
2067 }
2068 /* photos */
2069 .photo-album-actions {
2070     margin-bottom: 10px;
2071 }
2072 .photo-album-actions .photos-order-link {
2073     float: right;
2074 }
2075 /* poke */
2076 #poke-desc {
2077     margin: 5px 0 30px;
2078 }
2079 #poke-wrapper-end {
2080     clear: both;
2081 }
2082
2083 /* Events page */
2084
2085
2086 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2087     color: $link_hover_color;
2088 }
2089 .fc .fc-list-item-title a {
2090     color: $link_color;
2091 }
2092 .fc .fc-list-item-title a[href]:hover {
2093     color: $link_hover_color;
2094     text-decoration: none;
2095 }
2096 /*.event-date-wrapper.medium .event-hover-short-month {
2097     color: $link_color;
2098 }*/
2099 .event-wrapper .event-owner {
2100   margin-bottom: 15px;
2101 }
2102 .event-wrapper .event-owner img {
2103     display: block;
2104 }
2105 .event-owner img {
2106     margin-right: 5px;
2107     height: 48px;
2108     width:  48;
2109     border-radius: 3px;
2110 }
2111 .event-wrapper .vevent {
2112     margin-left: 0;
2113     margin-right: 0;
2114     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2115 }
2116 .event-wrapper .event-buttons {
2117     margin-top: 15px;
2118 }
2119 #event-form-wrapper {
2120     padding-top: 5px;
2121 }
2122 #event-edit-form-wrapper {
2123     padding-top: 15px;
2124 }
2125 #event-nav a {
2126     color: #555;
2127 }
2128 #event-edit-form-wrapper #event-edit-time {
2129     padding: 10px 0;
2130 }
2131 /* Profiles Page */
2132 .profile-listing-table {
2133     display: table;
2134     width: 100%;
2135 }
2136 .profile-listing-row {
2137     display: table-row;
2138 }
2139 .profile-listing-cell {
2140     display: table-cell;
2141 }
2142 .profile-listing-photo {
2143     width: 48px;
2144     height: 48px;
2145     margin: 10px 0px;
2146 }
2147 #profile-listing-new-link-wrapper {
2148     margin-bottom: 20px;
2149 }
2150 .panel-group-settings {
2151     margin-left: -15px;
2152     margin-right: -15px;
2153 }
2154 .panel-group-settings > .panel {
2155     padding-left: 15px;
2156     padding-right: 15px;
2157 }
2158 .profiles-content-wrapper #profile-photo-upload-section {
2159     display: none;
2160     margin-left: -15px;
2161     margin-right: -15px;
2162     margin-top: 15px;
2163     padding: 15px;
2164 }
2165 #profile-photo-upload-close {
2166     font-size: 14px;
2167 }
2168
2169 /* Settings */
2170 .section-subtitle-wrapper {
2171     padding: 1px 10px;
2172 }
2173 .panel .section-subtitle-wrapper a.accordion-toggle:before {
2174     font-family: FontAwesome;
2175     content: "\f0d7";
2176     padding-right: 5px;
2177 }
2178 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2179     font-family: FontAwesome;
2180     content: "\f0da";
2181 }
2182 #settings-nick-wrapper {
2183     margin-bottom: 20px;
2184 }
2185 .group {
2186     margin-left: 20px;
2187 }
2188
2189 /* Notifications */
2190 ul.notif-network-list {
2191     margin-left: -15px;
2192     margin-right: -15px;
2193 }
2194 ul.notif-network-list > li {
2195     padding-left: 15px;
2196     padding-right: 15px;
2197 }
2198 ul.notif-network-list li.unseen {
2199     border-left: 3px solid #f3fcfd;
2200     background-color: #f3fcfd;
2201 }
2202 .intro-wrapper.media {
2203     overflow: visible;
2204     word-wrap: break-word;
2205     margin-top: 0;
2206 }
2207 .intro-photo-wrapper img.intro-photo,
2208 .notif-item img.notif-image {
2209     height:80px;
2210     width: 80px;
2211     border-radius: 4px;
2212 }
2213 .intro-actions {
2214     display: flex;
2215 }
2216 .intro-enty-name h4 {
2217     font-size: 15px !important;
2218 }
2219 .intro-wrapper button.intro-action-link {
2220     opacity: 0.1;
2221     transition: all 0.25s ease-in-out;
2222 }
2223 .intro-wrapper button.intro-action-link,
2224 .intro-wrapper button.intro-action-link:hover {
2225     padding-right: 5px;
2226     padding-left: 5px;
2227     color: #555;
2228 }
2229 ul li:hover .intro-wrapper button.intro-action-link {
2230     opacity: 0.8;
2231     transition: all 0.25s ease-in-out;
2232 }
2233 ul li:hover .intro-wrapper button.intro-action-link:hover {
2234     opacity: 1;
2235 }
2236 .intro-action-buttons {
2237     margin-top: 15px;
2238     /*display: none;*/
2239     max-height: 0px;
2240     overflow: hidden;
2241     transition: max-height 0.1s ease-out;
2242 }
2243 ul.notif-network-list > li:hover .intro-action-buttons {
2244     /*display: block;*/
2245     max-height: 30px;
2246     transition: max-height 0.1s ease-in;
2247 }
2248 .intro-desc-label, .intro-url-label, .intro-network-label,
2249 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2250 .intro-about-label, .intro-knowyou-label {
2251     font-weight: bold;
2252 }
2253 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2254 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2255 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2256 .intro-contact-info.xs .intro-knowyou-label {
2257     display: block;
2258     margin-top: 5px
2259 }
2260
2261 /* Search Page */
2262
2263 /* This is a little bit hacky. Since the search page is used for diferent
2264 content types we can't apply the generic-page-wrapper class.
2265 So we apply the css of the generic-page-wrapper class to the ul element with some
2266 little modifications to emulate a standard page template */
2267 .search-content-wrapper > ul.viewcontact_wrapper {
2268     min-height: calc(100vh - 150px);
2269     padding-top: 15px;
2270     padding-bottom: 20px;
2271     margin: 0;
2272     margin-bottom: 20px;
2273     border: none;
2274     /*background-color: #fff;*/
2275     background-color: rgba(255,255,255,$contentbg_transp);
2276     border-radius: 4px;
2277     position: relative;
2278     /*overflow: hidden;*/
2279     color: #555;
2280     box-shadow: 0 0 3px #dadada;
2281     -webkit-box-shadow: 0 0 3px #dadada;
2282     -moz-box-shadow: 0 0 3px #dadada;
2283 }
2284
2285 /*
2286 * Overwriting for transparency and other colors
2287 */
2288 main .nav-tabs>li.active>a,
2289 main .nav-tabs>li.active>a:focus,
2290 main .nav-tabs>li.active>a:hover {
2291     background-color: rgba(255,255,255,$contentbg_transp);
2292 }
2293
2294 /*
2295  * Modal
2296  */
2297 .modal hr {
2298     border-color: #eee;
2299 }
2300
2301 /*
2302  * Framework overwrite
2303  */
2304
2305 /* jRange */
2306 .theme-frio .back-bar {
2307     height: 5px !important;
2308     border-radius: 2px;
2309     background-color: #eeeeee;
2310     background-color: #e7e7e7;
2311     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2312     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2313     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2314     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2315     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2316     background-repeat: repeat-x;
2317     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2318 }
2319 .theme-frio .back-bar .selected-bar {
2320     border-radius: 2px;
2321     background-color: $link_color;
2322 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
2323     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
2324     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
2325     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
2326     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
2327     background-repeat: repeat-x;
2328     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
2329 }
2330 .theme-frio .back-bar .pointer {
2331     width: 14px !important;
2332     height: 14px !important;
2333     top: -5px;
2334     -webkit-box-sizing: border-box;
2335     -moz-box-sizing: border-box;
2336     box-sizing: border-box;
2337     border-radius: 10px;
2338     border: 1px solid #AAA;
2339     background-color: #e7e7e7 !important;
2340     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2341     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2342     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2343     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2344     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2345     background-repeat: repeat-x;
2346     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2347 }
2348 .theme-frio .back-bar .pointer-label {
2349     color: #999;
2350 }
2351
2352 /* textcomplete for contact filtering*/
2353 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
2354     position: relative !important;
2355     top: inherit !important;
2356     bottom: inherit !important;
2357     left: inherit !important;
2358     padding: 0;
2359     margin-left: -15px;
2360     margin-right: -15px;
2361     background-color: transparent;
2362     box-shadow: none;
2363     border: none;
2364 }
2365 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
2366     padding-left: 15px;
2367     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2368 }
2369 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
2370     display: none;
2371 }
2372 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
2373 .textcomplete-item > a {
2374     padding: 0 !important;
2375     border-left: none;
2376     background-color: transparent !important;
2377 }
2378 /* this is a little hack for texcomplete contact filter
2379 There are for some reasons empty <a> tags. I don't know why */
2380 .textcomplete-item .contact-wrapper a {
2381     padding: 0;
2382 }
2383
2384 /* hovercard fix */
2385 body .tread-wrapper .hovercard a,
2386 body .tread-wrapper .hovercard a:hover {
2387     color: $link_color;
2388 }
2389 body .tread-wrapper .hovercard:hover .hover-card-content a {
2390     color: $link_color !important;
2391 }