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