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