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