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