]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Merge branch '3.4.2'
[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   float: left;
1352   margin-bottom: 1px;
1353 }
1354 .wall-item-container .wall-item-actions-social a {
1355   float: left;
1356   margin-right: 1em;
1357   cursor: pointer;
1358 }
1359 .wall-item-container .wall-item-actions-tools {
1360   float: right;
1361   width: 80px;
1362 }
1363 .wall-item-container .wall-item-actions-tools a {
1364   float: right;
1365   margin-left: 10px;
1366   cursor: pointer;
1367 }
1368 .wall-item-container .wall-item-actions-tools input {
1369   float: right;
1370   margin-left: 10px;
1371 }
1372 .wall-item-container.comment {
1373   margin-top: 5px;
1374   margin-bottom: 5px;
1375   margin-left: 80px;
1376   width: 665px;
1377   width: calc(100% - 90px);
1378   border-bottom: 1px solid hsl(198, 21%, 79%);
1379 }
1380 .wall-item-container.thread_level_2 {
1381   margin-left: 80px;
1382   width: calc(100% - 90px);
1383 }
1384 .wall-item-container.thread_level_3 {
1385   margin-left: 95px;
1386   width: calc(100% - 105px);
1387 }
1388 .wall-item-container.thread_level_4 {
1389   margin-left: 110px;
1390   width: calc(100% - 120px);
1391 }
1392 .wall-item-container.thread_level_5 {
1393   margin-left: 125px;
1394   width: calc(100% - 135px);
1395 }
1396 .wall-item-container.thread_level_6 {
1397   margin-left: 140px;
1398   width: calc(100% - 150px);
1399 }
1400 .wall-item-container.thread_level_7 {
1401   margin-left: 155px;
1402   width: calc(100% - 165px);
1403 }
1404
1405 .wall-item-container.comment .wall-item-content {
1406   max-width: 585px;
1407 }
1408 .wall-item-container.thread_level_3 .wall-item-content {
1409   max-width: 570px;
1410 }
1411 .wall-item-container.thread_level_4 .wall-item-content {
1412   max-width: 555px;
1413 }
1414 .wall-item-container.thread_level_5 .wall-item-content {
1415   max-width: 540px;
1416 }
1417 .wall-item-container.thread_level_6 .wall-item-content {
1418   max-width: 525px;
1419 }
1420 .wall-item-container.thread_level_7 .wall-item-content {
1421   max-width: 510px;
1422 }
1423
1424 .children .wall-item-comment-wrapper textarea {
1425   width: 570px;
1426 }
1427 .wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea {
1428   width: 555px;
1429 }
1430 .wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea {
1431   width: 540px;
1432 }
1433 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea {
1434   width: 525px;
1435 }
1436 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea {
1437   width: 510px;
1438 }
1439 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
1440   width: 495px;
1441 }
1442
1443 .children .wall-item-bottom .comment-edit-preview {
1444   width: 575px;
1445 }
1446 .wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview {
1447   width: 560px;
1448 }
1449 .wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview {
1450   width: 545px;
1451 }
1452 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview {
1453   width: 530px;
1454 }
1455 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview {
1456   width: 515px;
1457 }
1458 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
1459   width: 500px;
1460 }
1461
1462 .wall-item-container.comment .contact-photo {
1463   width: 32px;
1464   height: 32px;
1465   margin-left: 16px;
1466   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1467
1468 }
1469 .wall-item-container.comment {
1470   top: 15px !important;
1471   left: 15px !important;
1472 }
1473 .wall-item-container.comment .wall-item-links {
1474   padding-left: 12px;
1475 }
1476 .wall-item-bottom .wall-item-comment-wrapper {
1477   margin: 1px 5px 1px 0px;
1478 }
1479 .wall-item-comment-wrapper {
1480   margin: 1px 15px 1px 80px;
1481 }
1482 .wall-item-comment-wrapper.photo {
1483   margin: 1px 15px 1px 0px;
1484 }
1485 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1486   margin-left: 0px;
1487   width: 665px;
1488   width: 100%;
1489   border-bottom: 1px solid hsl(198, 21%, 79%);
1490 }
1491
1492
1493 .wall-item-comment-wrapper .comment-edit-photo {
1494   display: none;
1495 }
1496 .wall-item-comment-wrapper textarea {
1497   height: 1.2em;
1498   width: 100%;
1499   font-size: 13px;
1500   color: #999999;
1501   border: 1px solid #DDD;
1502   padding: 0.3em;
1503 }
1504 .wall-item-comment-wrapper .comment-edit-text-full {
1505   /* font-size: 14px; */
1506   height: 4em;
1507   color: #2d2d2d;
1508   border: 1px solid #2d2d2d;
1509 }
1510
1511 .fakelink.togglecomment {
1512   float: left;
1513   margin-right: 1em;
1514 }
1515
1516 .comment-edit-preview .contact-photo {
1517   width: 32px;
1518   height: 32px;
1519   margin-left: 16px;
1520   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1521
1522 }
1523 .comment-edit-preview {
1524   /* width: 660px; */
1525   width: 100%;
1526   border: 1px solid #2d2d2d;
1527   margin-top: 10px;
1528   top: 15px !important;
1529   left: 15px !important;
1530 }
1531 .comment-edit-preview .wall-item-links {
1532   padding-left: 12px;
1533 }
1534 .comment-edit-preview .wall-item-container {
1535   /* width: 700px; */
1536   width: 100%;
1537 }
1538 .comment-edit-preview .tread-wrapper {
1539   /* width: 700px; */
1540   width: 100%;
1541   padding: 0;
1542   margin: 10px 0px 0px 0px;
1543   border-bottom: 0px;
1544   box-shadow: none;
1545 }
1546
1547 .wall-item-bottom .comment-edit-preview {
1548   width: 575px;
1549   margin-bottom: 5px;
1550 }
1551
1552 .shiny {
1553   /* border-right: 10px solid #fce94f; */
1554 /*      border-right: 1px solid #A7C7F7;
1555         padding-right: 12px; */
1556 }
1557
1558 #profile-jot-form {
1559   box-shadow: 1px 2px 0px 0px #D8D8D8;
1560   background-color: #fafafa;
1561   padding: 10px;
1562 }
1563
1564 #profile-jot-form #profile-jot-text {
1565   height: 2.0em;
1566   /* width: 99%; */
1567   width: 752px;
1568   width: calc(100% - 10px);
1569   font-size: 15px;
1570   color: #999999;
1571   border: 1px solid #DDD;
1572   padding: 0.3em;
1573   margin-bottom: 10px;
1574 }
1575
1576 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1577
1578          border-radius: 5px 5px 5px 5px;
1579     font-weight: bold;
1580     height: 20px;
1581     margin: 0 0 5px;
1582     /* width: 60%; */
1583     /* width: 762px; */
1584     width: 100%;
1585     border: 1px solid #d2d2d2;
1586 }
1587
1588 #profile-jot-form #jot-title:-webkit-input-placeholder {
1589   font-weight: normal;
1590 }
1591 #profile-jot-form #jot-title:-moz-placeholder {
1592   font-weight: normal;
1593 }
1594 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1595 /*  width: 785px; */
1596   width: 100%;
1597   height: 100px;
1598 }
1599
1600 #profile-jot-perms {
1601   float: right;
1602 }
1603
1604 #jot-preview-content {
1605   padding-top: 25px;
1606 }
1607
1608 #jot-preview-content .tread-wrapper {
1609   background-color: #fce94f;
1610 }
1611
1612 .wall-item-tags {
1613   padding-top: 1px;
1614   padding-bottom: 2px;
1615   font-size: 12px;
1616   /*display: none;*/
1617 }
1618
1619 .tag {
1620   color: rgb(153,153,153);
1621   /*padding-left: 3px;
1622   font-size: 10px;*/
1623 }
1624 .tag a {
1625   /*padding-right: 8px;*/
1626   color: rgb(153,153,153);
1627 }
1628 .wwto {
1629   position: absolute !important;
1630   width: 25px;
1631   height: 25px;
1632   background: #FFFFFF;
1633   border: 2px solid #364e59;
1634   height: 25px;
1635   width: 25px;
1636   overflow: hidden;
1637   padding: 1px;
1638   position: absolute !important;
1639   top: 40px;
1640   left: 30px;
1641   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1642 }
1643 .wwto .contact-photo {
1644   width: auto;
1645   height: 25px;
1646 }
1647 /* contacts menu */
1648 .contact-photo-wrapper {
1649   position: relative;
1650   width: 80px;
1651 }
1652
1653 .contact-photo-wrapper.wwto {
1654   width: 25px;
1655 }
1656
1657 .contact-photo {
1658   width: 48px;
1659   height: 48px;
1660   overflow: hidden;
1661   display: block;
1662   -webkit-border-radius: 4px;
1663   -moz-border-radius: 4px;
1664   border-radius: 4px;
1665 }
1666
1667 .contact-photo img {
1668   width: 48px;
1669   height: 48px;
1670 }
1671
1672 .contact-wrapper {
1673   float: left;
1674   width: 90px;
1675   height: 90px;
1676   margin-bottom: 15px;
1677 }
1678 .contact-wrapper .contact-photo {
1679   width: 80px;
1680   height: 80px;
1681 }
1682 .contact-wrapper .contact-photo img {
1683   width: 80px;
1684   height: 80px;
1685 }
1686 .contact-wrapper {
1687   left: 0px;
1688   top: 63px;
1689 }
1690 .contact-photo {
1691   width: 48px;
1692   height: 48px;
1693 }
1694 .contact-photo img {
1695   width: 48px;
1696   height: 48px;
1697 }
1698 .contact-name {
1699   /* text-align: center; */
1700   /*font-weight: bold;*/
1701   font-size: 12px;
1702 }
1703 .contact-details {
1704   color: #999999;
1705 }
1706 /* editor */
1707 .jothidden {
1708   display: none;
1709 }
1710 #jot {
1711   width: 785px;
1712   margin: 0px 2em 20px 0px;
1713 }
1714 #jot .profile-jot-text {
1715   height: 1.2em;
1716   width: 99%;
1717   font-size: 10px;
1718   color: #999999;
1719   border: 1px solid #DDD;
1720   padding: 0.3em;
1721 }
1722 #jot #jot-tools {
1723   margin: 0px;
1724   padding: 0px;
1725   height: 40px;
1726   overflow: none;
1727   width: 783px;
1728   background-color: #0e232e;
1729   border-bottom: 2px solid #9eabb0;
1730 }
1731 #jot #jot-tools li {
1732   list-style: none;
1733   float: left;
1734   width: 80px;
1735   height: 40px;
1736   border-bottom: 2px solid #9eabb0;
1737 }
1738 #jot #jot-tools li a {
1739   display: block;
1740   color: #cccccc;
1741   width: 100%;
1742   height: 40px;
1743   text-align: center;
1744   line-height: 40px;
1745   overflow: hidden;
1746 }
1747 #jot #jot-tools li:hover {
1748   background-color: #364e59;
1749   border-bottom: 2px solid #bdcdd4;
1750 }
1751 #jot #jot-tools li.perms {
1752   float: right;
1753   width: 40px;
1754 }
1755 #jot #jot-tools li.perms a.unlock {
1756   width: 30px;
1757   border-left: 10px solid #cccccc;
1758   background-color: #cccccc;
1759   background-position: left center;
1760 }
1761 #jot #jot-tools li.perms a.lock {
1762   width: 30px;
1763   border-left: 10px solid #666666;
1764   background-color: #666666;
1765 }
1766 #jot #jot-tools li.submit {
1767   float: right;
1768   background-color: #cccccc;
1769   border-bottom: 2px solid #cccccc;
1770   border-right: 1px solid #666666;
1771   border-left: 1px solid #666666;
1772 }
1773 #jot #jot-tools li.submit input {
1774   border: 0px;
1775   margin: 0px;
1776   padding: 0px;
1777   background-color: #cccccc;
1778   color: #666666;
1779   width: 80px;
1780   height: 40px;
1781   line-height: 40px;
1782 }
1783 #jot #jot-tools li.submit input:hover {
1784   background-color: #bdcdd4;
1785   color: #666666;
1786 }
1787 #jot #jot-tools li.loading {
1788   float: right;
1789   background-color: #ffffff;
1790   width: 20px;
1791   vertical-align: center;
1792   text-align: center;
1793   border-top: 2px solid #9eabb0;
1794   height: 38px;
1795 }
1796 #jot #jot-tools li.loading img {
1797   margin-top: 10px;
1798 }
1799 /* #jot */
1800 #jot-title {
1801   border: 0px;
1802   margin: 0px;
1803   height: 20px;
1804   width: 700px;
1805   font-weight: bold;
1806   border: 1px solid #ffffff;
1807 }
1808 #jot #jot-title:-webkit-input-placeholder {
1809   font-weight: normal;
1810 }
1811 #jot #jot-title:-moz-placeholder {
1812   font-weight: normal;
1813 }
1814 #jot #jot-title:hover {
1815   border: 1px solid #999999;
1816 }
1817 #jot #jot-title:focus {
1818   border: 1px solid #999999;
1819 }
1820 #jot #character-counter {
1821   width: 80px;
1822   float: right;
1823   text-align: right;
1824   height: 20px;
1825   line-height: 20px;
1826   padding-right: 20px;
1827 }
1828
1829 #profile-jot-submit {
1830   float: right;
1831   margin-left: 15px;
1832 }
1833 #profile-upload-wrapper {
1834   float: left;
1835   margin-left: 15px;
1836 }
1837 #profile-attach-wrapper {
1838   float: left;
1839   margin-left: 15px;
1840 }
1841 #profile-link-wrapper {
1842   float: left;
1843   margin-left: 15px;
1844   cursor: pointer;
1845 }
1846 #profile-video-wrapper {
1847   float: left;
1848   margin-left: 15px;
1849   cursor: pointer;
1850 }
1851 #profile-audio-wrapper {
1852   float: left;
1853   margin-left: 15px;
1854   cursor: pointer;
1855 }
1856 #profile-location-wrapper {
1857   float: left;
1858   margin-left: 15px;
1859   cursor: pointer;
1860 }
1861 #profile-nolocation-wrapper {
1862   float: left;
1863   margin-left: 15px;
1864   cursor: pointer;
1865 }
1866 #profile-smiley-wrapper {
1867   float: left;
1868   margin-left: 15px;
1869   cursor: pointer;
1870   margin-top: 3px;
1871   height: 10px;
1872 }
1873 #jot-perms-icon {
1874   float: right;
1875   margin-left: 15px;
1876 }
1877 #jot-preview-link {
1878   float: right;
1879 }
1880 #profile-jot-end {
1881   clear: both;
1882 }
1883 #profile-jot-text_tbl {
1884   width: 780px;
1885 }
1886 #profile-jot-wrapper {
1887   margin-bottom: 10px;
1888 }
1889
1890 /** buttons **/
1891 /*input[type="submit"] {
1892         border: 0px;
1893     background-color: @ButtonBackgroundColor;
1894     color: @ButtonColor;
1895     padding: 0px 10px;
1896         .rounded(5px);
1897     height: 18px;
1898 }*/
1899 /** acl **/
1900 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1901   display: block!important;
1902 }
1903 #acl-wrapper {
1904   width: 690px;
1905   float: left;
1906 }
1907 #acl-search {
1908   float: right;
1909   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1910   padding-right: 20px;
1911 }
1912 #acl-showall {
1913   float: left;
1914   display: block;
1915   width: auto;
1916   height: 18px;
1917   background-color: #cccccc;
1918   background-image: url("../../../images/show_all_off.png");
1919   background-position: 7px 7px;
1920   background-repeat: no-repeat;
1921   padding: 7px 5px 0px 30px;
1922   color: #999999;
1923   -moz-border-radius: 5px 5px 5px 5px;
1924   -webkit-border-radius: 5px 5px 5px 5px;
1925   border-radius: 5px 5px 5px 5px;
1926 }
1927 #acl-showall.selected {
1928   color: #000000;
1929   background-color: #ff9900;
1930   background-image: url("../../../images/show_all_on.png");
1931 }
1932 #acl-list {
1933   height: 210px;
1934   border: 1px solid #cccccc;
1935   clear: both;
1936   margin-top: 30px;
1937   overflow: auto;
1938 }
1939 .acl-list-item {
1940   display: block;
1941   width: 150px;
1942   height: 30px;
1943   border: 1px solid #cccccc;
1944   margin: 5px;
1945   float: left;
1946 }
1947 .acl-list-item img {
1948   width: 22px;
1949   height: 22px;
1950   float: left;
1951   margin: 4px;
1952 }
1953 .acl-list-item p {
1954   height: 12px;
1955   font-size: 10px;
1956   margin: 0px;
1957   padding: 2px 0px 1px;
1958   overflow: hidden;
1959 }
1960 .acl-list-item a {
1961   font-size: 8px;
1962   display: block;
1963   width: 40px;
1964   height: 10px;
1965   float: left;
1966   color: #999999;
1967   background-color: #cccccc;
1968   background-position: 3px 3px;
1969   background-repeat: no-repeat;
1970   margin-right: 5px;
1971   -webkit-border-radius: 2px ;
1972   -moz-border-radius: 2px;
1973   border-radius: 2px;
1974   padding-left: 15px;
1975 }
1976 #acl-wrapper a:hover {
1977   text-decoration: none;
1978   color: #000000;
1979 }
1980 .acl-button-show {
1981   background-image: url("../../../images/show_off.png");
1982 }
1983 .acl-button-hide {
1984   background-image: url("../../../images/hide_off.png");
1985 }
1986 .acl-button-show.selected {
1987   color: #000000;
1988   background-color: #9ade00;
1989   background-image: url("../../../images/show_on.png");
1990 }
1991 .acl-button-hide.selected {
1992   color: #000000;
1993   background-color: #ff4141;
1994   background-image: url("../../../images/hide_on.png");
1995 }
1996 .acl-list-item.groupshow {
1997   border-color: #9ade00;
1998 }
1999 .acl-list-item.grouphide {
2000   border-color: #ff4141;
2001 }
2002 /** /acl **/
2003 /** tab buttons **/
2004 div.pager, ul.tabs {
2005   list-style-type: none;
2006   padding-bottom: 10px;
2007   padding-left: 10px;
2008   padding-top: 0px;
2009   margin-bottom: 5px;
2010   line-height: 28px;
2011   height: 20px;
2012 /*  font-size: 11px; */
2013   font-size: 13px;
2014   font-weight: bold;
2015   /* margin-bottom: 30px; */
2016   background-color: #FAFAFA;
2017   box-shadow: 1px 2px 0px 0px #D8D8D8;
2018   border-bottom: 1px solid #D2D2D2;
2019 }
2020 ul.tabs li {
2021   float: left;
2022   /* margin-left: 7px; */
2023 }
2024 /*ul.tabs li .active {
2025   border-bottom: 1px solid #005c94;
2026 }*/
2027
2028 ul.tabs a, div.pager a {
2029     /* min-width: 34px; */
2030 /*    display: block;
2031     float: left; */
2032     padding: 0px;
2033     padding-bottom: 6px;
2034 /*    padding: 0px 12px 0px 12px; */
2035 /*    color: #444; */
2036     color: darkgray;
2037 }
2038
2039 ul.tabs a {
2040 /*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
2041     margin-right: 15px;
2042     margin-left: 5px;
2043 }
2044
2045 #birthday-notice, #event-notice {
2046     box-shadow: 1px 2px 0px 0px #D8D8D8;
2047     margin-bottom: 5px;
2048 }
2049
2050 #birthday-wrapper, #event-wrapper {
2051     background-color: #FAFAFA;
2052     box-shadow: 1px 2px 0px 0px #D8D8D8;
2053     padding-left: 10px;
2054     padding-right: 10px;
2055     padding-top: 5px;
2056     padding-bottom: 5px;
2057     margin-bottom: 0px;
2058 }
2059
2060 .birthday-notice, .event-notice  {
2061     padding: 2px 7px 2px 7px;
2062     color: darkgrey;
2063    font-weight: bold;
2064 }
2065 .comment-edit-submit-wrapper .fakelink {
2066     padding: 2px 7px 2px 7px;
2067     color: black;
2068 }
2069
2070 .comment-edit-submit-wrapper .fakelink {
2071 /*    border: 1px solid lightgray; */
2072     background: #F2F2F2;
2073     margin-top: 2px;
2074     margin-bottom: 2px;
2075 }
2076
2077 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
2078 .comment-edit-submit-wrapper .fakelink:hover {
2079     color: black;
2080 }
2081
2082 span.pager_current, span.pager_n a:hover,
2083 span.pager_first a:hover, span.pager_last a:hover,
2084 span.pager_prev a:hover, span.pager_next a:hover,
2085 ul.tabs a:hover {
2086   border-bottom: 2px solid #244C5E;
2087   text-decoration: none;
2088   color: grey;
2089   padding-bottom: 6px;
2090 }
2091
2092 ul.tabs li .active, span.pager_current a {
2093   border-bottom: 2px solid #244C5E;
2094   text-decoration: none;
2095   color: black;
2096 }
2097
2098 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
2099 /*    background-color: #e5e5e5; */
2100   color: grey;
2101     text-decoration: none;
2102 /*    border: 1px solid darkgray; */
2103 }
2104
2105 .comment-edit-bb {
2106   float:right;
2107 }
2108 .comment-edit-bb a {
2109   color: #888;
2110   padding: 0px 5px 1px 5px;
2111 }
2112
2113 .comment-edit-bb a:hover {
2114   color: #000;
2115   text-decoration: none;
2116 }
2117
2118 /**
2119  * Form fields
2120  */
2121 .field {
2122   margin-bottom: 10px;
2123   padding-bottom: 10px;
2124   overflow: auto;
2125   width: 100%;
2126 }
2127 .field label {
2128   float: left;
2129   width: 200px;
2130 }
2131 .field input, .field textarea {
2132   max-width: 400px;
2133 }
2134 .field textarea {
2135   height: 100px;
2136 }
2137 .field .field_help {
2138   display: block;
2139   margin-left: 200px;
2140   color: #666666;
2141 }
2142 .field .onoff {
2143   float: left;
2144   width: 80px;
2145   margin-right:1em;
2146 }
2147 .field .onoff a {
2148   display: block;
2149   border: 1px solid #666666;
2150   background-image: url("../../../images/onoff.jpg");
2151   background-repeat: no-repeat;
2152   padding: 4px 2px 2px 2px;
2153   font-size:14px;
2154   height: 16px;
2155   line-height:16px;
2156   text-decoration: none;
2157   text-align: center;
2158   text-transform: uppercase;
2159   border-radius:4px;
2160 }
2161 .field .onoff .off {
2162   border-color: #B0B0B0;
2163   padding-left: 36px;
2164   background-position: left center;
2165   background-color: #cccccc;
2166   color: #9C9C9C;
2167 }
2168 .field .onoff .on {
2169   font-weight:bold;
2170   border-color: #8EB8EE;
2171   padding-right: 36px;
2172   background-position: right center;
2173   background-color: #D7E3F1;
2174   color: #36c;
2175 }
2176 .field .hidden {
2177   display: none!important;
2178 }
2179 .field.radio .field_help {
2180   margin-left: 0px;
2181 }
2182 aside form {
2183   overflow-x: hidden;
2184 }
2185 aside form .field label {
2186   float: left;
2187   width: 170px;
2188 }
2189
2190 aside #div_id_remember label {
2191  float:  inherit;
2192 }
2193
2194 aside div #login-submit-button {
2195   margin-left:0px;
2196 }
2197
2198 aside #register-link, aside #lost-password-link {
2199   display: block;
2200 }
2201
2202 aside #id_username,
2203 aside div #id_openid_url,
2204 aside #id_password {
2205   width: 170px;
2206   max-width: 170px;
2207 }
2208
2209 #profile-edit-links-end {
2210         clear: both;
2211         margin-bottom: 15px;
2212 }
2213
2214 #profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
2215
2216 #profile-edit-links li {
2217   float: left;
2218   list-style: none;
2219 }
2220
2221 .profile-edit-side-div {
2222 /*  display: none; */
2223   float: right;
2224 }
2225
2226 /* aside div.clear {
2227   clear: none;
2228   float: left;
2229 } */
2230
2231 #register-form label,
2232 #profile-edit-wrapper label {
2233   width: 200px;
2234   float: left;
2235 }
2236
2237 #register-name-end,
2238 #register-email-end,
2239 #register-nickname-end {
2240   clear: both;
2241 }
2242
2243 .required {
2244   display: inline;
2245   color: #B20202;
2246 }
2247
2248 /* oauth */
2249 .oauthapp {
2250   height: auto;
2251   overflow: auto;
2252   border-bottom: 2px solid #cccccc;
2253   padding-bottom: 1em;
2254   margin-bottom: 1em;
2255 }
2256 .oauthapp img {
2257   float: left;
2258   width: 48px;
2259   height: 48px;
2260   margin: 10px;
2261 }
2262 .oauthapp img.noicon {
2263   background-image: url("../../../images/icons/48/plugin.png");
2264   background-position: center center;
2265   background-repeat: no-repeat;
2266 }
2267 .oauthapp a {
2268   float: left;
2269 }
2270 /* contacts */
2271 .contact-entry-wrapper {
2272   width: 120px;
2273   height: 130px;
2274   float: left;
2275 /*  overflow: hidden; */
2276   margin-left: 5px;
2277 }
2278 /* photo */
2279 .lframe {
2280   float: left;
2281   margin: 0px 10px 10px 0px;
2282 }
2283 /* profile match wrapper */
2284 .profile-match-wrapper {
2285   float: left;
2286   width: 90px;
2287   height: 90px;
2288   margin-bottom: 20px;
2289 }
2290 .profile-match-wrapper .contact-photo {
2291   width: 80px;
2292   height: 80px;
2293 }
2294 .profile-match-wrapper .contact-photo img {
2295   width: 80px;
2296   height: 80px;
2297 }
2298 .profile-match-wrapper {
2299   left: 0px;
2300   top: 63px;
2301 }
2302
2303 .contact-photo-menu-button {
2304         position: relative;
2305         background-image: url("../../../images/icons/16/menu.png");
2306         background-position: top left;
2307         background-repeat: no-repeat;
2308         margin: 0px 0px -16px 0px;
2309         padding: 0px;
2310         width: 16px;
2311         height: 16px;
2312         top: -20px; left:0px;
2313         overflow: hidden;
2314         text-indent: 40px;
2315         display: none;
2316
2317 }
2318 .contact-photo-menu {
2319         width: 11em;
2320         border: 3px solid #364e59;
2321         color: #2d2d2d;
2322         background: #FFFFFF;
2323 /*        position: absolute;*/
2324         position: relative;
2325         left: 0px; top: 0px;
2326         display: none;
2327         z-index: 10000;
2328 }
2329 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2330 .contact-photo-menu li a {
2331         display: block;
2332         padding: 5px 10px;
2333         color: #2d2d2d;
2334         text-decoration: none;
2335 }
2336 .contact-photo-menu li a:hover {
2337         background-color: #bdcdd4;
2338 }
2339
2340 /* page footer */
2341 footer {
2342   /* height: 100px; */
2343   display: table-row;
2344 }
2345
2346 blockquote {
2347     border-left: 1px solid #D2D2D2;
2348     padding-left: 9px;
2349     margin: 0 0 0 .8ex;
2350     color: #777;
2351 }
2352
2353 .oembed {
2354     /* font-size: large; */
2355     font-size: larger;
2356     font-weight: bold;
2357     display: block;
2358 }
2359
2360 /* ================== */
2361 /* = Contacts Block = */
2362 /* ================== */
2363
2364 .contact-block-img {
2365         width: 42px;
2366         height: 42px;
2367         padding-right: 2px;
2368 }
2369 .contact-block-div {
2370         float: left;
2371 }
2372
2373 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2374 #contact-block-end { clear: both; }
2375
2376 #group-edit-wrapper {
2377         margin-bottom: 10px;
2378 }
2379
2380 #group-members-end {
2381         clear: both;
2382 }
2383
2384 /*
2385 #group-separator,
2386 #prof-separator { display: none;}
2387 */
2388
2389 #message-to-select {
2390   height: 150px;
2391 }
2392
2393 #prvmail-upload {
2394   margin-left: 10px;
2395 }
2396
2397 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2398         margin-bottom: 10px;
2399         margin-top: 20px;
2400 }
2401
2402 #prvmail-submit {
2403         float: left;
2404         margin-top: 10px;
2405 }
2406 #prvmail-upload-wrapper,
2407 #prvmail-link-wrapper,
2408 #prvmail-rotator-wrapper {
2409         float: left;
2410         margin-top: 10px;
2411         margin-right: 10px;
2412         width: 24px;
2413 }
2414
2415 #prvmail-end {
2416         clear: both;
2417 }
2418
2419 .mail-list-sender,
2420 .mail-list-detail {
2421         float: left;
2422 }
2423 .mail-list-detail {
2424         margin-left: 20px;
2425 }
2426
2427 .mail-list-subject {
2428         font-size: 1.1em;
2429         margin-top: 10px;
2430 }
2431 a.mail-list-link {
2432     display: block;
2433     font-size: 1.3em;
2434     padding: 4px 0;
2435 }
2436
2437 /*
2438 *a.mail-list-link:hover {
2439 *       background-color: #15607B;
2440 *       color: #F5F6FB;
2441 *}
2442 */
2443
2444 .mail-list-outside-wrapper-end {
2445         clear: both;
2446 }
2447
2448 .mail-list-outside-wrapper {
2449         margin-top: 30px;
2450 }
2451
2452 .mail-list-delete-wrapper {
2453         float: right;
2454         margin-right: 30px;
2455         margin-top: 15px;
2456 }
2457
2458 .mail-list-delete-icon {
2459         border: none;
2460 }
2461
2462 .mail-conv-sender,
2463 .mail-conv-detail {
2464         float: left;
2465 }
2466 .mail-conv-detail {
2467         margin-left: 20px;
2468         width: 500px;
2469 }
2470
2471 .mail-conv-subject {
2472     font-size: 1.4em;
2473     margin: 10px 0;
2474 }
2475
2476 .mail-conv-outside-wrapper-end {
2477         clear: both;
2478 }
2479
2480 .mail-conv-outside-wrapper {
2481         margin-top: 30px;
2482 }
2483
2484 .mail-conv-delete-wrapper {
2485         float: right;
2486         margin-right: 30px;
2487         margin-top: 15px;
2488 }
2489 .mail-conv-break {
2490         clear: both;
2491 }
2492
2493 .mail-conv-delete-icon {
2494         border: none;
2495 }
2496
2497 /* ========== */
2498 /* = Events = */
2499 /* ========== */
2500 .eventcal {
2501         float: left;
2502         font-size: 20px;
2503 }
2504
2505 .vevent {
2506         border: 1px solid #CCCCCC;
2507         max-width: 600px;
2508         position: relative;
2509         margin-top: 4px;
2510         margin-right: 4px;
2511         margin-bottom: 15px;
2512 }
2513
2514 .vevent .event-description, .vevent .event-location {
2515         margin-left: 10px;
2516         margin-right: 10px;
2517 }
2518 .vevent .event-start {
2519         margin-left: 10px;
2520         margin-right: 10px;
2521 }
2522
2523 #new-event-link {
2524         margin-bottom: 10px;
2525 }
2526
2527 .edit-event-link, .plink-event-link {
2528         float: left;
2529         margin-top: 4px;
2530         margin-right: 4px;
2531         margin-bottom: 15px;
2532 }
2533
2534 .event-description:before {
2535         content: url('../../../images/calendar.png');
2536         margin-right: 15px;
2537 }
2538
2539 .event-start, .event-end {
2540         margin-left: 10px;
2541         width: 330px;
2542         clear: both;
2543 }
2544
2545 .event-start .dtstart, .event-end .dtend {
2546         float: right;
2547 }
2548
2549 .event-list-date {
2550         margin-bottom: 10px;
2551 }
2552
2553 .prevcal, .nextcal {
2554         float: left;
2555         margin-left: 32px;
2556         margin-right: 32px;
2557         margin-top: 64px;
2558 }
2559 .event-calendar-end {
2560         clear: both;
2561 }
2562
2563
2564 .calendar {
2565         font-family: Courier, monospace;
2566 }
2567 .today {
2568         font-weight: bold;
2569         color: #FF0000;
2570 }
2571
2572 .settings-block {
2573         /* border: 1px solid #AAA; */
2574         padding-left: 5px;
2575         padding-right: 5px;
2576 }
2577
2578 .app-title {
2579   margin: 0px;
2580 }
2581
2582 #identity-manage-desc {
2583         margin-top:15px;
2584         margin-bottom: 15px;
2585 }
2586
2587 #identity-manage-choose {
2588         margin-bottom: 15px;
2589 }
2590
2591 #identity-submit {
2592         margin-top: 20px;
2593 }
2594
2595 #photo-prev-link, #photo-next-link {
2596         padding: 10px;
2597         float: left;
2598 }
2599
2600 #photo-photo {
2601         float: left;
2602 }
2603
2604 #photo-photo-end {
2605         clear: both;
2606 }
2607
2608 .profile-match-photo {
2609         float: left;
2610         text-align: center;
2611         width: 120px;
2612 }
2613
2614 .profile-match-name {
2615         float: left;
2616         text-align: center;
2617         width: 120px;
2618         overflow: hidden;
2619 }
2620
2621 .profile-match-break,
2622 .profile-match-end {
2623         clear: both;
2624 }
2625
2626 .profile-match-connect {
2627         text-align: center;
2628         font-weight: bold;
2629 }
2630
2631 .profile-match-wrapper {
2632         float: left;
2633         padding: 10px;
2634         width: 120px;
2635         height: 120px;
2636         scroll: auto;
2637 }
2638 #profile-match-wrapper-end {
2639         clear: both;
2640 }
2641
2642 /* ============= */
2643 /* = Directory = */
2644 /* ============= */
2645 /* contacts menu */
2646 .contact-photo-wrapper {
2647   position: relative;
2648 }
2649 .contact-photo {
2650   width: 48px;
2651   height: 48px;
2652   overflow: hidden;
2653   display: block;
2654 }
2655 .contact-photo img {
2656   width: 48px;
2657   height: 48px;
2658 }
2659 .contact-photo-menu-button {
2660   display: none;
2661   /* position: absolute; */
2662   /* position: absolute; */
2663   left: -2px;
2664   top: -20px;
2665 }
2666 .contact-wrapper {
2667   float: left;
2668   width: 90px;
2669   height: 90px;
2670   margin-bottom: 15px;
2671 }
2672 .contact-wrapper .contact-photo {
2673   width: 80px;
2674   height: 80px;
2675 }
2676 .contact-wrapper .contact-photo img {
2677   width: 80px;
2678   height: 80px;
2679 }
2680 .contact-wrapper .contact-photo-menu-button {
2681   left: 0px;
2682   top: 63px;
2683 }
2684 .directory-item {
2685   float: left;
2686   width: 200px;
2687   height: 200px;
2688 }
2689 .directory-item .contact-photo {
2690   width: 175px;
2691   height: 175px;
2692 }
2693 .directory-item .contact-photo img {
2694   width: 175px;
2695   height: 175px;
2696 }
2697 .contact-name {
2698   text-align: center;
2699   font-weight: bold;
2700   font-size: 12px;
2701 }
2702 .contact-details {
2703   color: #999999;
2704 }
2705
2706 .photo-top-image-wrapper {
2707         position: relative;
2708         float: left;
2709         margin-top: 15px;
2710         margin-right: 15px;
2711         width: 200px; height: 200px;
2712         overflow: hidden;
2713 }
2714 .photo-top-album-name {
2715         width: 100%;
2716         min-height: 2em;
2717         position: absolute;
2718         bottom: 0px;
2719         padding: 0px 3px;
2720         padding-top: 0.5em;
2721         background-color: rgb(255, 255, 255);
2722 }
2723 #photo-top-end {
2724         clear: both;
2725 }
2726
2727 #photo-top-links {
2728         margin-bottom: 30px;
2729         margin-left: 30px;
2730 }
2731
2732 #photos-upload-newalbum-div {
2733         float: left;
2734         width: 175px;
2735 }
2736
2737 .menu-profile-list{
2738   height: auto;
2739   overflow: auto;
2740   min-height: 16px;
2741   list-style: none;
2742         }
2743 .menu-profile-list:hover{
2744         background: #E7F2F7;
2745         }
2746 .menu-profile-list-item{
2747         padding-left: 5px;
2748         vertical-align: middle;
2749         }
2750 .menu-profile-list-item:hover{
2751         text-decoration: none;
2752    }
2753
2754 .autocomplete {
2755   width: 350px;
2756   color: black;
2757   border: 1px solid rgb(210, 210, 210);
2758   background-color: white;
2759   cursor: pointer;
2760   text-align: left;
2761   max-height: 350px;
2762   overflow: auto;
2763   display: block;
2764   background-position: initial initial;
2765   background-repeat: initial initial;
2766 }
2767 .mail-list-wrapper {
2768   background-color: #f6f7f8;
2769   margin-bottom: 5px;
2770   width: 100%;
2771   height: auto;
2772   overflow: hidden;
2773 }
2774 .mail-list-wrapper span {
2775   display: block;
2776   float: left;
2777   width: 20%;
2778   overflow: hidden;
2779 }
2780 .mail-list-wrapper .mail-subject {
2781   width: 30%;
2782   padding: 4px 0px 0px 4px;
2783 }
2784 .mail-list-wrapper .mail-subject a {
2785   display: block;
2786 }
2787 .mail-list-wrapper .mail-subject.unseen a {
2788   font-weight: bold;
2789 }
2790 .mail-list-wrapper .mail-date {
2791   padding: 4px 4px 0px 4px;
2792 }
2793 .mail-list-wrapper .mail-from {
2794   padding: 4px 4px 0px 4px;
2795 }
2796 .mail-list-wrapper .mail-count {
2797   padding: 4px 4px 0px 4px;
2798   text-align: right;
2799 }
2800 .mail-list-wrapper .mail-delete {
2801   float: right;
2802 }
2803 #mail-display-subject {
2804   background-color: #f6f7f8;
2805   color: #2d2d2d;
2806   margin-bottom: 10px;
2807   width: 100%;
2808   height: auto;
2809   overflow: hidden;
2810 }
2811 #mail-display-subject span {
2812   float: left;
2813   overflow: hidden;
2814   padding: 4px 0px 0px 10px;
2815 }
2816 #mail-display-subject .mail-delete {
2817   float: right;
2818   opacity: 0.5;
2819   -webkit-transition: all 0.2s ease-in-out;
2820   -moz-transition: all 0.2s ease-in-out;
2821   -o-transition: all 0.2s ease-in-out;
2822   -ms-transition: all 0.2s ease-in-out;
2823   transition: all 0.2s ease-in-out;
2824 }
2825 #mail-display-subject:hover .mail-delete {
2826   opacity: 1;
2827   -webkit-transition: all 0.2s ease-in-out;
2828   -moz-transition: all 0.2s ease-in-out;
2829   -o-transition: all 0.2s ease-in-out;
2830   -ms-transition: all 0.2s ease-in-out;
2831   transition: all 0.2s ease-in-out;
2832 }
2833
2834 .mail-list-outside-wrapper-end {
2835         clear: both;
2836 }
2837 .mail-list-outside-wrapper {
2838         margin-top: 30px;
2839 }
2840 .mail-list-delete-wrapper {
2841         float: right;
2842         margin-right: 30px;
2843         margin-top: 15px;
2844 }
2845 .mail-list-delete-icon {
2846         border: none;
2847 }
2848 .mail-conv-sender,
2849 .mail-conv-detail {
2850         float: left;
2851 }
2852 .mail-conv-detail {
2853         margin-left: 20px;
2854         width: 500px;
2855 }
2856 .mail-conv-subject {
2857     font-size: 1.4em;
2858     margin: 10px 0;
2859 }
2860 .mail-conv-outside-wrapper-end {
2861         clear: both;
2862 }
2863 .mail-conv-outside-wrapper {
2864         margin-top: 30px;
2865 }
2866 .mail-conv-delete-wrapper {
2867         float: right;
2868         margin-right: 30px;
2869         margin-top: 15px;
2870 }
2871 .mail-conv-break {
2872         clear: both;
2873 }
2874 .mail-conv-delete-icon {
2875         border: none;
2876 }
2877
2878 .icon.tilted-icon{
2879   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
2880   -webkit-transform: rotate(-20deg);
2881   -moz-transform: rotate(-20deg);
2882   -ms-transform: rotate(-20deg);
2883   -o-transform: rotate(-20deg);
2884   transform: rotate(-20deg);
2885   font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
2886   padding-top:1px;
2887 }
2888
2889 #profile-edit-wrapper {
2890     line-height: 30px;
2891 }
2892 #profile-edit-wrapper .field{
2893   margin-bottom:0;
2894   padding-bottom:0;
2895 }
2896 #profile-edit-wrapper input[type=text],
2897 #profile-edit-wrapper select{
2898   width:250px;
2899 }
2900 #profile-edit-wrapper #profile-edit-dob select{
2901   width:auto;
2902 }
2903 #profile-edit-wrapper,
2904 #profile-edit-wrapper .toggle-section-content{
2905   margin-bottom:15px;
2906 }
2907 .profile-edit-submit-wrapper{
2908   margin-top:15px;
2909 }
2910 #profile-edit-default-desc{
2911   display:inline-block;
2912   padding:15px;
2913   width:auto;
2914   border:1px solid #511919;
2915 }
2916 #profile-edit-wrapper .toggle-section-content{
2917   background:#ededed;
2918   max-width:599px;
2919   padding:5px;
2920 }
2921
2922 .btn{
2923   outline:none;
2924   -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
2925   -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
2926   box-shadow:inset 0px 1px 0px 0px #ffffff;
2927   background-color:#ededed;
2928   -webkit-border-top-left-radius:0px;
2929   -moz-border-radius-topleft:0px;
2930   border-top-left-radius:0px;
2931   -webkit-border-top-right-radius:0px;
2932   -moz-border-radius-topright:0px;
2933   border-top-right-radius:0px;
2934   -webkit-border-bottom-right-radius:0px;
2935   -moz-border-radius-bottomright:0px;
2936   border-bottom-right-radius:0px;
2937   -webkit-border-bottom-left-radius:0px;
2938   -moz-border-radius-bottomleft:0px;
2939   border-bottom-left-radius:0px;
2940   text-indent:0;
2941   border:1px solid #dcdcdc;
2942   display:inline-block;
2943   color:#777777;
2944   font-family:Arial;
2945   font-size:15px;
2946   font-weight:bold;
2947   font-style:normal;
2948   height:40px;
2949   line-height:40px;
2950   padding:0 15px;
2951   text-align:center;
2952   text-shadow:1px 1px 0px #ffffff;
2953 }
2954   .btn:hover{
2955     background-color:#e6e6e6;
2956     text-decoration:none;
2957   }
2958   .btn:active{
2959     position:relative;
2960     top:1px;
2961   }
2962 .profile-view-actions{
2963   float:right;
2964 }
2965 /* videos page */
2966 .videos .video-top-wrapper {
2967   width: 300px;
2968   float: left;
2969   margin: 0px 10px 10px 0px;
2970   position: relative;
2971 }
2972 .videos .video-top-wrapper .video-js {
2973   width: 300px!important;
2974   height: 232px!important;
2975 }
2976 .videos .video-top-wrapper .video-delete {
2977   position: absolute;
2978   opacity: 0;
2979   right: 0px;
2980   top: 0px;
2981   transition: opacity 0.5s;
2982 }
2983 .videos .video-top-wrapper:hover .video-delete {
2984   opacity: 1;
2985 }
2986
2987 /* upload/select popup */
2988 .fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }