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