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