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