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