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