]> git.mxchange.org Git - friendica.git/blob - dark/style.css
wrapping up 2019.12
[friendica.git] / dark / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  **/
4 /* icons */
5 .icon {
6   background-color: transparent ;
7   background-repeat: no-repeat;
8   background-position: left center;
9   display: block;
10   overflow: hidden;
11   text-indent: -9999px;
12   padding: 1px;
13   min-width: 22px;
14   height: 22px;
15 }
16 .icon.text {
17   text-indent: 0px;
18 }
19 .icon.notify {
20   background-image: url("../../../images/icons/22/notify_off.png");
21 }
22 .icon.gear {
23   background-image: url("../../../images/icons/22/gear.png");
24 }
25 .icon.like {
26   background-image: url("icons/like.png");
27 }
28 .icon.dislike {
29   background-image: url("icons/dislike.png");
30 }
31 .icon.add {
32   background-image: url("../../../images/icons/22/add.png");
33 }
34 .icon.delete {
35   background-image: url("../../../images/icons/22/delete.png");
36 }
37 .icon.edit {
38   background-image: url("../../../images/icons/22/edit.png");
39 }
40 .icon.star {
41   background-image: url("../../../images/icons/22/star.png");
42 }
43 .icon.menu {
44   background-image: url("../../../images/icons/22/menu.png");
45 }
46 .icon.link {
47   background-image: url("../../../images/icons/22/link.png");
48 }
49 .icon.lock {
50   background-image: url("../../../images/icons/22/lock.png");
51 }
52 .icon.unlock {
53   background-image: url("../../../images/icons/22/unlock.png");
54 }
55 .icon.plugin {
56   background-image: url("../../../images/icons/22/plugin.png");
57 }
58 .icon.type-unkn {
59   background-image: url("../../../images/icons/22/zip.png");
60 }
61 .icon.type-audio {
62   background-image: url("../../../images/icons/22/audio.png");
63 }
64 .icon.type-video {
65   background-image: url("../../../images/icons/22/video.png");
66 }
67 .icon.type-image {
68   background-image: url("../../../images/icons/22/image.png");
69 }
70 .icon.type-text {
71   background-image: url("../../../images/icons/22/text.png");
72 }
73 .icon.language {
74   background-image: url("icons/language.png");
75 }
76 .icon.text {
77   padding: 10px 0px 0px 25px;
78 }
79 .icon.s10 {
80   min-width: 10px;
81   height: 10px;
82 }
83 .icon.s10.notify {
84   background-image: url("../../../images/icons/10/notify_off.png");
85 }
86 .icon.s10.gear {
87   background-image: url("../../../images/icons/10/gear.png");
88 }
89 .icon.s10.like {
90   background-image: url("icons/like.png");
91 }
92 .icon.s10.dislike {
93   background-image: url("icons/dislike.png");
94 }
95 .icon.s10.add {
96   background-image: url("../../../images/icons/10/add.png");
97 }
98 .icon.s10.delete {
99   background-image: url("../../../images/icons/10/delete.png");
100 }
101 .icon.s10.edit {
102   background-image: url("../../../images/icons/10/edit.png");
103 }
104 .icon.s10.star {
105   background-image: url("../../../images/icons/10/star.png");
106 }
107 .icon.s10.menu {
108   background-image: url("../../../images/icons/10/menu.png");
109 }
110 .icon.s10.link {
111   background-image: url("../../../images/icons/10/link.png");
112 }
113 .icon.s10.lock {
114   background-image: url("../../../images/icons/10/lock.png");
115 }
116 .icon.s10.unlock {
117   background-image: url("../../../images/icons/10/unlock.png");
118 }
119 .icon.s10.plugin {
120   background-image: url("../../../images/icons/10/plugin.png");
121 }
122 .icon.s10.type-unkn {
123   background-image: url("../../../images/icons/10/zip.png");
124 }
125 .icon.s10.type-audio {
126   background-image: url("../../../images/icons/10/audio.png");
127 }
128 .icon.s10.type-video {
129   background-image: url("../../../images/icons/10/video.png");
130 }
131 .icon.s10.type-image {
132   background-image: url("../../../images/icons/10/image.png");
133 }
134 .icon.s10.type-text {
135   background-image: url("../../../images/icons/10/text.png");
136 }
137 .icon.s10.language {
138   background-image: url("icons/language.png");
139 }
140 .icon.s10.text {
141   padding: 2px 0px 0px 15px;
142 }
143 .icon.s16 {
144   min-width: 16px;
145   height: 16px;
146 }
147 .icon.s16.notify {
148   background-image: url("../../../images/icons/16/notify_off.png");
149 }
150 .icon.s16.gear {
151   background-image: url("../../../images/icons/16/gear.png");
152 }
153 .icon.s16.like {
154   background-image: url("icons/like.png");
155 }
156 .icon.s16.dislike {
157   background-image: url("icons/dislike.png");
158 }
159 .icon.s16.add {
160   background-image: url("../../../images/icons/16/add.png");
161 }
162 .icon.s16.delete {
163   background-image: url("../../../images/icons/16/delete.png");
164 }
165 .icon.s16.edit {
166   background-image: url("../../../images/icons/16/edit.png");
167 }
168 .icon.s16.star {
169   background-image: url("../../../images/icons/16/star.png");
170 }
171 .icon.s16.menu {
172   background-image: url("../../../images/icons/16/menu.png");
173 }
174 .icon.s16.link {
175   background-image: url("../../../images/icons/16/link.png");
176 }
177 .icon.s16.lock {
178   background-image: url("../../../images/icons/16/lock.png");
179 }
180 .icon.s16.unlock {
181   background-image: url("../../../images/icons/16/unlock.png");
182 }
183 .icon.s16.plugin {
184   background-image: url("../../../images/icons/16/plugin.png");
185 }
186 .icon.s16.type-unkn {
187   background-image: url("../../../images/icons/16/zip.png");
188 }
189 .icon.s16.type-audio {
190   background-image: url("../../../images/icons/16/audio.png");
191 }
192 .icon.s16.type-video {
193   background-image: url("../../../images/icons/16/video.png");
194 }
195 .icon.s16.type-image {
196   background-image: url("../../../images/icons/16/image.png");
197 }
198 .icon.s16.type-text {
199   background-image: url("../../../images/icons/16/text.png");
200 }
201 .icon.s16.language {
202   background-image: url("icons/language.png");
203 }
204 .icon.s16.text {
205   padding: 4px 0px 0px 20px;
206 }
207 .icon.s22 {
208   min-width: 22px;
209   height: 22px;
210 }
211 .icon.s22.notify {
212   background-image: url("../../../images/icons/22/notify_off.png");
213 }
214 .icon.s22.gear {
215   background-image: url("../../../images/icons/22/gear.png");
216 }
217 .icon.s22.like {
218   background-image: url("icons/like.png");
219 }
220 .icon.s22.dislike {
221   background-image: url("icons/dislike.png");
222 }
223 .icon.s22.add {
224   background-image: url("../../../images/icons/22/add.png");
225 }
226 .icon.s22.delete {
227   background-image: url("../../../images/icons/22/delete.png");
228 }
229 .icon.s22.edit {
230   background-image: url("../../../images/icons/22/edit.png");
231 }
232 .icon.s22.star {
233   background-image: url("../../../images/icons/22/star.png");
234 }
235 .icon.s22.menu {
236   background-image: url("../../../images/icons/22/menu.png");
237 }
238 .icon.s22.link {
239   background-image: url("../../../images/icons/22/link.png");
240 }
241 .icon.s22.lock {
242   background-image: url("../../../images/icons/22/lock.png");
243 }
244 .icon.s22.unlock {
245   background-image: url("../../../images/icons/22/unlock.png");
246 }
247 .icon.s22.plugin {
248   background-image: url("../../../images/icons/22/plugin.png");
249 }
250 .icon.s22.type-unkn {
251   background-image: url("../../../images/icons/22/zip.png");
252 }
253 .icon.s22.type-audio {
254   background-image: url("../../../images/icons/22/audio.png");
255 }
256 .icon.s22.type-video {
257   background-image: url("../../../images/icons/22/video.png");
258 }
259 .icon.s22.type-image {
260   background-image: url("../../../images/icons/22/image.png");
261 }
262 .icon.s22.type-text {
263   background-image: url("../../../images/icons/22/text.png");
264 }
265 .icon.s22.language {
266   background-image: url("icons/language.png");
267 }
268 .icon.s22.text {
269   padding: 10px 0px 0px 25px;
270 }
271 .icon.s48 {
272   width: 48px;
273   height: 48px;
274 }
275 .icon.s48.notify {
276   background-image: url("../../../images/icons/48/notify_off.png");
277 }
278 .icon.s48.gear {
279   background-image: url("../../../images/icons/48/gear.png");
280 }
281 .icon.s48.like {
282   background-image: url("icons/like.png");
283 }
284 .icon.s48.dislike {
285   background-image: url("icons/dislike.png");
286 }
287 .icon.s48.add {
288   background-image: url("../../../images/icons/48/add.png");
289 }
290 .icon.s48.delete {
291   background-image: url("../../../images/icons/48/delete.png");
292 }
293 .icon.s48.edit {
294   background-image: url("../../../images/icons/48/edit.png");
295 }
296 .icon.s48.star {
297   background-image: url("../../../images/icons/48/star.png");
298 }
299 .icon.s48.menu {
300   background-image: url("../../../images/icons/48/menu.png");
301 }
302 .icon.s48.link {
303   background-image: url("../../../images/icons/48/link.png");
304 }
305 .icon.s48.lock {
306   background-image: url("../../../images/icons/48/lock.png");
307 }
308 .icon.s48.unlock {
309   background-image: url("../../../images/icons/48/unlock.png");
310 }
311 .icon.s48.plugin {
312   background-image: url("../../../images/icons/48/plugin.png");
313 }
314 .icon.s48.type-unkn {
315   background-image: url("../../../images/icons/48/zip.png");
316 }
317 .icon.s48.type-audio {
318   background-image: url("../../../images/icons/48/audio.png");
319 }
320 .icon.s48.type-video {
321   background-image: url("../../../images/icons/48/video.png");
322 }
323 .icon.s48.type-image {
324   background-image: url("../../../images/icons/48/image.png");
325 }
326 .icon.s48.type-text {
327   background-image: url("../../../images/icons/48/text.png");
328 }
329 .icon.s48.language {
330   background-image: url("icons/language.png");
331 }
332 .icon.on {
333   background-image: url("icons/addon_on.png");
334   min-width: 16px;
335   height: 16px;
336   background-position: 0px 0px;
337 }
338 .icon.off {
339   background-image: url("icons/addon_off.png");
340   width: 16px;
341   height: 16px;
342   background-position: 0px 0px;
343 }
344 /* global */
345 body {
346   font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
347   font-size: 11px;
348   background-color: #ffffff;
349   color: #2d2d2d;
350   margin: 50px 0px 0px 0px;
351   display: table;
352 }
353 h4 {
354   font-size: 1.1em;
355 }
356 a,
357 a:link {
358   color: #005c94;
359   text-decoration: none;
360 }
361 a:visited {
362   color: #005c94;
363   text-decoration: none;
364 }
365 a:hover {
366   color: #005c94;
367   text-decoration: underline;
368 }
369 .left {
370   float: left;
371 }
372 .right {
373   float: right;
374 }
375 .hidden {
376   display: none;
377 }
378 .clear {
379   clear: both;
380 }
381 .fakelink {
382   color: #005c94;
383   text-decoration: none;
384   cursor: pointer;
385 }
386 .fakelink:hover {
387   color: #005c94;
388   text-decoration: underline;
389 }
390 code {
391   font-family: Courier, monospace;
392   white-space: pre;
393   display: block;
394   overflow: auto;
395   border: 1px solid #444;
396   background: #EEE;
397   color: #444;
398   padding: 10px;
399   margin-top: 20px;
400 }
401 #panel {
402   position: absolute;
403   width: 10em;
404   background: #ffffff;
405   color: #2d2d2d;
406   margin: 0px;
407   padding: 1em;
408   list-style: none;
409   border: 3px solid #364e59;
410   z-index: 100000;
411   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
412   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
413   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
414 }
415 /* tool */
416 .tool {
417   height: auto;
418   overflow: auto;
419 }
420 .tool .label {
421   float: left;
422 }
423 .tool .action {
424   float: right;
425 }
426 .tool > img {
427   float: left;
428 }
429 /* popup notifications */
430 #jGrowl.top-right {
431   top: 30px;
432   right: 15px;
433 }
434 div.jGrowl div.notice {
435   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
436   color: #ffffff;
437   padding-left: 58px;
438 }
439 div.jGrowl div.info {
440   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
441   color: #ffffff;
442   padding-left: 58px;
443 }
444 /* header */
445 header {
446   position: fixed;
447   left: 43%;
448   right: 43%;
449   top: 0px;
450   margin: 0px;
451   padding: 0px;
452   /*width: 100%; height: 12px; */
453
454   z-index: 110;
455   color: #ffffff;
456 }
457 header #site-location {
458   display: none;
459 }
460 header #banner {
461   overflow: hidden;
462   text-align: center;
463   width: 100%;
464 }
465 header #banner a,
466 header #banner a:active,
467 header #banner a:visited,
468 header #banner a:link,
469 header #banner a:hover {
470   color: #ffffff;
471   text-decoration: none;
472   outline: none;
473   vertical-align: bottom;
474 }
475 header #banner #logo-img {
476   height: 22px;
477   margin-top: 5px;
478 }
479 header #banner #logo-text {
480   font-size: 22px;
481 }
482 /* nav */
483 nav {
484   width: 100%;
485   height: 32px;
486   position: fixed;
487   left: 0px;
488   top: 0px;
489   padding: 0px;
490   background-color: #0e232e;
491   color: #ffffff;
492   z-index: 100;
493   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
494   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
495   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
496 }
497 nav a,
498 nav a:active,
499 nav a:visited,
500 nav a:link,
501 nav a:hover {
502   color: #ffffff;
503   text-decoration: none;
504   outline: none;
505 }
506 nav ul {
507   margin: 0px;
508   padding: 0px 20px;
509 }
510 nav ul li {
511   list-style: none;
512   margin: 0px;
513   padding: 0px;
514   float: left;
515 }
516 nav ul li .menu-popup {
517   left: 0px;
518   right: auto;
519 }
520 nav .nav-menu-icon {
521   position: relative;
522   height: 22px;
523   padding: 5px;
524   margin: 0px 10px;
525   -moz-border-radius: 5px 5px 0 0;
526   -webkit-border-radius: 5px 5px 0 0;
527   border-radius: 5px 5px 0 0;
528 }
529 nav .nav-menu-icon.selected {
530   background-color: #364e59;
531 }
532 nav .nav-menu-icon img {
533   width: 22px;
534   height: 22px;
535 }
536 nav .nav-menu-icon .nav-notify {
537   top: 3px;
538 }
539 nav .nav-menu {
540   position: relative;
541   height: 16px;
542   padding: 5px;
543   margin: 3px 15px 0px;
544   font-size: 14px;
545   border-bottom: 3px solid #0e232e;
546 }
547 nav .nav-menu.selected {
548   border-bottom: 3px solid #9eabb0;
549 }
550 nav .nav-notify {
551   display: none;
552   position: absolute;
553   background-color: #19aeff;
554   -moz-border-radius: 5px 5px 5px 5px;
555   -webkit-border-radius: 5px 5px 5px 5px;
556   border-radius: 5px 5px 5px 5px;
557   font-size: 10px;
558   padding: 1px 3px;
559   top: 0px;
560   right: -10px;
561   min-width: 15px;
562   text-align: right;
563 }
564 nav .nav-notify.show {
565   display: block;
566 }
567 nav #nav-help-link,
568 nav #nav-search-link,
569 nav #nav-directory-link,
570 nav #nav-apps-link,
571 nav #nav-site-linkmenu {
572   float: right;
573 }
574 nav #nav-help-link .menu-popup,
575 nav #nav-search-link .menu-popup,
576 nav #nav-directory-link .menu-popup,
577 nav #nav-apps-link .menu-popup,
578 nav #nav-site-linkmenu .menu-popup {
579   right: 0px;
580   left: auto;
581 }
582 nav #nav-notifications-linkmenu.on .icon.s22.notify,
583 nav #nav-notifications-linkmenu.selected .icon.s22.notify {
584   background-image: url("../../../images/icons/22/notify_on.png");
585 }
586 nav #nav-apps-link.selected {
587   background-color: #364e59;
588 }
589 ul.menu-popup {
590   position: absolute;
591   display: none;
592   width: 10em;
593   background: #ffffff;
594   color: #2d2d2d;
595   margin: 0px;
596   padding: 0px;
597   list-style: none;
598   border: 3px solid #364e59;
599   z-index: 100000;
600   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
601   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
602   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
603 }
604 ul.menu-popup a {
605   display: block;
606   color: #2d2d2d;
607   padding: 5px 10px;
608   text-decoration: none;
609 }
610 ul.menu-popup a:hover {
611   background-color: #bdcdd4;
612 }
613 ul.menu-popup .menu-sep {
614   border-top: 1px solid #9eabb0;
615 }
616 ul.menu-popup li {
617   float: none;
618   overflow: auto;
619   height: auto;
620   display: block;
621 }
622 ul.menu-popup li img {
623   float: left;
624   width: 16px;
625   height: 16px;
626   padding-right: 5px;
627 }
628 ul.menu-popup .empty {
629   padding: 5px;
630   text-align: center;
631   color: #9eabb0;
632 }
633 ul.menu-popup .toolbar {
634   background-color: #9eabb0;
635   height: auto;
636   overflow: auto;
637 }
638 ul.menu-popup .toolbar a {
639   float: right;
640 }
641 ul.menu-popup .toolbar a:hover {
642   background-color: #ffffff;
643 }
644 /* autocomplete popup */
645 .acpopup {
646   max-height: 150px;
647   background-color: #ffffff;
648   color: #2d2d2d;
649   border: 1px solid #MenuBorder;
650   overflow: auto;
651   z-index: 100000;
652   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
653   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
654   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
655 }
656 .acpopupitem {
657   color: #2d2d2d;
658   padding: 4px;
659   clear: left;
660 }
661 .acpopupitem img {
662   float: left;
663   margin-right: 4px;
664 }
665 .acpopupitem.selected {
666   background-color: #bdcdd4;
667 }
668 #nav-notifications-menu {
669   width: 400px;
670   max-height: 550px;
671   overflow: auto;
672 }
673 #nav-notifications-menu img {
674   float: left;
675   margin-right: 5px;
676 }
677 #nav-notifications-menu .contactname {
678   font-weight: bold;
679 }
680 #nav-notifications-menu .notif-when {
681   font-size: 10px;
682   color: #9eabb0;
683   display: block;
684 }
685 /* aside 230px*/
686 aside {
687   display: table-cell;
688   vertical-align: top;
689   width: 200px;
690   padding: 0px 10px 0px 20px;
691   border-right: 1px solid #bdcdd4;
692 }
693 aside .profile-edit-side-div {
694   display: none;
695 }
696 aside .vcard .fn {
697   font-size: 16px;
698   font-weight: bold;
699   margin-bottom: 5px;
700 }
701 aside .vcard .title {
702   margin-bottom: 5px;
703 }
704 aside .vcard dl {
705   height: auto;
706   overflow: auto;
707 }
708 aside .vcard dt {
709   float: left;
710   margin-left: 0px;
711   width: 35%;
712   text-align: right;
713   color: #999999;
714 }
715 aside .vcard dd {
716   float: left;
717   margin-left: 4px;
718   width: 60%;
719 }
720 aside #profile-extra-links ul {
721   padding: 0px;
722   margin: 0px;
723 }
724 aside #profile-extra-links li {
725   padding: 0px;
726   margin: 0px;
727   list-style: none;
728 }
729 aside #dfrn-request-link {
730   display: block;
731   -moz-border-radius: 5px 5px 5px 5px;
732   -webkit-border-radius: 5px 5px 5px 5px;
733   border-radius: 5px 5px 5px 5px;
734   color: #ffffff;
735   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
736   font-weight: bold;
737   text-transform: uppercase;
738   padding: 4px 2px 2px 35px;
739 }
740 aside #dfrn-request-link:hover {
741   text-decoration: none;
742   background-color: #19aeff;
743 }
744 aside #profiles-menu {
745   width: 20em;
746 }
747 #contact-block {
748   overflow: auto;
749   height: auto;
750   /*.contact-block-div { width:60px; height: 60px; }*/
751
752 }
753 #contact-block .contact-block-h4 {
754   float: left;
755   margin: 5px 0px;
756 }
757 #contact-block .allcontact-link {
758   float: right;
759   margin: 5px 0px;
760 }
761 #contact-block .contact-block-content {
762   clear: both;
763   overflow: hidden;
764   height: auto;
765 }
766 #contact-block .contact-block-link {
767   float: left;
768   margin: 0px 2px 2px 0px;
769 }
770 #contact-block .contact-block-link img {
771   width: 48px;
772   height: 48px;
773 }
774 /* group member */
775 #contact-edit-drop-link,
776 .mail-list-delete-wrapper,
777 .group-delete-wrapper {
778   float: right;
779   margin-right: 50px;
780 }
781 #contact-edit-drop-link .drophide,
782 .mail-list-delete-wrapper .drophide,
783 .group-delete-wrapper .drophide {
784   background-image: url('../../../images/icons/22/delete.png');
785   display: block;
786   width: 22px;
787   height: 22px;
788   opacity: 0.3;
789   position: relative;
790   top: -50px;
791 }
792 #contact-edit-drop-link .drop,
793 .mail-list-delete-wrapper .drop,
794 .group-delete-wrapper .drop {
795   background-image: url('../../../images/icons/22/delete.png');
796   display: block;
797   width: 22px;
798   height: 22px;
799   position: relative;
800   top: -50px;
801 }
802 /*
803 #group-members {
804         margin-top: 20px;
805         padding: 10px;
806         height: 250px;
807         overflow: auto;
808         border: 1px solid #ddd;
809 }
810 #group-members-end {
811         clear: both;
812 }
813 #group-all-contacts {
814         padding: 10px;
815         height: 450px;
816         overflow: auto;
817         border: 1px solid #ddd;
818 }
819 #group-all-contacts-end {
820         clear: both;
821         margin-bottom: 10px;
822 }
823 .contact-block-div {
824         float: left;
825         width: 60px;
826         height: 60px;
827 }*/
828 /* widget */
829 .widget {
830   margin-bottom: 2em;
831   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
832         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
833
834 }
835 .widget h3 {
836   padding: 0px;
837   margin: 2px;
838 }
839 .widget .action {
840   opacity: 0.1;
841   -webkit-transition: all 0.2s ease-in-out;
842   -moz-transition: all 0.2s ease-in-out;
843   -o-transition: all 0.2s ease-in-out;
844   -ms-transition: all 0.2s ease-in-out;
845   transition: all 0.2s ease-in-out;
846 }
847 .widget input.action {
848   opacity: 0.5;
849   -webkit-transition: all 0.2s ease-in-out;
850   -moz-transition: all 0.2s ease-in-out;
851   -o-transition: all 0.2s ease-in-out;
852   -ms-transition: all 0.2s ease-in-out;
853   transition: all 0.2s ease-in-out;
854 }
855 .widget:hover .title .action {
856   opacity: 1;
857   -webkit-transition: all 0.2s ease-in-out;
858   -moz-transition: all 0.2s ease-in-out;
859   -o-transition: all 0.2s ease-in-out;
860   -ms-transition: all 0.2s ease-in-out;
861   transition: all 0.2s ease-in-out;
862 }
863 .widget .tool:hover .action {
864   opacity: 1;
865   -webkit-transition: all 0.2s ease-in-out;
866   -moz-transition: all 0.2s ease-in-out;
867   -o-transition: all 0.2s ease-in-out;
868   -ms-transition: all 0.2s ease-in-out;
869   transition: all 0.2s ease-in-out;
870 }
871 .widget .tool:hover .action.ticked {
872   opacity: 1;
873   -webkit-transition: all 0.2s ease-in-out;
874   -moz-transition: all 0.2s ease-in-out;
875   -o-transition: all 0.2s ease-in-out;
876   -ms-transition: all 0.2s ease-in-out;
877   transition: all 0.2s ease-in-out;
878 }
879 .widget ul {
880   padding: 0px;
881 }
882 .widget ul li {
883   padding-left: 16px;
884   min-height: 16px;
885   list-style: none;
886 }
887 .widget .tool.selected {
888   background: url('../../../images/selected.png') no-repeat left center;
889 }
890 /* widget: search */
891 #add-search-popup {
892   width: 200px;
893   top: 18px;
894 }
895 /* section 800px */
896 section {
897   display: table-cell;
898   vertical-align: top;
899   width: 770px;
900   padding: 0px 20px 0px 10px;
901 }
902 .sparkle {
903   cursor: url('icons/lock.cur'), pointer;
904 }
905 /* wall item */
906 .tread-wrapper {
907   background-color: #eff0f1;
908   position: relative;
909   padding: 10px;
910   margin-bottom: 20px;
911   width: 750px;
912   border-bottom: 1px solid #cccccc;
913 }
914 .wall-item-decor {
915   position: absolute;
916   left: 97%;
917   top: -10px;
918   width: 16px;
919 }
920 .unstarred {
921   display: none;
922 }
923 .wall-item-container {
924   display: table;
925   width: 750px;
926 }
927 .wall-item-container .wall-item-item,
928 .wall-item-container .wall-item-bottom {
929   display: table-row;
930 }
931 .wall-item-container .wall-item-bottom {
932   opacity: 0.5;
933   -webkit-transition: all 0.2s ease-in-out;
934   -moz-transition: all 0.2s ease-in-out;
935   -o-transition: all 0.2s ease-in-out;
936   -ms-transition: all 0.2s ease-in-out;
937   transition: all 0.2s ease-in-out;
938 }
939 .wall-item-container:hover .wall-item-bottom {
940   opacity: 1;
941   -webkit-transition: all 0.2s ease-in-out;
942   -moz-transition: all 0.2s ease-in-out;
943   -o-transition: all 0.2s ease-in-out;
944   -ms-transition: all 0.2s ease-in-out;
945   transition: all 0.2s ease-in-out;
946 }
947 .wall-item-container .wall-item-info {
948   display: table-cell;
949   vertical-align: top;
950   text-align: left;
951   width: 60px;
952 }
953 .wall-item-container .wall-item-location {
954   word-wrap: break-word;
955   width: 50px;
956 }
957 .wall-item-container .wall-item-content {
958   display: table-cell;
959   font-size: 12px;
960   max-width: 720px;
961   word-wrap: break-word;
962 }
963 .wall-item-container .wall-item-content img {
964   max-width: 710px;
965 }
966 .wall-item-container .wall-item-links,
967 .wall-item-container .wall-item-actions {
968   display: table-cell;
969   vertical-align: middle;
970 }
971 .wall-item-container .wall-item-links .icon,
972 .wall-item-container .wall-item-actions .icon {
973   opacity: 0.5;
974   -webkit-transition: all 0.2s ease-in-out;
975   -moz-transition: all 0.2s ease-in-out;
976   -o-transition: all 0.2s ease-in-out;
977   -ms-transition: all 0.2s ease-in-out;
978   transition: all 0.2s ease-in-out;
979 }
980 .wall-item-container .wall-item-links .icon:hover,
981 .wall-item-container .wall-item-actions .icon:hover {
982   opacity: 1;
983   -webkit-transition: all 0.2s ease-in-out;
984   -moz-transition: all 0.2s ease-in-out;
985   -o-transition: all 0.2s ease-in-out;
986   -ms-transition: all 0.2s ease-in-out;
987   transition: all 0.2s ease-in-out;
988 }
989 .wall-item-container .wall-item-ago {
990   padding-right: 40px;
991 }
992 .wall-item-container .wall-item-name {
993   font-weight: bold;
994 }
995 .wall-item-container .wall-item-actions-author {
996   float: left;
997   width: 20em;
998   margin-top: 0.5em;
999 }
1000 .wall-item-container .wall-item-actions-social {
1001   float: left;
1002   margin-top: 0.5em;
1003 }
1004 .wall-item-container .wall-item-actions-social a {
1005   margin-right: 3em;
1006 }
1007 .wall-item-container .wall-item-actions-tools {
1008   float: right;
1009   width: 15%;
1010 }
1011 .wall-item-container .wall-item-actions-tools a {
1012   float: right;
1013 }
1014 .wall-item-container .wall-item-actions-tools input {
1015   float: right;
1016 }
1017 .wall-item-container.comment .contact-photo-wrapper {
1018   margin-left: 16px;
1019 }
1020 .wall-item-container.comment .contact-photo {
1021   width: 32px;
1022   height: 32px;
1023 }
1024 .wall-item-container.comment .contact-photo-menu-button {
1025   top: 15px !important;
1026   left: 0px !important;
1027 }
1028 .wall-item-container.comment .wall-item-links {
1029   padding-left: 12px;
1030 }
1031 /* 'tag' item type */
1032 .wall-item-container.item-tag .wall-item-content {
1033   opacity: 0.5;
1034   -webkit-transition: all 0.2s ease-in-out;
1035   -moz-transition: all 0.2s ease-in-out;
1036   -o-transition: all 0.2s ease-in-out;
1037   -ms-transition: all 0.2s ease-in-out;
1038   transition: all 0.2s ease-in-out;
1039 }
1040 .wall-item-container.item-tag .contact-photo-wrapper {
1041   margin-left: 32px;
1042 }
1043 .wall-item-container.item-tag .contact-photo {
1044   width: 16px;
1045   height: 16px;
1046 }
1047 .wall-item-container.item-tag .contact-photo-menu-button {
1048   top: 15px !important;
1049   left: 15px !important;
1050 }
1051 .wall-item-comment-wrapper {
1052   margin: 1em 2em 1em 60px;
1053 }
1054 .wall-item-comment-wrapper .comment-edit-photo {
1055   display: none;
1056 }
1057 .wall-item-comment-wrapper textarea {
1058   height: 1em;
1059   width: 100%;
1060   font-size: 10px;
1061   color: #999999;
1062   border: 1px solid #999999;
1063   padding: 0.3em;
1064 }
1065 .wall-item-comment-wrapper .comment-edit-text-full {
1066   font-size: 14px;
1067   height: 4em;
1068   color: #2d2d2d;
1069   border: 1px solid #2d2d2d;
1070 }
1071 .threaded .wall-item-comment-wrapper {
1072   margin-left: 0px;
1073 }
1074 .comment-edit-preview {
1075   width: 710px;
1076   border: 1px solid #2d2d2d;
1077   margin-top: 10px;
1078   background-color: #fce94f;
1079 }
1080 .comment-edit-preview .contact-photo {
1081   width: 32px;
1082   height: 32px;
1083   margin-left: 16px;
1084   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1085
1086 }
1087 .comment-edit-preview .contact-photo-menu-button {
1088   top: 15px !important;
1089   left: 15px !important;
1090 }
1091 .comment-edit-preview .wall-item-links {
1092   padding-left: 12px;
1093 }
1094 .comment-edit-preview .wall-item-container {
1095   width: 90%;
1096 }
1097 .comment-edit-preview .tread-wrapper {
1098   width: 90%;
1099   padding: 0;
1100   margin: 10px 0;
1101   background-color: #fce94f;
1102   border-bottom: 0px;
1103 }
1104 .comment-edit-preview .wall-item-conv {
1105   display: none;
1106 }
1107 .shiny {
1108   border-right: 10px solid #fce94f;
1109 }
1110 #jot-preview-content .tread-wrapper {
1111   background-color: #fce94f;
1112 }
1113 .hide-comments-outer {
1114   margin-bottom: 0.8em;
1115 }
1116 .wall-item-tags {
1117   padding-top: 5px;
1118 }
1119 .tag {
1120   background: url("../../../images/tag_b.png") no-repeat center left;
1121   color: #ffffff;
1122   padding-left: 3px;
1123 }
1124 .tag a {
1125   padding-right: 8px;
1126   background: url("../../../images/tag.png") no-repeat center right;
1127   color: #ffffff;
1128 }
1129 .filesavetags {
1130   padding: 3px 0px 3px 0px;
1131   opacity: 0.5;
1132 }
1133 .wwto {
1134   background: #FFFFFF;
1135   border: 2px solid #364e59;
1136   height: 25px;
1137   width: 25px;
1138   overflow: hidden;
1139   padding: 1px;
1140   position: absolute !important;
1141   top: 40px;
1142   left: 30px;
1143   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1144   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1145   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1146 }
1147 .wwto .contact-photo {
1148   width: 25px;
1149   height: 25px;
1150 }
1151 /* threaded comments */
1152 .children {
1153   margin-top: 1em;
1154 }
1155 .children .hide-comments-outer {
1156   margin-left: 60px;
1157 }
1158 .children .comment-edit-preview {
1159   width: 660px;
1160 }
1161 .children .comment-edit-preview .wall-item-container {
1162   width: 610px;
1163 }
1164 .children .children {
1165   margin-left: 40px;
1166 }
1167 .children .children .wall-item-container {
1168   width: 710px;
1169 }
1170 .children .children .comment-edit-preview {
1171   width: 620px;
1172 }
1173 .children .children .comment-edit-preview .wall-item-container {
1174   width: 620px;
1175 }
1176 .children .children .children .wall-item-container {
1177   width: 670px;
1178 }
1179 .children .children .children .comment-edit-preview {
1180   width: 580px;
1181 }
1182 .children .children .children .comment-edit-preview .wall-item-container {
1183   width: 580px;
1184 }
1185 .children .children .children .children .wall-item-container {
1186   width: 630px;
1187 }
1188 .children .children .children .children .comment-edit-preview {
1189   width: 540px;
1190 }
1191 .children .children .children .children .comment-edit-preview .wall-item-container {
1192   width: 540px;
1193 }
1194 .children .children .children .children .children .wall-item-container {
1195   width: 590px;
1196 }
1197 .children .children .children .children .children .comment-edit-preview {
1198   width: 500px;
1199 }
1200 .children .children .children .children .children .comment-edit-preview .wall-item-container {
1201   width: 500px;
1202 }
1203 .children .children .children .children .children .children {
1204   margin-left: 0px;
1205 }
1206 .children .children .children .children .children .children .hide-comments-outer {
1207   margin-left: 0px;
1208 }
1209 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
1210 span[id^="showmore-teaser"] {
1211   background: url("showmore-bg.jpg") no-repeat center bottom;
1212 }
1213 span[id^="showmore-wrap"] {
1214   border-top: 1px solid #999999;
1215   color: #999999;
1216   display: block;
1217   text-align: center;
1218   background-color: #eff0f1;
1219 }
1220 #pause {
1221   position: fixed;
1222   bottom: 5px;
1223   right: 5px;
1224 }
1225 .contact-photo-wrapper {
1226   position: relative;
1227 }
1228 .contact-photo {
1229   width: 48px;
1230   height: 48px;
1231   overflow: hidden;
1232   display: block;
1233 }
1234 .contact-photo img {
1235   width: 48px;
1236   height: 48px;
1237 }
1238 .contact-photo-menu-button {
1239   display: none;
1240   position: absolute;
1241   left: -2px;
1242   top: 31px;
1243 }
1244 .contact-wrapper {
1245   float: left;
1246   width: 300px;
1247   height: 90px;
1248   padding-right: 10px;
1249   margin: 0 10px 10px 0px;
1250 }
1251 .contact-wrapper .contact-photo-wrapper {
1252   float: left;
1253   margin-right: 10px;
1254 }
1255 .contact-wrapper .contact-photo {
1256   width: 80px;
1257   height: 80px;
1258 }
1259 .contact-wrapper .contact-photo img {
1260   width: 80px;
1261   height: 80px;
1262 }
1263 .contact-wrapper .contact-photo-menu-button {
1264   left: 0px;
1265   top: 63px;
1266 }
1267 .directory-item {
1268   float: left;
1269   width: 200px;
1270   height: 200px;
1271 }
1272 .directory-item .contact-photo {
1273   width: 175px;
1274   height: 175px;
1275 }
1276 .directory-item .contact-photo img {
1277   width: 175px;
1278   height: 175px;
1279 }
1280 .contact-name {
1281   font-weight: bold;
1282   padding-top: 15px;
1283 }
1284 .contact-details {
1285   color: #999999;
1286   white-space: nowrap;
1287   overflow: hidden;
1288   text-overflow: ellipsis;
1289 }
1290 /* editor */
1291 .jothidden {
1292   display: none;
1293 }
1294 #jot {
1295   width: 100%;
1296   margin: 0px 2em 20px 0px;
1297 }
1298 #jot .profile-jot-text {
1299   height: 1em;
1300   width: 99%;
1301   font-size: 10px;
1302   color: #999999;
1303   border: 1px solid #999999;
1304   padding: 0.3em;
1305 }
1306 #jot #jot-tools {
1307   margin: 0px;
1308   padding: 0px;
1309   height: 40px;
1310   overflow: none;
1311   width: 770px;
1312   background-color: #0e232e;
1313   border-bottom: 2px solid #9eabb0;
1314 }
1315 #jot #jot-tools li {
1316   list-style: none;
1317   float: left;
1318   width: 80px;
1319   height: 40px;
1320   border-bottom: 2px solid #9eabb0;
1321 }
1322 #jot #jot-tools li a {
1323   display: block;
1324   color: #cccccc;
1325   width: 100%;
1326   height: 40px;
1327   text-align: center;
1328   line-height: 40px;
1329   overflow: hidden;
1330 }
1331 #jot #jot-tools li:hover {
1332   background-color: #364e59;
1333   border-bottom: 2px solid #bdcdd4;
1334 }
1335 #jot #jot-tools li.perms {
1336   float: right;
1337   width: 40px;
1338 }
1339 #jot #jot-tools li.perms a.unlock {
1340   width: 30px;
1341   border-left: 10px solid #cccccc;
1342   background-color: #cccccc;
1343 }
1344 #jot #jot-tools li.perms a.lock {
1345   width: 30px;
1346   border-left: 10px solid #666666;
1347   background-color: #666666;
1348 }
1349 #jot #jot-tools li.submit {
1350   float: right;
1351   background-color: #cccccc;
1352   border-bottom: 2px solid #cccccc;
1353   border-right: 1px solid #666666;
1354   border-left: 1px solid #666666;
1355 }
1356 #jot #jot-tools li.submit input {
1357   border: 0px;
1358   margin: 0px;
1359   padding: 0px;
1360   background-color: #cccccc;
1361   color: #666666;
1362   width: 80px;
1363   height: 40px;
1364   line-height: 40px;
1365 }
1366 #jot #jot-tools li.submit input:hover {
1367   background-color: #bdcdd4;
1368   color: #666666;
1369 }
1370 #jot #jot-tools li.loading {
1371   float: right;
1372   background-color: #ffffff;
1373   width: 20px;
1374   vertical-align: center;
1375   text-align: center;
1376   border-top: 2px solid #9eabb0;
1377   height: 38px;
1378 }
1379 #jot #jot-tools li.loading img {
1380   margin-top: 10px;
1381 }
1382 #jot #jot-title {
1383   border: 0px;
1384   margin: 0px;
1385   height: 20px;
1386   width: 500px;
1387   font-weight: bold;
1388   border: 1px solid #ffffff;
1389 }
1390 #jot #jot-title:-webkit-input-placeholder {
1391   font-weight: normal;
1392 }
1393 #jot #jot-title:-moz-placeholder {
1394   font-weight: normal;
1395 }
1396 #jot #jot-title:hover {
1397   border: 1px solid #999999;
1398 }
1399 #jot #jot-title:focus {
1400   border: 1px solid #999999;
1401 }
1402 #jot #character-counter {
1403   width: 40px;
1404   float: right;
1405   text-align: right;
1406   height: 20px;
1407   line-height: 20px;
1408   padding-right: 20px;
1409 }
1410 #jot #jot-category {
1411   border: 0px;
1412   margin: 0px;
1413   height: 20px;
1414   width: 200px;
1415   border: 1px solid #ffffff;
1416 }
1417 #jot #jot-category:hover {
1418   border: 1px solid #999999;
1419 }
1420 #jot #jot-category:focus {
1421   border: 1px solid #999999;
1422 }
1423 /** buttons **/
1424 /*input[type="submit"] {
1425         border: 0px;
1426     background-color: @ButtonBackgroundColor;
1427     color: @ButtonColor;
1428     padding: 0px 10px;
1429         .rounded(5px);
1430     height: 18px;
1431 }*/
1432 /** acl **/
1433 #photo-edit-perms-select,
1434 #photos-upload-permissions-wrapper,
1435 #profile-jot-acl-wrapper {
1436   display: block!important;
1437 }
1438 #acl-wrapper {
1439   width: 690px;
1440   float: left;
1441 }
1442 #acl-search {
1443   float: right;
1444   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1445   padding-right: 20px;
1446 }
1447 #acl-showall {
1448   float: left;
1449   display: block;
1450   width: auto;
1451   height: 18px;
1452   background-color: #cccccc;
1453   background-image: url("../../../images/show_all_off.png");
1454   background-position: 7px 7px;
1455   background-repeat: no-repeat;
1456   padding: 7px 5px 0px 30px;
1457   color: #999999;
1458   -moz-border-radius: 5px 5px 5px 5px;
1459   -webkit-border-radius: 5px 5px 5px 5px;
1460   border-radius: 5px 5px 5px 5px;
1461 }
1462 #acl-showall.selected {
1463   color: #000000;
1464   background-color: #ff9900;
1465   background-image: url("../../../images/show_all_on.png");
1466 }
1467 #acl-list {
1468   height: 210px;
1469   border: 1px solid #cccccc;
1470   clear: both;
1471   margin-top: 30px;
1472   overflow: auto;
1473 }
1474 .acl-list-item {
1475   display: block;
1476   width: 150px;
1477   height: 30px;
1478   border: 1px solid #cccccc;
1479   margin: 5px;
1480   float: left;
1481 }
1482 .acl-list-item img {
1483   width: 22px;
1484   height: 22px;
1485   float: left;
1486   margin: 4px;
1487 }
1488 .acl-list-item p {
1489   height: 12px;
1490   font-size: 10px;
1491   margin: 0px;
1492   padding: 2px 0px 1px;
1493   overflow: hidden;
1494 }
1495 .acl-list-item a {
1496   font-size: 8px;
1497   display: block;
1498   width: 40px;
1499   height: 10px;
1500   float: left;
1501   color: #999999;
1502   background-color: #cccccc;
1503   background-position: 3px 3px;
1504   background-repeat: no-repeat;
1505   margin-right: 5px;
1506   -webkit-border-radius: 2px ;
1507   -moz-border-radius: 2px;
1508   border-radius: 2px;
1509   padding-left: 15px;
1510 }
1511 #acl-wrapper a:hover {
1512   text-decoration: none;
1513   color: #000000;
1514 }
1515 .acl-button-show {
1516   background-image: url("../../../images/show_off.png");
1517 }
1518 .acl-button-hide {
1519   background-image: url("../../../images/hide_off.png");
1520 }
1521 .acl-button-show.selected {
1522   color: #000000;
1523   background-color: #9ade00;
1524   background-image: url("../../../images/show_on.png");
1525 }
1526 .acl-button-hide.selected {
1527   color: #000000;
1528   background-color: #ff4141;
1529   background-image: url("../../../images/hide_on.png");
1530 }
1531 .acl-list-item.groupshow {
1532   border-color: #9ade00;
1533 }
1534 .acl-list-item.grouphide {
1535   border-color: #ff4141;
1536 }
1537 /** /acl **/
1538 /** tab buttons **/
1539 ul.tabs {
1540   list-style-type: none;
1541   padding-bottom: 10px;
1542 }
1543 ul.tabs li {
1544   float: left;
1545   margin-left: 20px;
1546 }
1547 ul.tabs li .active {
1548   border-bottom: 1px solid #005c94;
1549 }
1550 /** group editor **/
1551 #group-edit-desc {
1552   margin-top: 1em;
1553   color: #999999;
1554 }
1555 #group-update-wrapper {
1556   height: auto;
1557   overflow: auto;
1558 }
1559 #group-update-wrapper #group {
1560   width: 300px;
1561   float: left;
1562   margin-right: 20px;
1563 }
1564 #group-update-wrapper #contacts {
1565   width: 300px;
1566   float: left;
1567 }
1568 #group-update-wrapper #group-separator {
1569   display: none;
1570 }
1571 #group-update-wrapper .contact_list {
1572   height: 300px;
1573   border: 1px solid #364e59;
1574   overflow: auto;
1575 }
1576 #group-update-wrapper .contact_list .contact-block-div {
1577   width: 50px;
1578   height: 50px;
1579   float: left;
1580 }
1581 /**
1582  * Form fields
1583  */
1584 .field {
1585   margin-bottom: 10px;
1586   padding-bottom: 10px;
1587   overflow: auto;
1588   width: 100%;
1589 }
1590 .field label {
1591   float: left;
1592   width: 200px;
1593 }
1594 .field input,
1595 .field textarea {
1596   width: 400px;
1597 }
1598 .field input[type="checkbox"],
1599 .field input[type="radio"] {
1600   width: auto;
1601 }
1602 .field textarea {
1603   height: 100px;
1604 }
1605 .field .field_help {
1606   display: block;
1607   margin-left: 200px;
1608   color: #999999;
1609 }
1610 .field .onoff {
1611   float: left;
1612   width: 80px;
1613 }
1614 .field .onoff a {
1615   display: block;
1616   border: 1px solid #666666;
1617   background-image: url("../../../images/onoff.jpg");
1618   background-repeat: no-repeat;
1619   padding: 4px 2px 2px 2px;
1620   height: 16px;
1621   text-decoration: none;
1622 }
1623 .field .onoff .off {
1624   border-color: #666666;
1625   padding-left: 40px;
1626   background-position: left center;
1627   background-color: #cccccc;
1628   color: #666666;
1629   text-align: right;
1630 }
1631 .field .onoff .on {
1632   border-color: #204A87;
1633   padding-right: 40px;
1634   background-position: right center;
1635   background-color: #D7E3F1;
1636   color: #204A87;
1637   text-align: left;
1638 }
1639 .field .hidden {
1640   display: none!important;
1641 }
1642 .field.radio .field_help {
1643   margin-left: 0px;
1644 }
1645 #profile-edit-links li {
1646   list-style: none;
1647   margin-top: 10px;
1648 }
1649 #profile-edit-default-desc {
1650   color: #FF0000;
1651   border: 1px solid #FF8888;
1652   background-color: #FFEEEE;
1653   padding: 7px;
1654 }
1655 #profile-edit-profile-name-label,
1656 #profile-edit-name-label,
1657 #profile-edit-pdesc-label,
1658 #profile-edit-gender-label,
1659 #profile-edit-dob-label,
1660 #profile-edit-address-label,
1661 #profile-edit-locality-label,
1662 #profile-edit-region-label,
1663 #profile-edit-postal-code-label,
1664 #profile-edit-country-name-label,
1665 #profile-edit-marital-label,
1666 #profile-edit-with-label,
1667 #profile-edit-sexual-label,
1668 #profile-edit-politic-label,
1669 #profile-edit-religion-label,
1670 #profile-edit-pubkeywords-label,
1671 #profile-edit-prvkeywords-label,
1672 #profile-edit-gender-select,
1673 #profile-edit-homepage-label {
1674   float: left;
1675   width: 175px;
1676   padding-top: 7px;
1677 }
1678 #profile-edit-profile-name,
1679 #profile-edit-name,
1680 #gender-select,
1681 #profile-edit-pdesc,
1682 #profile-edit-gender,
1683 #profile-edit-dob,
1684 #profile-edit-address,
1685 #profile-edit-locality,
1686 #profile-edit-region,
1687 #profile-edit-postal-code,
1688 #profile-edit-country-name,
1689 #profile-edit-marital,
1690 #profile-edit-with,
1691 #profile-edit-sexual,
1692 #profile-edit-politic,
1693 #profile-edit-religion,
1694 #profile-edit-pubkeywords,
1695 #profile-edit-prvkeywords,
1696 #profile-edit-homepage {
1697   margin-top: 5px;
1698 }
1699 /* oauth */
1700 .oauthapp {
1701   height: auto;
1702   overflow: auto;
1703   border-bottom: 2px solid #cccccc;
1704   padding-bottom: 1em;
1705   margin-bottom: 1em;
1706 }
1707 .oauthapp img {
1708   float: left;
1709   width: 48px;
1710   height: 48px;
1711   margin: 10px;
1712 }
1713 .oauthapp img.noicon {
1714   background-image: url("../../../images/icons/48/plugin.png");
1715   background-position: center center;
1716   background-repeat: no-repeat;
1717 }
1718 .oauthapp a {
1719   float: left;
1720 }
1721 /* contacts */
1722 .contact-entry-wrapper {
1723   width: 50px;
1724   float: left;
1725 }
1726 /* photo albums */
1727 #photo-edit-link-wrap {
1728   margin-bottom: 10px;
1729 }
1730 #album-edit-link {
1731   border-right: 1px solid #364e59;
1732   float: left;
1733   padding-right: 5px;
1734   margin-right: 5px;
1735 }
1736 #photo-edit-link,
1737 #album-edit-link a {
1738   background: url("../../../images/icons/16/edit.png") no-repeat left center;
1739   padding-left: 18px;
1740 }
1741 #photo-toprofile-link {
1742   background: url("../../../images/icons/16/user.png") no-repeat left center;
1743   padding-left: 18px;
1744 }
1745 .photos-upload-link a,
1746 #photo-top-upload-link {
1747   background: url("../../../images/icons/16/add.png") no-repeat left center;
1748   padding-left: 18px;
1749 }
1750 .photo-top-image-wrapper,
1751 .photo-album-image-wrapper {
1752   float: left;
1753   margin: 0px 10px 10px 0px;
1754   width: 150px;
1755   height: 150px;
1756   position: relative;
1757   overflow: hidden;
1758 }
1759 .photo-top-image-wrapper img,
1760 .photo-album-image-wrapper img {
1761   width: 150px;
1762 }
1763 .photo-top-image-wrapper .photo-top-album-name,
1764 .photo-album-image-wrapper .photo-top-album-name,
1765 .photo-top-image-wrapper .caption,
1766 .photo-album-image-wrapper .caption {
1767   position: absolute;
1768   color: #2d2d2d;
1769   background-color: #ffffff;
1770   width: 100%;
1771   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1772   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1773   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1774   -webkit-transition: all 0.5s ease-in-out;
1775   -moz-transition: all 0.5s ease-in-out;
1776   -o-transition: all 0.5s ease-in-out;
1777   -ms-transition: all 0.5s ease-in-out;
1778   transition: all 0.5s ease-in-out;
1779   bottom: -150px;
1780 }
1781 .photo-top-image-wrapper:hover .photo-top-album-name,
1782 .photo-album-image-wrapper:hover .photo-top-album-name,
1783 .photo-top-image-wrapper:hover .caption,
1784 .photo-album-image-wrapper:hover .caption {
1785   bottom: 0px;
1786   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1787   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1788   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1789   -webkit-transition: all 0.5s ease-in-out;
1790   -moz-transition: all 0.5s ease-in-out;
1791   -o-transition: all 0.5s ease-in-out;
1792   -ms-transition: all 0.5s ease-in-out;
1793   transition: all 0.5s ease-in-out;
1794 }
1795 #photo-photo {
1796   display: block;
1797   width: 660px;
1798   padding: 50px;
1799   margin-bottom: 0px;
1800   text-align: center;
1801   background-color: #999999;
1802 }
1803 #photo-photo img {
1804   max-width: 560px;
1805 }
1806 #photo-album-title {
1807   background: url("../../../images/icons/22/image.png") no-repeat top left;
1808   padding-left: 23px;
1809   min-height: 22px;
1810 }
1811 #photo-album-title a {
1812   display: block;
1813   padding-top: 5px;
1814 }
1815 #photo-caption {
1816   display: block;
1817   width: 660px;
1818   min-height: 55px;
1819   background-color: #cccccc;
1820   padding: 0 50px 0 50px;
1821 }
1822 #photo-next-link > a > div {
1823   background: url("icons/next.png") no-repeat center center;
1824   float: right;
1825   width: 50px;
1826   height: 50px;
1827 }
1828 #photo-prev-link > a > div {
1829   background: url("icons/prev.png") no-repeat center center;
1830   float: left;
1831   width: 50px;
1832   height: 50px;
1833 }
1834 #photo-like-div {
1835   display: block;
1836   width: 660px;
1837   height: 30px;
1838   background-color: #cccccc;
1839   padding: 0 50px 0 50px;
1840 }
1841 #photo-like-div .icon {
1842   float: left;
1843 }
1844 #photo-like-div .like-rotator {
1845   float: right;
1846 }
1847 /* profile match wrapper */
1848 .profile-match-wrapper {
1849   float: left;
1850   width: 90px;
1851   height: 90px;
1852   margin-bottom: 20px;
1853 }
1854 .profile-match-wrapper .contact-photo {
1855   width: 80px;
1856   height: 80px;
1857 }
1858 .profile-match-wrapper .contact-photo img {
1859   width: 80px;
1860   height: 80px;
1861 }
1862 .profile-match-wrapper .contact-photo-menu-button {
1863   left: 0px;
1864   top: 63px;
1865 }
1866 /* messages */
1867 #message-new {
1868   background: #19aeff;
1869   border: 1px solid #005c94;
1870   width: 150px;
1871 }
1872 #message-new a {
1873   color: #ffffff;
1874   text-align: center;
1875   display: block;
1876   font-weight: bold;
1877   padding: 1em 0px;
1878 }
1879 .mail-list-wrapper {
1880   background-color: #f6f7f8;
1881   margin-bottom: 5px;
1882   width: 100%;
1883   height: auto;
1884   overflow: hidden;
1885 }
1886 .mail-list-wrapper span {
1887   display: block;
1888   float: left;
1889   width: 20%;
1890   overflow: hidden;
1891 }
1892 .mail-list-wrapper .mail-subject {
1893   width: 30%;
1894   padding: 4px 0px 0px 4px;
1895 }
1896 .mail-list-wrapper .mail-subject a {
1897   display: block;
1898 }
1899 .mail-list-wrapper .mail-subject.unseen a {
1900   font-weight: bold;
1901 }
1902 .mail-list-wrapper .mail-date {
1903   padding: 4px 4px 0px 4px;
1904 }
1905 .mail-list-wrapper .mail-from {
1906   padding: 4px 4px 0px 4px;
1907 }
1908 .mail-list-wrapper .mail-count {
1909   padding: 4px 4px 0px 4px;
1910   text-align: right;
1911 }
1912 .mail-list-wrapper .mail-delete {
1913   float: right;
1914 }
1915 #mail-display-subject {
1916   background-color: #f6f7f8;
1917   color: #2d2d2d;
1918   margin-bottom: 10px;
1919   width: 100%;
1920   height: auto;
1921   overflow: hidden;
1922 }
1923 #mail-display-subject span {
1924   float: left;
1925   overflow: hidden;
1926   padding: 4px 0px 0px 10px;
1927 }
1928 #mail-display-subject .mail-delete {
1929   float: right;
1930   opacity: 0.5;
1931   -webkit-transition: all 0.2s ease-in-out;
1932   -moz-transition: all 0.2s ease-in-out;
1933   -o-transition: all 0.2s ease-in-out;
1934   -ms-transition: all 0.2s ease-in-out;
1935   transition: all 0.2s ease-in-out;
1936 }
1937 #mail-display-subject:hover .mail-delete {
1938   opacity: 1;
1939   -webkit-transition: all 0.2s ease-in-out;
1940   -moz-transition: all 0.2s ease-in-out;
1941   -o-transition: all 0.2s ease-in-out;
1942   -ms-transition: all 0.2s ease-in-out;
1943   transition: all 0.2s ease-in-out;
1944 }
1945 /* theme screenshot */
1946 .screenshot,
1947 #theme-preview {
1948   position: absolute;
1949   width: 202px;
1950   left: 70%;
1951   top: 50px;
1952 }
1953 .screenshot img,
1954 #theme-preview img {
1955   width: 200px;
1956   height: 150px;
1957 }
1958 /* page footer */
1959 footer {
1960   height: 100px;
1961   display: table-row;
1962 }
1963 .pager {
1964   margin-top: 25px;
1965   clear: both;
1966 }
1967 /**
1968  * ADMIN
1969  */
1970 #pending-update {
1971   float: right;
1972   color: #ffffff;
1973   font-weight: bold;
1974   background-color: #FF0000;
1975   padding: 0em 0.3em;
1976 }
1977 #adminpage dl {
1978   clear: left;
1979   margin-bottom: 2px;
1980   padding-bottom: 2px;
1981   border-bottom: 1px solid black;
1982 }
1983 #adminpage dt {
1984   width: 200px;
1985   float: left;
1986   font-weight: bold;
1987 }
1988 #adminpage dd {
1989   margin-left: 200px;
1990 }
1991 #adminpage h3 {
1992   border-bottom: 1px solid #cccccc;
1993 }
1994 #adminpage .field label {
1995   font-weight: bold;
1996 }
1997 #adminpage .submit {
1998   clear: left;
1999   text-align: right;
2000 }
2001 #adminpage #pluginslist {
2002   margin: 0px;
2003   padding: 0px;
2004 }
2005 #adminpage .plugin {
2006   list-style: none;
2007   display: block;
2008   border: 1px solid #888888;
2009   padding: 1em;
2010   margin-bottom: 5px;
2011   clear: left;
2012 }
2013 #adminpage .plugin desc {
2014   margin-left: 2.5em;
2015 }
2016 #adminpage .toggleplugin {
2017   float: left;
2018   margin-right: 1em;
2019 }
2020 #adminpage table {
2021   width: 100%;
2022   border-bottom: 1px solid #000000;
2023   margin: 5px 0px;
2024 }
2025 #adminpage table th {
2026   text-align: left;
2027 }
2028 #adminpage table td .icon {
2029   float: left;
2030 }
2031 #adminpage table tr:hover {
2032   background-color: #bbc7d7;
2033 }
2034 #adminpage table#users img {
2035   width: 16px;
2036   height: 16px;
2037 }
2038 #adminpage .selectall {
2039   text-align: right;
2040 }
2041 /* edit buttons for comments */
2042 .icon.dim {
2043   opacity: 0.3;
2044   filter: alpha(opacity=30);
2045 }
2046 .comment-edit-bb {
2047   list-style: none;
2048   display: none;
2049   margin: 0px;
2050   padding: 0px;
2051   width: 75%;
2052 }
2053 .comment-edit-bb > li {
2054   display: inline-block;
2055   margin: 10px 10px 0 0;
2056   visibility: none;
2057 }
2058 .editicon {
2059   display: inline-block;
2060   width: 16px;
2061   height: 16px;
2062   background-image: url(icons/bbedit.png);
2063   text-decoration: none;
2064 }
2065 .editicon :hover {
2066   background-color: #ccc;
2067 }
2068 .boldbb {
2069   background-position: 0px 0px;
2070 }
2071 .boldbb:hover {
2072   background-position: 0px -16px;
2073 }
2074 .italicbb {
2075   background-position: -16px 0px;
2076 }
2077 .italicbb:hover {
2078   background-position: -16px -16px;
2079 }
2080 .underlinebb {
2081   background-position: -32px 0px;
2082 }
2083 .underlinebb:hover {
2084   background-position: -32px -16px;
2085 }
2086 .quotebb {
2087   background-position: -48px 0px;
2088 }
2089 .quotebb:hover {
2090   background-position: -48px -16px;
2091 }
2092 .codebb {
2093   background-position: -64px 0px;
2094 }
2095 .codebb:hover {
2096   background-position: -64px -16px;
2097 }
2098 .imagebb {
2099   background-position: -80px 0px;
2100 }
2101 .imagebb:hover {
2102   background-position: -80px -16px;
2103 }
2104 .urlbb {
2105   background-position: -96px 0px;
2106 }
2107 .urlbb:hover {
2108   background-position: -96px -16px;
2109 }
2110 .videobb {
2111   background-position: -112px 0px;
2112 }
2113 .videobb:hover {
2114   background-position: -112px -16px;
2115 }
2116 .attachtype {
2117   display: block;
2118   width: 20px;
2119   height: 23px;
2120   float: left;
2121   background-image: url('../../../images/content-types.png');
2122 }
2123 .body-attach {
2124   margin-top: 10px;
2125 }
2126 .type-video {
2127   background-position: 0px 0px;
2128 }
2129 .type-image {
2130   background-position: -20px 0px;
2131 }
2132 .type-audio {
2133   background-position: -40px 0px;
2134 }
2135 .type-text {
2136   background-position: -60px 0px;
2137 }
2138 .type-unkn {
2139   background-position: -80px 0px;
2140 }