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