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