]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Vier: Now there are buttons for inserting bbcode elements in the comments
[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-comment-wrapper {
1248   margin: 1px 5px 1px 80px;
1249 }
1250 .wall-item-comment-wrapper .comment-edit-photo {
1251   display: none;
1252 }
1253 .wall-item-comment-wrapper textarea {
1254   height: 1.2em;
1255   width: 100%;
1256   font-size: 10px;
1257   color: #999999;
1258   border: 1px solid #DDD;
1259   padding: 0.3em;
1260 }
1261 .wall-item-comment-wrapper .comment-edit-text-full {
1262   font-size: 14px;
1263   height: 4em;
1264   color: #2d2d2d;
1265   border: 1px solid #2d2d2d;
1266 }
1267
1268 .fakelink.togglecomment {
1269   float: left;
1270   margin-right: 1em;
1271 }
1272
1273 .comment-edit-preview {
1274   width: 660px;
1275   border: 1px solid #2d2d2d;
1276   margin-top: 10px;
1277 }
1278 .comment-edit-preview .contact-photo {
1279   width: 32px;
1280   height: 32px;
1281   margin-left: 16px;
1282   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1283
1284 }
1285 .comment-edit-preview {
1286   top: 15px !important;
1287   left: 15px !important;
1288 }
1289 .comment-edit-preview .wall-item-links {
1290   padding-left: 12px;
1291 }
1292 .comment-edit-preview .wall-item-container {
1293   width: 700px;
1294 }
1295 .comment-edit-preview .tread-wrapper {
1296   width: 700px;
1297   padding: 0;
1298   margin: 10px 0;
1299 }
1300
1301 .shiny {
1302   /* border-right: 10px solid #fce94f; */
1303         border-right: 1px solid #A7C7F7;
1304         padding-right: 12px;
1305 }
1306
1307 #profile-jot-form #profile-jot-text {
1308   height: 2.0em;
1309   width: 99%;
1310   font-size: 15px;
1311   color: #999999;
1312   border: 1px solid #DDD;
1313   padding: 0.3em;
1314   margin-bottom: 10px;
1315 }
1316
1317 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1318     
1319          border-radius: 5px 5px 5px 5px;
1320     font-weight: bold;
1321     height: 20px;
1322     margin: 0 0 5px;
1323     width: 60%;
1324     border: 1px solid #d2d2d2;
1325 }
1326
1327 #profile-jot-form #jot-title:-webkit-input-placeholder {
1328   font-weight: normal;
1329 }
1330 #profile-jot-form #jot-title:-moz-placeholder {
1331   font-weight: normal;
1332 }
1333 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1334   width: 785px;
1335   height: 100px;
1336 }
1337
1338 #jot-preview-content {
1339   padding-top: 25px;
1340 }
1341
1342 #jot-preview-content .tread-wrapper {
1343   background-color: #fce94f;
1344 }
1345
1346 .wall-item-tags {
1347   padding-top: 1px;
1348   padding-bottom: 2px;
1349 }
1350 .tag {
1351   color: rgb(153,153,153);
1352   padding-left: 3px;
1353   font-size: 10px;
1354 }
1355 .tag a {
1356   padding-right: 8px;
1357   color: rgb(153,153,153);
1358 }
1359 .wwto {
1360   position: absolute !important;
1361   width: 25px;
1362   height: 25px;
1363   background: #FFFFFF;
1364   border: 2px solid #364e59;
1365   height: 25px;
1366   width: 25px;
1367   overflow: hidden;
1368   padding: 1px;
1369   position: absolute !important;
1370   top: 40px;
1371   left: 30px;
1372   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1373   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1374   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1375 }
1376 .wwto .contact-photo {
1377   width: auto;
1378   height: 25px;
1379 }
1380 /* contacts menu */
1381 .contact-photo-wrapper {
1382   position: relative;
1383   width: 80px;
1384 }
1385
1386 .contact-photo-wrapper.wwto {
1387   width: 25px;
1388 }
1389
1390 .contact-photo {
1391   width: 48px;
1392   height: 48px;
1393   overflow: hidden;
1394   display: block;
1395 }
1396 .contact-photo img {
1397   width: 48px;
1398   height: 48px;
1399 }
1400
1401 .contact-wrapper {
1402   float: left;
1403   width: 90px;
1404   height: 90px;
1405   margin-bottom: 15px;
1406 }
1407 .contact-wrapper .contact-photo {
1408   width: 80px;
1409   height: 80px;
1410 }
1411 .contact-wrapper .contact-photo img {
1412   width: 80px;
1413   height: 80px;
1414 }
1415 .contact-wrapper {
1416   left: 0px;
1417   top: 63px;
1418 }
1419 .contact-photo {
1420   width: 48px;
1421   height: 48px;
1422 }
1423 .contact-photo img {
1424   width: 48px;
1425   height: 48px;
1426 }
1427 .contact-name {
1428   /* text-align: center; */
1429   /*font-weight: bold;*/
1430   font-size: 12px;
1431 }
1432 .contact-details {
1433   color: #999999;
1434 }
1435 /* editor */
1436 .jothidden {
1437   display: none;
1438 }
1439 #jot {
1440   width: 785px;
1441   margin: 0px 2em 20px 0px;
1442 }
1443 #jot .profile-jot-text {
1444   height: 1.2em;
1445   width: 99%;
1446   font-size: 10px;
1447   color: #999999;
1448   border: 1px solid #DDD;
1449   padding: 0.3em;
1450 }
1451 #jot #jot-tools {
1452   margin: 0px;
1453   padding: 0px;
1454   height: 40px;
1455   overflow: none;
1456   width: 783px;
1457   background-color: #0e232e;
1458   border-bottom: 2px solid #9eabb0;
1459 }
1460 #jot #jot-tools li {
1461   list-style: none;
1462   float: left;
1463   width: 80px;
1464   height: 40px;
1465   border-bottom: 2px solid #9eabb0;
1466 }
1467 #jot #jot-tools li a {
1468   display: block;
1469   color: #cccccc;
1470   width: 100%;
1471   height: 40px;
1472   text-align: center;
1473   line-height: 40px;
1474   overflow: hidden;
1475 }
1476 #jot #jot-tools li:hover {
1477   background-color: #364e59;
1478   border-bottom: 2px solid #bdcdd4;
1479 }
1480 #jot #jot-tools li.perms {
1481   float: right;
1482   width: 40px;
1483 }
1484 #jot #jot-tools li.perms a.unlock {
1485   width: 30px;
1486   border-left: 10px solid #cccccc;
1487   background-color: #cccccc;
1488   background-position: left center;
1489 }
1490 #jot #jot-tools li.perms a.lock {
1491   width: 30px;
1492   border-left: 10px solid #666666;
1493   background-color: #666666;
1494 }
1495 #jot #jot-tools li.submit {
1496   float: right;
1497   background-color: #cccccc;
1498   border-bottom: 2px solid #cccccc;
1499   border-right: 1px solid #666666;
1500   border-left: 1px solid #666666;
1501 }
1502 #jot #jot-tools li.submit input {
1503   border: 0px;
1504   margin: 0px;
1505   padding: 0px;
1506   background-color: #cccccc;
1507   color: #666666;
1508   width: 80px;
1509   height: 40px;
1510   line-height: 40px;
1511 }
1512 #jot #jot-tools li.submit input:hover {
1513   background-color: #bdcdd4;
1514   color: #666666;
1515 }
1516 #jot #jot-tools li.loading {
1517   float: right;
1518   background-color: #ffffff;
1519   width: 20px;
1520   vertical-align: center;
1521   text-align: center;
1522   border-top: 2px solid #9eabb0;
1523   height: 38px;
1524 }
1525 #jot #jot-tools li.loading img {
1526   margin-top: 10px;
1527 }
1528 /* #jot */
1529 #jot-title {
1530   border: 0px;
1531   margin: 0px;
1532   height: 20px;
1533   width: 700px;
1534   font-weight: bold;
1535   border: 1px solid #ffffff;
1536 }
1537 #jot #jot-title:-webkit-input-placeholder {
1538   font-weight: normal;
1539 }
1540 #jot #jot-title:-moz-placeholder {
1541   font-weight: normal;
1542 }
1543 #jot #jot-title:hover {
1544   border: 1px solid #999999;
1545 }
1546 #jot #jot-title:focus {
1547   border: 1px solid #999999;
1548 }
1549 #jot #character-counter {
1550   width: 80px;
1551   float: right;
1552   text-align: right;
1553   height: 20px;
1554   line-height: 20px;
1555   padding-right: 20px;
1556 }
1557
1558 #profile-jot-submit {
1559   float: right;
1560   margin-left: 15px;
1561 }
1562 #profile-upload-wrapper {
1563   float: left;
1564   margin-left: 15px;
1565 }
1566 #profile-attach-wrapper {
1567   float: left;
1568   margin-left: 15px;
1569 }
1570 #profile-link-wrapper {
1571   float: left;
1572   margin-left: 15px;
1573 }
1574 #profile-video-wrapper {
1575   float: left;
1576   margin-left: 15px;
1577 }
1578 #profile-audio-wrapper {
1579   float: left;
1580   margin-left: 15px;
1581 }
1582 #profile-location-wrapper {
1583   float: left;
1584   margin-left: 15px;
1585 }
1586 #profile-nolocation-wrapper {
1587   float: left;
1588   margin-left: 15px;
1589 }
1590 #jot-perms-icon {
1591   float: right;
1592   margin-left: 15px;
1593 }
1594 #jot-preview-link {
1595   float: right;
1596 }
1597 #profile-jot-end {
1598   clear: both;
1599 }
1600 #profile-jot-text_tbl {
1601   width: 780px;
1602 }
1603 #profile-jot-wrapper {
1604   margin-bottom: 20px;
1605 }
1606
1607 /** buttons **/
1608 /*input[type="submit"] {
1609         border: 0px;
1610     background-color: @ButtonBackgroundColor;
1611     color: @ButtonColor;
1612     padding: 0px 10px;
1613         .rounded(5px);
1614     height: 18px;
1615 }*/
1616 /** acl **/
1617 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1618   display: block!important;
1619 }
1620 #acl-wrapper {
1621   width: 690px;
1622   float: left;
1623 }
1624 #acl-search {
1625   float: right;
1626   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1627   padding-right: 20px;
1628 }
1629 #acl-showall {
1630   float: left;
1631   display: block;
1632   width: auto;
1633   height: 18px;
1634   background-color: #cccccc;
1635   background-image: url("../../../images/show_all_off.png");
1636   background-position: 7px 7px;
1637   background-repeat: no-repeat;
1638   padding: 7px 5px 0px 30px;
1639   color: #999999;
1640   -moz-border-radius: 5px 5px 5px 5px;
1641   -webkit-border-radius: 5px 5px 5px 5px;
1642   border-radius: 5px 5px 5px 5px;
1643 }
1644 #acl-showall.selected {
1645   color: #000000;
1646   background-color: #ff9900;
1647   background-image: url("../../../images/show_all_on.png");
1648 }
1649 #acl-list {
1650   height: 210px;
1651   border: 1px solid #cccccc;
1652   clear: both;
1653   margin-top: 30px;
1654   overflow: auto;
1655 }
1656 .acl-list-item {
1657   display: block;
1658   width: 150px;
1659   height: 30px;
1660   border: 1px solid #cccccc;
1661   margin: 5px;
1662   float: left;
1663 }
1664 .acl-list-item img {
1665   width: 22px;
1666   height: 22px;
1667   float: left;
1668   margin: 4px;
1669 }
1670 .acl-list-item p {
1671   height: 12px;
1672   font-size: 10px;
1673   margin: 0px;
1674   padding: 2px 0px 1px;
1675   overflow: hidden;
1676 }
1677 .acl-list-item a {
1678   font-size: 8px;
1679   display: block;
1680   width: 40px;
1681   height: 10px;
1682   float: left;
1683   color: #999999;
1684   background-color: #cccccc;
1685   background-position: 3px 3px;
1686   background-repeat: no-repeat;
1687   margin-right: 5px;
1688   -webkit-border-radius: 2px ;
1689   -moz-border-radius: 2px;
1690   border-radius: 2px;
1691   padding-left: 15px;
1692 }
1693 #acl-wrapper a:hover {
1694   text-decoration: none;
1695   color: #000000;
1696 }
1697 .acl-button-show {
1698   background-image: url("../../../images/show_off.png");
1699 }
1700 .acl-button-hide {
1701   background-image: url("../../../images/hide_off.png");
1702 }
1703 .acl-button-show.selected {
1704   color: #000000;
1705   background-color: #9ade00;
1706   background-image: url("../../../images/show_on.png");
1707 }
1708 .acl-button-hide.selected {
1709   color: #000000;
1710   background-color: #ff4141;
1711   background-image: url("../../../images/hide_on.png");
1712 }
1713 .acl-list-item.groupshow {
1714   border-color: #9ade00;
1715 }
1716 .acl-list-item.grouphide {
1717   border-color: #ff4141;
1718 }
1719 /** /acl **/
1720 /** tab buttons **/
1721 ul.tabs {
1722   list-style-type: none;
1723   padding-bottom: 10px;
1724   font-size: 14px;
1725 }
1726 ul.tabs li {
1727   float: left;
1728   margin-left: 7px;
1729 }
1730 /*ul.tabs li .active {
1731   border-bottom: 1px solid #005c94;
1732 }*/
1733
1734 ul.tabs a {
1735     display: block;
1736     float: left;
1737 }
1738
1739 ul.tabs a, #jot-preview-link, .comment-edit-submit-wrapper .fakelink {
1740     /* padding: 0px 10px 1px 10px; */
1741     padding: 0px 5px 1px 5px;
1742     -webkit-border-radius: 4px;
1743     -moz-border-radius: 4px;
1744     border-radius: 4px;
1745     border: 1px solid #ECECF2;
1746     font-weight: bold;
1747     line-height: 1.4em;
1748     color: #3e3e8c;
1749     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
1750     background: #ececf2;
1751     background: -moz-linear-gradient(top, #ffffff 0%, #ececf2 100%);
1752     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
1753     background: -webkit-linear-gradient(top, #ffffff 0%,#ececf2 100%);
1754     background: -o-linear-gradient(top, #ffffff 0%,#ececf2 100%);
1755     background: -ms-linear-gradient(top, #ffffff 0%,#ececf2 100%);
1756     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
1757     background: linear-gradient(top, #ffffff 0%,#ececf2 100%);
1758 }
1759
1760 ul.tabs li .active, ul.tabs a:hover, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover {
1761
1762     color: #fff;
1763     text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
1764     border: 1px solid #ececf2;
1765     background: #364a84;
1766     background: -moz-linear-gradient(top, #7b8dbb 0%, #364a84 100%);
1767     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
1768     background: -webkit-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
1769     background: -o-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
1770     background: -ms-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
1771     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
1772     background: linear-gradient(top, #7b8dbb 0%,#364a84 100%);
1773     text-decoration: none;
1774 }
1775
1776 /**
1777  * Form fields
1778  */
1779 .field {
1780   margin-bottom: 10px;
1781   padding-bottom: 10px;
1782   overflow: auto;
1783   width: 100%;
1784 }
1785 .field label {
1786   float: left;
1787   width: 200px;
1788 }
1789 .field input, .field textarea {
1790   width: 400px;
1791 }
1792 .field textarea {
1793   height: 100px;
1794 }
1795 .field .field_help {
1796   display: block;
1797   margin-left: 200px;
1798   color: #666666;
1799 }
1800 .field .onoff {
1801   float: left;
1802   width: 80px;
1803 }
1804 .field .onoff a {
1805   display: block;
1806   border: 1px solid #666666;
1807   background-image: url("../../../images/onoff.jpg");
1808   background-repeat: no-repeat;
1809   padding: 4px 2px 2px 2px;
1810   height: 16px;
1811   text-decoration: none;
1812 }
1813 .field .onoff .off {
1814   border-color: #666666;
1815   padding-left: 40px;
1816   background-position: left center;
1817   background-color: #cccccc;
1818   color: #666666;
1819   text-align: right;
1820 }
1821 .field .onoff .on {
1822   border-color: #204A87;
1823   padding-right: 40px;
1824   background-position: right center;
1825   background-color: #D7E3F1;
1826   color: #204A87;
1827   text-align: left;
1828 }
1829 .field .hidden {
1830   display: none!important;
1831 }
1832 .field.radio .field_help {
1833   margin-left: 0px;
1834 }
1835
1836 #profile-edit-links-end {
1837         clear: both;
1838         margin-bottom: 15px;
1839 }
1840
1841 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1842
1843 #profile-edit-links li {
1844   float: left;
1845   list-style: none;
1846   margin-left: 10px;
1847 }
1848
1849 .profile-edit-side-div {
1850   display: none;
1851 }
1852
1853 #register-form label,
1854 #profile-edit-form label {
1855         width: 300px; float: left;
1856 }
1857
1858 .required {
1859   display: inline;
1860   color: #B20202;
1861 }
1862
1863 /* oauth */
1864 .oauthapp {
1865   height: auto;
1866   overflow: auto;
1867   border-bottom: 2px solid #cccccc;
1868   padding-bottom: 1em;
1869   margin-bottom: 1em;
1870 }
1871 .oauthapp img {
1872   float: left;
1873   width: 48px;
1874   height: 48px;
1875   margin: 10px;
1876 }
1877 .oauthapp img.noicon {
1878   background-image: url("../../../images/icons/48/plugin.png");
1879   background-position: center center;
1880   background-repeat: no-repeat;
1881 }
1882 .oauthapp a {
1883   float: left;
1884 }
1885 /* contacts */
1886 .contact-entry-wrapper {
1887   width: 120px;
1888   height: 120px;
1889   float: left;
1890 }
1891 /* photo */
1892 .lframe {
1893   float: left;
1894   margin: 0px 10px 10px 0px;
1895 }
1896 /* profile match wrapper */
1897 .profile-match-wrapper {
1898   float: left;
1899   width: 90px;
1900   height: 90px;
1901   margin-bottom: 20px;
1902 }
1903 .profile-match-wrapper .contact-photo {
1904   width: 80px;
1905   height: 80px;
1906 }
1907 .profile-match-wrapper .contact-photo img {
1908   width: 80px;
1909   height: 80px;
1910 }
1911 .profile-match-wrapper {
1912   left: 0px;
1913   top: 63px;
1914 }
1915
1916 .contact-photo-menu-button {
1917         position: relative;
1918         background-image: url("../../../images/icons/16/menu.png");
1919         background-position: top left; 
1920         background-repeat: no-repeat;
1921         margin: 0px 0px -16px 0px; 
1922         padding: 0px;
1923         width: 16px;
1924         height: 16px;
1925         top: -20px; left:0px;
1926         overflow: hidden;
1927         text-indent: 40px;
1928         display: none;
1929         
1930 }
1931 .contact-photo-menu {
1932         width: 11em;
1933         border: 3px solid #364e59;
1934         color: #2d2d2d;
1935         background: #FFFFFF;
1936 /*        position: absolute;*/
1937         position: relative;
1938         left: 0px; top: 0px;
1939         display: none;
1940         z-index: 10000;
1941 }
1942 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1943 .contact-photo-menu li a {
1944         display: block; 
1945         padding: 5px 10px; 
1946         color: #2d2d2d;
1947         text-decoration: none;
1948 }
1949 .contact-photo-menu li a:hover {
1950         background-color: #bdcdd4; 
1951 }
1952
1953 /* page footer */
1954 footer {
1955   /* height: 100px; */
1956   display: table-row;
1957 }
1958
1959 blockquote {
1960     border-left: 1px solid #D2D2D2;
1961     padding-left: 9px;
1962     margin: 0 0 0 .8ex;
1963     color: #777;
1964 }
1965
1966 .oembed {
1967     font-size: large;
1968     font-weight: bold;
1969 }
1970
1971 /* ================== */
1972 /* = Contacts Block = */
1973 /* ================== */
1974
1975 .contact-block-img {
1976         width: 42px;
1977         height: 42px;
1978         padding-right: 2px;
1979 }
1980 .contact-block-div {
1981         float: left;
1982 }
1983
1984 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1985 #contact-block-end { clear: both; } 
1986
1987 #group-edit-wrapper {
1988         margin-bottom: 10px;
1989 }
1990
1991 #group-members-end {
1992         clear: both;
1993 }
1994
1995 /*
1996 #group-separator,
1997 #prof-separator { display: none;}
1998 */
1999
2000 #prvmail-upload {
2001   margin-left: 10px;
2002 }
2003
2004 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2005         margin-bottom: 10px;
2006         margin-top: 20px;
2007 }
2008
2009 #prvmail-submit {
2010         float: left;
2011         margin-top: 10px;
2012 }
2013 #prvmail-upload-wrapper,
2014 #prvmail-link-wrapper,
2015 #prvmail-rotator-wrapper {
2016         float: left;
2017         margin-top: 10px;
2018         margin-right: 10px;
2019         width: 24px;
2020 }
2021
2022 #prvmail-end {
2023         clear: both;
2024 }
2025
2026 .mail-list-sender,
2027 .mail-list-detail {
2028         float: left;
2029 }
2030 .mail-list-detail {
2031         margin-left: 20px;
2032 }
2033
2034 .mail-list-subject {
2035         font-size: 1.1em;
2036         margin-top: 10px;
2037 }
2038 a.mail-list-link {
2039     display: block;
2040     font-size: 1.3em;
2041     padding: 4px 0;
2042 }
2043
2044 /*
2045 *a.mail-list-link:hover {
2046 *       background-color: #15607B;
2047 *       color: #F5F6FB;
2048 *}
2049 */
2050
2051 .mail-list-outside-wrapper-end {
2052         clear: both;
2053 }
2054
2055 .mail-list-outside-wrapper {
2056         margin-top: 30px;
2057 }
2058
2059 .mail-list-delete-wrapper {
2060         float: right;
2061         margin-right: 30px;
2062         margin-top: 15px;
2063 }
2064
2065 .mail-list-delete-icon {
2066         border: none;
2067 }
2068
2069 .mail-conv-sender,
2070 .mail-conv-detail {
2071         float: left;
2072 }
2073 .mail-conv-detail {
2074         margin-left: 20px;
2075         width: 500px;
2076 }
2077
2078 .mail-conv-subject {
2079     font-size: 1.4em;
2080     margin: 10px 0;
2081 }
2082
2083 .mail-conv-outside-wrapper-end {
2084         clear: both;
2085 }
2086
2087 .mail-conv-outside-wrapper {
2088         margin-top: 30px;
2089 }
2090
2091 .mail-conv-delete-wrapper {
2092         float: right;
2093         margin-right: 30px;
2094         margin-top: 15px;
2095 }
2096 .mail-conv-break {
2097         clear: both;
2098 }
2099
2100 .mail-conv-delete-icon {
2101         border: none;
2102 }
2103
2104 /* ========== */
2105 /* = Events = */
2106 /* ========== */
2107 .eventcal {
2108         float: left;
2109         font-size: 20px;
2110 }
2111
2112 .vevent {
2113         border: 1px solid #CCCCCC;
2114 }
2115 .vevent .event-description, .vevent .event-location {
2116         margin-left: 10px;
2117         margin-right: 10px;
2118 }
2119 .vevent .event-start {
2120         margin-left: 10px;
2121         margin-right: 10px;
2122 }
2123
2124 #new-event-link {
2125         margin-bottom: 10px;
2126 }
2127
2128 .edit-event-link, .plink-event-link {
2129         float: left;
2130         margin-top: 4px;
2131         margin-right: 4px;
2132         margin-bottom: 15px;
2133 }
2134
2135 .event-description:before {
2136         content: url('../../../images/calendar.png');
2137         margin-right: 15px;
2138 }
2139
2140 .event-start, .event-end {
2141         margin-left: 10px;
2142         width: 330px;
2143         clear: both;
2144 }
2145
2146 .event-start .dtstart, .event-end .dtend {
2147         float: right;
2148 }
2149
2150 .event-list-date {
2151         margin-bottom: 10px;
2152 }
2153
2154 .prevcal, .nextcal {
2155         float: left;
2156         margin-left: 32px;
2157         margin-right: 32px;
2158         margin-top: 64px;
2159 }
2160 .event-calendar-end {
2161         clear: both;
2162 }
2163
2164  
2165 .calendar {
2166         font-family: Courier, monospace;
2167 }
2168 .today {
2169         font-weight: bold;
2170         color: #FF0000;
2171 }
2172
2173 .settings-block {
2174         border: 1px solid #AAA;
2175         margin: 10px;
2176         padding: 10px;
2177 }
2178
2179 .app-title {
2180   margin: 0px;
2181 }
2182
2183 #identity-manage-desc {
2184         margin-top:15px;
2185         margin-bottom: 15px;
2186 }
2187
2188 #identity-manage-choose {
2189         margin-bottom: 15px;
2190 }
2191
2192 #identity-submit {
2193         margin-top: 20px;
2194 }
2195
2196 #photo-prev-link, #photo-next-link {
2197         padding: 10px;
2198         float: left;
2199 }
2200
2201 #photo-photo {
2202         float: left;
2203 }
2204
2205 #photo-photo-end {
2206         clear: both;
2207 }
2208
2209 .profile-match-photo {
2210         float: left;
2211         text-align: center;
2212         width: 120px;
2213 }
2214
2215 .profile-match-name {
2216         float: left;
2217         text-align: center;
2218         width: 120px;
2219         overflow: hidden;
2220 }
2221
2222 .profile-match-break,
2223 .profile-match-end {
2224         clear: both;
2225 }
2226
2227 .profile-match-connect {
2228         text-align: center;
2229         font-weight: bold;
2230 }
2231
2232 .profile-match-wrapper {
2233         float: left;
2234         padding: 10px;
2235         width: 120px;
2236         height: 120px;
2237         scroll: auto;
2238 }
2239 #profile-match-wrapper-end {
2240         clear: both;
2241 }
2242
2243 /* ============= */
2244 /* = Directory = */
2245 /* ============= */
2246 /* contacts menu */
2247 .contact-photo-wrapper {
2248   position: relative;
2249 }
2250 .contact-photo {
2251   width: 48px;
2252   height: 48px;
2253   overflow: hidden;
2254   display: block;
2255 }
2256 .contact-photo img {
2257   width: 48px;
2258   height: 48px;
2259 }
2260 .contact-photo-menu-button {
2261   display: none;
2262   /* position: absolute; */
2263   /* position: absolute; */
2264   left: -2px;
2265   top: -20px;
2266 }
2267 .contact-wrapper {
2268   float: left;
2269   width: 90px;
2270   height: 90px;
2271   margin-bottom: 15px;
2272 }
2273 .contact-wrapper .contact-photo {
2274   width: 80px;
2275   height: 80px;
2276 }
2277 .contact-wrapper .contact-photo img {
2278   width: 80px;
2279   height: 80px;
2280 }
2281 .contact-wrapper .contact-photo-menu-button {
2282   left: 0px;
2283   top: 63px;
2284 }
2285 .directory-item {
2286   float: left;
2287   width: 200px;
2288   height: 200px;
2289 }
2290 .directory-item .contact-photo {
2291   width: 175px;
2292   height: 175px;
2293 }
2294 .directory-item .contact-photo img {
2295   width: 175px;
2296   height: 175px;
2297 }
2298 .contact-name {
2299   text-align: center;
2300   font-weight: bold;
2301   font-size: 12px;
2302 }
2303 .contact-details {
2304   color: #999999;
2305 }
2306
2307 .photo-top-image-wrapper {
2308         position: relative;
2309         float: left;
2310         margin-top: 15px;
2311         margin-right: 15px;
2312         width: 200px; height: 200px; 
2313         overflow: hidden; 
2314 }
2315 .photo-top-album-name {
2316         width: 100%;
2317         min-height: 2em;
2318         position: absolute; 
2319         bottom: 0px; 
2320         padding: 0px 3px;
2321         padding-top: 0.5em;
2322         background-color: rgb(255, 255, 255);
2323 }
2324 #photo-top-end {
2325         clear: both;
2326 }
2327
2328 #photo-top-links {
2329         margin-bottom: 30px;
2330         margin-left: 30px;
2331 }
2332
2333 #photos-upload-newalbum-div {
2334         float: left;
2335         width: 175px;
2336 }
2337
2338 .menu-profile-list{
2339   height: auto;
2340   overflow: auto;
2341   min-height: 16px;
2342   list-style: none;
2343         }
2344 .menu-profile-list:hover{
2345         background: #E7F2F7;
2346         }
2347 .menu-profile-list-item{
2348         padding-left: 5px;
2349         vertical-align: middle;
2350         }       
2351 .menu-profile-list-item:hover{  
2352         text-decoration: none;
2353    }
2354
2355 .autocomplete {
2356   width: 350px;
2357   color: black; 
2358   border: 1px solid rgb(210, 210, 210); 
2359   background-color: white;
2360   cursor: pointer;
2361   text-align: left;
2362   max-height: 350px;
2363   overflow: auto;
2364   display: block;
2365   background-position: initial initial;
2366   background-repeat: initial initial; 
2367 }
2368 .mail-list-wrapper {
2369   background-color: #f6f7f8;
2370   margin-bottom: 5px;
2371   width: 100%;
2372   height: auto;
2373   overflow: hidden;
2374 }
2375 .mail-list-wrapper span {
2376   display: block;
2377   float: left;
2378   width: 20%;
2379   overflow: hidden;
2380 }
2381 .mail-list-wrapper .mail-subject {
2382   width: 30%;
2383   padding: 4px 0px 0px 4px;
2384 }
2385 .mail-list-wrapper .mail-subject a {
2386   display: block;
2387 }
2388 .mail-list-wrapper .mail-subject.unseen a {
2389   font-weight: bold;
2390 }
2391 .mail-list-wrapper .mail-date {
2392   padding: 4px 4px 0px 4px;
2393 }
2394 .mail-list-wrapper .mail-from {
2395   padding: 4px 4px 0px 4px;
2396 }
2397 .mail-list-wrapper .mail-count {
2398   padding: 4px 4px 0px 4px;
2399   text-align: right;
2400 }
2401 .mail-list-wrapper .mail-delete {
2402   float: right;
2403 }
2404 #mail-display-subject {
2405   background-color: #f6f7f8;
2406   color: #2d2d2d;
2407   margin-bottom: 10px;
2408   width: 100%;
2409   height: auto;
2410   overflow: hidden;
2411 }
2412 #mail-display-subject span {
2413   float: left;
2414   overflow: hidden;
2415   padding: 4px 0px 0px 10px;
2416 }
2417 #mail-display-subject .mail-delete {
2418   float: right;
2419   opacity: 0.5;
2420   -webkit-transition: all 0.2s ease-in-out;
2421   -moz-transition: all 0.2s ease-in-out;
2422   -o-transition: all 0.2s ease-in-out;
2423   -ms-transition: all 0.2s ease-in-out;
2424   transition: all 0.2s ease-in-out;
2425 }
2426 #mail-display-subject:hover .mail-delete {
2427   opacity: 1;
2428   -webkit-transition: all 0.2s ease-in-out;
2429   -moz-transition: all 0.2s ease-in-out;
2430   -o-transition: all 0.2s ease-in-out;
2431   -ms-transition: all 0.2s ease-in-out;
2432   transition: all 0.2s ease-in-out;
2433 }
2434
2435 .mail-list-outside-wrapper-end {
2436         clear: both;
2437 }
2438 .mail-list-outside-wrapper {
2439         margin-top: 30px;
2440 }
2441 .mail-list-delete-wrapper {
2442         float: right;
2443         margin-right: 30px;
2444         margin-top: 15px;
2445 }
2446 .mail-list-delete-icon {
2447         border: none;
2448 }
2449 .mail-conv-sender,
2450 .mail-conv-detail {
2451         float: left;
2452 }
2453 .mail-conv-detail {
2454         margin-left: 20px;
2455         width: 500px;
2456 }
2457 .mail-conv-subject {
2458     font-size: 1.4em;
2459     margin: 10px 0;
2460 }
2461 .mail-conv-outside-wrapper-end {
2462         clear: both;
2463 }
2464 .mail-conv-outside-wrapper {
2465         margin-top: 30px;
2466 }
2467 .mail-conv-delete-wrapper {
2468         float: right;
2469         margin-right: 30px;
2470         margin-top: 15px;
2471 }
2472 .mail-conv-break {
2473         clear: both;
2474 }
2475 .mail-conv-delete-icon {
2476         border: none;
2477 }
2478