]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/dark/style.css
quattro: move comment box for top-level item at the end of comments list
[friendica.git] / view / theme / quattro / dark / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  **/
4 /* icons */
5 .icon {
6   background-color: transparent ;
7   background-repeat: no-repeat;
8   background-position: left center;
9   display: block;
10   overflow: hidden;
11   text-indent: -9999px;
12   padding: 1px;
13   min-width: 22px;
14   height: 22px;
15 }
16 .icon.text {
17   text-indent: 0px;
18 }
19 .icon.notify {
20   background-image: url("../../../images/icons/22/notify_off.png");
21 }
22 .icon.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 }
1079 .comment-edit-preview .contact-photo {
1080   width: 32px;
1081   height: 32px;
1082   margin-left: 16px;
1083   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1084
1085 }
1086 .comment-edit-preview .contact-photo-menu-button {
1087   top: 15px !important;
1088   left: 15px !important;
1089 }
1090 .comment-edit-preview .wall-item-links {
1091   padding-left: 12px;
1092 }
1093 .comment-edit-preview .wall-item-container {
1094   width: 700px;
1095 }
1096 .comment-edit-preview .tread-wrapper {
1097   width: 700px;
1098   padding: 0;
1099   margin: 10px 0;
1100 }
1101 .shiny {
1102   border-right: 10px solid #fce94f;
1103 }
1104 #jot-preview-content .tread-wrapper {
1105   background-color: #fce94f;
1106 }
1107 .hide-comments-outer {
1108   margin-bottom: 0.8em;
1109 }
1110 .wall-item-tags {
1111   padding-top: 5px;
1112 }
1113 .tag {
1114   background: url("../../../images/tag_b.png") no-repeat center left;
1115   color: #ffffff;
1116   padding-left: 3px;
1117 }
1118 .tag a {
1119   padding-right: 8px;
1120   background: url("../../../images/tag.png") no-repeat center right;
1121   color: #ffffff;
1122 }
1123 .filesavetags {
1124   padding: 3px 0px 3px 0px;
1125   opacity: 0.5;
1126 }
1127 .wwto {
1128   background: #FFFFFF;
1129   border: 2px solid #364e59;
1130   height: 25px;
1131   width: 25px;
1132   overflow: hidden;
1133   padding: 1px;
1134   position: absolute !important;
1135   top: 40px;
1136   left: 30px;
1137   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1138   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1139   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1140 }
1141 .wwto .contact-photo {
1142   width: 25px;
1143   height: 25px;
1144 }
1145 /* threaded comments */
1146 .children .children {
1147   margin-left: 40px;
1148 }
1149 .children .children .wall-item-container {
1150   width: 710px;
1151 }
1152 .children .children .children {
1153   margin-left: 40px;
1154 }
1155 .children .children .children .wall-item-container {
1156   width: 670px;
1157 }
1158 .children .children .children .children {
1159   margin-left: 40px;
1160 }
1161 .children .children .children .children .wall-item-container {
1162   width: 630px;
1163 }
1164 .children .children .children .children .children {
1165   margin-left: 40px;
1166 }
1167 .children .children .children .children .children .wall-item-container {
1168   width: 590px;
1169 }
1170 .children .children .children .children .children .children {
1171   margin-left: 0px;
1172 }
1173 .threaded .hide-comments-outer {
1174   margin-left: 20px;
1175 }
1176 span[id^="showmore-teaser"] {
1177   background: url("showmore-bg.jpg") no-repeat center bottom;
1178 }
1179 span[id^="showmore-wrap"] {
1180   border-top: 1px solid #999999;
1181   color: #999999;
1182   display: block;
1183   text-align: center;
1184   background-color: #eff0f1;
1185 }
1186 #pause {
1187   position: fixed;
1188   bottom: 5px;
1189   right: 5px;
1190 }
1191 .contact-photo-wrapper {
1192   position: relative;
1193 }
1194 .contact-photo {
1195   width: 48px;
1196   height: 48px;
1197   overflow: hidden;
1198   display: block;
1199 }
1200 .contact-photo img {
1201   width: 48px;
1202   height: 48px;
1203 }
1204 .contact-photo-menu-button {
1205   display: none;
1206   position: absolute;
1207   left: -2px;
1208   top: 31px;
1209 }
1210 .contact-wrapper {
1211   float: left;
1212   width: 300px;
1213   height: 90px;
1214   padding-right: 10px;
1215   margin: 0 10px 10px 0px;
1216 }
1217 .contact-wrapper .contact-photo-wrapper {
1218   float: left;
1219   margin-right: 10px;
1220 }
1221 .contact-wrapper .contact-photo {
1222   width: 80px;
1223   height: 80px;
1224 }
1225 .contact-wrapper .contact-photo img {
1226   width: 80px;
1227   height: 80px;
1228 }
1229 .contact-wrapper .contact-photo-menu-button {
1230   left: 0px;
1231   top: 63px;
1232 }
1233 .directory-item {
1234   float: left;
1235   width: 200px;
1236   height: 200px;
1237 }
1238 .directory-item .contact-photo {
1239   width: 175px;
1240   height: 175px;
1241 }
1242 .directory-item .contact-photo img {
1243   width: 175px;
1244   height: 175px;
1245 }
1246 .contact-name {
1247   font-weight: bold;
1248   padding-top: 15px;
1249 }
1250 .contact-details {
1251   color: #999999;
1252   white-space: nowrap;
1253   overflow: hidden;
1254   text-overflow: ellipsis;
1255 }
1256 /* editor */
1257 .jothidden {
1258   display: none;
1259 }
1260 #jot {
1261   width: 100%;
1262   margin: 0px 2em 20px 0px;
1263 }
1264 #jot .profile-jot-text {
1265   height: 1em;
1266   width: 99%;
1267   font-size: 10px;
1268   color: #999999;
1269   border: 1px solid #999999;
1270   padding: 0.3em;
1271 }
1272 #jot #jot-tools {
1273   margin: 0px;
1274   padding: 0px;
1275   height: 40px;
1276   overflow: none;
1277   width: 770px;
1278   background-color: #0e232e;
1279   border-bottom: 2px solid #9eabb0;
1280 }
1281 #jot #jot-tools li {
1282   list-style: none;
1283   float: left;
1284   width: 80px;
1285   height: 40px;
1286   border-bottom: 2px solid #9eabb0;
1287 }
1288 #jot #jot-tools li a {
1289   display: block;
1290   color: #cccccc;
1291   width: 100%;
1292   height: 40px;
1293   text-align: center;
1294   line-height: 40px;
1295   overflow: hidden;
1296 }
1297 #jot #jot-tools li:hover {
1298   background-color: #364e59;
1299   border-bottom: 2px solid #bdcdd4;
1300 }
1301 #jot #jot-tools li.perms {
1302   float: right;
1303   width: 40px;
1304 }
1305 #jot #jot-tools li.perms a.unlock {
1306   width: 30px;
1307   border-left: 10px solid #cccccc;
1308   background-color: #cccccc;
1309 }
1310 #jot #jot-tools li.perms a.lock {
1311   width: 30px;
1312   border-left: 10px solid #666666;
1313   background-color: #666666;
1314 }
1315 #jot #jot-tools li.submit {
1316   float: right;
1317   background-color: #cccccc;
1318   border-bottom: 2px solid #cccccc;
1319   border-right: 1px solid #666666;
1320   border-left: 1px solid #666666;
1321 }
1322 #jot #jot-tools li.submit input {
1323   border: 0px;
1324   margin: 0px;
1325   padding: 0px;
1326   background-color: #cccccc;
1327   color: #666666;
1328   width: 80px;
1329   height: 40px;
1330   line-height: 40px;
1331 }
1332 #jot #jot-tools li.submit input:hover {
1333   background-color: #bdcdd4;
1334   color: #666666;
1335 }
1336 #jot #jot-tools li.loading {
1337   float: right;
1338   background-color: #ffffff;
1339   width: 20px;
1340   vertical-align: center;
1341   text-align: center;
1342   border-top: 2px solid #9eabb0;
1343   height: 38px;
1344 }
1345 #jot #jot-tools li.loading img {
1346   margin-top: 10px;
1347 }
1348 #jot #jot-title {
1349   border: 0px;
1350   margin: 0px;
1351   height: 20px;
1352   width: 500px;
1353   font-weight: bold;
1354   border: 1px solid #ffffff;
1355 }
1356 #jot #jot-title:-webkit-input-placeholder {
1357   font-weight: normal;
1358 }
1359 #jot #jot-title:-moz-placeholder {
1360   font-weight: normal;
1361 }
1362 #jot #jot-title:hover {
1363   border: 1px solid #999999;
1364 }
1365 #jot #jot-title:focus {
1366   border: 1px solid #999999;
1367 }
1368 #jot #character-counter {
1369   width: 40px;
1370   float: right;
1371   text-align: right;
1372   height: 20px;
1373   line-height: 20px;
1374   padding-right: 20px;
1375 }
1376 #jot #jot-category {
1377   border: 0px;
1378   margin: 0px;
1379   height: 20px;
1380   width: 200px;
1381   border: 1px solid #ffffff;
1382 }
1383 #jot #jot-category:hover {
1384   border: 1px solid #999999;
1385 }
1386 #jot #jot-category:focus {
1387   border: 1px solid #999999;
1388 }
1389 /** buttons **/
1390 /*input[type="submit"] {
1391         border: 0px;
1392     background-color: @ButtonBackgroundColor;
1393     color: @ButtonColor;
1394     padding: 0px 10px;
1395         .rounded(5px);
1396     height: 18px;
1397 }*/
1398 /** acl **/
1399 #photo-edit-perms-select,
1400 #photos-upload-permissions-wrapper,
1401 #profile-jot-acl-wrapper {
1402   display: block!important;
1403 }
1404 #acl-wrapper {
1405   width: 690px;
1406   float: left;
1407 }
1408 #acl-search {
1409   float: right;
1410   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1411   padding-right: 20px;
1412 }
1413 #acl-showall {
1414   float: left;
1415   display: block;
1416   width: auto;
1417   height: 18px;
1418   background-color: #cccccc;
1419   background-image: url("../../../images/show_all_off.png");
1420   background-position: 7px 7px;
1421   background-repeat: no-repeat;
1422   padding: 7px 5px 0px 30px;
1423   color: #999999;
1424   -moz-border-radius: 5px 5px 5px 5px;
1425   -webkit-border-radius: 5px 5px 5px 5px;
1426   border-radius: 5px 5px 5px 5px;
1427 }
1428 #acl-showall.selected {
1429   color: #000000;
1430   background-color: #ff9900;
1431   background-image: url("../../../images/show_all_on.png");
1432 }
1433 #acl-list {
1434   height: 210px;
1435   border: 1px solid #cccccc;
1436   clear: both;
1437   margin-top: 30px;
1438   overflow: auto;
1439 }
1440 .acl-list-item {
1441   display: block;
1442   width: 150px;
1443   height: 30px;
1444   border: 1px solid #cccccc;
1445   margin: 5px;
1446   float: left;
1447 }
1448 .acl-list-item img {
1449   width: 22px;
1450   height: 22px;
1451   float: left;
1452   margin: 4px;
1453 }
1454 .acl-list-item p {
1455   height: 12px;
1456   font-size: 10px;
1457   margin: 0px;
1458   padding: 2px 0px 1px;
1459   overflow: hidden;
1460 }
1461 .acl-list-item a {
1462   font-size: 8px;
1463   display: block;
1464   width: 40px;
1465   height: 10px;
1466   float: left;
1467   color: #999999;
1468   background-color: #cccccc;
1469   background-position: 3px 3px;
1470   background-repeat: no-repeat;
1471   margin-right: 5px;
1472   -webkit-border-radius: 2px ;
1473   -moz-border-radius: 2px;
1474   border-radius: 2px;
1475   padding-left: 15px;
1476 }
1477 #acl-wrapper a:hover {
1478   text-decoration: none;
1479   color: #000000;
1480 }
1481 .acl-button-show {
1482   background-image: url("../../../images/show_off.png");
1483 }
1484 .acl-button-hide {
1485   background-image: url("../../../images/hide_off.png");
1486 }
1487 .acl-button-show.selected {
1488   color: #000000;
1489   background-color: #9ade00;
1490   background-image: url("../../../images/show_on.png");
1491 }
1492 .acl-button-hide.selected {
1493   color: #000000;
1494   background-color: #ff4141;
1495   background-image: url("../../../images/hide_on.png");
1496 }
1497 .acl-list-item.groupshow {
1498   border-color: #9ade00;
1499 }
1500 .acl-list-item.grouphide {
1501   border-color: #ff4141;
1502 }
1503 /** /acl **/
1504 /** tab buttons **/
1505 ul.tabs {
1506   list-style-type: none;
1507   padding-bottom: 10px;
1508 }
1509 ul.tabs li {
1510   float: left;
1511   margin-left: 20px;
1512 }
1513 ul.tabs li .active {
1514   border-bottom: 1px solid #005c94;
1515 }
1516 /** group editor **/
1517 #group-edit-desc {
1518   margin-top: 1em;
1519   color: #999999;
1520 }
1521 #group-update-wrapper {
1522   height: auto;
1523   overflow: auto;
1524 }
1525 #group-update-wrapper #group {
1526   width: 300px;
1527   float: left;
1528   margin-right: 20px;
1529 }
1530 #group-update-wrapper #contacts {
1531   width: 300px;
1532   float: left;
1533 }
1534 #group-update-wrapper #group-separator {
1535   display: none;
1536 }
1537 #group-update-wrapper .contact_list {
1538   height: 300px;
1539   border: 1px solid #364e59;
1540   overflow: auto;
1541 }
1542 #group-update-wrapper .contact_list .contact-block-div {
1543   width: 50px;
1544   height: 50px;
1545   float: left;
1546 }
1547 /**
1548  * Form fields
1549  */
1550 .field {
1551   margin-bottom: 10px;
1552   padding-bottom: 10px;
1553   overflow: auto;
1554   width: 100%;
1555 }
1556 .field label {
1557   float: left;
1558   width: 200px;
1559 }
1560 .field input,
1561 .field textarea {
1562   width: 400px;
1563 }
1564 .field input[type="checkbox"],
1565 .field input[type="radio"] {
1566   width: auto;
1567 }
1568 .field textarea {
1569   height: 100px;
1570 }
1571 .field .field_help {
1572   display: block;
1573   margin-left: 200px;
1574   color: #999999;
1575 }
1576 .field .onoff {
1577   float: left;
1578   width: 80px;
1579 }
1580 .field .onoff a {
1581   display: block;
1582   border: 1px solid #666666;
1583   background-image: url("../../../images/onoff.jpg");
1584   background-repeat: no-repeat;
1585   padding: 4px 2px 2px 2px;
1586   height: 16px;
1587   text-decoration: none;
1588 }
1589 .field .onoff .off {
1590   border-color: #666666;
1591   padding-left: 40px;
1592   background-position: left center;
1593   background-color: #cccccc;
1594   color: #666666;
1595   text-align: right;
1596 }
1597 .field .onoff .on {
1598   border-color: #204A87;
1599   padding-right: 40px;
1600   background-position: right center;
1601   background-color: #D7E3F1;
1602   color: #204A87;
1603   text-align: left;
1604 }
1605 .field .hidden {
1606   display: none!important;
1607 }
1608 .field.radio .field_help {
1609   margin-left: 0px;
1610 }
1611 #profile-edit-links li {
1612   list-style: none;
1613   margin-top: 10px;
1614 }
1615 #profile-edit-default-desc {
1616   color: #FF0000;
1617   border: 1px solid #FF8888;
1618   background-color: #FFEEEE;
1619   padding: 7px;
1620 }
1621 #profile-edit-profile-name-label,
1622 #profile-edit-name-label,
1623 #profile-edit-pdesc-label,
1624 #profile-edit-gender-label,
1625 #profile-edit-dob-label,
1626 #profile-edit-address-label,
1627 #profile-edit-locality-label,
1628 #profile-edit-region-label,
1629 #profile-edit-postal-code-label,
1630 #profile-edit-country-name-label,
1631 #profile-edit-marital-label,
1632 #profile-edit-with-label,
1633 #profile-edit-sexual-label,
1634 #profile-edit-politic-label,
1635 #profile-edit-religion-label,
1636 #profile-edit-pubkeywords-label,
1637 #profile-edit-prvkeywords-label,
1638 #profile-edit-gender-select,
1639 #profile-edit-homepage-label {
1640   float: left;
1641   width: 175px;
1642   padding-top: 7px;
1643 }
1644 #profile-edit-profile-name,
1645 #profile-edit-name,
1646 #gender-select,
1647 #profile-edit-pdesc,
1648 #profile-edit-gender,
1649 #profile-edit-dob,
1650 #profile-edit-address,
1651 #profile-edit-locality,
1652 #profile-edit-region,
1653 #profile-edit-postal-code,
1654 #profile-edit-country-name,
1655 #profile-edit-marital,
1656 #profile-edit-with,
1657 #profile-edit-sexual,
1658 #profile-edit-politic,
1659 #profile-edit-religion,
1660 #profile-edit-pubkeywords,
1661 #profile-edit-prvkeywords,
1662 #profile-edit-homepage {
1663   margin-top: 5px;
1664 }
1665 /* oauth */
1666 .oauthapp {
1667   height: auto;
1668   overflow: auto;
1669   border-bottom: 2px solid #cccccc;
1670   padding-bottom: 1em;
1671   margin-bottom: 1em;
1672 }
1673 .oauthapp img {
1674   float: left;
1675   width: 48px;
1676   height: 48px;
1677   margin: 10px;
1678 }
1679 .oauthapp img.noicon {
1680   background-image: url("../../../images/icons/48/plugin.png");
1681   background-position: center center;
1682   background-repeat: no-repeat;
1683 }
1684 .oauthapp a {
1685   float: left;
1686 }
1687 /* contacts */
1688 .contact-entry-wrapper {
1689   width: 50px;
1690   float: left;
1691 }
1692 /* photo albums */
1693 #photo-edit-link-wrap {
1694   margin-bottom: 10px;
1695 }
1696 #album-edit-link {
1697   border-right: 1px solid #364e59;
1698   float: left;
1699   padding-right: 5px;
1700   margin-right: 5px;
1701 }
1702 #photo-edit-link,
1703 #album-edit-link a {
1704   background: url("../../../images/icons/16/edit.png") no-repeat left center;
1705   padding-left: 18px;
1706 }
1707 #photo-toprofile-link {
1708   background: url("../../../images/icons/16/user.png") no-repeat left center;
1709   padding-left: 18px;
1710 }
1711 .photos-upload-link a,
1712 #photo-top-upload-link {
1713   background: url("../../../images/icons/16/add.png") no-repeat left center;
1714   padding-left: 18px;
1715 }
1716 .photo-top-image-wrapper,
1717 .photo-album-image-wrapper {
1718   float: left;
1719   margin: 0px 10px 10px 0px;
1720   width: 150px;
1721   height: 150px;
1722   position: relative;
1723   overflow: hidden;
1724 }
1725 .photo-top-image-wrapper img,
1726 .photo-album-image-wrapper img {
1727   width: 150px;
1728 }
1729 .photo-top-image-wrapper .photo-top-album-name,
1730 .photo-album-image-wrapper .photo-top-album-name,
1731 .photo-top-image-wrapper .caption,
1732 .photo-album-image-wrapper .caption {
1733   position: absolute;
1734   color: #2d2d2d;
1735   background-color: #ffffff;
1736   width: 100%;
1737   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1738   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1739   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
1740   -webkit-transition: all 0.5s ease-in-out;
1741   -moz-transition: all 0.5s ease-in-out;
1742   -o-transition: all 0.5s ease-in-out;
1743   -ms-transition: all 0.5s ease-in-out;
1744   transition: all 0.5s ease-in-out;
1745   bottom: -150px;
1746 }
1747 .photo-top-image-wrapper:hover .photo-top-album-name,
1748 .photo-album-image-wrapper:hover .photo-top-album-name,
1749 .photo-top-image-wrapper:hover .caption,
1750 .photo-album-image-wrapper:hover .caption {
1751   bottom: 0px;
1752   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1753   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1754   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1755   -webkit-transition: all 0.5s ease-in-out;
1756   -moz-transition: all 0.5s ease-in-out;
1757   -o-transition: all 0.5s ease-in-out;
1758   -ms-transition: all 0.5s ease-in-out;
1759   transition: all 0.5s ease-in-out;
1760 }
1761 #photo-photo {
1762   display: block;
1763   width: 660px;
1764   padding: 50px;
1765   margin-bottom: 0px;
1766   text-align: center;
1767   background-color: #999999;
1768 }
1769 #photo-photo img {
1770   max-width: 560px;
1771 }
1772 #photo-album-title {
1773   background: url("../../../images/icons/22/image.png") no-repeat top left;
1774   padding-left: 23px;
1775   min-height: 22px;
1776 }
1777 #photo-album-title a {
1778   display: block;
1779   padding-top: 5px;
1780 }
1781 #photo-caption {
1782   display: block;
1783   width: 660px;
1784   min-height: 55px;
1785   background-color: #cccccc;
1786   padding: 0 50px 0 50px;
1787 }
1788 #photo-next-link > a > div {
1789   background: url("icons/next.png") no-repeat center center;
1790   float: right;
1791   width: 50px;
1792   height: 50px;
1793 }
1794 #photo-prev-link > a > div {
1795   background: url("icons/prev.png") no-repeat center center;
1796   float: left;
1797   width: 50px;
1798   height: 50px;
1799 }
1800 #photo-like-div {
1801   display: block;
1802   width: 660px;
1803   height: 30px;
1804   background-color: #cccccc;
1805   padding: 0 50px 0 50px;
1806 }
1807 #photo-like-div .icon {
1808   float: left;
1809 }
1810 #photo-like-div .like-rotator {
1811   float: right;
1812 }
1813 /* profile match wrapper */
1814 .profile-match-wrapper {
1815   float: left;
1816   width: 90px;
1817   height: 90px;
1818   margin-bottom: 20px;
1819 }
1820 .profile-match-wrapper .contact-photo {
1821   width: 80px;
1822   height: 80px;
1823 }
1824 .profile-match-wrapper .contact-photo img {
1825   width: 80px;
1826   height: 80px;
1827 }
1828 .profile-match-wrapper .contact-photo-menu-button {
1829   left: 0px;
1830   top: 63px;
1831 }
1832 /* messages */
1833 #message-new {
1834   background: #19aeff;
1835   border: 1px solid #005c94;
1836   width: 150px;
1837 }
1838 #message-new a {
1839   color: #ffffff;
1840   text-align: center;
1841   display: block;
1842   font-weight: bold;
1843   padding: 1em 0px;
1844 }
1845 .mail-list-wrapper {
1846   background-color: #f6f7f8;
1847   margin-bottom: 5px;
1848   width: 100%;
1849   height: auto;
1850   overflow: hidden;
1851 }
1852 .mail-list-wrapper span {
1853   display: block;
1854   float: left;
1855   width: 20%;
1856   overflow: hidden;
1857 }
1858 .mail-list-wrapper .mail-subject {
1859   width: 30%;
1860   padding: 4px 0px 0px 4px;
1861 }
1862 .mail-list-wrapper .mail-subject a {
1863   display: block;
1864 }
1865 .mail-list-wrapper .mail-subject.unseen a {
1866   font-weight: bold;
1867 }
1868 .mail-list-wrapper .mail-date {
1869   padding: 4px 4px 0px 4px;
1870 }
1871 .mail-list-wrapper .mail-from {
1872   padding: 4px 4px 0px 4px;
1873 }
1874 .mail-list-wrapper .mail-count {
1875   padding: 4px 4px 0px 4px;
1876   text-align: right;
1877 }
1878 .mail-list-wrapper .mail-delete {
1879   float: right;
1880 }
1881 #mail-display-subject {
1882   background-color: #f6f7f8;
1883   color: #2d2d2d;
1884   margin-bottom: 10px;
1885   width: 100%;
1886   height: auto;
1887   overflow: hidden;
1888 }
1889 #mail-display-subject span {
1890   float: left;
1891   overflow: hidden;
1892   padding: 4px 0px 0px 10px;
1893 }
1894 #mail-display-subject .mail-delete {
1895   float: right;
1896   opacity: 0.5;
1897   -webkit-transition: all 0.2s ease-in-out;
1898   -moz-transition: all 0.2s ease-in-out;
1899   -o-transition: all 0.2s ease-in-out;
1900   -ms-transition: all 0.2s ease-in-out;
1901   transition: all 0.2s ease-in-out;
1902 }
1903 #mail-display-subject:hover .mail-delete {
1904   opacity: 1;
1905   -webkit-transition: all 0.2s ease-in-out;
1906   -moz-transition: all 0.2s ease-in-out;
1907   -o-transition: all 0.2s ease-in-out;
1908   -ms-transition: all 0.2s ease-in-out;
1909   transition: all 0.2s ease-in-out;
1910 }
1911 /* theme screenshot */
1912 .screenshot,
1913 #theme-preview {
1914   position: absolute;
1915   width: 202px;
1916   left: 70%;
1917   top: 50px;
1918 }
1919 .screenshot img,
1920 #theme-preview img {
1921   width: 200px;
1922   height: 150px;
1923 }
1924 /* page footer */
1925 footer {
1926   height: 100px;
1927   display: table-row;
1928 }
1929 .pager {
1930   margin-top: 25px;
1931   clear: both;
1932 }
1933 /**
1934  * ADMIN
1935  */
1936 #pending-update {
1937   float: right;
1938   color: #ffffff;
1939   font-weight: bold;
1940   background-color: #FF0000;
1941   padding: 0em 0.3em;
1942 }
1943 #adminpage dl {
1944   clear: left;
1945   margin-bottom: 2px;
1946   padding-bottom: 2px;
1947   border-bottom: 1px solid black;
1948 }
1949 #adminpage dt {
1950   width: 200px;
1951   float: left;
1952   font-weight: bold;
1953 }
1954 #adminpage dd {
1955   margin-left: 200px;
1956 }
1957 #adminpage h3 {
1958   border-bottom: 1px solid #cccccc;
1959 }
1960 #adminpage .field label {
1961   font-weight: bold;
1962 }
1963 #adminpage .submit {
1964   clear: left;
1965   text-align: right;
1966 }
1967 #adminpage #pluginslist {
1968   margin: 0px;
1969   padding: 0px;
1970 }
1971 #adminpage .plugin {
1972   list-style: none;
1973   display: block;
1974   border: 1px solid #888888;
1975   padding: 1em;
1976   margin-bottom: 5px;
1977   clear: left;
1978 }
1979 #adminpage .plugin desc {
1980   margin-left: 2.5em;
1981 }
1982 #adminpage .toggleplugin {
1983   float: left;
1984   margin-right: 1em;
1985 }
1986 #adminpage table {
1987   width: 100%;
1988   border-bottom: 1px solid #000000;
1989   margin: 5px 0px;
1990 }
1991 #adminpage table th {
1992   text-align: left;
1993 }
1994 #adminpage table td .icon {
1995   float: left;
1996 }
1997 #adminpage table tr:hover {
1998   background-color: #bbc7d7;
1999 }
2000 #adminpage table#users img {
2001   width: 16px;
2002   height: 16px;
2003 }
2004 #adminpage .selectall {
2005   text-align: right;
2006 }
2007 /* edit buttons for comments */
2008 .icon.dim {
2009   opacity: 0.3;
2010   filter: alpha(opacity=30);
2011 }
2012 .comment-edit-bb {
2013   list-style: none;
2014   display: none;
2015   margin: 0px;
2016   padding: 0px;
2017   width: 75%;
2018 }
2019 .comment-edit-bb > li {
2020   display: inline-block;
2021   margin: 10px 10px 0 0;
2022   visibility: none;
2023 }
2024 .editicon {
2025   display: inline-block;
2026   width: 16px;
2027   height: 16px;
2028   background-image: url(icons/bbedit.png);
2029   text-decoration: none;
2030 }
2031 .editicon :hover {
2032   background-color: #ccc;
2033 }
2034 .boldbb {
2035   background-position: 0px 0px;
2036 }
2037 .boldbb:hover {
2038   background-position: 0px -16px;
2039 }
2040 .italicbb {
2041   background-position: -16px 0px;
2042 }
2043 .italicbb:hover {
2044   background-position: -16px -16px;
2045 }
2046 .underlinebb {
2047   background-position: -32px 0px;
2048 }
2049 .underlinebb:hover {
2050   background-position: -32px -16px;
2051 }
2052 .quotebb {
2053   background-position: -48px 0px;
2054 }
2055 .quotebb:hover {
2056   background-position: -48px -16px;
2057 }
2058 .codebb {
2059   background-position: -64px 0px;
2060 }
2061 .codebb:hover {
2062   background-position: -64px -16px;
2063 }
2064 .imagebb {
2065   background-position: -80px 0px;
2066 }
2067 .imagebb:hover {
2068   background-position: -80px -16px;
2069 }
2070 .urlbb {
2071   background-position: -96px 0px;
2072 }
2073 .urlbb:hover {
2074   background-position: -96px -16px;
2075 }
2076 .videobb {
2077   background-position: -112px 0px;
2078 }
2079 .videobb:hover {
2080   background-position: -112px -16px;
2081 }
2082 .attachtype {
2083   display: block;
2084   width: 20px;
2085   height: 23px;
2086   float: left;
2087   background-image: url('../../../images/content-types.png');
2088 }
2089 .body-attach {
2090   margin-top: 10px;
2091 }
2092 .type-video {
2093   background-position: 0px 0px;
2094 }
2095 .type-image {
2096   background-position: -20px 0px;
2097 }
2098 .type-audio {
2099   background-position: -40px 0px;
2100 }
2101 .type-text {
2102   background-position: -60px 0px;
2103 }
2104 .type-unkn {
2105   background-position: -80px 0px;
2106 }