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