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