]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
Merge pull request #2818 from Hypolite/Issue-#2813
[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     color: #bebebe
842 }
843 .nav-pills.preferences .dropdown.open .dropdown-toggle,
844 .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
845     background-color: $nav_bg
846 }
847
848 .nav-pills.preferences .dropdown .dropdown-toggle {
849     padding: 2px 10px;
850 }
851
852
853 /*
854  * Aside
855  *
856  */
857
858 aside .widget,
859 .nav-container .widget {
860     border: none;
861     color: #777;
862     /*background-color: #fff;*/
863     background-color: rgba(255,255,255,$contentbg_transp);
864     box-shadow: 0 0 3px #dadada;
865     -webkit-box-shadow: 0 0 3px #dadada;
866     -moz-box-shadow: 0 0 3px #dadada;
867     border-radius: 4px;
868     position: relative;
869     margin-bottom: 20px;
870     padding: 10px;
871     font-size: 13px;
872 }
873 aside .widget h3,
874 .nav-container .widget h3 {
875     font-weight: bold;
876     font-size: 16px;
877     margin: 0;
878     padding-bottom: 20px;
879 }
880
881 aside .widget ul,
882 .nav-container .widget ul {
883     padding: 0px;
884     margin-top: 0px;
885     margin-bottom: 0px;
886     margin-left: -10px;
887     margin-right: -10px;
888     /*padding-left: 10px;*/
889     list-style: none;
890 }
891
892 aside .widget li,
893 .nav-container .widget li {
894     padding-top: 2px;
895     padding-bottom: 2px;
896     padding-left: 20px;
897     padding-right: 20px;
898 }
899 aside .widget li:hover,
900 aside .widget li.selected,
901 .nav-container .widget li:hover {
902     z-index: 2;
903     color: #555;
904     /*background-color: #f7f7f7;*/
905     background-color: rgba(247, 247, 247, $contentbg_transp);
906     /*border-left: 3px solid #6fdbe8!important;*/
907     border-left: 3px solid $link_color !important;
908     padding-left: 17px;
909 }
910 aside .widget li a,
911 aside .widget li a:hover {
912     color: #555;
913 }
914
915 /* forumlist widget */
916 aside #datebrowse-sidebar .posted-date-selector-months{
917     margin-left: 0;
918     margin-bottom: 10px;
919     width: 100%
920 }
921 aside #datebrowse-sidebar .posted-date-selector-months li{
922     padding-left: 30px;
923 }
924 aside #datebrowse-sidebar .posted-date-selector-months li:hover{
925     padding-left: 27px;
926 }
927
928 /* vcard / h-card */
929 aside .vcard #profile-photo-wrapper{
930     margin: 0;
931 }
932 aside .vcard img.u-photo,
933 aside img.vcard-photo {
934     width: 100%;
935     border-radius: 3px;
936 }
937 aside .vcard .tool .action{
938     position: absolute;
939     top:20px;
940     right: 20px;
941     font-size: 32px;
942     width: 45px;
943     height: 45px;
944     background: rgba(0,0,0,.50);
945     text-align: center;
946     border-radius: 3px;
947     opacity: 0;
948     -webkit-transition: all 0.25s ease-in-out;
949     -moz-transition: all 0.25s ease-in-out;
950     -o-transition: all 0.25s ease-in-out;
951     -ms-transition: all 0.25s ease-in-out;
952     transition: all 0.25s ease-in-out;
953 }
954 aside .vcard .tool a {
955 color: rgba(255,255,255,.85);
956 }
957 aside .vcard #profile-photo-wrapper:hover .tool .action {
958     opacity: 1;
959 }
960 aside .vcard .profile-header {
961     margin-bottom: 20px;
962 }
963 aside .vcard .fn {
964     font-size: 20px;
965     font-weight: bold;
966 }
967 aside .vcard .p-addr {
968     font-style: italic;
969     overflow: hidden;
970     text-overflow: ellipsis;
971     white-space: nowrap;
972     padding-bottom: 2px;
973 }
974
975 aside .vcard .detail {
976     display: table;
977     padding: 5px 0;
978 }
979 aside .xmpp {
980     display: table;
981 }
982 aside .vcard .icon {
983     display: table-cell;
984     padding-right: 10px;
985 }
986 #profile-extra-links {
987     margin-bottom: 20px;
988 }
989 aside .vcard #dfrn-request-link-button,
990 aside .vcard #wallmessage-link-botton {
991     width: 50%;
992     margin: 0 0 0 -5px;
993     float: left;
994     padding: 0 5px;
995 }
996 aside .vcard #dfrn-request-link,
997 aside .vcard #wallmessage-link {
998     width: 100%;
999 }
1000 /* vcard-short-info */
1001 #vcard-short-info,
1002 #nav-short-info .contact-wrapper {
1003     margin-top: 2px;
1004     height: 40px;
1005     white-space: nowrap;
1006     overflow: hidden;
1007     padding-right: 20px;
1008     margin-left: -14px;
1009 }
1010 #vcard-short-photo-wrapper img,
1011 #nav-short-info .contact-wrapper img {
1012     height: 34px;
1013     width: 34px;
1014     border-radius: 3px;
1015 }
1016 #vcard-short-desc,
1017 #nav-short-info .contact-wrapper .media-body {
1018     display: block;
1019     height: 34px;
1020     width: 100%;
1021     text-overflow: ellipsis;
1022 }
1023 #vcard-short-desc > .media-heading,
1024 #vcard-short-desc > .vcard-short-addr,
1025 #nav-short-info .contact-wrapper .media-heading,
1026 #nav-short-info .contact-wrapper #contact-entry-url-network {
1027     text-overflow: ellipsis;
1028     overflow: hidden;
1029 }
1030 #vcard-short-desc > .media-heading,
1031 #nav-short-info .contact-wrapper .media-heading {
1032     margin-bottom: 1px;
1033     font-weight: bold;
1034 }
1035 #nav-short-info .contact-wrapper .media-heading a {
1036     color: #555;
1037     font-size: 14px !important;
1038 }
1039 #vcard-short-desc > .vcard-short-addr,
1040 #nav-short-info .contact-wrapper #contact-entry-url-network {
1041     color: #777;
1042     font-size: 12px;
1043 }
1044 .network-content-wrapper > #viewcontact_wrapper-network,
1045 #nav-short-info .contact-wrapper .contact-photo-overlay,
1046 #nav-short-info .contact-wrapper .contact-actions{
1047     display: none
1048 }
1049
1050 aside #peoplefind-sidebar input,
1051 aside #follow-sidebar input {
1052     height: 30px;
1053     background-position: 10px 5px;
1054 }
1055 aside #peoplefind-sidebar .form-group-search .form-button-search,
1056 aside #follow-sidebar .form-group-search .form-button-search {
1057     padding: 2px 8px;
1058 }
1059
1060 aside #group-sidebar .group-edit-tool,
1061 aside #saved-search-list .savedsearchdrop {
1062     opacity: 0.1;
1063     transition: all 0.25s ease-in-out;
1064 }
1065 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
1066 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
1067     opacity: 0.8;
1068     transition: all 0.25s ease-in-out;
1069 }
1070 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1071 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1072     opacity: 1;
1073 }
1074 aside #group-sidebar li .group-checkbox {
1075     margin: 0;
1076 }
1077 aside #group-sidebar li .group-edit-tool {
1078     padding-right: 10px;
1079 }
1080 aside #group-sidebar li .group-edit-tool:first-child {
1081     padding-right: 0px;
1082 }
1083
1084 /* contact block widget */
1085 #contact-block .contact-block-content {
1086     clear: both;
1087     overflow: auto;
1088     height: auto;
1089 }
1090 #contact-block .contact-block-div {
1091     float: left;
1092     margin: 0px 5px 5px 0px;
1093 /*    height: 90px;
1094     width: 90px;*/
1095 }
1096 #contact-block contact-block-link {
1097
1098 }
1099 #contact-block .contact-block-img {
1100     height: 75px;
1101     width: 75px;
1102     border-radius: 4px;
1103 }
1104 /* Section */
1105 section ul.tabs {
1106     display: none !important;
1107 }
1108
1109 /* Jot */
1110 section #jotOpen {
1111     display: none;
1112 }
1113 #jotOpen {
1114     margin-top: 3px;
1115     float: right;
1116 }
1117 #jot-content {
1118     display: none;
1119 }
1120 .jothidden {
1121     /*display: none;*/
1122 }
1123 #jot-modal .modal-header a,
1124 #profile-jot-submit-wrapper a {
1125     color: #555;
1126     text-transform: capitalize;
1127 }
1128 #jot-modal .modal-header {
1129     border-bottom: none;
1130 }
1131 #jot-title-wrap, #jot-category-wrap {
1132     margin-bottom: 5px;
1133 }
1134 #jot-text-wrap {
1135     margin-top: 20px;
1136 }
1137 #jot-text-wrap textarea {
1138     min-height: 100px;
1139 }
1140 #profile-jot-wrapper button#jot-submit {
1141     margin-top: 5px;
1142 }
1143
1144 /* ACL */
1145 /*#jot-modal-body {
1146     height: auto;
1147     max-height: calc(100vh - 130px);
1148     overflow-y: hidden;
1149 }*/
1150 #acl-search {
1151     margin-top: 20px;
1152     /*padding: 8px;*/
1153     /*border: 1px solid #ccc;*/
1154     width: 100%;
1155 }
1156 #acl-list {
1157     display: block;
1158     border: 1px solid #ccc;
1159     overflow: auto;
1160     clear: both;
1161     min-height: 62px;
1162     margin-top: 20px;
1163     padding: 10px 10px 0px 0px;
1164     -webkit-border-radius: 4px;
1165     -moz-border-radius: 4px;
1166     border-radius: 4px;
1167 }
1168 #acl-list-content {
1169     overflow-y: auto;
1170     max-height: calc(100vh - 330px);
1171     height: auto !important;
1172 }
1173 .acl-list-item {
1174     width: 48%;
1175     width: calc(50% - 10px);
1176     border: 1px solid #ccc;
1177     margin: 0px 0px 10px 10px;
1178     padding: 5px;
1179     float: left;
1180     -webkit-border-radius: 4px;
1181     -moz-border-radius: 4px;
1182     border-radius: 4px;
1183 }
1184 .acl-list-item img {
1185     width: 40px;
1186     height: 40px;
1187     float: left;
1188     margin-right: 5px;
1189     -webkit-border-radius: 4px;
1190     -moz-border-radius: 4px;
1191     border-radius: 4px;
1192 }
1193 .acl-list-item p {
1194     margin: 0px;
1195     white-space: nowrap;
1196     overflow: hidden;
1197     text-overflow: ellipsis;
1198 }
1199 .acl-list-item.groupshow {
1200     background-color: #8DB255
1201 }
1202 .acl-list-item.grouphide {
1203     background-color: #E68364;
1204 }
1205 .acl-button-show, .acl-button-hide {
1206     float: right;
1207     margin-left: 5px;
1208 }
1209 #acl-showall.selected {
1210     background-color: #4CAF50;
1211     color: #fff;
1212 }
1213 .acl-button-show.selected {
1214     background-color: #4CAF50;
1215     color: #fff;
1216 }
1217 .acl-button-hide.selected {
1218     background-color: #F44336;
1219     color: #fff;
1220 }
1221
1222 /*
1223 /* Stream
1224 */
1225 .panel {
1226     border: none;
1227     /*background-color: #fff;*/
1228     background-color: rgba(255,255,255,$contentbg_transp);
1229     box-shadow: 0 0 3px #dadada;
1230     -webkit-box-shadow: 0 0 3px #dadada;
1231     -moz-box-shadow: 0 0 3px #dadada;
1232     border-radius: 4px;
1233     position: relative;
1234 }
1235 .panel .panel-body {
1236     padding: 15px;
1237     font-size: 14px;
1238 }
1239 .panel .panel-body .wall-item-content {
1240     color: #555;
1241 }
1242 .tread-wrapper .media {
1243     overflow: visible;
1244     word-wrap: break-word;
1245 }
1246
1247 /* Thread hover effects */
1248 .wall-item-container .wall-item-content a,
1249 .wall-item-container a,
1250 .wall-item-container .fakelink,
1251 .toplevel_item .fakelink,
1252 .toplevel_item .wall-item-container .btn-link,
1253 .wall-item-container .btn-link,
1254 .toplevel_item .wall-item-container .wall-item-responses a {
1255     color: #555;
1256     -webkit-transition: all 0.25s ease-in-out;
1257     -moz-transition: all 0.25s ease-in-out;
1258     -o-transition: all 0.25s ease-in-out;
1259     -ms-transition: all 0.25s ease-in-out;
1260     transition: all 0.25s ease-in-out;
1261 }
1262
1263 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1264 .toplevel_item:hover .wall-item-container:hover .btn-link,
1265 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1266 .toplevel_item:hover .wall-item-content a,
1267 .toplevel_item:hover .wall-item-name,
1268 .wall-item-container:hover .wall-item-content a,
1269 .wall-item-container:hover .wall-item-name,
1270 .wall-item-container:hover .wall-item-location a {
1271     /*color: #6fdbe8;*/
1272     color: $link_color;
1273     -webkit-transition: all 0.25s ease-in-out;
1274     -moz-transition: all 0.25s ease-in-out;
1275     -o-transition: all 0.25s ease-in-out;
1276     -ms-transition: all 0.25s ease-in-out;
1277     transition: all 0.25s ease-in-out;
1278 }
1279
1280 /* wall items */
1281 .wall-item-container {
1282     position: relative;
1283 }
1284
1285 /* wall items contact photo */
1286 .contact-photo {
1287     height: 48px;
1288     width: 48px;
1289     border-radius: 3px;
1290     /*maybe some adional stuff is needed for the different screen sizes */
1291 }
1292 .contact-photo-image-wrapper {
1293     width: 100%;
1294     height: 100%;
1295     overflow: hidden;
1296     position: relative;
1297     text-align: center;
1298 }
1299 .contact-photo-overlay {
1300     width: 100%;
1301     height: 100%;
1302     position: absolute;
1303     overflow: hidden;
1304     top: 0;
1305     left: 0;
1306     border-radius: 3px;
1307     background:rgba(0,0,0,.50);
1308     text-align:center;
1309     opacity:0;
1310     -webkit-transition: opacity .25s ease;
1311     -moz-transition: opacity .25s ease;
1312 }
1313 .contact-photo-overlay:hover {
1314     opacity: 1;
1315 }
1316 .contact-photo-overlay-content {
1317     font-size: 26px;
1318     text-shadow: 1px 1px 1px #ccc;
1319     color:rgba(255,255,255,.85);
1320     height: 100%;
1321     vertical-align: bottom;
1322 }
1323 .contact-photo-xs{
1324     height: 38px;
1325     width: 38px;
1326     border-radius: 3px;
1327 }
1328 .wwto .contact-photo {
1329     width: auto;
1330     height: 25px;
1331     font-size: 8.8px;
1332     padding: 3.6px 0;
1333     border-radius: 2px;
1334     position: absolute;
1335     top: 30px;
1336     left: 30px;
1337     display: inline-block;
1338 }
1339
1340 /* wall items action dropdown menu */
1341 .nav-pills.preferences {
1342     position: absolute;
1343     right: 15px;
1344     top: 10px;
1345 }
1346 .comment .nav-pills.preferences {
1347     right: 0px;
1348     top: 0px;
1349 }
1350 .wall-item-network {
1351     font-size: 13px;
1352 }
1353
1354 /* wall items contact info */
1355 .media .media-body {
1356     font-size: 13px;
1357 }
1358 .media .media-body h4.media-heading {
1359     font-size: 14px;
1360     font-weight: 500;
1361     color: #555;
1362 }
1363 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1364     display: block;
1365 }
1366 .media .contact-info-comment {
1367     display: table-cell;
1368 }
1369 .media .contact-info-xs h5,
1370 .media .contact-info-comment {
1371     margin: 0 0 5px;
1372 }
1373 .media-heading {
1374     margin: 0 0 5px;
1375 }
1376 .wall-item-name,
1377 .shared-author {
1378     font-size: 15px;
1379     font-weight: bold;
1380 }
1381 .wall-item-name.xs {
1382     font-weight: 700;
1383     font-size: 14px;
1384 }
1385
1386 /* The lock symbol popup */
1387 #panel {
1388     position: absolute;
1389     list-style: none;
1390     background-color: $nav_bg;
1391     border: none;
1392     border-radius: 3px;
1393     float: left;
1394     min-width: 160px;
1395     max-width: 220px;
1396     padding: 10px ;
1397     margin: 2px 0 0;
1398     font-size: 14px;
1399     text-align: left;
1400     color: $nav_icon_color;
1401     z-index: 1000;
1402 }
1403
1404 /* wall items content */
1405 .wall-item-content {
1406     word-break: break-word;
1407 }
1408 .wall-item-content img {
1409     max-height: 480px;
1410     object-fit: contain;
1411 }
1412 .wall-item-body > img,
1413 .wall-item-body > a > img {
1414     border-radius: 3px;
1415 }
1416 .wall-item-body .body-attach > a {
1417     color: #555;
1418     display: inline-block;
1419 }
1420 .wall-item-body .body-attach > a div {
1421     color: #555;
1422     width: 20px;
1423 }
1424
1425 /* wall-item content elements */
1426 .shared-wrapper,
1427 .vevent {
1428     padding: 10px;
1429     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1430 }
1431 @media screen and (max-width: 767px) {
1432     .shared-wrapper,
1433     .vevent {
1434         margin-left: 0px;
1435         margin-right: 0px;
1436     }
1437 }
1438 .shared-wrapper:hover,
1439 .vevent:hover {
1440     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1441 }
1442 .shared_header {
1443     margin-left: 0px;
1444     margin-top: 0px;
1445     padding-top: 0px;
1446     margin-bottom: 10px;
1447     border-top: none;
1448     color: inherit;
1449 }
1450 blockquote.shared_content {
1451     padding: 0px;
1452     margin-left: 0px;
1453     color: inherit;
1454 }
1455 code > .hl-main {
1456     padding: 10px 10px 1px 0;
1457 }
1458 .hl-main ol {
1459     line-height: 1.7;
1460 }
1461 .wall-item-tags,
1462 .itemedited {
1463     margin-top: 10px;
1464     font-size: 13px;
1465 }
1466
1467 .wall-item-tags a {
1468     color: #555;
1469 }
1470
1471 .wall-item-tags a:hover {
1472     text-decoration: none;
1473 }
1474 .wall-item-bottom .label,
1475 .wall-item-bottom .label a {
1476     color: #fff;
1477 }
1478
1479 /* item social action buttons */
1480 .wall-item-actions, .wall-item-actions a {
1481     font-size: 13px;
1482     /*color: #aeaeae;*/
1483     color: #555;
1484     margin-top: 15px;
1485     margin-bottom: 0;
1486 }
1487 .wall-item-actions a:hover {
1488     color: #555;
1489 }
1490 .wall-item-actions-left {
1491     display: table-cell;
1492     vertical-align: middle;
1493 }
1494 .wall-item-actions-right {
1495     display: flex;
1496 }
1497 .wall-item-actions .checkbox {
1498     margin: 0;
1499     margin-left: 20px;
1500 }
1501 .wall-item-actions .button-event {
1502     padding-left: 5px;
1503     padding-right: 5px;
1504 }
1505 .wall-item-actions .button-comments,
1506 .wall-item-actions .button-votes,
1507 .wall-item-actions .button-likes {
1508     padding-left: 0px;
1509     padding-right: 0px;
1510     text-transform: capitalize;
1511 }
1512
1513 /* wall item hover effects */
1514 .wall-item-container .wall-item-links,
1515 .wall-item-container .wall-item-actions,
1516 .wall-item-container .body-attach > a {
1517     opacity: 0.3;
1518     -webkit-transition: all 0.25s ease-in-out;
1519     -moz-transition: all 0.25s ease-in-out;
1520     -o-transition: all 0.25s ease-in-out;
1521     -ms-transition: all 0.25s ease-in-out;
1522     transition: all 0.25s ease-in-out;
1523 }
1524 .wall-item-container:hover .wall-item-links,
1525 .wall-item-container:hover .wall-item-actions,
1526 .wall-item-container:hover .body-attach > a {
1527     opacity: 0.6;
1528     -webkit-transition: all 0.25s ease-in-out;
1529     -moz-transition: all 0.25s ease-in-out;
1530     -o-transition: all 0.25s ease-in-out;
1531     -ms-transition: all 0.25s ease-in-out;
1532     transition: all 0.25s ease-in-out;
1533 }
1534 .wall-item-container .wall-item-body .body-attach > a:hover {
1535     opacity: 1;
1536 }
1537
1538 /*
1539 /* Comments
1540 */
1541 .well {
1542     border: none;
1543     box-shadow: none;
1544     /*background-color: #ededed;*/
1545     background-color: rgba(237, 237, 237, $contentbg_transp);
1546     background-image: none;
1547     margin-bottom: 1px;
1548 }
1549 .well-small {
1550     padding: 10px;
1551     border-radius: 3px;
1552 }
1553 .well hr {
1554     margin: 15px 0 10px;
1555     border-top: 1px solid #d9d9d9;
1556 }
1557 .wall-entry .well {
1558     margin-bottom: 0;
1559 }
1560 .comment-container {
1561     margin-top: 10px;
1562     margin-bottom: 0px;
1563     border-top-left-radius: 3px;
1564     border-top-right-radius: 3px;
1565     border-bottom-right-radius: 0px;
1566     border-bottom-left-radius: 0px;
1567 }
1568 .comment .media {
1569     position: relative!important;
1570     margin-top: 0;
1571 }
1572 .hide-comments-outer-wrapper {
1573 /*    text-align: center;
1574     margin-top: -18px;*/
1575 }
1576 .hide-comments-total {
1577     cursor: pointer;
1578 }
1579
1580 /*
1581 * Comment Box
1582 */
1583 .thread_level_2 .wall-item-comment-wrapper {
1584     padding-right: 5px;
1585 }
1586 .comment-edit-submit-wrapper {
1587     margin-bottom: 25px;
1588 }
1589 .comment-edit-submit-wrapper a,
1590 .comment-edit-submit-wrapper a:hover {
1591     padding-top: 5px !important;
1592     padding-bottom: 5px !important;
1593 }
1594 .comment-icon-list a.icon,
1595 .comment-icon-list a.icon:hover {
1596     color: #555;
1597     background-color: transparent;
1598 }
1599
1600 /* acpopup  + textcompletion*/
1601 .acpopup {
1602     /* max-height: 150px; */
1603     background-color: #ffffff;
1604     border-radius: 4px;
1605     overflow: auto;
1606     z-index: 100000;
1607     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1608 }
1609 nav .acpopup {
1610     /*top: 35px !important;*/
1611     margin-left: -23px;
1612 }
1613 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1614  at the beginning of this file to get rid of the !important */
1615 .textcomplete-item > a {
1616     color: #555 !important;
1617     padding: 5px 20px !important;
1618 }
1619 .textcomplete-item.active > a {
1620     background-color: rgb(247, 247, 247) !important;
1621     background-image: none !important;
1622     border-left: 3px solid $link_color;
1623     padding-left: 17px !important;
1624 }
1625 .textcomplete-item a .forum {
1626     color: $link_color;
1627 }
1628 img.acpopup-img {
1629     border-radius: 4px;
1630  }
1631
1632
1633 /* The wall-item thread levels */
1634 /*.wall-item-container.thread_level_3 {
1635   margin-left: 80px;
1636   width: calc(100% - 90px);
1637 }
1638 .wall-item-container.thread_level_4 {
1639   margin-left: 95px;
1640   width: calc(100% - 105px);
1641 }
1642 .wall-item-container.thread_level_5 {
1643   margin-left: 110px;
1644   width: calc(100% - 120px);
1645 }
1646 .wall-item-container.thread_level_6 {
1647   margin-left: 125px;
1648   width: calc(100% - 135px);
1649 }
1650 .wall-item-container.thread_level_7 {
1651   margin-left: 140px;
1652   width: calc(100% - 150px);
1653 }*/
1654
1655 .wall-item-container.thread_level_3,
1656 .wall-item-container.thread_level_4,
1657 .wall-item-container.thread_level_5,
1658 .wall-item-container.thread_level_6,
1659 .wall-item-container.thread_level_7 {
1660   margin-left: 15px;
1661
1662 }
1663 /* Menubar Tabs */
1664 #tabmenu,
1665 .tabbar,
1666 .tabbar > li {
1667     height: 100%;
1668     /*margin-left: -15px;*/
1669     padding: 0;
1670 }
1671 #tabmenu .search-heading {
1672     overflow: hidden;
1673     text-overflow: ellipsis;
1674     white-space: nowrap;
1675 }
1676 ul.tabs {
1677     list-style: none;
1678     height: 100%;
1679     padding: 0;
1680     padding-top: 10px;
1681     margin: 0;
1682 }
1683 ul.tabs li {
1684     float: left;
1685     margin: 0;
1686     padding: 0;
1687     /*border-bottom: 0 solid #6fdbe8;*/
1688     border-bottom: 0 solid $link_color;
1689     font-size: 13px;
1690     height: 102%;
1691     transition: all .15s ease;
1692 }
1693 /*ul.tabs.visible-xs > li.active {
1694     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
1695 }*/
1696 ul.tabs li a {
1697     margin-left: 10px;
1698     margin-right: 10px;
1699     /*color: #6fdbe8;*/
1700     color: $link_color !important;
1701 }
1702 ul.tabs li:hover, ul.tabs li.active {
1703     border-bottom-width: 4px;
1704 }
1705 ul.tabbar ul.tabs-extended li.active {
1706     width: 100%;
1707     border-bottom-width: 2px;
1708 }
1709 ul.tabbar ul.tabs-extended li.active a {
1710     background: none;
1711 }
1712 ul.dropdown-menu li:hover {
1713     border-bottom-width: 0;
1714 }
1715
1716
1717 /* Dropdown Menu */
1718 .dropdown-menu li a {
1719     font-size: 13px!important;
1720     font-weight: 600!important;
1721 }
1722 .dropdown-menu li a:hover, .dropdown-menu li a:visited,
1723 .dropdown-menu li a:hover, .dropdown-menu li a:focus {
1724     background: 0 0;
1725 }
1726
1727 .dropdown-menu li:first-child {
1728     margin-top: 3px;
1729 }
1730
1731 /* Notificaiotn badges */
1732 .nav-notify .show {
1733     display: block;
1734 }
1735
1736 /* Media Classes */
1737 .media .time,
1738 .media .shared-time,
1739 .media .location,
1740 .media .location a {
1741     font-size: 11px;
1742     color: #bebebe;
1743 }
1744 .media-list > li {
1745     padding: 10px;
1746     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
1747     position: relative;
1748 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
1749     border-left: 3px solid rgba(255,255,255,0);
1750     font-size: 12px;
1751 }
1752 .media-list > li:hover,
1753 .media-list > li.selected {
1754     border-left: 3px solid $link_color;
1755     background-color: rgba(247, 247, 247, $contentbg_transp);
1756 }
1757
1758 /* Forms */
1759 .form-control {
1760     border: 2px solid #ededed;
1761     box-shadow: none;
1762 }
1763 .form-control:focus {
1764     /*border: 2px solid #6fdbe8;*/
1765     border: 2px solid $link_color;
1766     outline: 0;
1767     box-shadow: none;
1768 }
1769
1770
1771 .checkbox input[type="checkbox"]:focus + label::before,
1772 .checkbox input[type="radio"]:focus + label::before {
1773     /*border: 2px solid #6fdbe8;*/
1774     border: 2px solid $link_color;
1775     outline: 0;
1776     box-shadow: none;
1777 }
1778
1779 /* Search form */
1780 .form-control.form-search {
1781     border-radius: 30px;
1782     background-image: url(img/icon_search16x16.png);
1783     background-repeat: no-repeat;
1784     background-position: 10px 8px;
1785     padding-left: 34px;
1786 }
1787 .form-group-search {
1788     position: relative;
1789     width: 100%;
1790 }
1791
1792 .form-group-search .form-button-search {
1793     position: absolute;
1794     top: 4px;
1795     right: 4px;
1796     border-radius: 30px;
1797 }
1798 .search-input.form-control.form-search {
1799     width: 100%;
1800 }
1801 .search-heading {
1802     text-align: center;
1803     color: $link_color;
1804     font-size: 20px;
1805 }
1806 .search-content-wrapper > #search-header-wrapper {
1807     display: none;
1808 }
1809 .search-content-wrapper > .section-title-wrapper {
1810     display: none;
1811 }
1812 #navbar-button > #search-save-form > #search-save {
1813     margin-top: 3px;
1814 }
1815 /* Section-Content-Wrapper */
1816 #search-header-wrapper {
1817     padding: 15px;
1818     padding-bottom: 20px;
1819     margin-bottom: 20px;
1820     border: none;
1821     /*background-color: #fff;*/
1822     background-color: rgba(255,255,255,$contentbg_transp);
1823     border-radius: 4px;
1824     position: relative;
1825     /*overflow: hidden;*/
1826     color: #555;
1827     box-shadow: 0 0 3px #dadada;
1828     -webkit-box-shadow: 0 0 3px #dadada;
1829     -moz-box-shadow: 0 0 3px #dadada;
1830 }
1831
1832 /* *******
1833  * PAGES
1834  *********/
1835
1836 .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper,
1837  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
1838 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
1839 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
1840 .message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
1841 .admin-content-wrapper, .group-content-wrapper, .viewcontacts-content-wrapper,
1842 .dfrn_request-content-wrapper, .friendica-content-wrapper, .credits-content-wrapper,
1843 .nogroup-content-wrapper, .profperm-content-wrapper {
1844     min-height: calc(100vh - 150px);
1845     padding: 15px;
1846     padding-bottom: 20px;
1847     margin-bottom: 20px;
1848     border: none;
1849     /*background-color: #fff;*/
1850     background-color: rgba(255,255,255,$contentbg_transp);
1851     border-radius: 4px;
1852     position: relative;
1853     /*overflow: hidden;*/
1854     color: #555;
1855     box-shadow: 0 0 3px #dadada;
1856     -webkit-box-shadow: 0 0 3px #dadada;
1857     -moz-box-shadow: 0 0 3px #dadada;
1858 }
1859
1860 /* Profile-page */
1861 #profile-content-standard,
1862 #profile-content-advanced {
1863     overflow: hidden;
1864 }
1865 #profile-menu {
1866     margin-top: 20px;
1867     margin-bottom: 20px;
1868 }
1869 .contact-block-div.forumlist-profile-advanced {
1870     float: left;
1871 }
1872
1873 /* contacts page */
1874 ul.viewcontact_wrapper {
1875     margin-left: -15px;
1876     margin-right: -15px;
1877 }
1878 ul.viewcontact_wrapper > li {
1879     padding-left: 15px;
1880 }
1881 .contact-wrapper {
1882 /*    padding: 10px;
1883     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
1884     position: relative;*/
1885     /*border-left: 3px solid white;*/
1886 }
1887 .contact-wrapper.media {
1888     overflow: visible;
1889     word-wrap: break-word;
1890     margin-top: 0;
1891 }
1892 /* bootstrap hack for .media */
1893 .contact-wrapper.media .media-body {
1894     display: table-cell;
1895     width: 10000px;
1896     *width: auto;
1897     *zoom: 1;
1898 }
1899 .contact-wrapper.media:before, .media:after {
1900     content: "";
1901     display: table;
1902 }
1903 .contact-wrapper.media:after {
1904     clear: both;
1905 }
1906 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
1907     height: 80px;
1908     width: 80px;
1909 }
1910 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
1911     height: 48px;
1912     width: 48px;
1913 }
1914 .contact-wrapper .contact-photo-overlay-content.xl {
1915     font-size: 48px;
1916 }
1917
1918 .contact-entry-desc {
1919     color: #555;
1920 }
1921 .contact-entry-checkbox {
1922     margin-top: -20px;
1923 }
1924 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
1925     font-weight: bold !important;
1926     color: $link_color;
1927     font-size: 15px !important;
1928 }
1929 .contact-wrapper .contact-actions {
1930     display: flex;
1931 }
1932 .contact-wrapper a.contact-action-link {
1933     opacity: 0.1;
1934     transition: all 0.25s ease-in-out;
1935 }
1936 .contact-wrapper a.contact-action-link,
1937 .contact-wrapper a.contact-action-link:hover,
1938 .textcomplete-item .contact-wrapper a.contact-action-link {
1939     padding-right: 5px;
1940     padding-left: 5px;
1941     color: #555;
1942 }
1943 ul li:hover .contact-wrapper a.contact-action-link {
1944     opacity: 0.8;
1945     transition: all 0.25s ease-in-out;
1946 }
1947 ul li:hover .contact-wrapper a.contact-action-link:hover {
1948     opacity: 1;
1949 }
1950 #contacts-search-wrapper,
1951 #directory-search-wrapper{
1952     padding: 10px 0;
1953 }
1954 #contact-drop-confirm .contact-actions,
1955 #contact-drop-confirm .contact-photo-overlay,
1956 #contact-drop-confirm .contact-photo-menu {
1957     display: none;
1958 }
1959 #contact-drop-confirm #confirm-form {
1960     margin-top: 20px;
1961 }
1962
1963 /* contact-edit */
1964 #contact-edit-actions {
1965     position: absolute;
1966 }
1967 #contact-edit-status-wrapper {
1968     border: none;
1969     background-color: #E1F5FE;
1970     margin: 15px -15px;
1971 }
1972 #contact-edit-tools {
1973     margin-left: -15px;
1974     margin-right: -15px;
1975 }
1976 #contact-edit-tools > .panel {
1977     padding-left: 15px;
1978     padding-right: 15px;
1979 }
1980 #contact-edit-settings {
1981     display: block;
1982     margin: 0;
1983 }
1984
1985 /* directory page */
1986 #directory-search-heading {
1987     padding-top: 10px;
1988 }
1989
1990 /* private mail */
1991 .message-content-wrapper > li {
1992 /* we need this overwriting because we have no template file
1993    for the general mail page /message
1994 */
1995     list-style-type: none;
1996 }
1997 .mail-thread {
1998     max-height: calc(100vh - 200px);
1999 }
2000 #mail-conversation {
2001     overflow-y: auto;
2002     max-height: calc(100vh - 400px);
2003     max-height: auto;
2004     /*height: 500px;*/
2005     margin-bottom: 0px;
2006     padding: 0 15px;
2007 }
2008 #mail-conversation.can-reply {
2009 /*    border-bottom-left-radius: 0px;
2010     border-bottom-right-radius: 0px;*/
2011 }
2012 .mail-conv-wrapper .media .contact-photo-wrapper img {
2013     height: 48px;
2014     width: 48px;
2015 }
2016 .mail-thread #prvmail-to-label,
2017 .mail-thread #prvmail-subject-label {
2018     display: none;
2019 }
2020 .mail-thread #prvmail-message-label > label {
2021     display:none;
2022 }
2023 .mail-thread #prvmail-message-label textarea {
2024 /*    border-top: none;
2025     margin-top: -10px;
2026     border-top-left-radius: 0px;
2027     border-top-right-radius: 0px;*/
2028     max-height: 120px;
2029 }
2030 .mail-conv-wrapper {
2031     padding: 15px 0;
2032     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2033 }
2034 #message-sidebar {
2035     height: calc(100vh - 150px);
2036 }
2037 #message-preview {
2038     /*padding: 0 10px;*/
2039     height: calc(100% - 20px);
2040 }
2041 #message-preview ul {
2042     margin: 0px;
2043 }
2044 #message-preview .media-list li {
2045     padding: 0px 10px;
2046     border: none;
2047 }
2048 #message-preview .media-list li:hover {
2049     border-left: none !important;
2050 }
2051 #message-preview .media-list li a {
2052     color: $link_color;
2053 }
2054 .mail-list-outside-wrapper {
2055     padding: 5px 0;
2056     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2057 }
2058 .mail-list-outside-wrapper .contact-photo-wrapper img {
2059     height: 48px;
2060     width: 48px;
2061 }
2062
2063 #prvmail-end {
2064     clear:both;
2065 }
2066 /* photos */
2067 .photo-album-actions {
2068     margin-bottom: 10px;
2069 }
2070 .photo-album-actions .photos-order-link {
2071     float: right;
2072 }
2073 /* poke */
2074 #poke-desc {
2075     margin: 5px 0 30px;
2076 }
2077 #poke-wrapper-end {
2078     clear: both;
2079 }
2080
2081 /* Events page */
2082 #fc-header {
2083     margin-top: 20px;
2084     margin-bottom: 10px;
2085 }
2086 #fc-header-left,
2087 #fc-header-right,
2088 #event-calendar-title {
2089     display: inline-block;
2090 }
2091 #fc-title {
2092     margin: 0;
2093     padding-left: 20px;
2094
2095 }
2096 #fc-header-right {
2097     margin-top: -4px;
2098 }
2099 #event-calendar-title {
2100     vertical-align: middle;
2101 }
2102 a#event-calendar-views {
2103     padding: 6px 9px;
2104     font-size: 14px
2105 }
2106 tr.fc-first,
2107 tr.fc-first th {
2108     border-left: none;
2109     border-right: none;
2110     border-top: none;
2111 }
2112 td.fc-day {
2113     border-left: none;
2114     border-right: none;
2115     padding: 0 6px;
2116 }
2117 #events-calendar .fc-grid .fc-day-number {
2118     float: left;
2119     font-size: 0.9em;
2120 }
2121 .event-wrapper .event-owner {
2122   margin-bottom: 15px;
2123 }
2124 .event-wrapper .event-owner img {
2125     display: block;
2126 }
2127 .event-owner img {
2128     margin-right: 5px;
2129     height: 48px;
2130     width:  48;
2131     border-radius: 3px;
2132 }
2133 .event-wrapper .vevent {
2134     margin-left: 0;
2135     margin-right: 0;
2136     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2137 }
2138 .event-wrapper .event-buttons {
2139     margin-top: 15px;
2140 }
2141 #event-form-wrapper {
2142     padding-top: 5px;
2143 }
2144 #event-edit-form-wrapper {
2145     padding-top: 15px;
2146 }
2147 #event-nav a {
2148     color: #555;
2149 }
2150 #event-edit-form-wrapper #event-edit-time {
2151     padding: 10px 0;
2152 }
2153 /* Profiles Page */
2154 .profile-listing-table {
2155     display: table;
2156     width: 100%;
2157 }
2158 .profile-listing-row {
2159     display: table-row;
2160 }
2161 .profile-listing-cell {
2162     display: table-cell;
2163 }
2164 .profile-listing-photo {
2165     width: 48px;
2166     height: 48px;
2167     margin: 10px 0px;
2168 }
2169 #profile-listing-new-link-wrapper {
2170     margin-bottom: 20px;
2171 }
2172 .panel-group-settings {
2173     margin-left: -15px;
2174     margin-right: -15px;
2175 }
2176 .panel-group-settings > .panel {
2177     padding-left: 15px;
2178     padding-right: 15px;
2179 }
2180 .profiles-content-wrapper #profile-photo-upload-section {
2181     display: none;
2182     margin-left: -15px;
2183     margin-right: -15px;
2184     margin-top: 15px;
2185     padding: 15px;
2186 }
2187 #profile-photo-upload-close {
2188     font-size: 14px;
2189 }
2190
2191 /* Settings */
2192 .section-subtitle-wrapper {
2193     padding: 1px 10px;
2194 }
2195 .panel .section-subtitle-wrapper a.accordion-toggle:before {
2196     font-family: FontAwesome;
2197     content: "\f0d7";
2198     padding-right: 5px;
2199 }
2200 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2201     font-family: FontAwesome;
2202     content: "\f0da";
2203 }
2204 #settings-nick-wrapper {
2205     margin-bottom: 20px;
2206 }
2207 .group {
2208     margin-left: 20px;
2209 }
2210
2211 /* Notifications */
2212 ul.notif-network-list {
2213     margin-left: -15px;
2214     margin-right: -15px;
2215 }
2216 ul.notif-network-list > li {
2217     padding-left: 15px;
2218     padding-right: 15px;
2219 }
2220 ul.notif-network-list li.unseen {
2221     border-left: 3px solid #f3fcfd;
2222     background-color: #f3fcfd;
2223 }
2224 .intro-wrapper.media {
2225     overflow: visible;
2226     word-wrap: break-word;
2227     margin-top: 0;
2228 }
2229 .intro-photo-wrapper img.intro-photo,
2230 .notif-item img.notif-image {
2231     height:80px;
2232     width: 80px;
2233     border-radius: 4px;
2234 }
2235 .intro-actions {
2236     display: flex;
2237 }
2238 .intro-enty-name h4 {
2239     font-size: 15px !important;
2240 }
2241 .intro-wrapper button.intro-action-link {
2242     opacity: 0.1;
2243     transition: all 0.25s ease-in-out;
2244 }
2245 .intro-wrapper button.intro-action-link,
2246 .intro-wrapper button.intro-action-link:hover {
2247     padding-right: 5px;
2248     padding-left: 5px;
2249     color: #555;
2250 }
2251 ul li:hover .intro-wrapper button.intro-action-link {
2252     opacity: 0.8;
2253     transition: all 0.25s ease-in-out;
2254 }
2255 ul li:hover .intro-wrapper button.intro-action-link:hover {
2256     opacity: 1;
2257 }
2258 .intro-action-buttons {
2259     margin-top: 15px;
2260     /*display: none;*/
2261     max-height: 0px;
2262     overflow: hidden;
2263     transition: max-height 0.1s ease-out;
2264 }
2265 ul.notif-network-list > li:hover .intro-action-buttons {
2266     /*display: block;*/
2267     max-height: 30px;
2268     transition: max-height 0.1s ease-in;
2269 }
2270 .intro-desc-label, .intro-url-label, .intro-network-label,
2271 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2272 .intro-about-label, .intro-knowyou-label {
2273     font-weight: bold;
2274 }
2275 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2276 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2277 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2278 .intro-contact-info.xs .intro-knowyou-label {
2279     display: block;
2280     margin-top: 5px
2281 }
2282
2283 /* Search Page */
2284
2285 /* This is a little bit hacky. Since the search page is used for diferent
2286 content types we can't apply the generic-page-wrapper class.
2287 So we apply the css of the generic-page-wrapper class to the ul element with some
2288 little modifications to emulate a standard page template */
2289 .search-content-wrapper > ul.viewcontact_wrapper {
2290     min-height: calc(100vh - 150px);
2291     padding-top: 15px;
2292     padding-bottom: 20px;
2293     margin: 0;
2294     margin-bottom: 20px;
2295     border: none;
2296     /*background-color: #fff;*/
2297     background-color: rgba(255,255,255,$contentbg_transp);
2298     border-radius: 4px;
2299     position: relative;
2300     /*overflow: hidden;*/
2301     color: #555;
2302     box-shadow: 0 0 3px #dadada;
2303     -webkit-box-shadow: 0 0 3px #dadada;
2304     -moz-box-shadow: 0 0 3px #dadada;
2305 }
2306
2307 /*
2308 * Overwriting for transparency and other colors
2309 */
2310 main .nav-tabs>li.active>a,
2311 main .nav-tabs>li.active>a:focus,
2312 main .nav-tabs>li.active>a:hover {
2313     background-color: rgba(255,255,255,$contentbg_transp);
2314 }
2315
2316 /*
2317  * Modal
2318  */
2319 .modal hr {
2320     border-color: #eee;
2321 }
2322
2323 /*
2324  * Framework overwrite
2325  */
2326
2327 /* jRange */
2328 .theme-frio .back-bar {
2329     height: 5px !important;
2330     border-radius: 2px;
2331     background-color: #eeeeee;
2332     background-color: #e7e7e7;
2333     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2334     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2335     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2336     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2337     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2338     background-repeat: repeat-x;
2339     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2340 }
2341 .theme-frio .back-bar .selected-bar {
2342     border-radius: 2px;
2343     background-color: $link_color;
2344 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
2345     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
2346     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
2347     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
2348     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
2349     background-repeat: repeat-x;
2350     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
2351 }
2352 .theme-frio .back-bar .pointer {
2353     width: 14px !important;
2354     height: 14px !important;
2355     top: -5px;
2356     -webkit-box-sizing: border-box;
2357     -moz-box-sizing: border-box;
2358     box-sizing: border-box;
2359     border-radius: 10px;
2360     border: 1px solid #AAA;
2361     background-color: #e7e7e7 !important;
2362     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2363     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2364     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2365     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2366     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2367     background-repeat: repeat-x;
2368     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2369 }
2370 .theme-frio .back-bar .pointer-label {
2371     color: #999;
2372 }
2373
2374 /* textcomplete for contact filtering*/
2375 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
2376     position: relative !important;
2377     top: inherit !important;
2378     bottom: inherit !important;
2379     left: inherit !important;
2380     padding: 0;
2381     margin-left: -15px;
2382     margin-right: -15px;
2383     background-color: transparent;
2384     box-shadow: none;
2385     border: none;
2386 }
2387 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
2388     padding-left: 15px;
2389     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2390 }
2391 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
2392     display: none;
2393 }
2394 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
2395 .textcomplete-item > a {
2396     padding: 0 !important;
2397     border-left: none;
2398     background-color: transparent !important;
2399 }
2400 /* this is a little hack for texcomplete contact filter
2401 There are for some reasons empty <a> tags. I don't know why */
2402 .textcomplete-item .contact-wrapper a {
2403     padding: 0;
2404 }
2405
2406 /* hovercard fix */
2407 body .tread-wrapper .hovercard a,
2408 body .tread-wrapper .hovercard a:hover {
2409     color: $link_color;
2410 }
2411 body .tread-wrapper .hovercard:hover .hover-card-content a {
2412     color: $link_color !important;
2413 }