]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/lilac/style.css
Merge pull request #792 from annando/master
[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-photo {
1353   width: 48px;
1354   height: 48px;
1355   overflow: hidden;
1356   display: block;
1357 }
1358 .contact-photo img {
1359   width: 48px;
1360   height: 48px;
1361 }
1362 .contact-photo-menu-button {
1363   display: none;
1364   position: absolute;
1365   left: -2px;
1366   top: 31px;
1367 }
1368 .contact-wrapper {
1369   float: left;
1370   width: 300px;
1371   height: 90px;
1372   padding-right: 10px;
1373   margin: 0 10px 10px 0px;
1374 }
1375 .contact-wrapper .contact-photo-wrapper {
1376   float: left;
1377   margin-right: 10px;
1378 }
1379 .contact-wrapper .contact-photo {
1380   width: 80px;
1381   height: 80px;
1382 }
1383 .contact-wrapper .contact-photo img {
1384   width: 80px;
1385   height: 80px;
1386 }
1387 .contact-wrapper .contact-photo-menu-button {
1388   left: 0px;
1389   top: 63px;
1390 }
1391 .directory-item {
1392   float: left;
1393   width: 200px;
1394   height: 200px;
1395 }
1396 .directory-item .contact-photo {
1397   width: 175px;
1398   height: 175px;
1399 }
1400 .directory-item .contact-photo img {
1401   width: 175px;
1402   height: 175px;
1403 }
1404 .contact-name {
1405   font-weight: bold;
1406   padding-top: 15px;
1407 }
1408 .contact-details {
1409   color: #999999;
1410   white-space: nowrap;
1411   overflow: hidden;
1412   text-overflow: ellipsis;
1413 }
1414 /* editor */
1415 .jothidden {
1416   display: none;
1417 }
1418 #jot {
1419   width: 100%;
1420   margin: 0px 2em 20px 0px;
1421 }
1422 #jot .profile-jot-text {
1423   height: 1em;
1424   width: 99%;
1425   font-size: 10px;
1426   color: #999999;
1427   border: 1px solid #999999;
1428   padding: 0.3em;
1429 }
1430 #jot #jot-tools {
1431   margin: 0px;
1432   padding: 0px;
1433   height: 40px;
1434   overflow: none;
1435   width: 770px;
1436   background-color: #521f5c;
1437   border-bottom: 2px solid #9eabb0;
1438 }
1439 #jot #jot-tools li {
1440   list-style: none;
1441   float: left;
1442   width: 80px;
1443   height: 40px;
1444   border-bottom: 2px solid #9eabb0;
1445 }
1446 #jot #jot-tools li a {
1447   display: block;
1448   color: #cccccc;
1449   width: 100%;
1450   height: 40px;
1451   text-align: center;
1452   line-height: 40px;
1453   overflow: hidden;
1454 }
1455 #jot #jot-tools li:hover {
1456   background-color: #86608e;
1457   border-bottom: 2px solid #bdcdd4;
1458 }
1459 #jot #jot-tools li.perms {
1460   float: right;
1461   width: 40px;
1462 }
1463 #jot #jot-tools li.perms a.unlock {
1464   width: 30px;
1465   border-left: 10px solid #cccccc;
1466   background-color: #cccccc;
1467 }
1468 #jot #jot-tools li.perms a.lock {
1469   width: 30px;
1470   border-left: 10px solid #666666;
1471   background-color: #666666;
1472 }
1473 #jot #jot-tools li.submit {
1474   float: right;
1475   background-color: #cccccc;
1476   border-bottom: 2px solid #cccccc;
1477   border-right: 1px solid #666666;
1478   border-left: 1px solid #666666;
1479 }
1480 #jot #jot-tools li.submit input {
1481   border: 0px;
1482   margin: 0px;
1483   padding: 0px;
1484   background-color: #cccccc;
1485   color: #666666;
1486   width: 80px;
1487   height: 40px;
1488   line-height: 40px;
1489 }
1490 #jot #jot-tools li.submit input:hover {
1491   background-color: #521f5c;
1492   color: #666666;
1493 }
1494 #jot #jot-tools li.loading {
1495   float: right;
1496   background-color: #ffffff;
1497   width: 20px;
1498   vertical-align: center;
1499   text-align: center;
1500   border-top: 2px solid #9eabb0;
1501   height: 38px;
1502 }
1503 #jot #jot-tools li.loading img {
1504   margin-top: 10px;
1505 }
1506 #jot #jot-title {
1507   border: 0px;
1508   margin: 0px;
1509   height: 20px;
1510   width: 500px;
1511   font-weight: bold;
1512   border: 1px solid #f6ecf9;
1513 }
1514 #jot #jot-title:-webkit-input-placeholder {
1515   font-weight: normal;
1516 }
1517 #jot #jot-title:-moz-placeholder {
1518   font-weight: normal;
1519 }
1520 #jot #jot-title:hover {
1521   border: 1px solid #999999;
1522 }
1523 #jot #jot-title:focus {
1524   border: 1px solid #999999;
1525 }
1526 #jot #character-counter {
1527   width: 40px;
1528   float: right;
1529   text-align: right;
1530   height: 20px;
1531   line-height: 20px;
1532   padding-right: 20px;
1533 }
1534 #jot #jot-category {
1535   border: 0px;
1536   margin: 0px;
1537   height: 20px;
1538   width: 200px;
1539   border: 1px solid #f6ecf9;
1540 }
1541 #jot #jot-category:hover {
1542   border: 1px solid #999999;
1543 }
1544 #jot #jot-category:focus {
1545   border: 1px solid #999999;
1546 }
1547 /** buttons **/
1548 /*input[type="submit"] {
1549         border: 0px;
1550     background-color: @ButtonBackgroundColor;
1551     color: @ButtonColor;
1552     padding: 0px 10px;
1553         .rounded(5px);
1554     height: 18px;
1555 }*/
1556 /** acl **/
1557 #photo-edit-perms-select,
1558 #photos-upload-permissions-wrapper,
1559 #profile-jot-acl-wrapper {
1560   display: block!important;
1561 }
1562 #acl-wrapper {
1563   width: 690px;
1564   float: left;
1565 }
1566 #acl-search {
1567   float: right;
1568   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1569   padding-right: 20px;
1570 }
1571 #acl-showall {
1572   float: left;
1573   display: block;
1574   width: auto;
1575   height: 18px;
1576   background-color: #cccccc;
1577   background-image: url("../../../images/show_all_off.png");
1578   background-position: 7px 7px;
1579   background-repeat: no-repeat;
1580   padding: 7px 5px 0px 30px;
1581   color: #999999;
1582   -moz-border-radius: 5px 5px 5px 5px;
1583   -webkit-border-radius: 5px 5px 5px 5px;
1584   border-radius: 5px 5px 5px 5px;
1585 }
1586 #acl-showall.selected {
1587   color: #000000;
1588   background-color: #ff9900;
1589   background-image: url("../../../images/show_all_on.png");
1590 }
1591 #acl-list {
1592   height: 210px;
1593   border: 1px solid #cccccc;
1594   clear: both;
1595   margin-top: 30px;
1596   overflow: auto;
1597 }
1598 .acl-list-item {
1599   display: block;
1600   width: 150px;
1601   height: 30px;
1602   border: 1px solid #cccccc;
1603   margin: 5px;
1604   float: left;
1605 }
1606 .acl-list-item img {
1607   width: 22px;
1608   height: 22px;
1609   float: left;
1610   margin: 4px;
1611 }
1612 .acl-list-item p {
1613   height: 12px;
1614   font-size: 10px;
1615   margin: 0px;
1616   padding: 2px 0px 1px;
1617   overflow: hidden;
1618 }
1619 .acl-list-item a {
1620   font-size: 8px;
1621   display: block;
1622   width: 40px;
1623   height: 10px;
1624   float: left;
1625   color: #999999;
1626   background-color: #cccccc;
1627   background-position: 3px 3px;
1628   background-repeat: no-repeat;
1629   margin-right: 5px;
1630   -webkit-border-radius: 2px ;
1631   -moz-border-radius: 2px;
1632   border-radius: 2px;
1633   padding-left: 15px;
1634 }
1635 #acl-wrapper a:hover {
1636   text-decoration: none;
1637   color: #000000;
1638 }
1639 .acl-button-show {
1640   background-image: url("../../../images/show_off.png");
1641 }
1642 .acl-button-hide {
1643   background-image: url("../../../images/hide_off.png");
1644 }
1645 .acl-button-show.selected {
1646   color: #000000;
1647   background-color: #9ade00;
1648   background-image: url("../../../images/show_on.png");
1649 }
1650 .acl-button-hide.selected {
1651   color: #000000;
1652   background-color: #ff4141;
1653   background-image: url("../../../images/hide_on.png");
1654 }
1655 .acl-list-item.groupshow {
1656   border-color: #9ade00;
1657 }
1658 .acl-list-item.grouphide {
1659   border-color: #ff4141;
1660 }
1661 /** /acl **/
1662 /** tab buttons **/
1663 ul.tabs {
1664   list-style-type: none;
1665   padding-bottom: 10px;
1666 }
1667 ul.tabs li {
1668   float: left;
1669   margin-left: 20px;
1670 }
1671 ul.tabs li .active {
1672   border-bottom: 1px solid #86608e;
1673 }
1674 /** group editor **/
1675 #group-edit-desc {
1676   margin-top: 1em;
1677   color: #999999;
1678 }
1679 #group-update-wrapper {
1680   height: auto;
1681   overflow: auto;
1682 }
1683 #group-update-wrapper #group {
1684   width: 300px;
1685   float: left;
1686   margin-right: 20px;
1687 }
1688 #group-update-wrapper #contacts {
1689   width: 300px;
1690   float: left;
1691 }
1692 #group-update-wrapper #group-separator {
1693   display: none;
1694 }
1695 #group-update-wrapper .contact_list {
1696   height: 300px;
1697   border: 1px solid #364e59;
1698   overflow: auto;
1699 }
1700 #group-update-wrapper .contact_list .contact-block-div {
1701   width: 50px;
1702   height: 50px;
1703   float: left;
1704 }
1705 /**
1706  * Form fields
1707  */
1708 .field {
1709   margin-bottom: 10px;
1710   padding-bottom: 10px;
1711   overflow: auto;
1712   width: 100%;
1713 }
1714 .field label {
1715   float: left;
1716   width: 200px;
1717 }
1718 .field input,
1719 .field textarea {
1720   width: 400px;
1721 }
1722 .field input[type="checkbox"],
1723 .field input[type="radio"] {
1724   width: auto;
1725 }
1726 .field textarea {
1727   height: 100px;
1728 }
1729 .field .field_help {
1730   display: block;
1731   margin-left: 200px;
1732   color: #999999;
1733 }
1734 .field .onoff {
1735   float: left;
1736   width: 80px;
1737 }
1738 .field .onoff a {
1739   display: block;
1740   border: 1px solid #666666;
1741   background-image: url("../../../images/onoff.jpg");
1742   background-repeat: no-repeat;
1743   padding: 4px 2px 2px 2px;
1744   height: 16px;
1745   text-decoration: none;
1746 }
1747 .field .onoff .off {
1748   border-color: #666666;
1749   padding-left: 40px;
1750   background-position: left center;
1751   background-color: #cccccc;
1752   color: #666666;
1753   text-align: right;
1754 }
1755 .field .onoff .on {
1756   border-color: #204A87;
1757   padding-right: 40px;
1758   background-position: right center;
1759   background-color: #D7E3F1;
1760   color: #204A87;
1761   text-align: left;
1762 }
1763 .field .hidden {
1764   display: none!important;
1765 }
1766 .field.radio .field_help {
1767   margin-left: 0px;
1768 }
1769 #profile-edit-links li {
1770   list-style: none;
1771   margin-top: 10px;
1772 }
1773 #profile-edit-default-desc {
1774   color: #FF0000;
1775   border: 1px solid #FF8888;
1776   background-color: #FFEEEE;
1777   padding: 7px;
1778 }
1779 #profile-edit-profile-name-label,
1780 #profile-edit-name-label,
1781 #profile-edit-pdesc-label,
1782 #profile-edit-gender-label,
1783 #profile-edit-dob-label,
1784 #profile-edit-address-label,
1785 #profile-edit-locality-label,
1786 #profile-edit-region-label,
1787 #profile-edit-postal-code-label,
1788 #profile-edit-country-name-label,
1789 #profile-edit-marital-label,
1790 #profile-edit-with-label,
1791 #profile-edit-sexual-label,
1792 #profile-edit-politic-label,
1793 #profile-edit-religion-label,
1794 #profile-edit-pubkeywords-label,
1795 #profile-edit-prvkeywords-label,
1796 #profile-edit-gender-select,
1797 #profile-edit-homepage-label {
1798   float: left;
1799   width: 175px;
1800   padding-top: 7px;
1801 }
1802 #profile-edit-profile-name,
1803 #profile-edit-name,
1804 #gender-select,
1805 #profile-edit-pdesc,
1806 #profile-edit-gender,
1807 #profile-edit-dob,
1808 #profile-edit-address,
1809 #profile-edit-locality,
1810 #profile-edit-region,
1811 #profile-edit-postal-code,
1812 #profile-edit-country-name,
1813 #profile-edit-marital,
1814 #profile-edit-with,
1815 #profile-edit-sexual,
1816 #profile-edit-politic,
1817 #profile-edit-religion,
1818 #profile-edit-pubkeywords,
1819 #profile-edit-prvkeywords,
1820 #profile-edit-homepage {
1821   margin-top: 5px;
1822 }
1823 /* oauth */
1824 .oauthapp {
1825   height: auto;
1826   overflow: auto;
1827   border-bottom: 2px solid #cccccc;
1828   padding-bottom: 1em;
1829   margin-bottom: 1em;
1830 }
1831 .oauthapp img {
1832   float: left;
1833   width: 48px;
1834   height: 48px;
1835   margin: 10px;
1836 }
1837 .oauthapp img.noicon {
1838   background-image: url("../../../images/icons/48/plugin.png");
1839   background-position: center center;
1840   background-repeat: no-repeat;
1841 }
1842 .oauthapp a {
1843   float: left;
1844 }
1845 /* contacts */
1846 .contact-entry-wrapper {
1847   width: 50px;
1848   float: left;
1849 }
1850 /* photo albums */
1851 #photo-edit-link-wrap {
1852   margin-bottom: 10px;
1853 }
1854 #album-edit-link {
1855   border-right: 1px solid #364e59;
1856   float: left;
1857   padding-right: 5px;
1858   margin-right: 5px;
1859 }
1860 #photo-edit-link,
1861 #album-edit-link a {
1862   background: url("../../../images/icons/16/edit.png") no-repeat left center;
1863   padding-left: 18px;
1864 }
1865 #photo-toprofile-link {
1866   background: url("../../../images/icons/16/user.png") no-repeat left center;
1867   padding-left: 18px;
1868 }
1869 .photos-upload-link a,
1870 #photo-top-upload-link {
1871   background: url("../../../images/icons/16/add.png") no-repeat left center;
1872   padding-left: 18px;
1873 }
1874 .photo-top-image-wrapper,
1875 .photo-album-image-wrapper {
1876   float: left;
1877   margin: 0px 10px 10px 0px;
1878   width: 150px;
1879   height: 150px;
1880   position: relative;
1881   overflow: hidden;
1882 }
1883 .photo-top-image-wrapper img,
1884 .photo-album-image-wrapper img {
1885   width: 150px;
1886 }
1887 .photo-top-image-wrapper .photo-top-album-name,
1888 .photo-album-image-wrapper .photo-top-album-name,
1889 .photo-top-image-wrapper .caption,
1890 .photo-album-image-wrapper .caption {
1891   position: absolute;
1892   color: #2d2d2d;
1893   background-color: #ffffff;
1894   width: 100%;
1895   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1896   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1897   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1898   -webkit-transition: all 0.5s ease-in-out;
1899   -moz-transition: all 0.5s ease-in-out;
1900   -o-transition: all 0.5s ease-in-out;
1901   -ms-transition: all 0.5s ease-in-out;
1902   transition: all 0.5s ease-in-out;
1903   bottom: -150px;
1904 }
1905 .photo-top-image-wrapper:hover .photo-top-album-name,
1906 .photo-album-image-wrapper:hover .photo-top-album-name,
1907 .photo-top-image-wrapper:hover .caption,
1908 .photo-album-image-wrapper:hover .caption {
1909   bottom: 0px;
1910   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1911   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1912   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1913   -webkit-transition: all 0.5s ease-in-out;
1914   -moz-transition: all 0.5s ease-in-out;
1915   -o-transition: all 0.5s ease-in-out;
1916   -ms-transition: all 0.5s ease-in-out;
1917   transition: all 0.5s ease-in-out;
1918 }
1919 #photo-photo {
1920   display: block;
1921   width: 660px;
1922   padding: 50px;
1923   margin-bottom: 0px;
1924   text-align: center;
1925   background-color: #999999;
1926 }
1927 #photo-photo img {
1928   max-width: 560px;
1929 }
1930 #photo-album-title {
1931   background: url("../../../images/icons/22/image.png") no-repeat top left;
1932   padding-left: 23px;
1933   min-height: 22px;
1934 }
1935 #photo-album-title a {
1936   display: block;
1937   padding-top: 5px;
1938 }
1939 #photo-caption {
1940   display: block;
1941   width: 660px;
1942   min-height: 55px;
1943   background-color: #cccccc;
1944   padding: 0 50px 0 50px;
1945 }
1946 #photo-next-link > a > div {
1947   background: url("icons/next.png") no-repeat center center;
1948   float: right;
1949   width: 50px;
1950   height: 50px;
1951 }
1952 #photo-prev-link > a > div {
1953   background: url("icons/prev.png") no-repeat center center;
1954   float: left;
1955   width: 50px;
1956   height: 50px;
1957 }
1958 #photo-like-div {
1959   display: block;
1960   width: 660px;
1961   height: 30px;
1962   background-color: #cccccc;
1963   padding: 0 50px 0 50px;
1964 }
1965 #photo-like-div .icon {
1966   float: left;
1967 }
1968 #photo-like-div .like-rotator {
1969   float: right;
1970 }
1971 /* profile match wrapper */
1972 .profile-match-wrapper {
1973   float: left;
1974   width: 90px;
1975   height: 90px;
1976   margin-bottom: 20px;
1977 }
1978 .profile-match-wrapper .contact-photo {
1979   width: 80px;
1980   height: 80px;
1981 }
1982 .profile-match-wrapper .contact-photo img {
1983   width: 80px;
1984   height: 80px;
1985 }
1986 .profile-match-wrapper .contact-photo-menu-button {
1987   left: 0px;
1988   top: 63px;
1989 }
1990 /* messages */
1991 #message-new {
1992   background: #19aeff;
1993   border: 1px solid #005c94;
1994   width: 150px;
1995 }
1996 #message-new a {
1997   color: #ffffff;
1998   text-align: center;
1999   display: block;
2000   font-weight: bold;
2001   padding: 1em 0px;
2002 }
2003 .mail-list-wrapper {
2004   background-color: #f6f7f8;
2005   margin-bottom: 5px;
2006   width: 100%;
2007   height: auto;
2008   overflow: hidden;
2009 }
2010 .mail-list-wrapper span {
2011   display: block;
2012   float: left;
2013   width: 20%;
2014   overflow: hidden;
2015 }
2016 .mail-list-wrapper .mail-subject {
2017   width: 30%;
2018   padding: 4px 0px 0px 4px;
2019 }
2020 .mail-list-wrapper .mail-subject a {
2021   display: block;
2022 }
2023 .mail-list-wrapper .mail-subject.unseen a {
2024   font-weight: bold;
2025 }
2026 .mail-list-wrapper .mail-date {
2027   padding: 4px 4px 0px 4px;
2028 }
2029 .mail-list-wrapper .mail-from {
2030   padding: 4px 4px 0px 4px;
2031 }
2032 .mail-list-wrapper .mail-count {
2033   padding: 4px 4px 0px 4px;
2034   text-align: right;
2035 }
2036 .mail-list-wrapper .mail-delete {
2037   float: right;
2038 }
2039 #mail-display-subject {
2040   background-color: #f6f7f8;
2041   color: #2d2d2d;
2042   margin-bottom: 10px;
2043   width: 100%;
2044   height: auto;
2045   overflow: hidden;
2046 }
2047 #mail-display-subject span {
2048   float: left;
2049   overflow: hidden;
2050   padding: 4px 0px 0px 10px;
2051 }
2052 #mail-display-subject .mail-delete {
2053   float: right;
2054   opacity: 0.5;
2055   -webkit-transition: all 0.2s ease-in-out;
2056   -moz-transition: all 0.2s ease-in-out;
2057   -o-transition: all 0.2s ease-in-out;
2058   -ms-transition: all 0.2s ease-in-out;
2059   transition: all 0.2s ease-in-out;
2060 }
2061 #mail-display-subject:hover .mail-delete {
2062   opacity: 1;
2063   -webkit-transition: all 0.2s ease-in-out;
2064   -moz-transition: all 0.2s ease-in-out;
2065   -o-transition: all 0.2s ease-in-out;
2066   -ms-transition: all 0.2s ease-in-out;
2067   transition: all 0.2s ease-in-out;
2068 }
2069 /* theme screenshot */
2070 .screenshot,
2071 #theme-preview {
2072   position: absolute;
2073   width: 202px;
2074   left: 70%;
2075   top: 50px;
2076 }
2077 .screenshot img,
2078 #theme-preview img {
2079   width: 200px;
2080   height: 150px;
2081 }
2082 /* page footer */
2083 footer {
2084   height: 100px;
2085   display: table-row;
2086 }
2087 .pager {
2088   margin-top: 25px;
2089   clear: both;
2090 }
2091 /**
2092  * ADMIN
2093  */
2094 #pending-update {
2095   float: right;
2096   color: #ffffff;
2097   font-weight: bold;
2098   background-color: #FF0000;
2099   padding: 0em 0.3em;
2100 }
2101 #adminpage dl {
2102   clear: left;
2103   margin-bottom: 2px;
2104   padding-bottom: 2px;
2105   border-bottom: 1px solid black;
2106 }
2107 #adminpage dt {
2108   width: 200px;
2109   float: left;
2110   font-weight: bold;
2111 }
2112 #adminpage dd {
2113   margin-left: 200px;
2114 }
2115 #adminpage h3 {
2116   border-bottom: 1px solid #cccccc;
2117 }
2118 #adminpage .field label {
2119   font-weight: bold;
2120 }
2121 #adminpage .submit {
2122   clear: left;
2123   text-align: right;
2124 }
2125 #adminpage #pluginslist {
2126   margin: 0px;
2127   padding: 0px;
2128 }
2129 #adminpage .plugin {
2130   list-style: none;
2131   display: block;
2132   border: 1px solid #888888;
2133   padding: 1em;
2134   margin-bottom: 5px;
2135   clear: left;
2136 }
2137 #adminpage .plugin desc {
2138   margin-left: 2.5em;
2139 }
2140 #adminpage .toggleplugin {
2141   float: left;
2142   margin-right: 1em;
2143 }
2144 #adminpage table {
2145   width: 100%;
2146   border-bottom: 1px solid #000000;
2147   margin: 5px 0px;
2148 }
2149 #adminpage table th {
2150   text-align: left;
2151 }
2152 #adminpage table td .icon {
2153   float: left;
2154 }
2155 #adminpage table tr:hover {
2156   background-color: #bbc7d7;
2157 }
2158 #adminpage table#users img {
2159   width: 16px;
2160   height: 16px;
2161 }
2162 #adminpage .selectall {
2163   text-align: right;
2164 }
2165 /* edit buttons for comments */
2166 .icon.dim {
2167   opacity: 0.3;
2168   filter: alpha(opacity=30);
2169 }
2170 .comment-edit-bb {
2171   list-style: none;
2172   display: none;
2173   margin: 0px;
2174   padding: 0px;
2175   width: 75%;
2176 }
2177 .comment-edit-bb > li {
2178   display: inline-block;
2179   margin: 10px 10px 0 0;
2180   visibility: none;
2181 }
2182 .editicon {
2183   display: inline-block;
2184   width: 16px;
2185   height: 16px;
2186   background-image: url(icons/bbedit.png);
2187   text-decoration: none;
2188 }
2189 .editicon :hover {
2190   background-color: #ccc;
2191 }
2192 .boldbb {
2193   background-position: 0px 0px;
2194 }
2195 .boldbb:hover {
2196   background-position: 0px -16px;
2197 }
2198 .italicbb {
2199   background-position: -16px 0px;
2200 }
2201 .italicbb:hover {
2202   background-position: -16px -16px;
2203 }
2204 .underlinebb {
2205   background-position: -32px 0px;
2206 }
2207 .underlinebb:hover {
2208   background-position: -32px -16px;
2209 }
2210 .quotebb {
2211   background-position: -48px 0px;
2212 }
2213 .quotebb:hover {
2214   background-position: -48px -16px;
2215 }
2216 .codebb {
2217   background-position: -64px 0px;
2218 }
2219 .codebb:hover {
2220   background-position: -64px -16px;
2221 }
2222 .imagebb {
2223   background-position: -80px 0px;
2224 }
2225 .imagebb:hover {
2226   background-position: -80px -16px;
2227 }
2228 .urlbb {
2229   background-position: -96px 0px;
2230 }
2231 .urlbb:hover {
2232   background-position: -96px -16px;
2233 }
2234 .videobb {
2235   background-position: -112px 0px;
2236 }
2237 .videobb:hover {
2238   background-position: -112px -16px;
2239 }
2240 /** range input css **/
2241 /* slider root element */
2242 .slider {
2243   height: 2px;
2244   position: relative;
2245   cursor: pointer;
2246   border: 1px solid #333;
2247   width: 200px;
2248   margin: 10px 0px 10px 0px;
2249   float: left;
2250 }
2251 /* progress bar (enabled with progress: true) */
2252 .progress {
2253   height: 9px;
2254   background-color: #C5FF00;
2255   display: none;
2256   opacity: 0.6;
2257 }
2258 /* drag handle */
2259 .handle {
2260   background-color: #ccc;
2261   height: 16px;
2262   width: 8px;
2263   top: -8px;
2264   position: absolute;
2265   display: block;
2266   margin-top: 1px;
2267   border: 1px solid #000;
2268   cursor: move;
2269   -moz-border-radius: 0 0 5px 5px;
2270   -webkit-border-radius: 0 0 5px 5px;
2271   border-radius: 0 0 5px 5px;
2272   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2273   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2274   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2275 }
2276 /* the input field */
2277 .range {
2278   width: 20px!important;
2279   font-size: 8pt;
2280   margin-left: 10px;
2281   border: 0px;
2282   color: #999999;
2283 }