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