]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/dark/style.css
Bugfix: Only show the feed link for local profiles
[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.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: #ffffff;
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: #005c94;
434   text-decoration: none;
435 }
436 a:visited {
437   color: #005c94;
438   text-decoration: none;
439 }
440 a:hover {
441   color: #005c94;
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: #005c94;
458   text-decoration: none;
459   cursor: pointer;
460 }
461 .fakelink:hover {
462   color: #005c94;
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: #0e232e;
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: #364e59;
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 #0e232e;
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: #19aeff;
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: #364e59;
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: #bdcdd4;
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: #bdcdd4;
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 .p-faddr {
814   margin-bottom: 5px;
815 }
816 aside .vcard dl {
817   height: auto;
818   overflow: auto;
819 }
820 aside .vcard dt {
821   float: left;
822   margin-left: 0px;
823   width: 35%;
824   text-align: right;
825   color: #999999;
826 }
827 aside .vcard dd {
828   float: left;
829   margin-left: 4px;
830   width: 60%;
831 }
832 aside #profile-extra-links ul {
833   padding: 0px;
834   margin: 0px;
835 }
836 aside #profile-extra-links li {
837   padding: 0px;
838   margin: 0px;
839   list-style: none;
840 }
841 aside #subscribe-feed-link,
842 aside #wallmessage-link {
843   display: block;
844   -moz-border-radius: 5px 5px 5px 5px;
845   -webkit-border-radius: 5px 5px 5px 5px;
846   border-radius: 5px 5px 5px 5px;
847   color: #ffffff;
848   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
849   font-weight: bold;
850   text-transform: uppercase;
851   padding: 4px 2px 2px 35px;
852   margin-top: 3px;
853 }
854 aside #subscribe-feed:hover,
855 aside #wallmessage-link:hover {
856   text-decoration: none;
857   background-color: #19aeff;
858 }
859 aside #dfrn-request-link {
860   display: block;
861   -moz-border-radius: 5px 5px 5px 5px;
862   -webkit-border-radius: 5px 5px 5px 5px;
863   border-radius: 5px 5px 5px 5px;
864   color: #ffffff;
865   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
866   font-weight: bold;
867   text-transform: uppercase;
868   padding: 4px 2px 2px 35px;
869 }
870 aside #dfrn-request-link:hover {
871   text-decoration: none;
872   background-color: #19aeff;
873 }
874 aside #profiles-menu {
875   width: 20em;
876 }
877 aside .posted-date-selector-months {
878   margin-left: 10px;
879 }
880 #contact-block {
881   overflow: auto;
882   height: auto;
883   /*.contact-block-div { width:60px; height: 60px; }*/
884 }
885 #contact-block .contact-block-h4 {
886   float: left;
887   margin: 5px 0px;
888 }
889 #contact-block .allcontact-link {
890   float: right;
891   margin: 5px 0px;
892 }
893 #contact-block .contact-block-content {
894   clear: both;
895   overflow: hidden;
896   height: auto;
897 }
898 #contact-block .contact-block-link {
899   float: left;
900   margin: 0px 2px 2px 0px;
901 }
902 #contact-block .contact-block-link img {
903   width: 48px;
904   height: 48px;
905 }
906 /* group member */
907 #contact-edit-drop-link,
908 .mail-list-delete-wrapper,
909 .group-delete-wrapper {
910   float: right;
911   margin-right: 50px;
912 }
913 #contact-edit-drop-link .drophide,
914 .mail-list-delete-wrapper .drophide,
915 .group-delete-wrapper .drophide {
916   background-image: url('../../../images/icons/22/delete.png');
917   display: block;
918   width: 22px;
919   height: 22px;
920   opacity: 0.3;
921   position: relative;
922   top: -50px;
923 }
924 #contact-edit-drop-link .drop,
925 .mail-list-delete-wrapper .drop,
926 .group-delete-wrapper .drop {
927   background-image: url('../../../images/icons/22/delete.png');
928   display: block;
929   width: 22px;
930   height: 22px;
931   position: relative;
932   top: -50px;
933 }
934 /*
935 #group-members {
936         margin-top: 20px;
937         padding: 10px;
938         height: 250px;
939         overflow: auto;
940         border: 1px solid #ddd;
941 }
942 #group-members-end {
943         clear: both;
944 }
945 #group-all-contacts {
946         padding: 10px;
947         height: 450px;
948         overflow: auto;
949         border: 1px solid #ddd;
950 }
951 #group-all-contacts-end {
952         clear: both;
953         margin-bottom: 10px;
954 }
955 .contact-block-div {
956         float: left;
957         width: 60px;
958         height: 60px;
959 }*/
960 /* widget */
961 .widget {
962   margin-bottom: 2em;
963   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
964         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
965 }
966 .widget h3 {
967   padding: 0px;
968   margin: 2px;
969 }
970 .widget .action {
971   opacity: 0.1;
972   -webkit-transition: all 0.2s ease-in-out;
973   -moz-transition: all 0.2s ease-in-out;
974   -o-transition: all 0.2s ease-in-out;
975   -ms-transition: all 0.2s ease-in-out;
976   transition: all 0.2s ease-in-out;
977 }
978 .widget input.action {
979   opacity: 0.5;
980   -webkit-transition: all 0.2s ease-in-out;
981   -moz-transition: all 0.2s ease-in-out;
982   -o-transition: all 0.2s ease-in-out;
983   -ms-transition: all 0.2s ease-in-out;
984   transition: all 0.2s ease-in-out;
985 }
986 .widget:hover .title .action {
987   opacity: 1;
988   -webkit-transition: all 0.2s ease-in-out;
989   -moz-transition: all 0.2s ease-in-out;
990   -o-transition: all 0.2s ease-in-out;
991   -ms-transition: all 0.2s ease-in-out;
992   transition: all 0.2s ease-in-out;
993 }
994 .widget .tool:hover .action {
995   opacity: 1;
996   -webkit-transition: all 0.2s ease-in-out;
997   -moz-transition: all 0.2s ease-in-out;
998   -o-transition: all 0.2s ease-in-out;
999   -ms-transition: all 0.2s ease-in-out;
1000   transition: all 0.2s ease-in-out;
1001 }
1002 .widget .tool:hover .action.ticked {
1003   opacity: 1;
1004   -webkit-transition: all 0.2s ease-in-out;
1005   -moz-transition: all 0.2s ease-in-out;
1006   -o-transition: all 0.2s ease-in-out;
1007   -ms-transition: all 0.2s ease-in-out;
1008   transition: all 0.2s ease-in-out;
1009 }
1010 .widget ul {
1011   padding: 0px;
1012 }
1013 .widget ul li {
1014   padding-left: 16px;
1015   min-height: 16px;
1016   list-style: none;
1017 }
1018 .widget .tool.selected {
1019   background: url('../../../images/selected.png') no-repeat left center;
1020 }
1021 .widget .notify {
1022   display: none;
1023   background-color: #19AEFF;
1024   border-radius: 5px;
1025   font-size: 10px;
1026   padding: 1px 3px;
1027   min-width: 15px;
1028   text-align: right;
1029   float: right;
1030   color: #ffffff;
1031   margin-right: 10px;
1032 }
1033 .widget .notify.on {
1034   display: block;
1035 }
1036 /* widget: search */
1037 #add-search-popup {
1038   width: 200px;
1039   top: 18px;
1040 }
1041 /* section 800px */
1042 section {
1043   display: table-cell;
1044   vertical-align: top;
1045   width: 770px;
1046   padding: 0px 20px 0px 10px;
1047 }
1048 .sparkle {
1049   cursor: url('icons/lock.cur'), pointer;
1050 }
1051 /* wall item */
1052 .tread-wrapper {
1053   background-color: #eff0f1;
1054   position: relative;
1055   padding: 10px;
1056   margin-bottom: 20px;
1057   width: 750px;
1058   border-bottom: 1px solid #cccccc;
1059 }
1060 .wall-item-decor {
1061   position: absolute;
1062   left: 97%;
1063   top: -10px;
1064   width: 16px;
1065 }
1066 .unstarred {
1067   display: none;
1068 }
1069 .wall-item-container {
1070   display: table;
1071   width: 750px;
1072 }
1073 .wall-item-container .wall-item-item,
1074 .wall-item-container .wall-item-bottom {
1075   display: table-row;
1076 }
1077 .wall-item-container .wall-item-bottom {
1078   opacity: 0.5;
1079   -webkit-transition: all 0.2s ease-in-out;
1080   -moz-transition: all 0.2s ease-in-out;
1081   -o-transition: all 0.2s ease-in-out;
1082   -ms-transition: all 0.2s ease-in-out;
1083   transition: all 0.2s ease-in-out;
1084 }
1085 .wall-item-container:hover .wall-item-bottom {
1086   opacity: 1;
1087   -webkit-transition: all 0.2s ease-in-out;
1088   -moz-transition: all 0.2s ease-in-out;
1089   -o-transition: all 0.2s ease-in-out;
1090   -ms-transition: all 0.2s ease-in-out;
1091   transition: all 0.2s ease-in-out;
1092 }
1093 .wall-item-container .wall-item-info {
1094   display: table-cell;
1095   vertical-align: top;
1096   text-align: left;
1097   width: 60px;
1098 }
1099 .wall-item-container .wall-item-location {
1100   word-wrap: break-word;
1101   width: 50px;
1102 }
1103 .wall-item-container .wall-item-content {
1104   display: table-cell;
1105   font-size: 12px;
1106   max-width: 720px;
1107   word-wrap: break-word;
1108 }
1109 .wall-item-container .wall-item-content img {
1110   max-width: 700px;
1111 }
1112 .wall-item-container .wall-item-links,
1113 .wall-item-container .wall-item-actions {
1114   display: table-cell;
1115   vertical-align: middle;
1116 }
1117 .wall-item-container .wall-item-links .icon,
1118 .wall-item-container .wall-item-actions .icon {
1119   opacity: 0.5;
1120   -webkit-transition: all 0.2s ease-in-out;
1121   -moz-transition: all 0.2s ease-in-out;
1122   -o-transition: all 0.2s ease-in-out;
1123   -ms-transition: all 0.2s ease-in-out;
1124   transition: all 0.2s ease-in-out;
1125 }
1126 .wall-item-container .wall-item-links .icon:hover,
1127 .wall-item-container .wall-item-actions .icon:hover {
1128   opacity: 1;
1129   -webkit-transition: all 0.2s ease-in-out;
1130   -moz-transition: all 0.2s ease-in-out;
1131   -o-transition: all 0.2s ease-in-out;
1132   -ms-transition: all 0.2s ease-in-out;
1133   transition: all 0.2s ease-in-out;
1134 }
1135 .wall-item-container .wall-item-ago {
1136   padding-right: 40px;
1137 }
1138 .wall-item-container .wall-item-name {
1139   font-weight: bold;
1140 }
1141 .wall-item-container .wall-item-actions-author {
1142   float: left;
1143   width: 20em;
1144   margin-top: 0.5em;
1145 }
1146 .wall-item-container .wall-item-actions-events {
1147   float: left;
1148   margin-top: 0.5em;
1149 }
1150 .wall-item-container .wall-item-actions-events a {
1151   margin-right: 3em;
1152 }
1153 .wall-item-container .wall-item-actions-social {
1154   float: left;
1155   margin-top: 0.5em;
1156 }
1157 .wall-item-container .wall-item-actions-social a {
1158   margin-right: 3em;
1159 }
1160 .wall-item-container .wall-item-actions-tools {
1161   float: right;
1162   width: 15%;
1163 }
1164 .wall-item-container .wall-item-actions-tools a {
1165   float: right;
1166 }
1167 .wall-item-container .wall-item-actions-tools input {
1168   float: right;
1169 }
1170 .wall-item-container.comment .contact-photo-wrapper {
1171   margin-left: 16px;
1172 }
1173 .wall-item-container.comment .contact-photo {
1174   width: 32px;
1175   height: 32px;
1176 }
1177 .wall-item-container.comment .contact-photo-menu-button {
1178   top: 15px !important;
1179   left: 0px !important;
1180 }
1181 .wall-item-container.comment .wall-item-links {
1182   padding-left: 12px;
1183 }
1184 .wall-item-container.comment .commentbox {
1185   height: 0px;
1186   overflow: hidden;
1187   -webkit-transition: all 0.2s ease-in-out;
1188   -moz-transition: all 0.2s ease-in-out;
1189   -o-transition: all 0.2s ease-in-out;
1190   -ms-transition: all 0.2s ease-in-out;
1191   transition: all 0.2s ease-in-out;
1192 }
1193 .wall-item-container.comment .commentbox .wall-item-comment-wrapper {
1194   border-top: 1px solid #999999;
1195   height: 0px;
1196   overflow: hidden;
1197 }
1198 .wall-item-container.comment:hover .commentbox {
1199   height: auto;
1200   overflow: visible;
1201   -webkit-transition: all 0.2s ease-in-out;
1202   -moz-transition: all 0.2s ease-in-out;
1203   -o-transition: all 0.2s ease-in-out;
1204   -ms-transition: all 0.2s ease-in-out;
1205   transition: all 0.2s ease-in-out;
1206 }
1207 .wall-item-container.comment:hover .commentbox .wall-item-comment-wrapper {
1208   border-top: 0px;
1209   height: auto;
1210   overflow: visible;
1211 }
1212 /* 'tag' item type */
1213 .wall-item-container.item-tag .wall-item-content {
1214   opacity: 0.5;
1215   -webkit-transition: all 0.2s ease-in-out;
1216   -moz-transition: all 0.2s ease-in-out;
1217   -o-transition: all 0.2s ease-in-out;
1218   -ms-transition: all 0.2s ease-in-out;
1219   transition: all 0.2s ease-in-out;
1220 }
1221 .wall-item-container.item-tag .contact-photo-wrapper {
1222   margin-left: 32px;
1223 }
1224 .wall-item-container.item-tag .contact-photo {
1225   width: 16px;
1226   height: 16px;
1227 }
1228 .wall-item-container.item-tag .contact-photo-menu-button {
1229   top: 15px !important;
1230   left: 15px !important;
1231 }
1232 .wall-item-comment-wrapper {
1233   margin: 1em 2em 1em 60px;
1234 }
1235 .wall-item-comment-wrapper .comment-edit-photo {
1236   display: none;
1237 }
1238 .wall-item-comment-wrapper textarea {
1239   height: 1em;
1240   width: 100%;
1241   font-size: 10px;
1242   color: #999999;
1243   border: 1px solid #999999;
1244   padding: 0.3em;
1245 }
1246 .wall-item-comment-wrapper .comment-edit-text-full {
1247   height: 4em;
1248   color: #2d2d2d;
1249   border: 1px solid #2d2d2d;
1250 }
1251 .wall-item-comment-wrapper.photo {
1252   margin: 1em 2em 1em 0px;
1253 }
1254 .threaded .wall-item-comment-wrapper {
1255   margin-left: 0px;
1256 }
1257 .comment-edit-preview {
1258   width: 710px;
1259   border: 1px solid #2d2d2d;
1260   margin-top: 10px;
1261   background-color: #fce94f;
1262 }
1263 .comment-edit-preview .contact-photo {
1264   width: 32px;
1265   height: 32px;
1266   margin-left: 16px;
1267   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1268 }
1269 .comment-edit-preview .contact-photo-menu-button {
1270   top: 15px !important;
1271   left: 15px !important;
1272 }
1273 .comment-edit-preview .wall-item-links {
1274   padding-left: 12px;
1275 }
1276 .comment-edit-preview .wall-item-container {
1277   width: 90%;
1278 }
1279 .comment-edit-preview .tread-wrapper {
1280   width: 90%;
1281   padding: 0;
1282   margin: 10px 0;
1283   background-color: #fce94f;
1284   border-bottom: 0px;
1285 }
1286 .comment-edit-preview .wall-item-conv {
1287   display: none;
1288 }
1289 .shiny {
1290   border-right: 10px solid #fce94f;
1291 }
1292 #jot-preview-content .tread-wrapper {
1293   background-color: #fce94f;
1294 }
1295 .hide-comments-outer {
1296   margin-bottom: 0.8em;
1297 }
1298 .wall-item-tags {
1299   padding-top: 5px;
1300 }
1301 .tag {
1302   background: url("icons/tag.png") no-repeat center right;
1303   color: #ffffff;
1304   padding-right: 8px;
1305   padding-left: 3px;
1306 }
1307 .tag a {
1308   color: #ffffff;
1309 }
1310 .mention {
1311   background: url("icons/men.png") no-repeat 1px center;
1312   color: #666666;
1313   padding-right: 3px;
1314   padding-left: 18px;
1315 }
1316 .mention a {
1317   color: #666666;
1318 }
1319 .folder {
1320   background: url("icons/folder.png") no-repeat 1px center;
1321   color: #666666;
1322   padding-right: 3px;
1323   padding-left: 15px;
1324 }
1325 .folder a {
1326   color: #666666;
1327 }
1328 .category {
1329   background: url("icons/category.png") no-repeat 1px center;
1330   color: #666666;
1331   padding-right: 3px;
1332   padding-left: 15px;
1333 }
1334 .category a {
1335   color: #666666;
1336 }
1337 /*.filesavetags {
1338     padding: 3px 0px 3px 0px;
1339     opacity: 0.5;
1340 }*/
1341 .wwto {
1342   position: absolute !important;
1343   background: #FFFFFF;
1344   border: 2px solid #364e59;
1345   height: 25px;
1346   width: 25px;
1347   overflow: hidden;
1348   padding: 1px;
1349   top: 40px;
1350   left: 30px;
1351   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1352   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1353   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1354 }
1355 .wwto .contact-photo {
1356   width: 25px;
1357   height: 25px;
1358 }
1359 /* reshare e embed */
1360 .wall-item-container .wall-item-content .type-link img,
1361 .type-link img {
1362   max-width: 160px;
1363   max-height: 160px;
1364   float: left;
1365   margin-right: 10px;
1366 }
1367 .wall-item-container .wall-item-content .type-link img.attachment-image,
1368 .type-link img.attachment-image {
1369   max-width: 650px;
1370   max-height: inital;
1371   float: none;
1372   margin-right: 0px;
1373 }
1374 .type-link blockquote {
1375   margin: 1em 0px;
1376   max-height: 160px;
1377   overflow: hidden;
1378   padding-left: 1em;
1379 }
1380 .type-video blockquote {
1381   padding-left: 1em;
1382 }
1383 .shared_header {
1384   height: 32px;
1385   color: #999;
1386   border-top: 1px solid #cccccc;
1387   padding-top: 5px;
1388   margin-top: 5px;
1389 }
1390 .shared_header img {
1391   -webkit-border-radius: 4px;
1392   -moz-border-radius: 4px;
1393   border-radius: 4px;
1394   float: left;
1395 }
1396 .shared_header span {
1397   margin-left: 9px;
1398 }
1399 blockquote.shared_content {
1400   margin-left: 32px;
1401   color: #000;
1402   border: none;
1403 }
1404 .oembed.video > a.embed_video {
1405   display: block;
1406   float: none;
1407 }
1408 .oembed.video > a.embed_video > div {
1409   background: rgba(255, 255, 255, 0.36) url(../../../images/icons/48/play.png) no-repeat center center !important;
1410 }
1411 /* threaded comments */
1412 .children {
1413   margin-top: 1em;
1414 }
1415 .children .hide-comments-outer {
1416   margin-left: 60px;
1417 }
1418 .children .wwto {
1419   display: none;
1420 }
1421 .children .comment-edit-preview {
1422   width: 660px;
1423 }
1424 .children .comment-edit-preview .wall-item-container {
1425   width: 610px;
1426 }
1427 .children .children {
1428   margin-left: 40px;
1429 }
1430 .children .children .wall-item-container {
1431   width: 710px;
1432 }
1433 .children .children .comment-edit-preview {
1434   width: 620px;
1435 }
1436 .children .children .comment-edit-preview .wall-item-container {
1437   width: 620px;
1438 }
1439 .children .children .children .wall-item-container {
1440   width: 670px;
1441 }
1442 .children .children .children .comment-edit-preview {
1443   width: 580px;
1444 }
1445 .children .children .children .comment-edit-preview .wall-item-container {
1446   width: 580px;
1447 }
1448 .children .children .children .children .wall-item-container {
1449   width: 630px;
1450 }
1451 .children .children .children .children .comment-edit-preview {
1452   width: 540px;
1453 }
1454 .children .children .children .children .comment-edit-preview .wall-item-container {
1455   width: 540px;
1456 }
1457 .children .children .children .children .children .wall-item-container {
1458   width: 590px;
1459 }
1460 .children .children .children .children .children .comment-edit-preview {
1461   width: 500px;
1462 }
1463 .children .children .children .children .children .comment-edit-preview .wall-item-container {
1464   width: 500px;
1465 }
1466 .children .children .children .children .children .children {
1467   margin-left: 0px;
1468 }
1469 .children .children .children .children .children .children .hide-comments-outer {
1470   margin-left: 0px;
1471 }
1472 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
1473 span[id^="showmore-teaser"] {
1474   background: url("showmore-bg.jpg") no-repeat center bottom;
1475 }
1476 span[id^="showmore-wrap"] {
1477   border-top: 1px solid #999999;
1478   color: #999999;
1479   display: block;
1480   text-align: center;
1481   background-color: #eff0f1;
1482 }
1483 #pause {
1484   position: fixed;
1485   bottom: 5px;
1486   right: 5px;
1487 }
1488 .contact-photo-wrapper {
1489   position: relative;
1490 }
1491 .contact-select {
1492   position: absolute;
1493   top: 64px;
1494   left: 64px;
1495   display: none;
1496 }
1497 .contact-select:checked,
1498 .contact-photo:hover .contact-select {
1499   display: block;
1500 }
1501 #contacts-actions {
1502   position: absolute;
1503   left: 800px;
1504   width: 200px;
1505   background-color: #ffffff;
1506   border: 2px solid #364e59;
1507   display: none;
1508 }
1509 #contacts-actions .batch-action {
1510   display: block;
1511   width: 100%;
1512   background-color: #ffffff;
1513   border: 0px;
1514   color: #2d2d2d;
1515   text-align: left;
1516   padding: 5px 10px;
1517   font-size: 11px;
1518 }
1519 #contacts-actions .batch-action:hover {
1520   background-color: #bdcdd4;
1521 }
1522 @media (max-width: 1000px) {
1523   #contacts-actions {
1524     left: 40px;
1525   }
1526 }
1527 .contact-photo {
1528   width: 48px;
1529   height: 48px;
1530   overflow: hidden;
1531   display: block;
1532 }
1533 .contact-photo img {
1534   width: 48px;
1535   height: 48px;
1536 }
1537 .contact-photo-menu-button {
1538   display: none;
1539   position: absolute;
1540   left: -2px;
1541   top: 31px;
1542 }
1543 .contact-wrapper {
1544   float: left;
1545   width: 300px;
1546   height: 90px;
1547   padding-right: 10px;
1548   margin: 0 10px 10px 0px;
1549 }
1550 .contact-wrapper .contact-photo-wrapper {
1551   float: left;
1552   margin-right: 10px;
1553 }
1554 .contact-wrapper .contact-photo {
1555   width: 80px;
1556   height: 80px;
1557 }
1558 .contact-wrapper .contact-photo img {
1559   width: 80px;
1560   height: 80px;
1561 }
1562 .contact-wrapper .contact-photo-menu-button {
1563   left: 0px;
1564   top: 63px;
1565 }
1566 .contact-wrapper .drop {
1567   background-image: url('../../../images/icons/22/delete.png');
1568   display: block;
1569   width: 22px;
1570   height: 22px;
1571   position: relative;
1572   top: 10px;
1573   left: -10px;
1574   z-index: 99;
1575 }
1576 .contact-wrapper .drophide {
1577   background-image: url('../../../images/icons/22/delete.png');
1578   display: block;
1579   width: 22px;
1580   height: 22px;
1581   opacity: 0.3;
1582   position: relative;
1583   top: 10px;
1584   left: -10px;
1585   z-index: 99;
1586 }
1587 .contact-wrapper .contact-entry-connect {
1588   padding-top: 5px;
1589   font-weight: bold;
1590 }
1591 .directory-item {
1592   float: left;
1593   width: 200px;
1594   height: 200px;
1595 }
1596 .directory-item .contact-photo {
1597   width: 175px;
1598   height: 175px;
1599 }
1600 .directory-item .contact-photo img {
1601   width: 175px;
1602   height: 175px;
1603 }
1604 .contact-name {
1605   font-weight: bold;
1606   /* padding-top: 15px; */
1607 }
1608 .contact-details {
1609   color: #999999;
1610   white-space: nowrap;
1611   overflow: hidden;
1612   text-overflow: ellipsis;
1613 }
1614 /* editor */
1615 .jothidden {
1616   display: none;
1617 }
1618 #jot {
1619   width: 100%;
1620   margin: 0px 2em 20px 0px;
1621 }
1622 #jot .profile-jot-text {
1623   height: 1em;
1624   width: 99%;
1625   font-size: 10px;
1626   color: #999999;
1627   border: 1px solid #999999;
1628   padding: 0.3em;
1629 }
1630 #jot #jot-tools {
1631   margin: 0px;
1632   padding: 0px;
1633   height: 40px;
1634   overflow: none;
1635   width: 770px;
1636   background-color: #0e232e;
1637   border-bottom: 2px solid #9eabb0;
1638 }
1639 #jot #jot-tools li {
1640   list-style: none;
1641   float: left;
1642   width: 80px;
1643   height: 40px;
1644   border-bottom: 2px solid #9eabb0;
1645 }
1646 #jot #jot-tools li a {
1647   display: block;
1648   color: #cccccc;
1649   width: 100%;
1650   height: 40px;
1651   text-align: center;
1652   line-height: 40px;
1653   overflow: hidden;
1654 }
1655 #jot #jot-tools li:hover {
1656   background-color: #364e59;
1657   border-bottom: 2px solid #bdcdd4;
1658 }
1659 #jot #jot-tools li.perms {
1660   float: right;
1661   width: 40px;
1662 }
1663 #jot #jot-tools li.perms a.unlock {
1664   width: 30px;
1665   border-left: 10px solid #cccccc;
1666   background-color: #cccccc;
1667 }
1668 #jot #jot-tools li.perms a.lock {
1669   width: 30px;
1670   border-left: 10px solid #666666;
1671   background-color: #666666;
1672 }
1673 #jot #jot-tools li.submit {
1674   float: right;
1675   background-color: #cccccc;
1676   border-bottom: 2px solid #cccccc;
1677   border-right: 1px solid #666666;
1678   border-left: 1px solid #666666;
1679 }
1680 #jot #jot-tools li.submit input {
1681   border: 0px;
1682   margin: 0px;
1683   padding: 0px;
1684   background-color: #cccccc;
1685   color: #666666;
1686   width: 80px;
1687   height: 40px;
1688   line-height: 40px;
1689 }
1690 #jot #jot-tools li.submit input:hover {
1691   background-color: #bdcdd4;
1692   color: #666666;
1693 }
1694 #jot #jot-tools li.loading {
1695   float: right;
1696   background-color: #ffffff;
1697   width: 20px;
1698   vertical-align: center;
1699   text-align: center;
1700   border-top: 2px solid #9eabb0;
1701   height: 38px;
1702 }
1703 #jot #jot-tools li.loading img {
1704   margin-top: 10px;
1705 }
1706 #jot #jot-title {
1707   border: 0px;
1708   margin: 0px;
1709   height: 20px;
1710   width: 500px;
1711   font-weight: bold;
1712   border: 1px solid #ffffff;
1713 }
1714 #jot #jot-title:-webkit-input-placeholder {
1715   font-weight: normal;
1716 }
1717 #jot #jot-title:-moz-placeholder {
1718   font-weight: normal;
1719 }
1720 #jot #jot-title:hover {
1721   border: 1px solid #999999;
1722 }
1723 #jot #jot-title:focus {
1724   border: 1px solid #999999;
1725 }
1726 #jot #character-counter {
1727   width: 40px;
1728   float: right;
1729   text-align: right;
1730   height: 20px;
1731   line-height: 20px;
1732   padding-right: 20px;
1733 }
1734 #jot #jot-category {
1735   border: 0px;
1736   margin: 0px;
1737   height: 20px;
1738   width: 200px;
1739   border: 1px solid #ffffff;
1740 }
1741 #jot #jot-category:hover {
1742   border: 1px solid #999999;
1743 }
1744 #jot #jot-category:focus {
1745   border: 1px solid #999999;
1746 }
1747 /** buttons **/
1748 /*input[type="submit"] {
1749         border: 0px;
1750     background-color: @ButtonBackgroundColor;
1751     color: @ButtonColor;
1752     padding: 0px 10px;
1753         .rounded(5px);
1754     height: 18px;
1755 }*/
1756 /** acl **/
1757 #photo-edit-perms-select,
1758 #photos-upload-permissions-wrapper,
1759 #profile-jot-acl-wrapper {
1760   display: block!important;
1761 }
1762 #acl-wrapper {
1763   width: 690px;
1764   float: left;
1765 }
1766 #acl-search {
1767   float: right;
1768   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1769   padding-right: 20px;
1770 }
1771 #acl-showall {
1772   float: left;
1773   display: block;
1774   width: auto;
1775   height: 18px;
1776   background-color: #cccccc;
1777   background-image: url("../../../images/show_all_off.png");
1778   background-position: 7px 7px;
1779   background-repeat: no-repeat;
1780   padding: 7px 5px 0px 30px;
1781   color: #999999;
1782   -moz-border-radius: 5px 5px 5px 5px;
1783   -webkit-border-radius: 5px 5px 5px 5px;
1784   border-radius: 5px 5px 5px 5px;
1785 }
1786 #acl-showall.selected {
1787   color: #000000;
1788   background-color: #ff9900;
1789   background-image: url("../../../images/show_all_on.png");
1790 }
1791 #acl-list {
1792   height: 210px;
1793   border: 1px solid #cccccc;
1794   clear: both;
1795   margin-top: 30px;
1796   overflow: auto;
1797 }
1798 .acl-list-item {
1799   display: block;
1800   width: 150px;
1801   height: 30px;
1802   border: 1px solid #cccccc;
1803   margin: 5px;
1804   float: left;
1805 }
1806 .acl-list-item img {
1807   width: 22px;
1808   height: 22px;
1809   float: left;
1810   margin: 4px;
1811 }
1812 .acl-list-item p {
1813   height: 12px;
1814   font-size: 10px;
1815   margin: 0px;
1816   padding: 2px 0px 1px;
1817   overflow: hidden;
1818 }
1819 .acl-list-item a {
1820   font-size: 8px;
1821   display: block;
1822   width: 40px;
1823   height: 10px;
1824   float: left;
1825   color: #999999;
1826   background-color: #cccccc;
1827   background-position: 3px 3px;
1828   background-repeat: no-repeat;
1829   margin-right: 5px;
1830   -webkit-border-radius: 2px ;
1831   -moz-border-radius: 2px;
1832   border-radius: 2px;
1833   padding-left: 15px;
1834 }
1835 #acl-wrapper a:hover {
1836   text-decoration: none;
1837   color: #000000;
1838 }
1839 .acl-button-show {
1840   background-image: url("../../../images/show_off.png");
1841 }
1842 .acl-button-hide {
1843   background-image: url("../../../images/hide_off.png");
1844 }
1845 .acl-button-show.selected {
1846   color: #000000;
1847   background-color: #9ade00;
1848   background-image: url("../../../images/show_on.png");
1849 }
1850 .acl-button-hide.selected {
1851   color: #000000;
1852   background-color: #ff4141;
1853   background-image: url("../../../images/hide_on.png");
1854 }
1855 .acl-list-item.groupshow {
1856   border-color: #9ade00;
1857 }
1858 .acl-list-item.grouphide {
1859   border-color: #ff4141;
1860 }
1861 /** /acl **/
1862 /** tab buttons **/
1863 ul.tabs {
1864   list-style-type: none;
1865   padding-bottom: 10px;
1866 }
1867 ul.tabs li {
1868   float: left;
1869   margin-left: 20px;
1870 }
1871 ul.tabs li .active {
1872   border-bottom: 1px solid #005c94;
1873 }
1874 /** group editor **/
1875 #group-edit-desc {
1876   margin-top: 1em;
1877   color: #999999;
1878 }
1879 #group-update-wrapper {
1880   height: auto;
1881   overflow: auto;
1882 }
1883 #group-update-wrapper #group {
1884   width: 300px;
1885   float: left;
1886   margin-right: 20px;
1887 }
1888 #group-update-wrapper #contacts {
1889   width: 300px;
1890   float: left;
1891 }
1892 #group-update-wrapper #group-separator {
1893   display: none;
1894 }
1895 #group-update-wrapper .contact_list {
1896   height: 300px;
1897   border: 1px solid #364e59;
1898   overflow: auto;
1899 }
1900 #group-update-wrapper .contact_list .contact-block-div {
1901   width: 50px;
1902   height: 50px;
1903   float: left;
1904 }
1905 /**
1906  * Form fields
1907  */
1908 .field {
1909   margin-bottom: 10px;
1910   padding-bottom: 10px;
1911   overflow: auto;
1912   width: 100%;
1913 }
1914 .field label {
1915   float: left;
1916   width: 200px;
1917 }
1918 .field input,
1919 .field textarea {
1920   width: 400px;
1921 }
1922 .field input[type="checkbox"],
1923 .field input[type="radio"] {
1924   width: auto;
1925 }
1926 .field textarea {
1927   height: 100px;
1928 }
1929 .field .field_help {
1930   display: block;
1931   margin-left: 200px;
1932   color: #999999;
1933 }
1934 .field .onoff {
1935   float: left;
1936   width: 80px;
1937 }
1938 .field .onoff a {
1939   display: block;
1940   border: 1px solid #666666;
1941   background-image: url("../../../images/onoff.jpg");
1942   background-repeat: no-repeat;
1943   padding: 4px 2px 2px 2px;
1944   height: 16px;
1945   text-decoration: none;
1946 }
1947 .field .onoff .off {
1948   border-color: #666666;
1949   padding-left: 40px;
1950   background-position: left center;
1951   background-color: #cccccc;
1952   color: #666666;
1953   text-align: right;
1954 }
1955 .field .onoff .on {
1956   border-color: #204A87;
1957   padding-right: 40px;
1958   background-position: right center;
1959   background-color: #D7E3F1;
1960   color: #204A87;
1961   text-align: left;
1962 }
1963 .field .hidden {
1964   display: none!important;
1965 }
1966 .field.radio .field_help {
1967   margin-left: 0px;
1968 }
1969 #profile-edit-links li {
1970   list-style: none;
1971   margin-top: 10px;
1972 }
1973 #profile-edit-default-desc {
1974   color: #FF0000;
1975   border: 1px solid #FF8888;
1976   background-color: #FFEEEE;
1977   padding: 7px;
1978 }
1979 #profile-edit-profile-name-label,
1980 #profile-edit-name-label,
1981 #profile-edit-pdesc-label,
1982 #profile-edit-gender-label,
1983 #profile-edit-dob-label,
1984 #profile-edit-address-label,
1985 #profile-edit-locality-label,
1986 #profile-edit-region-label,
1987 #profile-edit-postal-code-label,
1988 #profile-edit-country-name-label,
1989 #profile-edit-marital-label,
1990 #profile-edit-with-label,
1991 #profile-edit-sexual-label,
1992 #profile-edit-politic-label,
1993 #profile-edit-religion-label,
1994 #profile-edit-pubkeywords-label,
1995 #profile-edit-prvkeywords-label,
1996 #profile-edit-gender-select,
1997 #profile-edit-homepage-label {
1998   float: left;
1999   width: 175px;
2000   padding-top: 7px;
2001 }
2002 #profile-edit-profile-name,
2003 #profile-edit-name,
2004 #gender-select,
2005 #profile-edit-pdesc,
2006 #profile-edit-gender,
2007 #profile-edit-dob,
2008 #profile-edit-address,
2009 #profile-edit-locality,
2010 #profile-edit-region,
2011 #profile-edit-postal-code,
2012 #profile-edit-country-name,
2013 #profile-edit-marital,
2014 #profile-edit-with,
2015 #profile-edit-sexual,
2016 #profile-edit-politic,
2017 #profile-edit-religion,
2018 #profile-edit-pubkeywords,
2019 #profile-edit-prvkeywords,
2020 #profile-edit-homepage {
2021   margin-top: 5px;
2022 }
2023 /* oauth */
2024 .oauthapp {
2025   height: auto;
2026   overflow: auto;
2027   border-bottom: 2px solid #cccccc;
2028   padding-bottom: 1em;
2029   margin-bottom: 1em;
2030 }
2031 .oauthapp img {
2032   float: left;
2033   width: 48px;
2034   height: 48px;
2035   margin: 10px;
2036 }
2037 .oauthapp img.noicon {
2038   background-image: url("../../../images/icons/48/plugin.png");
2039   background-position: center center;
2040   background-repeat: no-repeat;
2041 }
2042 .oauthapp a {
2043   float: left;
2044 }
2045 /* contacts */
2046 .contact-entry-wrapper {
2047   width: 50px;
2048   float: left;
2049 }
2050 /* videos page */
2051 .videos .video-top-wrapper {
2052   width: 200px;
2053   float: left;
2054   margin: 0px 10px 10px 0px;
2055   position: relative;
2056 }
2057 .videos .video-top-wrapper .video-js {
2058   width: 200px!important;
2059   height: 132px!important;
2060 }
2061 .videos .video-top-wrapper .video-delete {
2062   position: absolute;
2063   opacity: 0;
2064   right: 0px;
2065   top: 0px;
2066   transition: opacity 0.5s;
2067 }
2068 .videos .video-top-wrapper:hover .video-delete {
2069   opacity: 1;
2070 }
2071 /* photo albums */
2072 #photo-edit-link-wrap {
2073   margin-bottom: 10px;
2074 }
2075 #album-edit-link {
2076   border-right: 1px solid #364e59;
2077   float: left;
2078   padding-right: 5px;
2079   margin-right: 5px;
2080 }
2081 #photo-edit-link,
2082 #album-edit-link a {
2083   background: url("../../../images/icons/16/edit.png") no-repeat left center;
2084   padding-left: 18px;
2085 }
2086 #photo-toprofile-link {
2087   background: url("../../../images/icons/16/user.png") no-repeat left center;
2088   padding-left: 18px;
2089 }
2090 #photo-top-upload-link,
2091 .photos-upload-link {
2092   margin: 1em 0px;
2093   display: block;
2094 }
2095 .photos-upload-link a,
2096 #photo-top-upload-link {
2097   background: url("../../../images/icons/16/add.png") no-repeat left center;
2098   padding-left: 18px;
2099 }
2100 .photo-top-image-wrapper,
2101 .photo-album-image-wrapper {
2102   float: left;
2103   margin: 0px 10px 10px 0px;
2104   width: 150px;
2105   height: 150px;
2106   position: relative;
2107   overflow: hidden;
2108 }
2109 .photo-top-image-wrapper img,
2110 .photo-album-image-wrapper img {
2111   width: 150px;
2112 }
2113 .photo-top-image-wrapper .photo-top-album-name,
2114 .photo-album-image-wrapper .photo-top-album-name,
2115 .photo-top-image-wrapper .caption,
2116 .photo-album-image-wrapper .caption {
2117   position: absolute;
2118   color: #2d2d2d;
2119   background-color: #ffffff;
2120   width: 100%;
2121   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2122   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2123   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2124   -webkit-transition: all 0.5s ease-in-out;
2125   -moz-transition: all 0.5s ease-in-out;
2126   -o-transition: all 0.5s ease-in-out;
2127   -ms-transition: all 0.5s ease-in-out;
2128   transition: all 0.5s ease-in-out;
2129   bottom: -150px;
2130 }
2131 .photo-top-image-wrapper:hover .photo-top-album-name,
2132 .photo-album-image-wrapper:hover .photo-top-album-name,
2133 .photo-top-image-wrapper:hover .caption,
2134 .photo-album-image-wrapper:hover .caption {
2135   bottom: 0px;
2136   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2137   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2138   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2139   -webkit-transition: all 0.5s ease-in-out;
2140   -moz-transition: all 0.5s ease-in-out;
2141   -o-transition: all 0.5s ease-in-out;
2142   -ms-transition: all 0.5s ease-in-out;
2143   transition: all 0.5s ease-in-out;
2144 }
2145 #photo-photo {
2146   display: block;
2147   width: 660px;
2148   padding: 50px;
2149   margin-bottom: 0px;
2150   text-align: center;
2151   background-color: #999999;
2152 }
2153 #photo-photo img {
2154   max-width: 560px;
2155 }
2156 #photo-album-title {
2157   background: url("../../../images/icons/22/image.png") no-repeat top left;
2158   padding-left: 23px;
2159   min-height: 22px;
2160   padding-top: 6px;
2161   /* a { display: block;}*/
2162 }
2163 #photo-caption {
2164   display: block;
2165   width: 660px;
2166   min-height: 55px;
2167   background-color: #cccccc;
2168   padding: 0 50px 0 50px;
2169 }
2170 #photo-next-link > a > div {
2171   background: url("icons/next.png") no-repeat center center;
2172   float: right;
2173   width: 50px;
2174   height: 50px;
2175 }
2176 #photo-prev-link > a > div {
2177   background: url("icons/prev.png") no-repeat center center;
2178   float: left;
2179   width: 50px;
2180   height: 50px;
2181 }
2182 #photo-like-div {
2183   display: block;
2184   width: 660px;
2185   height: 30px;
2186   background-color: #cccccc;
2187   padding: 0 50px 0 50px;
2188 }
2189 #photo-like-div .icon {
2190   float: left;
2191 }
2192 #photo-like-div .like-rotator {
2193   float: right;
2194 }
2195 #photo_edit_form {
2196   padding: 1em;
2197 }
2198 /* profile match wrapper */
2199 .profile-match-wrapper {
2200   float: left;
2201   width: 110px;
2202   height: 110px;
2203   margin-bottom: 20px;
2204 }
2205 .profile-match-wrapper .drop {
2206   background-image: url('../../../images/icons/22/delete.png');
2207   display: block;
2208   width: 22px;
2209   height: 22px;
2210   position: relative;
2211   top: 10px;
2212   left: -10px;
2213 }
2214 .profile-match-wrapper .drophide {
2215   background-image: url('../../../images/icons/22/delete.png');
2216   display: block;
2217   width: 22px;
2218   height: 22px;
2219   opacity: 0.3;
2220   position: relative;
2221   top: 10px;
2222   left: -10px;
2223 }
2224 .profile-match-wrapper .contact-photo {
2225   width: 80px;
2226   height: 80px;
2227 }
2228 .profile-match-wrapper .contact-photo img {
2229   width: 80px;
2230   height: 80px;
2231 }
2232 .profile-match-wrapper .contact-photo-menu-button {
2233   left: 0px;
2234   top: 63px;
2235 }
2236 /* messages */
2237 #message-new {
2238   background: #19aeff;
2239   border: 1px solid #005c94;
2240   width: 150px;
2241 }
2242 #message-new a {
2243   color: #ffffff;
2244   text-align: center;
2245   display: block;
2246   font-weight: bold;
2247   padding: 1em 0px;
2248 }
2249 .mail-list-wrapper {
2250   background-color: #f6f7f8;
2251   margin-bottom: 5px;
2252   width: 100%;
2253   height: auto;
2254   overflow: hidden;
2255 }
2256 .mail-list-wrapper span {
2257   display: block;
2258   float: left;
2259   width: 20%;
2260   overflow: hidden;
2261 }
2262 .mail-list-wrapper .mail-subject {
2263   width: 30%;
2264   padding: 4px 0px 0px 4px;
2265 }
2266 .mail-list-wrapper .mail-subject a {
2267   display: block;
2268 }
2269 .mail-list-wrapper .mail-subject.unseen a {
2270   font-weight: bold;
2271 }
2272 .mail-list-wrapper .mail-date {
2273   padding: 4px 4px 0px 4px;
2274 }
2275 .mail-list-wrapper .mail-from {
2276   padding: 4px 4px 0px 4px;
2277 }
2278 .mail-list-wrapper .mail-count {
2279   padding: 4px 4px 0px 4px;
2280   text-align: right;
2281 }
2282 .mail-list-wrapper .mail-delete {
2283   float: right;
2284 }
2285 #mail-display-subject {
2286   background-color: #f6f7f8;
2287   color: #2d2d2d;
2288   margin-bottom: 10px;
2289   width: 100%;
2290   height: auto;
2291   overflow: hidden;
2292 }
2293 #mail-display-subject span {
2294   float: left;
2295   overflow: hidden;
2296   padding: 4px 0px 0px 10px;
2297 }
2298 #mail-display-subject .mail-delete {
2299   float: right;
2300   opacity: 0.5;
2301   -webkit-transition: all 0.2s ease-in-out;
2302   -moz-transition: all 0.2s ease-in-out;
2303   -o-transition: all 0.2s ease-in-out;
2304   -ms-transition: all 0.2s ease-in-out;
2305   transition: all 0.2s ease-in-out;
2306 }
2307 #mail-display-subject:hover .mail-delete {
2308   opacity: 1;
2309   -webkit-transition: all 0.2s ease-in-out;
2310   -moz-transition: all 0.2s ease-in-out;
2311   -o-transition: all 0.2s ease-in-out;
2312   -ms-transition: all 0.2s ease-in-out;
2313   transition: all 0.2s ease-in-out;
2314 }
2315 /* theme screenshot */
2316 .screenshot,
2317 #theme-preview {
2318   position: absolute;
2319   width: 202px;
2320   left: 70%;
2321   top: 50px;
2322 }
2323 .screenshot img,
2324 #theme-preview img {
2325   width: 200px;
2326   height: 150px;
2327 }
2328 /* page footer */
2329 footer {
2330   height: 100px;
2331   display: table-row;
2332 }
2333 .pager {
2334   margin-top: 25px;
2335   clear: both;
2336 }
2337 /**
2338  * ADMIN
2339  */
2340 #pending-update {
2341   float: right;
2342   color: #ffffff;
2343   font-weight: bold;
2344   background-color: #FF0000;
2345   padding: 0em 0.3em;
2346 }
2347 #adminpage dl {
2348   clear: left;
2349   margin-bottom: 2px;
2350   padding-bottom: 2px;
2351   border-bottom: 1px solid black;
2352 }
2353 #adminpage dt {
2354   width: 200px;
2355   float: left;
2356   font-weight: bold;
2357 }
2358 #adminpage dd {
2359   margin-left: 200px;
2360 }
2361 #adminpage h3 {
2362   border-bottom: 1px solid #cccccc;
2363 }
2364 #adminpage .field label {
2365   font-weight: bold;
2366 }
2367 #adminpage .submit {
2368   clear: left;
2369   text-align: right;
2370 }
2371 #adminpage #pluginslist {
2372   margin: 0px;
2373   padding: 0px;
2374 }
2375 #adminpage .plugin {
2376   list-style: none;
2377   display: block;
2378   border: 1px solid #888888;
2379   padding: 1em;
2380   margin-bottom: 5px;
2381   clear: left;
2382 }
2383 #adminpage .plugin desc {
2384   margin-left: 2.5em;
2385 }
2386 #adminpage .toggleplugin {
2387   float: left;
2388   margin-right: 1em;
2389 }
2390 #adminpage table {
2391   width: 100%;
2392   border-bottom: 1px solid #000000;
2393   margin: 5px 0px;
2394 }
2395 #adminpage table th {
2396   text-align: left;
2397 }
2398 #adminpage table td .icon {
2399   float: left;
2400 }
2401 #adminpage table tr:hover {
2402   background-color: #bbc7d7;
2403 }
2404 #adminpage table#users img {
2405   width: 16px;
2406   height: 16px;
2407 }
2408 #adminpage .selectall {
2409   text-align: right;
2410 }
2411 /* edit buttons for comments */
2412 .icon.dim {
2413   opacity: 0.3;
2414   filter: alpha(opacity=30);
2415 }
2416 .comment-edit-bb {
2417   list-style: none;
2418   display: none;
2419   margin: 0px;
2420   padding: 0px;
2421   width: 75%;
2422 }
2423 .comment-edit-bb > li {
2424   display: inline-block;
2425   margin: 10px 10px 0 0;
2426   visibility: none;
2427 }
2428 .editicon {
2429   display: inline-block;
2430   width: 16px;
2431   height: 16px;
2432   background-image: url(icons/bbedit.png);
2433   text-decoration: none;
2434 }
2435 .editicon :hover {
2436   background-color: #ccc;
2437 }
2438 .boldbb {
2439   background-position: 0px 0px;
2440 }
2441 .boldbb:hover {
2442   background-position: 0px -16px;
2443 }
2444 .italicbb {
2445   background-position: -16px 0px;
2446 }
2447 .italicbb:hover {
2448   background-position: -16px -16px;
2449 }
2450 .underlinebb {
2451   background-position: -32px 0px;
2452 }
2453 .underlinebb:hover {
2454   background-position: -32px -16px;
2455 }
2456 .quotebb {
2457   background-position: -48px 0px;
2458 }
2459 .quotebb:hover {
2460   background-position: -48px -16px;
2461 }
2462 .codebb {
2463   background-position: -64px 0px;
2464 }
2465 .codebb:hover {
2466   background-position: -64px -16px;
2467 }
2468 .imagebb {
2469   background-position: -80px 0px;
2470 }
2471 .imagebb:hover {
2472   background-position: -80px -16px;
2473 }
2474 .urlbb {
2475   background-position: -96px 0px;
2476 }
2477 .urlbb:hover {
2478   background-position: -96px -16px;
2479 }
2480 .videobb {
2481   background-position: -112px 0px;
2482 }
2483 .videobb:hover {
2484   background-position: -112px -16px;
2485 }
2486 /** range input css **/
2487 /* slider root element */
2488 .slider {
2489   height: 2px;
2490   position: relative;
2491   cursor: pointer;
2492   border: 1px solid #333;
2493   width: 200px;
2494   margin: 10px 0px 10px 0px;
2495   float: left;
2496 }
2497 /* progress bar (enabled with progress: true) */
2498 .progress {
2499   height: 9px;
2500   background-color: #C5FF00;
2501   display: none;
2502   opacity: 0.6;
2503 }
2504 /* drag handle */
2505 .handle {
2506   background-color: #ccc;
2507   height: 16px;
2508   width: 8px;
2509   top: -8px;
2510   position: absolute;
2511   display: block;
2512   margin-top: 1px;
2513   border: 1px solid #000;
2514   cursor: move;
2515   -moz-border-radius: 0 0 5px 5px;
2516   -webkit-border-radius: 0 0 5px 5px;
2517   border-radius: 0 0 5px 5px;
2518   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2519   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2520   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2521 }
2522 /* the input field */
2523 .range {
2524   width: 20px!important;
2525   font-size: 8pt;
2526   margin-left: 10px;
2527   border: 0px;
2528   color: #999999;
2529 }
2530 /* buttons for the event view */
2531 .plink-event-link {
2532   float: left;
2533   margin-left: 2px;
2534 }
2535 /* upload/select popup */
2536 .fbrowser {
2537   overflow: auto;
2538   position: absolute;
2539   top: 0px;
2540   width: 100%;
2541   height: 100%;
2542 }
2543 .fbrowser .path {
2544   background-color: #0e232e;
2545 }
2546 .fbrowser .path a {
2547   padding: 5px;
2548   margin: 0px 2px;
2549   display: inline-block;
2550 }
2551 .fbrowser .path a,
2552 .fbrowser .path a:active,
2553 .fbrowser .path a:visited,
2554 .fbrowser .path a:link,
2555 .fbrowser .path a:hover {
2556   color: #ffffff;
2557   text-decoration: none;
2558   outline: none;
2559 }
2560 .fbrowser .folders ul {
2561   list-style: url("icons/folder.png");
2562   padding-left: 22px;
2563 }
2564 .fbrowser .list {
2565   padding: 10px;
2566 }
2567 .fbrowser.image .photo-album-image-wrapper {
2568   width: 48px;
2569   height: 48px;
2570 }
2571 .fbrowser.image a img {
2572   width: auto;
2573   height: 48px;
2574 }
2575 .fbrowser.image a p {
2576   display: none;
2577 }
2578 .fbrowser.file .photo-album-image-wrapper {
2579   float: none;
2580   white-space: nowrap;
2581   width: 100%;
2582   height: auto;
2583 }
2584 .fbrowser.file img {
2585   display: inline;
2586   width: 16px;
2587   height: 16px;
2588 }
2589 .fbrowser.file p {
2590   display: inline;
2591   white-space: nowrap;
2592 }
2593 .fbrowser .upload {
2594   clear: both;
2595   padding-top: 1em;
2596 }