]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
6506dadc162070b1b7c51785207ca9f0ca15c3be
[friendica.git] / view / theme / vier / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* @import "css/font-awesome.css"; */
7 @import url("css/font-awesome.css") all;
8 @import url("css/font2.css") all;
9
10 img {
11         border: 0px;
12 }
13
14 /* ========= */
15 /* = Admin = */
16 /* ========= */
17
18 #adminpage {
19         /* width: 80%; */
20 }
21
22 #adminpage .screenshot img {
23         width: 640px;
24 }
25
26 #pending-update {
27         float:right;
28         color: #ffffff;
29         font-weight: bold;
30         background-color: #FF0000;
31         padding: 0em 0.3em;
32 }
33
34 .admin.linklist {
35         border: 0px;
36         padding: 0px;
37         list-style: none;
38         margin-top: 0px;
39 }
40
41 .admin.link {
42         list-style-position: inside;
43         font-size: 1em;
44         /* padding-left: 5px;
45         margin: 5px; */
46 }
47
48 #adminpage dl {
49         clear: left;
50         margin-bottom: 2px;
51         padding-bottom: 2px;
52         border-bottom: 1px solid black;
53 }
54
55 #adminpage dt {
56         width: 200px;
57         float: left;
58         font-weight: bold;
59 }
60
61 #adminpage dd {
62         margin-left: 200px;
63 }
64 #adminpage h3 {
65         border-bottom: 1px solid #898989;
66         margin-bottom: 5px;
67         margin-top: 10px;
68 }
69
70 #adminpage .submit {
71         clear:left;
72 }
73
74 #adminpage #addonslist {
75         margin: 0px; padding: 0px;
76 }
77
78 #adminpage .addon {
79         list-style: none;
80         display: block;
81         /* border: 1px solid #888888; */
82         padding: 1em;
83         margin-bottom: 5px;
84         clear: left;
85 }
86
87 #adminpage .toggleaddon {
88         float:left;
89         margin-right: 1em;
90 }
91
92 #adminpage table { width:100%; border-bottom: 1px solid #000000; margin: 5px 0px; }
93 #adminpage table th { text-align: left; }
94 #adminpage td .icon { float: left; }
95 #adminpage table#users img { width: 16px; height: 16px; }
96 #adminpage table tr:hover { background-color: #eeeeee; }
97 #adminpage .selectall { text-align: right; }
98 /* icons */
99
100 /*
101 .article         {background-position: -50px  0px;}
102 .block           {background-position: -90px  0px;}
103 .drophide        {background-position: -130px 0px;}
104
105 .noglobe         {background-position: -70px  -20px;}
106 .no              {background-position: -90px  -20px;}
107 .recycle         {background-position: -190px -20px;}
108 .remote-link     {background-position: -210px -20px;}
109 .share           {background-position: -230px -20px;}
110
111 .tools           {background-position: -50px  -40px;}
112
113 .youtube         {background-position: -130px -40px;}
114
115 .language        {background-position: -210px -40px;}
116
117 .prev            {background-position: -90px  -60px;}
118 .next            {background-position: -110px -60px;}
119 .tagged          {background-position: -130px -60px;}
120 */
121
122 .icon.drop, .icon.drophide {
123         float: left;
124 }
125
126
127 .icon {
128         background-color: transparent ;
129         background-repeat: no-repeat;
130         width: 20px;
131         height: 20px;
132         /* display: block; */
133         display: inline-block;
134         overflow: hidden;
135         padding: 1px;
136         color: #999;
137         vertical-align: text-top;
138 }
139
140 .icon:hover {
141         text-decoration: none;
142         color: #000;
143 }
144
145 .icon a:hover {
146 }
147
148 .icon.text {
149         text-indent: 0px;
150 }
151 .icon.s10 {
152         /* min-width: 10px;
153         height: 10px; */
154         /* font-size: 10px; */
155 }
156 .icon.s10.text {
157         padding: 2px 0px 0px 15px;
158         font-size: 10px;
159 }
160 .icon.s16 {
161         min-width: 16px;
162         height: 16px;
163 }
164 .icon.s16.text {
165         padding: 4px 0px 0px 20px;
166         font-size: 10px;
167 }
168 .wall-item-decor .icon.s22.lock {
169         color: #888;
170 }
171 .wall-item-decor .icon.s22.lock:hover {
172         color: #000;
173         text-decoration: none;
174 }
175 .icon.s22 {
176         min-width: 22px;
177         height: 22px;
178 }
179 /*.icon.s22.notify {
180         color: gray;
181 }*/
182 .icon.s22.text {
183         padding: 10px 0px 0px 25px;
184         width: 230px;
185         font-size: 1em;
186 }
187 .icon.s48 {
188         width: 48px;
189         height: 48px;
190 }
191 .sparkle {
192         cursor: url('lock.cur'), pointer;
193 }
194
195 #birthday-title, #event-title {
196         font-weight: bold;
197         margin-bottom: 5px;
198 }
199
200 div.pager a {
201         margin-left: 5px;
202         margin-right: 5px;
203 }
204
205 span.pager_first a, span.pager_n a,
206 span.pager_last a, span.pager_prev a, span.pager_next a,
207 span.scroll_loader_text {
208         color: darkgray;
209 }
210
211 div.pager {
212         clear: left;
213         text-align: center;
214         /* height: 1.2em;
215         padding-bottom: 12px;
216         color: black;
217         background-color: #f2f2f2;
218         margin-top: 5px;
219         padding: 1%;
220         height: 1em;
221         margin-bottom: 5px; */
222 }
223
224 .birthday-notice, .event-notice {
225         margin-top: 5px;
226         margin-bottom: 5px;
227         background-color: #F5F5F5;
228 }
229
230 #live-network {
231         /* border-bottom: 1px solid #BDCDD4; */
232         border-bottom: 1px solid #D2D2D2;
233         width: 100%;
234         height: 10px;
235 }
236
237 .pager a {
238 }
239
240 .pager a.pager_older {
241         float: right;
242 }
243
244 .pager a.pager_newer {
245         float: left;
246 }
247
248 .pager .disabled {
249         display: none;
250 }
251
252 .hide-comments-outer {
253         margin-left: 80px;
254         margin-bottom: 5px;
255         width: 660px;
256         border-bottom: 1px solid #BDCDD4;
257         border-top: 1px solid #BDCDD4;
258         padding: 8px;
259 }
260
261 /* global */
262 body {
263         /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
264         font-family: -apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
265         font-size: 14px;
266         /* font-size: 13px;
267         line-height: 19.5px; */
268         font-weight: 400;
269         font-style: normal;
270         /* background-color: #ffffff; */
271         /* background-color: #FAFAFA; */
272         background-color: rgb(229, 229, 229);
273         color: #2d2d2d;
274         margin: 0px 0px 0px 0px;
275         display: table;
276 }
277
278 a {
279         color: #36C;
280         /* color: #3e3e8c; */
281         /* color: #3465A4; */
282         /* color: #3E3E8C; */
283         text-decoration: none;
284 }
285 a:hover {
286         /* color: blue; */
287         text-decoration: underline
288 }
289
290 .wall-item-name-link {
291         /* float: left;*/
292 }
293
294 .wall-item-photo {
295         width: 48px;
296         height: 48px;
297         overflow: hidden;
298         display: block;
299 }
300
301 .left {
302         float: left;
303 }
304 .right {
305         float: right;
306 }
307 .hidden {
308         display: none;
309 }
310 .clear {
311         clear: both;
312 }
313 .fakelink {
314         color: #36c;
315         /* color: #3e3e8c; */
316         /* color: #3465A4; */
317         /* color: #3E3E8C; */
318         text-decoration: none;
319         cursor: pointer;
320 }
321 .fakelink:hover {
322         /* color: blue;*/
323         /* color: #005c94; */
324         text-decoration: underline;
325 }
326 pre code {
327         font-family: Courier, monospace;
328         white-space: pre;
329         display: block;
330         overflow: auto;
331         border: 1px solid #444;
332         background: #EEE;
333         color: #444;
334         padding: 10px;
335         margin-top: 20px;
336         max-width: 640px;
337         white-space: pre-wrap;
338 }
339 .badge {
340         display: inline-block;
341         min-width: 10px;
342         padding: 3px 7px;
343         font-size: 10px;
344         font-weight: 700;
345         line-height: 1;
346         color: #fff;
347         text-align: center;
348         white-space: nowrap;
349         vertical-align: baseline;
350         /* background-color: #737373*/;
351         background-color: #36C;
352         border-radius: 4px;
353         opacity: 0.3;
354 }
355 #panel {
356         position: absolute;
357         width: 10em;
358         background: #ffffff;
359         color: #2d2d2d;
360         margin: 0px;
361         padding: 1em;
362         list-style: none;
363         /* border: 3px solid #364e59;*/
364         z-index: 100000;
365         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
366 }
367
368 .desktop-view { display: none; }
369
370 /* some settings for different form-factors */
371 @media (min-width: 601px) {
372         .mobile-view { display: none!important; }
373         .desktop-view { display: initial; }
374 }
375
376 /* tool */
377 .tool {
378         height: auto;
379         overflow: auto;
380         padding: 0px;
381 }
382 .menu-popup .divider {
383         width: 90%;
384         height: 1px;
385         margin: 3px auto;
386         overflow: hidden;
387         background-color: #737373;
388         opacity: 0.4;
389 }
390 #saved-search-ul .tool:hover,
391 #nets-sidebar .tool:hover,
392 #sidebar-group-list .tool:hover {
393         background: #EEE;
394 }
395 /*#sidebar-group-list .notify {
396         min-width: 10px;
397         text-align: center;
398         color: #FFF;
399         background-color: #CB4437;
400         font: bold 10px Arial;
401         padding: 3px;
402         border-radius: 10px;
403         display: none;
404 }*/
405 #sidebar-group-list .notify {
406         display: none;
407 }
408 #sidebar-group-list .notify.show {
409         display: inline-block;
410 }
411 .tool .label {
412         /* float: left; */
413 }
414 .tool .action {
415         float: right;
416 }
417 .tool a {
418         /* color: #000; */
419 }
420 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #forum-widget-collapse:hover, .admin.link a:hover, aside h4 a:hover, right_aside h4 a:hover {
421         /* text-decoration: underline; */
422         text-decoration: none;
423         color: black;
424 }
425
426 .groupsideedit, .savedsearchdrop {
427         float: right;
428         opacity: 0.3;
429 }
430 .groupsideedit:hover, .savedsearchdrop:hover {
431         opacity: 1;
432 }
433
434 .sidebar-group-li:hover, #sidebar-new-group:hover, #sidebar-edit-groups:hover,#forum-widget-collapse:hover,
435 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forumlist-sidebar li:hover, #forumlist-sidebar-right li:hover,
436 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, right_aside h4 a:hover, #message-new:hover,
437 #sidebar-photos-albums li:hover, .photos-upload-link:hover, .textcomplete-item.active {
438         /* background-color: #ddd; */
439         /* background-color: #e5e5e5; */
440         background-color: #F5F5F5;
441 }
442
443 #message-new a {
444         color: black;
445 }
446
447 .sidebar-group-element {
448         /* color: #000; */
449 }
450
451 .widget .selected, .forum-selected {
452         font-weight: bold;
453 }
454
455 #forum-widget-showmore, #sidebar-new-group, #sidebar-edit-groups, #forum-widget-collapse, #forumlist-rsidebar-right, #sidebar-ungrouped,
456 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
457         padding-left: 10px;
458         padding-top: 3px;
459         padding-bottom: 3px;
460         padding-right: 5px;
461         display: block;
462 }
463
464 .photos-upload-link {
465         padding-top: 3px;
466         padding-bottom: 3px;
467         display: block;
468 }
469
470 #forumlist-sidebar {
471         padding-top: 3px;
472         padding-bottom: 3px;
473         display: block;
474 }
475
476 .forum-widget-entry {
477         padding-left: 10px;
478         padding-right: 5px;
479 }
480
481 #forumlist-sidebar .notify, #forumlist-sidebar-right .notify {
482         display: none;
483 }
484
485 #forumlist-sidebar .notify.show, #forumlist-sidebar-right .notify.show {
486         display: inline-block;
487 }
488
489 a.nets-link, .side-link a, #sidebar-new-group a, #sidebar-edit-groups a, a.savedsearchterm,a.fileas-link, aside h4 a, right_aside h4 a {
490         display: block;
491         color: #737373;
492 }
493
494 a.sidebar-group-element {
495         color: #737373;
496 }
497
498 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form {
499         margin-left: 10px;
500         margin-top: 3px;
501         margin-bottom: 3px;
502 }
503
504 #datebrowse-sidebar .datebrowse-ul .posted-date-selector-months {
505         padding: 0;
506         margin-left: 10px;
507 }
508 #sidebar-ungrouped, .side-link {
509         padding-top: 5px;
510 }
511
512 #sidebar-ungrouped a {
513         color: black;
514 }
515
516 #forumlist-sidebar a, #forumlist-sidebar-right a, .tool a, .admin.link a, #sidebar-photos-albums a {
517         color: #737373;
518 }
519
520 #forumlist-sidebar, #forumlist-sidebar-right {
521         margin-top: 2px;
522 }
523
524 /* popup notifications */
525 div.jGrowl div.notice {
526         background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
527         color: #ffffff;
528         padding-left: 58px;
529 }
530 div.jGrowl div.info {
531         background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
532         color: #ffffff;
533         padding-left: 58px;
534 }
535
536 div.jGrowl.top-right {
537         top: 40px;
538         z-index: 90;
539 }
540
541 /* header */
542 header {
543         position: fixed;
544         /* left: 43%;
545         right: 43%; */
546         left: 25px;
547         top: 0px;
548         margin: 0px;
549         padding: 0px;
550         /*width: 100%; height: 12px; */
551
552         z-index: 110;
553         color: #ffffff;
554 }
555 header #site-location {
556         display: none;
557 }
558 header #banner {
559         overflow: hidden;
560         text-align: center;
561         width: 100%;
562 }
563 header #banner a,
564 header #banner a:active,
565 header #banner a:visited,
566 header #banner a:link,
567 header #banner a:hover {
568         color: #ffffff;
569         text-decoration: none;
570         outline: none;
571         vertical-align: bottom;
572 }
573 header #banner #logo-img {
574         height: 22px;
575         margin-top: 5px;
576 }
577 header #banner #logo-text {
578         font-size: 22px;
579 }
580 /* nav */
581 nav {
582         min-width: 1000px;
583         width: 100%;
584         height: 32px;
585         position: fixed;
586         left: 0px;
587         top: 0px;
588         padding: 0px;
589         padding-left: 0px;
590         /* background: #2d2d2d; */
591         background: rgb(36, 76, 94);
592         /*background: #364A84;
593         background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
594         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
595         background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
596         background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
597         background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
598         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
599         background: linear-gradient(top, #516499 0%,#364a84 100%); */
600         color: #ffffff;
601         z-index: 100;
602         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
603 }
604
605 nav .icon {
606         color: #ccc;
607         padding:0;
608 }
609
610 nav a:active,
611 nav a:visited,
612 nav a:link,
613 nav a {
614         text-decoration: none;
615         outline: none;
616         color: #ccc;
617         padding-bottom: 8px;
618         padding-top: 8px;
619         cursor: pointer;
620 }
621
622 nav a:hover .icon {
623         color: #fff;
624 }
625
626 nav a:hover {
627         text-decoration: none;
628         outline: none;
629         color: #fff;
630         padding-bottom: 8px;
631         padding-top: 8px;
632 }
633
634 nav ul {
635         margin: 0px;
636         padding: 0px 10px;
637 }
638 nav ul li {
639         list-style: none;
640         margin: 0px;
641         /* padding: 1px 1px 3px 1px; */
642         float: left;
643 }
644 nav ul li .menu-popup {
645         left: 0px;
646         right: auto;
647 }
648
649 nav #nav-search-box #nav-search-text {
650         /*background-image:  url('icons/lupe.png');
651         background-repeat:no-repeat; */
652         padding-left:0px;
653         /*border-top-left-radius: 15px;
654         border-top-right-radius: 15px;
655         border-bottom-right-radius: 15px;
656         border-bottom-left-radius: 15px;*/
657         position: relative;
658         height: 17px;
659         margin: 4px 0px 4px 4px;
660         width: 150px;
661         max-width: 150px;
662         background-color: #eee;
663 }
664
665 nav .nav-menu-icon {
666         position: relative;
667         height: 22px;
668         padding: 5px;
669         margin: 0px 10px;
670         -moz-border-radius: 5px 5px 0 0;
671         -webkit-border-radius: 5px 5px 0 0;
672         border-radius: 5px 5px 0 0;
673 }
674 nav .nav-menu-icon.selected {
675         background-color: #364e59;
676 }
677 nav .nav-menu img,
678 nav .nav-menu-icon img {
679         width: 22px;
680         height: 22px;
681         -webkit-border-radius: 4px;
682         -moz-border-radius: 4px;
683         border-radius: 4px;
684 }
685 nav .nav-menu img {
686         margin-top: -3px;
687         margin-right: 4px;
688 }
689
690 nav .nav-menu > a > .nav-notify,
691 nav .nav-menu-icon > a > .nav-notify {
692         position: absolute;
693         top: 3px;
694         right: -5px;
695 }
696 nav .nav-menu-label {
697         margin: 3px 5px 0px;
698 }
699 nav .nav-menu {
700         position: relative;
701         height: 16px;
702         padding: 5px;
703         padding-left: 5px;
704         padding-right: 5px;
705         margin: 3px 3px 0px;
706         font-size: 13px;
707         /* border-bottom: 3px solid #364A84; */
708         color: #ccc;
709         font-weight: bold;
710 }
711 /*nav .nav-menu.selected a {
712         color: white;
713 }*/
714
715 nav .nav-menu.selected {
716         border-bottom: 3px solid #9eabb0;
717         /* background-color: #364E59; */
718 }
719
720 nav .nav-menu:hover {
721         /* color: #fff !important; */
722         color: #fff;
723         /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
724         /* background: #4c619c; */
725         text-decoration: none;
726 }
727
728 .manage-notify {
729          background-color: #F80;
730         -moz-border-radius: 5px 5px 5px 5px;
731         -webkit-border-radius: 5px 5px 5px 5px;
732         border-radius: 5px 5px 5px 5px;
733         font-size: 10px;
734         padding: 1px 3px;
735         top: 0px;
736         min-width: 15px;
737         text-align: center;
738         color: white;
739         float: right;
740         margin-top: -14px;
741         margin-right: -20px;
742 }
743
744 nav .nav-notify {
745         display: none;
746         background-color: #F80;
747         -moz-border-radius: 5px 5px 5px 5px;
748         -webkit-border-radius: 5px 5px 5px 5px;
749         border-radius: 5px 5px 5px 5px;
750         font-size: 10px;
751         padding: 1px 3px;
752         min-width: 15px;
753         text-align: center;
754         color: white;
755 }
756 nav .nav-notify.show {
757         display: inline-block;
758 }
759
760 nav #nav-help-link,
761 nav #nav-search-link,
762 nav #nav-directory-link,
763 nav #nav-apps-link,
764 nav #nav-apps-link,
765 nav #nav-login-link,
766 nav #nav-logout-link,
767 nav #nav-messages-linkmenu,
768 nav #nav-notifications-linkmenu,
769 nav #nav-site-linkmenu,
770 nav #nav-contacts-linkmenu,
771 nav #nav-user-linklabel {
772         float: right;
773 }
774 nav #nav-user-linklabel {
775         padding-left: 0px;
776         margin-top: 0px;
777 }
778 nav #nav-help-link .menu-popup,
779 nav #nav-search-link .menu-popup,
780 nav #nav-directory-link .menu-popup,
781 nav #nav-apps-link .menu-popup,
782 nav #nav-notifications-linkmenu .menu-popup,
783 nav #nav-contacts-linkmenu .menu-popup,
784 nav #nav-site-linkmenu .menu-popup {
785         right: 0px;
786         left: auto;
787 }
788 nav #nav-site-linkmenu {
789         margin-left: 0px;
790         margin-right: 0px;
791 }
792 .contact-entry-photo:hover .contact-photo-menu,
793 .contact-photo-wrapper:hover .menu-popup,
794 nav #nav-user-linklabel:hover #nav-user-menu,
795 nav #nav-user-linkmenu:hover #nav-user-menu,
796 nav #nav-apps-link:hover #nav-apps-menu,
797 nav #nav-site-linkmenu:hover #nav-site-menu,
798 nav #nav-notifications-linkmenu:hover #nav-notifications-menu,
799 #contact-edit-actions:hover #contact-actions-menu {
800         display:block;
801         visibility:visible;
802         opacity:1;
803 }
804 nav #nav-notifications-linkmenu {
805         margin-left: 0px;
806         margin-right: 5px;
807 }
808 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
809         color: white;
810 }
811 nav #nav-messages-linkmenu.selected,
812 nav #nav-user-linklabel.selected,
813 nav #nav-apps-link.selected {
814         background-color: #364e59;
815         border-bottom-style: none;
816 }
817
818 nav #nav-notifications-linkmenu.on .icon-bell:before {
819         content: "\f0f3";
820 }
821
822 /* nav #nav-community-link {*/
823 nav ul {
824         margin-left: 210px;
825 }
826
827 nav #nav-user-linkmenu {
828         float: right;
829         padding-left: 0px;
830         padding-right: 0px;
831         margin-right: 5px;
832 }
833
834 #nav-notifications-mark-all {
835         /* padding: 1px 1px 2px 26px; */
836         /* border-bottom: 1px solid #364E59; */
837         /* margin: 0px 0px 2px 0px;
838         padding: 5px 10px; */
839 }
840
841 #nav-notifications-see-all {
842         /* padding: 1px 1px 2px 26px; */
843         /* border-bottom: 1px solid #364E59; */
844         /* margin: 0px 0px 2px 0px;
845         padding: 5px 10px; */
846 }
847
848 .notify-unseen {background-color: #FFF; }
849
850 .notify-seen {
851         background: none repeat scroll 0 0 #EEE;
852 }
853
854 ul.menu-popup {
855         visibility:hidden;
856         opacity:0;
857         z-index:1;
858         transition:all 0.2s ease-in-out;
859         /* display: none; */
860         position: absolute;
861         width: 13em;
862         background: #ffffff;
863         color: #2d2d2d;
864         margin: 0px;
865         padding: 0px;
866         list-style: none;
867         border: 3px solid #364e59;
868         z-index: 100000;
869         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
870 }
871 ul.menu-popup a {
872         display: block;
873         color: #2d2d2d;
874         padding: 5px 10px;
875         text-decoration: none;
876 }
877 ul.menu-popup a:hover {
878         /* background-color: #bdcdd4; */
879         background-color: #e5e5e5;
880 }
881 ul.menu-popup .menu-sep {
882         border-top: 1px solid #9eabb0;
883 }
884 ul.menu-popup li {
885         float: none;
886         overflow: auto;
887         height: auto;
888         display: block;
889 }
890 ul.menu-popup li img {
891         float: left;
892         width: 16px;
893         height: 16px;
894         padding-right: 5px;
895 }
896 ul.menu-popup .empty {
897         padding: 5px;
898         text-align: center;
899         color: #9eabb0;
900 }
901 /* autocomplete popup */
902
903 .acpopup, .acpopup-mce {
904         background-color: #ffffff;
905         border: 1px solid #MenuBorder;
906         overflow: auto;
907         z-index: 100000;
908         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
909 }
910 .acpopup-mce {
911         color: #2d2d2d;
912         max-height: 150px;
913 }
914 nav .acpopup {
915         top: 31px !important;
916         margin-left: -23px
917 }
918 .acpopupitem {
919         color: #2d2d2d;
920         padding: 4px;
921         clear: left;
922 }
923 .acpopupitem img {
924         float: left;
925         margin-right: 4px;
926 }
927 .acpopupitem.selected {
928         background-color: #bdcdd4;
929 }
930 .textcomplete-item {
931         float: none;
932 }
933 .textcomplete-item a {
934         color: #737373;
935 }
936 .textcomplete-item a:hover {
937         color: #000;
938         padding: 3px 20px;
939 }
940 .textcomplete-item a .forum, .forum .acpopup-sub-text {
941         color: #36C;
942         opacity: 0.8;
943 }
944 .textcomplete-item a .forum:hover {
945         opacity: 1.0;
946 }
947 img.acpopup-img {
948         border-radius: 4px;
949 }
950
951 #nav-notifications-menu {
952         width: 400px;
953         max-height: 550px;
954         overflow: auto;
955 }
956 /* #nav-notifications-menu a {
957         display: inline;
958         padding: 5px 0px;
959         margin: 0px 0px 2px 0px;
960 }
961 #nav-notifications-menu li:hover {
962         background-color: #bdcdd4;
963 }*/
964
965 #nav-notifications-menu > li {
966         display: block;
967         color: #737373;
968         cursor: pointer;
969 }
970
971 #nav-notifications-menu > li:hover {
972         background-color: #e5e5e5;
973         color: #000;
974 }
975 #nav-notifications-mark-all a {
976         color: #737373;
977 }
978
979 #nav-notifications-menu img {
980         width: 32px;
981         height: 32px;
982         border-radius: 5px;
983         margin: 0;
984         padding: 0;
985 }
986
987 #nav-notifications-menu .notif-desc-wrapper a {
988         display: inline;
989         padding: 0px;
990 }
991
992 #nav-notifications-menu .contactname {
993         font-weight: bold;
994 }
995 #nav-notifications-menu .notif-when {
996         font-size: 10px;
997         color: #9eabb0;
998         display: block;
999 }
1000
1001 .notif-image {
1002         width: 32px;
1003         height: 32px;
1004         padding: 7px 7px 0px 0px;
1005 }
1006
1007 .notif-entry-wrapper {
1008         padding: 5px 10px;
1009         min-height: 32px;
1010         /*border-bottom: 1px solid #DDDDDD;*/
1011 }
1012
1013 .notif-photo-wrapper {
1014         float: left;
1015         margin-right: 10px;
1016 }
1017
1018 .notif-photo-wrapper a {
1019         padding: 0 !important;
1020 }
1021
1022 .notif-desc-wrapper {
1023         overflow: hidden;
1024 }
1025
1026 right_aside {
1027         display: none;
1028         vertical-align: top;
1029         width: 185px;
1030         padding-top: 10px;
1031         padding-right: 20px;
1032         padding-bottom: 0px;
1033         padding-left: 10px;
1034         background-color: #FFFFFF;
1035         font-size: 13px;
1036         overflow-y: auto;
1037         z-index: 2;
1038         /* line-height: 17px; */
1039         color: #737373;
1040         box-shadow: 1px 2px 0px 0px #D8D8D8;
1041         top: 32px;
1042         position: absolute;
1043         margin-left: calc(100% - 215px);
1044 }
1045
1046 /* aside */
1047 aside {
1048         /* display: table-cell; */
1049         vertical-align: top;
1050         width: 185px;
1051         /* padding: 32px 10px 10px 20px; */
1052         padding: 10px 10px 0px 20px;
1053         /* border-right: 1px solid #D2D2D2; */
1054         /* background-color: #ECECF2; */
1055         /* background-color: #F2F2F2; */
1056         background-color: #FFFFFF;
1057         font-size: 13px;
1058         /* background: #F1F1F1; */
1059         /* top: 0px; */
1060         top: 32px;
1061         overflow-y: auto;
1062         z-index: 2;
1063         /* line-height: 17px; */
1064         position: fixed;
1065         /* overflow: auto; */
1066         height: 100%;
1067         height: calc(100% - 42px);
1068         /* overflow: scroll; */
1069         box-shadow: 1px 2px 0px 0px #D8D8D8;
1070         color: #737373;
1071 }
1072 aside .vcard .tool {
1073         clear: both;
1074 }
1075 aside .vcard .fn {
1076         font-size: 18px;
1077         font-weight: bold;
1078         margin-bottom: 5px;
1079         float: left;
1080 }
1081 aside .vcard .title {
1082         margin-bottom: 5px;
1083 }
1084 aside .vcard dl {
1085         height: auto;
1086         overflow: auto;
1087         word-break: break-word;
1088 }
1089 aside .vcard .account-type {
1090         margin-bottom: 13px;
1091         font-size: 14px;
1092         font-weight: bold;
1093 }
1094
1095 aside select {
1096         background-color: white;
1097         width: 165px;
1098         border-color: #ccc;
1099 }
1100
1101 aside .vcard dt {
1102         float: left;
1103         margin-left: 0px;
1104         /* width: 35%; */
1105         text-align: right;
1106         color: #999999;
1107 }
1108 aside .vcard dd {
1109         float: left;
1110         margin-left: 4px;
1111         /* width: 60%; */
1112 }
1113 aside #profile-photo-wrapper img {
1114         width: 175px;
1115 }
1116 aside #profile-extra-links ul {
1117         padding: 0px;
1118         margin: 0px;
1119 }
1120 aside #profile-extra-links li {
1121         padding: 0px;
1122         padding-bottom: 4px;
1123         margin: 0px;
1124         list-style: none;
1125 }
1126 aside #subscribe-feed-link,
1127 aside #dfrn-request-link,
1128 aside #wallmessage-link {
1129         display: block;
1130         -moz-border-radius: 5px 5px 5px 5px;
1131         -webkit-border-radius: 5px 5px 5px 5px;
1132         border-radius: 5px 5px 5px 5px;
1133         color: #ffffff;
1134         background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
1135         font-weight: bold;
1136         text-transform: uppercase;
1137         padding: 4px 2px 2px 35px;
1138 }
1139 aside #subscribe-feed-link:hover,
1140 aside #dfrn-request-link:hover,
1141 aside #wallmessage-link:hover {
1142         text-decoration: none;
1143         background-color: #36c;
1144         /* background-color: #19aeff; */
1145 }
1146 aside #profiles-menu {
1147         width: 14em;
1148         left: 10px;
1149 }
1150
1151 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_aside #side-peoplefind-url {
1152         width: 65%;
1153         float: left;
1154         padding-left: 10px;
1155         /*border-top-left-radius: 15px;
1156         border-top-right-radius: 15px;
1157         border-bottom-right-radius: 15px;
1158         border-bottom-left-radius: 15px;
1159         -moz-border-bottom-colors: #dbdbdb;
1160         -moz-border-top-colors: #999;
1161         -moz-border-left-colors: #999;
1162         -moz-border-right-colors: #dbdbdb;*/
1163 }
1164
1165 aside #side-peoplefind-submit, right_aside #side-peoplefind-submit {
1166         float: left;
1167 }
1168
1169 #side-match-link {
1170         clear: both;
1171 }
1172
1173 aside h4, right_aside h4 {
1174         margin-bottom: 0px;
1175         margin-top: 0px;
1176         font-size: 1.17em;
1177 }
1178
1179 aside img {
1180         max-width: 175px;
1181 }
1182
1183 .nets-ul {
1184         margin-top: 0px;
1185 }
1186
1187 #contact-block {
1188         overflow: auto;
1189         height: auto;
1190 }
1191 #contact-block .contact-block-h4 {
1192         float: left;
1193         margin: 5px 0px;
1194 }
1195 #contact-block .allcontact-link {
1196         float: right;
1197         margin: 5px 0px;
1198 }
1199 #contact-block .contact-block-content {
1200         clear: both;
1201         overflow: auto;
1202         height: auto;
1203 }
1204 #contact-block .contact-block-link {
1205         float: left;
1206         margin: 0px 2px 2px 0px;
1207 }
1208 #contact-block .contact-block-link img {
1209         width: 48px;
1210         height: 48px;
1211 }
1212 .group_selected {
1213         background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
1214         float: left;
1215         height: 22px;
1216         width: 22px;
1217 }
1218 .group_unselected {
1219         background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
1220         float: left;
1221         height: 22px;
1222         width: 22px;
1223 }
1224 /* widget */
1225 .widget {
1226         margin-bottom: 1em;
1227         /*.action .s10 {width: 10px; overflow: hidden; padding: 0px;}
1228         .action .s16 {width: 16px; overflow: hidden; padding: 0px;}*/
1229         /* font-size: 12px; */
1230 }
1231 .widget h3 {
1232         padding: 0px;
1233         margin: 2px;
1234 }
1235 .widget .action {
1236         opacity: 0.1;
1237         -webkit-transition: all 0.2s ease-in-out;
1238         -moz-transition: all 0.2s ease-in-out;
1239         -o-transition: all 0.2s ease-in-out;
1240         -ms-transition: all 0.2s ease-in-out;
1241         transition: all 0.2s ease-in-out;
1242 }
1243 .widget input.action {
1244         opacity: 0.5;
1245         -webkit-transition: all 0.2s ease-in-out;
1246         -moz-transition: all 0.2s ease-in-out;
1247         -o-transition: all 0.2s ease-in-out;
1248         -ms-transition: all 0.2s ease-in-out;
1249         transition: all 0.2s ease-in-out;
1250 }
1251 .widget:hover .title .action {
1252         opacity: 1;
1253         -webkit-transition: all 0.2s ease-in-out;
1254         -moz-transition: all 0.2s ease-in-out;
1255         -o-transition: all 0.2s ease-in-out;
1256         -ms-transition: all 0.2s ease-in-out;
1257         transition: all 0.2s ease-in-out;
1258 }
1259 .widget .tool:hover .action {
1260         opacity: 1;
1261         -webkit-transition: all 0.2s ease-in-out;
1262         -moz-transition: all 0.2s ease-in-out;
1263         -o-transition: all 0.2s ease-in-out;
1264         -ms-transition: all 0.2s ease-in-out;
1265         transition: all 0.2s ease-in-out;
1266 }
1267 .widget .tool:hover .action.ticked {
1268         opacity: 1;
1269         -webkit-transition: all 0.2s ease-in-out;
1270         -moz-transition: all 0.2s ease-in-out;
1271         -o-transition: all 0.2s ease-in-out;
1272         -ms-transition: all 0.2s ease-in-out;
1273         transition: all 0.2s ease-in-out;
1274 }
1275 .widget ul {
1276         padding: 0px;
1277         margin-top: 0px;
1278         margin-bottom: 0px;
1279 }
1280 .widget ul li {
1281         padding-left: 10px;
1282         /* min-height: 20px; */
1283         list-style: none;
1284         padding-top: 3px;
1285         padding-bottom: 3px;
1286         margin: 0px;
1287 }
1288 .widget .tool.selected {
1289         background: url('../../../images/selected.png') no-repeat left center;
1290 }
1291 /* widget: search */
1292 #add-search-popup {
1293         width: 200px;
1294         top: 18px;
1295 }
1296 /* section */
1297 section {
1298         /* font-size: 13px;
1299         line-height: 19.5px; */
1300         font-size: 14.95px;
1301         line-height: 21px;
1302         display: table-cell;
1303         vertical-align: top;
1304         top: 32px;
1305         width: 766px;
1306         max-width: 766px;
1307         padding: 10px 10px 10px 10px;
1308         /* background-color: white; */
1309         /* background-color: rgb(252, 252, 252); */
1310         /* background-color: #FAFAFA; */
1311         background-color: inherit;
1312         /* border-bottom: 1px solid lightgray;
1313         border-right: 1px solid lightgray;
1314         border-left: 1px solid lightgray; */
1315         position: absolute;
1316         left: 215px;
1317         left: calc(215px + (100% - (215px + 766px)) / 6);
1318         /* left: calc(215px + (100% - 215px) / 10); */
1319 }
1320
1321 section.minimal {
1322         top: 0px;
1323         left: 0px;
1324         position: absolute;
1325         width: 100%;
1326         height: 100%;
1327 }
1328
1329 /* Contact-Header for the Network Stream */
1330 #viewcontact_wrapper-network {
1331         width: 100%;
1332         min-height: 100px;
1333         background-color: #FAFAFA;
1334         box-shadow: 1px 2px 0px 0px #D8D8D8;
1335         border-bottom: 1px solid #D2D2D2;
1336 }
1337 #contact-entry-wrapper-network {
1338         float: none;
1339         width: auto;
1340         height: auto;
1341         padding: 10px;
1342         margin: 0;
1343 }
1344 #contact-entry-accounttype-network {
1345         font-size: 20px;
1346 }
1347 #contact-entry-name-network {
1348         font-size: 24.5px;
1349 }
1350 .contact-entry-photo img {
1351         border-radius: 4px;
1352 }
1353
1354 /* wall item */
1355 .tread-wrapper {
1356         /* border-bottom: 1px solid #BDCDD4; */
1357         border-bottom: 1px solid #D2D2D2;
1358         position: relative;
1359         padding: 5px;
1360         margin-bottom: 10px;
1361         box-shadow: 1px 2px 0px 0px #D8D8D8;
1362         background-color: #FFFFFF;
1363         /* width: 755px; */
1364 }
1365 .wall-item-decor {
1366         position: absolute;
1367         left: 755px;
1368         left: calc(100% - 16px);
1369         /* top: -10px; */
1370         width: 16px;
1371 }
1372 .unstarred {
1373         display: none;
1374 }
1375 .wall-item-container {
1376         display: table;
1377         width: 745px;
1378         width: calc(100% - 10px);
1379 }
1380
1381 .wall-item-content hr {
1382         background: none repeat scroll 0% 0% rgb(221, 221, 221);
1383         color: rgb(221, 221, 221);
1384         clear: both;
1385         float: none;
1386         width: 100%;
1387         height: 0.1em;
1388         /* margin: 0px 0px 1.45em; */
1389         border: medium none;
1390 }
1391
1392 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1393         display: table-row;
1394 }
1395 .wall-item-bottom {
1396         /* font-size: 14px; */
1397 }
1398 .wall-item-container .wall-item-tags,
1399 .wall-item-container .wall-item-links,
1400 .wall-item-container .wall-item-actions {
1401         opacity: 0.2;
1402         -webkit-transition: all 0.2s ease-in-out;
1403         -moz-transition: all 0.2s ease-in-out;
1404         -o-transition: all 0.2s ease-in-out;
1405         -ms-transition: all 0.2s ease-in-out;
1406         transition: all 0.2s ease-in-out;
1407 }
1408 .wall-item-container:hover .wall-item-tags,
1409 .wall-item-container:hover .wall-item-links,
1410 .wall-item-container:hover .wall-item-actions {
1411         opacity: 1;
1412         -webkit-transition: all 0.2s ease-in-out;
1413         -moz-transition: all 0.2s ease-in-out;
1414         -o-transition: all 0.2s ease-in-out;
1415         -ms-transition: all 0.2s ease-in-out;
1416         transition: all 0.2s ease-in-out;
1417 }
1418 .wall-item-container .wall-item-info {
1419         display: table-cell;
1420         vertical-align: top;
1421         text-align: left;
1422         width: 80px;
1423 }
1424 .wall-item-container {
1425         /* padding-right: 30px; */
1426         padding-right: 0px;
1427 }
1428 .wall-item-container .wall-item-ago {
1429         word-wrap: break-word;
1430         width: 50px;
1431         margin-left: 10px;
1432         color: #999;
1433         font-size: 12px;
1434 }
1435
1436 .shared-time {
1437         color: #999;
1438         font-size: 12px;
1439 }
1440
1441 .shared_header {
1442         line-height: 14px;
1443 }
1444
1445 .wall-item-network {
1446         color: #999;
1447         font-size: 12px;
1448         text-align: right;
1449         float: right;
1450 }
1451
1452 .wall-item-network-end {
1453         clear: both;
1454 }
1455
1456 .wall-item-location {
1457         width: 350px;
1458         float: left;
1459         font-size: 12px;
1460 }
1461
1462 .wall-item-container .wall-item-content {
1463         /* font-size: 14px; */
1464         max-width: 660px;
1465         word-wrap: break-word;
1466         word-break: break-word;
1467         /* line-height: 1.36; */
1468         padding-bottom: 6px;
1469 }
1470
1471 .wall-item-container .wall-item-content img {
1472         max-width: 100%;
1473         vertical-align: middle;
1474         /* max-width: 650px; */
1475         /* max-width: 580px; */
1476 }
1477 .children .wall-item-container .wall-item-item .wall-item-content img {
1478         /* max-width: 650px; */
1479         max-width: 520px;
1480         /* max-width: 100%; */
1481 }
1482 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1483         display: table-cell;
1484         vertical-align: middle;
1485         /* font-size: 17px; */
1486 }
1487 .mail-list-wrapper a,
1488 .wall-item-container .wall-item-bottom a,
1489 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1490 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1491 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1492         color: #999;
1493 }
1494 .mail-list-wrapper a:hover,
1495 .wall-item-container .wall-item-bottom a:hover,
1496 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1497 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1498 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1499         color: #000;
1500         text-decoration: none;
1501 }
1502 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1503         opacity: 0.5;
1504         -webkit-transition: all 0.2s ease-in-out;
1505         -moz-transition: all 0.2s ease-in-out;
1506         -o-transition: all 0.2s ease-in-out;
1507         -ms-transition: all 0.2s ease-in-out;
1508         transition: all 0.2s ease-in-out;
1509 }
1510 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1511         opacity: 1;
1512         -webkit-transition: all 0.2s ease-in-out;
1513         -moz-transition: all 0.2s ease-in-out;
1514         -o-transition: all 0.2s ease-in-out;
1515         -ms-transition: all 0.2s ease-in-out;
1516         transition: all 0.2s ease-in-out;
1517 }
1518
1519 .wall-item-container .wall-item-name:hover {
1520         color: #36c;
1521 }
1522
1523 .wall-item-container .wall-item-name,
1524 .wall-item-container .shared-author {
1525         color: black;
1526         font-weight: bold;
1527         -webkit-transition: all 0.2s ease-in-out;
1528         -moz-transition: all 0.2s ease-in-out;
1529         -o-transition: all 0.2s ease-in-out;
1530         -ms-transition: all 0.2s ease-in-out;
1531         transition: all 0.2s ease-in-out;
1532 }
1533
1534 .toplevel_item:hover .wall-item-name,
1535 .wall-item-container:hover .wall-item-name,
1536 .toplevel_item:hover .shared-author,
1537 .wall-item-container:hover .shared-author {
1538         color: #36c;
1539         font-weight: bold;
1540         -webkit-transition: all 0.2s ease-in-out;
1541         -moz-transition: all 0.2s ease-in-out;
1542         -o-transition: all 0.2s ease-in-out;
1543         -ms-transition: all 0.2s ease-in-out;
1544         transition: all 0.2s ease-in-out;
1545 }
1546
1547 .wall-item-container .wall-item-content a,
1548 .toplevel_item .fakelink,
1549 .wall-item-container .fakelink {
1550         color: black;
1551         -webkit-transition: all 0.2s ease-in-out;
1552         -moz-transition: all 0.2s ease-in-out;
1553         -o-transition: all 0.2s ease-in-out;
1554         -ms-transition: all 0.2s ease-in-out;
1555         transition: all 0.2s ease-in-out;
1556         /* color: darkblue; */
1557         /* color: #3E3E8C; */
1558         word-break: break-word;
1559 }
1560
1561 .toplevel_item:hover .fakelink,
1562 .wall-item-container:hover .fakelink,
1563 .toplevel_item:hover .wall-item-content a,
1564 .wall-item-container:hover .wall-item-content a {
1565         color: #36c;
1566         -webkit-transition: all 0.2s ease-in-out;
1567         -moz-transition: all 0.2s ease-in-out;
1568         -o-transition: all 0.2s ease-in-out;
1569         -ms-transition: all 0.2s ease-in-out;
1570         transition: all 0.2s ease-in-out;
1571 }
1572
1573 .toplevel_item:hover .togglecomment,
1574 .wall-item-container:hover .togglecomment {
1575         color: #999;
1576 }
1577
1578 .wall-item-container .wall-item-actions-author {
1579         width: 100%;
1580         margin-bottom: 0.3em;
1581 }
1582 .wall-item-container .wall-item-actions-social,
1583 .wall-item-container .wall-item-actions-isevent {
1584         float: left;
1585         margin-bottom: 1px;
1586 }
1587 .wall-item-container .wall-item-actions-social a,
1588 .wall-item-container .wall-item-actions-isevent a {
1589         float: left;
1590         margin-right: 1em;
1591         cursor: pointer;
1592 }
1593 .wall-item-container .wall-item-actions-social a.active,
1594 .wall-item-container .wall-item-actions-isevent a.active {
1595         color: #36C;
1596 }
1597
1598 .wall-item-container .wall-item-actions-tools {
1599         float: right;
1600         width: 80px;
1601 }
1602 .wall-item-container .wall-item-actions-tools a {
1603         float: right;
1604         margin-left: 10px;
1605         cursor: pointer;
1606 }
1607 .wall-item-container .wall-item-actions-tools input {
1608         float: right;
1609         margin-left: 10px;
1610 }
1611 .wall-item-container.comment {
1612         margin-top: 5px;
1613         margin-bottom: 5px;
1614         margin-left: 80px;
1615         width: 665px;
1616         width: calc(100% - 90px);
1617         border-bottom: 1px solid hsl(198, 21%, 79%);
1618 }
1619 .wall-item-container.thread_level_2 {
1620         margin-left: 80px;
1621         width: calc(100% - 90px);
1622 }
1623 .wall-item-container.thread_level_3 {
1624         margin-left: 95px;
1625         width: calc(100% - 105px);
1626 }
1627 .wall-item-container.thread_level_4 {
1628         margin-left: 110px;
1629         width: calc(100% - 120px);
1630 }
1631 .wall-item-container.thread_level_5 {
1632         margin-left: 125px;
1633         width: calc(100% - 135px);
1634 }
1635 .wall-item-container.thread_level_6 {
1636         margin-left: 140px;
1637         width: calc(100% - 150px);
1638 }
1639 .wall-item-container.thread_level_7 {
1640         margin-left: 155px;
1641         width: calc(100% - 165px);
1642 }
1643
1644 .wall-item-container.comment .wall-item-content,
1645 .wall-item-container.thread_level_3 .wall-item-content,
1646 .wall-item-container.thread_level_4 .wall-item-content,
1647 .wall-item-container.thread_level_5 .wall-item-content,
1648 .wall-item-container.thread_level_6 .wall-item-content,
1649 .wall-item-container.thread_level_7 .wall-item-content {
1650         max-width: calc(100% - 1px);
1651 }
1652
1653 .children .wall-item-comment-wrapper textarea,
1654 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea,
1655 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea,
1656 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea,
1657 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea,
1658 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1659         width: calc(100% - 11px);
1660 }
1661
1662 .children .wall-item-bottom .comment-edit-preview,
1663 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview,
1664 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview,
1665 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview,
1666 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview,
1667 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1668         width: calc(100% - 6px);
1669 }
1670
1671
1672 .wall-item-container.comment .contact-photo {
1673         width: 32px;
1674         height: 32px;
1675         margin-left: 16px;
1676         /* background: url(../../../images/icons/22/user.png) no-repeat center center; */
1677
1678 }
1679 .wall-item-container.comment {
1680         top: 15px !important;
1681         left: 15px !important;
1682 }
1683 .wall-item-container.comment .wall-item-links {
1684         padding-left: 12px;
1685 }
1686 .wall-item-bottom .wall-item-comment-wrapper {
1687         margin: 1px 5px 1px 0px;
1688 }
1689 .wall-item-comment-wrapper {
1690         margin: 1px 15px 1px 80px;
1691 }
1692 .wall-item-comment-wrapper.photo {
1693         margin: 1px 15px 1px 0px;
1694 }
1695 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1696         margin-left: 0px;
1697         width: 665px;
1698         width: 100%;
1699         border-bottom: 1px solid hsl(198, 21%, 79%);
1700 }
1701
1702
1703 .wall-item-comment-wrapper .comment-edit-photo {
1704         display: none;
1705 }
1706 .wall-item-comment-wrapper textarea {
1707         height: 1.2em;
1708         width: 100%;
1709         font-size: 13px;
1710         color: #999999;
1711         border: 1px solid #DDD;
1712         padding: 0.3em;
1713 }
1714 .wall-item-comment-wrapper .comment-edit-text-full {
1715         /* font-size: 14px; */
1716         height: 4em;
1717         color: #2d2d2d;
1718         border: 1px solid #2d2d2d;
1719 }
1720
1721 .fakelink.togglecomment {
1722         float: left;
1723         margin-right: 1em;
1724 }
1725
1726 .comment-edit-preview .contact-photo {
1727         width: 32px;
1728         height: 32px;
1729         margin-left: 16px;
1730         /* background: url(../../../images/icons/22/user.png) no-repeat center center; */
1731
1732 }
1733 .comment-edit-preview {
1734         /* width: 660px; */
1735         width: 100%;
1736         border: 1px solid #2d2d2d;
1737         margin-top: 10px;
1738         top: 15px !important;
1739         left: 15px !important;
1740 }
1741 .comment-edit-preview .wall-item-links {
1742         padding-left: 12px;
1743 }
1744 .comment-edit-preview .wall-item-container {
1745         /* width: 700px; */
1746         width: 100%;
1747 }
1748 .comment-edit-preview .tread-wrapper {
1749         /* width: 700px; */
1750         width: 100%;
1751         padding: 0;
1752         margin: 10px 0px 0px 0px;
1753         border-bottom: 0px;
1754         box-shadow: none;
1755 }
1756
1757 .wall-item-bottom .comment-edit-preview {
1758         width: 575px;
1759         margin-bottom: 5px;
1760 }
1761
1762 .shiny {
1763         /* border-right: 10px solid #fce94f; */
1764         /* border-right: 1px solid #A7C7F7;
1765         padding-right: 12px; */
1766 }
1767
1768 #profile-jot-form {
1769         box-shadow: 1px 2px 0px 0px #D8D8D8;
1770         background-color: #fafafa;
1771         padding: 10px;
1772 }
1773
1774 #profile-jot-form #profile-jot-text {
1775         height: 2.0em;
1776         /* width: 99%; */
1777         width: 752px;
1778         width: calc(100% - 10px);
1779         font-size: 15px;
1780         color: #999999;
1781         border: 1px solid #DDD;
1782         padding: 0.3em;
1783         margin-bottom: 10px;
1784 }
1785
1786 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1787         border-radius: 5px 5px 5px 5px;
1788         font-weight: bold;
1789         height: 20px;
1790         margin: 0 0 5px;
1791         /* width: 60%; */
1792         /* width: 762px; */
1793         width: 100%;
1794         border: 1px solid #d2d2d2;
1795 }
1796
1797 #profile-jot-form #jot-title:-webkit-input-placeholder {
1798         font-weight: normal;
1799 }
1800 #profile-jot-form #jot-title:-moz-placeholder {
1801         font-weight: normal;
1802 }
1803 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl {
1804 /*  width: 785px; */
1805         width: 100%;
1806         height: 100px;
1807 }
1808
1809 #profile-jot-perms {
1810         float: right;
1811 }
1812
1813 #jot-preview-content {
1814         padding-top: 4px;
1815         clear: both;
1816 }
1817
1818 #jot-preview-content .tread-wrapper {
1819         background-color: #fce94f;
1820 }
1821
1822 .wall-item-tags {
1823         padding-top: 1px;
1824         padding-bottom: 2px;
1825         font-size: 12px;
1826         /* display: none; */
1827 }
1828
1829 .tag {
1830         color: rgb(153,153,153);
1831         /* padding-left: 3px;
1832         font-size: 10px; */
1833 }
1834 .tag a {
1835         /* padding-right: 8px; */
1836         color: rgb(153,153,153);
1837 }
1838 .wwto {
1839         position: absolute !important;
1840         width: 25px;
1841         height: 25px;
1842         background: #FFFFFF;
1843         border: 2px solid #364e59;
1844         height: 25px;
1845         width: 25px;
1846         overflow: hidden;
1847         padding: 1px;
1848         position: absolute !important;
1849         top: 40px;
1850         left: 30px;
1851         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1852 }
1853 .wwto .contact-photo {
1854         width: auto;
1855         height: 25px;
1856 }
1857 /* contacts menu */
1858 .contact-photo-wrapper {
1859         position: relative;
1860         width: 80px;
1861 }
1862
1863 .contact-photo-wrapper.wwto {
1864         width: 25px;
1865 }
1866
1867 .contact-photo {
1868         width: 48px;
1869         height: 48px;
1870         overflow: hidden;
1871         display: block;
1872         -webkit-border-radius: 4px;
1873         -moz-border-radius: 4px;
1874         border-radius: 4px;
1875 }
1876
1877 .contact-photo img {
1878         width: 48px;
1879         height: 48px;
1880 }
1881
1882 .contact-wrapper {
1883         float: left;
1884         width: 90px;
1885         height: 90px;
1886         margin-bottom: 15px;
1887 }
1888 .contact-wrapper .contact-photo {
1889         width: 80px;
1890         height: 80px;
1891 }
1892 .contact-wrapper .contact-photo img {
1893         width: 80px;
1894         height: 80px;
1895 }
1896 .contact-wrapper {
1897         left: 0px;
1898         top: 63px;
1899 }
1900 .contact-photo {
1901         width: 48px;
1902         height: 48px;
1903 }
1904 .contact-photo img {
1905         width: 48px;
1906         height: 48px;
1907 }
1908 .contact-name {
1909         /* text-align: center; */
1910         /*font-weight: bold;*/
1911         font-size: 12px;
1912 }
1913 .contact-details {
1914         color: #999999;
1915 }
1916 /* editor */
1917 .jothidden {
1918         display: none;
1919 }
1920 #jot {
1921         width: 785px;
1922         margin: 0px 2em 20px 0px;
1923 }
1924 #jot .profile-jot-text {
1925         height: 1.2em;
1926         width: 99%;
1927         font-size: 10px;
1928         color: #999999;
1929         border: 1px solid #DDD;
1930         padding: 0.3em;
1931 }
1932 #jot #jot-tools {
1933         margin: 0px;
1934         padding: 0px;
1935         height: 40px;
1936         overflow: none;
1937         width: 783px;
1938         background-color: #0e232e;
1939         border-bottom: 2px solid #9eabb0;
1940 }
1941 #jot #jot-tools li {
1942         list-style: none;
1943         float: left;
1944         width: 80px;
1945         height: 40px;
1946         border-bottom: 2px solid #9eabb0;
1947 }
1948 #jot #jot-tools li a {
1949         display: block;
1950         color: #cccccc;
1951         width: 100%;
1952         height: 40px;
1953         text-align: center;
1954         line-height: 40px;
1955         overflow: hidden;
1956 }
1957 #jot #jot-tools li:hover {
1958         background-color: #364e59;
1959         border-bottom: 2px solid #bdcdd4;
1960 }
1961 #jot #jot-tools li.perms {
1962         float: right;
1963         width: 40px;
1964 }
1965 #jot #jot-tools li.perms a.unlock {
1966         width: 30px;
1967         border-left: 10px solid #cccccc;
1968         background-color: #cccccc;
1969         background-position: left center;
1970 }
1971 #jot #jot-tools li.perms a.lock {
1972         width: 30px;
1973         border-left: 10px solid #666666;
1974         background-color: #666666;
1975 }
1976 #jot #jot-tools li.submit {
1977         float: right;
1978         background-color: #cccccc;
1979         border-bottom: 2px solid #cccccc;
1980         border-right: 1px solid #666666;
1981         border-left: 1px solid #666666;
1982 }
1983 #jot #jot-tools li.submit input {
1984         border: 0px;
1985         margin: 0px;
1986         padding: 0px;
1987         background-color: #cccccc;
1988         color: #666666;
1989         width: 80px;
1990         height: 40px;
1991         line-height: 40px;
1992 }
1993 #jot #jot-tools li.submit input:hover {
1994         background-color: #bdcdd4;
1995         color: #666666;
1996 }
1997 #jot #jot-tools li.loading {
1998         float: right;
1999         background-color: #ffffff;
2000         width: 20px;
2001         vertical-align: center;
2002         text-align: center;
2003         border-top: 2px solid #9eabb0;
2004         height: 38px;
2005 }
2006 #jot #jot-tools li.loading img {
2007         margin-top: 10px;
2008 }
2009 /* #jot */
2010 #jot-title {
2011         border: 0px;
2012         margin: 0px;
2013         height: 20px;
2014         width: 700px;
2015         font-weight: bold;
2016         border: 1px solid #ffffff;
2017 }
2018 #jot #jot-title:-webkit-input-placeholder {
2019         font-weight: normal;
2020 }
2021 #jot #jot-title:-moz-placeholder {
2022         font-weight: normal;
2023 }
2024 #jot #jot-title:hover {
2025         border: 1px solid #999999;
2026 }
2027 #jot #jot-title:focus {
2028         border: 1px solid #999999;
2029 }
2030 #jot #character-counter {
2031         width: 80px;
2032         float: right;
2033         text-align: right;
2034         height: 20px;
2035         line-height: 20px;
2036         padding-right: 20px;
2037 }
2038
2039 #profile-jot-submit {
2040         float: right;
2041         margin-left: 15px;
2042 }
2043 #profile-upload-wrapper {
2044         float: left;
2045         margin-left: 15px;
2046 }
2047 #profile-attach-wrapper {
2048         float: left;
2049         margin-left: 15px;
2050 }
2051 #profile-link-wrapper {
2052         float: left;
2053         margin-left: 15px;
2054         cursor: pointer;
2055 }
2056 #profile-video-wrapper {
2057         float: left;
2058         margin-left: 15px;
2059         cursor: pointer;
2060 }
2061 #profile-audio-wrapper {
2062         float: left;
2063         margin-left: 15px;
2064         cursor: pointer;
2065 }
2066 #profile-location-wrapper {
2067         float: left;
2068         margin-left: 15px;
2069         cursor: pointer;
2070 }
2071 #profile-nolocation-wrapper {
2072         float: left;
2073         margin-left: 15px;
2074         cursor: pointer;
2075 }
2076 #profile-smiley-wrapper {
2077         float: left;
2078         margin-left: 15px;
2079         cursor: pointer;
2080         margin-top: 3px;
2081         height: 10px;
2082         display: inline-block;
2083 }
2084 #smileybutton {
2085         position: absolute;
2086         z-index: 99;
2087 }
2088 table.smiley-preview {
2089         background-color: #FFF;
2090         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2091 }
2092 #jot-perms-icon {
2093         float: right;
2094         margin-left: 15px;
2095 }
2096 #jot-preview-link {
2097         float: right;
2098 }
2099 #profile-jot-end {
2100         clear: both;
2101 }
2102 #profile-jot-text_tbl {
2103         width: 780px;
2104 }
2105 #profile-jot-wrapper {
2106         margin-bottom: 10px;
2107 }
2108
2109 /** buttons **/
2110 /*input[type="submit"] {
2111         border: 0px;
2112         background-color: @ButtonBackgroundColor;
2113         color: @ButtonColor;
2114         padding: 0px 10px;
2115         .rounded(5px);
2116         height: 18px;
2117 }*/
2118 /** acl **/
2119 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
2120         display: block!important;
2121 }
2122 #acl-wrapper {
2123         width: 690px;
2124         float: left;
2125 }
2126 #acl-search {
2127         float: right;
2128         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2129         padding-right: 20px;
2130 }
2131 #acl-showall {
2132         float: left;
2133         display: block;
2134         width: auto;
2135         height: 18px;
2136         background-color: #cccccc;
2137         background-image: url("../../../images/show_all_off.png");
2138         background-position: 7px 7px;
2139         background-repeat: no-repeat;
2140         padding: 7px 5px 0px 30px;
2141         color: #999999;
2142         -moz-border-radius: 5px 5px 5px 5px;
2143         -webkit-border-radius: 5px 5px 5px 5px;
2144         border-radius: 5px 5px 5px 5px;
2145 }
2146 #acl-showall.selected {
2147         color: #000000;
2148         background-color: #ff9900;
2149         background-image: url("../../../images/show_all_on.png");
2150 }
2151 #acl-list {
2152         height: 210px;
2153         border: 1px solid #cccccc;
2154         clear: both;
2155         margin-top: 30px;
2156         overflow: auto;
2157 }
2158 .acl-list-item {
2159         display: block;
2160         width: 150px;
2161         height: 30px;
2162         border: 1px solid #cccccc;
2163         margin: 5px;
2164         float: left;
2165 }
2166 .acl-list-item img {
2167         width: 22px;
2168         height: 22px;
2169         float: left;
2170         margin: 4px;
2171 }
2172 .acl-list-item p {
2173         height: 12px;
2174         font-size: 10px;
2175         margin: 0px;
2176         padding: 2px 0px 1px;
2177         overflow: hidden;
2178 }
2179 .acl-list-item a {
2180         font-size: 8px;
2181         display: block;
2182         width: 40px;
2183         height: 10px;
2184         float: left;
2185         color: #999999;
2186         background-color: #cccccc;
2187         background-position: 3px 3px;
2188         background-repeat: no-repeat;
2189         margin-right: 5px;
2190         -webkit-border-radius: 2px ;
2191         -moz-border-radius: 2px;
2192         border-radius: 2px;
2193         padding-left: 15px;
2194 }
2195 #acl-wrapper a:hover {
2196         text-decoration: none;
2197         color: #000000;
2198 }
2199 .acl-button-show {
2200         background-image: url("../../../images/show_off.png");
2201 }
2202 .acl-button-hide {
2203         background-image: url("../../../images/hide_off.png");
2204 }
2205 .acl-button-show.selected {
2206         color: #000000;
2207         background-color: #9ade00;
2208         background-image: url("../../../images/show_on.png");
2209 }
2210 .acl-button-hide.selected {
2211         color: #000000;
2212         background-color: #ff4141;
2213         background-image: url("../../../images/hide_on.png");
2214 }
2215 .acl-list-item.groupshow {
2216         border-color: #9ade00;
2217 }
2218 .acl-list-item.grouphide {
2219         border-color: #ff4141;
2220 }
2221 /** /acl **/
2222 /** tab buttons **/
2223 div.pager, ul.tabs {
2224         list-style-type: none;
2225         padding-bottom: 10px;
2226         padding-left: 10px;
2227         padding-top: 0px;
2228         margin-bottom: 5px;
2229         line-height: 28px;
2230         height: 20px;
2231 /*  font-size: 11px; */
2232         font-size: 13px;
2233         font-weight: bold;
2234         /* margin-bottom: 30px; */
2235         background-color: #FAFAFA;
2236         box-shadow: 1px 2px 0px 0px #D8D8D8;
2237         border-bottom: 1px solid #D2D2D2;
2238 }
2239 ul.tabs li {
2240         float: left;
2241         /* margin-left: 7px; */
2242 }
2243 /*ul.tabs li .active {
2244         border-bottom: 1px solid #005c94;
2245 }*/
2246
2247 ul.tabs a, div.pager a {
2248         /* min-width: 34px; */
2249         /* display: block;
2250         float: left; */
2251         padding: 0px;
2252         padding-bottom: 6px;
2253         /* padding: 0px 12px 0px 12px; */
2254         /* color: #444; */
2255         color: darkgray;
2256 }
2257
2258 ul.tabs a {
2259         /* box-shadow: 1px 2px 0px 0px #D8D8D8; */
2260         margin-right: 15px;
2261         margin-left: 5px;
2262 }
2263
2264 #birthday-notice, #event-notice {
2265         box-shadow: 1px 2px 0px 0px #D8D8D8;
2266         margin-bottom: 5px;
2267 }
2268
2269 #birthday-wrapper, #event-wrapper {
2270         background-color: #FAFAFA;
2271         box-shadow: 1px 2px 0px 0px #D8D8D8;
2272         padding-left: 10px;
2273         padding-right: 10px;
2274         padding-top: 5px;
2275         padding-bottom: 5px;
2276         margin-bottom: 0px;
2277 }
2278
2279 .birthday-notice, .event-notice {
2280         padding: 2px 7px 2px 7px;
2281         color: darkgrey;
2282         font-weight: bold;
2283 }
2284 .comment-edit-submit-wrapper .fakelink {
2285         padding: 2px 7px 2px 7px;
2286         color: black;
2287 }
2288
2289 .comment-edit-submit-wrapper .fakelink {
2290         /* border: 1px solid lightgray; */
2291         background: #F2F2F2;
2292         margin-top: 2px;
2293         margin-bottom: 2px;
2294 }
2295
2296 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2297 .comment-edit-submit-wrapper .fakelink:hover {
2298         color: black;
2299 }
2300
2301 span.pager_current, span.pager_n a:hover,
2302 span.pager_first a:hover, span.pager_last a:hover,
2303 span.pager_prev a:hover, span.pager_next a:hover,
2304 ul.tabs a:hover {
2305         border-bottom: 2px solid #244C5E;
2306         text-decoration: none;
2307         color: grey;
2308         padding-bottom: 6px;
2309 }
2310
2311 ul.tabs li .active, span.pager_current a {
2312         border-bottom: 2px solid #244C5E;
2313         text-decoration: none;
2314         color: black;
2315 }
2316
2317 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2318 /*    background-color: #e5e5e5; */
2319         color: grey;
2320         text-decoration: none;
2321 /*    border: 1px solid darkgray; */
2322 }
2323
2324 .comment-edit-bb {
2325         float:right;
2326 }
2327 .comment-edit-bb a {
2328         color: #888;
2329         padding: 0px 5px 1px 5px;
2330 }
2331
2332 .comment-edit-bb a:hover {
2333         color: #000;
2334         text-decoration: none;
2335 }
2336
2337 #newmember-tab > a {
2338         font-size: 1.2em;
2339         font-weight: 800;
2340 }
2341
2342 /**
2343  * Form fields
2344  */
2345 .field {
2346         margin-bottom: 10px;
2347         padding-bottom: 10px;
2348         overflow: auto;
2349         width: 100%;
2350 }
2351 .field label {
2352         float: left;
2353         width: 200px;
2354 }
2355 .field input, .field textarea {
2356         max-width: 400px;
2357 }
2358 .field textarea {
2359         height: 100px;
2360 }
2361 .field .field_help {
2362         display: block;
2363         margin-left: 200px;
2364         color: #666666;
2365 }
2366 .field .onoff {
2367         float: left;
2368         width: 80px;
2369         margin-right:1em;
2370 }
2371 .field .onoff a {
2372         display: block;
2373         border: 1px solid #666666;
2374         background-image: url("../../../images/onoff.jpg");
2375         background-repeat: no-repeat;
2376         padding: 4px 2px 2px 2px;
2377         font-size:14px;
2378         height: 16px;
2379         line-height:16px;
2380         text-decoration: none;
2381         text-align: center;
2382         text-transform: uppercase;
2383         border-radius:4px;
2384 }
2385 .field .onoff .off {
2386         border-color: #B0B0B0;
2387         padding-left: 36px;
2388         background-position: left center;
2389         background-color: #cccccc;
2390         color: #9C9C9C;
2391 }
2392 .field .onoff .on {
2393         font-weight:bold;
2394         border-color: #8EB8EE;
2395         padding-right: 36px;
2396         background-position: right center;
2397         background-color: #D7E3F1;
2398         color: #36c;
2399 }
2400 .field .hidden {
2401         display: none!important;
2402 }
2403 .field.radio .field_help {
2404         margin-left: 0px;
2405 }
2406 aside form {
2407         overflow-x: hidden;
2408 }
2409 aside form fieldset {
2410         margin: 0px;
2411         padding: 0px;
2412         border: 0px none;
2413 }
2414 aside form .field label {
2415         float: left;
2416         width: 170px;
2417 }
2418
2419 aside #div_id_remember label {
2420  float:  inherit;
2421 }
2422
2423 #login-group {
2424         overflow: hidden;
2425 }
2426
2427 #login-head {
2428         position: unset;
2429         width: unset;
2430         height: unset;
2431         margin-bottom: 10px;
2432 }
2433
2434 div #wrapper_username {
2435         padding: 0px;
2436 }
2437
2438 div #wrapper_password {
2439         padding: 0px;
2440         margin-bottom: 0px;
2441 }
2442
2443 #div_id_remember {
2444         float: left;
2445         width: unset;
2446 }
2447
2448 #remember_tip {
2449         display: none;
2450 }
2451
2452 #login-submit-wrapper {
2453         float: right;
2454 }
2455
2456 #login-form {
2457         margin-top: 20px;
2458 }
2459
2460 #login-extra-links, #login-form {
2461         /* width: 341px; */
2462         width: 341px;
2463         clear: both;
2464         border-top: 3px solid white;
2465         padding-top: 20px;
2466 }
2467
2468 aside div #login-submit-button {
2469         margin-left:0px;
2470 }
2471
2472 #login-lost-password-link {
2473         margin-bottom: 10px;
2474         float: right;
2475 }
2476
2477 aside #register-link, aside #lost-password-link {
2478         display: block;
2479 }
2480
2481 aside #id_username,
2482 aside div #id_openid_url,
2483 aside #id_password {
2484         width: 170px;
2485         max-width: 170px;
2486 }
2487
2488 #profile-edit-links-end {
2489         clear: both;
2490         margin-bottom: 15px;
2491 }
2492
2493 #profile-edit-links ul {margin: 0; padding:0 0 20px 0; list-style: none; }
2494
2495 #profile-edit-links li {
2496         float: left;
2497         list-style: none;
2498 }
2499
2500 .profile-edit-side-div {
2501 /*  display: none; */
2502         float: right;
2503 }
2504
2505 /* aside div.clear {
2506         clear: none;
2507         float: left;
2508 } */
2509
2510 #register-form label,
2511 #profile-edit-wrapper label {
2512         width: 200px;
2513         float: left;
2514 }
2515
2516 #register-name-end,
2517 #register-email-end,
2518 #register-nickname-end {
2519         clear: both;
2520 }
2521
2522 .required {
2523         display: inline;
2524         color: #B20202;
2525 }
2526
2527 /* oauth */
2528 .oauthapp {
2529         height: auto;
2530         overflow: auto;
2531         border-bottom: 2px solid #cccccc;
2532         padding-bottom: 1em;
2533         margin-bottom: 1em;
2534 }
2535 .oauthapp img {
2536         float: left;
2537         width: 48px;
2538         height: 48px;
2539         margin: 10px;
2540 }
2541 .oauthapp img.noicon {
2542         background-image: url("../../../images/icons/48/plugin.png");
2543         background-position: center center;
2544         background-repeat: no-repeat;
2545 }
2546 .oauthapp a {
2547         float: left;
2548 }
2549 /* contacts */
2550 /*.contact-entry-wrapper {
2551         width: 120px;
2552         height: 130px;
2553         float: left;
2554         overflow: hidden;
2555         margin-left: 5px;
2556 }*/
2557
2558 .contact-entry-wrapper {
2559         float: left;
2560         width: 363px;
2561         height: 100px;
2562         padding-right: 10px;
2563         margin: 0 10px 10px 0px;
2564 }
2565 .contact-entry-wrapper .contact-entry-photo-wrapper {
2566         float: left;
2567         margin-right: 10px;
2568         width: 80px;
2569         height: 80px;
2570 }
2571 .contact-entry-photo-wrapper {
2572         position: relative;
2573 }
2574 .contact-entry-desc {
2575         overflow: hidden;
2576 }
2577 .contact-entry-name {
2578         font-weight: bold;
2579 }
2580 .contact-entry-details {
2581         font-size: 13px;
2582         color: #999999;
2583         white-space: nowrap;
2584         overflow: hidden;
2585         text-overflow: ellipsis;
2586 }
2587 /* photo */
2588 .lframe {
2589         float: left;
2590         margin: 0px 10px 10px 0px;
2591 }
2592 .contact-entry-photo a img {
2593         width: 80px;
2594         height: 80px;
2595 }
2596 /* profile match wrapper */
2597 .profile-match-wrapper {
2598         float: left;
2599         width: 90px;
2600         height: 90px;
2601         margin-bottom: 20px;
2602 }
2603 .profile-match-wrapper .contact-photo {
2604         width: 80px;
2605         height: 80px;
2606 }
2607 .profile-match-wrapper .contact-photo img {
2608         width: 80px;
2609         height: 80px;
2610 }
2611 .profile-match-wrapper {
2612         left: 0px;
2613         top: 63px;
2614 }
2615
2616 .contact-photo-menu-button {
2617         position: relative;
2618         background-image: url("../../../images/icons/16/menu.png");
2619         background-position: top left;
2620         background-repeat: no-repeat;
2621         margin: 0px 0px -16px 0px;
2622         padding: 0px;
2623         width: 16px;
2624         height: 16px;
2625         top: -20px; left:0px;
2626         overflow: hidden;
2627         text-indent: 40px;
2628         display: none;
2629
2630 }
2631 .contact-photo-menu {
2632         width: 11em;
2633         /*border: 3px solid #364e59;*/
2634         color: #2d2d2d;
2635         background: #FFFFFF;
2636         position: absolute;
2637         /*position: relative;*/
2638         left: 0px; /*top: 0px;*/
2639         display: none;
2640         z-index: 10000;
2641         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2642 }
2643 .contact-photo-menu ul {margin:0px; padding: 0px; list-style: none }
2644 .contact-photo-menu li a {
2645         display: block;
2646         padding: 5px 10px;
2647         color: #2d2d2d;
2648         text-decoration: none;
2649 }
2650 .contact-photo-menu li a:hover {
2651         background-color: #bdcdd4;
2652 }
2653
2654 /* page footer */
2655 footer {
2656         /* height: 100px; */
2657         display: table-row;
2658 }
2659
2660 blockquote {
2661         border-left: 1px solid #D2D2D2;
2662         padding-left: 9px;
2663         margin: 0 0 0 .8ex;
2664         color: #777;
2665 }
2666
2667 .oembed {
2668         /* font-size: large; */
2669         font-size: larger;
2670         font-weight: bold;
2671         display: block;
2672 }
2673
2674 .oembed.video .embed_video > div {
2675         position: absolute; top: 0px; left: 0px;
2676         background-color: rgba(0,0,0,0.5);
2677 }
2678 .oembed.video .embed_video > div::before {
2679         font-family: FontAwesome;
2680         font-weight: normal;
2681         font-style: normal;
2682         display: inline-block;
2683         text-decoration: inherit;
2684         vertical-align: top;
2685         font-size: 3em;
2686         content: "\f01d"; /* icon-play-circle */
2687         color: #fff;
2688         bottom: 10px;
2689         right: 10px;
2690         position: absolute;
2691 }
2692
2693 /* ================== */
2694 /* = Contacts Block = */
2695 /* ================== */
2696
2697 .contact-block-img {
2698         width: 42px;
2699         height: 42px;
2700         padding-right: 2px;
2701 }
2702 .contact-block-div {
2703         float: left;
2704 }
2705
2706 .contact-block-textdiv {width: 150px; height: 34px; float: left; }
2707 #contact-block-end {clear: both; }
2708
2709 #group-edit-wrapper {
2710         margin-bottom: 10px;
2711 }
2712
2713 #group-members-end {
2714         clear: both;
2715 }
2716
2717 /*
2718 #group-separator,
2719 #prof-separator {display: none;}
2720 */
2721
2722 #message-to-select {
2723         height: 150px;
2724 }
2725
2726 #prvmail-upload {
2727         margin-left: 10px;
2728 }
2729
2730 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2731         margin-bottom: 10px;
2732         margin-top: 20px;
2733 }
2734
2735 #prvmail-submit {
2736         float: left;
2737         margin-top: 10px;
2738 }
2739 #prvmail-upload-wrapper,
2740 #prvmail-link-wrapper,
2741 #prvmail-rotator-wrapper {
2742         float: left;
2743         margin-top: 10px;
2744         margin-right: 10px;
2745         width: 24px;
2746 }
2747
2748 #prvmail-end {
2749         clear: both;
2750 }
2751
2752 .mail-list-sender,
2753 .mail-list-detail {
2754         float: left;
2755 }
2756 .mail-list-detail {
2757         margin-left: 20px;
2758 }
2759
2760 .mail-list-subject {
2761         font-size: 1.1em;
2762         margin-top: 10px;
2763 }
2764 a.mail-list-link {
2765         display: block;
2766         font-size: 1.3em;
2767         padding: 4px 0;
2768 }
2769
2770 /*
2771 *a.mail-list-link:hover {
2772 *       background-color: #15607B;
2773 *       color: #F5F6FB;
2774 *}
2775 */
2776
2777 .mail-list-outside-wrapper-end {
2778         clear: both;
2779 }
2780
2781 .mail-list-outside-wrapper {
2782         margin-top: 30px;
2783 }
2784
2785 .mail-list-delete-wrapper {
2786         float: right;
2787         margin-right: 30px;
2788         margin-top: 15px;
2789 }
2790
2791 .mail-list-delete-icon {
2792         border: none;
2793 }
2794
2795 .mail-conv-sender,
2796 .mail-conv-detail {
2797         float: left;
2798 }
2799 .mail-conv-detail {
2800         margin-left: 20px;
2801         width: 500px;
2802 }
2803
2804 .mail-conv-subject {
2805         font-size: 1.4em;
2806         margin: 10px 0;
2807 }
2808
2809 .mail-conv-outside-wrapper-end {
2810         clear: both;
2811 }
2812
2813 .mail-conv-outside-wrapper {
2814         margin-top: 30px;
2815 }
2816
2817 .mail-conv-delete-wrapper {
2818         float: right;
2819         margin-right: 30px;
2820         margin-top: 15px;
2821 }
2822 .mail-conv-break {
2823         clear: both;
2824 }
2825
2826 .mail-conv-delete-icon {
2827         border: none;
2828 }
2829
2830
2831 /* ========== */
2832 /* = Events = */
2833 /* ========== */
2834 .eventcal {
2835         float: left;
2836         font-size: 20px;
2837 }
2838
2839 .vevent {
2840         border: 1px solid #CCCCCC;
2841         max-width: 600px;
2842         position: relative;
2843         margin-top: 4px;
2844         margin-right: 4px;
2845         margin-bottom: 15px;
2846 }
2847
2848 .vevent .event-summary,
2849 .vevent .event-description,
2850 .vevent .event-location {
2851         margin-left: 10px;
2852         margin-right: 10px;
2853 }
2854 .vevent .event-start {
2855         margin-left: 10px;
2856         margin-right: 10px;
2857 }
2858
2859 #new-event-link {
2860         margin-bottom: 10px;
2861 }
2862
2863 .edit-event-link, .plink-event-link {
2864         float: left;
2865         margin-top: 4px;
2866         margin-right: 4px;
2867         margin-bottom: 15px;
2868 }
2869
2870 .event-description:before {
2871         content: url('../../../images/calendar.png');
2872         margin-right: 15px;
2873 }
2874
2875 .event-start, .event-end {
2876         margin-left: 10px;
2877         width: 330px;
2878         clear: both;
2879 }
2880
2881 .event-start .dtstart, .event-end .dtend {
2882         float: right;
2883 }
2884
2885 .event-list-date {
2886         margin-bottom: 10px;
2887 }
2888
2889 .prevcal, .nextcal {
2890         float: left;
2891         margin-left: 32px;
2892         margin-right: 32px;
2893         margin-top: 64px;
2894 }
2895 .event-calendar-end {
2896         clear: both;
2897 }
2898
2899
2900 .calendar {
2901         font-family: Courier, monospace;
2902 }
2903 .today {
2904         font-weight: bold;
2905         color: #FF0000;
2906 }
2907 #event-desc-text-edit-bb, #event-location-text-edit-bb {
2908         float: none;
2909 }
2910 #event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text {
2911         margin-bottom: 10px;
2912         margin-top: 20px;
2913 }
2914
2915 .settings-block {
2916         border-bottom: 1px solid #898989;
2917         /* border: 1px solid #AAA; */
2918         padding-left: 5px;
2919         padding-right: 5px;
2920 }
2921
2922 .app-title {
2923         margin: 0px;
2924 }
2925
2926 #identity-manage-desc {
2927         margin-top:15px;
2928         margin-bottom: 15px;
2929 }
2930
2931 #identity-manage-choose {
2932         margin-bottom: 15px;
2933 }
2934
2935 #identity-submit {
2936         margin-top: 20px;
2937 }
2938
2939 #photo-prev-link, #photo-next-link {
2940         padding: 10px;
2941         float: left;
2942 }
2943
2944 #photo-photo {
2945         float: left;
2946 }
2947
2948 #photo-photo-end {
2949         clear: both;
2950 }
2951
2952 .profile-match-photo {
2953         float: left;
2954         text-align: center;
2955         width: 120px;
2956 }
2957
2958 .profile-match-name {
2959         float: left;
2960         text-align: center;
2961         width: 120px;
2962         overflow: hidden;
2963 }
2964
2965 .profile-match-break,
2966 .profile-match-end {
2967         clear: both;
2968 }
2969
2970 .profile-match-connect {
2971         text-align: center;
2972         font-weight: bold;
2973 }
2974
2975 .profile-match-wrapper {
2976         float: left;
2977         padding: 10px;
2978         width: 120px;
2979         height: 120px;
2980         scroll: auto;
2981 }
2982 #profile-match-wrapper-end {
2983         clear: both;
2984 }
2985
2986 /* ============= */
2987 /* = Directory = */
2988 /* ============= */
2989 /* contacts menu */
2990 .contact-photo-wrapper {
2991         position: relative;
2992 }
2993 .contact-photo {
2994         width: 48px;
2995         height: 48px;
2996         overflow: hidden;
2997         display: block;
2998 }
2999 .contact-photo img {
3000         width: 48px;
3001         height: 48px;
3002 }
3003 .contact-photo-menu-button {
3004         display: none;
3005         /* position: absolute; */
3006         /* position: absolute; */
3007         left: -2px;
3008         top: -20px;
3009 }
3010 .contact-wrapper {
3011         float: left;
3012         width: 90px;
3013         height: 90px;
3014         margin-bottom: 15px;
3015 }
3016 .contact-wrapper .contact-photo {
3017         width: 80px;
3018         height: 80px;
3019 }
3020 .contact-wrapper .contact-photo img {
3021         width: 80px;
3022         height: 80px;
3023 }
3024 .contact-wrapper .contact-photo-menu-button {
3025         left: 0px;
3026         top: 63px;
3027 }
3028 .directory-item {
3029         float: left;
3030         width: 200px;
3031         height: 200px;
3032 }
3033 .directory-item .contact-photo {
3034         width: 175px;
3035         height: 175px;
3036 }
3037 .directory-item .contact-photo img {
3038         width: 175px;
3039         height: 175px;
3040 }
3041 .contact-name {
3042         text-align: center;
3043         font-weight: bold;
3044         font-size: 12px;
3045 }
3046 .contact-details {
3047         color: #999999;
3048 }
3049
3050 /* contact edit page */
3051 #contact-edit-nav-wrapper {
3052         margin-top: 24px;
3053 }
3054 #contact-edit-status-wrapper {
3055         border-color: #c9d8f6;
3056         background-color: #e0e8fa;
3057         border-radius: 3px;
3058 }
3059
3060 #contact-edit-contact-status {
3061         font-weight: bold;
3062 }
3063
3064 #contact-edit-drop-link-end {
3065         /* clear: both; */
3066 }
3067
3068 #contact-edit-links ul {
3069         list-style: none;
3070         list-style-type: none;
3071 }
3072
3073 a.btn#contact-edit-actions-button {
3074         cursor: pointer;
3075         border-radius: 3px;
3076         font-size: inherit;
3077         font-weight: normal;
3078         height: auto;
3079         line-height: inherit;
3080         padding: 5px 10px;
3081 }
3082
3083 #lost-contact-message, #insecure-message,
3084 #block-message, #ignore-message, #archive-message {
3085         color: #CB4437;
3086 }
3087
3088 /* photo album page */
3089 .photo-top-image-wrapper,
3090 .photo-album-image-wrapper {
3091         position: relative;
3092         float: left;
3093         margin-top: 15px;
3094         margin-right: 15px;
3095         width: 200px; height: 200px;
3096         overflow: hidden;
3097 }
3098 .photo-top-album-name {
3099         width: 100%;
3100         min-height: 2em;
3101         position: absolute;
3102         bottom: 0px;
3103         padding: 0px 3px;
3104         padding-top: 0.5em;
3105         background-color: rgb(255, 255, 255);
3106 }
3107 #photo-top-end {
3108         clear: both;
3109 }
3110
3111 #photo-top-links {
3112         margin-bottom: 30px;
3113         margin-left: 30px;
3114 }
3115
3116 #photos-upload-newalbum-div {
3117         float: left;
3118         width: 175px;
3119 }
3120 img.photo-top-photo,
3121 img.photo-album-photo {
3122         width: 100%;
3123         height: 100%;
3124         object-fit: cover;
3125 }
3126 .photo-album-photo {
3127         float: none;
3128 }
3129 .photo-album-image-wrapper .caption {
3130         opacity: 0;
3131         width: 100%;
3132         position: absolute;
3133         bottom: 0px;
3134         padding: 3px 5px;
3135         background-color: rgb(255, 255, 255);
3136         margin: 0;
3137         overflow: hidden;
3138         -webkit-transition: all 0.5s ease-in-out;
3139         -moz-transition: all 0.5s ease-in-out;
3140         -o-transition: all 0.5s ease-in-out;
3141         -ms-transition: all 0.5s ease-in-out;
3142         transition: all 0.5s ease-in-out;
3143 }
3144 .photo-album-image-wrapper:hover .caption {
3145         opacity: 1;
3146 }
3147
3148 .menu-profile-list {
3149         height: auto;
3150         overflow: auto;
3151         min-height: 16px;
3152         list-style: none;
3153 }
3154 .menu-profile-list:hover {
3155         background: #E7F2F7;
3156 }
3157 .menu-profile-list-item {
3158         padding-left: 5px;
3159         vertical-align: middle;
3160 }
3161 .menu-profile-list-item:hover {
3162         text-decoration: none;
3163 }
3164
3165 .autocomplete {
3166         width: 350px;
3167         color: black;
3168         border: 1px solid rgb(210, 210, 210);
3169         background-color: white;
3170         cursor: pointer;
3171         text-align: left;
3172         max-height: 350px;
3173         overflow: auto;
3174         display: block;
3175         background-position: initial initial;
3176         background-repeat: initial initial;
3177 }
3178 .mail-list-wrapper {
3179         background-color: #f6f7f8;
3180         margin-bottom: 5px;
3181         width: 100%;
3182         height: auto;
3183         overflow: hidden;
3184 }
3185 .mail-list-wrapper span {
3186         display: block;
3187         float: left;
3188         width: 20%;
3189         overflow: hidden;
3190 }
3191 .mail-list-wrapper .mail-subject {
3192         width: 30%;
3193         padding: 4px 0px 0px 4px;
3194 }
3195 .mail-list-wrapper .mail-subject a {
3196         display: block;
3197 }
3198 .mail-list-wrapper .mail-subject.unseen a {
3199         font-weight: bold;
3200 }
3201 .mail-list-wrapper .mail-date {
3202         padding: 4px 4px 0px 4px;
3203 }
3204 .mail-list-wrapper .mail-from {
3205         padding: 4px 4px 0px 4px;
3206 }
3207 .mail-list-wrapper .mail-count {
3208         padding: 4px 4px 0px 4px;
3209         text-align: right;
3210 }
3211 .mail-list-wrapper .mail-delete {
3212         float: right;
3213 }
3214 #mail-display-subject {
3215         background-color: #f6f7f8;
3216         color: #2d2d2d;
3217         margin-bottom: 10px;
3218         width: 100%;
3219         height: auto;
3220         overflow: hidden;
3221 }
3222 #mail-display-subject span {
3223         float: left;
3224         overflow: hidden;
3225         padding: 4px 0px 0px 10px;
3226 }
3227 #mail-display-subject .mail-delete {
3228         float: right;
3229         opacity: 0.5;
3230         -webkit-transition: all 0.2s ease-in-out;
3231         -moz-transition: all 0.2s ease-in-out;
3232         -o-transition: all 0.2s ease-in-out;
3233         -ms-transition: all 0.2s ease-in-out;
3234         transition: all 0.2s ease-in-out;
3235 }
3236 #mail-display-subject:hover .mail-delete {
3237         opacity: 1;
3238         -webkit-transition: all 0.2s ease-in-out;
3239         -moz-transition: all 0.2s ease-in-out;
3240         -o-transition: all 0.2s ease-in-out;
3241         -ms-transition: all 0.2s ease-in-out;
3242         transition: all 0.2s ease-in-out;
3243 }
3244
3245 .mail-list-outside-wrapper-end {
3246         clear: both;
3247 }
3248 .mail-list-outside-wrapper {
3249         margin-top: 30px;
3250 }
3251 .mail-list-delete-wrapper {
3252         float: right;
3253         margin-right: 30px;
3254         margin-top: 15px;
3255 }
3256 .mail-list-delete-icon {
3257         border: none;
3258 }
3259 .mail-conv-sender,
3260 .mail-conv-detail {
3261         float: left;
3262 }
3263 .mail-conv-detail {
3264         margin-left: 20px;
3265         width: 500px;
3266 }
3267 .mail-conv-subject {
3268         font-size: 1.4em;
3269         margin: 10px 0;
3270 }
3271 .mail-conv-outside-wrapper-end {
3272         clear: both;
3273 }
3274 .mail-conv-outside-wrapper {
3275         margin-top: 30px;
3276 }
3277 .mail-conv-delete-wrapper {
3278         float: right;
3279         margin-right: 30px;
3280         margin-top: 15px;
3281 }
3282 .mail-conv-break {
3283         clear: both;
3284 }
3285 .mail-conv-delete-icon {
3286         border: none;
3287 }
3288
3289 .icon.tilted-icon {
3290         filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
3291         -webkit-transform: rotate(-20deg);
3292         -moz-transform: rotate(-20deg);
3293         -ms-transform: rotate(-20deg);
3294         -o-transform: rotate(-20deg);
3295         transform: rotate(-20deg);
3296         font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
3297         padding-top:1px;
3298 }
3299
3300 #profile-edit-wrapper {
3301         line-height: 30px;
3302 }
3303 #profile-edit-wrapper .field {
3304         margin-bottom:0;
3305         padding-bottom:0;
3306 }
3307 #profile-edit-wrapper input[type=text],
3308 #profile-edit-wrapper select {
3309         width:250px;
3310 }
3311 #profile-edit-wrapper #profile-edit-dob select {
3312         width:auto;
3313 }
3314 #profile-edit-wrapper,
3315 #profile-edit-wrapper .toggle-section-content {
3316         margin-bottom:15px;
3317 }
3318 .profile-edit-submit-wrapper {
3319         margin-top:15px;
3320 }
3321 #profile-edit-default-desc {
3322         display:inline-block;
3323         padding:15px;
3324         width:auto;
3325         border:1px solid #511919;
3326 }
3327 #profile-edit-wrapper .toggle-section-content {
3328         background:#ededed;
3329         max-width:599px;
3330         padding:5px;
3331 }
3332
3333 .btn {
3334         outline:none;
3335         -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
3336         -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
3337         box-shadow:inset 0px 1px 0px 0px #ffffff;
3338         background-color:#ededed;
3339         -webkit-border-top-left-radius:0px;
3340         -moz-border-radius-topleft:0px;
3341         border-top-left-radius:0px;
3342         -webkit-border-top-right-radius:0px;
3343         -moz-border-radius-topright:0px;
3344         border-top-right-radius:0px;
3345         -webkit-border-bottom-right-radius:0px;
3346         -moz-border-radius-bottomright:0px;
3347         border-bottom-right-radius:0px;
3348         -webkit-border-bottom-left-radius:0px;
3349         -moz-border-radius-bottomleft:0px;
3350         border-bottom-left-radius:0px;
3351         text-indent:0;
3352         border:1px solid #dcdcdc;
3353         display:inline-block;
3354         color:#777777;
3355         font-family:Arial, sans-serif;
3356         font-size:15px;
3357         font-weight:bold;
3358         font-style:normal;
3359         height:40px;
3360         line-height:40px;
3361         padding:0 15px;
3362         text-align:center;
3363         text-shadow:1px 1px 0px #ffffff;
3364 }
3365 .btn:hover {
3366         background-color:#e6e6e6;
3367         text-decoration:none;
3368 }
3369 .btn:active {
3370         position:relative;
3371         top:1px;
3372 }
3373 .profile-view-actions {
3374         float:right;
3375 }
3376 /* videos page */
3377 .videos .video-top-wrapper {
3378         width: 300px;
3379         float: left;
3380         margin: 0px 10px 10px 0px;
3381         position: relative;
3382 }
3383 .videos .video-top-wrapper .video-delete {
3384         position: absolute;
3385         opacity: 0;
3386         right: 0px;
3387         top: 0px;
3388         transition: opacity 0.5s;
3389 }
3390 .videos .video-top-wrapper:hover .video-delete {
3391         opacity: 1;
3392 }
3393 /* invite page */
3394 #invite-wrapper textarea {
3395         width: 100%;
3396 }
3397
3398 /* upload/select popup */
3399 fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
3400 #message-preview { margin-top: 15px; }
3401 #message-preview span { width: 100%; }
3402 #message-preview .mail-count, #message-preview .mail-delete { display:none; }
3403 #message-preview .mail-list-wrapper { padding: 3px; }
3404 #message-preview .mail-date { opacity:0.6; font-size:10px; }
3405
3406 /* colorbox */
3407 #colorbox img {
3408         max-width: 100%;
3409 }