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