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