]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Vier: The shadows are reduced a little bit.
[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 #pending-update {
23         float:right;
24         color: #ffffff;
25         font-weight: bold;
26         background-color: #FF0000;
27         padding: 0em 0.3em;
28 }
29
30 .admin.linklist {
31         border: 0px; 
32         padding: 0px;
33         list-style: none;
34         margin-top: 0px;
35 }
36
37 .admin.link {
38         list-style-position: inside;
39         font-size: 1em;
40 /*        padding-left: 5px;
41         margin: 5px; */
42 }
43
44 #adminpage dl {
45         clear: left;
46         margin-bottom: 2px;
47         padding-bottom: 2px;
48         border-bottom: 1px solid black;
49 }
50
51 #adminpage dt {
52         width: 200px;
53         float: left;
54         font-weight: bold;
55 }
56
57 #adminpage dd {
58         margin-left: 200px;
59 }
60 #adminpage h3 {
61         border-bottom: 1px solid #898989;
62         margin-bottom: 5px;
63         margin-top: 10px;
64 }
65
66 #adminpage .submit {
67         clear:left;
68 }
69
70 #adminpage #pluginslist {
71         margin: 0px; padding: 0px;
72 }
73
74 #adminpage .plugin {
75         list-style: none;
76         display: block;
77         /* border: 1px solid #888888; */
78         padding: 1em;
79         margin-bottom: 5px;
80         clear: left;
81 }
82
83 #adminpage .toggleplugin {
84         float:left;
85         margin-right: 1em;
86 }
87
88 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
89 #adminpage table th { text-align: left;}
90 #adminpage td .icon { float: left;}
91 #adminpage table#users img { width: 16px; height: 16px; }
92 #adminpage table tr:hover { background-color: #eeeeee; }
93 #adminpage .selectall { text-align: right; }
94 /* icons */
95
96 /*
97 .article        { background-position: -50px  0px;}
98 .block          { background-position: -90px  0px;}
99 .drophide       { background-position: -130px 0px;}
100
101 .noglobe        { background-position: -70px  -20px;}
102 .no             { background-position: -90px  -20px;}
103 .recycle        { background-position: -190px -20px;}
104 .remote-link    { background-position: -210px -20px;}
105 .share          { background-position: -230px -20px;}
106
107 .tools          { background-position: -50px  -40px;}
108
109 .youtube        { background-position: -130px -40px;}
110
111 .language       { background-position: -210px -40px;}
112
113 .prev           { background-position: -90px  -60px;}
114 .next           { background-position: -110px -60px;}
115 .tagged     { background-position: -130px -60px;}
116 */
117
118 .icon.drop, .icon.drophide {
119  float: left;
120 }
121
122
123 .icon {
124   background-color: transparent ;
125   background-repeat: no-repeat;
126   width: 18px;
127   height: 18px;
128   /* display: block; */
129   display: inline-block;
130   overflow: hidden;
131   padding: 1px;
132   color: #999;
133
134
135 .icon:hover {
136   text-decoration: none;
137   color: #000;
138 }
139
140 .icon a:hover {
141 }
142
143 .icon.text {
144   text-indent: 0px;
145 }
146 .icon.s10 {
147   min-width: 10px;
148   height: 10px;
149 }
150 .icon.s10.text {
151   padding: 2px 0px 0px 15px;
152   font-size: 10px;
153 }
154 .icon.s16 {
155   min-width: 16px;
156   height: 16px;
157 }
158 .icon.s16.text {
159   padding: 4px 0px 0px 20px;
160   font-size: 10px;
161 }
162 .wall-item-decor .icon.s22.lock {
163   color: #888;
164 }
165 .wall-item-decor .icon.s22.lock:hover {
166   color: #000;
167   text-decoration: none;
168 }
169 .icon.s22 {
170   min-width: 22px;
171   height: 22px;
172 }
173 /*.icon.s22.notify {
174   color: gray;
175 }*/
176 .icon.s22.text {
177   padding: 10px 0px 0px 25px;
178   width: 230px;
179   font-size: 1em;
180 }
181 .icon.s48 {
182   width: 48px;
183   height: 48px;
184 }
185 .sparkle {
186         cursor: url('lock.cur'), pointer;
187 }
188
189 #birthday-title, #event-title {
190   font-weight: bold;
191   margin-bottom: 5px;
192 }
193
194 div.pager {
195 /* .birthday-notice { */
196   text-align: center;
197   height: 1.2em;
198   padding-bottom: 12px;
199   color: black;
200   /*-webkit-border-radius: 6px;
201   -moz-border-radius: 6px;
202   border-radius: 6px;*/
203   background-color: #f2f2f2;
204   clear: left;
205   margin-top: 5px;
206   padding: 1%;
207   height: 1em;
208   margin-bottom: 5px;
209 }*/
210
211 .birthday-notice {
212   margin-top: 5px;
213   margin-bottom: 5px;
214 }
215
216 #live-network {
217 /*  border-bottom: 1px solid #BDCDD4; */
218   border-bottom: 1px solid #D2D2D2;
219   width: 100%;
220   height: 10px;
221 }
222
223 .pager a {
224 }
225
226 .pager a.pager_older {
227   float: right;
228 }
229
230 .pager a.pager_newer {
231   float: left;
232 }
233
234 .shared_header {
235   height: 32px;
236   color: #999;
237   border-top: 1px solid #D2D2D2;
238   padding-top: 5px;
239   margin-top: 5px;
240 }
241
242 .shared_header a {
243   color: black;
244   -webkit-transition: all 0.2s ease-in-out;
245   -moz-transition: all 0.2s ease-in-out;
246   -o-transition: all 0.2s ease-in-out;
247   -ms-transition: all 0.2s ease-in-out;
248   transition: all 0.2s ease-in-out;
249 }
250
251 .shared_header a:hover {
252   color: #36c;
253 }
254
255 .shared_header img {
256   -webkit-border-radius: 4px;
257   -moz-border-radius: 4px;
258   border-radius: 4px;
259   float: left;
260 }
261
262 .shared_header span {
263   margin-left: 9px;
264 }
265
266 blockquote.shared_content {
267   margin-left: 32px;
268   color: #000;
269   border: none;
270 }
271
272 #contact-edit-drop-link-end {
273   /* clear: both; */
274 }
275
276 #contact-edit-links ul {
277   list-style: none;
278   list-style-type: none;
279 }
280
281 .hide-comments-outer {
282   margin-left: 80px;
283   margin-bottom: 5px;
284   width: 660px;
285   border-bottom: 1px solid #BDCDD4;
286   border-top: 1px solid #BDCDD4;
287
288   padding: 8px;
289 }
290
291 /* global */
292 body {
293   /* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
294   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
295   font-size: 14px;
296   /* font-size: 13px; */
297   /* line-height: 19.5px; */
298   font-weight: 400;
299   /* background-color: #ffffff; */
300   /* background-color: #FAFAFA; */
301   background-color: rgb(229, 229, 229);
302   color: #2d2d2d;
303   margin: 0px 0px 0px 0px;
304   display: table;
305 }
306
307 h4 {
308   font-size: 1.1em;
309 }
310
311 a {
312         color: #36C;
313         /* color: #3e3e8c; */
314         /* color: #3465A4; */
315         /*color: #3E3E8C; */
316         text-decoration: none;
317 }
318 a:hover {
319         /* color: blue; */
320         text-decoration: underline
321 }
322
323 .wall-item-name-link {
324 /*  float: left;*/
325 }
326
327 .wall-item-photo {
328   width: 48px;
329   height: 48px;
330   overflow: hidden;
331   display: block;
332 }
333
334 .left {
335   float: left;
336 }
337 .right {
338   float: right;
339 }
340 .hidden {
341   display: none;
342 }
343 .clear {
344   clear: both;
345 }
346 .fakelink {
347   color: #36c;
348   /* color: #3e3e8c; */
349   /* color: #3465A4; */
350   /* color: #3E3E8C; */
351   text-decoration: none;
352   cursor: pointer;
353 }
354 .fakelink:hover {
355   /*color: blue;*/
356   /*color: #005c94; */
357   text-decoration: underline;
358 }
359 code {
360   font-family: Courier, monospace;
361   white-space: pre;
362   display: block;
363   overflow: auto;
364   border: 1px solid #444;
365   background: #EEE;
366   color: #444;
367   padding: 10px;
368   margin-top: 20px;
369   max-width: 640px;
370 }
371 #panel {
372   position: absolute;
373   width: 10em;
374   background: #ffffff;
375   color: #2d2d2d;
376   margin: 0px;
377   padding: 1em;
378   list-style: none;
379   border: 3px solid #364e59;
380   z-index: 100000;
381   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
382 }
383 /* tool */
384 .tool {
385   height: auto;
386   overflow: auto;
387   padding: 0px;
388 }
389 #saved-search-ul .tool:hover,
390 #nets-sidebar .tool:hover,
391 #sidebar-group-list .tool:hover {
392         background: #EEE;
393 }
394 .tool .label {
395 /*  float: left; */
396 }
397 .tool .action {
398   float: right;
399 }
400 .tool a {
401 /*  color: #000; */
402 }
403 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
404   /* text-decoration: underline; */
405   text-decoration: none;
406   color: black;
407 }
408
409 .groupsideedit, .savedsearchdrop {
410   float: right;
411   opacity: 0.3;
412 }
413 .groupsideedit:hover, .savedsearchdrop:hover {
414   opacity: 1;
415 }
416
417 .sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, 
418 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
419 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
420   /* background-color: #ddd; */
421   background-color: #e5e5e5;
422 }
423
424 #message-new a {
425   color: black;
426 }
427
428 .sidebar-group-element {
429 /*  color: #000; */
430 }
431
432 .group-selected, .nets-selected, .fileas-selected {
433   font-weight: bold;
434 }
435
436 #sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
437 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
438   padding-left: 10px;
439   padding-top: 3px;
440   padding-bottom: 3px;
441   padding-right: 5px;
442   display: block;
443 }
444
445 a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
446   display: block;
447   color: #737373;
448 }
449
450 a.sidebar-group-element {
451   color: #737373;
452 }
453
454 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
455   margin-left: 10px;
456   margin-top: 3px;
457   margin-bottom: 3px;
458 }
459
460 #sidebar-ungrouped, .side-link {
461   padding-top: 5px;
462 }
463
464 #sidebar-ungrouped a {
465   color: black;
466 }
467
468 #forum-list a, .tool a, .admin.link a {
469   color: #737373;
470 }
471
472 #forum-list {
473   margin-top: 2px;
474 }
475
476 /* popup notifications */
477 div.jGrowl div.notice {
478   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
479   color: #ffffff;
480   padding-left: 58px;
481 }
482 div.jGrowl div.info {
483   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
484   color: #ffffff;
485   padding-left: 58px;
486 }
487
488 div.jGrowl.top-right {
489   top: 40px;
490   z-index: 90;
491 }
492
493 /* header */
494 header {
495   position: fixed;
496   /* left: 43%;
497   right: 43%; */
498   left: 25px;
499   top: 0px;
500   margin: 0px;
501   padding: 0px;
502   /*width: 100%; height: 12px; */
503
504   z-index: 110;
505   color: #ffffff;
506 }
507 header #site-location {
508   display: none;
509 }
510 header #banner {
511   overflow: hidden;
512   text-align: center;
513   width: 100%;
514 }
515 header #banner a,
516 header #banner a:active,
517 header #banner a:visited,
518 header #banner a:link,
519 header #banner a:hover {
520   color: #ffffff;
521   text-decoration: none;
522   outline: none;
523   vertical-align: bottom;
524 }
525 header #banner #logo-img {
526   height: 22px;
527   margin-top: 5px;
528 }
529 header #banner #logo-text {
530   font-size: 22px;
531 }
532 /* nav */
533 nav {
534   min-width: 1000px;
535   width: 100%;
536   height: 32px;
537   position: fixed;
538   left: 0px;
539   top: 0px;
540   padding: 0px;
541   padding-left: 0px;
542   /* background: #2d2d2d; */
543   background: rgb(36, 76, 94);
544   /*background: #364A84;
545     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
546     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
547     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
548     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
549     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
550     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
551     background: linear-gradient(top, #516499 0%,#364a84 100%); */
552   color: #ffffff;
553   z-index: 100;
554   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
555 }
556
557 nav .icon {
558   color: #ccc;
559 }
560
561 nav a:active,
562 nav a:visited,
563 nav a:link,
564 nav a {
565   text-decoration: none;
566   outline: none;
567   color: #ccc;
568   padding-bottom: 8px;
569   padding-top: 8px;
570 }
571
572 nav a:hover .icon {
573   color: #fff;
574 }
575
576 nav a:hover {
577   text-decoration: none;
578   outline: none;
579   color: #fff;
580   padding-bottom: 8px;
581   padding-top: 8px;
582 }
583
584 nav ul {
585   margin: 0px;
586   padding: 0px 10px;
587 }
588 nav ul li {
589   list-style: none;
590   margin: 0px;
591   /* padding: 1px 1px 3px 1px; */
592   float: left;
593 }
594 nav ul li .menu-popup {
595   left: 0px;
596   right: auto;
597 }
598
599 nav #search-box #search-text {
600   /*background-image:  url('icons/lupe.png');
601   background-repeat:no-repeat; */
602   padding-left:0px;
603   /*border-top-left-radius: 15px;
604   border-top-right-radius: 15px;
605   border-bottom-right-radius: 15px;
606   border-bottom-left-radius: 15px;*/
607   position: relative;
608   height: 17px;
609   margin: 4px 0px 4px 4px;
610   width: 150px;
611   max-width: 150px;
612   background-color: #eee;
613 }
614
615 nav .nav-menu-icon {
616   position: relative;
617   height: 22px;
618   padding: 5px;
619   margin: 0px 10px;
620   -moz-border-radius: 5px 5px 0 0;
621   -webkit-border-radius: 5px 5px 0 0;
622   border-radius: 5px 5px 0 0;
623 }
624 nav .nav-menu-icon.selected {
625   background-color: #364e59;
626 }
627 nav .nav-menu-icon img {
628   width: 22px;
629   height: 22px;
630   -webkit-border-radius: 4px;
631   -moz-border-radius: 4px;
632   border-radius: 4px;
633 }
634 nav .nav-menu-icon .nav-notify {
635   top: 3px;
636 }
637 nav .nav-menu-label {
638   margin: 3px 5px 0px;
639 }
640 nav .nav-menu {
641   position: relative;
642   height: 16px;
643   padding: 5px;
644   padding-left: 5px;
645   padding-right: 5px;
646   margin: 3px 3px 0px;
647   font-size: 13px;
648   /* border-bottom: 3px solid #364A84; */
649   color: #ccc;
650   font-weight: bold;
651 }
652 /*nav .nav-menu.selected a {
653   color: white;
654 }*/
655
656 nav .nav-menu.selected {
657   border-bottom: 3px solid #9eabb0;
658  /*  background-color: #364E59; */
659 }
660
661 nav .nav-menu:hover {
662     /* color: #fff !important; */
663     color: #fff;
664     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
665 /*    background: #4c619c; */
666     text-decoration: none;
667 }
668 nav .nav-notify {
669   display: none;
670   position: absolute;
671  /*  background-color: #36c; */
672    background-color: #F80;
673   /* background-color: #19aeff; */
674   -moz-border-radius: 5px 5px 5px 5px;
675   -webkit-border-radius: 5px 5px 5px 5px;
676   border-radius: 5px 5px 5px 5px;
677   font-size: 10px;
678   padding: 1px 3px;
679   top: 0px;
680   /* right: -10px; */
681   right: -5px;
682   min-width: 15px;
683   /* text-align: right; */
684   text-align: center;
685   color: white;
686 }
687 nav .nav-notify.show {
688   display: block;
689 }
690 nav #nav-help-link,
691 nav #nav-search-link,
692 nav #nav-directory-link,
693 nav #nav-apps-link,
694 nav #nav-notifications-linkmenu,
695 nav #nav-site-linkmenu,
696 nav #nav-user-linklabel {
697   float: right;
698 }
699 nav #nav-user-linklabel {
700   padding-left: 0px;
701   margin-left: 0px;
702 }
703 nav #nav-help-link .menu-popup,
704 nav #nav-search-link .menu-popup,
705 nav #nav-directory-link .menu-popup,
706 nav #nav-apps-link .menu-popup,
707 nav #nav-notifications-linkmenu .menu-popup,
708 nav #nav-site-linkmenu .menu-popup {
709   right: 0px;
710   left: auto;
711 }
712 nav #nav-site-linkmenu {
713   margin-left: 0px;
714   margin-right: 0px;
715 }
716 nav #nav-notifications-linkmenu {
717   margin-left: 0px;
718   margin-right: 5px;
719 }
720 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
721   color: white;
722 }
723 nav #nav-messages-linkmenu.selected,
724 nav #nav-user-linklabel.selected,
725 nav #nav-apps-link.selected {
726   background-color: #364e59;
727 }
728
729 /* nav #nav-community-link { */
730 nav ul {
731   margin-left: 210px;
732 }
733
734 nav #nav-user-linkmenu {
735   float: right;
736   padding-left: 0px;
737   padding-right: 0px;
738   margin-right: 5px;
739 }
740
741 #nav-notifications-mark-all {
742         /* padding: 1px 1px 2px 26px; */
743         /* border-bottom: 1px solid #364E59; */
744         /* margin: 0px 0px 2px 0px;
745         padding: 5px 10px; */
746 }
747
748 #nav-notifications-see-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 .notify-seen {
756         background: none repeat scroll 0 0 #DDDDDD;
757         }
758
759 ul.menu-popup {
760   position: absolute;
761   display: none;
762   width: 11em;
763   background: #ffffff;
764   color: #2d2d2d;
765   margin: 0px;
766   padding: 0px;
767   list-style: none;
768   border: 3px solid #364e59;
769   z-index: 100000;
770   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
771 }
772 ul.menu-popup a {
773   display: block;
774   color: #2d2d2d;
775   padding: 5px 10px;
776   text-decoration: none;
777 }
778 ul.menu-popup a:hover {
779   /* background-color: #bdcdd4; */
780   background-color: #e5e5e5;
781 }
782 ul.menu-popup .menu-sep {
783   border-top: 1px solid #9eabb0;
784 }
785 ul.menu-popup li {
786   float: none;
787   overflow: auto;
788   height: auto;
789   display: block;
790 }
791 ul.menu-popup li img {
792   float: left;
793   width: 16px;
794   height: 16px;
795   padding-right: 5px;
796 }
797 ul.menu-popup .empty {
798   padding: 5px;
799   text-align: center;
800   color: #9eabb0;
801 }
802 /* autocomplete popup */
803 .acpopup {
804   max-height: 150px;
805   background-color: #ffffff;
806   color: #2d2d2d;
807   border: 1px solid #MenuBorder;
808   overflow: auto;
809   z-index: 100000;
810   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
811 }
812 .acpopupitem {
813   color: #2d2d2d;
814   padding: 4px;
815   clear: left;
816 }
817 .acpopupitem img {
818   float: left;
819   margin-right: 4px;
820 }
821 .acpopupitem.selected {
822   background-color: #bdcdd4;
823 }
824 #nav-notifications-menu {
825   width: 400px;
826   max-height: 550px;
827   overflow: auto;
828 }
829 /* #nav-notifications-menu a {
830         display: inline;
831         padding: 5px 0px;
832         margin: 0px 0px 2px 0px;
833 }
834 #nav-notifications-menu li:hover {
835   background-color: #bdcdd4;
836 }*/
837
838 #nav-notifications-menu img {
839   float: left;
840   margin-right: 5px;
841 }
842 #nav-notifications-menu .contactname {
843   font-weight: bold;
844 }
845 #nav-notifications-menu .notif-when {
846   font-size: 10px;
847   color: #9eabb0;
848   display: block;
849 }
850
851 .notif-image {
852         width: 32px;
853         height: 32px;
854         padding: 7px 7px 0px 0px;
855 }
856
857 right_aside {
858   width: 0px;
859   top: 32px;
860   display: block;
861 }
862
863 /* aside */
864 aside {
865   /* display: table-cell; */
866   vertical-align: top;
867   width: 185px;
868   /* padding: 32px 10px 10px 20px; */
869   padding: 10px 10px 0px 20px;
870   /* border-right: 1px solid #D2D2D2; */
871   /* background-color: #ECECF2; */
872   /* background-color: #F2F2F2; */
873   background-color: #FFFFFF;
874   font-size: 13px;
875   /* background: #F1F1F1; */
876   /* top: 0px; */
877   top: 32px;
878   overflow-y: auto;
879   z-index: 2;
880   line-height: 17px;
881   position: fixed;
882   /* overflow: auto; */
883   height: 100%;
884   height: calc(100% - 42px);
885   /* overflow: scroll; */
886   box-shadow: 1px 2px 0px 0px #D8D8D8;
887   color: #737373;
888 }
889 aside .vcard .fn {
890   font-size: 18px;
891   font-weight: bold;
892   margin-bottom: 5px;
893   float: left;
894 }
895 aside .vcard .title {
896   margin-bottom: 5px;
897 }
898 aside .vcard dl {
899   height: auto;
900   overflow: auto;
901 }
902
903 aside select {
904   background-color: white;
905   width: 165px;
906   border-color: #ccc;
907 }
908
909 aside .vcard dt {
910   float: left;
911   margin-left: 0px;
912   /* width: 35%; */
913   text-align: right;
914   color: #999999;
915 }
916 aside .vcard dd {
917   float: left;
918   margin-left: 4px;
919   /* width: 60%; */
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: 150px;
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   display: table-cell;
1087   vertical-align: top;
1088   top: 32px;
1089   width: 766px;
1090   max-width: 766px;
1091   padding: 10px 10px 10px 10px;
1092   /* background-color: white; */
1093   /* background-color: rgb(252, 252, 252); */
1094   /* background-color: #FAFAFA; */
1095   background-color: inherit;
1096   /* border-bottom: 1px solid lightgray;
1097   border-right: 1px solid lightgray;
1098   border-left: 1px solid lightgray; */
1099   position: absolute;
1100   left: 215px;
1101   left: calc(215px + (100% - (215px + 766px)) / 6);
1102   /* left: calc(215px + (100% - 215px) / 10); */
1103 }
1104
1105 section.minimal {
1106   top: 0px;
1107   left: 0px;
1108 }
1109
1110 /* wall item */
1111 .tread-wrapper {
1112 /*    border-bottom: 1px solid #BDCDD4; */
1113   border-bottom: 1px solid #D2D2D2;
1114   position: relative;
1115   padding: 5px;
1116   margin-bottom: 10px;
1117   box-shadow: 1px 2px 0px 0px #D8D8D8;
1118   background-color: #FFFFFF;
1119  /* width: 755px; */
1120 }
1121 .wall-item-decor {
1122   position: absolute;
1123   left: 755px;
1124   left: calc(100% - 16px);
1125 /*  top: -10px; */
1126   width: 16px;
1127 }
1128 .unstarred {
1129   display: none;
1130 }
1131 .wall-item-container {
1132   display: table;
1133   width: 745px;
1134   width: calc(100% - 10px);
1135 }
1136
1137 .wall-item-content hr {
1138   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1139   color: rgb(221, 221, 221);
1140   clear: both;
1141   float: none;
1142   width: 100%;
1143   height: 0.1em;
1144   /* margin: 0px 0px 1.45em; */
1145   border: medium none;
1146 }
1147
1148 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1149   display: table-row;
1150 }
1151 .wall-item-bottom {
1152   /* font-size: 14px; */
1153 }
1154 /* .wall-item-container .wall-item-bottom { */
1155 .wall-item-container .wall-item-links,
1156 .wall-item-container .wall-item-actions {
1157   opacity: 0.2;
1158   -webkit-transition: all 0.2s ease-in-out;
1159   -moz-transition: all 0.2s ease-in-out;
1160   -o-transition: all 0.2s ease-in-out;
1161   -ms-transition: all 0.2s ease-in-out;
1162   transition: all 0.2s ease-in-out;
1163 }
1164 /* .wall-item-container:hover .wall-item-bottom { */
1165 .wall-item-container:hover .wall-item-links,
1166 .wall-item-container:hover .wall-item-actions {
1167   opacity: 1;
1168   -webkit-transition: all 0.2s ease-in-out;
1169   -moz-transition: all 0.2s ease-in-out;
1170   -o-transition: all 0.2s ease-in-out;
1171   -ms-transition: all 0.2s ease-in-out;
1172   transition: all 0.2s ease-in-out;
1173 }
1174 .wall-item-container .wall-item-info {
1175   display: table-cell;
1176   vertical-align: top;
1177   text-align: left;
1178   width: 80px;
1179 }
1180 .wall-item-container {
1181   /* padding-right: 30px; */
1182   padding-right: 0px;
1183 }
1184 .wall-item-container .wall-item-ago {
1185   word-wrap: break-word;
1186   width: 50px;
1187   margin-left: 10px;
1188   color: #999;
1189   font-size: 12px;
1190 }
1191
1192 .wall-item-network {
1193   color: #999;
1194   font-size: 12px;
1195   text-align: right;
1196   float: right;
1197 }
1198
1199 .wall-item-location {
1200   width: 350px;
1201   float: left;
1202   font-size: 12px;
1203 }
1204
1205 .wall-item-container .wall-item-content .type-link img,
1206 .type-link img {
1207   max-width: 160px;
1208   max-height: 160px;
1209   float: left;
1210   margin-right: 10px;
1211 }
1212 .type-link blockquote {
1213   margin-left: 160px;
1214   max-height: 160px;
1215   overflow: hidden;
1216 }
1217 .type-link .oembed {
1218 }
1219
1220 .type-link img + br{
1221   display: none;
1222 }
1223
1224 .wall-item-container .wall-item-content {
1225   /* font-size: 14px; */
1226   max-width: 660px;
1227   word-wrap: break-word;
1228   /* line-height: 1.36; */
1229   padding-bottom: 6px;
1230 }
1231
1232 .wall-item-container .wall-item-content img {
1233   max-width: 100%;
1234   /* max-width: 650px; */
1235   /* max-width: 580px; */
1236 }
1237 .children .wall-item-container .wall-item-item .wall-item-content img {
1238   /* max-width: 650px; */
1239   /* max-width: 580px; */
1240   max-width: 100%;
1241 }
1242 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1243   display: table-cell;
1244   vertical-align: middle;
1245   /* font-size: 17px; */
1246 }
1247 .mail-list-wrapper a,
1248 .wall-item-container .wall-item-bottom a,
1249 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1250 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1251 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1252   color: #999;
1253 }
1254 .mail-list-wrapper a:hover,
1255 .wall-item-container .wall-item-bottom a:hover,
1256 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1257 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1258 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1259   color: #000;
1260   text-decoration: none;
1261 }
1262 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1263   opacity: 0.5;
1264   -webkit-transition: all 0.2s ease-in-out;
1265   -moz-transition: all 0.2s ease-in-out;
1266   -o-transition: all 0.2s ease-in-out;
1267   -ms-transition: all 0.2s ease-in-out;
1268   transition: all 0.2s ease-in-out;
1269 }
1270 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1271   opacity: 1;
1272   -webkit-transition: all 0.2s ease-in-out;
1273   -moz-transition: all 0.2s ease-in-out;
1274   -o-transition: all 0.2s ease-in-out;
1275   -ms-transition: all 0.2s ease-in-out;
1276   transition: all 0.2s ease-in-out;
1277 }
1278
1279 .wall-item-container .wall-item-name:hover {
1280   color: #36c;
1281 }
1282
1283 .wall-item-container .wall-item-name {
1284   color: black;
1285   font-weight: bold;
1286   -webkit-transition: all 0.2s ease-in-out;
1287   -moz-transition: all 0.2s ease-in-out;
1288   -o-transition: all 0.2s ease-in-out;
1289   -ms-transition: all 0.2s ease-in-out;
1290   transition: all 0.2s ease-in-out;
1291 }
1292
1293 .toplevel_item:hover .wall-item-name,
1294 .wall-item-container:hover .wall-item-name {
1295   color: #36c;
1296   font-weight: bold;
1297   -webkit-transition: all 0.2s ease-in-out;
1298   -moz-transition: all 0.2s ease-in-out;
1299   -o-transition: all 0.2s ease-in-out;
1300   -ms-transition: all 0.2s ease-in-out;
1301   transition: all 0.2s ease-in-out;
1302 }
1303
1304 /* .wall-item-container .wall-item-content a, */
1305 .toplevel_item .fakelink,
1306 .wall-item-container .fakelink {
1307   color: black;
1308   -webkit-transition: all 0.2s ease-in-out;
1309   -moz-transition: all 0.2s ease-in-out;
1310   -o-transition: all 0.2s ease-in-out;
1311   -ms-transition: all 0.2s ease-in-out;
1312   transition: all 0.2s ease-in-out;
1313   /* color: darkblue; */
1314   /* color: #3E3E8C; */
1315 }
1316
1317 .toplevel_item:hover .fakelink,
1318 .wall-item-container:hover .fakelink,
1319 .toplevel_item:hover .wall-item-content a,
1320 .wall-item-container:hover .wall-item-content a {
1321   color: #36c;
1322   -webkit-transition: all 0.2s ease-in-out;
1323   -moz-transition: all 0.2s ease-in-out;
1324   -o-transition: all 0.2s ease-in-out;
1325   -ms-transition: all 0.2s ease-in-out;
1326   transition: all 0.2s ease-in-out;
1327 }
1328
1329 .wall-item-container .wall-item-actions-author {
1330   width: 100%;
1331   margin-bottom: 0.3em;
1332 }
1333 .wall-item-container .wall-item-actions-social {
1334   float: left;
1335   margin-bottom: 1px;
1336 }
1337 .wall-item-container .wall-item-actions-social a {
1338   float: left;
1339   margin-right: 1em;
1340 }
1341 .wall-item-container .wall-item-actions-tools {
1342   float: right;
1343   width: 80px;
1344 }
1345 .wall-item-container .wall-item-actions-tools a {
1346   float: right;
1347   margin-left: 10px;
1348 }
1349 .wall-item-container .wall-item-actions-tools input {
1350   float: right;
1351   margin-left: 10px;
1352 }
1353 .wall-item-container.comment {
1354   margin-top: 5px;
1355   margin-bottom: 5px;
1356   margin-left: 80px;
1357   width: 665px;
1358   width: calc(100% - 90px);
1359   border-bottom: 1px solid hsl(198, 21%, 79%);
1360 }
1361 .wall-item-container.comment .wall-item-content {
1362   max-width: 585px;
1363 }
1364
1365 .wall-item-container.comment .contact-photo {
1366   width: 32px;
1367   height: 32px;
1368   margin-left: 16px;
1369   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1370
1371 }
1372 .wall-item-container.comment {
1373   top: 15px !important;
1374   left: 15px !important;
1375 }
1376 .wall-item-container.comment .wall-item-links {
1377   padding-left: 12px;
1378 }
1379 .wall-item-bottom .wall-item-comment-wrapper {
1380   margin: 1px 5px 1px 0px;
1381 }
1382 .wall-item-comment-wrapper {
1383   margin: 1px 15px 1px 80px;
1384 }
1385 .wall-item-comment-wrapper .comment-edit-photo {
1386   display: none;
1387 }
1388 .wall-item-comment-wrapper textarea {
1389   height: 1.2em;
1390   width: 100%;
1391   font-size: 13px;
1392   color: #999999;
1393   border: 1px solid #DDD;
1394   padding: 0.3em;
1395 }
1396 .wall-item-comment-wrapper .comment-edit-text-full {
1397   /* font-size: 14px; */
1398   height: 4em;
1399   color: #2d2d2d;
1400   border: 1px solid #2d2d2d;
1401 }
1402
1403 .fakelink.togglecomment {
1404   float: left;
1405   margin-right: 1em;
1406 }
1407
1408 .comment-edit-preview .contact-photo {
1409   width: 32px;
1410   height: 32px;
1411   margin-left: 16px;
1412   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1413
1414 }
1415 .comment-edit-preview {
1416   /* width: 660px; */
1417   width: 100%;
1418   border: 1px solid #2d2d2d;
1419   margin-top: 10px;
1420   top: 15px !important;
1421   left: 15px !important;
1422 }
1423 .comment-edit-preview .wall-item-links {
1424   padding-left: 12px;
1425 }
1426 .comment-edit-preview .wall-item-container {
1427   /* width: 700px; */
1428   width: 100%;
1429 }
1430 .comment-edit-preview .tread-wrapper {
1431   /* width: 700px; */
1432   width: 100%;
1433   padding: 0;
1434   margin: 10px 0;
1435   border-bottom: 0px;
1436 }
1437
1438 .wall-item-bottom .comment-edit-preview {
1439   width: 575px;
1440   margin-bottom: 5px;
1441 }
1442
1443 .shiny {
1444   /* border-right: 10px solid #fce94f; */
1445 /*      border-right: 1px solid #A7C7F7;
1446         padding-right: 12px; */
1447 }
1448
1449 #profile-jot-form {
1450   box-shadow: 1px 2px 0px 0px #D8D8D8;
1451   background-color: #fafafa;
1452   padding: 10px;
1453 }
1454
1455 #profile-jot-form #profile-jot-text {
1456   height: 2.0em;
1457   /* width: 99%; */
1458   width: 752px;
1459   width: calc(100% - 10px);
1460   font-size: 15px;
1461   color: #999999;
1462   border: 1px solid #DDD;
1463   padding: 0.3em;
1464   margin-bottom: 10px;
1465 }
1466
1467 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1468     
1469          border-radius: 5px 5px 5px 5px;
1470     font-weight: bold;
1471     height: 20px;
1472     margin: 0 0 5px;
1473     /* width: 60%; */
1474     /* width: 762px; */
1475     width: 100%;
1476     border: 1px solid #d2d2d2;
1477 }
1478
1479 #profile-jot-form #jot-title:-webkit-input-placeholder {
1480   font-weight: normal;
1481 }
1482 #profile-jot-form #jot-title:-moz-placeholder {
1483   font-weight: normal;
1484 }
1485 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1486 /*  width: 785px; */
1487   width: 100%;
1488   height: 100px;
1489 }
1490
1491 #profile-jot-perms {
1492   float: right;
1493 }
1494
1495 #jot-preview-content {
1496   padding-top: 25px;
1497 }
1498
1499 #jot-preview-content .tread-wrapper {
1500   background-color: #fce94f;
1501 }
1502
1503 .wall-item-tags {
1504   padding-top: 1px;
1505   padding-bottom: 2px;
1506   font-size: 12px;
1507   /*display: none;*/
1508 }
1509
1510 .tag {
1511   color: rgb(153,153,153);
1512   /*padding-left: 3px;
1513   font-size: 10px;*/
1514 }
1515 .tag a {
1516   /*padding-right: 8px;*/
1517   color: rgb(153,153,153);
1518 }
1519 .wwto {
1520   position: absolute !important;
1521   width: 25px;
1522   height: 25px;
1523   background: #FFFFFF;
1524   border: 2px solid #364e59;
1525   height: 25px;
1526   width: 25px;
1527   overflow: hidden;
1528   padding: 1px;
1529   position: absolute !important;
1530   top: 40px;
1531   left: 30px;
1532   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1533 }
1534 .wwto .contact-photo {
1535   width: auto;
1536   height: 25px;
1537 }
1538 /* contacts menu */
1539 .contact-photo-wrapper {
1540   position: relative;
1541   width: 80px;
1542 }
1543
1544 .contact-photo-wrapper.wwto {
1545   width: 25px;
1546 }
1547
1548 .contact-photo {
1549   width: 48px;
1550   height: 48px;
1551   overflow: hidden;
1552   display: block;
1553   -webkit-border-radius: 4px;
1554   -moz-border-radius: 4px;
1555   border-radius: 4px;
1556 }
1557
1558 .contact-photo img {
1559   width: 48px;
1560   height: 48px;
1561 }
1562
1563 .contact-wrapper {
1564   float: left;
1565   width: 90px;
1566   height: 90px;
1567   margin-bottom: 15px;
1568 }
1569 .contact-wrapper .contact-photo {
1570   width: 80px;
1571   height: 80px;
1572 }
1573 .contact-wrapper .contact-photo img {
1574   width: 80px;
1575   height: 80px;
1576 }
1577 .contact-wrapper {
1578   left: 0px;
1579   top: 63px;
1580 }
1581 .contact-photo {
1582   width: 48px;
1583   height: 48px;
1584 }
1585 .contact-photo img {
1586   width: 48px;
1587   height: 48px;
1588 }
1589 .contact-name {
1590   /* text-align: center; */
1591   /*font-weight: bold;*/
1592   font-size: 12px;
1593 }
1594 .contact-details {
1595   color: #999999;
1596 }
1597 /* editor */
1598 .jothidden {
1599   display: none;
1600 }
1601 #jot {
1602   width: 785px;
1603   margin: 0px 2em 20px 0px;
1604 }
1605 #jot .profile-jot-text {
1606   height: 1.2em;
1607   width: 99%;
1608   font-size: 10px;
1609   color: #999999;
1610   border: 1px solid #DDD;
1611   padding: 0.3em;
1612 }
1613 #jot #jot-tools {
1614   margin: 0px;
1615   padding: 0px;
1616   height: 40px;
1617   overflow: none;
1618   width: 783px;
1619   background-color: #0e232e;
1620   border-bottom: 2px solid #9eabb0;
1621 }
1622 #jot #jot-tools li {
1623   list-style: none;
1624   float: left;
1625   width: 80px;
1626   height: 40px;
1627   border-bottom: 2px solid #9eabb0;
1628 }
1629 #jot #jot-tools li a {
1630   display: block;
1631   color: #cccccc;
1632   width: 100%;
1633   height: 40px;
1634   text-align: center;
1635   line-height: 40px;
1636   overflow: hidden;
1637 }
1638 #jot #jot-tools li:hover {
1639   background-color: #364e59;
1640   border-bottom: 2px solid #bdcdd4;
1641 }
1642 #jot #jot-tools li.perms {
1643   float: right;
1644   width: 40px;
1645 }
1646 #jot #jot-tools li.perms a.unlock {
1647   width: 30px;
1648   border-left: 10px solid #cccccc;
1649   background-color: #cccccc;
1650   background-position: left center;
1651 }
1652 #jot #jot-tools li.perms a.lock {
1653   width: 30px;
1654   border-left: 10px solid #666666;
1655   background-color: #666666;
1656 }
1657 #jot #jot-tools li.submit {
1658   float: right;
1659   background-color: #cccccc;
1660   border-bottom: 2px solid #cccccc;
1661   border-right: 1px solid #666666;
1662   border-left: 1px solid #666666;
1663 }
1664 #jot #jot-tools li.submit input {
1665   border: 0px;
1666   margin: 0px;
1667   padding: 0px;
1668   background-color: #cccccc;
1669   color: #666666;
1670   width: 80px;
1671   height: 40px;
1672   line-height: 40px;
1673 }
1674 #jot #jot-tools li.submit input:hover {
1675   background-color: #bdcdd4;
1676   color: #666666;
1677 }
1678 #jot #jot-tools li.loading {
1679   float: right;
1680   background-color: #ffffff;
1681   width: 20px;
1682   vertical-align: center;
1683   text-align: center;
1684   border-top: 2px solid #9eabb0;
1685   height: 38px;
1686 }
1687 #jot #jot-tools li.loading img {
1688   margin-top: 10px;
1689 }
1690 /* #jot */
1691 #jot-title {
1692   border: 0px;
1693   margin: 0px;
1694   height: 20px;
1695   width: 700px;
1696   font-weight: bold;
1697   border: 1px solid #ffffff;
1698 }
1699 #jot #jot-title:-webkit-input-placeholder {
1700   font-weight: normal;
1701 }
1702 #jot #jot-title:-moz-placeholder {
1703   font-weight: normal;
1704 }
1705 #jot #jot-title:hover {
1706   border: 1px solid #999999;
1707 }
1708 #jot #jot-title:focus {
1709   border: 1px solid #999999;
1710 }
1711 #jot #character-counter {
1712   width: 80px;
1713   float: right;
1714   text-align: right;
1715   height: 20px;
1716   line-height: 20px;
1717   padding-right: 20px;
1718 }
1719
1720 #profile-jot-submit {
1721   float: right;
1722   margin-left: 15px;
1723 }
1724 #profile-upload-wrapper {
1725   float: left;
1726   margin-left: 15px;
1727 }
1728 #profile-attach-wrapper {
1729   float: left;
1730   margin-left: 15px;
1731 }
1732 #profile-link-wrapper {
1733   float: left;
1734   margin-left: 15px;
1735   cursor: pointer;
1736 }
1737 #profile-video-wrapper {
1738   float: left;
1739   margin-left: 15px;
1740   cursor: pointer;
1741 }
1742 #profile-audio-wrapper {
1743   float: left;
1744   margin-left: 15px;
1745   cursor: pointer;
1746 }
1747 #profile-location-wrapper {
1748   float: left;
1749   margin-left: 15px;
1750   cursor: pointer;
1751 }
1752 #profile-nolocation-wrapper {
1753   float: left;
1754   margin-left: 15px;
1755   cursor: pointer;
1756 }
1757 #jot-perms-icon {
1758   float: right;
1759   margin-left: 15px;
1760 }
1761 #jot-preview-link {
1762   float: right;
1763 }
1764 #profile-jot-end {
1765   clear: both;
1766 }
1767 #profile-jot-text_tbl {
1768   width: 780px;
1769 }
1770 #profile-jot-wrapper {
1771   margin-bottom: 20px;
1772 }
1773
1774 /** buttons **/
1775 /*input[type="submit"] {
1776         border: 0px;
1777     background-color: @ButtonBackgroundColor;
1778     color: @ButtonColor;
1779     padding: 0px 10px;
1780         .rounded(5px);
1781     height: 18px;
1782 }*/
1783 /** acl **/
1784 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1785   display: block!important;
1786 }
1787 #acl-wrapper {
1788   width: 690px;
1789   float: left;
1790 }
1791 #acl-search {
1792   float: right;
1793   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1794   padding-right: 20px;
1795 }
1796 #acl-showall {
1797   float: left;
1798   display: block;
1799   width: auto;
1800   height: 18px;
1801   background-color: #cccccc;
1802   background-image: url("../../../images/show_all_off.png");
1803   background-position: 7px 7px;
1804   background-repeat: no-repeat;
1805   padding: 7px 5px 0px 30px;
1806   color: #999999;
1807   -moz-border-radius: 5px 5px 5px 5px;
1808   -webkit-border-radius: 5px 5px 5px 5px;
1809   border-radius: 5px 5px 5px 5px;
1810 }
1811 #acl-showall.selected {
1812   color: #000000;
1813   background-color: #ff9900;
1814   background-image: url("../../../images/show_all_on.png");
1815 }
1816 #acl-list {
1817   height: 210px;
1818   border: 1px solid #cccccc;
1819   clear: both;
1820   margin-top: 30px;
1821   overflow: auto;
1822 }
1823 .acl-list-item {
1824   display: block;
1825   width: 150px;
1826   height: 30px;
1827   border: 1px solid #cccccc;
1828   margin: 5px;
1829   float: left;
1830 }
1831 .acl-list-item img {
1832   width: 22px;
1833   height: 22px;
1834   float: left;
1835   margin: 4px;
1836 }
1837 .acl-list-item p {
1838   height: 12px;
1839   font-size: 10px;
1840   margin: 0px;
1841   padding: 2px 0px 1px;
1842   overflow: hidden;
1843 }
1844 .acl-list-item a {
1845   font-size: 8px;
1846   display: block;
1847   width: 40px;
1848   height: 10px;
1849   float: left;
1850   color: #999999;
1851   background-color: #cccccc;
1852   background-position: 3px 3px;
1853   background-repeat: no-repeat;
1854   margin-right: 5px;
1855   -webkit-border-radius: 2px ;
1856   -moz-border-radius: 2px;
1857   border-radius: 2px;
1858   padding-left: 15px;
1859 }
1860 #acl-wrapper a:hover {
1861   text-decoration: none;
1862   color: #000000;
1863 }
1864 .acl-button-show {
1865   background-image: url("../../../images/show_off.png");
1866 }
1867 .acl-button-hide {
1868   background-image: url("../../../images/hide_off.png");
1869 }
1870 .acl-button-show.selected {
1871   color: #000000;
1872   background-color: #9ade00;
1873   background-image: url("../../../images/show_on.png");
1874 }
1875 .acl-button-hide.selected {
1876   color: #000000;
1877   background-color: #ff4141;
1878   background-image: url("../../../images/hide_on.png");
1879 }
1880 .acl-list-item.groupshow {
1881   border-color: #9ade00;
1882 }
1883 .acl-list-item.grouphide {
1884   border-color: #ff4141;
1885 }
1886 /** /acl **/
1887 /** tab buttons **/
1888 ul.tabs {
1889   list-style-type: none;
1890   padding-bottom: 10px;
1891   padding-left: 0px;
1892   margin-bottom: 5px;
1893   line-height: 27px;
1894   height: 27px;
1895   font-size: 11px;
1896   font-weight: bold;
1897   /* margin-bottom: 30px; */
1898 }
1899 ul.tabs li {
1900   float: left;
1901   /* margin-left: 7px; */
1902 }
1903 /*ul.tabs li .active {
1904   border-bottom: 1px solid #005c94;
1905 }*/
1906
1907 ul.tabs a {
1908     /* min-width: 34px; */
1909     display: block;
1910     float: left;
1911     padding-bottom: 0px;
1912     padding: 0px 12px 0px 12px;
1913     color: #444;
1914 }
1915
1916 ul.tabs a {
1917     box-shadow: 1px 2px 0px 0px #D8D8D8;
1918     margin-right: 5px;
1919 }
1920
1921 #birthday-notice, #event-notice {
1922     box-shadow: 1px 2px 0px 0px #D8D8D8;
1923     margin-bottom: 5px;
1924 }
1925
1926 #birthday-wrapper, #event-wrapper {
1927     background-color: #FAFAFA;
1928     box-shadow: 1px 2px 0px 0px #D8D8D8;
1929     padding-left: 10px;
1930     padding-right: 10px;
1931     padding-top: 5px;
1932     padding-bottom: 5px;
1933     margin-bottom: 10px;
1934 }
1935
1936 div.pager, .birthday-notice, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1937     padding: 2px 7px 2px 7px;
1938     color: black;
1939 }
1940
1941 div.pager, .birthday-notice, ul.tabs a, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1942     border: 1px solid lightgray;
1943     background: #F2F2F2;
1944     margin-top: 2px;
1945     margin-bottom: 2px;
1946 }
1947
1948 ul.tabs a:hover {
1949     color: #333;
1950 }
1951
1952 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1953     color: black;
1954 }
1955
1956 ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1957     background-color: #e5e5e5;
1958     text-decoration: none;
1959     border: 1px solid darkgray;
1960 }
1961
1962 .comment-edit-bb {
1963   float:right;
1964 }
1965 .comment-edit-bb a {
1966   color: #888;
1967   padding: 0px 5px 1px 5px;
1968 }
1969
1970 .comment-edit-bb a:hover {
1971   color: #000;
1972   text-decoration: none;
1973 }
1974
1975 /**
1976  * Form fields
1977  */
1978 .field {
1979   margin-bottom: 10px;
1980   padding-bottom: 10px;
1981   overflow: auto;
1982   width: 100%;
1983 }
1984 .field label {
1985   float: left;
1986   width: 200px;
1987 }
1988 .field input, .field textarea {
1989   width: 400px;
1990 }
1991 .field textarea {
1992   height: 100px;
1993 }
1994 .field .field_help {
1995   display: block;
1996   margin-left: 200px;
1997   color: #666666;
1998 }
1999 .field .onoff {
2000   float: left;
2001   width: 80px;
2002 }
2003 .field .onoff a {
2004   display: block;
2005   border: 1px solid #666666;
2006   background-image: url("../../../images/onoff.jpg");
2007   background-repeat: no-repeat;
2008   padding: 4px 2px 2px 2px;
2009   height: 16px;
2010   text-decoration: none;
2011 }
2012 .field .onoff .off {
2013   border-color: #666666;
2014   padding-left: 40px;
2015   background-position: left center;
2016   background-color: #cccccc;
2017   color: #666666;
2018   text-align: right;
2019 }
2020 .field .onoff .on {
2021   border-color: #204A87;
2022   padding-right: 40px;
2023   background-position: right center;
2024   background-color: #D7E3F1;
2025   color: #204A87;
2026   text-align: left;
2027 }
2028 .field .hidden {
2029   display: none!important;
2030 }
2031 .field.radio .field_help {
2032   margin-left: 0px;
2033 }
2034
2035 #profile-edit-links-end {
2036         clear: both;
2037         margin-bottom: 15px;
2038 }
2039
2040 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2041
2042 #profile-edit-links li {
2043   float: left;
2044   list-style: none;
2045   margin-left: 10px;
2046 }
2047
2048 .profile-edit-side-div {
2049 /*  display: none; */
2050   float: right; 
2051 }
2052
2053 /* aside div.clear {
2054   clear: none;
2055   float: left;
2056 } */
2057
2058 #register-form label,
2059 #profile-edit-form label {
2060         width: 300px; float: left;
2061 }
2062
2063 .required {
2064   display: inline;
2065   color: #B20202;
2066 }
2067
2068 /* oauth */
2069 .oauthapp {
2070   height: auto;
2071   overflow: auto;
2072   border-bottom: 2px solid #cccccc;
2073   padding-bottom: 1em;
2074   margin-bottom: 1em;
2075 }
2076 .oauthapp img {
2077   float: left;
2078   width: 48px;
2079   height: 48px;
2080   margin: 10px;
2081 }
2082 .oauthapp img.noicon {
2083   background-image: url("../../../images/icons/48/plugin.png");
2084   background-position: center center;
2085   background-repeat: no-repeat;
2086 }
2087 .oauthapp a {
2088   float: left;
2089 }
2090 /* contacts */
2091 .contact-entry-wrapper {
2092   width: 120px;
2093   height: 120px;
2094   float: left;
2095 }
2096 /* photo */
2097 .lframe {
2098   float: left;
2099   margin: 0px 10px 10px 0px;
2100 }
2101 /* profile match wrapper */
2102 .profile-match-wrapper {
2103   float: left;
2104   width: 90px;
2105   height: 90px;
2106   margin-bottom: 20px;
2107 }
2108 .profile-match-wrapper .contact-photo {
2109   width: 80px;
2110   height: 80px;
2111 }
2112 .profile-match-wrapper .contact-photo img {
2113   width: 80px;
2114   height: 80px;
2115 }
2116 .profile-match-wrapper {
2117   left: 0px;
2118   top: 63px;
2119 }
2120
2121 .contact-photo-menu-button {
2122         position: relative;
2123         background-image: url("../../../images/icons/16/menu.png");
2124         background-position: top left; 
2125         background-repeat: no-repeat;
2126         margin: 0px 0px -16px 0px; 
2127         padding: 0px;
2128         width: 16px;
2129         height: 16px;
2130         top: -20px; left:0px;
2131         overflow: hidden;
2132         text-indent: 40px;
2133         display: none;
2134         
2135 }
2136 .contact-photo-menu {
2137         width: 11em;
2138         border: 3px solid #364e59;
2139         color: #2d2d2d;
2140         background: #FFFFFF;
2141 /*        position: absolute;*/
2142         position: relative;
2143         left: 0px; top: 0px;
2144         display: none;
2145         z-index: 10000;
2146 }
2147 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2148 .contact-photo-menu li a {
2149         display: block; 
2150         padding: 5px 10px; 
2151         color: #2d2d2d;
2152         text-decoration: none;
2153 }
2154 .contact-photo-menu li a:hover {
2155         background-color: #bdcdd4; 
2156 }
2157
2158 /* page footer */
2159 footer {
2160   /* height: 100px; */
2161   display: table-row;
2162 }
2163
2164 blockquote {
2165     border-left: 1px solid #D2D2D2;
2166     padding-left: 9px;
2167     margin: 0 0 0 .8ex;
2168     color: #777;
2169 }
2170
2171 .oembed {
2172     /* font-size: large; */
2173     font-size: larger;
2174     font-weight: bold;
2175 }
2176
2177 /* ================== */
2178 /* = Contacts Block = */
2179 /* ================== */
2180
2181 .contact-block-img {
2182         width: 42px;
2183         height: 42px;
2184         padding-right: 2px;
2185 }
2186 .contact-block-div {
2187         float: left;
2188 }
2189
2190 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2191 #contact-block-end { clear: both; } 
2192
2193 #group-edit-wrapper {
2194         margin-bottom: 10px;
2195 }
2196
2197 #group-members-end {
2198         clear: both;
2199 }
2200
2201 /*
2202 #group-separator,
2203 #prof-separator { display: none;}
2204 */
2205
2206 #prvmail-upload {
2207   margin-left: 10px;
2208 }
2209
2210 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2211         margin-bottom: 10px;
2212         margin-top: 20px;
2213 }
2214
2215 #prvmail-submit {
2216         float: left;
2217         margin-top: 10px;
2218 }
2219 #prvmail-upload-wrapper,
2220 #prvmail-link-wrapper,
2221 #prvmail-rotator-wrapper {
2222         float: left;
2223         margin-top: 10px;
2224         margin-right: 10px;
2225         width: 24px;
2226 }
2227
2228 #prvmail-end {
2229         clear: both;
2230 }
2231
2232 .mail-list-sender,
2233 .mail-list-detail {
2234         float: left;
2235 }
2236 .mail-list-detail {
2237         margin-left: 20px;
2238 }
2239
2240 .mail-list-subject {
2241         font-size: 1.1em;
2242         margin-top: 10px;
2243 }
2244 a.mail-list-link {
2245     display: block;
2246     font-size: 1.3em;
2247     padding: 4px 0;
2248 }
2249
2250 /*
2251 *a.mail-list-link:hover {
2252 *       background-color: #15607B;
2253 *       color: #F5F6FB;
2254 *}
2255 */
2256
2257 .mail-list-outside-wrapper-end {
2258         clear: both;
2259 }
2260
2261 .mail-list-outside-wrapper {
2262         margin-top: 30px;
2263 }
2264
2265 .mail-list-delete-wrapper {
2266         float: right;
2267         margin-right: 30px;
2268         margin-top: 15px;
2269 }
2270
2271 .mail-list-delete-icon {
2272         border: none;
2273 }
2274
2275 .mail-conv-sender,
2276 .mail-conv-detail {
2277         float: left;
2278 }
2279 .mail-conv-detail {
2280         margin-left: 20px;
2281         width: 500px;
2282 }
2283
2284 .mail-conv-subject {
2285     font-size: 1.4em;
2286     margin: 10px 0;
2287 }
2288
2289 .mail-conv-outside-wrapper-end {
2290         clear: both;
2291 }
2292
2293 .mail-conv-outside-wrapper {
2294         margin-top: 30px;
2295 }
2296
2297 .mail-conv-delete-wrapper {
2298         float: right;
2299         margin-right: 30px;
2300         margin-top: 15px;
2301 }
2302 .mail-conv-break {
2303         clear: both;
2304 }
2305
2306 .mail-conv-delete-icon {
2307         border: none;
2308 }
2309
2310 /* ========== */
2311 /* = Events = */
2312 /* ========== */
2313 .eventcal {
2314         float: left;
2315         font-size: 20px;
2316 }
2317
2318 .vevent {
2319         border: 1px solid #CCCCCC;
2320 }
2321 .vevent .event-description, .vevent .event-location {
2322         margin-left: 10px;
2323         margin-right: 10px;
2324 }
2325 .vevent .event-start {
2326         margin-left: 10px;
2327         margin-right: 10px;
2328 }
2329
2330 #new-event-link {
2331         margin-bottom: 10px;
2332 }
2333
2334 .edit-event-link, .plink-event-link {
2335         float: left;
2336         margin-top: 4px;
2337         margin-right: 4px;
2338         margin-bottom: 15px;
2339 }
2340
2341 .event-description:before {
2342         content: url('../../../images/calendar.png');
2343         margin-right: 15px;
2344 }
2345
2346 .event-start, .event-end {
2347         margin-left: 10px;
2348         width: 330px;
2349         clear: both;
2350 }
2351
2352 .event-start .dtstart, .event-end .dtend {
2353         float: right;
2354 }
2355
2356 .event-list-date {
2357         margin-bottom: 10px;
2358 }
2359
2360 .prevcal, .nextcal {
2361         float: left;
2362         margin-left: 32px;
2363         margin-right: 32px;
2364         margin-top: 64px;
2365 }
2366 .event-calendar-end {
2367         clear: both;
2368 }
2369
2370  
2371 .calendar {
2372         font-family: Courier, monospace;
2373 }
2374 .today {
2375         font-weight: bold;
2376         color: #FF0000;
2377 }
2378
2379 .settings-block {
2380         border: 1px solid #AAA;
2381         margin: 10px;
2382         padding: 10px;
2383 }
2384
2385 .app-title {
2386   margin: 0px;
2387 }
2388
2389 #identity-manage-desc {
2390         margin-top:15px;
2391         margin-bottom: 15px;
2392 }
2393
2394 #identity-manage-choose {
2395         margin-bottom: 15px;
2396 }
2397
2398 #identity-submit {
2399         margin-top: 20px;
2400 }
2401
2402 #photo-prev-link, #photo-next-link {
2403         padding: 10px;
2404         float: left;
2405 }
2406
2407 #photo-photo {
2408         float: left;
2409 }
2410
2411 #photo-photo-end {
2412         clear: both;
2413 }
2414
2415 .profile-match-photo {
2416         float: left;
2417         text-align: center;
2418         width: 120px;
2419 }
2420
2421 .profile-match-name {
2422         float: left;
2423         text-align: center;
2424         width: 120px;
2425         overflow: hidden;
2426 }
2427
2428 .profile-match-break,
2429 .profile-match-end {
2430         clear: both;
2431 }
2432
2433 .profile-match-connect {
2434         text-align: center;
2435         font-weight: bold;
2436 }
2437
2438 .profile-match-wrapper {
2439         float: left;
2440         padding: 10px;
2441         width: 120px;
2442         height: 120px;
2443         scroll: auto;
2444 }
2445 #profile-match-wrapper-end {
2446         clear: both;
2447 }
2448
2449 /* ============= */
2450 /* = Directory = */
2451 /* ============= */
2452 /* contacts menu */
2453 .contact-photo-wrapper {
2454   position: relative;
2455 }
2456 .contact-photo {
2457   width: 48px;
2458   height: 48px;
2459   overflow: hidden;
2460   display: block;
2461 }
2462 .contact-photo img {
2463   width: 48px;
2464   height: 48px;
2465 }
2466 .contact-photo-menu-button {
2467   display: none;
2468   /* position: absolute; */
2469   /* position: absolute; */
2470   left: -2px;
2471   top: -20px;
2472 }
2473 .contact-wrapper {
2474   float: left;
2475   width: 90px;
2476   height: 90px;
2477   margin-bottom: 15px;
2478 }
2479 .contact-wrapper .contact-photo {
2480   width: 80px;
2481   height: 80px;
2482 }
2483 .contact-wrapper .contact-photo img {
2484   width: 80px;
2485   height: 80px;
2486 }
2487 .contact-wrapper .contact-photo-menu-button {
2488   left: 0px;
2489   top: 63px;
2490 }
2491 .directory-item {
2492   float: left;
2493   width: 200px;
2494   height: 200px;
2495 }
2496 .directory-item .contact-photo {
2497   width: 175px;
2498   height: 175px;
2499 }
2500 .directory-item .contact-photo img {
2501   width: 175px;
2502   height: 175px;
2503 }
2504 .contact-name {
2505   text-align: center;
2506   font-weight: bold;
2507   font-size: 12px;
2508 }
2509 .contact-details {
2510   color: #999999;
2511 }
2512
2513 .photo-top-image-wrapper {
2514         position: relative;
2515         float: left;
2516         margin-top: 15px;
2517         margin-right: 15px;
2518         width: 200px; height: 200px; 
2519         overflow: hidden; 
2520 }
2521 .photo-top-album-name {
2522         width: 100%;
2523         min-height: 2em;
2524         position: absolute; 
2525         bottom: 0px; 
2526         padding: 0px 3px;
2527         padding-top: 0.5em;
2528         background-color: rgb(255, 255, 255);
2529 }
2530 #photo-top-end {
2531         clear: both;
2532 }
2533
2534 #photo-top-links {
2535         margin-bottom: 30px;
2536         margin-left: 30px;
2537 }
2538
2539 #photos-upload-newalbum-div {
2540         float: left;
2541         width: 175px;
2542 }
2543
2544 .menu-profile-list{
2545   height: auto;
2546   overflow: auto;
2547   min-height: 16px;
2548   list-style: none;
2549         }
2550 .menu-profile-list:hover{
2551         background: #E7F2F7;
2552         }
2553 .menu-profile-list-item{
2554         padding-left: 5px;
2555         vertical-align: middle;
2556         }       
2557 .menu-profile-list-item:hover{  
2558         text-decoration: none;
2559    }
2560
2561 .autocomplete {
2562   width: 350px;
2563   color: black; 
2564   border: 1px solid rgb(210, 210, 210); 
2565   background-color: white;
2566   cursor: pointer;
2567   text-align: left;
2568   max-height: 350px;
2569   overflow: auto;
2570   display: block;
2571   background-position: initial initial;
2572   background-repeat: initial initial; 
2573 }
2574 .mail-list-wrapper {
2575   background-color: #f6f7f8;
2576   margin-bottom: 5px;
2577   width: 100%;
2578   height: auto;
2579   overflow: hidden;
2580 }
2581 .mail-list-wrapper span {
2582   display: block;
2583   float: left;
2584   width: 20%;
2585   overflow: hidden;
2586 }
2587 .mail-list-wrapper .mail-subject {
2588   width: 30%;
2589   padding: 4px 0px 0px 4px;
2590 }
2591 .mail-list-wrapper .mail-subject a {
2592   display: block;
2593 }
2594 .mail-list-wrapper .mail-subject.unseen a {
2595   font-weight: bold;
2596 }
2597 .mail-list-wrapper .mail-date {
2598   padding: 4px 4px 0px 4px;
2599 }
2600 .mail-list-wrapper .mail-from {
2601   padding: 4px 4px 0px 4px;
2602 }
2603 .mail-list-wrapper .mail-count {
2604   padding: 4px 4px 0px 4px;
2605   text-align: right;
2606 }
2607 .mail-list-wrapper .mail-delete {
2608   float: right;
2609 }
2610 #mail-display-subject {
2611   background-color: #f6f7f8;
2612   color: #2d2d2d;
2613   margin-bottom: 10px;
2614   width: 100%;
2615   height: auto;
2616   overflow: hidden;
2617 }
2618 #mail-display-subject span {
2619   float: left;
2620   overflow: hidden;
2621   padding: 4px 0px 0px 10px;
2622 }
2623 #mail-display-subject .mail-delete {
2624   float: right;
2625   opacity: 0.5;
2626   -webkit-transition: all 0.2s ease-in-out;
2627   -moz-transition: all 0.2s ease-in-out;
2628   -o-transition: all 0.2s ease-in-out;
2629   -ms-transition: all 0.2s ease-in-out;
2630   transition: all 0.2s ease-in-out;
2631 }
2632 #mail-display-subject:hover .mail-delete {
2633   opacity: 1;
2634   -webkit-transition: all 0.2s ease-in-out;
2635   -moz-transition: all 0.2s ease-in-out;
2636   -o-transition: all 0.2s ease-in-out;
2637   -ms-transition: all 0.2s ease-in-out;
2638   transition: all 0.2s ease-in-out;
2639 }
2640
2641 .mail-list-outside-wrapper-end {
2642         clear: both;
2643 }
2644 .mail-list-outside-wrapper {
2645         margin-top: 30px;
2646 }
2647 .mail-list-delete-wrapper {
2648         float: right;
2649         margin-right: 30px;
2650         margin-top: 15px;
2651 }
2652 .mail-list-delete-icon {
2653         border: none;
2654 }
2655 .mail-conv-sender,
2656 .mail-conv-detail {
2657         float: left;
2658 }
2659 .mail-conv-detail {
2660         margin-left: 20px;
2661         width: 500px;
2662 }
2663 .mail-conv-subject {
2664     font-size: 1.4em;
2665     margin: 10px 0;
2666 }
2667 .mail-conv-outside-wrapper-end {
2668         clear: both;
2669 }
2670 .mail-conv-outside-wrapper {
2671         margin-top: 30px;
2672 }
2673 .mail-conv-delete-wrapper {
2674         float: right;
2675         margin-right: 30px;
2676         margin-top: 15px;
2677 }
2678 .mail-conv-break {
2679         clear: both;
2680 }
2681 .mail-conv-delete-icon {
2682         border: none;
2683 }
2684