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