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