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