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