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