]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/dark/style.css
Merge branch 'develop' into issue-1574
[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.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: #ffffff;
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: #005c94;
404   text-decoration: none;
405 }
406 a:visited {
407   color: #005c94;
408   text-decoration: none;
409 }
410 a:hover {
411   color: #005c94;
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: #005c94;
428   text-decoration: none;
429   cursor: pointer;
430 }
431 .fakelink:hover {
432   color: #005c94;
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   z-index: 110;
518   color: #ffffff;
519 }
520 header #site-location {
521   display: none;
522 }
523 header #banner {
524   overflow: hidden;
525   text-align: center;
526   width: 100%;
527 }
528 header #banner a,
529 header #banner a:active,
530 header #banner a:visited,
531 header #banner a:link,
532 header #banner a:hover {
533   color: #ffffff;
534   text-decoration: none;
535   outline: none;
536   vertical-align: bottom;
537 }
538 header #banner #logo-img {
539   height: 22px;
540   margin-top: 5px;
541 }
542 header #banner #logo-text {
543   font-size: 22px;
544 }
545 /* nav */
546 nav {
547   width: 100%;
548   height: 32px;
549   position: fixed;
550   left: 0px;
551   top: 0px;
552   padding: 0px;
553   background-color: #0e232e;
554   color: #ffffff;
555   z-index: 100;
556   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
557   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
558   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
559 }
560 nav a,
561 nav a:active,
562 nav a:visited,
563 nav a:link,
564 nav a:hover {
565   color: #ffffff;
566   text-decoration: none;
567   outline: none;
568 }
569 nav ul {
570   margin: 0px;
571   padding: 0px 20px;
572 }
573 nav ul li {
574   list-style: none;
575   margin: 0px;
576   padding: 0px;
577   float: left;
578 }
579 nav ul li .menu-popup {
580   left: 0px;
581   right: auto;
582 }
583 nav .nav-menu-icon {
584   position: relative;
585   height: 22px;
586   padding: 5px;
587   margin: 0px 10px;
588   -moz-border-radius: 5px 5px 0 0;
589   -webkit-border-radius: 5px 5px 0 0;
590   border-radius: 5px 5px 0 0;
591 }
592 nav .nav-menu-icon.selected {
593   background-color: #364e59;
594 }
595 nav .nav-menu-icon img {
596   width: 22px;
597   height: 22px;
598 }
599 nav .nav-menu-icon .nav-notify {
600   top: 3px;
601 }
602 nav .nav-menu {
603   position: relative;
604   height: 16px;
605   padding: 5px;
606   margin: 3px 15px 0px;
607   font-size: 14px;
608   border-bottom: 3px solid #0e232e;
609 }
610 nav .nav-menu.selected {
611   border-bottom: 3px solid #9eabb0;
612 }
613 nav .nav-notify {
614   display: none;
615   position: absolute;
616   background-color: #19aeff;
617   -moz-border-radius: 5px 5px 5px 5px;
618   -webkit-border-radius: 5px 5px 5px 5px;
619   border-radius: 5px 5px 5px 5px;
620   font-size: 10px;
621   padding: 1px 3px;
622   top: 0px;
623   right: -10px;
624   min-width: 15px;
625   text-align: right;
626 }
627 nav .nav-notify.show {
628   display: block;
629 }
630 nav #nav-help-link,
631 nav #nav-search-link,
632 nav #nav-directory-link,
633 nav #nav-apps-link,
634 nav #nav-site-linkmenu {
635   float: right;
636 }
637 nav #nav-help-link .menu-popup,
638 nav #nav-search-link .menu-popup,
639 nav #nav-directory-link .menu-popup,
640 nav #nav-apps-link .menu-popup,
641 nav #nav-site-linkmenu .menu-popup {
642   right: 0px;
643   left: auto;
644 }
645 nav #nav-notifications-linkmenu.on .icon.s22.notify,
646 nav #nav-notifications-linkmenu.selected .icon.s22.notify {
647   background-image: url("../../../images/icons/22/notify_on.png");
648 }
649 nav #nav-introductions-link.on .icon.s22.intro,
650 nav #nav-introductions-link.selected .icon.s22.intro {
651   background-image: url("icons/contacts_on.png");
652 }
653 nav #nav-messages-link.on .icon.s22.mail,
654 nav #nav-messages-link.selected .icon.s22.mail {
655   background-image: url("icons/messages_on.png");
656 }
657 nav #nav-apps-link.selected {
658   background-color: #364e59;
659 }
660 ul.menu-popup {
661   position: absolute;
662   display: none;
663   width: 10em;
664   background: #ffffff;
665   color: #2d2d2d;
666   margin: 0px;
667   padding: 0px;
668   list-style: none;
669   border: 3px solid #364e59;
670   z-index: 100000;
671   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
672   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
673   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
674 }
675 ul.menu-popup a {
676   display: block;
677   color: #2d2d2d;
678   padding: 5px 10px;
679   text-decoration: none;
680 }
681 ul.menu-popup a:hover {
682   background-color: #bdcdd4;
683 }
684 ul.menu-popup .menu-sep {
685   border-top: 1px solid #9eabb0;
686 }
687 ul.menu-popup li {
688   float: none;
689   overflow: auto;
690   height: auto;
691   display: block;
692 }
693 ul.menu-popup li img {
694   float: left;
695   width: 16px;
696   height: 16px;
697   padding-right: 5px;
698 }
699 ul.menu-popup .empty {
700   padding: 5px;
701   text-align: center;
702   color: #9eabb0;
703 }
704 ul.menu-popup .toolbar {
705   background-color: #9eabb0;
706   height: auto;
707   overflow: auto;
708 }
709 ul.menu-popup .toolbar a {
710   float: right;
711 }
712 ul.menu-popup .toolbar a:hover {
713   background-color: #ffffff;
714 }
715 /* autocomplete popup */
716 .autocomplete,
717 .acpopup {
718   max-height: 150px;
719   background-color: #ffffff;
720   color: #2d2d2d;
721   border: 1px solid #364e59;
722   overflow: auto;
723   z-index: 100000;
724   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
725   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
726   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
727 }
728 .autocomplete > div,
729 .acpopupitem {
730   color: #2d2d2d;
731   padding: 4px;
732   clear: left;
733   overflow: auto;
734   height: auto;
735 }
736 .autocomplete > div img,
737 .acpopupitem img {
738   float: left;
739   margin-right: 4px;
740   width: 16px !important;
741   height: 16px !important;
742 }
743 .autocomplete > div.selected,
744 .acpopupitem.selected {
745   background-color: #bdcdd4;
746 }
747 #nav-notifications-menu {
748   width: 400px;
749   max-height: 550px;
750   overflow: auto;
751 }
752 #nav-notifications-menu img {
753   float: left;
754   margin-right: 5px;
755 }
756 #nav-notifications-menu .contactname {
757   font-weight: bold;
758 }
759 #nav-notifications-menu .notif-when {
760   font-size: 10px;
761   color: #9eabb0;
762   display: block;
763 }
764 /* aside 230px*/
765 aside {
766   display: table-cell;
767   vertical-align: top;
768   width: 200px;
769   padding: 0px 10px 0px 20px;
770   border-right: 1px solid #bdcdd4;
771 }
772 aside .profile-edit-side-div {
773   display: none;
774 }
775 aside .vcard .fn {
776   font-size: 16px;
777   font-weight: bold;
778   margin-bottom: 5px;
779 }
780 aside .vcard .title {
781   margin-bottom: 5px;
782 }
783 aside .vcard dl {
784   height: auto;
785   overflow: auto;
786 }
787 aside .vcard dt {
788   float: left;
789   margin-left: 0px;
790   width: 35%;
791   text-align: right;
792   color: #999999;
793 }
794 aside .vcard dd {
795   float: left;
796   margin-left: 4px;
797   width: 60%;
798 }
799 aside #profile-extra-links ul {
800   padding: 0px;
801   margin: 0px;
802 }
803 aside #profile-extra-links li {
804   padding: 0px;
805   margin: 0px;
806   list-style: none;
807 }
808 aside #wallmessage-link {
809   display: block;
810   -moz-border-radius: 5px 5px 5px 5px;
811   -webkit-border-radius: 5px 5px 5px 5px;
812   border-radius: 5px 5px 5px 5px;
813   color: #ffffff;
814   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
815   font-weight: bold;
816   text-transform: uppercase;
817   padding: 4px 2px 2px 35px;
818   margin-top: 3px;
819 }
820 aside #wallmessage-link:hover {
821   text-decoration: none;
822   background-color: #19aeff;
823 }
824 aside #dfrn-request-link {
825   display: block;
826   -moz-border-radius: 5px 5px 5px 5px;
827   -webkit-border-radius: 5px 5px 5px 5px;
828   border-radius: 5px 5px 5px 5px;
829   color: #ffffff;
830   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
831   font-weight: bold;
832   text-transform: uppercase;
833   padding: 4px 2px 2px 35px;
834 }
835 aside #dfrn-request-link:hover {
836   text-decoration: none;
837   background-color: #19aeff;
838 }
839 aside #profiles-menu {
840   width: 20em;
841 }
842 aside .posted-date-selector-months {
843   margin-left: 10px;
844 }
845 #contact-block {
846   overflow: auto;
847   height: auto;
848   /*.contact-block-div { width:60px; height: 60px; }*/
849 }
850 #contact-block .contact-block-h4 {
851   float: left;
852   margin: 5px 0px;
853 }
854 #contact-block .allcontact-link {
855   float: right;
856   margin: 5px 0px;
857 }
858 #contact-block .contact-block-content {
859   clear: both;
860   overflow: hidden;
861   height: auto;
862 }
863 #contact-block .contact-block-link {
864   float: left;
865   margin: 0px 2px 2px 0px;
866 }
867 #contact-block .contact-block-link img {
868   width: 48px;
869   height: 48px;
870 }
871 /* group member */
872 #contact-edit-drop-link,
873 .mail-list-delete-wrapper,
874 .group-delete-wrapper {
875   float: right;
876   margin-right: 50px;
877 }
878 #contact-edit-drop-link .drophide,
879 .mail-list-delete-wrapper .drophide,
880 .group-delete-wrapper .drophide {
881   background-image: url('../../../images/icons/22/delete.png');
882   display: block;
883   width: 22px;
884   height: 22px;
885   opacity: 0.3;
886   position: relative;
887   top: -50px;
888 }
889 #contact-edit-drop-link .drop,
890 .mail-list-delete-wrapper .drop,
891 .group-delete-wrapper .drop {
892   background-image: url('../../../images/icons/22/delete.png');
893   display: block;
894   width: 22px;
895   height: 22px;
896   position: relative;
897   top: -50px;
898 }
899 /*
900 #group-members {
901         margin-top: 20px;
902         padding: 10px;
903         height: 250px;
904         overflow: auto;
905         border: 1px solid #ddd;
906 }
907 #group-members-end {
908         clear: both;
909 }
910 #group-all-contacts {
911         padding: 10px;
912         height: 450px;
913         overflow: auto;
914         border: 1px solid #ddd;
915 }
916 #group-all-contacts-end {
917         clear: both;
918         margin-bottom: 10px;
919 }
920 .contact-block-div {
921         float: left;
922         width: 60px;
923         height: 60px;
924 }*/
925 /* widget */
926 .widget {
927   margin-bottom: 2em;
928   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
929         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
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: #fce94f;
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 .comment-edit-preview .contact-photo-menu-button {
1213   top: 15px !important;
1214   left: 15px !important;
1215 }
1216 .comment-edit-preview .wall-item-links {
1217   padding-left: 12px;
1218 }
1219 .comment-edit-preview .wall-item-container {
1220   width: 90%;
1221 }
1222 .comment-edit-preview .tread-wrapper {
1223   width: 90%;
1224   padding: 0;
1225   margin: 10px 0;
1226   background-color: #fce94f;
1227   border-bottom: 0px;
1228 }
1229 .comment-edit-preview .wall-item-conv {
1230   display: none;
1231 }
1232 .shiny {
1233   border-right: 10px solid #fce94f;
1234 }
1235 #jot-preview-content .tread-wrapper {
1236   background-color: #fce94f;
1237 }
1238 .hide-comments-outer {
1239   margin-bottom: 0.8em;
1240 }
1241 .wall-item-tags {
1242   padding-top: 5px;
1243 }
1244 .tag {
1245   background: url("icons/tag.png") no-repeat center right;
1246   color: #ffffff;
1247   padding-right: 8px;
1248   padding-left: 3px;
1249 }
1250 .tag a {
1251   color: #ffffff;
1252 }
1253 .mention {
1254   background: url("icons/men.png") no-repeat 1px center;
1255   color: #666666;
1256   padding-right: 3px;
1257   padding-left: 18px;
1258 }
1259 .mention a {
1260   color: #666666;
1261 }
1262 .folder {
1263   background: url("icons/folder.png") no-repeat 1px center;
1264   color: #666666;
1265   padding-right: 3px;
1266   padding-left: 15px;
1267 }
1268 .folder a {
1269   color: #666666;
1270 }
1271 .category {
1272   background: url("icons/category.png") no-repeat 1px center;
1273   color: #666666;
1274   padding-right: 3px;
1275   padding-left: 15px;
1276 }
1277 .category a {
1278   color: #666666;
1279 }
1280 /*.filesavetags {
1281     padding: 3px 0px 3px 0px;
1282     opacity: 0.5;
1283 }*/
1284 .wwto {
1285   position: absolute !important;
1286   background: #FFFFFF;
1287   border: 2px solid #364e59;
1288   height: 25px;
1289   width: 25px;
1290   overflow: hidden;
1291   padding: 1px;
1292   top: 40px;
1293   left: 30px;
1294   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1295   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1296   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1297 }
1298 .wwto .contact-photo {
1299   width: 25px;
1300   height: 25px;
1301 }
1302 /* reshare e embed */
1303 .wall-item-container .wall-item-content .type-link img,
1304 .type-link img {
1305   max-width: 160px;
1306   max-height: 160px;
1307   float: left;
1308   margin-right: 10px;
1309 }
1310 .wall-item-container .wall-item-content .type-link img.attachment-image,
1311 .type-link img.attachment-image {
1312   max-width: 650px;
1313   max-height: inital;
1314   float: none;
1315   margin-right: 0px;
1316 }
1317 .type-link blockquote {
1318   margin: 1em 0px;
1319   max-height: 160px;
1320   overflow: hidden;
1321   padding-left: 1em;
1322 }
1323 .type-video blockquote {
1324   padding-left: 1em;
1325 }
1326 .shared_header {
1327   height: 32px;
1328   color: #999;
1329   border-top: 1px solid #cccccc;
1330   padding-top: 5px;
1331   margin-top: 5px;
1332 }
1333 .shared_header img {
1334   -webkit-border-radius: 4px;
1335   -moz-border-radius: 4px;
1336   border-radius: 4px;
1337   float: left;
1338 }
1339 .shared_header span {
1340   margin-left: 9px;
1341 }
1342 blockquote.shared_content {
1343   margin-left: 32px;
1344   color: #000;
1345   border: none;
1346 }
1347 .oembed.video > a.embed_video {
1348   display: block;
1349   float: none;
1350 }
1351 .oembed.video > a.embed_video > div {
1352   background: rgba(255, 255, 255, 0.36) url(../../../images/icons/48/play.png) no-repeat center center !important;
1353 }
1354 /* threaded comments */
1355 .children {
1356   margin-top: 1em;
1357 }
1358 .children .hide-comments-outer {
1359   margin-left: 60px;
1360 }
1361 .children .wwto {
1362   display: none;
1363 }
1364 .children .comment-edit-preview {
1365   width: 660px;
1366 }
1367 .children .comment-edit-preview .wall-item-container {
1368   width: 610px;
1369 }
1370 .children .children {
1371   margin-left: 40px;
1372 }
1373 .children .children .wall-item-container {
1374   width: 710px;
1375 }
1376 .children .children .comment-edit-preview {
1377   width: 620px;
1378 }
1379 .children .children .comment-edit-preview .wall-item-container {
1380   width: 620px;
1381 }
1382 .children .children .children .wall-item-container {
1383   width: 670px;
1384 }
1385 .children .children .children .comment-edit-preview {
1386   width: 580px;
1387 }
1388 .children .children .children .comment-edit-preview .wall-item-container {
1389   width: 580px;
1390 }
1391 .children .children .children .children .wall-item-container {
1392   width: 630px;
1393 }
1394 .children .children .children .children .comment-edit-preview {
1395   width: 540px;
1396 }
1397 .children .children .children .children .comment-edit-preview .wall-item-container {
1398   width: 540px;
1399 }
1400 .children .children .children .children .children .wall-item-container {
1401   width: 590px;
1402 }
1403 .children .children .children .children .children .comment-edit-preview {
1404   width: 500px;
1405 }
1406 .children .children .children .children .children .comment-edit-preview .wall-item-container {
1407   width: 500px;
1408 }
1409 .children .children .children .children .children .children {
1410   margin-left: 0px;
1411 }
1412 .children .children .children .children .children .children .hide-comments-outer {
1413   margin-left: 0px;
1414 }
1415 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
1416 span[id^="showmore-teaser"] {
1417   background: url("showmore-bg.jpg") no-repeat center bottom;
1418 }
1419 span[id^="showmore-wrap"] {
1420   border-top: 1px solid #999999;
1421   color: #999999;
1422   display: block;
1423   text-align: center;
1424   background-color: #eff0f1;
1425 }
1426 #pause {
1427   position: fixed;
1428   bottom: 5px;
1429   right: 5px;
1430 }
1431 .contact-photo-wrapper {
1432   position: relative;
1433 }
1434 .contact-select {
1435   position: absolute;
1436   top: 64px;
1437   left: 64px;
1438   display: none;
1439 }
1440 .contact-select:checked,
1441 .contact-photo:hover .contact-select {
1442   display: block;
1443 }
1444 #contacts-actions {
1445   position: absolute;
1446   left: 800px;
1447   width: 200px;
1448   background-color: #ffffff;
1449   border: 2px solid #364e59;
1450   display: none;
1451 }
1452 #contacts-actions .batch-action {
1453   display: block;
1454   width: 100%;
1455   background-color: #ffffff;
1456   border: 0px;
1457   color: #2d2d2d;
1458   text-align: left;
1459   padding: 5px 10px;
1460   font-size: 11px;
1461 }
1462 #contacts-actions .batch-action:hover {
1463   background-color: #bdcdd4;
1464 }
1465 @media (max-width: 1000px) {
1466   #contacts-actions {
1467     left: 40px;
1468   }
1469 }
1470 .contact-photo {
1471   width: 48px;
1472   height: 48px;
1473   overflow: hidden;
1474   display: block;
1475 }
1476 .contact-photo img {
1477   width: 48px;
1478   height: 48px;
1479 }
1480 .contact-photo-menu-button {
1481   display: none;
1482   position: absolute;
1483   left: -2px;
1484   top: 31px;
1485 }
1486 .contact-wrapper {
1487   float: left;
1488   width: 300px;
1489   height: 90px;
1490   padding-right: 10px;
1491   margin: 0 10px 10px 0px;
1492 }
1493 .contact-wrapper .contact-photo-wrapper {
1494   float: left;
1495   margin-right: 10px;
1496 }
1497 .contact-wrapper .contact-photo {
1498   width: 80px;
1499   height: 80px;
1500 }
1501 .contact-wrapper .contact-photo img {
1502   width: 80px;
1503   height: 80px;
1504 }
1505 .contact-wrapper .contact-photo-menu-button {
1506   left: 0px;
1507   top: 63px;
1508 }
1509 .directory-item {
1510   float: left;
1511   width: 200px;
1512   height: 200px;
1513 }
1514 .directory-item .contact-photo {
1515   width: 175px;
1516   height: 175px;
1517 }
1518 .directory-item .contact-photo img {
1519   width: 175px;
1520   height: 175px;
1521 }
1522 .contact-name {
1523   font-weight: bold;
1524   padding-top: 15px;
1525 }
1526 .contact-details {
1527   color: #999999;
1528   white-space: nowrap;
1529   overflow: hidden;
1530   text-overflow: ellipsis;
1531 }
1532 /* editor */
1533 .jothidden {
1534   display: none;
1535 }
1536 #jot {
1537   width: 100%;
1538   margin: 0px 2em 20px 0px;
1539 }
1540 #jot .profile-jot-text {
1541   height: 1em;
1542   width: 99%;
1543   font-size: 10px;
1544   color: #999999;
1545   border: 1px solid #999999;
1546   padding: 0.3em;
1547 }
1548 #jot #jot-tools {
1549   margin: 0px;
1550   padding: 0px;
1551   height: 40px;
1552   overflow: none;
1553   width: 770px;
1554   background-color: #0e232e;
1555   border-bottom: 2px solid #9eabb0;
1556 }
1557 #jot #jot-tools li {
1558   list-style: none;
1559   float: left;
1560   width: 80px;
1561   height: 40px;
1562   border-bottom: 2px solid #9eabb0;
1563 }
1564 #jot #jot-tools li a {
1565   display: block;
1566   color: #cccccc;
1567   width: 100%;
1568   height: 40px;
1569   text-align: center;
1570   line-height: 40px;
1571   overflow: hidden;
1572 }
1573 #jot #jot-tools li:hover {
1574   background-color: #364e59;
1575   border-bottom: 2px solid #bdcdd4;
1576 }
1577 #jot #jot-tools li.perms {
1578   float: right;
1579   width: 40px;
1580 }
1581 #jot #jot-tools li.perms a.unlock {
1582   width: 30px;
1583   border-left: 10px solid #cccccc;
1584   background-color: #cccccc;
1585 }
1586 #jot #jot-tools li.perms a.lock {
1587   width: 30px;
1588   border-left: 10px solid #666666;
1589   background-color: #666666;
1590 }
1591 #jot #jot-tools li.submit {
1592   float: right;
1593   background-color: #cccccc;
1594   border-bottom: 2px solid #cccccc;
1595   border-right: 1px solid #666666;
1596   border-left: 1px solid #666666;
1597 }
1598 #jot #jot-tools li.submit input {
1599   border: 0px;
1600   margin: 0px;
1601   padding: 0px;
1602   background-color: #cccccc;
1603   color: #666666;
1604   width: 80px;
1605   height: 40px;
1606   line-height: 40px;
1607 }
1608 #jot #jot-tools li.submit input:hover {
1609   background-color: #bdcdd4;
1610   color: #666666;
1611 }
1612 #jot #jot-tools li.loading {
1613   float: right;
1614   background-color: #ffffff;
1615   width: 20px;
1616   vertical-align: center;
1617   text-align: center;
1618   border-top: 2px solid #9eabb0;
1619   height: 38px;
1620 }
1621 #jot #jot-tools li.loading img {
1622   margin-top: 10px;
1623 }
1624 #jot #jot-title {
1625   border: 0px;
1626   margin: 0px;
1627   height: 20px;
1628   width: 500px;
1629   font-weight: bold;
1630   border: 1px solid #ffffff;
1631 }
1632 #jot #jot-title:-webkit-input-placeholder {
1633   font-weight: normal;
1634 }
1635 #jot #jot-title:-moz-placeholder {
1636   font-weight: normal;
1637 }
1638 #jot #jot-title:hover {
1639   border: 1px solid #999999;
1640 }
1641 #jot #jot-title:focus {
1642   border: 1px solid #999999;
1643 }
1644 #jot #character-counter {
1645   width: 40px;
1646   float: right;
1647   text-align: right;
1648   height: 20px;
1649   line-height: 20px;
1650   padding-right: 20px;
1651 }
1652 #jot #jot-category {
1653   border: 0px;
1654   margin: 0px;
1655   height: 20px;
1656   width: 200px;
1657   border: 1px solid #ffffff;
1658 }
1659 #jot #jot-category:hover {
1660   border: 1px solid #999999;
1661 }
1662 #jot #jot-category:focus {
1663   border: 1px solid #999999;
1664 }
1665 /** buttons **/
1666 /*input[type="submit"] {
1667         border: 0px;
1668     background-color: @ButtonBackgroundColor;
1669     color: @ButtonColor;
1670     padding: 0px 10px;
1671         .rounded(5px);
1672     height: 18px;
1673 }*/
1674 /** acl **/
1675 #photo-edit-perms-select,
1676 #photos-upload-permissions-wrapper,
1677 #profile-jot-acl-wrapper {
1678   display: block!important;
1679 }
1680 #acl-wrapper {
1681   width: 690px;
1682   float: left;
1683 }
1684 #acl-search {
1685   float: right;
1686   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1687   padding-right: 20px;
1688 }
1689 #acl-showall {
1690   float: left;
1691   display: block;
1692   width: auto;
1693   height: 18px;
1694   background-color: #cccccc;
1695   background-image: url("../../../images/show_all_off.png");
1696   background-position: 7px 7px;
1697   background-repeat: no-repeat;
1698   padding: 7px 5px 0px 30px;
1699   color: #999999;
1700   -moz-border-radius: 5px 5px 5px 5px;
1701   -webkit-border-radius: 5px 5px 5px 5px;
1702   border-radius: 5px 5px 5px 5px;
1703 }
1704 #acl-showall.selected {
1705   color: #000000;
1706   background-color: #ff9900;
1707   background-image: url("../../../images/show_all_on.png");
1708 }
1709 #acl-list {
1710   height: 210px;
1711   border: 1px solid #cccccc;
1712   clear: both;
1713   margin-top: 30px;
1714   overflow: auto;
1715 }
1716 .acl-list-item {
1717   display: block;
1718   width: 150px;
1719   height: 30px;
1720   border: 1px solid #cccccc;
1721   margin: 5px;
1722   float: left;
1723 }
1724 .acl-list-item img {
1725   width: 22px;
1726   height: 22px;
1727   float: left;
1728   margin: 4px;
1729 }
1730 .acl-list-item p {
1731   height: 12px;
1732   font-size: 10px;
1733   margin: 0px;
1734   padding: 2px 0px 1px;
1735   overflow: hidden;
1736 }
1737 .acl-list-item a {
1738   font-size: 8px;
1739   display: block;
1740   width: 40px;
1741   height: 10px;
1742   float: left;
1743   color: #999999;
1744   background-color: #cccccc;
1745   background-position: 3px 3px;
1746   background-repeat: no-repeat;
1747   margin-right: 5px;
1748   -webkit-border-radius: 2px ;
1749   -moz-border-radius: 2px;
1750   border-radius: 2px;
1751   padding-left: 15px;
1752 }
1753 #acl-wrapper a:hover {
1754   text-decoration: none;
1755   color: #000000;
1756 }
1757 .acl-button-show {
1758   background-image: url("../../../images/show_off.png");
1759 }
1760 .acl-button-hide {
1761   background-image: url("../../../images/hide_off.png");
1762 }
1763 .acl-button-show.selected {
1764   color: #000000;
1765   background-color: #9ade00;
1766   background-image: url("../../../images/show_on.png");
1767 }
1768 .acl-button-hide.selected {
1769   color: #000000;
1770   background-color: #ff4141;
1771   background-image: url("../../../images/hide_on.png");
1772 }
1773 .acl-list-item.groupshow {
1774   border-color: #9ade00;
1775 }
1776 .acl-list-item.grouphide {
1777   border-color: #ff4141;
1778 }
1779 /** /acl **/
1780 /** tab buttons **/
1781 ul.tabs {
1782   list-style-type: none;
1783   padding-bottom: 10px;
1784 }
1785 ul.tabs li {
1786   float: left;
1787   margin-left: 20px;
1788 }
1789 ul.tabs li .active {
1790   border-bottom: 1px solid #005c94;
1791 }
1792 /** group editor **/
1793 #group-edit-desc {
1794   margin-top: 1em;
1795   color: #999999;
1796 }
1797 #group-update-wrapper {
1798   height: auto;
1799   overflow: auto;
1800 }
1801 #group-update-wrapper #group {
1802   width: 300px;
1803   float: left;
1804   margin-right: 20px;
1805 }
1806 #group-update-wrapper #contacts {
1807   width: 300px;
1808   float: left;
1809 }
1810 #group-update-wrapper #group-separator {
1811   display: none;
1812 }
1813 #group-update-wrapper .contact_list {
1814   height: 300px;
1815   border: 1px solid #364e59;
1816   overflow: auto;
1817 }
1818 #group-update-wrapper .contact_list .contact-block-div {
1819   width: 50px;
1820   height: 50px;
1821   float: left;
1822 }
1823 /**
1824  * Form fields
1825  */
1826 .field {
1827   margin-bottom: 10px;
1828   padding-bottom: 10px;
1829   overflow: auto;
1830   width: 100%;
1831 }
1832 .field label {
1833   float: left;
1834   width: 200px;
1835 }
1836 .field input,
1837 .field textarea {
1838   width: 400px;
1839 }
1840 .field input[type="checkbox"],
1841 .field input[type="radio"] {
1842   width: auto;
1843 }
1844 .field textarea {
1845   height: 100px;
1846 }
1847 .field .field_help {
1848   display: block;
1849   margin-left: 200px;
1850   color: #999999;
1851 }
1852 .field .onoff {
1853   float: left;
1854   width: 80px;
1855 }
1856 .field .onoff a {
1857   display: block;
1858   border: 1px solid #666666;
1859   background-image: url("../../../images/onoff.jpg");
1860   background-repeat: no-repeat;
1861   padding: 4px 2px 2px 2px;
1862   height: 16px;
1863   text-decoration: none;
1864 }
1865 .field .onoff .off {
1866   border-color: #666666;
1867   padding-left: 40px;
1868   background-position: left center;
1869   background-color: #cccccc;
1870   color: #666666;
1871   text-align: right;
1872 }
1873 .field .onoff .on {
1874   border-color: #204A87;
1875   padding-right: 40px;
1876   background-position: right center;
1877   background-color: #D7E3F1;
1878   color: #204A87;
1879   text-align: left;
1880 }
1881 .field .hidden {
1882   display: none!important;
1883 }
1884 .field.radio .field_help {
1885   margin-left: 0px;
1886 }
1887 #profile-edit-links li {
1888   list-style: none;
1889   margin-top: 10px;
1890 }
1891 #profile-edit-default-desc {
1892   color: #FF0000;
1893   border: 1px solid #FF8888;
1894   background-color: #FFEEEE;
1895   padding: 7px;
1896 }
1897 #profile-edit-profile-name-label,
1898 #profile-edit-name-label,
1899 #profile-edit-pdesc-label,
1900 #profile-edit-gender-label,
1901 #profile-edit-dob-label,
1902 #profile-edit-address-label,
1903 #profile-edit-locality-label,
1904 #profile-edit-region-label,
1905 #profile-edit-postal-code-label,
1906 #profile-edit-country-name-label,
1907 #profile-edit-marital-label,
1908 #profile-edit-with-label,
1909 #profile-edit-sexual-label,
1910 #profile-edit-politic-label,
1911 #profile-edit-religion-label,
1912 #profile-edit-pubkeywords-label,
1913 #profile-edit-prvkeywords-label,
1914 #profile-edit-gender-select,
1915 #profile-edit-homepage-label {
1916   float: left;
1917   width: 175px;
1918   padding-top: 7px;
1919 }
1920 #profile-edit-profile-name,
1921 #profile-edit-name,
1922 #gender-select,
1923 #profile-edit-pdesc,
1924 #profile-edit-gender,
1925 #profile-edit-dob,
1926 #profile-edit-address,
1927 #profile-edit-locality,
1928 #profile-edit-region,
1929 #profile-edit-postal-code,
1930 #profile-edit-country-name,
1931 #profile-edit-marital,
1932 #profile-edit-with,
1933 #profile-edit-sexual,
1934 #profile-edit-politic,
1935 #profile-edit-religion,
1936 #profile-edit-pubkeywords,
1937 #profile-edit-prvkeywords,
1938 #profile-edit-homepage {
1939   margin-top: 5px;
1940 }
1941 /* oauth */
1942 .oauthapp {
1943   height: auto;
1944   overflow: auto;
1945   border-bottom: 2px solid #cccccc;
1946   padding-bottom: 1em;
1947   margin-bottom: 1em;
1948 }
1949 .oauthapp img {
1950   float: left;
1951   width: 48px;
1952   height: 48px;
1953   margin: 10px;
1954 }
1955 .oauthapp img.noicon {
1956   background-image: url("../../../images/icons/48/plugin.png");
1957   background-position: center center;
1958   background-repeat: no-repeat;
1959 }
1960 .oauthapp a {
1961   float: left;
1962 }
1963 /* contacts */
1964 .contact-entry-wrapper {
1965   width: 50px;
1966   float: left;
1967 }
1968 /* photo albums */
1969 #photo-edit-link-wrap {
1970   margin-bottom: 10px;
1971 }
1972 #album-edit-link {
1973   border-right: 1px solid #364e59;
1974   float: left;
1975   padding-right: 5px;
1976   margin-right: 5px;
1977 }
1978 #photo-edit-link,
1979 #album-edit-link a {
1980   background: url("../../../images/icons/16/edit.png") no-repeat left center;
1981   padding-left: 18px;
1982 }
1983 #photo-toprofile-link {
1984   background: url("../../../images/icons/16/user.png") no-repeat left center;
1985   padding-left: 18px;
1986 }
1987 #photo-top-upload-link,
1988 .photos-upload-link {
1989   margin: 1em 0px;
1990   display: block;
1991 }
1992 .photos-upload-link a,
1993 #photo-top-upload-link {
1994   background: url("../../../images/icons/16/add.png") no-repeat left center;
1995   padding-left: 18px;
1996 }
1997 .photo-top-image-wrapper,
1998 .photo-album-image-wrapper {
1999   float: left;
2000   margin: 0px 10px 10px 0px;
2001   width: 150px;
2002   height: 150px;
2003   position: relative;
2004   overflow: hidden;
2005 }
2006 .photo-top-image-wrapper img,
2007 .photo-album-image-wrapper img {
2008   width: 150px;
2009 }
2010 .photo-top-image-wrapper .photo-top-album-name,
2011 .photo-album-image-wrapper .photo-top-album-name,
2012 .photo-top-image-wrapper .caption,
2013 .photo-album-image-wrapper .caption {
2014   position: absolute;
2015   color: #2d2d2d;
2016   background-color: #ffffff;
2017   width: 100%;
2018   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2019   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2020   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2021   -webkit-transition: all 0.5s ease-in-out;
2022   -moz-transition: all 0.5s ease-in-out;
2023   -o-transition: all 0.5s ease-in-out;
2024   -ms-transition: all 0.5s ease-in-out;
2025   transition: all 0.5s ease-in-out;
2026   bottom: -150px;
2027 }
2028 .photo-top-image-wrapper:hover .photo-top-album-name,
2029 .photo-album-image-wrapper:hover .photo-top-album-name,
2030 .photo-top-image-wrapper:hover .caption,
2031 .photo-album-image-wrapper:hover .caption {
2032   bottom: 0px;
2033   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2034   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2035   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2036   -webkit-transition: all 0.5s ease-in-out;
2037   -moz-transition: all 0.5s ease-in-out;
2038   -o-transition: all 0.5s ease-in-out;
2039   -ms-transition: all 0.5s ease-in-out;
2040   transition: all 0.5s ease-in-out;
2041 }
2042 #photo-photo {
2043   display: block;
2044   width: 660px;
2045   padding: 50px;
2046   margin-bottom: 0px;
2047   text-align: center;
2048   background-color: #999999;
2049 }
2050 #photo-photo img {
2051   max-width: 560px;
2052 }
2053 #photo-album-title {
2054   background: url("../../../images/icons/22/image.png") no-repeat top left;
2055   padding-left: 23px;
2056   min-height: 22px;
2057   padding-top: 6px;
2058   /* a { display: block;}*/
2059 }
2060 #photo-caption {
2061   display: block;
2062   width: 660px;
2063   min-height: 55px;
2064   background-color: #cccccc;
2065   padding: 0 50px 0 50px;
2066 }
2067 #photo-next-link > a > div {
2068   background: url("icons/next.png") no-repeat center center;
2069   float: right;
2070   width: 50px;
2071   height: 50px;
2072 }
2073 #photo-prev-link > a > div {
2074   background: url("icons/prev.png") no-repeat center center;
2075   float: left;
2076   width: 50px;
2077   height: 50px;
2078 }
2079 #photo-like-div {
2080   display: block;
2081   width: 660px;
2082   height: 30px;
2083   background-color: #cccccc;
2084   padding: 0 50px 0 50px;
2085 }
2086 #photo-like-div .icon {
2087   float: left;
2088 }
2089 #photo-like-div .like-rotator {
2090   float: right;
2091 }
2092 /* profile match wrapper */
2093 .profile-match-wrapper {
2094   float: left;
2095   width: 110px;
2096   height: 110px;
2097   margin-bottom: 20px;
2098 }
2099 .profile-match-wrapper .drop {
2100   background-image: url('../../../images/icons/22/delete.png');
2101   display: block;
2102   width: 22px;
2103   height: 22px;
2104   position: relative;
2105   top: 10px;
2106   left: -10px;
2107 }
2108 .profile-match-wrapper .drophide {
2109   background-image: url('../../../images/icons/22/delete.png');
2110   display: block;
2111   width: 22px;
2112   height: 22px;
2113   opacity: 0.3;
2114   position: relative;
2115   top: 10px;
2116   left: -10px;
2117 }
2118 .profile-match-wrapper .contact-photo {
2119   width: 80px;
2120   height: 80px;
2121 }
2122 .profile-match-wrapper .contact-photo img {
2123   width: 80px;
2124   height: 80px;
2125 }
2126 .profile-match-wrapper .contact-photo-menu-button {
2127   left: 0px;
2128   top: 63px;
2129 }
2130 /* messages */
2131 #message-new {
2132   background: #19aeff;
2133   border: 1px solid #005c94;
2134   width: 150px;
2135 }
2136 #message-new a {
2137   color: #ffffff;
2138   text-align: center;
2139   display: block;
2140   font-weight: bold;
2141   padding: 1em 0px;
2142 }
2143 .mail-list-wrapper {
2144   background-color: #f6f7f8;
2145   margin-bottom: 5px;
2146   width: 100%;
2147   height: auto;
2148   overflow: hidden;
2149 }
2150 .mail-list-wrapper span {
2151   display: block;
2152   float: left;
2153   width: 20%;
2154   overflow: hidden;
2155 }
2156 .mail-list-wrapper .mail-subject {
2157   width: 30%;
2158   padding: 4px 0px 0px 4px;
2159 }
2160 .mail-list-wrapper .mail-subject a {
2161   display: block;
2162 }
2163 .mail-list-wrapper .mail-subject.unseen a {
2164   font-weight: bold;
2165 }
2166 .mail-list-wrapper .mail-date {
2167   padding: 4px 4px 0px 4px;
2168 }
2169 .mail-list-wrapper .mail-from {
2170   padding: 4px 4px 0px 4px;
2171 }
2172 .mail-list-wrapper .mail-count {
2173   padding: 4px 4px 0px 4px;
2174   text-align: right;
2175 }
2176 .mail-list-wrapper .mail-delete {
2177   float: right;
2178 }
2179 #mail-display-subject {
2180   background-color: #f6f7f8;
2181   color: #2d2d2d;
2182   margin-bottom: 10px;
2183   width: 100%;
2184   height: auto;
2185   overflow: hidden;
2186 }
2187 #mail-display-subject span {
2188   float: left;
2189   overflow: hidden;
2190   padding: 4px 0px 0px 10px;
2191 }
2192 #mail-display-subject .mail-delete {
2193   float: right;
2194   opacity: 0.5;
2195   -webkit-transition: all 0.2s ease-in-out;
2196   -moz-transition: all 0.2s ease-in-out;
2197   -o-transition: all 0.2s ease-in-out;
2198   -ms-transition: all 0.2s ease-in-out;
2199   transition: all 0.2s ease-in-out;
2200 }
2201 #mail-display-subject:hover .mail-delete {
2202   opacity: 1;
2203   -webkit-transition: all 0.2s ease-in-out;
2204   -moz-transition: all 0.2s ease-in-out;
2205   -o-transition: all 0.2s ease-in-out;
2206   -ms-transition: all 0.2s ease-in-out;
2207   transition: all 0.2s ease-in-out;
2208 }
2209 /* theme screenshot */
2210 .screenshot,
2211 #theme-preview {
2212   position: absolute;
2213   width: 202px;
2214   left: 70%;
2215   top: 50px;
2216 }
2217 .screenshot img,
2218 #theme-preview img {
2219   width: 200px;
2220   height: 150px;
2221 }
2222 /* page footer */
2223 footer {
2224   height: 100px;
2225   display: table-row;
2226 }
2227 .pager {
2228   margin-top: 25px;
2229   clear: both;
2230 }
2231 /**
2232  * ADMIN
2233  */
2234 #pending-update {
2235   float: right;
2236   color: #ffffff;
2237   font-weight: bold;
2238   background-color: #FF0000;
2239   padding: 0em 0.3em;
2240 }
2241 #adminpage dl {
2242   clear: left;
2243   margin-bottom: 2px;
2244   padding-bottom: 2px;
2245   border-bottom: 1px solid black;
2246 }
2247 #adminpage dt {
2248   width: 200px;
2249   float: left;
2250   font-weight: bold;
2251 }
2252 #adminpage dd {
2253   margin-left: 200px;
2254 }
2255 #adminpage h3 {
2256   border-bottom: 1px solid #cccccc;
2257 }
2258 #adminpage .field label {
2259   font-weight: bold;
2260 }
2261 #adminpage .submit {
2262   clear: left;
2263   text-align: right;
2264 }
2265 #adminpage #pluginslist {
2266   margin: 0px;
2267   padding: 0px;
2268 }
2269 #adminpage .plugin {
2270   list-style: none;
2271   display: block;
2272   border: 1px solid #888888;
2273   padding: 1em;
2274   margin-bottom: 5px;
2275   clear: left;
2276 }
2277 #adminpage .plugin desc {
2278   margin-left: 2.5em;
2279 }
2280 #adminpage .toggleplugin {
2281   float: left;
2282   margin-right: 1em;
2283 }
2284 #adminpage table {
2285   width: 100%;
2286   border-bottom: 1px solid #000000;
2287   margin: 5px 0px;
2288 }
2289 #adminpage table th {
2290   text-align: left;
2291 }
2292 #adminpage table td .icon {
2293   float: left;
2294 }
2295 #adminpage table tr:hover {
2296   background-color: #bbc7d7;
2297 }
2298 #adminpage table#users img {
2299   width: 16px;
2300   height: 16px;
2301 }
2302 #adminpage .selectall {
2303   text-align: right;
2304 }
2305 /* edit buttons for comments */
2306 .icon.dim {
2307   opacity: 0.3;
2308   filter: alpha(opacity=30);
2309 }
2310 .comment-edit-bb {
2311   list-style: none;
2312   display: none;
2313   margin: 0px;
2314   padding: 0px;
2315   width: 75%;
2316 }
2317 .comment-edit-bb > li {
2318   display: inline-block;
2319   margin: 10px 10px 0 0;
2320   visibility: none;
2321 }
2322 .editicon {
2323   display: inline-block;
2324   width: 16px;
2325   height: 16px;
2326   background-image: url(icons/bbedit.png);
2327   text-decoration: none;
2328 }
2329 .editicon :hover {
2330   background-color: #ccc;
2331 }
2332 .boldbb {
2333   background-position: 0px 0px;
2334 }
2335 .boldbb:hover {
2336   background-position: 0px -16px;
2337 }
2338 .italicbb {
2339   background-position: -16px 0px;
2340 }
2341 .italicbb:hover {
2342   background-position: -16px -16px;
2343 }
2344 .underlinebb {
2345   background-position: -32px 0px;
2346 }
2347 .underlinebb:hover {
2348   background-position: -32px -16px;
2349 }
2350 .quotebb {
2351   background-position: -48px 0px;
2352 }
2353 .quotebb:hover {
2354   background-position: -48px -16px;
2355 }
2356 .codebb {
2357   background-position: -64px 0px;
2358 }
2359 .codebb:hover {
2360   background-position: -64px -16px;
2361 }
2362 .imagebb {
2363   background-position: -80px 0px;
2364 }
2365 .imagebb:hover {
2366   background-position: -80px -16px;
2367 }
2368 .urlbb {
2369   background-position: -96px 0px;
2370 }
2371 .urlbb:hover {
2372   background-position: -96px -16px;
2373 }
2374 .videobb {
2375   background-position: -112px 0px;
2376 }
2377 .videobb:hover {
2378   background-position: -112px -16px;
2379 }
2380 /** range input css **/
2381 /* slider root element */
2382 .slider {
2383   height: 2px;
2384   position: relative;
2385   cursor: pointer;
2386   border: 1px solid #333;
2387   width: 200px;
2388   margin: 10px 0px 10px 0px;
2389   float: left;
2390 }
2391 /* progress bar (enabled with progress: true) */
2392 .progress {
2393   height: 9px;
2394   background-color: #C5FF00;
2395   display: none;
2396   opacity: 0.6;
2397 }
2398 /* drag handle */
2399 .handle {
2400   background-color: #ccc;
2401   height: 16px;
2402   width: 8px;
2403   top: -8px;
2404   position: absolute;
2405   display: block;
2406   margin-top: 1px;
2407   border: 1px solid #000;
2408   cursor: move;
2409   -moz-border-radius: 0 0 5px 5px;
2410   -webkit-border-radius: 0 0 5px 5px;
2411   border-radius: 0 0 5px 5px;
2412   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2413   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2414   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2415 }
2416 /* the input field */
2417 .range {
2418   width: 20px!important;
2419   font-size: 8pt;
2420   margin-left: 10px;
2421   border: 0px;
2422   color: #999999;
2423 }