]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/css/style.css
fix some optical glitches with oembedded links and videos
[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 .posted-date-selector-months{
1040     margin-left: 0;
1041     margin-bottom: 10px;
1042     width: 100%
1043 }
1044 aside #datebrowse-sidebar .posted-date-selector-months li{
1045     padding-left: 30px;
1046 }
1047 aside #datebrowse-sidebar .posted-date-selector-months li:hover{
1048     padding-left: 27px;
1049 }
1050
1051 /* vcard / h-card */
1052 aside .vcard #profile-photo-wrapper{
1053     margin: 0;
1054 }
1055 aside .vcard img.u-photo,
1056 aside img.vcard-photo {
1057     width: 100%;
1058     border-radius: 3px;
1059 }
1060 aside .vcard .tool .action{
1061     position: absolute;
1062     top:20px;
1063     right: 20px;
1064     font-size: 32px;
1065     width: 45px;
1066     height: 45px;
1067     background: rgba(0,0,0,.50);
1068     text-align: center;
1069     border-radius: 3px;
1070     opacity: 0;
1071     -webkit-transition: all 0.25s ease-in-out;
1072     -moz-transition: all 0.25s ease-in-out;
1073     -o-transition: all 0.25s ease-in-out;
1074     -ms-transition: all 0.25s ease-in-out;
1075     transition: all 0.25s ease-in-out;
1076 }
1077 aside .vcard .tool a {
1078 color: rgba(255,255,255,.85);
1079 }
1080 aside .vcard #profile-photo-wrapper:hover .tool .action {
1081     opacity: 1;
1082 }
1083 aside .vcard .profile-header {
1084     margin-bottom: 20px;
1085 }
1086 aside .vcard .fn {
1087     font-size: 20px;
1088     font-weight: bold;
1089 }
1090 aside .vcard .p-addr {
1091     font-style: italic;
1092     overflow: hidden;
1093     text-overflow: ellipsis;
1094     white-space: nowrap;
1095     padding-bottom: 2px;
1096 }
1097
1098 aside .vcard .detail {
1099     display: table;
1100     padding: 5px 0;
1101 }
1102 aside .xmpp {
1103     display: table;
1104 }
1105 aside .vcard .icon {
1106     display: table-cell;
1107     padding-right: 10px;
1108 }
1109 #profile-extra-links {
1110     margin-bottom: 20px;
1111 }
1112 aside .vcard #dfrn-request-link-button,
1113 aside .vcard #wallmessage-link-botton {
1114     width: 50%;
1115     margin: 0 0 0 -5px;
1116     float: left;
1117     padding: 0 5px;
1118 }
1119 aside .vcard #dfrn-request-link,
1120 aside .vcard #wallmessage-link {
1121     width: 100%;
1122 }
1123 /* vcard-short-info */
1124 #vcard-short-info,
1125 #nav-short-info .contact-wrapper {
1126     margin-top: 2px;
1127     height: 40px;
1128     white-space: nowrap;
1129     overflow: hidden;
1130     padding-right: 20px;
1131     margin-left: -14px;
1132 }
1133 #vcard-short-photo-wrapper img,
1134 #nav-short-info .contact-wrapper img {
1135     height: 34px;
1136     width: 34px;
1137     border-radius: 3px;
1138 }
1139 #vcard-short-desc,
1140 #nav-short-info .contact-wrapper .media-body {
1141     display: block;
1142     height: 34px;
1143     width: 100%;
1144     text-overflow: ellipsis;
1145 }
1146 #vcard-short-desc > .media-heading,
1147 #vcard-short-desc > .vcard-short-addr,
1148 #nav-short-info .contact-wrapper .media-heading,
1149 #nav-short-info .contact-wrapper #contact-entry-url-network {
1150     text-overflow: ellipsis;
1151     overflow: hidden;
1152 }
1153 #vcard-short-desc > .media-heading,
1154 #nav-short-info .contact-wrapper .media-heading {
1155     margin-bottom: 1px;
1156     font-weight: bold;
1157 }
1158 #nav-short-info .contact-wrapper .media-heading a {
1159     color: #555;
1160     font-size: 14px !important;
1161 }
1162 #vcard-short-desc > .vcard-short-addr,
1163 #nav-short-info .contact-wrapper #contact-entry-url-network {
1164     color: #777;
1165     font-size: 12px;
1166 }
1167 .network-content-wrapper > #viewcontact_wrapper-network,
1168 #nav-short-info .contact-wrapper .contact-photo-overlay,
1169 #nav-short-info .contact-wrapper .contact-actions{
1170     display: none
1171 }
1172
1173 aside #peoplefind-sidebar input,
1174 aside #follow-sidebar input {
1175     height: 30px;
1176     background-position: 10px 5px;
1177 }
1178 aside #peoplefind-sidebar .form-group-search .form-button-search,
1179 aside #follow-sidebar .form-group-search .form-button-search {
1180     padding: 2px 8px;
1181 }
1182
1183 aside #group-sidebar .group-edit-tool,
1184 aside #saved-search-list .savedsearchdrop {
1185     opacity: 0.1;
1186     transition: all 0.25s ease-in-out;
1187 }
1188 aside #group-sidebar .sidebar-group-li:hover .group-edit-tool,
1189 aside #saved-search-list .saved-search-li:hover .savedsearchdrop {
1190     opacity: 0.8;
1191     transition: all 0.25s ease-in-out;
1192 }
1193 aside #group-sidebar .sidebar-group-li .group-edit-tool:hover,
1194 aside #saved-search-list .saved-search-li .savedsearchdrop:hover {
1195     opacity: 1;
1196 }
1197 aside #group-sidebar li .group-checkbox {
1198     margin: 0;
1199 }
1200 aside #group-sidebar li .group-edit-tool {
1201     padding-right: 10px;
1202 }
1203 aside #group-sidebar li .group-edit-tool:first-child {
1204     padding-right: 0px;
1205 }
1206
1207 /* contact block widget */
1208 #contact-block .contact-block-content {
1209     clear: both;
1210     overflow: auto;
1211     height: auto;
1212 }
1213 #contact-block .contact-block-div {
1214     float: left;
1215     margin: 0px 5px 5px 0px;
1216 /*    height: 90px;
1217     width: 90px;*/
1218 }
1219 #contact-block contact-block-link {
1220
1221 }
1222 #contact-block .contact-block-img {
1223     height: 75px;
1224     width: 75px;
1225     border-radius: 4px;
1226 }
1227 /* Section */
1228 section ul.tabs {
1229     display: none !important;
1230 }
1231
1232 /* Jot */
1233 section #jotOpen {
1234     display: none;
1235 }
1236 #jotOpen {
1237     margin-top: 3px;
1238     float: right;
1239 }
1240 #jot-content {
1241     display: none;
1242 }
1243 .jothidden {
1244     /*display: none;*/
1245 }
1246 #jot-modal .modal-header a, #jot-modal .modal-header .btn-link,
1247 #profile-jot-submit-wrapper a, #profile-jot-submit-wrapper .btn-link {
1248     color: #555;
1249     text-transform: capitalize;
1250 }
1251 #jot-modal .modal-header {
1252     border-bottom: none;
1253 }
1254 #jot-title-wrap, #jot-category-wrap {
1255     margin-bottom: 5px;
1256 }
1257 #jot-text-wrap {
1258     margin-top: 20px;
1259 }
1260 #jot-text-wrap textarea {
1261     min-height: 100px;
1262 }
1263 #profile-jot-wrapper button#jot-submit {
1264     margin-top: 5px;
1265 }
1266 #profile-jot-wrapper #character-counter {
1267     padding: 10px 15px;
1268 }
1269
1270 /* ACL */
1271 /*#jot-modal-body {
1272     height: auto;
1273     max-height: calc(100vh - 130px);
1274     overflow-y: hidden;
1275 }*/
1276 #acl-search {
1277     margin-top: 20px;
1278     /*padding: 8px;*/
1279     /*border: 1px solid #ccc;*/
1280     width: 100%;
1281 }
1282 #acl-list {
1283     display: block;
1284     border: 1px solid #ccc;
1285     overflow: auto;
1286     clear: both;
1287     min-height: 62px;
1288     margin-top: 20px;
1289     padding: 10px 10px 0px 0px;
1290     -webkit-border-radius: 4px;
1291     -moz-border-radius: 4px;
1292     border-radius: 4px;
1293 }
1294 #acl-list-content {
1295     overflow-y: auto;
1296     max-height: calc(100vh - 330px);
1297     height: auto !important;
1298 }
1299 .acl-list-item {
1300     width: 48%;
1301     width: calc(50% - 10px);
1302     border: 1px solid #ccc;
1303     margin: 0px 0px 10px 10px;
1304     padding: 5px;
1305     float: left;
1306     -webkit-border-radius: 4px;
1307     -moz-border-radius: 4px;
1308     border-radius: 4px;
1309 }
1310 .acl-list-item img {
1311     width: 40px;
1312     height: 40px;
1313     float: left;
1314     margin-right: 5px;
1315     -webkit-border-radius: 4px;
1316     -moz-border-radius: 4px;
1317     border-radius: 4px;
1318 }
1319 .acl-list-item p {
1320     margin: 0px;
1321     white-space: nowrap;
1322     overflow: hidden;
1323     text-overflow: ellipsis;
1324 }
1325 .acl-list-item.groupshow {
1326     background-color: #8DB255
1327 }
1328 .acl-list-item.grouphide {
1329     background-color: #E68364;
1330 }
1331 .acl-button-show, .acl-button-hide {
1332     float: right;
1333     margin-left: 5px;
1334 }
1335 #acl-showall.selected {
1336     background-color: #4CAF50;
1337     color: #fff;
1338 }
1339 .acl-button-show.selected {
1340     background-color: #4CAF50;
1341     color: #fff;
1342 }
1343 .acl-button-hide.selected {
1344     background-color: #F44336;
1345     color: #fff;
1346 }
1347
1348 /* Filebrowser */
1349 .fbrowser .breadcrumb {
1350     margin-bottom: 0px;
1351 }
1352 .fbrowser .path a:before {
1353     content: "";
1354     padding: 0;
1355 }
1356 .fbrowser .breadcrumb > li:last-of-type a{
1357     color: #777;
1358     pointer-events: none;
1359     cursor: default;
1360 }
1361 .fbrowser .folders {
1362     box-shadow: -1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
1363     padding-right: 1px;
1364 }
1365 .fbrowser .folders ul {
1366     padding: 0px;
1367     margin-left: -15px;
1368     margin-bottom: 0px;
1369     overflow-y: auto;
1370     min-width: 100px;
1371     max-height: calc(100vh - 210px);
1372     line-height: 1.3;
1373 }
1374 @media (min-width: 768px) {
1375     .fbrowser .folders ul {
1376         max-height: calc(100vh - 255px);
1377     }
1378 }
1379 .fbrowser .folders li {
1380     padding-left: 20px;
1381     padding-right: 10px;
1382     padding-top: 3px;
1383     padding-bottom: 3px;
1384 }
1385 .fbrowser .folders li:hover {
1386     z-index: 2;
1387     color: #555;
1388     background-color: rgba(247, 247, 247, $contentbg_transp);
1389     border-left: 3px solid $link_color !important;
1390     padding-left: 17px;
1391 }
1392 .fbrowser .folders li a,
1393 .fbrowser .folders li a:hover {
1394     color: #555;
1395     font-size: 13px;
1396 }
1397 .fbrowser .folders + .list {
1398     padding-left: 10px;
1399 }
1400 .fbrowser .fbrowser-content-container {
1401     overflow-y: auto;
1402     max-height: calc(100vh - 175px);
1403 }
1404 @media (min-width: 768px) {
1405     .fbrowser .fbrowser-content-container {
1406         max-height: calc(100vh - 220px);
1407     }
1408 }
1409 .fbrowser.image .photo-album-image-wrapper {
1410     box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
1411 }
1412 .fbrowser .profile-rotator-wrapper {
1413     min-height: 200px;
1414 }
1415 .fbrowser .fa-spin {
1416    position: absolute;
1417    left: 45%;
1418    top: 40%;
1419    font-size: 48px;
1420    margin:0px auto;
1421 }
1422
1423 /*
1424 /* Stream
1425 */
1426 .panel {
1427     border: none;
1428     /*background-color: #fff;*/
1429     background-color: rgba(255,255,255,$contentbg_transp);
1430     box-shadow: 0 0 3px #dadada;
1431     -webkit-box-shadow: 0 0 3px #dadada;
1432     -moz-box-shadow: 0 0 3px #dadada;
1433     border-radius: 4px;
1434     position: relative;
1435 }
1436 .panel.panel-inline {
1437     margin-left: -15px;
1438     margin-right: -15px;
1439     margin-top: 15px;
1440     padding: 15px;
1441 }
1442 .panel .panel-body {
1443     padding: 15px;
1444     font-size: 14px;
1445 }
1446 .panel .panel-body .wall-item-content {
1447     color: #555;
1448 }
1449 .tread-wrapper .media {
1450     overflow: visible;
1451     word-wrap: break-word;
1452 }
1453
1454 /* Thread hover effects */
1455 .wall-item-container .wall-item-content a,
1456 .wall-item-container a,
1457 .wall-item-container .fakelink,
1458 .toplevel_item .fakelink,
1459 .toplevel_item .wall-item-container .wall-item-responses a {
1460     color: #555;
1461     -webkit-transition: all 0.25s ease-in-out;
1462     -moz-transition: all 0.25s ease-in-out;
1463     -o-transition: all 0.25s ease-in-out;
1464     -ms-transition: all 0.25s ease-in-out;
1465     transition: all 0.25s ease-in-out;
1466 }
1467
1468 .toplevel_item:hover .fakelink, .wall-item-container:hover .fakelink,
1469 .toplevel_item:hover .wall-item-container:hover .wall-item-responses a,
1470 .toplevel_item:hover .wall-item-content a,
1471 .toplevel_item:hover .wall-item-name,
1472 .wall-item-container:hover .wall-item-content a,
1473 .wall-item-container:hover .wall-item-name,
1474 .wall-item-container:hover .wall-item-location a {
1475     /*color: #6fdbe8;*/
1476     color: $link_color;
1477     -webkit-transition: all 0.25s ease-in-out;
1478     -moz-transition: all 0.25s ease-in-out;
1479     -o-transition: all 0.25s ease-in-out;
1480     -ms-transition: all 0.25s ease-in-out;
1481     transition: all 0.25s ease-in-out;
1482 }
1483
1484 /* wall items */
1485 .wall-item-container {
1486     position: relative;
1487 }
1488
1489 /* wall items contact photo */
1490 .contact-photo {
1491     height: 48px;
1492     width: 48px;
1493     border-radius: 3px;
1494     /*maybe some adional stuff is needed for the different screen sizes */
1495 }
1496 .contact-photo-image-wrapper {
1497     width: 100%;
1498     height: 100%;
1499     overflow: hidden;
1500     position: relative;
1501     text-align: center;
1502 }
1503 .contact-photo-overlay {
1504     width: 100%;
1505     height: 100%;
1506     position: absolute;
1507     overflow: hidden;
1508     top: 0;
1509     left: 0;
1510     border-radius: 3px;
1511     background:rgba(0,0,0,.50);
1512     text-align:center;
1513     opacity:0;
1514     -webkit-transition: opacity .25s ease;
1515     -moz-transition: opacity .25s ease;
1516 }
1517 .contact-photo-overlay:hover {
1518     opacity: 1;
1519 }
1520 .contact-photo-overlay-content {
1521     font-size: 26px;
1522     text-shadow: 1px 1px 1px #ccc;
1523     color:rgba(255,255,255,.85);
1524     height: 100%;
1525     vertical-align: bottom;
1526 }
1527 .contact-photo-xs{
1528     height: 38px;
1529     width: 38px;
1530     border-radius: 3px;
1531 }
1532 .wwto .contact-photo {
1533     width: auto;
1534     height: 25px;
1535     font-size: 8.8px;
1536     padding: 3.6px 0;
1537     border-radius: 2px;
1538     position: absolute;
1539     top: 30px;
1540     left: 30px;
1541     display: inline-block;
1542 }
1543
1544 /* wall items action dropdown menu */
1545 .nav-pills.preferences {
1546     position: absolute;
1547     right: 15px;
1548     top: 10px;
1549 }
1550 .comment .nav-pills.preferences {
1551     right: 0px;
1552     top: 0px;
1553 }
1554 .wall-item-network {
1555     font-size: 13px;
1556 }
1557
1558 /* wall items contact info */
1559 .media .media-body {
1560     font-size: 13px;
1561 }
1562 .media .media-body h4.media-heading {
1563     font-size: 14px;
1564     font-weight: 500;
1565     color: #555;
1566 }
1567 .media .media-body .addional-info a, .media .media-body h5.media-heading > a {
1568     display: block;
1569 }
1570 .media .contact-info-comment {
1571     display: table-cell;
1572 }
1573 .media .contact-info-xs h5,
1574 .media .contact-info-comment {
1575     margin: 0 0 5px;
1576 }
1577 .media-heading {
1578     margin: 0 0 5px;
1579 }
1580 .wall-item-name,
1581 .shared-author {
1582     font-size: 15px;
1583     font-weight: bold;
1584 }
1585 .wall-item-name.xs {
1586     font-weight: 700;
1587     font-size: 14px;
1588 }
1589
1590 /* The lock symbol popup */
1591 #panel {
1592     position: absolute;
1593     list-style: none;
1594     background-color: $nav_bg;
1595     border: none;
1596     border-radius: 3px;
1597     float: left;
1598     min-width: 160px;
1599     max-width: 220px;
1600     padding: 10px ;
1601     margin: 2px 0 0;
1602     font-size: 14px;
1603     text-align: left;
1604     color: $nav_icon_color;
1605     z-index: 1000;
1606 }
1607
1608 /* wall items content */
1609 .wall-item-content {
1610     word-break: break-word;
1611 }
1612 .wall-item-content img {
1613     max-height: 480px;
1614     object-fit: contain;
1615 }
1616 .wall-item-body > img,
1617 .wall-item-body > a > img {
1618     border-radius: 3px;
1619 }
1620 .wall-item-body .body-attach > a {
1621     color: #555;
1622     display: inline-block;
1623 }
1624 .wall-item-body .body-attach > a div {
1625     color: #555;
1626     width: 20px;
1627 }
1628
1629 /* wall-item content elements */
1630 .shared-wrapper,
1631 .vevent {
1632     padding: 10px;
1633     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
1634 }
1635 @media screen and (max-width: 767px) {
1636     .shared-wrapper,
1637     .vevent {
1638     margin-left: 0px;
1639     margin-right: 0px;
1640     }
1641 }
1642 .shared-wrapper:hover,
1643 .vevent:hover {
1644     box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .15) inset, 0 1px 1px rgba(0, 0, 0, .05);
1645 }
1646 .shared_header {
1647     margin-left: 0px;
1648     margin-top: 0px;
1649     padding-top: 0px;
1650     margin-bottom: 10px;
1651     border-top: none;
1652     color: inherit;
1653 }
1654 blockquote.shared_content {
1655     padding: 0px;
1656     margin-left: 0px;
1657     color: inherit;
1658 }
1659 code > .hl-main {
1660     padding: 10px 10px 1px 0;
1661 }
1662 .hl-main ol {
1663     line-height: 1.7;
1664 }
1665 .type-link img.attachment-image {
1666     width: 100%;
1667 }
1668 .type-link blockquote, .type-video blockquote {
1669     margin: 0;
1670     padding: 10px 0;
1671 }
1672 .oembed.video .embed_video > div::before {
1673     font-family: FontAwesome;
1674     font-weight: normal;
1675     font-style: normal;
1676     display: inline-block;
1677     text-decoration: inherit;
1678     vertical-align: top;
1679     font-size: 3em;
1680     content: "\f01d";
1681     color: #fff;
1682     bottom: 0px;
1683     right: 10px;
1684     position: absolute;
1685 }
1686 .oembed.video .embed_video > div {
1687     background-color: rgba(0,0,0,0.2);
1688     -webkit-transition: all 0.25s ease-in-out;
1689     -moz-transition: all 0.25s ease-in-out;
1690     -o-transition: all 0.25s ease-in-out;
1691     -ms-transition: all 0.25s ease-in-out;
1692     transition: all 0.25s ease-in-out;
1693 }
1694 .oembed.video .embed_video > div:hover {
1695     background-color: rgba(0,0,0,0);
1696 }
1697 .wall-item-tags,
1698 .itemedited {
1699     margin-top: 10px;
1700     font-size: 13px;
1701 }
1702
1703 .wall-item-tags a {
1704     color: #555;
1705 }
1706
1707 .wall-item-tags a:hover {
1708     text-decoration: none;
1709 }
1710 .wall-item-bottom .label,
1711 .wall-item-bottom .label a {
1712     color: #fff;
1713 }
1714
1715 /* item social action buttons */
1716 .wall-item-actions {
1717     margin-top: 15px;
1718 }
1719 .wall-item-actions, .wall-item-actions a, .wall-item-actions button {
1720     font-size: 13px;
1721     color: #555;
1722     margin-bottom: 0;
1723 }
1724 .wall-item-actions .active {
1725     font-weight: bold;
1726 }
1727 .wall-item-actions .active:hover {
1728     color: $link_color;
1729 }
1730 .wall-item-actions-left {
1731     display: table-cell;
1732     vertical-align: middle;
1733 }
1734 .wall-item-actions-right {
1735     display: flex;
1736 }
1737 .wall-item-actions .checkbox {
1738     margin: 0;
1739     margin-left: 20px;
1740 }
1741 .wall-item-actions .button-event {
1742     padding-left: 5px;
1743     padding-right: 5px;
1744 }
1745 .wall-item-actions .button-comments,
1746 .wall-item-actions .button-votes,
1747 .wall-item-actions .button-likes {
1748     text-transform: capitalize;
1749 }
1750 .wall-item-actions button:hover {
1751     color: #555;
1752     text-decoration: underline;
1753 }
1754 .wall-item-actions .separator {
1755         margin: 0 .3em;
1756 }
1757
1758 /* wall item hover effects */
1759 .wall-item-container .wall-item-links,
1760 .wall-item-container .wall-item-actions,
1761 .wall-item-container .body-attach > a {
1762     opacity: 0.3;
1763     -webkit-transition: all 0.25s ease-in-out;
1764     -moz-transition: all 0.25s ease-in-out;
1765     -o-transition: all 0.25s ease-in-out;
1766     -ms-transition: all 0.25s ease-in-out;
1767     transition: all 0.25s ease-in-out;
1768 }
1769 .wall-item-container:hover .wall-item-links,
1770 .wall-item-container:hover .wall-item-actions,
1771 .wall-item-container:hover .body-attach > a {
1772     opacity: 0.6;
1773     -webkit-transition: all 0.25s ease-in-out;
1774     -moz-transition: all 0.25s ease-in-out;
1775     -o-transition: all 0.25s ease-in-out;
1776     -ms-transition: all 0.25s ease-in-out;
1777     transition: all 0.25s ease-in-out;
1778 }
1779 .wall-item-container .wall-item-body .body-attach > a:hover {
1780     opacity: 1;
1781 }
1782
1783 /*
1784 /* Comments
1785 */
1786 .well {
1787     border: none;
1788     box-shadow: none;
1789     /*background-color: #ededed;*/
1790     background-color: rgba(237, 237, 237, $contentbg_transp);
1791     background-image: none;
1792     margin-bottom: 1px;
1793 }
1794 .well-small {
1795     padding: 10px;
1796     border-radius: 3px;
1797 }
1798 .well hr {
1799     margin: 15px 0 10px;
1800     border-top: 1px solid #d9d9d9;
1801 }
1802 .wall-entry .well {
1803     margin-bottom: 0;
1804 }
1805 .comment-container {
1806     margin-top: 10px;
1807     margin-bottom: 0px;
1808     border-top-left-radius: 3px;
1809     border-top-right-radius: 3px;
1810     border-bottom-right-radius: 0px;
1811     border-bottom-left-radius: 0px;
1812 }
1813 .comment .media {
1814     position: relative!important;
1815     margin-top: 0;
1816 }
1817 .hide-comments-outer-wrapper {
1818 /*    text-align: center;
1819     margin-top: -18px;*/
1820 }
1821 .hide-comments-total {
1822     cursor: pointer;
1823 }
1824
1825 /*
1826 * Comment Box
1827 */
1828 .thread_level_2 .wall-item-comment-wrapper {
1829     padding-right: 5px;
1830 }
1831 .comment-edit-submit-wrapper {
1832     margin-bottom: 25px;
1833 }
1834 .comment-edit-submit-wrapper a,
1835 .comment-edit-submit-wrapper a:hover {
1836     padding-top: 5px !important;
1837     padding-bottom: 5px !important;
1838 }
1839 .comment-icon-list > li > .icon,
1840 .comment-icon-list > li > .icon:hover {
1841     color: #555;
1842     background-color: transparent;
1843 }
1844
1845 /* acpopup  + textcompletion*/
1846 .acpopup {
1847     /* max-height: 150px; */
1848     background-color: #ffffff;
1849     border-radius: 4px;
1850     overflow: auto;
1851     z-index: 100000;
1852     box-shadow: 0 6px 12px rgba(0,0,0,.175);
1853 }
1854 nav .acpopup {
1855     /*top: 35px !important;*/
1856     margin-left: -23px;
1857 }
1858 /** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
1859  at the beginning of this file to get rid of the !important */
1860 .textcomplete-item > a {
1861     color: #555 !important;
1862     padding: 5px 20px !important;
1863 }
1864 .textcomplete-item.active > a {
1865     background-color: rgb(247, 247, 247) !important;
1866     background-image: none !important;
1867     border-left: 3px solid $link_color;
1868     padding-left: 17px !important;
1869 }
1870 .textcomplete-item a .forum {
1871     color: $link_color;
1872 }
1873 img.acpopup-img {
1874     border-radius: 4px;
1875  }
1876
1877
1878 /* The wall-item thread levels */
1879 /*.wall-item-container.thread_level_3 {
1880   margin-left: 80px;
1881   width: calc(100% - 90px);
1882 }
1883 .wall-item-container.thread_level_4 {
1884   margin-left: 95px;
1885   width: calc(100% - 105px);
1886 }
1887 .wall-item-container.thread_level_5 {
1888   margin-left: 110px;
1889   width: calc(100% - 120px);
1890 }
1891 .wall-item-container.thread_level_6 {
1892   margin-left: 125px;
1893   width: calc(100% - 135px);
1894 }
1895 .wall-item-container.thread_level_7 {
1896   margin-left: 140px;
1897   width: calc(100% - 150px);
1898 }*/
1899
1900 .wall-item-container.thread_level_3,
1901 .wall-item-container.thread_level_4,
1902 .wall-item-container.thread_level_5,
1903 .wall-item-container.thread_level_6,
1904 .wall-item-container.thread_level_7 {
1905   margin-left: 15px;
1906
1907 }
1908 /* Menubar Tabs */
1909 section > .tabbar-wrapper {
1910 /* The tabbar shouldn't' be visibile inside
1911 the section element. Only after we have
1912 moved it to the nav through js */
1913     display: none !important;
1914 }
1915 #tabmenu,
1916 .tabbar-wrapper,
1917 .tabbar,
1918 .tabbar > li {
1919     height: 100%;
1920     /*margin-left: -15px;*/
1921     padding: 0;
1922 }
1923 #tabmenu .search-heading {
1924     overflow: hidden;
1925     text-overflow: ellipsis;
1926     white-space: nowrap;
1927 }
1928 ul.tabs {
1929     list-style: none;
1930     height: 100%;
1931     padding: 0;
1932     padding-top: 10px;
1933     margin: 0;
1934 }
1935 ul.tabs li {
1936     float: left;
1937     margin: 0;
1938     padding: 0;
1939     /*border-bottom: 0 solid #6fdbe8;*/
1940     border-bottom: 0 solid $link_color;
1941     font-size: 13px;
1942     height: 102%;
1943     transition: all .15s ease;
1944 }
1945 /*ul.tabs.visible-xs > li.active {
1946     min-width: 150px;  This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here
1947 }*/
1948 ul.tabs li a {
1949     margin-left: 10px;
1950     margin-right: 10px;
1951     /*color: #6fdbe8;*/
1952     color: $link_color !important;
1953 }
1954 ul.tabs li:hover, ul.tabs li.active {
1955     border-bottom-width: 4px;
1956 }
1957 ul.tabbar ul.tabs-extended li.active {
1958     width: 100%;
1959     border-bottom-width: 2px;
1960 }
1961 ul.tabbar ul.tabs-extended li.active a {
1962     background: none;
1963 }
1964 ul.dropdown-menu li:hover {
1965     border-bottom-width: 0;
1966 }
1967
1968
1969 /* Dropdown Menu */
1970 .dropdown-menu li a,
1971 .dropdown-menu li .btn-link {
1972     font-size: 13px!important;
1973     font-weight: 600!important;
1974 }
1975 .dropdown-menu li > :hover,
1976 .dropdown-menu li > :visited,
1977 .dropdown-menu li > :focus {
1978     background: 0 0;
1979 }
1980
1981 .dropdown-menu li:first-child {
1982     margin-top: 3px;
1983 }
1984
1985 /* Notificaiotn badges */
1986 .nav-notify .show {
1987     display: block;
1988 }
1989
1990 /* Media Classes */
1991 .media .time,
1992 .media .shared-time,
1993 .media .location,
1994 .media .location a {
1995     font-size: 11px;
1996     color: #bebebe;
1997 }
1998 .media-list > li {
1999     padding: 10px;
2000     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2001     position: relative;
2002 /*    border-left: 3px solid rgba(255,255,255,$contentbg_transp);*/
2003     border-left: 3px solid rgba(255,255,255,0);
2004     font-size: 12px;
2005 }
2006 .media-list > li:hover,
2007 .media-list > li.selected,
2008 .media-list > li.active {
2009     border-left: 3px solid $link_color;
2010     background-color: rgba(247, 247, 247, $contentbg_transp);
2011 }
2012
2013 /* Forms */
2014 .form-control {
2015     border: 2px solid #ededed;
2016     box-shadow: none;
2017 }
2018 .form-control:focus {
2019     /*border: 2px solid #6fdbe8;*/
2020     border: 2px solid $link_color;
2021     outline: 0;
2022     box-shadow: none;
2023 }
2024
2025
2026 .checkbox input[type="checkbox"]:focus + label::before,
2027 .checkbox input[type="radio"]:focus + label::before {
2028     /*border: 2px solid #6fdbe8;*/
2029     border: 2px solid $link_color;
2030     outline: 0;
2031     box-shadow: none;
2032 }
2033
2034 /* Search form */
2035 .form-control.form-search {
2036     border-radius: 30px;
2037     background-image: url(img/icon_search16x16.png);
2038     background-repeat: no-repeat;
2039     background-position: 10px 8px;
2040     padding-left: 34px;
2041 }
2042 .form-group-search {
2043     position: relative;
2044     width: 100%;
2045 }
2046
2047 .form-group-search .form-button-search {
2048     position: absolute;
2049     top: 4px;
2050     right: 4px;
2051     border-radius: 30px;
2052 }
2053 .search-input.form-control.form-search {
2054     width: 100%;
2055 }
2056 .search-heading {
2057     text-align: center;
2058     color: $link_color;
2059     font-size: 20px;
2060 }
2061 .search-content-wrapper > #search-header-wrapper {
2062     display: none;
2063 }
2064 .search-content-wrapper > .section-title-wrapper {
2065     display: none;
2066 }
2067 #navbar-button > #search-save-form > #search-save {
2068     margin-top: 3px;
2069 }
2070 /* Section-Content-Wrapper */
2071 #search-header-wrapper {
2072     padding: 15px;
2073     padding-bottom: 20px;
2074     margin-bottom: 20px;
2075     border: none;
2076     /*background-color: #fff;*/
2077     background-color: rgba(255,255,255,$contentbg_transp);
2078     border-radius: 4px;
2079     position: relative;
2080     /*overflow: hidden;*/
2081     color: #555;
2082     box-shadow: 0 0 3px #dadada;
2083     -webkit-box-shadow: 0 0 3px #dadada;
2084     -moz-box-shadow: 0 0 3px #dadada;
2085 }
2086
2087 /* *******
2088  * PAGES
2089  *********/
2090
2091 .generic-page-wrapper, .profile_photo-content-wrapper, .videos-content-wrapper,
2092  .suggest-content-wrapper, .common-content-wrapper, .help-content-wrapper,
2093 .allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
2094 .directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
2095 .message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
2096 .admin-content-wrapper, .viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
2097 .friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
2098 .profperm-content-wrapper {
2099     min-height: calc(100vh - 150px);
2100     padding: 15px;
2101     padding-bottom: 20px;
2102     margin-bottom: 20px;
2103     border: none;
2104     /*background-color: #fff;*/
2105     background-color: rgba(255,255,255,$contentbg_transp);
2106     border-radius: 4px;
2107     position: relative;
2108     /*overflow: hidden;*/
2109     color: #555;
2110     box-shadow: 0 0 3px #dadada;
2111     -webkit-box-shadow: 0 0 3px #dadada;
2112     -moz-box-shadow: 0 0 3px #dadada;
2113 }
2114
2115 .section-title-wrapper {
2116     overflow: hidden;
2117 }
2118 /* Profile-page */
2119 #profile-content-standard,
2120 #profile-content-advanced {
2121     overflow: hidden;
2122 }
2123 #profile-menu {
2124     margin-top: 20px;
2125     margin-bottom: 20px;
2126 }
2127 .contact-block-div.forumlist-profile-advanced {
2128     float: left;
2129 }
2130
2131 /* contacts page */
2132 ul.viewcontact_wrapper {
2133     margin-left: -15px;
2134     margin-right: -15px;
2135 }
2136 ul.viewcontact_wrapper > li {
2137     padding-left: 15px;
2138 }
2139 .contact-wrapper {
2140 /*    padding: 10px;
2141     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);;
2142     position: relative;*/
2143     /*border-left: 3px solid white;*/
2144 }
2145 .contact-wrapper .contact-photo-wrapper button {
2146     padding: 0;
2147 }
2148 .contact-wrapper.media {
2149     overflow: visible;
2150     word-wrap: break-word;
2151     margin-top: 0;
2152 }
2153 /* bootstrap hack for .media */
2154 .contact-wrapper.media .media-body {
2155     display: table-cell;
2156     width: 10000px;
2157     *width: auto;
2158     *zoom: 1;
2159 }
2160 .contact-wrapper.media:before, .media:after {
2161     content: "";
2162     display: table;
2163 }
2164 .contact-wrapper.media:after {
2165     clear: both;
2166 }
2167 .contact-wrapper .contact-photo-image-wrapper img.contact-photo.xl {
2168     height: 80px;
2169     width: 80px;
2170 }
2171 .contact-wrapper .contact-photo-image-wrapper img.contact-photo-xs {
2172     height: 48px;
2173     width: 48px;
2174 }
2175 .contact-wrapper .contact-photo-overlay-content.xl {
2176     font-size: 48px;
2177 }
2178 .contact-wrapper .contact-photo-menu {
2179     top: auto;
2180 }
2181
2182 .contact-entry-desc {
2183     color: #555;
2184 }
2185 .contact-entry-checkbox {
2186     margin-top: -20px;
2187 }
2188 .contact-wrapper .media-body .contact-entry-name h4.media-heading a {
2189     font-weight: bold !important;
2190     color: $link_color;
2191     font-size: 15px !important;
2192 }
2193 .contact-wrapper .contact-actions {
2194     display: flex;
2195 }
2196 .contact-wrapper .contact-action-link,
2197 .contact-wrapper .contact-action-link:hover,
2198 .textcomplete-item .contact-wrapper .contact-action-link {
2199     padding: 0 5px;
2200     color: #555;
2201     border: 0;
2202 }
2203 .contact-wrapper .contact-action-link {
2204     opacity: 0.1;
2205     transition: all 0.25s ease-in-out;
2206 }
2207 ul li:hover .contact-wrapper .contact-action-link {
2208     opacity: 0.8;
2209     transition: all 0.25s ease-in-out;
2210 }
2211 ul li:hover .contact-wrapper .contact-action-link:hover {
2212     opacity: 1;
2213 }
2214 #contacts-search-wrapper,
2215 #directory-search-wrapper{
2216     padding: 10px 0;
2217 }
2218 #contact-drop-confirm .contact-actions,
2219 #contact-drop-confirm .contact-photo-overlay,
2220 #contact-drop-confirm .contact-photo-menu {
2221     display: none;
2222 }
2223 #contact-drop-confirm #confirm-form {
2224     margin-top: 20px;
2225 }
2226
2227 /* contact-edit */
2228 #contact-edit-actions {
2229     position: absolute;
2230 }
2231 #contact-edit-status-wrapper {
2232     border: none;
2233     background-color: #E1F5FE;
2234     margin: 15px -15px;
2235 }
2236 #contact-edit-tools {
2237     margin-left: -15px;
2238     margin-right: -15px;
2239 }
2240 #contact-edit-tools > .panel {
2241     padding-left: 15px;
2242     padding-right: 15px;
2243 }
2244 #contact-edit-settings {
2245     display: block;
2246     margin: 0;
2247 }
2248
2249 /* directory page */
2250 #directory-search-heading {
2251     padding-top: 10px;
2252 }
2253
2254 /* group edit page */
2255 .group-actions {
2256     margin-top: 20px;
2257     margin-bottom: 10px;
2258     font-size: 30px;
2259 }
2260 .group-actions button,
2261 .group-actions a {
2262     font-size: 18px;
2263 }
2264 #group-edit-wrapper {
2265     display: none;
2266 }
2267 #group-update-wrapper .contact-photo-overlay {
2268     display: none;
2269 }
2270 #group-update-wrapper .viewcontact_wrapper .contact-group-actions {
2271     height: 100%;
2272     margin-top: -10px;
2273     display: flex;
2274 }
2275 #group-update-wrapper .viewcontact_wrapper .contact-action-link {
2276     opacity: 0.8;
2277     font-size: 20px;
2278     line-height: 50px;
2279 }
2280 #group-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
2281     opacity: 1;
2282 }
2283 #group-update-wrapper .shortmode {
2284     height: 53px;
2285     overflow: hidden;
2286 }
2287 #group-update-wrapper .shortmode .contact-photo {
2288     height: 32px;
2289     width: 32px;
2290 }
2291 #group-update-wrapper .shortmode .media {
2292     overflow: hidden;
2293 }
2294 #group-update-wrapper .shortmode .contact-entry-desc {
2295     font-size: 12px !important;
2296 }
2297 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading {
2298     margin: 0;
2299 }
2300 #group-update-wrapper .shortmode .contact-entry-desc h4.media-heading a {
2301     font-size: 13px !important;
2302     white-space: nowrap;
2303 }
2304 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-rel,
2305 #group-update-wrapper .shortmode .contact-entry-desc .contact-entry-network {
2306     display: none;
2307 }
2308
2309 /* private mail */
2310 .message-content-wrapper > li {
2311 /* we need this overwriting because we have no template file
2312    for the general mail page /message
2313 */
2314     list-style-type: none;
2315 }
2316 .mail-thread {
2317     max-height: calc(100vh - 200px);
2318 }
2319 #mail-conversation {
2320     overflow-y: auto;
2321     max-height: calc(100vh - 400px);
2322     max-height: auto;
2323     /*height: 500px;*/
2324     margin-bottom: 0px;
2325     padding: 0 15px;
2326 }
2327 #mail-conversation.can-reply {
2328 /*    border-bottom-left-radius: 0px;
2329     border-bottom-right-radius: 0px;*/
2330 }
2331 .mail-conv-wrapper .media .contact-photo-wrapper img {
2332     height: 48px;
2333     width: 48px;
2334 }
2335 .mail-thread #prvmail-to-label,
2336 .mail-thread #prvmail-subject-label {
2337     display: none;
2338 }
2339 .mail-thread #prvmail-message-label > label {
2340     display:none;
2341 }
2342 .mail-thread #prvmail-message-label textarea {
2343 /*    border-top: none;
2344     margin-top: -10px;
2345     border-top-left-radius: 0px;
2346     border-top-right-radius: 0px;*/
2347     max-height: 120px;
2348 }
2349 .mail-conv-wrapper {
2350     padding: 15px 0;
2351     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2352 }
2353 #message-sidebar {
2354     height: calc(100vh - 150px);
2355 }
2356 #message-preview {
2357     /*padding: 0 10px;*/
2358     height: calc(100% - 20px);
2359 }
2360 #message-preview ul {
2361     margin: 0px;
2362 }
2363 #message-preview .media-list li {
2364     padding: 0px 10px;
2365     border: none;
2366 }
2367 #message-preview .media-list li:hover {
2368     border-left: none !important;
2369 }
2370 #message-preview .media-list li a {
2371     color: $link_color;
2372 }
2373 .mail-list-outside-wrapper {
2374     padding: 5px 0;
2375     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2376 }
2377 .mail-list-outside-wrapper .contact-photo-wrapper img {
2378     height: 48px;
2379     width: 48px;
2380 }
2381
2382 #prvmail-end {
2383     clear:both;
2384 }
2385 /* photos */
2386 .photo-album-actions {
2387     margin-bottom: 10px;
2388 }
2389 .photo-album-actions .photos-order-link {
2390     float: right;
2391 }
2392 /* poke */
2393 #poke-desc {
2394     margin: 5px 0 30px;
2395 }
2396 #poke-wrapper-end {
2397     clear: both;
2398 }
2399
2400 /* Events page */
2401
2402 .fc .fc-month-view .fc-content .fc-title .item-desc:hover {
2403     color: $link_hover_color;
2404 }
2405 .fc .fc-list-item-title a {
2406     color: $link_color;
2407 }
2408 .fc .fc-list-item-title a[href]:hover {
2409     color: $link_hover_color;
2410     text-decoration: none;
2411 }
2412 /*.event-date-wrapper.medium .event-hover-short-month {
2413     color: $link_color;
2414 }*/
2415 .event-wrapper .event-owner {
2416   margin-bottom: 15px;
2417 }
2418 .event-wrapper .event-owner img {
2419     display: block;
2420 }
2421 .event-owner img {
2422     margin-right: 5px;
2423     height: 48px;
2424     width:  48;
2425     border-radius: 3px;
2426 }
2427 .event-wrapper .vevent {
2428     margin-left: 0;
2429     margin-right: 0;
2430     box-shadow: 1.5px 0 0 0 rgba(0, 0, 0, .1) inset;
2431 }
2432 .event-wrapper .event-buttons {
2433     margin-top: 15px;
2434 }
2435 #event-form-wrapper {
2436     padding-top: 5px;
2437 }
2438 #event-edit-form-wrapper {
2439     padding-top: 15px;
2440 }
2441 #event-nav a {
2442     color: #555;
2443 }
2444 #event-edit-form-wrapper #event-edit-time {
2445     padding: 10px 0;
2446 }
2447 .event-buttons .plink-event-link {
2448     margin-left: 20px;
2449 }
2450
2451 /* Photos Pages */
2452 #photo-photo {
2453     position: relative;
2454 }
2455 .photo-next-link, .photo-prev-link {
2456     height: 64px;
2457     margin-top: -32px;
2458     opacity: 0;
2459     position: absolute;
2460     top: 50%;
2461     transform: translateZ(0);
2462     transition: opacity .2s;
2463     /*width: 27px;*/
2464     width: 100px;
2465     z-index: 11;
2466     font-size: 64px;
2467     color: #fff;
2468     text-shadow:
2469         -1px -1px 0 #000,
2470         1px -1px 0 #000,
2471         -1px 1px 0 #000,
2472         1px 1px 0 #000;
2473 }
2474 .photo-next-link > i, .photo-prev-link > i {
2475     vertical-align: super;
2476 }
2477 .photo-next-link > i {
2478     float: right;
2479 }
2480 .photo-prev-link {
2481     left: 20px;
2482 }
2483 .photo-next-link {
2484     right: 20px;
2485 }
2486 #photo-photo:hover .photo-next-link,
2487 #photo-photo:hover .photo-prev-link {
2488     opacity: 0.4;
2489 }
2490 #photo-photo .photo-next-link:hover,
2491 #photo-photo .photo-prev-link:hover {
2492     opacity: 1;
2493     color: #fff;
2494 }
2495 .photo-comment-wrapper .comment {
2496     position: relative;
2497 }
2498 .photo-comment-wrapper .wall-item-content {
2499     color: #555;
2500     font-size: 13px;
2501 }
2502 .photo-comment-wrapper .comment-wwedit-wrapper,
2503 .photo-comment-wrapper .wall-item-outside-wrapper.media:first-child {
2504     margin-top: 15px;
2505 }
2506
2507 /* Profiles Page */
2508 .profile-listing-table {
2509     display: table;
2510     width: 100%;
2511 }
2512 .profile-listing-row {
2513     display: table-row;
2514 }
2515 .profile-listing-cell {
2516     display: table-cell;
2517 }
2518 .profile-listing-photo {
2519     width: 48px;
2520     height: 48px;
2521     margin: 10px 0px;
2522 }
2523 #profile-listing-new-link-wrapper {
2524     margin-bottom: 20px;
2525 }
2526 .panel-group-settings {
2527     margin-left: -15px;
2528     margin-right: -15px;
2529 }
2530 .panel-group-settings > .panel {
2531     padding-left: 15px;
2532     padding-right: 15px;
2533 }
2534 .profiles-content-wrapper #profile-photo-upload-section {
2535     display: none;
2536     margin-left: -15px;
2537     margin-right: -15px;
2538     margin-top: 15px;
2539     padding: 15px;
2540 }
2541 #profile-photo-upload-close {
2542     font-size: 14px;
2543 }
2544
2545 /* Settings */
2546 .section-subtitle-wrapper {
2547     padding: 1px 10px;
2548 }
2549 .panel .section-subtitle-wrapper a.accordion-toggle:before {
2550     font-family: FontAwesome;
2551     content: "\f0d7";
2552     padding-right: 5px;
2553 }
2554 .panel .section-subtitle-wrapper a.accordion-toggle.collapsed:before {
2555     font-family: FontAwesome;
2556     content: "\f0da";
2557 }
2558 #settings-nick-wrapper {
2559     margin-bottom: 20px;
2560 }
2561 .group {
2562     margin-left: 20px;
2563 }
2564
2565 /* Intro Notifications */
2566 ul.notif-network-list {
2567     margin-left: -15px;
2568     margin-right: -15px;
2569 }
2570 ul.notif-network-list > li {
2571     padding-left: 15px;
2572     padding-right: 15px;
2573 }
2574 .intro-wrapper.media {
2575     overflow: visible;
2576     word-wrap: break-word;
2577     margin-top: 0;
2578 }
2579 .intro-photo-wrapper img.intro-photo {
2580     height:80px;
2581     width: 80px;
2582     border-radius: 4px;
2583 }
2584 .intro-actions {
2585     display: flex;
2586 }
2587 .intro-enty-name h4 {
2588     font-size: 15px !important;
2589 }
2590 .intro-wrapper button.intro-action-link {
2591     opacity: 0.1;
2592     transition: all 0.25s ease-in-out;
2593 }
2594 .intro-wrapper button.intro-action-link,
2595 .intro-wrapper button.intro-action-link:hover {
2596     padding-right: 5px;
2597     padding-left: 5px;
2598     color: #555;
2599 }
2600 ul li:hover .intro-wrapper button.intro-action-link {
2601     opacity: 0.8;
2602     transition: all 0.25s ease-in-out;
2603 }
2604 ul li:hover .intro-wrapper button.intro-action-link:hover {
2605     opacity: 1;
2606 }
2607 .intro-action-buttons {
2608     margin-top: 15px;
2609     /*display: none;*/
2610     max-height: 0px;
2611     overflow: hidden;
2612     transition: max-height 0.1s ease-out;
2613 }
2614 ul.notif-network-list > li:hover .intro-action-buttons {
2615     /*display: block;*/
2616     max-height: 30px;
2617     transition: max-height 0.1s ease-in;
2618 }
2619 .intro-desc-label, .intro-url-label, .intro-network-label,
2620 .intro-location-label, .intro-gender-label, .intro-keywords-label,
2621 .intro-about-label, .intro-knowyou-label {
2622     font-weight: bold;
2623 }
2624 .intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label,
2625 .intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label,
2626 .intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label,
2627 .intro-contact-info.xs .intro-knowyou-label {
2628     display: block;
2629     margin-top: 5px
2630 }
2631
2632 /* Notifications Page */
2633 ul.notif-network-list li.unseen {
2634     background-color: #f3fcfd;
2635 }
2636 .notif-item img.notif-image {
2637     height: 48px;
2638     width: 48px;
2639     border-radius: 4px;
2640 }
2641 .notif-item .notif-desc-wrapper {
2642     height: 48px;
2643 }
2644 .notif-item .notif-desc-wrapper a {
2645     height: 100%;
2646     display: block;
2647     color: #555;
2648     font-size: 13px;
2649     font-weight: 600;
2650 }
2651
2652 /* Search Page */
2653
2654 /* This is a little bit hacky. Since the search page is used for diferent
2655 content types we can't apply the generic-page-wrapper class.
2656 So we apply the css of the generic-page-wrapper class to the ul element with some
2657 little modifications to emulate a standard page template */
2658 .search-content-wrapper > ul.viewcontact_wrapper {
2659     min-height: calc(100vh - 150px);
2660     padding-top: 15px;
2661     padding-bottom: 20px;
2662     margin: 0;
2663     margin-bottom: 20px;
2664     border: none;
2665     /*background-color: #fff;*/
2666     background-color: rgba(255,255,255,$contentbg_transp);
2667     border-radius: 4px;
2668     position: relative;
2669     /*overflow: hidden;*/
2670     color: #555;
2671     box-shadow: 0 0 3px #dadada;
2672     -webkit-box-shadow: 0 0 3px #dadada;
2673     -moz-box-shadow: 0 0 3px #dadada;
2674 }
2675
2676 /* Help Page */
2677 section.help-content-wrapper h1 {
2678     padding-bottom: 0.3em;
2679     font-size: 1.8em;
2680     border-bottom: 1px solid #ddd;
2681 }
2682 section.help-content-wrapper h2 {
2683     padding-bottom: 0.3em;
2684     font-size: 1.5em;
2685     border-bottom: 1px solid #ddd;
2686 }
2687 section.help-content-wrapper h3 {
2688     font-size: 1.2em;
2689 }
2690 section.help-content-wrapper h4 {
2691     font-size: 1em;
2692 }
2693 section.help-content-wrapper h1,
2694 section.help-content-wrapper h2,
2695 section.help-content-wrapper h3,
2696 section.help-content-wrapper h4,
2697 section.help-content-wrapper h5,
2698 section.help-content-wrapper h6 {
2699     margin-top: 24px;
2700     margin-bottom: 16px;
2701     font-weight: 600;
2702     line-height: 1.25;
2703 }
2704 section.help-content-wrapper p {
2705     margin: 0.4em 0;
2706 }
2707 section.help-content-wrapper p,
2708 section.help-content-wrapper a,
2709 section.help-content-wrapper li {
2710     line-height: 1.6;
2711     font-size: 0.96em;
2712 }
2713
2714 /*
2715 * Overwriting for transparency and other colors
2716 */
2717 main .nav-tabs>li.active>a,
2718 main .nav-tabs>li.active>a:focus,
2719 main .nav-tabs>li.active>a:hover {
2720     background-color: rgba(255,255,255,$contentbg_transp);
2721 }
2722
2723 /*
2724  * Modal
2725  */
2726 .modal hr {
2727     border-color: #eee;
2728 }
2729
2730 /*
2731  * Framework overwrite
2732  */
2733
2734 /* jRange */
2735 .theme-frio .back-bar {
2736     height: 5px !important;
2737     border-radius: 2px;
2738     background-color: #eeeeee;
2739     background-color: #e7e7e7;
2740     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2741     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2742     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2743     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2744     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2745     background-repeat: repeat-x;
2746     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2747 }
2748 .theme-frio .back-bar .selected-bar {
2749     border-radius: 2px;
2750     background-color: $link_color;
2751 /*    background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
2752     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
2753     background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
2754     background-image: -o-linear-gradient(top, #bdfade, #76fabc);
2755     background-image: linear-gradient(to bottom, #bdfade, #76fabc);
2756     background-repeat: repeat-x;
2757     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);*/
2758 }
2759 .theme-frio .back-bar .pointer {
2760     width: 14px !important;
2761     height: 14px !important;
2762     top: -5px;
2763     -webkit-box-sizing: border-box;
2764     -moz-box-sizing: border-box;
2765     box-sizing: border-box;
2766     border-radius: 10px;
2767     border: 1px solid #AAA;
2768     background-color: #e7e7e7 !important;
2769     background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
2770     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
2771     background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
2772     background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
2773     background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
2774     background-repeat: repeat-x;
2775     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
2776 }
2777 .theme-frio .back-bar .pointer-label {
2778     color: #999;
2779 }
2780
2781 /* textcomplete for contact filtering*/
2782 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list {
2783     position: relative !important;
2784     top: inherit !important;
2785     bottom: inherit !important;
2786     left: inherit !important;
2787     padding: 0;
2788     margin-left: -15px;
2789     margin-right: -15px;
2790     background-color: transparent;
2791     box-shadow: none;
2792     border: none;
2793 }
2794 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li {
2795     padding-left: 15px;
2796     border-bottom: 1px solid rgba(238, 238, 238, $contentbg_transp);
2797 }
2798 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list > li:first-child {
2799     display: none;
2800 }
2801 #contact-list ul.dropdown-menu.textcomplete-dropdown.media-list
2802 .textcomplete-item > a {
2803     padding: 0 !important;
2804     border-left: none;
2805     background-color: transparent !important;
2806 }
2807 /* this is a little hack for texcomplete contact filter
2808 There are for some reasons empty <a> tags. I don't know why */
2809 .textcomplete-item .contact-wrapper a {
2810     padding: 0;
2811 }
2812
2813 /* hovercard fix */
2814 body .tread-wrapper .hovercard a,
2815 body .tread-wrapper .hovercard a:hover {
2816     color: $link_color;
2817 }
2818 body .tread-wrapper .hovercard:hover .hover-card-content a {
2819     color: $link_color !important;
2820 }
2821
2822 /* Pagination improvements */
2823 .pagination {
2824     text-align: center;
2825     display: block;
2826 }
2827 .pagination > li > a,
2828 .pagination > li > span {
2829     color: $link_color;
2830     float: none;
2831 }
2832 .pagination>li>a:hover,
2833 .pagination>li>span:hover {
2834     color: $link_hover_color;
2835 }
2836 .pagination > .active > a,
2837 .pagination > .active > a:focus,
2838 .pagination > .active > a:hover,
2839 .pagination > .active > span,
2840 .pagination > .active > span:focus,
2841 .pagination > .active > span:hover {
2842     background-color: $link_color;
2843     border-color: $link_color;
2844     border-radius: 3px;
2845 }
2846 .pagination li.pager_n a {
2847     margin-left: 3px;
2848     border-radius: 3px;
2849 }
2850 .pagination .pager_prev a {
2851     margin-left: -5px;
2852     margin-right: 4px;
2853     border-top-right-radius: 3px;
2854     border-bottom-right-radius: 3px;
2855 }
2856 .pagination .pager_next a {
2857     margin-left: 4px;
2858     margin-right: -5px;
2859     border-top-left-radius: 3px;
2860     border-bottom-left-radius: 3px;
2861 }
2862 .pager .next > a,
2863 .pager .previous > a {
2864     float: none;
2865     border-radius: 3px;
2866 }
2867 .pagination .disabled > a,
2868 .pager .disabled > a {
2869     display: none;
2870 }
2871
2872 /*
2873  * some temporary workarounds until this will solved
2874  * elsewhere (e.g. new templates)
2875  */
2876 section .profile-match-wrapper {
2877     float: left;
2878 }