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