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