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