]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
Merge pull request #8277 from MrPetovan/task/8251-use-about-for-pdesc
[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 }
1597
1598 .wall-item-container .media {
1599     margin-top: 0;
1600     padding: 10px;
1601     background-color: rgba(0, 0, 0, 0.03);
1602 }
1603
1604 /* wall items contact photo */
1605 .contact-photo {
1606     height: 48px;
1607     width: 48px;
1608     border-radius: 3px;
1609     /*maybe some adional stuff is needed for the different screen sizes */
1610 }
1611 .contact-photo-image-wrapper {
1612     width: 100%;
1613     height: 100%;
1614     overflow: hidden;
1615     position: relative;
1616     text-align: center;
1617 }
1618 .contact-photo-overlay {
1619     width: 100%;
1620     height: 100%;
1621     position: absolute;
1622     overflow: hidden;
1623     top: 0;
1624     left: 0;
1625     border-radius: 3px;
1626     background:rgba(0,0,0,.50);
1627     text-align:center;
1628     opacity:0;
1629     -webkit-transition: opacity .25s ease;
1630     -moz-transition: opacity .25s ease;
1631 }
1632 .contact-photo-overlay:hover {
1633     opacity: 1;
1634 }
1635 .contact-photo-overlay-content {
1636     font-size: 26px;
1637     text-shadow: 1px 1px 1px #ccc;
1638     color:rgba(255,255,255,.85);
1639     height: 100%;
1640     vertical-align: bottom;
1641 }
1642 .contact-photo-xs{
1643     height: 38px;
1644     width: 38px;
1645     border-radius: 3px;
1646 }
1647 .wwto .contact-photo {
1648     width: auto;
1649     height: 25px;
1650     font-size: 8.8px;
1651     border-radius: 2px;
1652     position: absolute;
1653     top: 28px;
1654     left: 28px;
1655     display: inline-block;
1656 }
1657
1658 /* wall items action dropdown menu */
1659 .preferences {
1660     position: absolute;
1661     right: 15px;
1662     top: 10px;
1663 }
1664 .comment .preferences {
1665     right: 10px;
1666     top: 5px;
1667 }
1668 .wall-item-network {
1669     font-size: 13px;
1670 }
1671
1672 /* wall items contact info */
1673 .media .media-body {
1674     font-size: 13px;
1675 }
1676 .media .media-body h4.media-heading {
1677     font-size: 14px;
1678     font-weight: 500;
1679     color: #555;
1680 }
1681 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1682     display: block;
1683 }
1684 .media .contact-info-comment {
1685     display: table-cell;
1686 }
1687 .media .contact-info-xs h5,
1688 .media .contact-info-comment {
1689     margin: 0 0 5px;
1690 }
1691 .media-heading {
1692     margin: 0 0 5px;
1693 }
1694 .wall-item-name,
1695 .shared-author {
1696     font-size: 15px;
1697     font-weight: bold;
1698 }
1699 .wall-item-name.xs {
1700     font-weight: 700;
1701     font-size: 14px;
1702 }
1703
1704 /* Contact avatar click card */
1705 .userinfo.click-card {
1706         position: relative;
1707 }
1708
1709 .userinfo.click-card > *:hover:after {
1710         content: '⌄';
1711         color: #bebebe;
1712         font-size: 1em;
1713         font-weight: bold;
1714         background-color: #ffffff;
1715         text-align: center;
1716         line-height: 40%;
1717         position: absolute;
1718         top: 0;
1719         left: 0;
1720         width: 33%;
1721         height: 33%;
1722         opacity: .8;
1723         border-radius: 0 0 40% 0;
1724 }
1725
1726 /* The lock symbol popup */
1727 #panel {
1728     position: absolute;
1729     list-style: none;
1730     background-color: $nav_bg;
1731     border: none;
1732     border-radius: 3px;
1733     float: left;
1734     min-width: 160px;
1735     max-width: 220px;
1736     padding: 10px ;
1737     margin: 2px 0 0;
1738     font-size: 14px;
1739     text-align: left;
1740     color: $nav_icon_color;
1741     z-index: 1000;
1742 }
1743
1744 /* Space between content and head */
1745 .wall-spacer {
1746     height: 10px;
1747 }
1748
1749 /* wall items content */
1750 .wall-item-content {
1751     word-break: break-word;
1752 }
1753 .wall-item-content img {
1754     max-height: 480px;
1755     object-fit: contain;
1756 }
1757 .wall-item-body > img,
1758 .wall-item-body > a > img {
1759     border-radius: 3px;
1760 }
1761 .wall-item-body .body-attach > a {
1762     color: #555;
1763     display: inline-block;
1764 }
1765 .wall-item-body .body-attach > a div {
1766     color: #555;
1767     width: 20px;
1768 }
1769
1770 /* wall-item content elements */
1771 .shared-wrapper,
1772 .vevent {
1773     padding: 10px;
1774     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1775 }
1776 @media screen and (max-width: 767px) {
1777     .shared-wrapper,
1778     .vevent {
1779     margin-left: 0px;
1780     margin-right: 0px;
1781     }
1782 }
1783 .shared-wrapper:hover,
1784 .vevent:hover {
1785     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1786 }
1787 .shared_header {
1788     margin-left: 0px;
1789     margin-top: 0px;
1790     padding-top: 0px;
1791     margin-bottom: 10px;
1792     border-top: none;
1793     color: inherit;
1794 }
1795 blockquote.shared_content {
1796     padding: 0px;
1797     margin-left: 0px;
1798     color: inherit;
1799 }
1800 code > .hl-main {
1801     padding: 10px 10px 1px 0;
1802 }
1803 .hl-main ol {
1804     line-height: 1.7;
1805 }
1806 .type-link img.attachment-image {
1807     width: 100%;
1808 }
1809 .type-link blockquote, .type-video blockquote {
1810     margin: 0;
1811     padding: 10px 0;
1812 }
1813 .oembed.video .embed_video > div::before {
1814     font-family: ForkAwesome;
1815     font-weight: normal;
1816     font-style: normal;
1817     display: inline-block;
1818     text-decoration: inherit;
1819     vertical-align: top;
1820     font-size: 3em;
1821     content: "\f01d";
1822     color: #fff;
1823     bottom: 0px;
1824     right: 10px;
1825     position: absolute;
1826 }
1827 .oembed.video .embed_video > div {
1828     background-color: rgba(0,0,0,0.2);
1829     -webkit-transition: all 0.25s ease-in-out;
1830     -moz-transition: all 0.25s ease-in-out;
1831     -o-transition: all 0.25s ease-in-out;
1832     -ms-transition: all 0.25s ease-in-out;
1833     transition: all 0.25s ease-in-out;
1834 }
1835 .oembed.video .embed_video > div:hover {
1836     background-color: rgba(0,0,0,0);
1837 }
1838 .oembed.video .embed_video.active {
1839     margin: 1em 0;
1840 }
1841 .oembed.video .embed_video.active iframe {
1842     width: 100% !important;
1843 }
1844 .wall-item-tags,
1845 .itemedited {
1846     margin: 10px 0;
1847     font-size: 13px;
1848 }
1849
1850 .wall-item-tags a {
1851     color: #555;
1852 }
1853
1854 .wall-item-tags a:hover {
1855     text-decoration: none;
1856 }
1857 .wall-item-bottom .label,
1858 .wall-item-bottom .label a {
1859     color: #fff;
1860 }
1861 .wall-item-tags .category,
1862 .wall-item-tags .folder {
1863     margin-right: 3px;
1864 }
1865
1866 /* item social action buttons */
1867 .wall-item-actions {
1868     display: flex;
1869     margin: 0;
1870     justify-content: space-between;
1871 }
1872 .wall-item-actions a, .wall-item-actions button {
1873     font-size: 13px;
1874     color: #555;
1875 }
1876 .wall-item-actions .active {
1877     font-weight: bold;
1878 }
1879 .wall-item-actions .active:hover {
1880     color: $link_color;
1881 }
1882 .wall-item-actions-left {
1883     display: table-cell;
1884     vertical-align: middle;
1885 }
1886 .wall-item-actions-right {
1887     display: flex;
1888 }
1889 .wall-item-actions .checkbox {
1890     margin: 0;
1891     margin-left: 20px;
1892 }
1893 .wall-item-actions .button-event {
1894     padding-left: 5px;
1895     padding-right: 5px;
1896 }
1897 .wall-item-actions .button-comments,
1898 .wall-item-actions .button-votes,
1899 .wall-item-actions .button-likes {
1900     text-transform: capitalize;
1901 }
1902 .wall-item-actions button:hover {
1903     color: #555;
1904     text-decoration: underline;
1905 }
1906 .wall-item-actions .separator {
1907     margin: 0 .3em;
1908 }
1909 .wall-item-actions .more-links {
1910     vertical-align: baseline;
1911 }
1912
1913 .wall-item-responses > div > p {
1914     margin: 0;
1915 }
1916
1917 /* wall item hover effects */
1918 .wall-item-container .wall-item-links,
1919 .wall-item-container .wall-item-actions button,
1920 .wall-item-container .body-attach > a {
1921     opacity: 0.3;
1922     -webkit-transition: all 0.25s ease-in-out;
1923     -moz-transition: all 0.25s ease-in-out;
1924     -o-transition: all 0.25s ease-in-out;
1925     -ms-transition: all 0.25s ease-in-out;
1926     transition: all 0.25s ease-in-out;
1927 }
1928 .wall-item-container:hover .wall-item-links,
1929 .wall-item-container:hover .wall-item-actions button,
1930 .wall-item-container:hover .body-attach > a {
1931     opacity: 1;
1932     -webkit-transition: all 0.25s ease-in-out;
1933     -moz-transition: all 0.25s ease-in-out;
1934     -o-transition: all 0.25s ease-in-out;
1935     -ms-transition: all 0.25s ease-in-out;
1936     transition: all 0.25s ease-in-out;
1937 }
1938 .wall-item-container .wall-item-body .body-attach > a:hover {
1939     opacity: 1;
1940 }
1941
1942 /*
1943 * Comments
1944 */
1945 .well {
1946     border: none;
1947     box-shadow: none;
1948     /*background-color: #ededed;*/
1949     background-color: rgba(237, 237, 237, $contentbg_transp);
1950     background-image: none;
1951     margin-bottom: 1px;
1952 }
1953 .well-small {
1954     padding: 10px;
1955     border-radius: 3px;
1956 }
1957 .well hr {
1958     border-top: 1px solid #d9d9d9;
1959 }
1960 .wall-entry .well {
1961     margin-bottom: 0;
1962 }
1963 .comment-container {
1964     margin-bottom: 0px;
1965     border-top-left-radius: 3px;
1966     border-top-right-radius: 3px;
1967     border-bottom-right-radius: 0px;
1968     border-bottom-left-radius: 0px;
1969 }
1970 .comment .media {
1971     position: relative!important;
1972     margin-top: 0;
1973 }
1974 .hide-comments-outer {
1975     background-color: rgba(0, 0, 0, 0.03);
1976     padding: 0.5em;
1977     border-radius: 0.5em 0.5em 0 0;
1978 }
1979 .hide-comments-total {
1980     cursor: pointer;
1981 }
1982
1983 /*
1984 * Comment Box
1985 */
1986
1987 .comment-fake-form,
1988 .wall-item-comment-wrapper {
1989     padding: 10px;
1990     border-top: 1px solid rgba(255, 255, 255, 0.8);
1991     background-color: rgba(0, 0, 0, 0.03);
1992     border-radius: 0 0 10px 10px;
1993 }
1994
1995 .comment-fake-form {
1996     border-color: #d9d9d9;
1997 }
1998 .comment-fake-form textarea {
1999     resize: none;
2000 }
2001
2002 .comment-container .wall-item-comment-wrapper {
2003     margin-top: 0.5em;
2004 }
2005
2006 .comment-edit-form textarea {
2007     resize: vertical;
2008 }
2009
2010 .comment-edit-submit-wrapper {
2011     text-align: right;
2012 }
2013
2014 .comment-icon-list {
2015     display: flex;
2016     justify-content: space-between;
2017 }
2018
2019 /* acpopup  + textcompletion*/
2020 .acpopup {
2021     /* max-height: 150px; */
2022     background-color: #ffffff;
2023     border-radius: 4px;
2024     overflow: auto;
2025     z-index: 100000;
2026     box-shadow: 0 6px 12px rgba(0,0,0,.175);
2027 }
2028 nav .acpopup {
2029     /*top: 35px !important;*/
2030     margin-left: -23px;
2031 }
2032 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
2033  at the beginning of this file to get rid of the !important */
2034 .textcomplete-item > a {
2035     color: #555 !important;
2036     padding: 5px 20px !important;
2037 }
2038 .textcomplete-item.active > a {
2039     background-color: rgb(247, 247, 247) !important;
2040     background-image: none !important;
2041     border-left: 3px solid $link_color;
2042     padding-left: 17px !important;
2043 }
2044 .textcomplete-item a .forum {
2045     color: $link_color;
2046 }
2047 img.acpopup-img {
2048     border-radius: 4px;
2049  }
2050
2051
2052 /* The wall-item thread levels */
2053 /*.wall-item-container.thread_level_3 {
2054   margin-left: 80px;
2055   width: calc(100% - 90px);
2056 }
2057 .wall-item-container.thread_level_4 {
2058   margin-left: 95px;
2059   width: calc(100% - 105px);
2060 }
2061 .wall-item-container.thread_level_5 {
2062   margin-left: 110px;
2063   width: calc(100% - 120px);
2064 }
2065 .wall-item-container.thread_level_6 {
2066   margin-left: 125px;
2067   width: calc(100% - 135px);
2068 }
2069 .wall-item-container.thread_level_7 {
2070   margin-left: 140px;
2071   width: calc(100% - 150px);
2072 }*/
2073
2074 .wall-item-container.thread_level_3,
2075 .wall-item-container.thread_level_4,
2076 .wall-item-container.thread_level_5,
2077 .wall-item-container.thread_level_6,
2078 .wall-item-container.thread_level_7 {
2079     margin-left: 15px;
2080 }
2081 /* Menubar Tabs */
2082 section > .tabbar-wrapper {
2083 /* The tabbar shouldn't' be visibile inside
2084 the section element. Only after we have
2085 moved it to the nav through js */
2086     display: none !important;
2087 }
2088 #tabmenu,
2089 .tabbar-wrapper,
2090 .tabbar,
2091 .tabbar > li {
2092     height: 100%;
2093     /*margin-left: -15px;*/
2094     padding: 0;
2095 }
2096 #tabmenu .search-heading {
2097     overflow: hidden;
2098     text-overflow: ellipsis;
2099     white-space: nowrap;
2100 }
2101 ul.tabs {
2102     list-style: none;
2103     height: 100%;
2104     padding: 0;
2105     padding-top: 10px;
2106     margin: 0;
2107 }
2108 ul.tabs li {
2109     float: left;
2110     margin: 0;
2111     padding: 0;
2112     /*border-bottom: 0 solid #6fdbe8;*/
2113     border-bottom: 0 solid $link_color;
2114     font-size: 13px;
2115     height: 102%;
2116     transition: all .15s ease;
2117 }
2118 /*ul.tabs.visible-xs > li.active {
2119     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
2120 }*/
2121 ul.tabs li a {
2122     margin-left: 10px;
2123     margin-right: 10px;
2124     /*color: #6fdbe8;*/
2125     color: $link_color !important;
2126 }
2127 ul.tabs li:hover, ul.tabs li.active {
2128     border-bottom-width: 4px;
2129 }
2130 ul.tabbar ul.tabs-extended li.active {
2131     width: 100%;
2132     border-bottom-width: 2px;
2133 }
2134 ul.tabbar ul.tabs-extended li.active a {
2135     background: none;
2136 }
2137 ul.dropdown-menu li:hover {
2138     border-bottom-width: 0;
2139 }
2140
2141
2142 /* Dropdown Menu */
2143 .dropdown-menu li a,
2144 .dropdown-menu li .btn-link {
2145     font-size: 13px!important;
2146     font-weight: 600!important;
2147 }
2148 .dropdown-menu li > :hover,
2149 .dropdown-menu li > :visited,
2150 .dropdown-menu li > :focus {
2151     background: 0 0;
2152 }
2153
2154 .dropdown-menu li:first-child {
2155     margin-top: 3px;
2156 }
2157
2158 /* Notificaiotn badges */
2159 #mail-update-li.show {
2160     display: inline-block!important;
2161 }
2162
2163 /* Media Classes */
2164 .media .time,
2165 .media .shared-time,
2166 .media .delivery,
2167 .media .location,
2168 .media .location a {
2169     font-size: 11px;
2170     color: #bebebe;
2171 }
2172 .media-list > li {
2173     padding: 10px;
2174     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2175     position: relative;
2176 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
2177     border-left: 3px solid rgba(255,255,255,0);
2178     font-size: 12px;
2179 }
2180 .media-list > li:hover,
2181 .media-list > li.selected,
2182 .media-list > li.active {
2183     border-left: 3px solid $link_color;
2184     background-color: rgba(247, 247, 247, $contentbg_transp);
2185 }
2186
2187 /* Forms */
2188 .form-control {
2189     border: 2px solid #ededed;
2190     box-shadow: none;
2191 }
2192 .form-control:focus {
2193     /*border: 2px solid #6fdbe8;*/
2194     border: 2px solid $link_color;
2195     outline: 0;
2196     box-shadow: none;
2197 }
2198
2199
2200 .checkbox input[type="checkbox"]:focus + label::before,
2201 .checkbox input[type="radio"]:focus + label::before {
2202     /*border: 2px solid #6fdbe8;*/
2203     border: 2px solid $link_color;
2204     outline: 0;
2205     box-shadow: none;
2206 }
2207
2208 /* Search form */
2209 .form-control.form-search {
2210     border-radius: 30px;
2211     background-image: url(img/icon_search16x16.png);
2212     background-repeat: no-repeat;
2213     background-position: 10px 8px;
2214     padding-left: 34px;
2215 }
2216 .form-group-search {
2217     position: relative;
2218     width: 100%;
2219 }
2220
2221 .form-group-search .form-button-search {
2222     position: absolute;
2223     top: 4px;
2224     right: 4px;
2225     border-radius: 30px;
2226 }
2227 .search-input.form-control.form-search {
2228     width: 100%;
2229 }
2230 .search-heading {
2231     text-align: center;
2232     color: $link_color;
2233     font-size: 20px;
2234 }
2235 .search-content-wrapper > #search-header-wrapper {
2236     display: none;
2237 }
2238 .search-content-wrapper > .section-title-wrapper {
2239     display: none;
2240 }
2241 #navbar-button > #search-save {
2242     margin-top: 3px;
2243 }
2244 /* Section-Content-Wrapper */
2245 #search-header-wrapper {
2246     padding: 15px;
2247     padding-bottom: 20px;
2248     margin-bottom: 20px;
2249     border: none;
2250     /*background-color: #fff;*/
2251     background-color: rgba(255,255,255,$contentbg_transp);
2252     border-radius: 4px;
2253     position: relative;
2254     /*overflow: hidden;*/
2255     color: #555;
2256     box-shadow: 0 0 3px #dadada;
2257     -webkit-box-shadow: 0 0 3px #dadada;
2258     -moz-box-shadow: 0 0 3px #dadada;
2259 }
2260
2261 /* *******
2262  * PAGES
2263  *********/
2264
2265 .generic-page-wrapper, .videos-content-wrapper,
2266  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
2267 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
2268 .delegation-content-wrapper, .notes-content-wrapper,
2269 .message-content-wrapper, .apps-content-wrapper,
2270 #adminpage, .delegate-content-wrapper, .uexport-content-wrapper,
2271 .dfrn_request-content-wrapper,
2272 .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
2273 .profperm-content-wrapper, .invite-content-wrapper, .tos-content-wrapper,
2274 .fsuggest-content-wrapper {
2275     min-height: calc(100vh - 150px);
2276     padding: 15px;
2277     padding-bottom: 20px;
2278     margin-bottom: 20px;
2279     border: none;
2280     /*background-color: #fff;*/
2281     background-color: rgba(255,255,255,$contentbg_transp);
2282     border-radius: 4px;
2283     position: relative;
2284     /*overflow: hidden;*/
2285     color: #555;
2286     box-shadow: 0 0 3px #dadada;
2287     -webkit-box-shadow: 0 0 3px #dadada;
2288     -moz-box-shadow: 0 0 3px #dadada;
2289 }
2290 #content:hover .page-action.faded-icon {
2291     opacity: 0.8;
2292     transition: all 0.25s ease-in-out;
2293 }
2294 #content .page-action.faded-icon:hover {
2295     opacity: 1;
2296 }
2297
2298 .section-title-wrapper {
2299     overflow: hidden;
2300 }
2301 /* Home and Login Page */
2302 body.mod-home nav.navbar .nav>li>a:hover {
2303     background-color: rgba(255,255,255,0.2);
2304 }
2305 body.mod-home .navbar #nav-login,
2306 body.mod-login .navbar #nav-login {
2307     display: none;
2308 }
2309 /* Profile-page */
2310 #profile-content-standard,
2311 #profile-content-advanced {
2312     overflow: hidden;
2313 }
2314 #profile-menu {
2315     margin-top: 20px;
2316     margin-bottom: 20px;
2317 }
2318 .contact-block-div.forumlist-profile-advanced {
2319     float: left;
2320 }
2321
2322 /* contacts page */
2323 ul.viewcontact_wrapper {
2324     margin-left: -15px;
2325     margin-right: -15px;
2326 }
2327 ul.viewcontact_wrapper > li {
2328     padding-left: 15px;
2329 }
2330 .contact-wrapper {
2331 /*    padding: 10px;
2332     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
2333     position: relative;*/
2334     /*border-left: 3px solid white;*/
2335 }
2336 .contact-wrapper .contact-photo-wrapper button {
2337     padding: 0;
2338 }
2339 .contact-wrapper.media {
2340     overflow: visible;
2341     word-wrap: break-word;
2342     margin-top: 0;
2343 }
2344 /* bootstrap hack for .media */
2345 .contact-wrapper.media .media-body {
2346     display: table-cell;
2347     width: 10000px;
2348     *width: auto;
2349     *zoom: 1;
2350 }
2351 .contact-wrapper.media:before, .media:after {
2352     content: "";
2353     display: table;
2354 }
2355 .contact-wrapper.media:after {
2356     clear: both;
2357 }
2358 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
2359     height: 80px;
2360     width: 80px;
2361 }
2362 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
2363     height: 48px;
2364     width: 48px;
2365 }
2366 .contact-wrapper .contact-photo-overlay-content.xl {
2367     font-size: 48px;
2368 }
2369 .contact-wrapper .contact-photo-menu {
2370     top: auto;
2371 }
2372
2373 .contact-entry-desc {
2374     color: #555;
2375 }
2376 .contact-entry-checkbox {
2377     margin-top: -20px;
2378 }
2379 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
2380     font-weight: bold !important;
2381     color: $link_color;
2382     font-size: 15px !important;
2383 }
2384 .contact-wrapper .contact-actions {
2385     display: flex;
2386 }
2387 .contact-wrapper .contact-action-link,
2388 .contact-wrapper .contact-action-link:hover,
2389 .textcomplete-item .contact-wrapper .contact-action-link {
2390     padding: 0 5px;
2391     color: #555;
2392     border: 0;
2393 }
2394 .contact-wrapper .contact-action-link {
2395     opacity: 0.1;
2396     transition: all 0.25s ease-in-out;
2397 }
2398 ul li:hover .contact-wrapper .contact-action-link {
2399     opacity: 0.8;
2400     transition: all 0.25s ease-in-out;
2401 }
2402 ul li:hover .contact-wrapper .contact-action-link:hover {
2403     opacity: 1;
2404 }
2405 #contacts-search-wrapper,
2406 #directory-search-wrapper{
2407     padding: 10px 0;
2408 }
2409 #contact-drop-confirm .contact-actions,
2410 #contact-drop-confirm .contact-photo-overlay,
2411 #contact-drop-confirm .contact-photo-menu {
2412     display: none;
2413 }
2414 #contact-drop-confirm #confirm-form {
2415     margin-top: 20px;
2416 }
2417
2418 /* contact-edit */
2419 #contact-edit-actions {
2420     position: absolute;
2421 }
2422 #contact-edit-status-wrapper {
2423     border: none;
2424     background-color: #E1F5FE;
2425     margin: 15px -15px;
2426 }
2427 #contact-edit-tools {
2428     margin-left: -15px;
2429     margin-right: -15px;
2430 }
2431 #contact-edit-tools > .panel {
2432     padding-left: 15px;
2433     padding-right: 15px;
2434 }
2435 #contact-edit-settings {
2436     display: block;
2437     margin: 0;
2438 }
2439
2440 /* directory page */
2441 #directory-search-heading {
2442     padding-top: 10px;
2443 }
2444
2445 /* group edit page */
2446 .group-actions {
2447     margin-top: 4px;
2448     margin-bottom: 10px;
2449     font-size: 30px;
2450 }
2451 .group-actions button,
2452 .group-actions a {
2453     font-size: 18px;
2454 }
2455
2456 .contact-group-actions .fa-times-circle { color: #D00000;}
2457 .contact-group-actions .fa-plus-circle { color: #008000;}
2458
2459 #group-edit-wrapper {
2460     margin-top: 14px;
2461     display: none;
2462 }
2463 #group-edit-header {
2464     display: block;
2465 }
2466 #group-update-wrapper .contact-photo-overlay {
2467     display: none;
2468 }
2469 #group-update-wrapper .viewcontact_wrapper .contact-group-actions {
2470     height: 100%;
2471     margin-top: -10px;
2472     display: flex;
2473 }
2474 #group-update-wrapper .viewcontact_wrapper .contact-group-link {
2475     opacity: 0.8;
2476     font-size: 20px;
2477     line-height: 50px;
2478 }
2479 #group-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
2480     opacity: 1;
2481 }
2482 #group-update-wrapper .shortmode {
2483     height: 53px;
2484     overflow: hidden;
2485 }
2486 #group-update-wrapper .shortmode .contact-photo {
2487     height: 32px;
2488     width: 32px;
2489 }
2490 #group-update-wrapper .shortmode .media {
2491     overflow: hidden;
2492 }
2493 #group-update-wrapper .shortmode .contact-entry-desc {
2494     font-size: 12px !important;
2495 }
2496 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading {
2497     margin: 0;
2498 }
2499 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading a {
2500     font-size: 13px !important;
2501     white-space: nowrap;
2502 }
2503 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-rel,
2504 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-network {
2505     display: none;
2506 }
2507
2508 /* private mail */
2509 .message-content-wrapper > li {
2510 /* we need this overwriting because we have no template file
2511    for the general mail page /message
2512 */
2513     list-style-type: none;
2514 }
2515 .mail-thread {
2516     max-height: calc(100vh - 200px);
2517 }
2518 #mail-conversation {
2519     overflow-y: auto;
2520     max-height: calc(100vh - 400px);
2521     max-height: auto;
2522     /*height: 500px;*/
2523     margin-bottom: 0px;
2524     padding: 0 15px;
2525 }
2526 #mail-conversation.can-reply {
2527 /*    border-bottom-left-radius: 0px;
2528     border-bottom-right-radius: 0px;*/
2529 }
2530 .mail-conv-wrapper .media .contact-photo-wrapper img {
2531     height: 48px;
2532     width: 48px;
2533 }
2534 .mail-thread #prvmail-to-label,
2535 .mail-thread #prvmail-subject-label {
2536     display: none;
2537 }
2538 .mail-thread #prvmail-message-label > label {
2539     display:none;
2540 }
2541 .mail-thread #prvmail-message-label textarea {
2542 /*    border-top: none;
2543     margin-top: -10px;
2544     border-top-left-radius: 0px;
2545     border-top-right-radius: 0px;*/
2546     max-height: 120px;
2547 }
2548 .mail-conv-wrapper {
2549     padding: 15px 0;
2550     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2551 }
2552 #message-sidebar {
2553     height: calc(100vh - 150px);
2554 }
2555 #message-preview {
2556     /*padding: 0 10px;*/
2557     height: calc(100% - 20px);
2558 }
2559 #message-preview ul {
2560     margin: 0px;
2561 }
2562 #message-preview .media-list li {
2563     padding: 0px 10px;
2564     border: none;
2565 }
2566 #message-preview .media-list li:hover {
2567     border-left: none !important;
2568 }
2569 #message-preview .media-list li a {
2570     color: $link_color;
2571 }
2572 .mail-list-outside-wrapper {
2573     padding: 5px 0;
2574     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2575 }
2576 .mail-list-outside-wrapper .contact-photo-wrapper img {
2577     height: 48px;
2578     width: 48px;
2579 }
2580 #prvmail-end {
2581     clear:both;
2582 }
2583 #modal #prvmail-text-edit-bb .bb-img {
2584     display: none;
2585 }
2586
2587 /* photos */
2588 #photo-album-edit-name-label {
2589     width: 100%;
2590 }
2591 .photo-album-edit-name {
2592     width: 60%;
2593 }
2594
2595 .photo-album-actions {
2596     margin-bottom: 10px;
2597 }
2598 .photo-album-actions .photos-order-link {
2599     float: right;
2600 }
2601 /* poke */
2602 #poke-desc {
2603     margin: 5px 0 30px;
2604 }
2605 #poke-wrapper-end {
2606     clear: both;
2607 }
2608
2609 /* Events page */
2610
2611 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2612     color: $link_hover_color;
2613 }
2614 .fc .fc-list-item-title a {
2615     color: $link_color;
2616 }
2617 .fc .fc-list-item-title a[href]:hover {
2618     color: $link_hover_color;
2619     text-decoration: none;
2620 }
2621 /*.event-date-wrapper.medium .event-hover-short-month {
2622     color: $link_color;
2623 }*/
2624 .event-wrapper .event-owner {
2625   margin-bottom: 15px;
2626 }
2627 .event-wrapper .event-owner img {
2628     display: block;
2629 }
2630 .event-owner img {
2631     margin-right: 5px;
2632     height: 48px;
2633     width:  48;
2634     border-radius: 3px;
2635 }
2636 .event-wrapper .vevent {
2637     margin-left: 0;
2638     margin-right: 0;
2639     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2640 }
2641 .event-wrapper .event-buttons {
2642     margin-top: 15px;
2643 }
2644 #event-form-wrapper {
2645     padding-top: 5px;
2646 }
2647 #event-edit-form-wrapper {
2648     padding-top: 15px;
2649 }
2650 #event-nav a {
2651     color: #555;
2652 }
2653 #event-edit-form-wrapper #event-edit-time {
2654     padding: 10px 0;
2655 }
2656 .event-buttons .plink-event-link {
2657     margin-left: 20px;
2658 }
2659 .vevent .event-summary {
2660     font-size: 16px;
2661 }
2662 .vevent .event-description {
2663     padding: 10px 0;
2664 }
2665 .vevent .event-location .location {
2666     font-size: inherit;
2667     color: inherit;
2668 }
2669 .modal-body .vevent .event-summary {
2670     display: none;
2671 }
2672 #event-preview .vevent .event-summary {
2673     display: block;
2674 }
2675
2676 /* Event Cards */
2677 .event-card-details, .event-card-header {
2678     width: 100%;
2679 }
2680 .event-card-header, .event-card-left-date {
2681     float: left;
2682 }
2683 .vevent .event-card-header {
2684     display: table;
2685 }
2686 .event-card-left-date {
2687     width: 60px; /* Das muss wahrscheinlich unterschiedlich sein zwischen calendar und stream */
2688 }
2689 .event-card .event-date-wrapper > span {
2690     display: block;
2691     overflow: hidden;
2692     text-align: center;
2693     white-space: nowrap;
2694 }
2695 .event-card .event-date-wrapper .event-card-short-month {
2696     font-size: 13px;
2697     text-transform: uppercase;
2698 }
2699 .event-card .event-date-wrapper.medium .event-card-short-date {
2700     font-size: 24px;
2701     line-height: 28px;
2702     margin-top: 2px;
2703 }
2704 .event-card .event-card-content {
2705     width: 100%;
2706     padding: 0 5px 0 15px;
2707     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2708     color: #777;
2709     position: relative;
2710 }
2711 .event-card .event-card-content .event-map-btn {
2712     position: absolute;
2713     right: 0;
2714     top:0;
2715     line-height: 15px;
2716 }
2717 .event-card .event-card-title {
2718     font-size: 14px;
2719     color: #555;
2720     line-height: 15px;
2721     font-weight: bold;
2722     margin: 0;
2723 }
2724 .event-card .event-card-location {
2725     margin-top: 10px;
2726     font-size: 13px;
2727 }
2728 .event-card .event-card-location br {
2729     content: " ";
2730 }
2731 .event-card .event-card-location br::after {
2732     content: " ";
2733 }
2734 .event-card-profile-name a {
2735     color: $link_color;
2736 }
2737 .event-card-profile-name a:hover {
2738     color: $link_hover_color;
2739 }
2740 .event-card .event-card-content .event-location-map {
2741     position: absolute;
2742     left: -9999px;
2743     top: -9999px;
2744 }
2745 .event-card .event-card-content .event-location-map .map{
2746     margin-top: 10px;
2747 }
2748 .event-card .description {
2749     margin-top: 10px;
2750     box-shadow: 0 1.5px 0 0 rgba(0, 0, 0, .1) inset;
2751 }
2752 /* Photos Pages */
2753 #photo-photo {
2754     position: relative;
2755 }
2756 .photo-next-link, .photo-prev-link {
2757     height: 64px;
2758     margin-top: -32px;
2759     opacity: 0;
2760     position: absolute;
2761     top: 50%;
2762     transform: translateZ(0);
2763     transition: opacity .2s;
2764     /*width: 27px;*/
2765     width: 100px;
2766     z-index: 11;
2767     font-size: 64px;
2768     color: #fff;
2769     text-shadow:
2770         -1px -1px 0 #000,
2771         1px -1px 0 #000,
2772         -1px 1px 0 #000,
2773         1px 1px 0 #000;
2774 }
2775 .photo-next-link > i, .photo-prev-link > i {
2776     vertical-align: super;
2777 }
2778 .photo-next-link > i {
2779     float: right;
2780 }
2781 .photo-prev-link {
2782     left: 20px;
2783 }
2784 .photo-next-link {
2785     right: 20px;
2786 }
2787 #photo-photo:hover .photo-next-link,
2788 #photo-photo:hover .photo-prev-link {
2789     opacity: 0.4;
2790 }
2791 #photo-photo .photo-next-link:hover,
2792 #photo-photo .photo-prev-link:hover {
2793     opacity: 1;
2794     color: #fff;
2795 }
2796 .photo-comment-wrapper .comment {
2797     position: relative;
2798 }
2799 .photo-comment-wrapper .wall-item-content {
2800     color: #555;
2801     font-size: 13px;
2802 }
2803 .photo-comment-wrapper .comment-wwedit-wrapper,
2804 .photo-comment-wrapper .wall-item-outside-wrapper.media:first-child {
2805     margin-top: 15px;
2806 }
2807
2808 /* Profiles Page */
2809 .profile-listing-table {
2810     display: table;
2811     width: 100%;
2812 }
2813 .profile-listing-row {
2814     display: table-row;
2815 }
2816 .profile-listing-cell {
2817     display: table-cell;
2818 }
2819 .profile-listing-photo {
2820     width: 48px;
2821     height: 48px;
2822     margin: 10px 0px;
2823 }
2824 #profile-listing-new-link-wrapper {
2825     margin-bottom: 20px;
2826 }
2827
2828 .panel-group-settings > .panel,
2829 .panel-group-settings > form > .panel {
2830     padding-left: 10px;
2831     padding-right: 10px;
2832 }
2833 #profile-photo-upload-section {
2834     display: none;
2835     padding: 10px;
2836 }
2837 #profile-photo-upload-close {
2838     font-size: 14px;
2839 }
2840
2841 /* Settings */
2842 .section-subtitle-wrapper {
2843     padding: 1px 10px;
2844 }
2845 details.profile-jot-net[open] summary:before, .panel .section-subtitle-wrapper a.accordion-toggle:before {
2846     font-family: ForkAwesome;
2847     content: "\f0d7";
2848     padding-right: 5px;
2849 }
2850 details.profile-jot-net summary:before, .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2851     font-family: ForkAwesome;
2852     content: "\f0da";
2853 }
2854 details.profile-jot-net summary:before {
2855     padding-right: 5px;
2856     padding-left: 3px;
2857 }
2858 details.profile-jot-net[open] summary:before {
2859     padding-right: 5px;
2860     padding-left: 0px;
2861 }
2862 #settings-nick-wrapper {
2863     margin-bottom: 20px;
2864 }
2865 .group {
2866     margin-left: 20px;
2867 }
2868
2869 /* Emulates Bootstrap display */
2870 .settings-block {
2871     margin: 0 -15px 5px;
2872     color: #333;
2873     background-color: rgba(255,255,255,0.95);
2874     border-radius: 4px;
2875     padding: 10px 15px;
2876     box-shadow: 0 0 3px #dadada;
2877     -webkit-box-shadow: 0 0 3px #dadada;
2878     -moz-box-shadow: 0 0 3px #dadada;
2879 }
2880
2881 .settings-block.fakelink, .settings-block > .fakelink {
2882     padding: 10px 25px;
2883     display: block;
2884 }
2885 .settings-block > .fakelink {
2886     margin: -10px -15px 10px -15px;
2887     border-radius: 4px 4px 0 0;
2888 }
2889
2890 .settings-block.fakelink:hover, .settings-block > .fakelink:hover {
2891     color: $link_hover_color;
2892 }
2893 .settings-block.fakelink > h3, .settings-block > .fakelink > h3 {
2894     margin: 0;
2895     padding: 0;
2896     color: $link_color;
2897     font-size: 18px;
2898 }
2899
2900 .fakelink > h3:before {
2901     padding-right: 10px;
2902 }
2903 .widget.fakelink > h3:before,
2904 .settings-block.fakelink > h3:before {
2905     font-family: ForkAwesome;
2906     content: "\f0da"; /* Right Plain Pointer */
2907 }
2908 .widget > .fakelink > h3:before,
2909 #sidebar-group-header > .fakelink > h3:before,
2910 .settings-block > .fakelink > h3:before {
2911     font-family: ForkAwesome;
2912     content: "\f0d7"; /* Bottom Plain Pointer */
2913 }
2914
2915 h3.connector {
2916     line-height: 40px;
2917 }
2918
2919 /* Intro Notifications */
2920 ul.notif-network-list {
2921     margin-left: -15px;
2922     margin-right: -15px;
2923 }
2924 ul.notif-network-list > li {
2925     padding-left: 15px;
2926     padding-right: 15px;
2927 }
2928 .intro-wrapper.media {
2929     overflow: visible;
2930     word-wrap: break-word;
2931     margin-top: 0;
2932 }
2933 .intro-photo-wrapper img.intro-photo {
2934     height:80px;
2935     width: 80px;
2936     border-radius: 4px;
2937 }
2938 .intro-actions {
2939     display: flex;
2940 }
2941 .intro-enty-name h4 {
2942     font-size: 15px !important;
2943 }
2944 .intro-wrapper button.intro-action-link {
2945     opacity: 0.1;
2946     transition: all 0.25s ease-in-out;
2947 }
2948 .intro-wrapper button.intro-action-link,
2949 .intro-wrapper button.intro-action-link:hover {
2950     padding-right: 5px;
2951     padding-left: 5px;
2952     color: #555;
2953 }
2954 ul li:hover .intro-wrapper button.intro-action-link {
2955     opacity: 0.8;
2956     transition: all 0.25s ease-in-out;
2957 }
2958 ul li:hover .intro-wrapper button.intro-action-link:hover {
2959     opacity: 1;
2960 }
2961 .intro-action-buttons {
2962     margin-top: 15px;
2963     /*display: none;*/
2964     max-height: 0px;
2965     overflow: hidden;
2966     transition: max-height 0.1s ease-out;
2967 }
2968 ul.notif-network-list > li:hover .intro-action-buttons {
2969     /*display: block;*/
2970     max-height: 30px;
2971     transition: max-height 0.1s ease-in;
2972 }
2973 .intro-desc-label, .intro-url-label, .intro-network-label,
2974 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2975 .intro-about-label, .intro-knowyou-label, .intro-madeby-label {
2976     font-weight: bold;
2977 }
2978 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2979 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2980 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2981 .intro-contact-info.xs .intro-knowyou-label {
2982     display: block;
2983     margin-top: 5px
2984 }
2985
2986 /* Notifications Page */
2987 ul.notif-network-list li.unseen {
2988     background-color: #f3fcfd;
2989 }
2990 .notif-item img.notif-image {
2991     height: 48px;
2992     width: 48px;
2993     border-radius: 4px;
2994 }
2995 .notif-item .notif-desc-wrapper {
2996     height: 48px;
2997 }
2998 .notif-item .notif-desc-wrapper a {
2999     height: 100%;
3000     display: block;
3001     color: #555;
3002     font-size: 13px;
3003     font-weight: 600;
3004 }
3005
3006 /* Search Page */
3007
3008 /* This is a little bit hacky. Since the search page is used for diferent
3009 content types we can't apply the generic-page-wrapper class.
3010 So we apply the css of the generic-page-wrapper class to the ul element with some
3011 little modifications to emulate a standard page template */
3012 .search-content-wrapper > ul.viewcontact_wrapper {
3013     min-height: calc(100vh - 150px);
3014     padding-top: 15px;
3015     padding-bottom: 20px;
3016     margin: 0;
3017     margin-bottom: 20px;
3018     border: none;
3019     /*background-color: #fff;*/
3020     background-color: rgba(255,255,255,$contentbg_transp);
3021     border-radius: 4px;
3022     position: relative;
3023     /*overflow: hidden;*/
3024     color: #555;
3025     box-shadow: 0 0 3px #dadada;
3026     -webkit-box-shadow: 0 0 3px #dadada;
3027     -moz-box-shadow: 0 0 3px #dadada;
3028 }
3029
3030 /* Help Page */
3031 section.help-content-wrapper h1 {
3032     padding-bottom: 0.3em;
3033     font-size: 1.8em;
3034     border-bottom: 1px solid #ddd;
3035 }
3036 section.help-content-wrapper h2 {
3037     padding-bottom: 0.3em;
3038     font-size: 1.5em;
3039     border-bottom: 1px solid #ddd;
3040 }
3041 section.help-content-wrapper h3 {
3042     font-size: 1.2em;
3043 }
3044 section.help-content-wrapper h4 {
3045     font-size: 1em;
3046 }
3047 section.help-content-wrapper h1,
3048 section.help-content-wrapper h2,
3049 section.help-content-wrapper h3,
3050 section.help-content-wrapper h4,
3051 section.help-content-wrapper h5,
3052 section.help-content-wrapper h6 {
3053     margin-top: 24px;
3054     margin-bottom: 16px;
3055     font-weight: 600;
3056     line-height: 1.25;
3057 }
3058 section.help-content-wrapper p {
3059     margin: 0.4em 0;
3060 }
3061 section.help-content-wrapper p,
3062 section.help-content-wrapper a,
3063 section.help-content-wrapper li {
3064     line-height: 1.6;
3065     font-size: 0.96em;
3066 }
3067
3068 /*Admin Page*/
3069 #adminpage #frio_background_image .image-select {
3070     display: none;
3071 }
3072 #adminpage #frio_background_image.input-group {
3073     display: block;
3074 }
3075 #admin-summary-wrapper {
3076     padding-top: 10px;
3077 }
3078 #adminpage ul#addonslist, li.addon {
3079     list-style: none;
3080 }
3081 #adminpage li .icon {
3082     display: inline-block;
3083     vertical-align: text-top;
3084     position: relative;
3085     padding-left: 5px;
3086 }
3087 #adminpage li .icon:before {
3088     content: "";
3089     display: inline-block;
3090     position: absolute;
3091     width: 17px;
3092     height: 17px;
3093     left: 0;
3094     margin-left: -20px;
3095     margin-top: 2px;
3096     border: 1px solid #cccccc;
3097     border-radius: 3px;
3098     background-color: #fff;
3099     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3100     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3101     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
3102 }
3103 #adminpage li .icon.on:after {
3104     font-family: "ForkAwesome";
3105     content: "\f00c";
3106     display: inline-block;
3107     position: absolute;
3108     width: 16px;
3109     height: 16px;
3110     left: 0;
3111     top: 0;
3112     margin-left: -20px;
3113     margin-top: 2px;
3114     padding-left: 3px;
3115     padding-top: 1px;
3116     font-size: 11px;
3117     color: #555555;
3118 }
3119 #adminpage .addon .desc {
3120     padding-left: 10px;
3121 }
3122 .adminpage .admin-settings-action-link,
3123 .adminpage .admin-settings-action-link:hover {
3124     color: #555;
3125 }
3126 .adminpage .admin-settings-action-link:hover {
3127     opacity: 1;
3128 }
3129 .adminpage .admin-settings-action-link {
3130     opacity: 0.8;
3131 }
3132 #admin-users tr.blocked {
3133     background-color: #f8efc0;
3134 }
3135 .adminpage .table-hover > tbody > tr:hover + tr.details {
3136     background-color: #f5f5f5;
3137 }
3138 .offset-anchor::before {
3139     display: block;
3140     content: " ";
3141     margin-top: -100px;
3142     height: 100px;
3143     visibility: hidden;
3144     pointer-events: none;
3145 }
3146
3147 /* Manage Page */
3148 #identity-selector-wrapper {
3149     width: auto;
3150     height: auto;
3151     margin-top: 20px;
3152 }
3153 #identity-selector-wrapper .identity-match-photo {
3154     width: auto;
3155     float: none;
3156 }
3157 #identity-selector-wrapper .identity-match-photo button {
3158     position: relative;
3159 }
3160 #identity-selector-wrapper .identity-match-photo .badge {
3161     position: absolute;
3162     top: -8px;
3163     right: -8px;
3164 }
3165 #identity-selector-wrapper .identity-match-name {
3166     text-align: center;
3167 }
3168 #identity-selector-wrapper .identity-match-details {
3169     width: auto;
3170     float: none;
3171 }
3172
3173 /* Register Page */
3174 #register-openid-wrapper, #register-name-wrapper, #register-invite-wrapper, #profile-publish-wrapper {
3175     margin-top: 20px;
3176 }
3177 #register-openid-end, #register-nickname-end
3178 {
3179     margin-top: 40px;
3180 }
3181
3182 /*
3183 * Overwriting for transparency and other colors
3184 */
3185 main .nav-tabs>li.active>a,
3186 main .nav-tabs>li.active>a:focus,
3187 main .nav-tabs>li.active>a:hover {
3188     background-color: rgba(255,255,255,$contentbg_transp);
3189 }
3190
3191 /*
3192  * Modal
3193  */
3194 .modal hr {
3195     border-color: #eee;
3196 }
3197
3198 /*
3199  * Framework overwrite
3200  */
3201
3202 /* textcomplete for contact filtering*/
3203 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
3204     position: relative !important;
3205     top: inherit !important;
3206     bottom: inherit !important;
3207     left: inherit !important;
3208     padding: 0;
3209     margin-left: -15px;
3210     margin-right: -15px;
3211     background-color: transparent;
3212     box-shadow: none;
3213     border: none;
3214 }
3215 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
3216     padding-left: 15px;
3217     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
3218 }
3219 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
3220     display: none;
3221 }
3222 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
3223 .textcomplete-item > a {
3224     padding: 0 !important;
3225     border-left: none;
3226     background-color: transparent !important;
3227 }
3228 /* this is a little hack for texcomplete contact filter
3229 There are for some reasons empty <a> tags. I don't know why */
3230 .textcomplete-item .contact-wrapper a {
3231     padding: 0;
3232 }
3233
3234 /* hovercard fix */
3235 body .tread-wrapper .hovercard a,
3236 body .tread-wrapper .hovercard a:hover {
3237     color: $link_color;
3238 }
3239 body .tread-wrapper .hovercard:hover .hover-card-content a {
3240     color: $link_color !important;
3241 }
3242
3243 /* Pagination improvements */
3244 .pagination {
3245     text-align: center;
3246     display: block;
3247 }
3248 .pagination > li > a,
3249 .pagination > li > span {
3250     color: $link_color;
3251     float: none;
3252 }
3253 .pagination>li>a:hover,
3254 .pagination>li>span:hover {
3255     color: $link_hover_color;
3256 }
3257 .pagination > .active > a,
3258 .pagination > .active > a:focus,
3259 .pagination > .active > a:hover,
3260 .pagination > .active > span,
3261 .pagination > .active > span:focus,
3262 .pagination > .active > span:hover {
3263     background-color: $link_color;
3264     border-color: $link_color;
3265     border-radius: 3px;
3266 }
3267 .pagination li.pager_n a {
3268     margin-left: 3px;
3269     border-radius: 3px;
3270 }
3271 .pagination .pager_prev a {
3272     margin-left: -5px;
3273     margin-right: 4px;
3274     border-top-right-radius: 3px;
3275     border-bottom-right-radius: 3px;
3276 }
3277 .pagination .pager_next a {
3278     margin-left: 4px;
3279     margin-right: -5px;
3280     border-top-left-radius: 3px;
3281     border-bottom-left-radius: 3px;
3282 }
3283 .pager .next > a,
3284 .pager .previous > a {
3285     float: none;
3286     border-radius: 3px;
3287 }
3288 .pagination .disabled > a,
3289 .pager .disabled > a {
3290     display: none;
3291 }
3292
3293 /*
3294  * some temporary workarounds until this will solved
3295  * elsewhere (e.g. new templates)
3296  */
3297 section .profile-match-wrapper {
3298     float: left;
3299 }
3300
3301 /**
3302  * Login page
3303  */
3304 #login-submit-wrapper {
3305     float: right;
3306 }
3307 #lost-password-link { flex-grow: 2; }
3308 #login-lost-password-link {
3309     margin-bottom: 10px;
3310     float: right;
3311 }
3312 #div_id_remember {
3313     float: left;
3314 }
3315 #id_password_wrapper {
3316     margin-bottom: unset;
3317 }
3318 #login_openid {
3319     clear: both;
3320 }
3321 #register-link {
3322     color: white;
3323     background: #8ad0a1;
3324     width: 100%;
3325 }
3326 #login-end {
3327     clear: both;
3328 }
3329
3330 .mod-home.is-not-singleuser,
3331 .mod-login {
3332     background-color: $login_bg_color;
3333     background-image: linear-gradient(to right, rgba(0,0,0, 0.7) , rgba(0,0,0, 0.4)), url($login_bg_image);
3334     background-size: cover;
3335     background-attachment: fixed;
3336     background-position: center;
3337     padding-top: 0;
3338 }
3339 .mod-home.is-not-singleuser nav.navbar,
3340 .mod-login nav.navbar { background-color: transparent }
3341 .mod-home.is-not-singleuser #topbar-second,
3342 .mod-login #topbar-second {
3343     background-color: transparent;
3344     box-shadow: unset;
3345     border: 0
3346 }
3347 .mod-home.is-not-singleuser .login-content,
3348 .mod-login .login-content {
3349     color: #eee;
3350     margin-top: 2.5%;
3351 }
3352
3353 .mod-home.is-not-singleuser .login-form > #login-extra-links {
3354     margin-top: 4em;
3355 }
3356
3357 .mod-home.is-not-singleuser .login-form > #login-form label,
3358 .mod-login #content #login-form label {
3359     color: #eee;
3360 }
3361
3362 .mod-home.is-not-singleuser .login-panel-content,
3363 .mod-login .login-panel-content {
3364     background-color: rgba(255,255,255,.85);
3365 }
3366
3367 .qq-upload-button {
3368     background: $nav_bg !important;
3369     color: $btn_primary_color !important;
3370     float: none;
3371     border: none;
3372     -webkit-box-shadow: none;
3373     box-shadow: none;
3374     -moz-box-shadow: none;
3375     background-image: none;
3376     text-shadow: none;
3377     border-radius: 3px;
3378     margin-bottom: 0;
3379     font-size: 14px;
3380     font-weight: 600;
3381     padding: 8px 16px;
3382     color: inherit;
3383     width: 100% !important;
3384 }
3385
3386 .qq-upload-drop-area {
3387     background: white !important;
3388     float: none;
3389     border: none;
3390     -webkit-box-shadow: none;
3391     box-shadow: none;
3392     -moz-box-shadow: none;
3393     background-image: none;
3394     text-shadow: none;
3395     border-radius: 3px;
3396     margin-bottom: 0;
3397     font-size: 14px;
3398     font-weight: 600;
3399     padding: 8px 16px;
3400     color: inherit;
3401     width: 100% !important;
3402     display: block !important;
3403     position: relative !important;
3404     border: black 1px dashed !important;
3405     margin-bottom: 5px !important;
3406     margin-top: 15px !important;
3407 }
3408
3409 /* Medium devices (desktops, 992px and up) */
3410 @media (min-width: 992px) {
3411     .mod-home.is-not-singleuser #content,
3412     .mod-login #content {
3413         margin-top: 100px!important;
3414     }
3415
3416     .mod-home.is-not-singleuser .login-form > #login-form,
3417     .mod-home.is-not-singleuser .login-form > #login-extra-links,
3418     .mod-login #content #login-form {
3419         background-color: #fff;
3420         padding: 1em;
3421         position: relative;
3422     }
3423     .mod-home.is-not-singleuser .login-form > #login-extra-links {
3424         margin-top: unset;
3425         background-color: white;
3426     }
3427
3428     .mod-home.is-not-singleuser .login-form > #login-form label,
3429     .mod-login #content #login-form label {
3430         color: #444;
3431     }
3432
3433     .mod-home.is-not-singleuser .login-form::before,
3434     .mod-login #content #login-form::before {
3435         display: block;
3436         position: absolute;
3437         content: " ";
3438         background-color: rgba(255,255,255,0.1);
3439         width:90%;
3440         height: 110%;
3441         top: -5%;
3442         left: 5%;
3443         z-index: -1;
3444     }
3445
3446     .mod-home.is-not-singleuser .login-form::after,
3447     .mod-login #content #login-form::after {
3448         display: block;
3449         position: absolute;
3450         content: " ";
3451         background-color: rgba(255,255,255,0.2);
3452         width:80%;
3453         height: 120%;
3454         top: -10%;
3455         left: 10%;
3456         z-index: -1;
3457     }
3458
3459 }
3460
3461 /* Mobile display */
3462 @media (max-width: 600px) {
3463         body {
3464                 padding-top: 95px;
3465         }
3466     body.minimal {
3467         padding: 15px;
3468     }
3469
3470     #friendica-logo-mask {
3471                 display: none;
3472         }
3473
3474         .container {
3475                 padding-right: 0;
3476                 padding-left: 0;
3477         }
3478
3479         .panel {
3480                 border-radius: 0;
3481                 margin-bottom: 5px;
3482         }
3483
3484         .panel .panel-body {
3485                 padding: 10px;
3486         }
3487
3488     .toplevel_item > .wall-item-container {
3489         padding: 0;
3490     }
3491
3492         .wall-spacer {
3493                 height: 0px;
3494         }
3495
3496         .wall-item-actions {
3497                 margin-top: 10px;
3498         }
3499
3500         .media {
3501                 margin-top: 0;
3502         }
3503
3504         .preferences {
3505                 right: 10px;
3506         }
3507
3508         .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 {
3509                 border-radius: 0;
3510                 padding: 10px;
3511         }
3512
3513         .row {
3514                 margin-right: 0;
3515         }
3516
3517         .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 {
3518                 padding-right: 0;
3519         }
3520
3521         .wwto .contact-photo {
3522                 height: 19px;
3523                 padding: 0;
3524                 top: 24px;
3525                 left: 24px;
3526         }
3527
3528         /*
3529                 Prevent automatic zoom on input focus on iOS
3530                 see https://stackoverflow.com/a/16255670
3531         */
3532         .form-control {
3533                 font-size: 16px;
3534         }
3535
3536     .wall-item-container.thread_level_3,
3537     .wall-item-container.thread_level_4,
3538     .wall-item-container.thread_level_5,
3539     .wall-item-container.thread_level_6,
3540     .wall-item-container.thread_level_7 {
3541         margin-left: 5px;
3542     }
3543 }