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