]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Vier: Improved scrollbar when the "aside" area is to short.
[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   padding: 10px 10px 0px 20px;
868   /* border-right: 1px solid #D2D2D2; */
869   /* background-color: #ECECF2; */
870   background-color: #F2F2F2;
871   font-size: 13px;
872   /* background: #F1F1F1; */
873   /* top: 0px; */
874   top: 32px;
875   overflow-y: auto;
876   z-index: 2;
877
878   position: fixed;
879   /* overflow: auto; */
880   height: calc(100% - 42px);
881   /* overflow: scroll; */
882 }
883 aside .vcard .fn {
884   font-size: 18px;
885   font-weight: bold;
886   margin-bottom: 5px;
887   float: left;
888 }
889 aside .vcard .title {
890   margin-bottom: 5px;
891 }
892 aside .vcard dl {
893   height: auto;
894   overflow: auto;
895 }
896
897 aside select {
898   background-color: white;
899   width: 165px;
900   border-color: #ccc;
901 }
902
903 aside .vcard dt {
904   float: left;
905   margin-left: 0px;
906   /* width: 35%; */
907   text-align: right;
908   color: #999999;
909 }
910 aside .vcard dd {
911   float: left;
912   margin-left: 4px;
913   /* width: 60%; */
914 }
915 aside #profile-extra-links ul {
916   padding: 0px;
917   margin: 0px;
918 }
919 aside #profile-extra-links li {
920   padding: 0px;
921   margin: 0px;
922   list-style: none;
923 }
924 aside #dfrn-request-link {
925   display: block;
926   -moz-border-radius: 5px 5px 5px 5px;
927   -webkit-border-radius: 5px 5px 5px 5px;
928   border-radius: 5px 5px 5px 5px;
929   color: #ffffff;
930   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
931   font-weight: bold;
932   text-transform: uppercase;
933   padding: 4px 2px 2px 35px;
934 }
935 aside #dfrn-request-link:hover {
936   text-decoration: none;
937   background-color: #36c;
938   /* background-color: #19aeff; */
939 }
940 aside #profiles-menu {
941   width: 14em;
942   left: 10px;
943 }
944
945 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
946   width: 150px;
947   height: 17px;
948   padding-left: 10px;
949   /*border-top-left-radius: 15px;
950   border-top-right-radius: 15px;
951   border-bottom-right-radius: 15px;
952   border-bottom-left-radius: 15px;
953   -moz-border-bottom-colors: #dbdbdb;
954   -moz-border-top-colors: #999;
955   -moz-border-left-colors: #999;
956   -moz-border-right-colors: #dbdbdb;*/
957 }
958
959 aside h4 {
960   margin-bottom: 0px;
961   margin-top: 0px;
962   font-size: 1.17em;
963 }
964
965 .nets-ul {
966   margin-top: 0px;
967 }
968
969 #contact-block {
970   overflow: auto;
971   height: auto;
972 }
973 #contact-block .contact-block-h4 {
974   float: left;
975   margin: 5px 0px;
976 }
977 #contact-block .allcontact-link {
978   float: right;
979   margin: 5px 0px;
980 }
981 #contact-block .contact-block-content {
982   clear: both;
983   overflow: auto;
984   height: auto;
985 }
986 #contact-block .contact-block-link {
987   float: left;
988   margin: 0px 2px 2px 0px;
989 }
990 #contact-block .contact-block-link img {
991   width: 48px;
992   height: 48px;
993 }
994 .group_selected {
995   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
996   float: left;
997   height: 22px;
998   width: 22px;
999 }
1000 .group_unselected {
1001   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
1002   float: left;
1003   height: 22px;
1004   width: 22px;
1005 }
1006 /* widget */
1007 .widget {
1008   margin-bottom: 1em;
1009   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
1010         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
1011 /*  font-size: 12px; */
1012 }
1013 .widget h3 {
1014   padding: 0px;
1015   margin: 2px;
1016 }
1017 .widget .action {
1018   opacity: 0.1;
1019   -webkit-transition: all 0.2s ease-in-out;
1020   -moz-transition: all 0.2s ease-in-out;
1021   -o-transition: all 0.2s ease-in-out;
1022   -ms-transition: all 0.2s ease-in-out;
1023   transition: all 0.2s ease-in-out;
1024 }
1025 .widget input.action {
1026   opacity: 0.5;
1027   -webkit-transition: all 0.2s ease-in-out;
1028   -moz-transition: all 0.2s ease-in-out;
1029   -o-transition: all 0.2s ease-in-out;
1030   -ms-transition: all 0.2s ease-in-out;
1031   transition: all 0.2s ease-in-out;
1032 }
1033 .widget:hover .title .action {
1034   opacity: 1;
1035   -webkit-transition: all 0.2s ease-in-out;
1036   -moz-transition: all 0.2s ease-in-out;
1037   -o-transition: all 0.2s ease-in-out;
1038   -ms-transition: all 0.2s ease-in-out;
1039   transition: all 0.2s ease-in-out;
1040 }
1041 .widget .tool:hover .action {
1042   opacity: 1;
1043   -webkit-transition: all 0.2s ease-in-out;
1044   -moz-transition: all 0.2s ease-in-out;
1045   -o-transition: all 0.2s ease-in-out;
1046   -ms-transition: all 0.2s ease-in-out;
1047   transition: all 0.2s ease-in-out;
1048 }
1049 .widget .tool:hover .action.ticked {
1050   opacity: 1;
1051   -webkit-transition: all 0.2s ease-in-out;
1052   -moz-transition: all 0.2s ease-in-out;
1053   -o-transition: all 0.2s ease-in-out;
1054   -ms-transition: all 0.2s ease-in-out;
1055   transition: all 0.2s ease-in-out;
1056 }
1057 .widget ul {
1058   padding: 0px;
1059   margin-top: 0px;
1060   margin-bottom: 0px;
1061 }
1062 .widget ul li {
1063   padding-left: 10px;
1064   /* min-height: 20px; */
1065   list-style: none;
1066   padding-top: 3px;
1067   padding-bottom: 3px;
1068   margin: 0px;
1069 }
1070 .widget .tool.selected {
1071   background: url('../../../images/selected.png') no-repeat left center;
1072 }
1073 /* widget: search */
1074 #add-search-popup {
1075   width: 200px;
1076   top: 18px;
1077 }
1078 /* section */
1079 section {
1080   display: table-cell;
1081   vertical-align: top;
1082   top: 32px;
1083   width: 766px;
1084   max-width: 766px;
1085   padding: 10px 10px 10px 10px;
1086   background-color: white;
1087   border-bottom: 1px solid lightgray;
1088   border-right: 1px solid lightgray;
1089   border-left: 1px solid lightgray;
1090
1091   position: absolute;
1092   left: 215px;
1093 }
1094 /* wall item */
1095 .tread-wrapper {
1096 /*    border-bottom: 1px solid #BDCDD4; */
1097 border-bottom: 1px solid #D2D2D2;
1098   position: relative;
1099   padding: 5px;
1100   margin-bottom: 0px;
1101   /* width: 755px; */
1102 }
1103 .wall-item-decor {
1104   position: absolute;
1105   left: 755px;
1106   top: -10px;
1107   width: 16px;
1108 }
1109 .unstarred {
1110   display: none;
1111 }
1112 .wall-item-container {
1113   display: table;
1114   width: 745px;
1115 }
1116 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1117   display: table-row;
1118 }
1119 .wall-item-bottom {
1120   font-size: 14px;
1121 }
1122 .wall-item-container .wall-item-bottom {
1123   opacity: 0;
1124   -webkit-transition: all 0.2s ease-in-out;
1125   -moz-transition: all 0.2s ease-in-out;
1126   -o-transition: all 0.2s ease-in-out;
1127   -ms-transition: all 0.2s ease-in-out;
1128   transition: all 0.2s ease-in-out;
1129 }
1130 .wall-item-container:hover .wall-item-bottom {
1131   opacity: 1;
1132   -webkit-transition: all 0.2s ease-in-out;
1133   -moz-transition: all 0.2s ease-in-out;
1134   -o-transition: all 0.2s ease-in-out;
1135   -ms-transition: all 0.2s ease-in-out;
1136   transition: all 0.2s ease-in-out;
1137 }
1138 .wall-item-container .wall-item-info {
1139   display: table-cell;
1140   vertical-align: top;
1141   text-align: left;
1142   width: 80px;
1143 }
1144 .wall-item-container {
1145   /* padding-right: 30px; */
1146   padding-right: 0px;
1147 }
1148 .wall-item-container .wall-item-ago {
1149   word-wrap: break-word;
1150   width: 50px;
1151   margin-left: 10px;
1152   color: #999;
1153   font-size: 12px;
1154 }
1155 .wall-item-location {
1156   width: 350px;
1157   float: left;
1158   font-size: 12px;
1159 }
1160
1161 .wall-item-container .wall-item-content {
1162   font-size: 14px;
1163   max-width: 660px;
1164   word-wrap: break-word;
1165   line-height: 1.36;
1166   padding-bottom: 6px;
1167 }
1168
1169 .wall-item-container .wall-item-content img {
1170   max-width: 650px;
1171   /* max-width: 580px; */
1172 }
1173 .children .wall-item-container .wall-item-item .wall-item-content img {
1174   /* max-width: 650px; */
1175   max-width: 580px;
1176 }
1177 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1178   display: table-cell;
1179   vertical-align: middle;
1180   /* font-size: 17px; */
1181 }
1182 .mail-list-wrapper a,
1183 .wall-item-container .wall-item-bottom a,
1184 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1185 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1186 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1187   color: #999;
1188 }
1189 .mail-list-wrapper a:hover,
1190 .wall-item-container .wall-item-bottom a:hover,
1191 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1192 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1193 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1194   color: #000;
1195   text-decoration: none;
1196 }
1197 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1198   opacity: 0.5;
1199   -webkit-transition: all 0.2s ease-in-out;
1200   -moz-transition: all 0.2s ease-in-out;
1201   -o-transition: all 0.2s ease-in-out;
1202   -ms-transition: all 0.2s ease-in-out;
1203   transition: all 0.2s ease-in-out;
1204 }
1205 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1206   opacity: 1;
1207   -webkit-transition: all 0.2s ease-in-out;
1208   -moz-transition: all 0.2s ease-in-out;
1209   -o-transition: all 0.2s ease-in-out;
1210   -ms-transition: all 0.2s ease-in-out;
1211   transition: all 0.2s ease-in-out;
1212 }
1213
1214 .wall-item-container .wall-item-name:hover {
1215   color: #36c;
1216 }
1217
1218 .wall-item-container .wall-item-name {
1219   color: black;
1220   font-weight: bold;
1221   -webkit-transition: all 0.2s ease-in-out;
1222   -moz-transition: all 0.2s ease-in-out;
1223   -o-transition: all 0.2s ease-in-out;
1224   -ms-transition: all 0.2s ease-in-out;
1225   transition: all 0.2s ease-in-out;
1226 }
1227
1228 .toplevel_item:hover .wall-item-name,
1229 .wall-item-container:hover .wall-item-name {
1230   color: #36c;
1231   font-weight: bold;
1232   -webkit-transition: all 0.2s ease-in-out;
1233   -moz-transition: all 0.2s ease-in-out;
1234   -o-transition: all 0.2s ease-in-out;
1235   -ms-transition: all 0.2s ease-in-out;
1236   transition: all 0.2s ease-in-out;
1237 }
1238
1239 /* .wall-item-container .wall-item-content a, */
1240 .toplevel_item .fakelink,
1241 .wall-item-container .fakelink {
1242   color: black;
1243   -webkit-transition: all 0.2s ease-in-out;
1244   -moz-transition: all 0.2s ease-in-out;
1245   -o-transition: all 0.2s ease-in-out;
1246   -ms-transition: all 0.2s ease-in-out;
1247   transition: all 0.2s ease-in-out;
1248   /* color: darkblue; */
1249   /* color: #3E3E8C; */
1250 }
1251
1252 .toplevel_item:hover .fakelink,
1253 .wall-item-container:hover .fakelink,
1254 .toplevel_item:hover .wall-item-content a,
1255 .wall-item-container:hover .wall-item-content a {
1256   color: #36c;
1257   -webkit-transition: all 0.2s ease-in-out;
1258   -moz-transition: all 0.2s ease-in-out;
1259   -o-transition: all 0.2s ease-in-out;
1260   -ms-transition: all 0.2s ease-in-out;
1261   transition: all 0.2s ease-in-out;
1262 }
1263
1264 .wall-item-container .wall-item-actions-author {
1265   width: 100%;
1266   margin-bottom: 0.3em;
1267 }
1268 .wall-item-container .wall-item-actions-social {
1269   float: left;
1270   margin-bottom: 1px;
1271 }
1272 .wall-item-container .wall-item-actions-social a {
1273   float: left;
1274   margin-right: 1em;
1275 }
1276 .wall-item-container .wall-item-actions-tools {
1277   float: right;
1278   width: 80px;
1279 }
1280 .wall-item-container .wall-item-actions-tools a {
1281   float: right;
1282   margin-left: 10px;
1283 }
1284 .wall-item-container .wall-item-actions-tools input {
1285   float: right;
1286   margin-left: 10px;
1287 }
1288 .wall-item-container.comment {
1289   margin-top: 5px;
1290   margin-bottom: 5px;
1291   margin-left: 80px;
1292   width: 665px;
1293   border-bottom: 1px solid hsl(198, 21%, 79%);
1294 }
1295 .wall-item-container.comment .wall-item-content {
1296   max-width: 585px;
1297 }
1298
1299 .wall-item-container.comment .contact-photo {
1300   width: 32px;
1301   height: 32px;
1302   margin-left: 16px;
1303   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1304
1305 }
1306 .wall-item-container.comment {
1307   top: 15px !important;
1308   left: 15px !important;
1309 }
1310 .wall-item-container.comment .wall-item-links {
1311   padding-left: 12px;
1312 }
1313 .wall-item-bottom .wall-item-comment-wrapper {
1314   margin: 1px 5px 1px 0px;
1315 }
1316 .wall-item-comment-wrapper {
1317   margin: 1px 15px 1px 80px;
1318 }
1319 .wall-item-comment-wrapper .comment-edit-photo {
1320   display: none;
1321 }
1322 .wall-item-comment-wrapper textarea {
1323   height: 1.2em;
1324   width: 100%;
1325   font-size: 10px;
1326   color: #999999;
1327   border: 1px solid #DDD;
1328   padding: 0.3em;
1329 }
1330 .wall-item-comment-wrapper .comment-edit-text-full {
1331   font-size: 14px;
1332   height: 4em;
1333   color: #2d2d2d;
1334   border: 1px solid #2d2d2d;
1335 }
1336
1337 .fakelink.togglecomment {
1338   float: left;
1339   margin-right: 1em;
1340 }
1341
1342 .comment-edit-preview .contact-photo {
1343   width: 32px;
1344   height: 32px;
1345   margin-left: 16px;
1346   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1347
1348 }
1349 .comment-edit-preview {
1350   width: 660px;
1351   border: 1px solid #2d2d2d;
1352   margin-top: 10px;
1353   top: 15px !important;
1354   left: 15px !important;
1355 }
1356 .comment-edit-preview .wall-item-links {
1357   padding-left: 12px;
1358 }
1359 .comment-edit-preview .wall-item-container {
1360   width: 700px;
1361 }
1362 .comment-edit-preview .tread-wrapper {
1363   width: 700px;
1364   padding: 0;
1365   margin: 10px 0;
1366   border-bottom: 0px;
1367 }
1368
1369 .wall-item-bottom .comment-edit-preview {
1370   width: 575px;
1371   margin-bottom: 5px;
1372 }
1373
1374 .shiny {
1375   /* border-right: 10px solid #fce94f; */
1376         border-right: 1px solid #A7C7F7;
1377         padding-right: 12px;
1378 }
1379
1380 #profile-jot-form #profile-jot-text {
1381   height: 2.0em;
1382   /* width: 99%; */
1383   width: 752px;
1384   font-size: 15px;
1385   color: #999999;
1386   border: 1px solid #DDD;
1387   padding: 0.3em;
1388   margin-bottom: 10px;
1389 }
1390
1391 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1392     
1393          border-radius: 5px 5px 5px 5px;
1394     font-weight: bold;
1395     height: 20px;
1396     margin: 0 0 5px;
1397     /* width: 60%; */
1398     width: 762px;
1399     border: 1px solid #d2d2d2;
1400 }
1401
1402 #profile-jot-form #jot-title:-webkit-input-placeholder {
1403   font-weight: normal;
1404 }
1405 #profile-jot-form #jot-title:-moz-placeholder {
1406   font-weight: normal;
1407 }
1408 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1409   width: 785px;
1410   height: 100px;
1411 }
1412
1413 #profile-jot-perms {
1414   float: right;
1415 }
1416
1417 #jot-preview-content {
1418   padding-top: 25px;
1419 }
1420
1421 #jot-preview-content .tread-wrapper {
1422   background-color: #fce94f;
1423 }
1424
1425 .wall-item-tags {
1426   padding-top: 1px;
1427   padding-bottom: 2px;
1428   font-size: 12px;
1429   /*display: none;*/
1430 }
1431
1432 .tag {
1433   color: rgb(153,153,153);
1434   /*padding-left: 3px;
1435   font-size: 10px;*/
1436 }
1437 .tag a {
1438   /*padding-right: 8px;*/
1439   color: rgb(153,153,153);
1440 }
1441 .wwto {
1442   position: absolute !important;
1443   width: 25px;
1444   height: 25px;
1445   background: #FFFFFF;
1446   border: 2px solid #364e59;
1447   height: 25px;
1448   width: 25px;
1449   overflow: hidden;
1450   padding: 1px;
1451   position: absolute !important;
1452   top: 40px;
1453   left: 30px;
1454   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1455   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1456   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1457 }
1458 .wwto .contact-photo {
1459   width: auto;
1460   height: 25px;
1461 }
1462 /* contacts menu */
1463 .contact-photo-wrapper {
1464   position: relative;
1465   width: 80px;
1466 }
1467
1468 .contact-photo-wrapper.wwto {
1469   width: 25px;
1470 }
1471
1472 .contact-photo {
1473   width: 48px;
1474   height: 48px;
1475   overflow: hidden;
1476   display: block;
1477   -webkit-border-radius: 4px;
1478   -moz-border-radius: 4px;
1479   border-radius: 4px;
1480 }
1481
1482 .contact-photo img {
1483   width: 48px;
1484   height: 48px;
1485 }
1486
1487 .contact-wrapper {
1488   float: left;
1489   width: 90px;
1490   height: 90px;
1491   margin-bottom: 15px;
1492 }
1493 .contact-wrapper .contact-photo {
1494   width: 80px;
1495   height: 80px;
1496 }
1497 .contact-wrapper .contact-photo img {
1498   width: 80px;
1499   height: 80px;
1500 }
1501 .contact-wrapper {
1502   left: 0px;
1503   top: 63px;
1504 }
1505 .contact-photo {
1506   width: 48px;
1507   height: 48px;
1508 }
1509 .contact-photo img {
1510   width: 48px;
1511   height: 48px;
1512 }
1513 .contact-name {
1514   /* text-align: center; */
1515   /*font-weight: bold;*/
1516   font-size: 12px;
1517 }
1518 .contact-details {
1519   color: #999999;
1520 }
1521 /* editor */
1522 .jothidden {
1523   display: none;
1524 }
1525 #jot {
1526   width: 785px;
1527   margin: 0px 2em 20px 0px;
1528 }
1529 #jot .profile-jot-text {
1530   height: 1.2em;
1531   width: 99%;
1532   font-size: 10px;
1533   color: #999999;
1534   border: 1px solid #DDD;
1535   padding: 0.3em;
1536 }
1537 #jot #jot-tools {
1538   margin: 0px;
1539   padding: 0px;
1540   height: 40px;
1541   overflow: none;
1542   width: 783px;
1543   background-color: #0e232e;
1544   border-bottom: 2px solid #9eabb0;
1545 }
1546 #jot #jot-tools li {
1547   list-style: none;
1548   float: left;
1549   width: 80px;
1550   height: 40px;
1551   border-bottom: 2px solid #9eabb0;
1552 }
1553 #jot #jot-tools li a {
1554   display: block;
1555   color: #cccccc;
1556   width: 100%;
1557   height: 40px;
1558   text-align: center;
1559   line-height: 40px;
1560   overflow: hidden;
1561 }
1562 #jot #jot-tools li:hover {
1563   background-color: #364e59;
1564   border-bottom: 2px solid #bdcdd4;
1565 }
1566 #jot #jot-tools li.perms {
1567   float: right;
1568   width: 40px;
1569 }
1570 #jot #jot-tools li.perms a.unlock {
1571   width: 30px;
1572   border-left: 10px solid #cccccc;
1573   background-color: #cccccc;
1574   background-position: left center;
1575 }
1576 #jot #jot-tools li.perms a.lock {
1577   width: 30px;
1578   border-left: 10px solid #666666;
1579   background-color: #666666;
1580 }
1581 #jot #jot-tools li.submit {
1582   float: right;
1583   background-color: #cccccc;
1584   border-bottom: 2px solid #cccccc;
1585   border-right: 1px solid #666666;
1586   border-left: 1px solid #666666;
1587 }
1588 #jot #jot-tools li.submit input {
1589   border: 0px;
1590   margin: 0px;
1591   padding: 0px;
1592   background-color: #cccccc;
1593   color: #666666;
1594   width: 80px;
1595   height: 40px;
1596   line-height: 40px;
1597 }
1598 #jot #jot-tools li.submit input:hover {
1599   background-color: #bdcdd4;
1600   color: #666666;
1601 }
1602 #jot #jot-tools li.loading {
1603   float: right;
1604   background-color: #ffffff;
1605   width: 20px;
1606   vertical-align: center;
1607   text-align: center;
1608   border-top: 2px solid #9eabb0;
1609   height: 38px;
1610 }
1611 #jot #jot-tools li.loading img {
1612   margin-top: 10px;
1613 }
1614 /* #jot */
1615 #jot-title {
1616   border: 0px;
1617   margin: 0px;
1618   height: 20px;
1619   width: 700px;
1620   font-weight: bold;
1621   border: 1px solid #ffffff;
1622 }
1623 #jot #jot-title:-webkit-input-placeholder {
1624   font-weight: normal;
1625 }
1626 #jot #jot-title:-moz-placeholder {
1627   font-weight: normal;
1628 }
1629 #jot #jot-title:hover {
1630   border: 1px solid #999999;
1631 }
1632 #jot #jot-title:focus {
1633   border: 1px solid #999999;
1634 }
1635 #jot #character-counter {
1636   width: 80px;
1637   float: right;
1638   text-align: right;
1639   height: 20px;
1640   line-height: 20px;
1641   padding-right: 20px;
1642 }
1643
1644 #profile-jot-submit {
1645   float: right;
1646   margin-left: 15px;
1647 }
1648 #profile-upload-wrapper {
1649   float: left;
1650   margin-left: 15px;
1651 }
1652 #profile-attach-wrapper {
1653   float: left;
1654   margin-left: 15px;
1655 }
1656 #profile-link-wrapper {
1657   float: left;
1658   margin-left: 15px;
1659 }
1660 #profile-video-wrapper {
1661   float: left;
1662   margin-left: 15px;
1663 }
1664 #profile-audio-wrapper {
1665   float: left;
1666   margin-left: 15px;
1667 }
1668 #profile-location-wrapper {
1669   float: left;
1670   margin-left: 15px;
1671 }
1672 #profile-nolocation-wrapper {
1673   float: left;
1674   margin-left: 15px;
1675 }
1676 #jot-perms-icon {
1677   float: right;
1678   margin-left: 15px;
1679 }
1680 #jot-preview-link {
1681   float: right;
1682 }
1683 #profile-jot-end {
1684   clear: both;
1685 }
1686 #profile-jot-text_tbl {
1687   width: 780px;
1688 }
1689 #profile-jot-wrapper {
1690   margin-bottom: 20px;
1691 }
1692
1693 /** buttons **/
1694 /*input[type="submit"] {
1695         border: 0px;
1696     background-color: @ButtonBackgroundColor;
1697     color: @ButtonColor;
1698     padding: 0px 10px;
1699         .rounded(5px);
1700     height: 18px;
1701 }*/
1702 /** acl **/
1703 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1704   display: block!important;
1705 }
1706 #acl-wrapper {
1707   width: 690px;
1708   float: left;
1709 }
1710 #acl-search {
1711   float: right;
1712   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1713   padding-right: 20px;
1714 }
1715 #acl-showall {
1716   float: left;
1717   display: block;
1718   width: auto;
1719   height: 18px;
1720   background-color: #cccccc;
1721   background-image: url("../../../images/show_all_off.png");
1722   background-position: 7px 7px;
1723   background-repeat: no-repeat;
1724   padding: 7px 5px 0px 30px;
1725   color: #999999;
1726   -moz-border-radius: 5px 5px 5px 5px;
1727   -webkit-border-radius: 5px 5px 5px 5px;
1728   border-radius: 5px 5px 5px 5px;
1729 }
1730 #acl-showall.selected {
1731   color: #000000;
1732   background-color: #ff9900;
1733   background-image: url("../../../images/show_all_on.png");
1734 }
1735 #acl-list {
1736   height: 210px;
1737   border: 1px solid #cccccc;
1738   clear: both;
1739   margin-top: 30px;
1740   overflow: auto;
1741 }
1742 .acl-list-item {
1743   display: block;
1744   width: 150px;
1745   height: 30px;
1746   border: 1px solid #cccccc;
1747   margin: 5px;
1748   float: left;
1749 }
1750 .acl-list-item img {
1751   width: 22px;
1752   height: 22px;
1753   float: left;
1754   margin: 4px;
1755 }
1756 .acl-list-item p {
1757   height: 12px;
1758   font-size: 10px;
1759   margin: 0px;
1760   padding: 2px 0px 1px;
1761   overflow: hidden;
1762 }
1763 .acl-list-item a {
1764   font-size: 8px;
1765   display: block;
1766   width: 40px;
1767   height: 10px;
1768   float: left;
1769   color: #999999;
1770   background-color: #cccccc;
1771   background-position: 3px 3px;
1772   background-repeat: no-repeat;
1773   margin-right: 5px;
1774   -webkit-border-radius: 2px ;
1775   -moz-border-radius: 2px;
1776   border-radius: 2px;
1777   padding-left: 15px;
1778 }
1779 #acl-wrapper a:hover {
1780   text-decoration: none;
1781   color: #000000;
1782 }
1783 .acl-button-show {
1784   background-image: url("../../../images/show_off.png");
1785 }
1786 .acl-button-hide {
1787   background-image: url("../../../images/hide_off.png");
1788 }
1789 .acl-button-show.selected {
1790   color: #000000;
1791   background-color: #9ade00;
1792   background-image: url("../../../images/show_on.png");
1793 }
1794 .acl-button-hide.selected {
1795   color: #000000;
1796   background-color: #ff4141;
1797   background-image: url("../../../images/hide_on.png");
1798 }
1799 .acl-list-item.groupshow {
1800   border-color: #9ade00;
1801 }
1802 .acl-list-item.grouphide {
1803   border-color: #ff4141;
1804 }
1805 /** /acl **/
1806 /** tab buttons **/
1807 ul.tabs {
1808   list-style-type: none;
1809   padding-bottom: 10px;
1810   padding-left: 0px;
1811   margin-bottom: 5px;
1812   line-height: 27px;
1813   height: 27px;
1814   font-size: 11px;
1815   font-weight: bold;
1816   /* margin-bottom: 30px; */
1817 }
1818 ul.tabs li {
1819   float: left;
1820   /* margin-left: 7px; */
1821 }
1822 /*ul.tabs li .active {
1823   border-bottom: 1px solid #005c94;
1824 }*/
1825
1826 ul.tabs a {
1827     /* min-width: 34px; */
1828     display: block;
1829     float: left;
1830     padding-bottom: 0px;
1831     padding: 0px 12px 0px 12px;
1832     color: #444;
1833 }
1834
1835 div.pager, .birthday-notice, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1836     padding: 2px 7px 2px 7px;
1837     color: black;
1838 }
1839
1840 div.pager, .birthday-notice, ul.tabs a, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1841     border: 1px solid lightgray;
1842     background: #F2F2F2;
1843     margin-top: 2px;
1844     margin-bottom: 2px;
1845 }
1846
1847 ul.tabs a:hover {
1848     color: #333;
1849 }
1850
1851 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1852     color: black;
1853 }
1854
1855 ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1856     background-color: #e5e5e5;
1857     text-decoration: none;
1858     border: 1px solid darkgray;
1859 }
1860
1861 .comment-edit-bb {
1862   float:right;
1863 }
1864 .comment-edit-bb a {
1865   color: #888;
1866   padding: 0px 5px 1px 5px;
1867 }
1868
1869 .comment-edit-bb a:hover {
1870   color: #000;
1871   text-decoration: none;
1872 }
1873
1874 /**
1875  * Form fields
1876  */
1877 .field {
1878   margin-bottom: 10px;
1879   padding-bottom: 10px;
1880   overflow: auto;
1881   width: 100%;
1882 }
1883 .field label {
1884   float: left;
1885   width: 200px;
1886 }
1887 .field input, .field textarea {
1888   width: 400px;
1889 }
1890 .field textarea {
1891   height: 100px;
1892 }
1893 .field .field_help {
1894   display: block;
1895   margin-left: 200px;
1896   color: #666666;
1897 }
1898 .field .onoff {
1899   float: left;
1900   width: 80px;
1901 }
1902 .field .onoff a {
1903   display: block;
1904   border: 1px solid #666666;
1905   background-image: url("../../../images/onoff.jpg");
1906   background-repeat: no-repeat;
1907   padding: 4px 2px 2px 2px;
1908   height: 16px;
1909   text-decoration: none;
1910 }
1911 .field .onoff .off {
1912   border-color: #666666;
1913   padding-left: 40px;
1914   background-position: left center;
1915   background-color: #cccccc;
1916   color: #666666;
1917   text-align: right;
1918 }
1919 .field .onoff .on {
1920   border-color: #204A87;
1921   padding-right: 40px;
1922   background-position: right center;
1923   background-color: #D7E3F1;
1924   color: #204A87;
1925   text-align: left;
1926 }
1927 .field .hidden {
1928   display: none!important;
1929 }
1930 .field.radio .field_help {
1931   margin-left: 0px;
1932 }
1933
1934 #profile-edit-links-end {
1935         clear: both;
1936         margin-bottom: 15px;
1937 }
1938
1939 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1940
1941 #profile-edit-links li {
1942   float: left;
1943   list-style: none;
1944   margin-left: 10px;
1945 }
1946
1947 .profile-edit-side-div {
1948 /*  display: none; */
1949   float: right; 
1950 }
1951
1952 /* aside div.clear {
1953   clear: none;
1954   float: left;
1955 } */
1956
1957 #register-form label,
1958 #profile-edit-form label {
1959         width: 300px; float: left;
1960 }
1961
1962 .required {
1963   display: inline;
1964   color: #B20202;
1965 }
1966
1967 /* oauth */
1968 .oauthapp {
1969   height: auto;
1970   overflow: auto;
1971   border-bottom: 2px solid #cccccc;
1972   padding-bottom: 1em;
1973   margin-bottom: 1em;
1974 }
1975 .oauthapp img {
1976   float: left;
1977   width: 48px;
1978   height: 48px;
1979   margin: 10px;
1980 }
1981 .oauthapp img.noicon {
1982   background-image: url("../../../images/icons/48/plugin.png");
1983   background-position: center center;
1984   background-repeat: no-repeat;
1985 }
1986 .oauthapp a {
1987   float: left;
1988 }
1989 /* contacts */
1990 .contact-entry-wrapper {
1991   width: 120px;
1992   height: 120px;
1993   float: left;
1994 }
1995 /* photo */
1996 .lframe {
1997   float: left;
1998   margin: 0px 10px 10px 0px;
1999 }
2000 /* profile match wrapper */
2001 .profile-match-wrapper {
2002   float: left;
2003   width: 90px;
2004   height: 90px;
2005   margin-bottom: 20px;
2006 }
2007 .profile-match-wrapper .contact-photo {
2008   width: 80px;
2009   height: 80px;
2010 }
2011 .profile-match-wrapper .contact-photo img {
2012   width: 80px;
2013   height: 80px;
2014 }
2015 .profile-match-wrapper {
2016   left: 0px;
2017   top: 63px;
2018 }
2019
2020 .contact-photo-menu-button {
2021         position: relative;
2022         background-image: url("../../../images/icons/16/menu.png");
2023         background-position: top left; 
2024         background-repeat: no-repeat;
2025         margin: 0px 0px -16px 0px; 
2026         padding: 0px;
2027         width: 16px;
2028         height: 16px;
2029         top: -20px; left:0px;
2030         overflow: hidden;
2031         text-indent: 40px;
2032         display: none;
2033         
2034 }
2035 .contact-photo-menu {
2036         width: 11em;
2037         border: 3px solid #364e59;
2038         color: #2d2d2d;
2039         background: #FFFFFF;
2040 /*        position: absolute;*/
2041         position: relative;
2042         left: 0px; top: 0px;
2043         display: none;
2044         z-index: 10000;
2045 }
2046 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2047 .contact-photo-menu li a {
2048         display: block; 
2049         padding: 5px 10px; 
2050         color: #2d2d2d;
2051         text-decoration: none;
2052 }
2053 .contact-photo-menu li a:hover {
2054         background-color: #bdcdd4; 
2055 }
2056
2057 /* page footer */
2058 footer {
2059   /* height: 100px; */
2060   display: table-row;
2061 }
2062
2063 blockquote {
2064     border-left: 1px solid #D2D2D2;
2065     padding-left: 9px;
2066     margin: 0 0 0 .8ex;
2067     color: #777;
2068 }
2069
2070 .oembed {
2071     font-size: large;
2072     font-weight: bold;
2073 }
2074
2075 /* ================== */
2076 /* = Contacts Block = */
2077 /* ================== */
2078
2079 .contact-block-img {
2080         width: 42px;
2081         height: 42px;
2082         padding-right: 2px;
2083 }
2084 .contact-block-div {
2085         float: left;
2086 }
2087
2088 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2089 #contact-block-end { clear: both; } 
2090
2091 #group-edit-wrapper {
2092         margin-bottom: 10px;
2093 }
2094
2095 #group-members-end {
2096         clear: both;
2097 }
2098
2099 /*
2100 #group-separator,
2101 #prof-separator { display: none;}
2102 */
2103
2104 #prvmail-upload {
2105   margin-left: 10px;
2106 }
2107
2108 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2109         margin-bottom: 10px;
2110         margin-top: 20px;
2111 }
2112
2113 #prvmail-submit {
2114         float: left;
2115         margin-top: 10px;
2116 }
2117 #prvmail-upload-wrapper,
2118 #prvmail-link-wrapper,
2119 #prvmail-rotator-wrapper {
2120         float: left;
2121         margin-top: 10px;
2122         margin-right: 10px;
2123         width: 24px;
2124 }
2125
2126 #prvmail-end {
2127         clear: both;
2128 }
2129
2130 .mail-list-sender,
2131 .mail-list-detail {
2132         float: left;
2133 }
2134 .mail-list-detail {
2135         margin-left: 20px;
2136 }
2137
2138 .mail-list-subject {
2139         font-size: 1.1em;
2140         margin-top: 10px;
2141 }
2142 a.mail-list-link {
2143     display: block;
2144     font-size: 1.3em;
2145     padding: 4px 0;
2146 }
2147
2148 /*
2149 *a.mail-list-link:hover {
2150 *       background-color: #15607B;
2151 *       color: #F5F6FB;
2152 *}
2153 */
2154
2155 .mail-list-outside-wrapper-end {
2156         clear: both;
2157 }
2158
2159 .mail-list-outside-wrapper {
2160         margin-top: 30px;
2161 }
2162
2163 .mail-list-delete-wrapper {
2164         float: right;
2165         margin-right: 30px;
2166         margin-top: 15px;
2167 }
2168
2169 .mail-list-delete-icon {
2170         border: none;
2171 }
2172
2173 .mail-conv-sender,
2174 .mail-conv-detail {
2175         float: left;
2176 }
2177 .mail-conv-detail {
2178         margin-left: 20px;
2179         width: 500px;
2180 }
2181
2182 .mail-conv-subject {
2183     font-size: 1.4em;
2184     margin: 10px 0;
2185 }
2186
2187 .mail-conv-outside-wrapper-end {
2188         clear: both;
2189 }
2190
2191 .mail-conv-outside-wrapper {
2192         margin-top: 30px;
2193 }
2194
2195 .mail-conv-delete-wrapper {
2196         float: right;
2197         margin-right: 30px;
2198         margin-top: 15px;
2199 }
2200 .mail-conv-break {
2201         clear: both;
2202 }
2203
2204 .mail-conv-delete-icon {
2205         border: none;
2206 }
2207
2208 /* ========== */
2209 /* = Events = */
2210 /* ========== */
2211 .eventcal {
2212         float: left;
2213         font-size: 20px;
2214 }
2215
2216 .vevent {
2217         border: 1px solid #CCCCCC;
2218 }
2219 .vevent .event-description, .vevent .event-location {
2220         margin-left: 10px;
2221         margin-right: 10px;
2222 }
2223 .vevent .event-start {
2224         margin-left: 10px;
2225         margin-right: 10px;
2226 }
2227
2228 #new-event-link {
2229         margin-bottom: 10px;
2230 }
2231
2232 .edit-event-link, .plink-event-link {
2233         float: left;
2234         margin-top: 4px;
2235         margin-right: 4px;
2236         margin-bottom: 15px;
2237 }
2238
2239 .event-description:before {
2240         content: url('../../../images/calendar.png');
2241         margin-right: 15px;
2242 }
2243
2244 .event-start, .event-end {
2245         margin-left: 10px;
2246         width: 330px;
2247         clear: both;
2248 }
2249
2250 .event-start .dtstart, .event-end .dtend {
2251         float: right;
2252 }
2253
2254 .event-list-date {
2255         margin-bottom: 10px;
2256 }
2257
2258 .prevcal, .nextcal {
2259         float: left;
2260         margin-left: 32px;
2261         margin-right: 32px;
2262         margin-top: 64px;
2263 }
2264 .event-calendar-end {
2265         clear: both;
2266 }
2267
2268  
2269 .calendar {
2270         font-family: Courier, monospace;
2271 }
2272 .today {
2273         font-weight: bold;
2274         color: #FF0000;
2275 }
2276
2277 .settings-block {
2278         border: 1px solid #AAA;
2279         margin: 10px;
2280         padding: 10px;
2281 }
2282
2283 .app-title {
2284   margin: 0px;
2285 }
2286
2287 #identity-manage-desc {
2288         margin-top:15px;
2289         margin-bottom: 15px;
2290 }
2291
2292 #identity-manage-choose {
2293         margin-bottom: 15px;
2294 }
2295
2296 #identity-submit {
2297         margin-top: 20px;
2298 }
2299
2300 #photo-prev-link, #photo-next-link {
2301         padding: 10px;
2302         float: left;
2303 }
2304
2305 #photo-photo {
2306         float: left;
2307 }
2308
2309 #photo-photo-end {
2310         clear: both;
2311 }
2312
2313 .profile-match-photo {
2314         float: left;
2315         text-align: center;
2316         width: 120px;
2317 }
2318
2319 .profile-match-name {
2320         float: left;
2321         text-align: center;
2322         width: 120px;
2323         overflow: hidden;
2324 }
2325
2326 .profile-match-break,
2327 .profile-match-end {
2328         clear: both;
2329 }
2330
2331 .profile-match-connect {
2332         text-align: center;
2333         font-weight: bold;
2334 }
2335
2336 .profile-match-wrapper {
2337         float: left;
2338         padding: 10px;
2339         width: 120px;
2340         height: 120px;
2341         scroll: auto;
2342 }
2343 #profile-match-wrapper-end {
2344         clear: both;
2345 }
2346
2347 /* ============= */
2348 /* = Directory = */
2349 /* ============= */
2350 /* contacts menu */
2351 .contact-photo-wrapper {
2352   position: relative;
2353 }
2354 .contact-photo {
2355   width: 48px;
2356   height: 48px;
2357   overflow: hidden;
2358   display: block;
2359 }
2360 .contact-photo img {
2361   width: 48px;
2362   height: 48px;
2363 }
2364 .contact-photo-menu-button {
2365   display: none;
2366   /* position: absolute; */
2367   /* position: absolute; */
2368   left: -2px;
2369   top: -20px;
2370 }
2371 .contact-wrapper {
2372   float: left;
2373   width: 90px;
2374   height: 90px;
2375   margin-bottom: 15px;
2376 }
2377 .contact-wrapper .contact-photo {
2378   width: 80px;
2379   height: 80px;
2380 }
2381 .contact-wrapper .contact-photo img {
2382   width: 80px;
2383   height: 80px;
2384 }
2385 .contact-wrapper .contact-photo-menu-button {
2386   left: 0px;
2387   top: 63px;
2388 }
2389 .directory-item {
2390   float: left;
2391   width: 200px;
2392   height: 200px;
2393 }
2394 .directory-item .contact-photo {
2395   width: 175px;
2396   height: 175px;
2397 }
2398 .directory-item .contact-photo img {
2399   width: 175px;
2400   height: 175px;
2401 }
2402 .contact-name {
2403   text-align: center;
2404   font-weight: bold;
2405   font-size: 12px;
2406 }
2407 .contact-details {
2408   color: #999999;
2409 }
2410
2411 .photo-top-image-wrapper {
2412         position: relative;
2413         float: left;
2414         margin-top: 15px;
2415         margin-right: 15px;
2416         width: 200px; height: 200px; 
2417         overflow: hidden; 
2418 }
2419 .photo-top-album-name {
2420         width: 100%;
2421         min-height: 2em;
2422         position: absolute; 
2423         bottom: 0px; 
2424         padding: 0px 3px;
2425         padding-top: 0.5em;
2426         background-color: rgb(255, 255, 255);
2427 }
2428 #photo-top-end {
2429         clear: both;
2430 }
2431
2432 #photo-top-links {
2433         margin-bottom: 30px;
2434         margin-left: 30px;
2435 }
2436
2437 #photos-upload-newalbum-div {
2438         float: left;
2439         width: 175px;
2440 }
2441
2442 .menu-profile-list{
2443   height: auto;
2444   overflow: auto;
2445   min-height: 16px;
2446   list-style: none;
2447         }
2448 .menu-profile-list:hover{
2449         background: #E7F2F7;
2450         }
2451 .menu-profile-list-item{
2452         padding-left: 5px;
2453         vertical-align: middle;
2454         }       
2455 .menu-profile-list-item:hover{  
2456         text-decoration: none;
2457    }
2458
2459 .autocomplete {
2460   width: 350px;
2461   color: black; 
2462   border: 1px solid rgb(210, 210, 210); 
2463   background-color: white;
2464   cursor: pointer;
2465   text-align: left;
2466   max-height: 350px;
2467   overflow: auto;
2468   display: block;
2469   background-position: initial initial;
2470   background-repeat: initial initial; 
2471 }
2472 .mail-list-wrapper {
2473   background-color: #f6f7f8;
2474   margin-bottom: 5px;
2475   width: 100%;
2476   height: auto;
2477   overflow: hidden;
2478 }
2479 .mail-list-wrapper span {
2480   display: block;
2481   float: left;
2482   width: 20%;
2483   overflow: hidden;
2484 }
2485 .mail-list-wrapper .mail-subject {
2486   width: 30%;
2487   padding: 4px 0px 0px 4px;
2488 }
2489 .mail-list-wrapper .mail-subject a {
2490   display: block;
2491 }
2492 .mail-list-wrapper .mail-subject.unseen a {
2493   font-weight: bold;
2494 }
2495 .mail-list-wrapper .mail-date {
2496   padding: 4px 4px 0px 4px;
2497 }
2498 .mail-list-wrapper .mail-from {
2499   padding: 4px 4px 0px 4px;
2500 }
2501 .mail-list-wrapper .mail-count {
2502   padding: 4px 4px 0px 4px;
2503   text-align: right;
2504 }
2505 .mail-list-wrapper .mail-delete {
2506   float: right;
2507 }
2508 #mail-display-subject {
2509   background-color: #f6f7f8;
2510   color: #2d2d2d;
2511   margin-bottom: 10px;
2512   width: 100%;
2513   height: auto;
2514   overflow: hidden;
2515 }
2516 #mail-display-subject span {
2517   float: left;
2518   overflow: hidden;
2519   padding: 4px 0px 0px 10px;
2520 }
2521 #mail-display-subject .mail-delete {
2522   float: right;
2523   opacity: 0.5;
2524   -webkit-transition: all 0.2s ease-in-out;
2525   -moz-transition: all 0.2s ease-in-out;
2526   -o-transition: all 0.2s ease-in-out;
2527   -ms-transition: all 0.2s ease-in-out;
2528   transition: all 0.2s ease-in-out;
2529 }
2530 #mail-display-subject:hover .mail-delete {
2531   opacity: 1;
2532   -webkit-transition: all 0.2s ease-in-out;
2533   -moz-transition: all 0.2s ease-in-out;
2534   -o-transition: all 0.2s ease-in-out;
2535   -ms-transition: all 0.2s ease-in-out;
2536   transition: all 0.2s ease-in-out;
2537 }
2538
2539 .mail-list-outside-wrapper-end {
2540         clear: both;
2541 }
2542 .mail-list-outside-wrapper {
2543         margin-top: 30px;
2544 }
2545 .mail-list-delete-wrapper {
2546         float: right;
2547         margin-right: 30px;
2548         margin-top: 15px;
2549 }
2550 .mail-list-delete-icon {
2551         border: none;
2552 }
2553 .mail-conv-sender,
2554 .mail-conv-detail {
2555         float: left;
2556 }
2557 .mail-conv-detail {
2558         margin-left: 20px;
2559         width: 500px;
2560 }
2561 .mail-conv-subject {
2562     font-size: 1.4em;
2563     margin: 10px 0;
2564 }
2565 .mail-conv-outside-wrapper-end {
2566         clear: both;
2567 }
2568 .mail-conv-outside-wrapper {
2569         margin-top: 30px;
2570 }
2571 .mail-conv-delete-wrapper {
2572         float: right;
2573         margin-right: 30px;
2574         margin-top: 15px;
2575 }
2576 .mail-conv-break {
2577         clear: both;
2578 }
2579 .mail-conv-delete-icon {
2580         border: none;
2581 }
2582