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