]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
[frio] Fix wrongly removed content wrapper and fix CSS instead. (#5496) (#5505)
[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: $background_color;
28     background-image: url("$background_image");
29     background-size: $background_size_img;
30     background-repeat: $background_repeat;
31     background-attachment: fixed;
32     color: #777;
33     /*color: #555;*/
34     font-family: 'Open Sans',sans-serif;
35 }
36 body a {
37     /*color: #555;*/
38     /*color: #6fdbe8;*/
39     color: $link_color;
40     text-decoration: none;
41 }
42 /* Anchors incorrectly display with a fixed top menu. This global rule offsets all
43  * anchors so that accessing them with a # link will actually scroll the associated
44  * content in the visible part of the page.
45  *
46  * anchor.top should be the opposite of body.padding-top
47  */
48 body a[name]:not([href]) {
49     display: block;
50     position: relative;
51     top: -110px;
52     visibility: hidden;
53 }
54
55 body a:hover, .btn-link:hover,
56 body a:focus, .btn-link:focus,
57 body a:active, .btn-link:active,
58 body a.active, .btn-link.active {
59     /*color: #59d6e4;*/
60     color: $link_hover_color;
61     text-decoration: none;
62     outline: none;
63 }
64
65 .wall-item-container a:hover {
66     text-decoration: underline;
67 }
68
69 hr {
70     margin-top: 10px;
71     margin-bottom: 10px;
72 }
73 aside hr,
74 section hr {
75     border-color: rgba(238, 238, 238, $contentbg_transp);
76 }
77 iframe, img, video {
78     max-width: 100%;
79 }
80 blockquote {
81     font-size: inherit;
82 }
83 .clear {
84     clear: both;
85 }
86 .no-padding {
87     padding: 0;
88 }
89 .fakelink {
90     cursor: pointer;
91 }
92 .hidden {
93     display: none !important;
94 }
95 .minimize {
96     max-height: 0px !important;
97     overflow: hidden !important;
98 }
99 code {
100     white-space: pre-wrap;
101 }
102
103 /**
104  * mobile aside
105  */
106 @media screen and (max-width: 990px) {
107     aside{
108         position: fixed!important;
109         top: 0!important;
110         background-color: #fff;
111         width: 100%;
112         max-width: 300px;
113         height: 100%;
114         padding-top: 100px;
115         z-index: 10;
116     }
117     aside::before {
118         content: " ";
119         position: fixed;
120         display: block;
121         top: 0; left: 300px; right: 0; bottom: 0;
122         background-color: rgba(0,0,0,0.4);
123         opacity: 0;
124         transition: opacity 0.5s;
125     }
126     aside.canvas-slid::before {
127         opacity: 1;
128     }
129
130     /* prevent page scroll when the aside is opened **/
131     body.aside-out { overflow: hidden; }
132 }
133 /*
134 * standard page elements
135 */
136 #back-to-top {
137     display: none;
138     cursor: pointer;
139     color: white;
140     position: fixed;
141     z-index: 49;
142     right: 20px;
143     bottom: 20px;
144     opacity: 1;
145     font-size: 2.9em;
146     padding: 0 12px 0 12px;
147     border-radius: 10px;
148     background-color: #aaa;
149     line-height: 1.5;
150 }
151
152 #item-delete-selected {
153     cursor: pointer;
154     color: white;
155     position: fixed;
156     z-index: 49;
157     right: 20px;
158     top: 100px;
159     opacity: 0.8;
160     font-size: 2.9em;
161     padding: 0 12px 0 12px;
162     border-radius: 10px;
163     background-color: $link_color;
164     line-height: 1.5;
165     display: none;
166 }
167
168 #toggle_mobile_link {
169     display: none;
170 }
171
172 /*
173 * Overwriting and Extend Bootstrap
174 */
175 .label, .label a {
176     color: #fff;
177 }
178
179 /* Buttons */
180
181 .btn {
182     float: none;
183     border: none;
184     -webkit-box-shadow: none;
185     box-shadow: none;
186     -moz-box-shadow: none;
187     background-image: none;
188     text-shadow: none;
189     border-radius: 3px;
190     outline: 0!important;
191     margin-bottom: 0;
192     font-size: 14px;
193     font-weight: 600;
194     padding: 8px 16px;
195     color: inherit;
196 }
197 a.btn:hover {
198     color: #333;
199 }
200
201 .btn-default {
202     background: #ededed;
203     color: #7a7a7a;
204 }
205 .btn-sm {
206     padding: 4px 8px;
207     font-size: 12px;
208 }
209 .btn-small {
210     padding: 6px 10px;
211     font-size: 12px;
212     line-height: 1.5;
213     border-radius: 3px;
214 }
215 .btn-xs {
216     padding: 1px 5px;
217     font-size: 12px;
218 }
219 .btn-primary {
220     background: $nav_bg !important;
221     color: $btn_primary_color !important;
222 }
223 .btn-primary:hover, .btn-primary:focus {
224     background: $btn_primary_hover_color;
225     text-decoration: none;
226 }
227 .btn-primary:active, .btn-primary.active {
228     outline: 0;
229     background: $btn_primary_hover_color !important;
230 }
231
232 .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
233 .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
234 .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
235 .open>.dropdown-toggle.btn-primary:hover,.btn-primary.active, .btn-primary:active,
236 .open>.dropdown-toggle.btn-primary {
237     background: $btn_primary_hover_color;
238     border-color: none;
239 }
240
241 .btn-link {
242     border: 0;
243     color: $link_color;
244     padding-left: 0;
245     padding-right: 0;
246 }
247 .btn-clear,
248 .btn-clear:active {
249     border: 0;
250     background: transparent;
251     box-shadow: none;
252 }
253 .btn-eventnav, btn-eventnav:hover {
254     font-size: 16px;
255     background: none;
256     background-color: transparent;
257     padding: 0 14px;
258 }
259 .btn-separator {
260     border-left: 1px solid #777;
261 }
262 /*.btn-info {
263     background: #6fdbe8;
264     color: #fff!important;
265 }
266 .btn-info:hover, .btn-info:focus {
267     background: #59d6e4!important;
268     text-decoration: none;
269 }
270 .btn-info:active, .btn-info.active {
271     outline: 0;
272     background: #59d6e4;
273 }*/
274
275 .btn-main {
276     background: $link_color;
277     color: #fff!important;
278 }
279 .btn-main:hover, .btn-main:focus {
280     background: $link_hover_color !important;
281     text-decoration: none;
282 }
283 .btn-main:active, .btn-main.active {
284     outline: 0;
285     background: $link_hover_color;
286 }
287 .toggle.btn {
288     border: 1px solid transparent;
289 }
290 .toggle.btn-xs {
291     min-width: 45px;
292 }
293 .toggle.off {
294     border-color: #ccc;
295 }
296 .toggle .toggle-off,
297 .toggle .toggle-off:hover {
298     color: #ccc;
299     background-color: #eee;
300     box-shadow: none;
301 }
302 .toggle.off .toggle-handle {
303     background-color: #eee;
304 }
305 .toggle-handle {
306     background-color: #fff;
307     border-width: 0 1px;
308     border: 1px solid transparent;
309     border-color: #ccc;
310 }
311 .field.yesno:hover .toggle {
312     border-color: $link_hover_color;
313     transition: all 0.25s ease-in-out;
314 }
315 .field.yesno:hover .toggle-handle {
316     background-color: #fff;
317     transition: all 0.25s ease-in-out;
318 }
319
320 .form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
321     padding: .275rem .75rem;
322     /*font-size: .875rem;*/
323     line-height: 1.5;
324     height: 30px;
325     border-radius: .2rem;
326 }
327 /* Bootstrap media class fix/hack
328  * This is a test. I thought it does have some
329  * issues in some corner cases. Maybe we remove
330  * once more
331  * https://github.com/twbs/bootstrap/issues/6053
332  */
333 .media, .media-body {
334     overflow: visible;
335 }
336 .media .media-body {
337     display: table-cell;
338     width: 10000px;
339     *width: auto;
340     *zoom: 1;
341 }
342 .media:before, .media:after {
343     content: "";
344     display: table;
345 }
346 .media:after {
347     clear: both;
348 }
349
350 /* Badges */
351 .badge {
352     vertical-align: baseline;
353     background-color: $link_color;
354     border-radius: 4px;
355     z-index: 1;
356 }
357 aside .badge {
358     opacity: 0.7;
359 }
360
361 /* disabled elements */
362 .community-content-wrapper > h3, .network-content-wrapper > .section-title-wrapper {
363     display:none;
364 }
365
366 header #site-location {
367     display: none;
368 }
369 header #banner {
370     position: fixed;
371     top: 0px;
372 /*    width: 33%;
373     margin-left: 33%;
374     margin-right: 33%;*/
375     left:49%;
376     right: 49%;
377     z-index: 1040;
378     margin-top: 14px;
379     text-align: center;
380     text-shadow: 1px 1px 2px rgba(0,0,0,.5);
381     font-size: 14px;
382     font-family: tahoma, "Lucida Sans", sans;
383     color: #fff;
384     font-weight: bold;
385     whitespace: nowrap;
386     padding-left: 55px;
387 }
388 header #banner #logo-img,
389 .navbar-brand #logo-img {
390     /*mask: url('network#m1');*/
391     /*mask-image: url('img/friendica-25.png');*/
392     -webkit-mask-image: url('img/friendica-25.png');
393     background-color: $nav_icon_color;
394     height: 25px;
395     width: 25px;
396     margin-left: auto;
397     margin-right: auto;
398 }
399
400 #navbrand-container {
401     display: flex;
402 }
403 #navbrand-container #navbar-brand-text {
404     padding-left: 5px;
405 }
406
407 /* NavBar */
408 .topbar {
409     position: fixed;
410     display: block;
411     height: 50px;
412     width: 100%;
413     padding-left: 15px;
414     padding-right: 15px
415 }
416 .topbar ul.nav {
417     float: left
418 }
419 .topbar ul.nav>li {
420     float: left
421 }
422 @media (min-width: 992px) {
423 .topbar ul.nav>li>a {
424     padding-top: 15px;
425     padding-bottom: 15px;
426     line-height: 20px
427 }
428 }
429 @media (max-width: 991px) {
430     .topbar ul.nav>li>a { padding-left: 10px; padding-right: 10px; };
431 }
432 .topbar .dropdown-footer {
433     margin: 10px
434 }
435 .topbar .dropdown-header {
436     font-size: 16px;
437     padding: 3px 10px;
438     margin-bottom: 10px;
439     font-weight: 300;
440     color: #bebebe
441 }
442 .topbar .dropdown-header .dropdown-header-link {
443     position: absolute;
444     top: 2px;
445     right: 10px
446 }
447 .topbar .dropdown-header .dropdown-header-link a,
448 .topbar .dropdown-header .dropdown-header-link .btn-link {
449     /*color: #6fdbe8!important;*/
450     color: $link_color !important;
451     font-size: 12px;
452     font-weight: 400
453 }
454 .topbar .dropdown-header:hover {
455     color: #bebebe
456 }
457 #topbar-first,
458 nav.navbar {
459     background-color: $nav_bg;
460     top: 0;
461     z-index: 1030;
462     color: $nav_icon_color;
463 }
464 #topbar-first .nav>li>a:hover,
465 #topbar-first .nav>li>a:focus,
466 #topbar-first .nav>.open>a,
467 nav.navbar .nav>li>a:hover,
468 nav.navbar .nav>li>a:focus{
469     background-color: $nav_icon_hover_color;
470 }
471 #topbar-first .nav>.account {
472     height: 50px;
473     margin-left: 20px
474 }
475 #topbar-first .nav>.account img {
476     margin-left: 10px;
477     height: 32px;
478     width: 32px;
479     border-radius: 3px;
480 }
481 #topbar-first .nav>.account .dropdown-toggle {
482     padding: 10px 5px 0px;
483     line-height: 1.1em;
484     text-align: left
485 }
486 #topbar-first .nav>.account .dropdown-toggle span {
487     font-size: 12px
488 }
489 #topbar-first .topbar-brand {
490     position: relative;
491     z-index: 2
492 }
493 #topbar-first .topbar-actions {
494     position: relative;
495     z-index: 3
496 }
497 #topbar-first .topbar-nav {
498     /*position: absolute;*/
499     left: 0;
500     right: 0;
501     text-align: center;
502     z-index: 1
503 }
504 #topbar-first .topbar-nav .nav-segment {
505     position: relative;
506     text-align: left
507 }
508 #topbar-first .topbar-nav .nav-segment>a {
509 /*    padding: 5px 10px;
510     margin: 10px 2px;*/
511     display: inline-block;
512 /*    border-radius: 2px;*/
513     text-decoration: none;
514     text-align: left
515 }
516 #topbar-first .topbar-nav .nav-segment .nav-notify {
517     position: absolute;
518     top: 4px;
519     right: -2px;
520     background-color: #ff8989;
521
522 /*    text-transform: uppercase;
523     display: inline-block;
524     padding: 3px 5px 4px;
525     font-weight: 600;
526     font-size: 10px!important;
527     color: #fff!important;
528     vertical-align: baseline;
529     white-space: nowrap;
530     text-shadow: none;
531     display: none;*/
532 }
533 #topbar-first #intro-update{
534     cursor: pointer;
535 }
536 #topbar-first .topbar-nav .arrow:after {
537     position: absolute;
538     display: block;
539     width: 0;
540     height: 0;
541     border-color: transparent;
542     border-style: solid;
543     border-width: 10px;
544     content: " ";
545     top: 1px;
546     margin-left: -10px;
547     border-top-width: 0;
548     border-bottom-color: #fff;
549     z-index: 1035
550 }
551 #topbar-first .topbar-nav .arrow {
552     position: absolute;
553     display: block;
554     width: 0;
555     height: 0;
556     border-color: transparent;
557     border-style: solid;
558     z-index: 1001;
559     border-width: 11px;
560     left: 50%;
561     margin-left: -18px;
562     border-top-width: 0;
563     border-bottom-color: rgba(0, 0, 0, .15);
564     top: -19px;
565     z-index: 1035
566 }
567 #topbar-first .topbar-nav .dropdown-menu {
568     width: 350px;
569     margin-left: -148px
570 }
571 #topbar-first .topbar-nav .dropdown-menu ul.media-list {
572     max-height: 400px;
573     overflow: auto
574 }
575 #topbar-first .topbar-nav .dropdown-menu li {
576     position: relative
577 }
578 #topbar-first .topbar-nav .dropdown-menu li i.approval {
579     position: absolute;
580     left: 2px;
581     top: 36px;
582     font-size: 14px
583 }
584 #topbar-first .topbar-nav .dropdown-menu li i.accepted {
585     color: #5cb85c
586 }
587 #topbar-first .topbar-nav .dropdown-menu li i.declined {
588     color: #d9534f
589 }
590 #topbar-first .topbar-nav .dropdown-menu li .media {
591     position: relative
592 }
593 #topbar-first .topbar-nav .dropdown-menu li .media .img-space {
594     position: absolute;
595     top: 14px;
596     left: 14px
597 }
598 #topbar-first .dropdown-footer {
599     margin: 10px 10px 5px
600 }
601 #topbar-first a, #topbar-first .btn-link,
602 nav.navbar a, nav.navbar .btn-link {
603     color: $nav_icon_color;
604 }
605 #topbar-first .caret {
606     border-top-color: #bebebe
607 }
608 #topbar-first .btn-group>a {
609     background-color: #7f9baa
610 }
611 #topbar-first .btn-enter {
612     background-color: #7f9baa;
613     margin: 6px 0
614 }
615 #topbar-first .btn-enter:hover {
616     background-color: #89a2b0
617 }
618 .navbar-fixed-top ul.nav.navbar-nav.navbar-right {
619     display: flex;
620 }
621
622
623 /* Notification Menu */
624 #topbar-first #nav-notifications-menu {
625     max-height: 400px;
626 }
627 #topbar-first #nav-notifications-menu a {
628     color: #555;
629     padding: 0;
630 }
631 #topbar-first #nav-notifications-menu li.notif-entry {
632     color: #555;
633     padding: 10px;
634     border-bottom: 1px solid #eee;
635     position: relative;
636     border-left: 3px solid #fff;
637     font-size: 12px;
638 }
639
640 #topbar-first #nav-notifications-menu li.notify-unseen {
641     border-left: 3px solid #f3fcfd;
642     background-color: #f3fcfd;
643 }
644 #topbar-first #nav-notifications-menu li.notif-entry:hover {
645     background-color: #f7f7f7;
646     /*border-left: 3px solid #6fdbe8;*/
647     border-left: 3px solid $link_color;
648 }
649 /*#topbar-first #nav-notifications-menu i.accepted {
650     color: #6fdbe8!important
651 }
652 #topbar-first #nav-notifications-menu i.declined {
653     color: #ff8989!important
654 }*/
655 #topbar-first #nav-notifications-menu li.placeholder {
656     border-bottom: none
657 }
658 #topbar-first #nav-notifications-menu .media .media-body {
659     font-size: 13px!important;
660     font-weight: 600!important;
661     cursor: pointer;
662 }
663 #topbar-first #nav-notifications-menu .media .media-body .contactname {
664     font-weight: bold;
665 }
666 #topbar-first #nav-notifications-menu .media .media-body .label {
667     padding: .1em .5em
668 }
669 #topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
670     height: 32px;
671     width: 32px;
672     border-radius: 3px;
673 }
674 /* The Top Nav Bar user menu */
675 #topbar-first .account .user-title {
676     text-align: right;
677     margin-top: 7px;
678 }
679 #topbar-first .account .user-title span {
680     color: $nav_icon_color;
681 }
682 #topbar-first .account #main-menu .nav-notify {
683     position: absolute;
684     top: 4px;
685     right: -2px;
686     background-color: #ff8989;
687 }
688 #myNavmenu li,
689 #myNavmenu a {
690     background-color: $nav_bg;
691     color: $nav_icon_color;
692 }
693 #myNavmenu li.nav-sitename {
694     font-weight: bold;
695 }
696 #topbar-first .dropdown.account > a,
697 #topbar-first .dropdown.account.open > a,
698 #topbar-first .dropdown.account > button,
699 #topbar-first .dropdown.account.open > button,
700 #topbar-first .dropdown.account > :hover,
701 #topbar-first .dropdown.account.open > :hover {
702     background-color: $nav_bg;
703 }
704 #topbar-first .dropdown.account li#nav-sitename {
705     padding-left: 15px;
706     padding-right: 15px;
707     font-weight: bold;
708     word-break: break-word;
709 }
710 #topbar-first .dropdown.account li#nav-sitename:hover {
711     border: none;
712     background-color: $nav_bg;
713 }
714 /* Nav Search */
715 #topbar-first #search-box .navbar-form {
716     margin: 0px;
717     padding: 10px 15px;
718 }
719 #search-mobile .navbar-form {
720     margin: 0;
721 }
722 #topbar-first #search-box .form-search {
723     height: 25px;
724     font-size: 13px;
725     background-position: 8px 4px;
726 }
727 #topbar-first #search-box .btn {
728     font-size: 10px;
729     padding: 1px 8px;
730 }
731
732 /* second topbar */
733 #topbar-second {
734     height: 40px;
735     top: 50px;
736     background-color: #fff;
737     z-index: 1029;
738     background-image: none;
739     -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
740     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
741     box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
742     border-bottom: 1px solid #d4d4d4
743 }
744 #topbar-second > .container {
745     height: 100%;
746 }
747 @media screen and (max-width: 767px) {
748     #topbar-second > .container,
749     #topbar-second #navbar-button {
750     padding: 0;
751     }
752 }
753 #topbar-second .dropdown-menu {
754     padding-top: 0;
755     padding-bottom: 0
756 }
757 #topbar-second .dropdown-menu .divider {
758     margin: 0
759 }
760 #topbar-second #space-menu-dropdown,
761 #topbar-second #search-menu-dropdown {
762     width: 400px
763 }
764 #topbar-second #space-menu-dropdown .media-list,
765 #topbar-second #search-menu-dropdown .media-list {
766     max-height: 400px;
767     overflow: auto
768 }
769 @media screen and (max-width: 768px) {
770     #topbar-second #space-menu-dropdown .media-list,
771     #topbar-second #search-menu-dropdown .media-list {
772         max-height: 200px
773     }
774 }
775 #topbar-second #space-menu-dropdown form,
776 #topbar-second #search-menu-dropdown form {
777     margin: 10px
778 }
779 #topbar-second #space-menu-dropdown .search-reset,
780 #topbar-second #search-menu-dropdown .search-reset {
781     position: absolute;
782     color: #999;
783     margin: 10px;
784     top: 8px;
785     right: 10px;
786     display: none;
787     cursor: pointer
788 }
789 #topbar-second .nav>li>a {
790     padding: 6px 13px 0;
791     text-decoration: none;
792     text-shadow: none;
793     font-weight: 600;
794     font-size: 10px;
795     text-transform: uppercase;
796     text-align: center;
797     min-height: 49px
798 }
799 #topbar-second .nav>li>a:hover,
800 #topbar-second .nav>li>a:active,
801 #topbar-second .nav>li>a:focus {
802     /*border-bottom: 3px solid #6fdbe8;*/
803     border-bottom: 3px solid $link_color;
804     background-color: #f7f7f7;
805     color: #555;
806     text-decoration: none
807 }
808 #topbar-second .nav>li>a i {
809     font-size: 14px
810 }
811 #topbar-second .nav>li>a .caret {
812     border-top-color: #7a7a7a
813 }
814 #topbar-second .nav>li>ul>li>a {
815     border-left: 3px solid #fff;
816     background-color: #fff;
817     color: #555
818 }
819 #topbar-second .nav>li>ul>li>a:hover,
820 #topbar-second .nav>li>ul>li>a.active {
821     /*border-left: 3px solid #6fdbe8;*/
822     border-left: 3px solid $link_color;
823     background-color: #f7f7f7;
824     color: #555
825 }
826 #topbar-second .nav>li.active>a {
827     min-height: 46px
828 }
829 #topbar-second .nav>li>a#space-menu {
830     padding-right: 13px;
831     border-right: 1px solid #ededed
832 }
833 #topbar-second .nav>li>a#search-menu {
834     padding-top: 15px
835 }
836 #topbar-second .nav>li>a:hover,
837 #topbar-second .nav .open>a,
838 #topbar-second .nav>li.active {
839     /*border-bottom: 3px solid #6fdbe8;*/
840     border-left: 3px solid $link_color;
841     background-color: #f7f7f7;
842     color: #555
843 }
844 #topbar-second .nav>li.active>a:hover {
845     border-bottom: none
846 }
847 #topbar-second #space-menu-dropdown li>ul>li>a>.media .media-body p {
848     color: #bebebe;
849     font-size: 11px;
850     margin: 0;
851     font-weight: 400
852 }
853 #topbar-second #nav-short-info .heading {
854     margin-left: -14px;
855     overflow: hidden;
856     white-space: nowrap;
857     padding-right: 20px;
858     text-overflow: ellipsis;
859 }
860 #topbar-second #tabmenu .heading {
861     overflow: hidden;
862     text-overflow: ellipsis;
863     white-space: nowrap;
864     color: $link_color;
865     text-align: center;
866 }
867
868 /* Dropdown Menus */
869 .nav > li > .btn-link {
870     position: relative;
871     display: block;
872     padding: 10px 15px;
873 }
874 .nav > li > .btn-link:focus,
875 .nav > li > .btn-link:hover {
876     text-decoration: none;
877     background-color: #eee;
878 }
879 .nav .open > .btn-link,
880 .nav .open > .btn-link:focus,
881 .nav .open > .btn-link:hover {
882     background-color: #eee;
883     border-color: #337ab7;
884 }
885 .nav-pills > li > .btn-link {
886     border-radius: 4px;
887 }
888 .nav-pills .dropdown-menu,
889 .nav-tabs .dropdown-menu,
890 .account .dropdown-menu,
891 .contact-photo-wrapper .dropdown-menu {
892     background-color: $nav_bg;
893     border: none
894 }
895 .nav-pills .dropdown-menu li.divider,
896 .nav-tabs .dropdown-menu li.divider,
897 .account .dropdown-menu li.divider,
898 .contact-photo-wrapper .dropdown-menu li.divider {
899     background-color: $menu_background_hover_color;
900     border-bottom: none;
901     margin: 9px 1px!important
902 }
903 .nav-pills .dropdown-menu li,
904 .nav-tabs .dropdown-menu li,
905 .account .dropdown-menu li,
906 .contact-photo-wrapper .dropdown-menu li {
907     border-left: 3px solid $nav_bg;
908 }
909 .nav-pills .dropdown-menu li a, .nav-pills .dropdown-menu li .btn-link,
910 .nav-tabs .dropdown-menu li a, .nav-tabs .dropdown-menu li .btn-link,
911 .account .dropdown-menu li a, .account .dropdown-menu li .btn-link,
912 .contact-photo-wrapper .dropdown-menu li a, .contact-photo-wrapper .dropdown-menu li .btn-link {
913     color: $nav_icon_color;
914     font-weight: 400;
915     font-size: 13px;
916     padding: 4px 15px;
917     text-transform: capitalize;
918     width: 100%;
919     text-align: left;
920 }
921 .nav-pills .dropdown-menu li a i, .nav-pills .dropdown-menu li .btn-link i,
922 .nav-tabs .dropdown-menu li a i, .nav-tabs .dropdown-menu li .btn-link i,
923 .account .dropdown-menu li a i, .account .dropdown-menu li .btn-link i,
924 .contact-photo-wrapper .dropdown-menu li a i, .contact-photo-wrapper .dropdown-menu li .btn-link i {
925     margin-right: 5px;
926     font-size: 14px;
927     display: inline-block;
928     width: 14px
929 }
930 .nav-pills .dropdown-menu li a:hover, .nav-pills .dropdown-menu li .btn-link:hover,
931 .nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown-menu li .btn-link:hover,
932 .account .dropdown-menu li a:hover, .account .dropdown-menu li .btn-link:hover,
933 .contact-photo-wrapper .dropdown-menu li a:hover, .contact-photo-wrapper .dropdown-menu li .btn-link:hover,
934 .nav-pills .dropdown-menu li a:visited, .nav-pills .dropdown-menu li .btn-link:visited,
935 .nav-tabs .dropdown-menu li a:visited, .nav-tabs .dropdown-menu li .btn-link:visited,
936 .account .dropdown-menu li a:visited, .account .dropdown-menu li .btn-link:visited,
937 .contact-photo-wrapper .dropdown-menu li a:visited, .contact-photo-wrapper .dropdown-menu li .btn-link:visited,
938 .nav-pills .dropdown-menu li a:hover, .nav-pills .dropdown-menu li .btn-link:hover,
939 .nav-tabs .dropdown-menu li a:hover, .nav-tabs .dropdown-menu li .btn-link:hover,
940 .account .dropdown-menu li a:hover, .account .dropdown-menu li .btn-link:hover,
941 .contact-photo-wrapper .dropdown-menu li a:hover, .contact-photo-wrapper .dropdown-menu li .btn-link:hover,
942 .nav-pills .dropdown-menu li a:focus, .nav-pills .dropdown-menu li .btn-link:focus,
943 .nav-tabs .dropdown-menu li a:focus, .nav-tabs .dropdown-menu li .btn-link:focus,
944 .account .dropdown-menu li a:focus, .account .dropdown-menu li .btn-link:focus,
945 .contact-photo-wrapper .dropdown-menu li a:focus, .contact-photo-wrapper .dropdown-menu li .btn-link:focus {
946     background: 0 0
947 }
948 .nav-pills .dropdown-menu li:hover,
949 .nav-tabs .dropdown-menu li:hover,
950 .account .dropdown-menu li:hover,
951 .contact-photo-wrapper .dropdown-menu li:hover,
952 .nav-pills .dropdown-menu li.selected,
953 .nav-tabs .dropdown-menu li.selected,
954 .account .dropdown-menu li.selected,
955 .contact-photo-wrapper .dropdown-menu li.selected {
956     /*border-left: 3px solid #6fdbe8;*/
957     border-left: 3px solid $link_color;
958     color: #fff!important;
959     background-color: $menu_background_hover_color !important;
960 }
961 .nav-pills.preferences .dropdown .dropdown-toggle,
962 .nav-pills.preferences > li > .btn {
963     color: #bebebe;
964 }
965 .nav-pills.preferences .dropdown.open .dropdown-toggle,
966 .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
967     background-color: $nav_bg;
968 }
969
970 .nav-pills.preferences .dropdown .dropdown-toggle,
971 .nav-pills.preferences > li > .btn {
972     padding: 2px 10px;
973 }
974
975 #newmember-tab > a {
976   font-size: 1.2em;
977   font-weight: 800;
978 }
979
980 /*
981  * Aside
982  *
983  */
984
985 aside .widget,
986 .nav-container .widget {
987     border: none;
988     color: #777;
989     /*background-color: #fff;*/
990     background-color: rgba(255,255,255,$contentbg_transp);
991     box-shadow: 0 0 3px #dadada;
992     -webkit-box-shadow: 0 0 3px #dadada;
993     -moz-box-shadow: 0 0 3px #dadada;
994     border-radius: 4px;
995     position: relative;
996     margin-bottom: 20px;
997     padding: 10px;
998     font-size: 13px;
999     overflow: auto;
1000 }
1001 aside .widget h3,
1002 .nav-container .widget h3 {
1003     font-weight: bold;
1004     font-size: 16px;
1005     margin: 0;
1006     padding-bottom: 20px;
1007 }
1008
1009 aside .widget ul,
1010 .nav-container .widget ul {
1011     padding: 0px;
1012     margin-top: 0px;
1013     margin-bottom: 0px;
1014     margin-left: -10px;
1015     margin-right: -10px;
1016     /*padding-left: 10px;*/
1017     list-style: none;
1018 }
1019
1020 aside .widget li,
1021 .nav-container .widget li {
1022     padding-top: 2px;
1023     padding-bottom: 2px;
1024     padding-left: 20px;
1025     padding-right: 10px;
1026 }
1027 aside .widget li:hover,
1028 aside .widget li.selected,
1029 .nav-container .widget li:hover {
1030     z-index: 2;
1031     color: #555;
1032     /*background-color: #f7f7f7;*/
1033     background-color: rgba(247, 247, 247, $contentbg_transp);
1034     /*border-left: 3px solid #6fdbe8!important;*/
1035     border-left: 3px solid $link_color !important;
1036     padding-left: 17px;
1037 }
1038 aside .widget li a,
1039 aside .widget li a:hover {
1040     color: #555;
1041 }
1042
1043 /* forumlist widget */
1044 aside > #datebrowse-sidebar li.posted-date-selector-months {
1045     margin-bottom: 10px;;
1046     padding: 0;
1047     width: 100%
1048 }
1049 aside > #datebrowse-sidebar li.posted-date-selector-months:hover {
1050     border-left: none !important;
1051     background-color: transparent !important;
1052 }
1053 aside > #datebrowse-sidebar .posted-date-selector-months > ul {
1054     margin: 0;
1055 }
1056 aside > #datebrowse-sidebar .posted-date-selector-months > ul > li{
1057     padding-left: 30px;
1058 }
1059 aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
1060     padding-left: 27px;
1061 }
1062
1063 /* help page widget */
1064 aside > .help-content-wrapper code, .help-aside-wrapper code {
1065     display: inline
1066 }
1067 aside > .help-aside-wrapper p strong:first-child {
1068     display: block;
1069     margin: 1em 0 0em;
1070 }
1071 aside > .help-aside-wrapper h1 {
1072     font-weight: bold;
1073     font-size: 16px;
1074     margin: 0;
1075     padding: 20px 0 10px;
1076 }
1077 aside > .help-aside-wrapper h2 {
1078     font-weight: bold;
1079     font-size: 14px;
1080 }
1081
1082 /* vcard / h-card */
1083 aside .vcard #profile-photo-wrapper{
1084     margin: 0;
1085 }
1086 aside .vcard img.u-photo,
1087 aside img.vcard-photo {
1088     width: 100%;
1089     border-radius: 3px;
1090 }
1091 aside .vcard .tool .action{
1092     position: absolute;
1093     top:20px;
1094     right: 20px;
1095     font-size: 32px;
1096     width: 45px;
1097     height: 45px;
1098     background: rgba(0,0,0,.50);
1099     text-align: center;
1100     border-radius: 3px;
1101     opacity: 0;
1102     -webkit-transition: all 0.25s ease-in-out;
1103     -moz-transition: all 0.25s ease-in-out;
1104     -o-transition: all 0.25s ease-in-out;
1105     -ms-transition: all 0.25s ease-in-out;
1106     transition: all 0.25s ease-in-out;
1107 }
1108 aside .vcard .tool a {
1109 color: rgba(255,255,255,.85);
1110 }
1111 aside .vcard #profile-photo-wrapper:hover .tool .action {
1112     opacity: 1;
1113 }
1114 aside .vcard #profile-photo-wrapper.crop-preview {
1115     padding: 0;
1116 }
1117 aside .vcard .profile-header {
1118     padding: 5px 0px 5px 0px;
1119 }
1120 aside .vcard .fn {
1121     font-weight: bold;
1122     padding: 5px 0px 5px 0px;
1123 }
1124 aside .vcard .p-addr {
1125     font-style: italic;
1126     overflow: hidden;
1127     text-overflow: ellipsis;
1128     white-space: nowrap;
1129     padding-bottom: 2px;
1130 }
1131
1132 aside .vcard .detail {
1133     display: table;
1134     padding: 5px 0;
1135 }
1136 aside .xmpp {
1137     display: table;
1138 }
1139 aside .vcard .icon {
1140     display: table-cell;
1141     padding-right: 10px;
1142     width: 30px;
1143 }
1144 #profile-extra-links {
1145     overflow: auto;
1146 }
1147 aside .vcard #dfrn-request-link-button,
1148 aside .vcard #wallmessage-link-botton {
1149     width: 50%;
1150     margin: 0 0 0 -5px;
1151     float: left;
1152     padding: 0 5px;
1153 }
1154 aside .vcard #dfrn-request-link,
1155 aside .vcard #wallmessage-link {
1156     width: 100%;
1157 }
1158 /* vcard-short-info */
1159 #vcard-short-info,
1160 #nav-short-info .contact-wrapper {
1161     margin-top: 2px;
1162     height: 40px;
1163     white-space: nowrap;
1164     overflow: hidden;
1165     padding-right: 20px;
1166     margin-left: -14px;
1167 }
1168 #nav-short-info .contact-photo-wrapper.media-left {
1169     float: left;
1170 }
1171 #vcard-short-photo-wrapper img,
1172 #nav-short-info .contact-wrapper img {
1173     height: 34px;
1174     width: 34px;
1175     border-radius: 3px;
1176 }
1177 #vcard-short-desc,
1178 #nav-short-info .contact-wrapper .media-body {
1179     display: block;
1180     height: 34px;
1181     width: 100%;
1182     text-overflow: ellipsis;
1183 }
1184 #vcard-short-desc > .media-heading,
1185 #vcard-short-desc > .vcard-short-addr,
1186 #nav-short-info .contact-wrapper .media-heading,
1187 #nav-short-info .contact-wrapper #contact-entry-url-network {
1188     text-overflow: ellipsis;
1189     overflow: hidden;
1190 }
1191 #vcard-short-desc > .media-heading,
1192 #nav-short-info .contact-wrapper .media-heading {
1193     margin-bottom: 1px;
1194     font-weight: bold;
1195 }
1196 #nav-short-info .contact-wrapper .media-heading a {
1197     color: #555;
1198     font-size: 14px !important;
1199 }
1200 #vcard-short-desc > .vcard-short-addr,
1201 #nav-short-info .contact-wrapper #contact-entry-url-network {
1202     color: #777;
1203     font-size: 12px;
1204 }
1205 .network-content-wrapper > #viewcontact_wrapper-network,
1206 #nav-short-info .contact-wrapper .contact-photo-overlay,
1207 #nav-short-info .contact-wrapper .contact-actions{
1208     display: none
1209 }
1210
1211 aside #peoplefind-sidebar input,
1212 aside #follow-sidebar input {
1213     height: 30px;
1214     background-position: 10px 5px;
1215 }
1216 aside #peoplefind-sidebar label,
1217 aside #follow-sidebar label {
1218     font-weight: normal;
1219 }
1220 aside #peoplefind-sidebar .form-group-search .form-button-search,
1221 aside #follow-sidebar .form-group-search .form-button-search {
1222     padding: 2px 8px;
1223 }
1224
1225 div#sidebar-group-header h3 {
1226     float: left;
1227 }
1228
1229 div#sidebar-group-list {
1230     clear: both;
1231 }
1232
1233 .group-new-form {
1234     clear: both;
1235 }
1236
1237 .group-edit-tool {
1238     color: #555;
1239 }
1240
1241 .faded-icon {
1242     color: #555;
1243     opacity: 0.3;
1244     transition: all 0.1s ease-in-out;
1245 }
1246 .faded-icon:hover {
1247     opacity: 1;
1248 }
1249 .icon-padding {
1250     margin-left: 20px;
1251 }
1252
1253 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1254 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1255     opacity: 1;
1256 }
1257 aside #group-sidebar li .group-checkbox {
1258     margin: 0;
1259 }
1260 aside #group-sidebar li .group-edit-tool {
1261     padding-right: 10px;
1262 }
1263 aside #group-sidebar li .group-edit-tool:first-child {
1264     padding-right: 0px;
1265 }
1266
1267 /* contact block widget */
1268 #contact-block .contact-block-content {
1269     clear: both;
1270     overflow: auto;
1271     height: auto;
1272 }
1273 #contact-block .contact-block-div {
1274     float: left;
1275     margin: 0px 5px 5px 0px;
1276 /*    height: 90px;
1277     width: 90px;*/
1278 }
1279 #contact-block contact-block-link {
1280
1281 }
1282 #contact-block .contact-block-img {
1283     height: 75px;
1284     width: 75px;
1285     border-radius: 4px;
1286 }
1287
1288 /* Tag cloud widget */
1289 .tagblock.widget > .tag-cloud {
1290     text-align: center;
1291 }
1292 /* Section */
1293 section ul.tabs {
1294     display: none !important;
1295 }
1296
1297 /* Jot */
1298 section #jotOpen {
1299     display: none;
1300 }
1301 #jotOpen {
1302     margin-top: 3px;
1303     float: right;
1304 }
1305 #jot-content {
1306     display: none;
1307 }
1308 .jothidden {
1309     /*display: none;*/
1310 }
1311 #jot-modal .modal-header a, #jot-modal .modal-header .btn-link,
1312 #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link {
1313     color: #555;
1314     text-transform: capitalize;
1315 }
1316 #jot-modal .modal-header {
1317     border-bottom: none;
1318 }
1319 #jot-title-wrap, #jot-category-wrap {
1320     margin-bottom: 5px;
1321 }
1322 #jot-text-wrap {
1323     margin-top: 20px;
1324 }
1325 #jot-text-wrap textarea {
1326     min-height: 100px;
1327 }
1328 #profile-jot-wrapper button#profile-jot-submit {
1329     margin-top: 5px;
1330 }
1331 #profile-jot-wrapper #character-counter {
1332     padding: 10px 15px;
1333 }
1334
1335 /* ACL */
1336 /*#jot-modal-body {
1337     height: auto;
1338     max-height: calc(100vh - 130px);
1339     overflow-y: hidden;
1340 }*/
1341 #acl-search {
1342     margin-top: 20px;
1343     /*padding: 8px;*/
1344     /*border: 1px solid #ccc;*/
1345     width: 100%;
1346 }
1347 #acl-list {
1348     display: block;
1349     border: 1px solid #ccc;
1350     overflow: auto;
1351     clear: both;
1352     min-height: 62px;
1353     margin-top: 20px;
1354     padding: 10px 10px 0px 0px;
1355     -webkit-border-radius: 4px;
1356     -moz-border-radius: 4px;
1357     border-radius: 4px;
1358 }
1359 #acl-list-content {
1360     overflow-y: auto;
1361     max-height: calc(100vh - 330px);
1362     height: auto !important;
1363 }
1364 .acl-list-item {
1365     width: 48%;
1366     width: calc(50% - 10px);
1367     border: 1px solid #ccc;
1368     margin: 0px 0px 10px 10px;
1369     padding: 5px;
1370     float: left;
1371     -webkit-border-radius: 4px;
1372     -moz-border-radius: 4px;
1373     border-radius: 4px;
1374 }
1375 .acl-list-item img {
1376     width: 40px;
1377     height: 40px;
1378     float: left;
1379     margin-right: 5px;
1380     -webkit-border-radius: 4px;
1381     -moz-border-radius: 4px;
1382     border-radius: 4px;
1383 }
1384 .acl-list-item p {
1385     margin: 0px;
1386     white-space: nowrap;
1387     overflow: hidden;
1388     text-overflow: ellipsis;
1389 }
1390 .acl-list-item.groupshow {
1391     background-color: #8DB255
1392 }
1393 .acl-list-item.grouphide {
1394     background-color: #E68364;
1395 }
1396 .acl-button-show, .acl-button-hide {
1397     float: right;
1398     margin-left: 5px;
1399 }
1400 #acl-showall.selected {
1401     background-color: #4CAF50;
1402     color: #fff;
1403 }
1404 .acl-button-show.selected {
1405     background-color: #4CAF50;
1406     color: #fff;
1407 }
1408 .acl-button-hide.selected {
1409     background-color: #F44336;
1410     color: #fff;
1411 }
1412
1413 /* Filebrowser */
1414 .fbrowser .breadcrumb {
1415     margin-bottom: 0px;
1416 }
1417 .fbrowser .path a:before {
1418     content: "";
1419     padding: 0;
1420 }
1421 .fbrowser .breadcrumb > li:last-of-type a{
1422     color: #777;
1423     pointer-events: none;
1424     cursor: default;
1425 }
1426 .fbrowser .folders {
1427     box-shadow: -1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
1428     padding-right: 1px;
1429 }
1430 .fbrowser .folders ul {
1431     padding: 0px;
1432     margin-left: -15px;
1433     margin-bottom: 0px;
1434     overflow-y: auto;
1435     min-width: 100px;
1436     max-height: calc(100vh - 210px);
1437     line-height: 1.3;
1438 }
1439 @media (min-width: 768px) {
1440     .fbrowser .folders ul {
1441         max-height: calc(100vh - 255px);
1442     }
1443 }
1444 .fbrowser .folders li {
1445     padding-left: 20px;
1446     padding-right: 10px;
1447     padding-top: 3px;
1448     padding-bottom: 3px;
1449 }
1450 .fbrowser .folders li:hover {
1451     z-index: 2;
1452     color: #555;
1453     background-color: rgba(247, 247, 247, $contentbg_transp);
1454     border-left: 3px solid $link_color !important;
1455     padding-left: 17px;
1456 }
1457 .fbrowser .folders li a,
1458 .fbrowser .folders li a:hover {
1459     color: #555;
1460     font-size: 13px;
1461 }
1462 .fbrowser .folders + .list {
1463     padding-left: 10px;
1464 }
1465 .fbrowser .fbrowser-content-container {
1466     overflow-y: auto;
1467     max-height: calc(100vh - 175px);
1468 }
1469 @media (min-width: 768px) {
1470     .fbrowser .fbrowser-content-container {
1471         max-height: calc(100vh - 220px);
1472     }
1473 }
1474 .fbrowser.image .photo-album-image-wrapper {
1475     box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
1476 }
1477 .fbrowser .profile-rotator-wrapper {
1478     min-height: 200px;
1479 }
1480 .fbrowser .fa-spin {
1481    position: absolute;
1482    left: 45%;
1483    top: 40%;
1484    font-size: 48px;
1485    margin:0px auto;
1486 }
1487
1488 /*
1489 /* Stream
1490 */
1491 .panel {
1492     border: none;
1493     /*background-color: #fff;*/
1494     background-color: rgba(255,255,255,$contentbg_transp);
1495     box-shadow: 0 0 3px #dadada;
1496     -webkit-box-shadow: 0 0 3px #dadada;
1497     -moz-box-shadow: 0 0 3px #dadada;
1498     border-radius: 4px;
1499     position: relative;
1500 }
1501 .panel.panel-inline {
1502     margin-left: -15px;
1503     margin-right: -15px;
1504     margin-top: 15px;
1505     padding: 15px;
1506 }
1507 .panel .panel-body {
1508     padding: 15px;
1509     font-size: 14px;
1510 }
1511 .panel .panel-body .wall-item-content {
1512     color: #555;
1513 }
1514 .tread-wrapper .media {
1515     overflow: visible;
1516     word-wrap: break-word;
1517 }
1518 aside .panel-body {
1519     padding: 0px;
1520 }
1521
1522 /* Thread hover effects */
1523 .wall-item-container .wall-item-content a,
1524 .wall-item-container a,
1525 .wall-item-container .fakelink,
1526 .toplevel_item .fakelink,
1527 .toplevel_item .wall-item-container .wall-item-responses a {
1528     color: #555;
1529     -webkit-transition: all 0.25s ease-in-out;
1530     -moz-transition: all 0.25s ease-in-out;
1531     -o-transition: all 0.25s ease-in-out;
1532     -ms-transition: all 0.25s ease-in-out;
1533     transition: all 0.25s ease-in-out;
1534 }
1535
1536 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1537 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1538 .toplevel_item:hover .wall-item-content a,
1539 .toplevel_item:hover .wall-item-name,
1540 .wall-item-container:hover .wall-item-content a,
1541 .wall-item-container:hover .wall-item-name,
1542 .wall-item-container:hover .wall-item-location a {
1543     /*color: #6fdbe8;*/
1544     color: $link_color;
1545     -webkit-transition: all 0.25s ease-in-out;
1546     -moz-transition: all 0.25s ease-in-out;
1547     -o-transition: all 0.25s ease-in-out;
1548     -ms-transition: all 0.25s ease-in-out;
1549     transition: all 0.25s ease-in-out;
1550 }
1551
1552 /* wall items */
1553 .wall-item-container {
1554     position: relative;
1555 }
1556
1557 /* wall items contact photo */
1558 .contact-photo {
1559     height: 48px;
1560     width: 48px;
1561     border-radius: 3px;
1562     /*maybe some adional stuff is needed for the different screen sizes */
1563 }
1564 .contact-photo-image-wrapper {
1565     width: 100%;
1566     height: 100%;
1567     overflow: hidden;
1568     position: relative;
1569     text-align: center;
1570 }
1571 .contact-photo-overlay {
1572     width: 100%;
1573     height: 100%;
1574     position: absolute;
1575     overflow: hidden;
1576     top: 0;
1577     left: 0;
1578     border-radius: 3px;
1579     background:rgba(0,0,0,.50);
1580     text-align:center;
1581     opacity:0;
1582     -webkit-transition: opacity .25s ease;
1583     -moz-transition: opacity .25s ease;
1584 }
1585 .contact-photo-overlay:hover {
1586     opacity: 1;
1587 }
1588 .contact-photo-overlay-content {
1589     font-size: 26px;
1590     text-shadow: 1px 1px 1px #ccc;
1591     color:rgba(255,255,255,.85);
1592     height: 100%;
1593     vertical-align: bottom;
1594 }
1595 .contact-photo-xs{
1596     height: 38px;
1597     width: 38px;
1598     border-radius: 3px;
1599 }
1600 .wwto .contact-photo {
1601     width: auto;
1602     height: 25px;
1603     font-size: 8.8px;
1604     padding: 3.6px 0;
1605     border-radius: 2px;
1606     position: absolute;
1607     top: 30px;
1608     left: 30px;
1609     display: inline-block;
1610 }
1611
1612 /* wall items action dropdown menu */
1613 .nav-pills.preferences {
1614     position: absolute;
1615     right: 15px;
1616     top: 10px;
1617 }
1618 .comment .nav-pills.preferences {
1619     right: 0px;
1620     top: 0px;
1621 }
1622 .wall-item-network {
1623     font-size: 13px;
1624 }
1625
1626 /* wall items contact info */
1627 .media .media-body {
1628     font-size: 13px;
1629 }
1630 .media .media-body h4.media-heading {
1631     font-size: 14px;
1632     font-weight: 500;
1633     color: #555;
1634 }
1635 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1636     display: block;
1637 }
1638 .media .contact-info-comment {
1639     display: table-cell;
1640 }
1641 .media .contact-info-xs h5,
1642 .media .contact-info-comment {
1643     margin: 0 0 5px;
1644 }
1645 .media-heading {
1646     margin: 0 0 5px;
1647 }
1648 .wall-item-name,
1649 .shared-author {
1650     font-size: 15px;
1651     font-weight: bold;
1652 }
1653 .wall-item-name.xs {
1654     font-weight: 700;
1655     font-size: 14px;
1656 }
1657
1658 /* The lock symbol popup */
1659 #panel {
1660     position: absolute;
1661     list-style: none;
1662     background-color: $nav_bg;
1663     border: none;
1664     border-radius: 3px;
1665     float: left;
1666     min-width: 160px;
1667     max-width: 220px;
1668     padding: 10px ;
1669     margin: 2px 0 0;
1670     font-size: 14px;
1671     text-align: left;
1672     color: $nav_icon_color;
1673     z-index: 1000;
1674 }
1675
1676 /* Space between content and head */
1677 .wall-spacer {
1678     height: 10px;
1679 }
1680
1681 /* wall items content */
1682 .wall-item-content {
1683     word-break: break-word;
1684 }
1685 .wall-item-content img {
1686     max-height: 480px;
1687     object-fit: contain;
1688 }
1689 .wall-item-body > img,
1690 .wall-item-body > a > img {
1691     border-radius: 3px;
1692 }
1693 .wall-item-body .body-attach > a {
1694     color: #555;
1695     display: inline-block;
1696 }
1697 .wall-item-body .body-attach > a div {
1698     color: #555;
1699     width: 20px;
1700 }
1701
1702 /* wall-item content elements */
1703 .shared-wrapper,
1704 .vevent {
1705     padding: 10px;
1706     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1707 }
1708 @media screen and (max-width: 767px) {
1709     .shared-wrapper,
1710     .vevent {
1711     margin-left: 0px;
1712     margin-right: 0px;
1713     }
1714 }
1715 .shared-wrapper:hover,
1716 .vevent:hover {
1717     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1718 }
1719 .shared_header {
1720     margin-left: 0px;
1721     margin-top: 0px;
1722     padding-top: 0px;
1723     margin-bottom: 10px;
1724     border-top: none;
1725     color: inherit;
1726 }
1727 blockquote.shared_content {
1728     padding: 0px;
1729     margin-left: 0px;
1730     color: inherit;
1731 }
1732 code > .hl-main {
1733     padding: 10px 10px 1px 0;
1734 }
1735 .hl-main ol {
1736     line-height: 1.7;
1737 }
1738 .type-link img.attachment-image {
1739     width: 100%;
1740 }
1741 .type-link blockquote, .type-video blockquote {
1742     margin: 0;
1743     padding: 10px 0;
1744 }
1745 .oembed.video .embed_video > div::before {
1746     font-family: FontAwesome;
1747     font-weight: normal;
1748     font-style: normal;
1749     display: inline-block;
1750     text-decoration: inherit;
1751     vertical-align: top;
1752     font-size: 3em;
1753     content: "\f01d";
1754     color: #fff;
1755     bottom: 0px;
1756     right: 10px;
1757     position: absolute;
1758 }
1759 .oembed.video .embed_video > div {
1760     background-color: rgba(0,0,0,0.2);
1761     -webkit-transition: all 0.25s ease-in-out;
1762     -moz-transition: all 0.25s ease-in-out;
1763     -o-transition: all 0.25s ease-in-out;
1764     -ms-transition: all 0.25s ease-in-out;
1765     transition: all 0.25s ease-in-out;
1766 }
1767 .oembed.video .embed_video > div:hover {
1768     background-color: rgba(0,0,0,0);
1769 }
1770 .wall-item-tags,
1771 .itemedited {
1772     margin-top: 10px;
1773     font-size: 13px;
1774 }
1775
1776 .wall-item-tags a {
1777     color: #555;
1778 }
1779
1780 .wall-item-tags a:hover {
1781     text-decoration: none;
1782 }
1783 .wall-item-bottom .label,
1784 .wall-item-bottom .label a {
1785     color: #fff;
1786 }
1787
1788 /* item social action buttons */
1789 .wall-item-actions {
1790     margin-top: 15px;
1791 }
1792 .wall-item-actions, .wall-item-actions a, .wall-item-actions button {
1793     font-size: 13px;
1794     color: #555;
1795     margin-bottom: 0;
1796 }
1797 .wall-item-actions .active {
1798     font-weight: bold;
1799 }
1800 .wall-item-actions .active:hover {
1801     color: $link_color;
1802 }
1803 .wall-item-actions-left {
1804     display: table-cell;
1805     vertical-align: middle;
1806 }
1807 .wall-item-actions-right {
1808     display: flex;
1809 }
1810 .wall-item-actions .checkbox {
1811     margin: 0;
1812     margin-left: 20px;
1813 }
1814 .wall-item-actions .button-event {
1815     padding-left: 5px;
1816     padding-right: 5px;
1817 }
1818 .wall-item-actions .button-comments,
1819 .wall-item-actions .button-votes,
1820 .wall-item-actions .button-likes {
1821     text-transform: capitalize;
1822 }
1823 .wall-item-actions button:hover {
1824     color: #555;
1825     text-decoration: underline;
1826 }
1827 .wall-item-actions .separator {
1828     margin: 0 .3em;
1829 }
1830
1831 /* wall item hover effects */
1832 .wall-item-container .wall-item-links,
1833 .wall-item-container .wall-item-actions,
1834 .wall-item-container .body-attach > a {
1835     opacity: 0.3;
1836     -webkit-transition: all 0.25s ease-in-out;
1837     -moz-transition: all 0.25s ease-in-out;
1838     -o-transition: all 0.25s ease-in-out;
1839     -ms-transition: all 0.25s ease-in-out;
1840     transition: all 0.25s ease-in-out;
1841 }
1842 .wall-item-container:hover .wall-item-links,
1843 .wall-item-container:hover .wall-item-actions,
1844 .wall-item-container:hover .body-attach > a {
1845     opacity: 0.6;
1846     -webkit-transition: all 0.25s ease-in-out;
1847     -moz-transition: all 0.25s ease-in-out;
1848     -o-transition: all 0.25s ease-in-out;
1849     -ms-transition: all 0.25s ease-in-out;
1850     transition: all 0.25s ease-in-out;
1851 }
1852 .wall-item-container .wall-item-body .body-attach > a:hover {
1853     opacity: 1;
1854 }
1855
1856 /*
1857 /* Comments
1858 */
1859 .well {
1860     border: none;
1861     box-shadow: none;
1862     /*background-color: #ededed;*/
1863     background-color: rgba(237, 237, 237, $contentbg_transp);
1864     background-image: none;
1865     margin-bottom: 1px;
1866 }
1867 .well-small {
1868     padding: 10px;
1869     border-radius: 3px;
1870 }
1871 .well hr {
1872     margin: 15px 0 10px;
1873     border-top: 1px solid #d9d9d9;
1874 }
1875 .wall-entry .well {
1876     margin-bottom: 0;
1877 }
1878 .comment-container {
1879     margin-top: 10px;
1880     margin-bottom: 0px;
1881     border-top-left-radius: 3px;
1882     border-top-right-radius: 3px;
1883     border-bottom-right-radius: 0px;
1884     border-bottom-left-radius: 0px;
1885 }
1886 .comment .media {
1887     position: relative!important;
1888     margin-top: 0;
1889 }
1890 .hide-comments-outer-wrapper {
1891 /*    text-align: center;
1892     margin-top: -18px;*/
1893 }
1894 .hide-comments-total {
1895     cursor: pointer;
1896 }
1897
1898 /*
1899 * Comment Box
1900 */
1901 .thread_level_2 .wall-item-comment-wrapper {
1902     padding-right: 5px;
1903 }
1904 .comment-edit-submit-wrapper {
1905     margin-bottom: 25px;
1906 }
1907 .comment-edit-submit-wrapper a,
1908 .comment-edit-submit-wrapper a:hover {
1909     padding-top: 5px !important;
1910     padding-bottom: 5px !important;
1911 }
1912 .comment-icon-list > li > .icon,
1913 .comment-icon-list > li > .icon:hover {
1914     color: #555;
1915     background-color: transparent;
1916 }
1917
1918 /* acpopup  + textcompletion*/
1919 .acpopup {
1920     /* max-height: 150px; */
1921     background-color: #ffffff;
1922     border-radius: 4px;
1923     overflow: auto;
1924     z-index: 100000;
1925     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1926 }
1927 nav .acpopup {
1928     /*top: 35px !important;*/
1929     margin-left: -23px;
1930 }
1931 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1932  at the beginning of this file to get rid of the !important */
1933 .textcomplete-item > a {
1934     color: #555 !important;
1935     padding: 5px 20px !important;
1936 }
1937 .textcomplete-item.active > a {
1938     background-color: rgb(247, 247, 247) !important;
1939     background-image: none !important;
1940     border-left: 3px solid $link_color;
1941     padding-left: 17px !important;
1942 }
1943 .textcomplete-item a .forum {
1944     color: $link_color;
1945 }
1946 img.acpopup-img {
1947     border-radius: 4px;
1948  }
1949
1950
1951 /* The wall-item thread levels */
1952 /*.wall-item-container.thread_level_3 {
1953   margin-left: 80px;
1954   width: calc(100% - 90px);
1955 }
1956 .wall-item-container.thread_level_4 {
1957   margin-left: 95px;
1958   width: calc(100% - 105px);
1959 }
1960 .wall-item-container.thread_level_5 {
1961   margin-left: 110px;
1962   width: calc(100% - 120px);
1963 }
1964 .wall-item-container.thread_level_6 {
1965   margin-left: 125px;
1966   width: calc(100% - 135px);
1967 }
1968 .wall-item-container.thread_level_7 {
1969   margin-left: 140px;
1970   width: calc(100% - 150px);
1971 }*/
1972
1973 .wall-item-container.thread_level_3,
1974 .wall-item-container.thread_level_4,
1975 .wall-item-container.thread_level_5,
1976 .wall-item-container.thread_level_6,
1977 .wall-item-container.thread_level_7 {
1978   margin-left: 15px;
1979
1980 }
1981 /* Menubar Tabs */
1982 section > .tabbar-wrapper {
1983 /* The tabbar shouldn't' be visibile inside
1984 the section element. Only after we have
1985 moved it to the nav through js */
1986     display: none !important;
1987 }
1988 #tabmenu,
1989 .tabbar-wrapper,
1990 .tabbar,
1991 .tabbar > li {
1992     height: 100%;
1993     /*margin-left: -15px;*/
1994     padding: 0;
1995 }
1996 #tabmenu .search-heading {
1997     overflow: hidden;
1998     text-overflow: ellipsis;
1999     white-space: nowrap;
2000 }
2001 ul.tabs {
2002     list-style: none;
2003     height: 100%;
2004     padding: 0;
2005     padding-top: 10px;
2006     margin: 0;
2007 }
2008 ul.tabs li {
2009     float: left;
2010     margin: 0;
2011     padding: 0;
2012     /*border-bottom: 0 solid #6fdbe8;*/
2013     border-bottom: 0 solid $link_color;
2014     font-size: 13px;
2015     height: 102%;
2016     transition: all .15s ease;
2017 }
2018 /*ul.tabs.visible-xs > li.active {
2019     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
2020 }*/
2021 ul.tabs li a {
2022     margin-left: 10px;
2023     margin-right: 10px;
2024     /*color: #6fdbe8;*/
2025     color: $link_color !important;
2026 }
2027 ul.tabs li:hover, ul.tabs li.active {
2028     border-bottom-width: 4px;
2029 }
2030 ul.tabbar ul.tabs-extended li.active {
2031     width: 100%;
2032     border-bottom-width: 2px;
2033 }
2034 ul.tabbar ul.tabs-extended li.active a {
2035     background: none;
2036 }
2037 ul.dropdown-menu li:hover {
2038     border-bottom-width: 0;
2039 }
2040
2041
2042 /* Dropdown Menu */
2043 .dropdown-menu li a,
2044 .dropdown-menu li .btn-link {
2045     font-size: 13px!important;
2046     font-weight: 600!important;
2047 }
2048 .dropdown-menu li > :hover,
2049 .dropdown-menu li > :visited,
2050 .dropdown-menu li > :focus {
2051     background: 0 0;
2052 }
2053
2054 .dropdown-menu li:first-child {
2055     margin-top: 3px;
2056 }
2057
2058 /* Notificaiotn badges */
2059 .nav-notify .show {
2060     display: block;
2061 }
2062
2063 /* Media Classes */
2064 .media .time,
2065 .media .shared-time,
2066 .media .location,
2067 .media .location a {
2068     font-size: 11px;
2069     color: #bebebe;
2070 }
2071 .media-list > li {
2072     padding: 10px;
2073     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2074     position: relative;
2075 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
2076     border-left: 3px solid rgba(255,255,255,0);
2077     font-size: 12px;
2078 }
2079 .media-list > li:hover,
2080 .media-list > li.selected,
2081 .media-list > li.active {
2082     border-left: 3px solid $link_color;
2083     background-color: rgba(247, 247, 247, $contentbg_transp);
2084 }
2085
2086 /* Forms */
2087 .form-control {
2088     border: 2px solid #ededed;
2089     box-shadow: none;
2090 }
2091 .form-control:focus {
2092     /*border: 2px solid #6fdbe8;*/
2093     border: 2px solid $link_color;
2094     outline: 0;
2095     box-shadow: none;
2096 }
2097
2098
2099 .checkbox input[type="checkbox"]:focus + label::before,
2100 .checkbox input[type="radio"]:focus + label::before {
2101     /*border: 2px solid #6fdbe8;*/
2102     border: 2px solid $link_color;
2103     outline: 0;
2104     box-shadow: none;
2105 }
2106
2107 /* Search form */
2108 .form-control.form-search {
2109     border-radius: 30px;
2110     background-image: url(img/icon_search16x16.png);
2111     background-repeat: no-repeat;
2112     background-position: 10px 8px;
2113     padding-left: 34px;
2114 }
2115 .form-group-search {
2116     position: relative;
2117     width: 100%;
2118 }
2119
2120 .form-group-search .form-button-search {
2121     position: absolute;
2122     top: 4px;
2123     right: 4px;
2124     border-radius: 30px;
2125 }
2126 .search-input.form-control.form-search {
2127     width: 100%;
2128 }
2129 .search-heading {
2130     text-align: center;
2131     color: $link_color;
2132     font-size: 20px;
2133 }
2134 .search-content-wrapper > #search-header-wrapper {
2135     display: none;
2136 }
2137 .search-content-wrapper > .section-title-wrapper {
2138     display: none;
2139 }
2140 #navbar-button > #search-save-form > #search-save {
2141     margin-top: 3px;
2142 }
2143 /* Section-Content-Wrapper */
2144 #search-header-wrapper {
2145     padding: 15px;
2146     padding-bottom: 20px;
2147     margin-bottom: 20px;
2148     border: none;
2149     /*background-color: #fff;*/
2150     background-color: rgba(255,255,255,$contentbg_transp);
2151     border-radius: 4px;
2152     position: relative;
2153     /*overflow: hidden;*/
2154     color: #555;
2155     box-shadow: 0 0 3px #dadada;
2156     -webkit-box-shadow: 0 0 3px #dadada;
2157     -moz-box-shadow: 0 0 3px #dadada;
2158 }
2159
2160 /* *******
2161  * PAGES
2162  *********/
2163
2164 .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper,
2165  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
2166 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
2167 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
2168 .message-content-wrapper, .apps-content-wrapper, 
2169 #adminpage, .delegate-content-wrapper, .uexport-content-wrapper,
2170 .viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
2171 .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
2172 .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper,
2173 .fsuggest-content-wrapper {
2174     min-height: calc(100vh - 150px);
2175     padding: 15px;
2176     padding-bottom: 20px;
2177     margin-bottom: 20px;
2178     border: none;
2179     /*background-color: #fff;*/
2180     background-color: rgba(255,255,255,$contentbg_transp);
2181     border-radius: 4px;
2182     position: relative;
2183     /*overflow: hidden;*/
2184     color: #555;
2185     box-shadow: 0 0 3px #dadada;
2186     -webkit-box-shadow: 0 0 3px #dadada;
2187     -moz-box-shadow: 0 0 3px #dadada;
2188 }
2189
2190 .section-title-wrapper {
2191     overflow: hidden;
2192 }
2193 /* Home and Login Page */
2194 body.mod-home nav.navbar .nav>li>a:hover {
2195     background-color: rgba(255,255,255,0.2);
2196 }
2197 body.mod-home .navbar #nav-login,
2198 body.mod-login .navbar #nav-login {
2199     display: none;
2200 }
2201 /* Profile-page */
2202 #profile-content-standard,
2203 #profile-content-advanced {
2204     overflow: hidden;
2205 }
2206 #profile-menu {
2207     margin-top: 20px;
2208     margin-bottom: 20px;
2209 }
2210 .contact-block-div.forumlist-profile-advanced {
2211     float: left;
2212 }
2213
2214 /* contacts page */
2215 ul.viewcontact_wrapper {
2216     margin-left: -15px;
2217     margin-right: -15px;
2218 }
2219 ul.viewcontact_wrapper > li {
2220     padding-left: 15px;
2221 }
2222 .contact-wrapper {
2223 /*    padding: 10px;
2224     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
2225     position: relative;*/
2226     /*border-left: 3px solid white;*/
2227 }
2228 .contact-wrapper .contact-photo-wrapper button {
2229     padding: 0;
2230 }
2231 .contact-wrapper.media {
2232     overflow: visible;
2233     word-wrap: break-word;
2234     margin-top: 0;
2235 }
2236 /* bootstrap hack for .media */
2237 .contact-wrapper.media .media-body {
2238     display: table-cell;
2239     width: 10000px;
2240     *width: auto;
2241     *zoom: 1;
2242 }
2243 .contact-wrapper.media:before, .media:after {
2244     content: "";
2245     display: table;
2246 }
2247 .contact-wrapper.media:after {
2248     clear: both;
2249 }
2250 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
2251     height: 80px;
2252     width: 80px;
2253 }
2254 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
2255     height: 48px;
2256     width: 48px;
2257 }
2258 .contact-wrapper .contact-photo-overlay-content.xl {
2259     font-size: 48px;
2260 }
2261 .contact-wrapper .contact-photo-menu {
2262     top: auto;
2263 }
2264
2265 .contact-entry-desc {
2266     color: #555;
2267 }
2268 .contact-entry-checkbox {
2269     margin-top: -20px;
2270 }
2271 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
2272     font-weight: bold !important;
2273     color: $link_color;
2274     font-size: 15px !important;
2275 }
2276 .contact-wrapper .contact-actions {
2277     display: flex;
2278 }
2279 .contact-wrapper .contact-action-link,
2280 .contact-wrapper .contact-action-link:hover,
2281 .textcomplete-item .contact-wrapper .contact-action-link {
2282     padding: 0 5px;
2283     color: #555;
2284     border: 0;
2285 }
2286 .contact-wrapper .contact-action-link {
2287     opacity: 0.1;
2288     transition: all 0.25s ease-in-out;
2289 }
2290 ul li:hover .contact-wrapper .contact-action-link {
2291     opacity: 0.8;
2292     transition: all 0.25s ease-in-out;
2293 }
2294 ul li:hover .contact-wrapper .contact-action-link:hover {
2295     opacity: 1;
2296 }
2297 #contacts-search-wrapper,
2298 #directory-search-wrapper{
2299     padding: 10px 0;
2300 }
2301 #contact-drop-confirm .contact-actions,
2302 #contact-drop-confirm .contact-photo-overlay,
2303 #contact-drop-confirm .contact-photo-menu {
2304     display: none;
2305 }
2306 #contact-drop-confirm #confirm-form {
2307     margin-top: 20px;
2308 }
2309
2310 /* contact-edit */
2311 #contact-edit-actions {
2312     position: absolute;
2313 }
2314 #contact-edit-status-wrapper {
2315     border: none;
2316     background-color: #E1F5FE;
2317     margin: 15px -15px;
2318 }
2319 #contact-edit-tools {
2320     margin-left: -15px;
2321     margin-right: -15px;
2322 }
2323 #contact-edit-tools > .panel {
2324     padding-left: 15px;
2325     padding-right: 15px;
2326 }
2327 #contact-edit-settings {
2328     display: block;
2329     margin: 0;
2330 }
2331
2332 /* directory page */
2333 #directory-search-heading {
2334     padding-top: 10px;
2335 }
2336
2337 /* group edit page */
2338 .group-actions {
2339     margin-top: 4px;
2340     margin-bottom: 10px;
2341     font-size: 30px;
2342 }
2343 .group-actions button,
2344 .group-actions a {
2345     font-size: 18px;
2346 }
2347
2348 .contact-group-actions .fa-times-circle { color: #D00000;}
2349 .contact-group-actions .fa-plus-circle { color: #008000;}
2350
2351 #group-edit-wrapper {
2352     margin-top: 14px;
2353     display: none;
2354 }
2355 #group-edit-header {
2356     display: block;
2357 }
2358 #group-update-wrapper .contact-photo-overlay {
2359     display: none;
2360 }
2361 #group-update-wrapper .viewcontact_wrapper .contact-group-actions {
2362     height: 100%;
2363     margin-top: -10px;
2364     display: flex;
2365 }
2366 #group-update-wrapper .viewcontact_wrapper .contact-group-link {
2367     opacity: 0.8;
2368     font-size: 20px;
2369     line-height: 50px;
2370 }
2371 #group-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
2372     opacity: 1;
2373 }
2374 #group-update-wrapper .shortmode {
2375     height: 53px;
2376     overflow: hidden;
2377 }
2378 #group-update-wrapper .shortmode .contact-photo {
2379     height: 32px;
2380     width: 32px;
2381 }
2382 #group-update-wrapper .shortmode .media {
2383     overflow: hidden;
2384 }
2385 #group-update-wrapper .shortmode .contact-entry-desc {
2386     font-size: 12px !important;
2387 }
2388 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading {
2389     margin: 0;
2390 }
2391 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading a {
2392     font-size: 13px !important;
2393     white-space: nowrap;
2394 }
2395 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-rel,
2396 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-network {
2397     display: none;
2398 }
2399
2400 /* private mail */
2401 .message-content-wrapper > li {
2402 /* we need this overwriting because we have no template file
2403    for the general mail page /message
2404 */
2405     list-style-type: none;
2406 }
2407 .mail-thread {
2408     max-height: calc(100vh - 200px);
2409 }
2410 #mail-conversation {
2411     overflow-y: auto;
2412     max-height: calc(100vh - 400px);
2413     max-height: auto;
2414     /*height: 500px;*/
2415     margin-bottom: 0px;
2416     padding: 0 15px;
2417 }
2418 #mail-conversation.can-reply {
2419 /*    border-bottom-left-radius: 0px;
2420     border-bottom-right-radius: 0px;*/
2421 }
2422 .mail-conv-wrapper .media .contact-photo-wrapper img {
2423     height: 48px;
2424     width: 48px;
2425 }
2426 .mail-thread #prvmail-to-label,
2427 .mail-thread #prvmail-subject-label {
2428     display: none;
2429 }
2430 .mail-thread #prvmail-message-label > label {
2431     display:none;
2432 }
2433 .mail-thread #prvmail-message-label textarea {
2434 /*    border-top: none;
2435     margin-top: -10px;
2436     border-top-left-radius: 0px;
2437     border-top-right-radius: 0px;*/
2438     max-height: 120px;
2439 }
2440 .mail-conv-wrapper {
2441     padding: 15px 0;
2442     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2443 }
2444 #message-sidebar {
2445     height: calc(100vh - 150px);
2446 }
2447 #message-preview {
2448     /*padding: 0 10px;*/
2449     height: calc(100% - 20px);
2450 }
2451 #message-preview ul {
2452     margin: 0px;
2453 }
2454 #message-preview .media-list li {
2455     padding: 0px 10px;
2456     border: none;
2457 }
2458 #message-preview .media-list li:hover {
2459     border-left: none !important;
2460 }
2461 #message-preview .media-list li a {
2462     color: $link_color;
2463 }
2464 .mail-list-outside-wrapper {
2465     padding: 5px 0;
2466     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2467 }
2468 .mail-list-outside-wrapper .contact-photo-wrapper img {
2469     height: 48px;
2470     width: 48px;
2471 }
2472 #prvmail-end {
2473     clear:both;
2474 }
2475 #modal #prvmail-text-edit-bb .bb-img {
2476     display: none;
2477 }
2478
2479 /* photos */
2480 #photo-album-edit-name-label {
2481     width: 100%;
2482 }
2483 .photo-album-edit-name {
2484     width: 60%;
2485 }
2486
2487 .photo-album-actions {
2488     margin-bottom: 10px;
2489 }
2490 .photo-album-actions .photos-order-link {
2491     float: right;
2492 }
2493 /* poke */
2494 #poke-desc {
2495     margin: 5px 0 30px;
2496 }
2497 #poke-wrapper-end {
2498     clear: both;
2499 }
2500
2501 /* Events page */
2502
2503 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2504     color: $link_hover_color;
2505 }
2506 .fc .fc-list-item-title a {
2507     color: $link_color;
2508 }
2509 .fc .fc-list-item-title a[href]:hover {
2510     color: $link_hover_color;
2511     text-decoration: none;
2512 }
2513 /*.event-date-wrapper.medium .event-hover-short-month {
2514     color: $link_color;
2515 }*/
2516 .event-wrapper .event-owner {
2517   margin-bottom: 15px;
2518 }
2519 .event-wrapper .event-owner img {
2520     display: block;
2521 }
2522 .event-owner img {
2523     margin-right: 5px;
2524     height: 48px;
2525     width:  48;
2526     border-radius: 3px;
2527 }
2528 .event-wrapper .vevent {
2529     margin-left: 0;
2530     margin-right: 0;
2531     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2532 }
2533 .event-wrapper .event-buttons {
2534     margin-top: 15px;
2535 }
2536 #event-form-wrapper {
2537     padding-top: 5px;
2538 }
2539 #event-edit-form-wrapper {
2540     padding-top: 15px;
2541 }
2542 #event-nav a {
2543     color: #555;
2544 }
2545 #event-edit-form-wrapper #event-edit-time {
2546     padding: 10px 0;
2547 }
2548 .event-buttons .plink-event-link {
2549     margin-left: 20px;
2550 }
2551 .vevent .event-summary {
2552     font-size: 16px;
2553 }
2554 .vevent .event-description {
2555     padding: 10px 0;
2556 }
2557 .vevent .event-location .location {
2558     font-size: inherit;
2559     color: inherit;
2560 }
2561 .modal-body .vevent .event-summary {
2562     display: none;
2563 }
2564 #event-preview .vevent .event-summary {
2565     display: block;
2566 }
2567
2568 /* Event Cards */
2569 .event-card-details, .event-card-header {
2570     width: 100%;
2571 }
2572 .event-card-header, .event-card-left-date {
2573     float: left;
2574 }
2575 .vevent .event-card-header {
2576     display: table;
2577 }
2578 .event-card-left-date {
2579     width: 60px; /* Das muss wahrscheinlich unterschiedlich sein zwischen calendar und stream */
2580 }
2581 .event-card .event-date-wrapper > span {
2582     display: block;
2583     overflow: hidden;
2584     text-align: center;
2585     white-space: nowrap;
2586 }
2587 .event-card .event-date-wrapper .event-card-short-month {
2588     font-size: 13px;
2589     text-transform: uppercase;
2590 }
2591 .event-card .event-date-wrapper.medium .event-card-short-date {
2592     font-size: 24px;
2593     line-height: 28px;
2594     margin-top: 2px;
2595 }
2596 .event-card .event-card-content {
2597     width: 100%;
2598     padding: 0 5px 0 15px;
2599     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2600     color: #777;
2601     position: relative;
2602 }
2603 .event-card .event-card-content .event-map-btn {
2604     position: absolute;
2605     right: 0;
2606     top:0;
2607     line-height: 15px;
2608 }
2609 .event-card .event-card-title {
2610     font-size: 14px;
2611     color: #555;
2612     line-height: 15px;
2613     font-weight: bold;
2614     margin: 0;
2615 }
2616 .event-card .event-card-location {
2617     margin-top: 10px;
2618     font-size: 13px;
2619 }
2620 .event-card .event-card-location br {
2621     content: " ";
2622 }
2623 .event-card .event-card-location br::after {
2624     content: " ";
2625 }
2626 .event-card-profile-name a {
2627     color: $link_color;
2628 }
2629 .event-card-profile-name a:hover {
2630     color: $link_hover_color;
2631 }
2632 .event-card .event-card-content .event-location-map {
2633     position: absolute;
2634     left: -9999px;
2635     top: -9999px;
2636 }
2637 .event-card .event-card-content .event-location-map .map{
2638     margin-top: 10px;
2639 }
2640 .event-card .description {
2641     margin-top: 10px;
2642     box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
2643 }
2644 /* Photos Pages */
2645 #photo-photo {
2646     position: relative;
2647 }
2648 .photo-next-link, .photo-prev-link {
2649     height: 64px;
2650     margin-top: -32px;
2651     opacity: 0;
2652     position: absolute;
2653     top: 50%;
2654     transform: translateZ(0);
2655     transition: opacity .2s;
2656     /*width: 27px;*/
2657     width: 100px;
2658     z-index: 11;
2659     font-size: 64px;
2660     color: #fff;
2661     text-shadow:
2662         -1px -1px 0 #000,
2663         1px -1px 0 #000,
2664         -1px 1px 0 #000,
2665         1px 1px 0 #000;
2666 }
2667 .photo-next-link > i, .photo-prev-link > i {
2668     vertical-align: super;
2669 }
2670 .photo-next-link > i {
2671     float: right;
2672 }
2673 .photo-prev-link {
2674     left: 20px;
2675 }
2676 .photo-next-link {
2677     right: 20px;
2678 }
2679 #photo-photo:hover .photo-next-link,
2680 #photo-photo:hover .photo-prev-link {
2681     opacity: 0.4;
2682 }
2683 #photo-photo .photo-next-link:hover,
2684 #photo-photo .photo-prev-link:hover {
2685     opacity: 1;
2686     color: #fff;
2687 }
2688 .photo-comment-wrapper .comment {
2689     position: relative;
2690 }
2691 .photo-comment-wrapper .wall-item-content {
2692     color: #555;
2693     font-size: 13px;
2694 }
2695 .photo-comment-wrapper .comment-wwedit-wrapper,
2696 .photo-comment-wrapper .wall-item-outside-wrapper.media:first-child {
2697     margin-top: 15px;
2698 }
2699
2700 /* Profiles Page */
2701 .profile-listing-table {
2702     display: table;
2703     width: 100%;
2704 }
2705 .profile-listing-row {
2706     display: table-row;
2707 }
2708 .profile-listing-cell {
2709     display: table-cell;
2710 }
2711 .profile-listing-photo {
2712     width: 48px;
2713     height: 48px;
2714     margin: 10px 0px;
2715 }
2716 #profile-listing-new-link-wrapper {
2717     margin-bottom: 20px;
2718 }
2719 .panel-group-settings {
2720     margin-left: -15px;
2721     margin-right: -15px;
2722 }
2723 .panel-group-settings > .panel,
2724 .panel-group-settings > form > .panel {
2725     padding-left: 15px;
2726     padding-right: 15px;
2727 }
2728 .profiles-content-wrapper #profile-photo-upload-section {
2729     display: none;
2730     margin-left: -15px;
2731     margin-right: -15px;
2732     margin-top: 15px;
2733     padding: 15px;
2734 }
2735 #profile-photo-upload-close {
2736     font-size: 14px;
2737 }
2738
2739 /* Settings */
2740 .section-subtitle-wrapper {
2741     padding: 1px 10px;
2742 }
2743 .panel .section-subtitle-wrapper a.accordion-toggle:before {
2744     font-family: FontAwesome;
2745     content: "\f0d7";
2746     padding-right: 5px;
2747 }
2748 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2749     font-family: FontAwesome;
2750     content: "\f0da";
2751 }
2752 #settings-nick-wrapper {
2753     margin-bottom: 20px;
2754 }
2755 .group {
2756     margin-left: 20px;
2757 }
2758
2759 /* Emulates Bootstrap display */
2760 .settings-block {
2761     margin: 0 -15px 5px;
2762     color: #333;
2763     background-color: rgba(255,255,255,0.95);
2764     border-radius: 4px;
2765     padding: 10px 15px;
2766     box-shadow: 0 0 3px #dadada;
2767     -webkit-box-shadow: 0 0 3px #dadada;
2768     -moz-box-shadow: 0 0 3px #dadada;
2769 }
2770
2771 .settings-block.fakelink, .settings-block > .fakelink {
2772     padding: 10px 25px;
2773     display: block;
2774 }
2775 .settings-block > .fakelink {
2776     margin: -10px -15px 10px -15px;
2777     border-radius: 4px 4px 0 0;
2778 }
2779
2780 .settings-block.fakelink:hover, .settings-block > .fakelink:hover {
2781     color: $link_hover_color;
2782 }
2783 .settings-block.fakelink > h3, .settings-block > .fakelink > h3 {
2784     margin: 0;
2785     padding: 0;
2786     color: $link_color;
2787     font-size: 18px;
2788 }
2789
2790 .fakelink > h3:before {
2791     padding-right: 10px;
2792 }
2793 .settings-block.fakelink > h3:before {
2794     font-family: FontAwesome;
2795     content: "\f0da"; /* Right Plain Pointer */
2796 }
2797 .settings-block > .fakelink > h3:before {
2798     font-family: FontAwesome;
2799     content: "\f0d7"; /* Bottom Plain Pointer */
2800 }
2801
2802 h3.connector {
2803     line-height: 40px;
2804 }
2805
2806 /* Intro Notifications */
2807 ul.notif-network-list {
2808     margin-left: -15px;
2809     margin-right: -15px;
2810 }
2811 ul.notif-network-list > li {
2812     padding-left: 15px;
2813     padding-right: 15px;
2814 }
2815 .intro-wrapper.media {
2816     overflow: visible;
2817     word-wrap: break-word;
2818     margin-top: 0;
2819 }
2820 .intro-photo-wrapper img.intro-photo {
2821     height:80px;
2822     width: 80px;
2823     border-radius: 4px;
2824 }
2825 .intro-actions {
2826     display: flex;
2827 }
2828 .intro-enty-name h4 {
2829     font-size: 15px !important;
2830 }
2831 .intro-wrapper button.intro-action-link {
2832     opacity: 0.1;
2833     transition: all 0.25s ease-in-out;
2834 }
2835 .intro-wrapper button.intro-action-link,
2836 .intro-wrapper button.intro-action-link:hover {
2837     padding-right: 5px;
2838     padding-left: 5px;
2839     color: #555;
2840 }
2841 ul li:hover .intro-wrapper button.intro-action-link {
2842     opacity: 0.8;
2843     transition: all 0.25s ease-in-out;
2844 }
2845 ul li:hover .intro-wrapper button.intro-action-link:hover {
2846     opacity: 1;
2847 }
2848 .intro-action-buttons {
2849     margin-top: 15px;
2850     /*display: none;*/
2851     max-height: 0px;
2852     overflow: hidden;
2853     transition: max-height 0.1s ease-out;
2854 }
2855 ul.notif-network-list > li:hover .intro-action-buttons {
2856     /*display: block;*/
2857     max-height: 30px;
2858     transition: max-height 0.1s ease-in;
2859 }
2860 .intro-desc-label, .intro-url-label, .intro-network-label,
2861 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2862 .intro-about-label, .intro-knowyou-label, .intro-madeby-label {
2863     font-weight: bold;
2864 }
2865 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2866 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2867 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2868 .intro-contact-info.xs .intro-knowyou-label {
2869     display: block;
2870     margin-top: 5px
2871 }
2872
2873 /* Notifications Page */
2874 ul.notif-network-list li.unseen {
2875     background-color: #f3fcfd;
2876 }
2877 .notif-item img.notif-image {
2878     height: 48px;
2879     width: 48px;
2880     border-radius: 4px;
2881 }
2882 .notif-item .notif-desc-wrapper {
2883     height: 48px;
2884 }
2885 .notif-item .notif-desc-wrapper a {
2886     height: 100%;
2887     display: block;
2888     color: #555;
2889     font-size: 13px;
2890     font-weight: 600;
2891 }
2892
2893 /* Search Page */
2894
2895 /* This is a little bit hacky. Since the search page is used for diferent
2896 content types we can't apply the generic-page-wrapper class.
2897 So we apply the css of the generic-page-wrapper class to the ul element with some
2898 little modifications to emulate a standard page template */
2899 .search-content-wrapper > ul.viewcontact_wrapper {
2900     min-height: calc(100vh - 150px);
2901     padding-top: 15px;
2902     padding-bottom: 20px;
2903     margin: 0;
2904     margin-bottom: 20px;
2905     border: none;
2906     /*background-color: #fff;*/
2907     background-color: rgba(255,255,255,$contentbg_transp);
2908     border-radius: 4px;
2909     position: relative;
2910     /*overflow: hidden;*/
2911     color: #555;
2912     box-shadow: 0 0 3px #dadada;
2913     -webkit-box-shadow: 0 0 3px #dadada;
2914     -moz-box-shadow: 0 0 3px #dadada;
2915 }
2916
2917 /* Help Page */
2918 section.help-content-wrapper h1 {
2919     padding-bottom: 0.3em;
2920     font-size: 1.8em;
2921     border-bottom: 1px solid #ddd;
2922 }
2923 section.help-content-wrapper h2 {
2924     padding-bottom: 0.3em;
2925     font-size: 1.5em;
2926     border-bottom: 1px solid #ddd;
2927 }
2928 section.help-content-wrapper h3 {
2929     font-size: 1.2em;
2930 }
2931 section.help-content-wrapper h4 {
2932     font-size: 1em;
2933 }
2934 section.help-content-wrapper h1,
2935 section.help-content-wrapper h2,
2936 section.help-content-wrapper h3,
2937 section.help-content-wrapper h4,
2938 section.help-content-wrapper h5,
2939 section.help-content-wrapper h6 {
2940     margin-top: 24px;
2941     margin-bottom: 16px;
2942     font-weight: 600;
2943     line-height: 1.25;
2944 }
2945 section.help-content-wrapper p {
2946     margin: 0.4em 0;
2947 }
2948 section.help-content-wrapper p,
2949 section.help-content-wrapper a,
2950 section.help-content-wrapper li {
2951     line-height: 1.6;
2952     font-size: 0.96em;
2953 }
2954
2955 /*Admin Page*/
2956 #adminpage #frio_background_image .image-select {
2957     display: none;
2958 }
2959 #adminpage #frio_background_image.input-group {
2960     display: block;
2961 }
2962 #admin-summary-wrapper {
2963     padding-top: 10px;
2964 }
2965 #adminpage ul#addonslist, li.addon {
2966     list-style: none;
2967 }
2968 #adminpage li .icon {
2969     display: inline-block;
2970     vertical-align: text-top;
2971     position: relative;
2972     padding-left: 5px;
2973 }
2974 #adminpage li .icon:before {
2975     content: "";
2976     display: inline-block;
2977     position: absolute;
2978     width: 17px;
2979     height: 17px;
2980     left: 0;
2981     margin-left: -20px;
2982     margin-top: 2px;
2983     border: 1px solid #cccccc;
2984     border-radius: 3px;
2985     background-color: #fff;
2986     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
2987     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
2988     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
2989 }
2990 #adminpage li .icon.on:after {
2991     font-family: "FontAwesome";
2992     content: "\f00c";
2993     display: inline-block;
2994     position: absolute;
2995     width: 16px;
2996     height: 16px;
2997     left: 0;
2998     top: 0;
2999     margin-left: -20px;
3000     margin-top: 2px;
3001     padding-left: 3px;
3002     padding-top: 1px;
3003     font-size: 11px;
3004     color: #555555;
3005 }
3006 #adminpage .addon .desc {
3007     padding-left: 10px;
3008 }
3009 .adminpage .admin-settings-action-link,
3010 .adminpage .admin-settings-action-link:hover {
3011     color: #555;
3012 }
3013 .adminpage .admin-settings-action-link:hover {
3014     opacity: 1;
3015 }
3016 .adminpage .admin-settings-action-link {
3017     opacity: 0.8;
3018 }
3019 #admin-users tr.blocked {
3020     background-color: #f8efc0;
3021 }
3022 .adminpage .table-hover > tbody > tr:hover + tr.details {
3023     background-color: #f5f5f5;
3024 }
3025 .offset-anchor::before {
3026     display: block; 
3027     content: " "; 
3028     margin-top: -100px; 
3029     height: 100px;
3030     visibility: hidden; 
3031     pointer-events: none;
3032 }
3033
3034 /* Register Page*/
3035 #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
3036     margin-top: 20px;
3037 }
3038 #register-openid-end, #register-nickname-end
3039 {
3040     margin-top: 40px;
3041 }
3042
3043 /*
3044 * Overwriting for transparency and other colors
3045 */
3046 main .nav-tabs>li.active>a,
3047 main .nav-tabs>li.active>a:focus,
3048 main .nav-tabs>li.active>a:hover {
3049     background-color: rgba(255,255,255,$contentbg_transp);
3050 }
3051
3052 /*
3053  * Modal
3054  */
3055 .modal hr {
3056     border-color: #eee;
3057 }
3058
3059 /*
3060  * Framework overwrite
3061  */
3062
3063 /* jRange */
3064 .theme-frio .back-bar {
3065     height: 5px !important;
3066     border-radius: 2px;
3067     background-color: #eeeeee;
3068     background-color: #e7e7e7;
3069     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
3070     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
3071     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
3072     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
3073     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
3074     background-repeat: repeat-x;
3075     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
3076 }
3077 .theme-frio .back-bar .selected-bar {
3078     border-radius: 2px;
3079     background-color: $link_color;
3080 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
3081     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
3082     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
3083     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
3084     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
3085     background-repeat: repeat-x;
3086     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
3087 }
3088 .theme-frio .back-bar .pointer {
3089     width: 14px !important;
3090     height: 14px !important;
3091     top: -5px;
3092     -webkit-box-sizing: border-box;
3093     -moz-box-sizing: border-box;
3094     box-sizing: border-box;
3095     border-radius: 10px;
3096     border: 1px solid #AAA;
3097     background-color: #e7e7e7 !important;
3098     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
3099     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
3100     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
3101     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
3102     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
3103     background-repeat: repeat-x;
3104     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
3105 }
3106 .theme-frio .back-bar .pointer-label {
3107     color: #999;
3108 }
3109
3110 /* textcomplete for contact filtering*/
3111 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
3112     position: relative !important;
3113     top: inherit !important;
3114     bottom: inherit !important;
3115     left: inherit !important;
3116     padding: 0;
3117     margin-left: -15px;
3118     margin-right: -15px;
3119     background-color: transparent;
3120     box-shadow: none;
3121     border: none;
3122 }
3123 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
3124     padding-left: 15px;
3125     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
3126 }
3127 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
3128     display: none;
3129 }
3130 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
3131 .textcomplete-item > a {
3132     padding: 0 !important;
3133     border-left: none;
3134     background-color: transparent !important;
3135 }
3136 /* this is a little hack for texcomplete contact filter
3137 There are for some reasons empty <a> tags. I don't know why */
3138 .textcomplete-item .contact-wrapper a {
3139     padding: 0;
3140 }
3141
3142 /* hovercard fix */
3143 body .tread-wrapper .hovercard a,
3144 body .tread-wrapper .hovercard a:hover {
3145     color: $link_color;
3146 }
3147 body .tread-wrapper .hovercard:hover .hover-card-content a {
3148     color: $link_color !important;
3149 }
3150
3151 /* Pagination improvements */
3152 .pagination {
3153     text-align: center;
3154     display: block;
3155 }
3156 .pagination > li > a,
3157 .pagination > li > span {
3158     color: $link_color;
3159     float: none;
3160 }
3161 .pagination>li>a:hover,
3162 .pagination>li>span:hover {
3163     color: $link_hover_color;
3164 }
3165 .pagination > .active > a,
3166 .pagination > .active > a:focus,
3167 .pagination > .active > a:hover,
3168 .pagination > .active > span,
3169 .pagination > .active > span:focus,
3170 .pagination > .active > span:hover {
3171     background-color: $link_color;
3172     border-color: $link_color;
3173     border-radius: 3px;
3174 }
3175 .pagination li.pager_n a {
3176     margin-left: 3px;
3177     border-radius: 3px;
3178 }
3179 .pagination .pager_prev a {
3180     margin-left: -5px;
3181     margin-right: 4px;
3182     border-top-right-radius: 3px;
3183     border-bottom-right-radius: 3px;
3184 }
3185 .pagination .pager_next a {
3186     margin-left: 4px;
3187     margin-right: -5px;
3188     border-top-left-radius: 3px;
3189     border-bottom-left-radius: 3px;
3190 }
3191 .pager .next > a,
3192 .pager .previous > a {
3193     float: none;
3194     border-radius: 3px;
3195 }
3196 .pagination .disabled > a,
3197 .pager .disabled > a {
3198     display: none;
3199 }
3200
3201 /*
3202  * some temporary workarounds until this will solved
3203  * elsewhere (e.g. new templates)
3204  */
3205 section .profile-match-wrapper {
3206     float: left;
3207 }
3208
3209 /**
3210  * Login page
3211  */
3212 #login-submit-wrapper {
3213     float: right;
3214 }
3215 #lost-password-link { flex-grow: 2; }
3216 #login-lost-password-link {
3217     margin-bottom: 10px;
3218     float: right;
3219 }
3220 #div_id_remember {
3221     float: left;
3222 }
3223 #id_password_wrapper {
3224     margin-bottom: unset;
3225 }
3226 #login_openid {
3227     clear: both;
3228 }
3229 #register-link {
3230     color: white;
3231     background: #8ad0a1;
3232     width: 100%;
3233 }
3234 #login-end {
3235     clear: both;
3236 }
3237
3238 .mod-home.is-not-singleuser,
3239 .mod-login {
3240     background-color: $login_bg_color;
3241     background-image: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.4)), url($login_bg_image);
3242     background-size: cover;
3243     background-attachment: fixed;
3244     background-position: center;
3245     padding-top: 0;
3246 }
3247 .mod-home.is-not-singleuser nav.navbar,
3248 .mod-login nav.navbar { background-color: transparent }
3249 .mod-home.is-not-singleuser #topbar-second,
3250 .mod-login #topbar-second {
3251     background-color: transparent;
3252     box-shadow: unset;
3253     border: 0
3254 }
3255 .mod-home.is-not-singleuser .login-content,
3256 .mod-login .login-content {
3257     color: #eee;
3258     margin-top: 2.5%;
3259 }
3260
3261 .mod-home.is-not-singleuser .login-form > #login-extra-links {
3262     margin-top: 4em;
3263 }
3264
3265 .mod-home.is-not-singleuser .login-form > #login-form label,
3266 .mod-login #content #login-form label {
3267     color: #eee;
3268 }
3269
3270 .mod-home.is-not-singleuser .login-panel-content,
3271 .mod-login .login-panel-content {
3272     background-color: rgba(255,255,255,.85);
3273 }
3274
3275 .qq-upload-button {
3276     background: $nav_bg !important;
3277     color: $btn_primary_color !important;
3278     float: none;
3279     border: none;
3280     -webkit-box-shadow: none;
3281     box-shadow: none;
3282     -moz-box-shadow: none;
3283     background-image: none;
3284     text-shadow: none;
3285     border-radius: 3px;
3286     outline: 0!important;
3287     margin-bottom: 0;
3288     font-size: 14px;
3289     font-weight: 600;
3290     padding: 8px 16px;
3291     color: inherit;
3292     width: 100% !important;
3293 }
3294
3295 .qq-upload-drop-area {
3296     background: white !important;
3297     float: none;
3298     border: none;
3299     -webkit-box-shadow: none;
3300     box-shadow: none;
3301     -moz-box-shadow: none;
3302     background-image: none;
3303     text-shadow: none;
3304     border-radius: 3px;
3305     outline: 0!important;
3306     margin-bottom: 0;
3307     font-size: 14px;
3308     font-weight: 600;
3309     padding: 8px 16px;
3310     color: inherit;
3311     width: 100% !important;
3312     display: block !important;
3313     position: relative !important;
3314     border: black 1px dashed !important;
3315     margin-bottom: 5px !important;
3316     margin-top: 15px !important;
3317 }
3318
3319 /* Medium devices (desktops, 992px and up) */
3320 @media (min-width: 992px) {
3321     .mod-home.is-not-singleuser #content,
3322     .mod-login #content {
3323         margin-top: 100px!important;
3324     }
3325
3326     .mod-home.is-not-singleuser .login-form > #login-form,
3327     .mod-home.is-not-singleuser .login-form > #login-extra-links,
3328     .mod-login #content #login-form {
3329         background-color: #fff;
3330         padding: 1em;
3331         position: relative;
3332     }
3333     .mod-home.is-not-singleuser .login-form > #login-extra-links {
3334         margin-top: unset;
3335         background-color: white;
3336     }
3337
3338     .mod-home.is-not-singleuser .login-form > #login-form label,
3339     .mod-login #content #login-form label {
3340         color: #444;
3341     }
3342
3343     .mod-home.is-not-singleuser .login-form::before,
3344     .mod-login #content #login-form::before {
3345         display: block;
3346         position: absolute;
3347         content: " ";
3348         background-color: rgba(255,255,255,0.1);
3349         width:90%;
3350         height: 110%;
3351         top: -5%;
3352         left: 5%;
3353         z-index: -1;
3354     }
3355
3356     .mod-home.is-not-singleuser .login-form::after,
3357     .mod-login #content #login-form::after {
3358         display: block;
3359         position: absolute;
3360         content: " ";
3361         background-color: rgba(255,255,255,0.2);
3362         width:80%;
3363         height: 120%;
3364         top: -10%;
3365         left: 10%;
3366         z-index: -1;
3367     }
3368
3369 }
3370
3371
3372