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