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