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