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