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