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