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