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