]> git.mxchange.org Git - friendica.git/blob - view/theme/quattro/dark/style.css
port of red matrix archive-widget
[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
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: #0e232e;
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: #364e59;
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 #0e232e;
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: #19aeff;
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: #364e59;
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: #bdcdd4;
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: #bdcdd4;
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: #005c94 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: #19aeff;
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: #005c94 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: #19aeff;
839 }
840 aside #profiles-menu {
841   width: 20em;
842 }
843 aside .posted-date-selector-months {
844   margin-left: 10px;
845 }
846 #contact-block {
847   overflow: auto;
848   height: auto;
849   /*.contact-block-div { width:60px; height: 60px; }*/
850
851 }
852 #contact-block .contact-block-h4 {
853   float: left;
854   margin: 5px 0px;
855 }
856 #contact-block .allcontact-link {
857   float: right;
858   margin: 5px 0px;
859 }
860 #contact-block .contact-block-content {
861   clear: both;
862   overflow: hidden;
863   height: auto;
864 }
865 #contact-block .contact-block-link {
866   float: left;
867   margin: 0px 2px 2px 0px;
868 }
869 #contact-block .contact-block-link img {
870   width: 48px;
871   height: 48px;
872 }
873 /* group member */
874 #contact-edit-drop-link,
875 .mail-list-delete-wrapper,
876 .group-delete-wrapper {
877   float: right;
878   margin-right: 50px;
879 }
880 #contact-edit-drop-link .drophide,
881 .mail-list-delete-wrapper .drophide,
882 .group-delete-wrapper .drophide {
883   background-image: url('../../../images/icons/22/delete.png');
884   display: block;
885   width: 22px;
886   height: 22px;
887   opacity: 0.3;
888   position: relative;
889   top: -50px;
890 }
891 #contact-edit-drop-link .drop,
892 .mail-list-delete-wrapper .drop,
893 .group-delete-wrapper .drop {
894   background-image: url('../../../images/icons/22/delete.png');
895   display: block;
896   width: 22px;
897   height: 22px;
898   position: relative;
899   top: -50px;
900 }
901 /*
902 #group-members {
903         margin-top: 20px;
904         padding: 10px;
905         height: 250px;
906         overflow: auto;
907         border: 1px solid #ddd;
908 }
909 #group-members-end {
910         clear: both;
911 }
912 #group-all-contacts {
913         padding: 10px;
914         height: 450px;
915         overflow: auto;
916         border: 1px solid #ddd;
917 }
918 #group-all-contacts-end {
919         clear: both;
920         margin-bottom: 10px;
921 }
922 .contact-block-div {
923         float: left;
924         width: 60px;
925         height: 60px;
926 }*/
927 /* widget */
928 .widget {
929   margin-bottom: 2em;
930   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
931         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
932
933 }
934 .widget h3 {
935   padding: 0px;
936   margin: 2px;
937 }
938 .widget .action {
939   opacity: 0.1;
940   -webkit-transition: all 0.2s ease-in-out;
941   -moz-transition: all 0.2s ease-in-out;
942   -o-transition: all 0.2s ease-in-out;
943   -ms-transition: all 0.2s ease-in-out;
944   transition: all 0.2s ease-in-out;
945 }
946 .widget input.action {
947   opacity: 0.5;
948   -webkit-transition: all 0.2s ease-in-out;
949   -moz-transition: all 0.2s ease-in-out;
950   -o-transition: all 0.2s ease-in-out;
951   -ms-transition: all 0.2s ease-in-out;
952   transition: all 0.2s ease-in-out;
953 }
954 .widget:hover .title .action {
955   opacity: 1;
956   -webkit-transition: all 0.2s ease-in-out;
957   -moz-transition: all 0.2s ease-in-out;
958   -o-transition: all 0.2s ease-in-out;
959   -ms-transition: all 0.2s ease-in-out;
960   transition: all 0.2s ease-in-out;
961 }
962 .widget .tool:hover .action {
963   opacity: 1;
964   -webkit-transition: all 0.2s ease-in-out;
965   -moz-transition: all 0.2s ease-in-out;
966   -o-transition: all 0.2s ease-in-out;
967   -ms-transition: all 0.2s ease-in-out;
968   transition: all 0.2s ease-in-out;
969 }
970 .widget .tool:hover .action.ticked {
971   opacity: 1;
972   -webkit-transition: all 0.2s ease-in-out;
973   -moz-transition: all 0.2s ease-in-out;
974   -o-transition: all 0.2s ease-in-out;
975   -ms-transition: all 0.2s ease-in-out;
976   transition: all 0.2s ease-in-out;
977 }
978 .widget ul {
979   padding: 0px;
980 }
981 .widget ul li {
982   padding-left: 16px;
983   min-height: 16px;
984   list-style: none;
985 }
986 .widget .tool.selected {
987   background: url('../../../images/selected.png') no-repeat left center;
988 }
989 /* widget: search */
990 #add-search-popup {
991   width: 200px;
992   top: 18px;
993 }
994 /* section 800px */
995 section {
996   display: table-cell;
997   vertical-align: top;
998   width: 770px;
999   padding: 0px 20px 0px 10px;
1000 }
1001 .sparkle {
1002   cursor: url('icons/lock.cur'), pointer;
1003 }
1004 /* wall item */
1005 .tread-wrapper {
1006   background-color: #eff0f1;
1007   position: relative;
1008   padding: 10px;
1009   margin-bottom: 20px;
1010   width: 750px;
1011   border-bottom: 1px solid #cccccc;
1012 }
1013 .wall-item-decor {
1014   position: absolute;
1015   left: 97%;
1016   top: -10px;
1017   width: 16px;
1018 }
1019 .unstarred {
1020   display: none;
1021 }
1022 .wall-item-container {
1023   display: table;
1024   width: 750px;
1025 }
1026 .wall-item-container .wall-item-item,
1027 .wall-item-container .wall-item-bottom {
1028   display: table-row;
1029 }
1030 .wall-item-container .wall-item-bottom {
1031   opacity: 0.5;
1032   -webkit-transition: all 0.2s ease-in-out;
1033   -moz-transition: all 0.2s ease-in-out;
1034   -o-transition: all 0.2s ease-in-out;
1035   -ms-transition: all 0.2s ease-in-out;
1036   transition: all 0.2s ease-in-out;
1037 }
1038 .wall-item-container:hover .wall-item-bottom {
1039   opacity: 1;
1040   -webkit-transition: all 0.2s ease-in-out;
1041   -moz-transition: all 0.2s ease-in-out;
1042   -o-transition: all 0.2s ease-in-out;
1043   -ms-transition: all 0.2s ease-in-out;
1044   transition: all 0.2s ease-in-out;
1045 }
1046 .wall-item-container .wall-item-info {
1047   display: table-cell;
1048   vertical-align: top;
1049   text-align: left;
1050   width: 60px;
1051 }
1052 .wall-item-container .wall-item-location {
1053   word-wrap: break-word;
1054   width: 50px;
1055 }
1056 .wall-item-container .wall-item-content {
1057   display: table-cell;
1058   font-size: 12px;
1059   max-width: 720px;
1060   word-wrap: break-word;
1061 }
1062 .wall-item-container .wall-item-content img {
1063   max-width: 700px;
1064 }
1065 .wall-item-container .wall-item-links,
1066 .wall-item-container .wall-item-actions {
1067   display: table-cell;
1068   vertical-align: middle;
1069 }
1070 .wall-item-container .wall-item-links .icon,
1071 .wall-item-container .wall-item-actions .icon {
1072   opacity: 0.5;
1073   -webkit-transition: all 0.2s ease-in-out;
1074   -moz-transition: all 0.2s ease-in-out;
1075   -o-transition: all 0.2s ease-in-out;
1076   -ms-transition: all 0.2s ease-in-out;
1077   transition: all 0.2s ease-in-out;
1078 }
1079 .wall-item-container .wall-item-links .icon:hover,
1080 .wall-item-container .wall-item-actions .icon:hover {
1081   opacity: 1;
1082   -webkit-transition: all 0.2s ease-in-out;
1083   -moz-transition: all 0.2s ease-in-out;
1084   -o-transition: all 0.2s ease-in-out;
1085   -ms-transition: all 0.2s ease-in-out;
1086   transition: all 0.2s ease-in-out;
1087 }
1088 .wall-item-container .wall-item-ago {
1089   padding-right: 40px;
1090 }
1091 .wall-item-container .wall-item-name {
1092   font-weight: bold;
1093 }
1094 .wall-item-container .wall-item-actions-author {
1095   float: left;
1096   width: 20em;
1097   margin-top: 0.5em;
1098 }
1099 .wall-item-container .wall-item-actions-social {
1100   float: left;
1101   margin-top: 0.5em;
1102 }
1103 .wall-item-container .wall-item-actions-social a {
1104   margin-right: 3em;
1105 }
1106 .wall-item-container .wall-item-actions-tools {
1107   float: right;
1108   width: 15%;
1109 }
1110 .wall-item-container .wall-item-actions-tools a {
1111   float: right;
1112 }
1113 .wall-item-container .wall-item-actions-tools input {
1114   float: right;
1115 }
1116 .wall-item-container.comment .contact-photo-wrapper {
1117   margin-left: 16px;
1118 }
1119 .wall-item-container.comment .contact-photo {
1120   width: 32px;
1121   height: 32px;
1122 }
1123 .wall-item-container.comment .contact-photo-menu-button {
1124   top: 15px !important;
1125   left: 0px !important;
1126 }
1127 .wall-item-container.comment .wall-item-links {
1128   padding-left: 12px;
1129 }
1130 .wall-item-container.comment .commentbox {
1131   height: 0px;
1132   overflow: hidden;
1133   -webkit-transition: all 0.2s ease-in-out;
1134   -moz-transition: all 0.2s ease-in-out;
1135   -o-transition: all 0.2s ease-in-out;
1136   -ms-transition: all 0.2s ease-in-out;
1137   transition: all 0.2s ease-in-out;
1138 }
1139 .wall-item-container.comment .commentbox .wall-item-comment-wrapper {
1140   border-top: 1px solid #999999;
1141   height: 0px;
1142   overflow: hidden;
1143 }
1144 .wall-item-container.comment:hover .commentbox {
1145   height: auto;
1146   overflow: visible;
1147   -webkit-transition: all 0.2s ease-in-out;
1148   -moz-transition: all 0.2s ease-in-out;
1149   -o-transition: all 0.2s ease-in-out;
1150   -ms-transition: all 0.2s ease-in-out;
1151   transition: all 0.2s ease-in-out;
1152 }
1153 .wall-item-container.comment:hover .commentbox .wall-item-comment-wrapper {
1154   border-top: 0px;
1155   height: auto;
1156   overflow: visible;
1157 }
1158 /* 'tag' item type */
1159 .wall-item-container.item-tag .wall-item-content {
1160   opacity: 0.5;
1161   -webkit-transition: all 0.2s ease-in-out;
1162   -moz-transition: all 0.2s ease-in-out;
1163   -o-transition: all 0.2s ease-in-out;
1164   -ms-transition: all 0.2s ease-in-out;
1165   transition: all 0.2s ease-in-out;
1166 }
1167 .wall-item-container.item-tag .contact-photo-wrapper {
1168   margin-left: 32px;
1169 }
1170 .wall-item-container.item-tag .contact-photo {
1171   width: 16px;
1172   height: 16px;
1173 }
1174 .wall-item-container.item-tag .contact-photo-menu-button {
1175   top: 15px !important;
1176   left: 15px !important;
1177 }
1178 .wall-item-comment-wrapper {
1179   margin: 1em 2em 1em 60px;
1180 }
1181 .wall-item-comment-wrapper .comment-edit-photo {
1182   display: none;
1183 }
1184 .wall-item-comment-wrapper textarea {
1185   height: 1em;
1186   width: 100%;
1187   font-size: 10px;
1188   color: #999999;
1189   border: 1px solid #999999;
1190   padding: 0.3em;
1191 }
1192 .wall-item-comment-wrapper .comment-edit-text-full {
1193   height: 4em;
1194   color: #2d2d2d;
1195   border: 1px solid #2d2d2d;
1196 }
1197 .wall-item-comment-wrapper.photo {
1198   margin: 1em 2em 1em 0px;
1199 }
1200 .threaded .wall-item-comment-wrapper {
1201   margin-left: 0px;
1202 }
1203 .comment-edit-preview {
1204   width: 710px;
1205   border: 1px solid #2d2d2d;
1206   margin-top: 10px;
1207   background-color: #fce94f;
1208 }
1209 .comment-edit-preview .contact-photo {
1210   width: 32px;
1211   height: 32px;
1212   margin-left: 16px;
1213   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1214
1215 }
1216 .comment-edit-preview .contact-photo-menu-button {
1217   top: 15px !important;
1218   left: 15px !important;
1219 }
1220 .comment-edit-preview .wall-item-links {
1221   padding-left: 12px;
1222 }
1223 .comment-edit-preview .wall-item-container {
1224   width: 90%;
1225 }
1226 .comment-edit-preview .tread-wrapper {
1227   width: 90%;
1228   padding: 0;
1229   margin: 10px 0;
1230   background-color: #fce94f;
1231   border-bottom: 0px;
1232 }
1233 .comment-edit-preview .wall-item-conv {
1234   display: none;
1235 }
1236 .shiny {
1237   border-right: 10px solid #fce94f;
1238 }
1239 #jot-preview-content .tread-wrapper {
1240   background-color: #fce94f;
1241 }
1242 .hide-comments-outer {
1243   margin-bottom: 0.8em;
1244 }
1245 .wall-item-tags {
1246   padding-top: 5px;
1247 }
1248 .tag {
1249   background: url("icons/tag.png") no-repeat center right;
1250   color: #ffffff;
1251   padding-right: 8px;
1252   padding-left: 3px;
1253 }
1254 .tag a {
1255   color: #ffffff;
1256 }
1257 .mention {
1258   background: url("icons/men.png") no-repeat 1px center;
1259   color: #666666;
1260   padding-right: 3px;
1261   padding-left: 18px;
1262 }
1263 .mention a {
1264   color: #666666;
1265 }
1266 .folder {
1267   background: url("icons/folder.png") no-repeat 1px center;
1268   color: #666666;
1269   padding-right: 3px;
1270   padding-left: 15px;
1271 }
1272 .folder a {
1273   color: #666666;
1274 }
1275 .category {
1276   background: url("icons/category.png") no-repeat 1px center;
1277   color: #666666;
1278   padding-right: 3px;
1279   padding-left: 15px;
1280 }
1281 .category a {
1282   color: #666666;
1283 }
1284 /*.filesavetags {
1285     padding: 3px 0px 3px 0px;
1286     opacity: 0.5;
1287 }*/
1288 .wwto {
1289   position: absolute !important;
1290   width: 25px;
1291   height: 25px;
1292   background: #FFFFFF;
1293   border: 2px solid #364e59;
1294   height: 25px;
1295   width: 25px;
1296   overflow: hidden;
1297   padding: 1px;
1298   position: absolute !important;
1299   top: 40px;
1300   left: 30px;
1301   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1302   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1303   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1304 }
1305 .wwto .contact-photo {
1306   width: 25px;
1307   height: 25px;
1308 }
1309 /* reshare e embed */
1310 .wall-item-container .wall-item-content .type-link img,
1311 .type-link img {
1312   max-width: 160px;
1313   max-height: 160px;
1314   float: left;
1315   margin-right: 10px;
1316 }
1317 .wall-item-container .wall-item-content .type-link img.attachment-image,
1318 .type-link img.attachment-image {
1319   max-width: 650px;
1320   max-height: inital;
1321   float: none;
1322   margin-right: 0px;
1323 }
1324 .type-link blockquote {
1325   margin: 1em 0px;
1326   max-height: 160px;
1327   overflow: hidden;
1328   padding-left: 1em;
1329 }
1330 .type-video blockquote {
1331   padding-left: 1em;
1332 }
1333 .shared_header {
1334   height: 32px;
1335   color: #999;
1336   border-top: 1px solid #cccccc;
1337   padding-top: 5px;
1338   margin-top: 5px;
1339 }
1340 .shared_header img {
1341   -webkit-border-radius: 4px;
1342   -moz-border-radius: 4px;
1343   border-radius: 4px;
1344   float: left;
1345 }
1346 .shared_header span {
1347   margin-left: 9px;
1348 }
1349 blockquote.shared_content {
1350   margin-left: 32px;
1351   color: #000;
1352   border: none;
1353 }
1354 .oembed.video > a.embed_video {
1355   display: block;
1356   float: none;
1357 }
1358 .oembed.video > a.embed_video > div {
1359   background: rgba(255, 255, 255, 0.36) url(../../../images/icons/48/play.png) no-repeat center center !important;
1360 }
1361 /* threaded comments */
1362 .children {
1363   margin-top: 1em;
1364 }
1365 .children .hide-comments-outer {
1366   margin-left: 60px;
1367 }
1368 .children .wwto {
1369   display: none;
1370 }
1371 .children .comment-edit-preview {
1372   width: 660px;
1373 }
1374 .children .comment-edit-preview .wall-item-container {
1375   width: 610px;
1376 }
1377 .children .children {
1378   margin-left: 40px;
1379 }
1380 .children .children .wall-item-container {
1381   width: 710px;
1382 }
1383 .children .children .comment-edit-preview {
1384   width: 620px;
1385 }
1386 .children .children .comment-edit-preview .wall-item-container {
1387   width: 620px;
1388 }
1389 .children .children .children .wall-item-container {
1390   width: 670px;
1391 }
1392 .children .children .children .comment-edit-preview {
1393   width: 580px;
1394 }
1395 .children .children .children .comment-edit-preview .wall-item-container {
1396   width: 580px;
1397 }
1398 .children .children .children .children .wall-item-container {
1399   width: 630px;
1400 }
1401 .children .children .children .children .comment-edit-preview {
1402   width: 540px;
1403 }
1404 .children .children .children .children .comment-edit-preview .wall-item-container {
1405   width: 540px;
1406 }
1407 .children .children .children .children .children .wall-item-container {
1408   width: 590px;
1409 }
1410 .children .children .children .children .children .comment-edit-preview {
1411   width: 500px;
1412 }
1413 .children .children .children .children .children .comment-edit-preview .wall-item-container {
1414   width: 500px;
1415 }
1416 .children .children .children .children .children .children {
1417   margin-left: 0px;
1418 }
1419 .children .children .children .children .children .children .hide-comments-outer {
1420   margin-left: 0px;
1421 }
1422 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
1423 span[id^="showmore-teaser"] {
1424   background: url("showmore-bg.jpg") no-repeat center bottom;
1425 }
1426 span[id^="showmore-wrap"] {
1427   border-top: 1px solid #999999;
1428   color: #999999;
1429   display: block;
1430   text-align: center;
1431   background-color: #eff0f1;
1432 }
1433 #pause {
1434   position: fixed;
1435   bottom: 5px;
1436   right: 5px;
1437 }
1438 .contact-photo-wrapper {
1439   position: relative;
1440 }
1441 .contact-select {
1442   position: absolute;
1443   top: 64px;
1444   left: 64px;
1445   display: none;
1446 }
1447 .contact-select:checked,
1448 .contact-photo:hover .contact-select {
1449   display: block;
1450 }
1451 #contacts-actions {
1452   position: absolute;
1453   left: 800px;
1454   width: 200px;
1455   background-color: #ffffff;
1456   border: 2px solid #364e59;
1457   display: none;
1458 }
1459 #contacts-actions .batch-action {
1460   display: block;
1461   width: 100%;
1462   background-color: #ffffff;
1463   border: 0px;
1464   color: #2d2d2d;
1465   text-align: left;
1466   padding: 5px 10px;
1467   font-size: 11px;
1468 }
1469 #contacts-actions .batch-action:hover {
1470   background-color: #bdcdd4;
1471 }
1472 @media (max-width: 1000px) {
1473   #contacts-actions {
1474     left: 40px;
1475   }
1476 }
1477 .contact-photo {
1478   width: 48px;
1479   height: 48px;
1480   overflow: hidden;
1481   display: block;
1482 }
1483 .contact-photo img {
1484   width: 48px;
1485   height: 48px;
1486 }
1487 .contact-photo-menu-button {
1488   display: none;
1489   position: absolute;
1490   left: -2px;
1491   top: 31px;
1492 }
1493 .contact-wrapper {
1494   float: left;
1495   width: 300px;
1496   height: 90px;
1497   padding-right: 10px;
1498   margin: 0 10px 10px 0px;
1499 }
1500 .contact-wrapper .contact-photo-wrapper {
1501   float: left;
1502   margin-right: 10px;
1503 }
1504 .contact-wrapper .contact-photo {
1505   width: 80px;
1506   height: 80px;
1507 }
1508 .contact-wrapper .contact-photo img {
1509   width: 80px;
1510   height: 80px;
1511 }
1512 .contact-wrapper .contact-photo-menu-button {
1513   left: 0px;
1514   top: 63px;
1515 }
1516 .directory-item {
1517   float: left;
1518   width: 200px;
1519   height: 200px;
1520 }
1521 .directory-item .contact-photo {
1522   width: 175px;
1523   height: 175px;
1524 }
1525 .directory-item .contact-photo img {
1526   width: 175px;
1527   height: 175px;
1528 }
1529 .contact-name {
1530   font-weight: bold;
1531   padding-top: 15px;
1532 }
1533 .contact-details {
1534   color: #999999;
1535   white-space: nowrap;
1536   overflow: hidden;
1537   text-overflow: ellipsis;
1538 }
1539 /* editor */
1540 .jothidden {
1541   display: none;
1542 }
1543 #jot {
1544   width: 100%;
1545   margin: 0px 2em 20px 0px;
1546 }
1547 #jot .profile-jot-text {
1548   height: 1em;
1549   width: 99%;
1550   font-size: 10px;
1551   color: #999999;
1552   border: 1px solid #999999;
1553   padding: 0.3em;
1554 }
1555 #jot #jot-tools {
1556   margin: 0px;
1557   padding: 0px;
1558   height: 40px;
1559   overflow: none;
1560   width: 770px;
1561   background-color: #0e232e;
1562   border-bottom: 2px solid #9eabb0;
1563 }
1564 #jot #jot-tools li {
1565   list-style: none;
1566   float: left;
1567   width: 80px;
1568   height: 40px;
1569   border-bottom: 2px solid #9eabb0;
1570 }
1571 #jot #jot-tools li a {
1572   display: block;
1573   color: #cccccc;
1574   width: 100%;
1575   height: 40px;
1576   text-align: center;
1577   line-height: 40px;
1578   overflow: hidden;
1579 }
1580 #jot #jot-tools li:hover {
1581   background-color: #364e59;
1582   border-bottom: 2px solid #bdcdd4;
1583 }
1584 #jot #jot-tools li.perms {
1585   float: right;
1586   width: 40px;
1587 }
1588 #jot #jot-tools li.perms a.unlock {
1589   width: 30px;
1590   border-left: 10px solid #cccccc;
1591   background-color: #cccccc;
1592 }
1593 #jot #jot-tools li.perms a.lock {
1594   width: 30px;
1595   border-left: 10px solid #666666;
1596   background-color: #666666;
1597 }
1598 #jot #jot-tools li.submit {
1599   float: right;
1600   background-color: #cccccc;
1601   border-bottom: 2px solid #cccccc;
1602   border-right: 1px solid #666666;
1603   border-left: 1px solid #666666;
1604 }
1605 #jot #jot-tools li.submit input {
1606   border: 0px;
1607   margin: 0px;
1608   padding: 0px;
1609   background-color: #cccccc;
1610   color: #666666;
1611   width: 80px;
1612   height: 40px;
1613   line-height: 40px;
1614 }
1615 #jot #jot-tools li.submit input:hover {
1616   background-color: #bdcdd4;
1617   color: #666666;
1618 }
1619 #jot #jot-tools li.loading {
1620   float: right;
1621   background-color: #ffffff;
1622   width: 20px;
1623   vertical-align: center;
1624   text-align: center;
1625   border-top: 2px solid #9eabb0;
1626   height: 38px;
1627 }
1628 #jot #jot-tools li.loading img {
1629   margin-top: 10px;
1630 }
1631 #jot #jot-title {
1632   border: 0px;
1633   margin: 0px;
1634   height: 20px;
1635   width: 500px;
1636   font-weight: bold;
1637   border: 1px solid #ffffff;
1638 }
1639 #jot #jot-title:-webkit-input-placeholder {
1640   font-weight: normal;
1641 }
1642 #jot #jot-title:-moz-placeholder {
1643   font-weight: normal;
1644 }
1645 #jot #jot-title:hover {
1646   border: 1px solid #999999;
1647 }
1648 #jot #jot-title:focus {
1649   border: 1px solid #999999;
1650 }
1651 #jot #character-counter {
1652   width: 40px;
1653   float: right;
1654   text-align: right;
1655   height: 20px;
1656   line-height: 20px;
1657   padding-right: 20px;
1658 }
1659 #jot #jot-category {
1660   border: 0px;
1661   margin: 0px;
1662   height: 20px;
1663   width: 200px;
1664   border: 1px solid #ffffff;
1665 }
1666 #jot #jot-category:hover {
1667   border: 1px solid #999999;
1668 }
1669 #jot #jot-category:focus {
1670   border: 1px solid #999999;
1671 }
1672 /** buttons **/
1673 /*input[type="submit"] {
1674         border: 0px;
1675     background-color: @ButtonBackgroundColor;
1676     color: @ButtonColor;
1677     padding: 0px 10px;
1678         .rounded(5px);
1679     height: 18px;
1680 }*/
1681 /** acl **/
1682 #photo-edit-perms-select,
1683 #photos-upload-permissions-wrapper,
1684 #profile-jot-acl-wrapper {
1685   display: block!important;
1686 }
1687 #acl-wrapper {
1688   width: 690px;
1689   float: left;
1690 }
1691 #acl-search {
1692   float: right;
1693   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1694   padding-right: 20px;
1695 }
1696 #acl-showall {
1697   float: left;
1698   display: block;
1699   width: auto;
1700   height: 18px;
1701   background-color: #cccccc;
1702   background-image: url("../../../images/show_all_off.png");
1703   background-position: 7px 7px;
1704   background-repeat: no-repeat;
1705   padding: 7px 5px 0px 30px;
1706   color: #999999;
1707   -moz-border-radius: 5px 5px 5px 5px;
1708   -webkit-border-radius: 5px 5px 5px 5px;
1709   border-radius: 5px 5px 5px 5px;
1710 }
1711 #acl-showall.selected {
1712   color: #000000;
1713   background-color: #ff9900;
1714   background-image: url("../../../images/show_all_on.png");
1715 }
1716 #acl-list {
1717   height: 210px;
1718   border: 1px solid #cccccc;
1719   clear: both;
1720   margin-top: 30px;
1721   overflow: auto;
1722 }
1723 .acl-list-item {
1724   display: block;
1725   width: 150px;
1726   height: 30px;
1727   border: 1px solid #cccccc;
1728   margin: 5px;
1729   float: left;
1730 }
1731 .acl-list-item img {
1732   width: 22px;
1733   height: 22px;
1734   float: left;
1735   margin: 4px;
1736 }
1737 .acl-list-item p {
1738   height: 12px;
1739   font-size: 10px;
1740   margin: 0px;
1741   padding: 2px 0px 1px;
1742   overflow: hidden;
1743 }
1744 .acl-list-item a {
1745   font-size: 8px;
1746   display: block;
1747   width: 40px;
1748   height: 10px;
1749   float: left;
1750   color: #999999;
1751   background-color: #cccccc;
1752   background-position: 3px 3px;
1753   background-repeat: no-repeat;
1754   margin-right: 5px;
1755   -webkit-border-radius: 2px ;
1756   -moz-border-radius: 2px;
1757   border-radius: 2px;
1758   padding-left: 15px;
1759 }
1760 #acl-wrapper a:hover {
1761   text-decoration: none;
1762   color: #000000;
1763 }
1764 .acl-button-show {
1765   background-image: url("../../../images/show_off.png");
1766 }
1767 .acl-button-hide {
1768   background-image: url("../../../images/hide_off.png");
1769 }
1770 .acl-button-show.selected {
1771   color: #000000;
1772   background-color: #9ade00;
1773   background-image: url("../../../images/show_on.png");
1774 }
1775 .acl-button-hide.selected {
1776   color: #000000;
1777   background-color: #ff4141;
1778   background-image: url("../../../images/hide_on.png");
1779 }
1780 .acl-list-item.groupshow {
1781   border-color: #9ade00;
1782 }
1783 .acl-list-item.grouphide {
1784   border-color: #ff4141;
1785 }
1786 /** /acl **/
1787 /** tab buttons **/
1788 ul.tabs {
1789   list-style-type: none;
1790   padding-bottom: 10px;
1791 }
1792 ul.tabs li {
1793   float: left;
1794   margin-left: 20px;
1795 }
1796 ul.tabs li .active {
1797   border-bottom: 1px solid #005c94;
1798 }
1799 /** group editor **/
1800 #group-edit-desc {
1801   margin-top: 1em;
1802   color: #999999;
1803 }
1804 #group-update-wrapper {
1805   height: auto;
1806   overflow: auto;
1807 }
1808 #group-update-wrapper #group {
1809   width: 300px;
1810   float: left;
1811   margin-right: 20px;
1812 }
1813 #group-update-wrapper #contacts {
1814   width: 300px;
1815   float: left;
1816 }
1817 #group-update-wrapper #group-separator {
1818   display: none;
1819 }
1820 #group-update-wrapper .contact_list {
1821   height: 300px;
1822   border: 1px solid #364e59;
1823   overflow: auto;
1824 }
1825 #group-update-wrapper .contact_list .contact-block-div {
1826   width: 50px;
1827   height: 50px;
1828   float: left;
1829 }
1830 /**
1831  * Form fields
1832  */
1833 .field {
1834   margin-bottom: 10px;
1835   padding-bottom: 10px;
1836   overflow: auto;
1837   width: 100%;
1838 }
1839 .field label {
1840   float: left;
1841   width: 200px;
1842 }
1843 .field input,
1844 .field textarea {
1845   width: 400px;
1846 }
1847 .field input[type="checkbox"],
1848 .field input[type="radio"] {
1849   width: auto;
1850 }
1851 .field textarea {
1852   height: 100px;
1853 }
1854 .field .field_help {
1855   display: block;
1856   margin-left: 200px;
1857   color: #999999;
1858 }
1859 .field .onoff {
1860   float: left;
1861   width: 80px;
1862 }
1863 .field .onoff a {
1864   display: block;
1865   border: 1px solid #666666;
1866   background-image: url("../../../images/onoff.jpg");
1867   background-repeat: no-repeat;
1868   padding: 4px 2px 2px 2px;
1869   height: 16px;
1870   text-decoration: none;
1871 }
1872 .field .onoff .off {
1873   border-color: #666666;
1874   padding-left: 40px;
1875   background-position: left center;
1876   background-color: #cccccc;
1877   color: #666666;
1878   text-align: right;
1879 }
1880 .field .onoff .on {
1881   border-color: #204A87;
1882   padding-right: 40px;
1883   background-position: right center;
1884   background-color: #D7E3F1;
1885   color: #204A87;
1886   text-align: left;
1887 }
1888 .field .hidden {
1889   display: none!important;
1890 }
1891 .field.radio .field_help {
1892   margin-left: 0px;
1893 }
1894 #profile-edit-links li {
1895   list-style: none;
1896   margin-top: 10px;
1897 }
1898 #profile-edit-default-desc {
1899   color: #FF0000;
1900   border: 1px solid #FF8888;
1901   background-color: #FFEEEE;
1902   padding: 7px;
1903 }
1904 #profile-edit-profile-name-label,
1905 #profile-edit-name-label,
1906 #profile-edit-pdesc-label,
1907 #profile-edit-gender-label,
1908 #profile-edit-dob-label,
1909 #profile-edit-address-label,
1910 #profile-edit-locality-label,
1911 #profile-edit-region-label,
1912 #profile-edit-postal-code-label,
1913 #profile-edit-country-name-label,
1914 #profile-edit-marital-label,
1915 #profile-edit-with-label,
1916 #profile-edit-sexual-label,
1917 #profile-edit-politic-label,
1918 #profile-edit-religion-label,
1919 #profile-edit-pubkeywords-label,
1920 #profile-edit-prvkeywords-label,
1921 #profile-edit-gender-select,
1922 #profile-edit-homepage-label {
1923   float: left;
1924   width: 175px;
1925   padding-top: 7px;
1926 }
1927 #profile-edit-profile-name,
1928 #profile-edit-name,
1929 #gender-select,
1930 #profile-edit-pdesc,
1931 #profile-edit-gender,
1932 #profile-edit-dob,
1933 #profile-edit-address,
1934 #profile-edit-locality,
1935 #profile-edit-region,
1936 #profile-edit-postal-code,
1937 #profile-edit-country-name,
1938 #profile-edit-marital,
1939 #profile-edit-with,
1940 #profile-edit-sexual,
1941 #profile-edit-politic,
1942 #profile-edit-religion,
1943 #profile-edit-pubkeywords,
1944 #profile-edit-prvkeywords,
1945 #profile-edit-homepage {
1946   margin-top: 5px;
1947 }
1948 /* oauth */
1949 .oauthapp {
1950   height: auto;
1951   overflow: auto;
1952   border-bottom: 2px solid #cccccc;
1953   padding-bottom: 1em;
1954   margin-bottom: 1em;
1955 }
1956 .oauthapp img {
1957   float: left;
1958   width: 48px;
1959   height: 48px;
1960   margin: 10px;
1961 }
1962 .oauthapp img.noicon {
1963   background-image: url("../../../images/icons/48/plugin.png");
1964   background-position: center center;
1965   background-repeat: no-repeat;
1966 }
1967 .oauthapp a {
1968   float: left;
1969 }
1970 /* contacts */
1971 .contact-entry-wrapper {
1972   width: 50px;
1973   float: left;
1974 }
1975 /* photo albums */
1976 #photo-edit-link-wrap {
1977   margin-bottom: 10px;
1978 }
1979 #album-edit-link {
1980   border-right: 1px solid #364e59;
1981   float: left;
1982   padding-right: 5px;
1983   margin-right: 5px;
1984 }
1985 #photo-edit-link,
1986 #album-edit-link a {
1987   background: url("../../../images/icons/16/edit.png") no-repeat left center;
1988   padding-left: 18px;
1989 }
1990 #photo-toprofile-link {
1991   background: url("../../../images/icons/16/user.png") no-repeat left center;
1992   padding-left: 18px;
1993 }
1994 #photo-top-upload-link,
1995 .photos-upload-link {
1996   margin: 1em 0px;
1997   display: block;
1998 }
1999 .photos-upload-link a,
2000 #photo-top-upload-link {
2001   background: url("../../../images/icons/16/add.png") no-repeat left center;
2002   padding-left: 18px;
2003 }
2004 .photo-top-image-wrapper,
2005 .photo-album-image-wrapper {
2006   float: left;
2007   margin: 0px 10px 10px 0px;
2008   width: 150px;
2009   height: 150px;
2010   position: relative;
2011   overflow: hidden;
2012 }
2013 .photo-top-image-wrapper img,
2014 .photo-album-image-wrapper img {
2015   width: 150px;
2016 }
2017 .photo-top-image-wrapper .photo-top-album-name,
2018 .photo-album-image-wrapper .photo-top-album-name,
2019 .photo-top-image-wrapper .caption,
2020 .photo-album-image-wrapper .caption {
2021   position: absolute;
2022   color: #2d2d2d;
2023   background-color: #ffffff;
2024   width: 100%;
2025   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2026   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2027   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2028   -webkit-transition: all 0.5s ease-in-out;
2029   -moz-transition: all 0.5s ease-in-out;
2030   -o-transition: all 0.5s ease-in-out;
2031   -ms-transition: all 0.5s ease-in-out;
2032   transition: all 0.5s ease-in-out;
2033   bottom: -150px;
2034 }
2035 .photo-top-image-wrapper:hover .photo-top-album-name,
2036 .photo-album-image-wrapper:hover .photo-top-album-name,
2037 .photo-top-image-wrapper:hover .caption,
2038 .photo-album-image-wrapper:hover .caption {
2039   bottom: 0px;
2040   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2041   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2042   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
2043   -webkit-transition: all 0.5s ease-in-out;
2044   -moz-transition: all 0.5s ease-in-out;
2045   -o-transition: all 0.5s ease-in-out;
2046   -ms-transition: all 0.5s ease-in-out;
2047   transition: all 0.5s ease-in-out;
2048 }
2049 #photo-photo {
2050   display: block;
2051   width: 660px;
2052   padding: 50px;
2053   margin-bottom: 0px;
2054   text-align: center;
2055   background-color: #999999;
2056 }
2057 #photo-photo img {
2058   max-width: 560px;
2059 }
2060 #photo-album-title {
2061   background: url("../../../images/icons/22/image.png") no-repeat top left;
2062   padding-left: 23px;
2063   min-height: 22px;
2064   padding-top: 6px;
2065   /* a { display: block;}*/
2066 }
2067 #photo-caption {
2068   display: block;
2069   width: 660px;
2070   min-height: 55px;
2071   background-color: #cccccc;
2072   padding: 0 50px 0 50px;
2073 }
2074 #photo-next-link > a > div {
2075   background: url("icons/next.png") no-repeat center center;
2076   float: right;
2077   width: 50px;
2078   height: 50px;
2079 }
2080 #photo-prev-link > a > div {
2081   background: url("icons/prev.png") no-repeat center center;
2082   float: left;
2083   width: 50px;
2084   height: 50px;
2085 }
2086 #photo-like-div {
2087   display: block;
2088   width: 660px;
2089   height: 30px;
2090   background-color: #cccccc;
2091   padding: 0 50px 0 50px;
2092 }
2093 #photo-like-div .icon {
2094   float: left;
2095 }
2096 #photo-like-div .like-rotator {
2097   float: right;
2098 }
2099 /* profile match wrapper */
2100 .profile-match-wrapper {
2101   float: left;
2102   width: 110px;
2103   height: 110px;
2104   margin-bottom: 20px;
2105 }
2106 .profile-match-wrapper .drop {
2107   background-image: url('../../../images/icons/22/delete.png');
2108   display: block;
2109   width: 22px;
2110   height: 22px;
2111   position: relative;
2112   top: 10px;
2113   left: -10px;
2114 }
2115 .profile-match-wrapper .drophide {
2116   background-image: url('../../../images/icons/22/delete.png');
2117   display: block;
2118   width: 22px;
2119   height: 22px;
2120   opacity: 0.3;
2121   position: relative;
2122   top: 10px;
2123   left: -10px;
2124 }
2125 .profile-match-wrapper .contact-photo {
2126   width: 80px;
2127   height: 80px;
2128 }
2129 .profile-match-wrapper .contact-photo img {
2130   width: 80px;
2131   height: 80px;
2132 }
2133 .profile-match-wrapper .contact-photo-menu-button {
2134   left: 0px;
2135   top: 63px;
2136 }
2137 /* messages */
2138 #message-new {
2139   background: #19aeff;
2140   border: 1px solid #005c94;
2141   width: 150px;
2142 }
2143 #message-new a {
2144   color: #ffffff;
2145   text-align: center;
2146   display: block;
2147   font-weight: bold;
2148   padding: 1em 0px;
2149 }
2150 .mail-list-wrapper {
2151   background-color: #f6f7f8;
2152   margin-bottom: 5px;
2153   width: 100%;
2154   height: auto;
2155   overflow: hidden;
2156 }
2157 .mail-list-wrapper span {
2158   display: block;
2159   float: left;
2160   width: 20%;
2161   overflow: hidden;
2162 }
2163 .mail-list-wrapper .mail-subject {
2164   width: 30%;
2165   padding: 4px 0px 0px 4px;
2166 }
2167 .mail-list-wrapper .mail-subject a {
2168   display: block;
2169 }
2170 .mail-list-wrapper .mail-subject.unseen a {
2171   font-weight: bold;
2172 }
2173 .mail-list-wrapper .mail-date {
2174   padding: 4px 4px 0px 4px;
2175 }
2176 .mail-list-wrapper .mail-from {
2177   padding: 4px 4px 0px 4px;
2178 }
2179 .mail-list-wrapper .mail-count {
2180   padding: 4px 4px 0px 4px;
2181   text-align: right;
2182 }
2183 .mail-list-wrapper .mail-delete {
2184   float: right;
2185 }
2186 #mail-display-subject {
2187   background-color: #f6f7f8;
2188   color: #2d2d2d;
2189   margin-bottom: 10px;
2190   width: 100%;
2191   height: auto;
2192   overflow: hidden;
2193 }
2194 #mail-display-subject span {
2195   float: left;
2196   overflow: hidden;
2197   padding: 4px 0px 0px 10px;
2198 }
2199 #mail-display-subject .mail-delete {
2200   float: right;
2201   opacity: 0.5;
2202   -webkit-transition: all 0.2s ease-in-out;
2203   -moz-transition: all 0.2s ease-in-out;
2204   -o-transition: all 0.2s ease-in-out;
2205   -ms-transition: all 0.2s ease-in-out;
2206   transition: all 0.2s ease-in-out;
2207 }
2208 #mail-display-subject:hover .mail-delete {
2209   opacity: 1;
2210   -webkit-transition: all 0.2s ease-in-out;
2211   -moz-transition: all 0.2s ease-in-out;
2212   -o-transition: all 0.2s ease-in-out;
2213   -ms-transition: all 0.2s ease-in-out;
2214   transition: all 0.2s ease-in-out;
2215 }
2216 /* theme screenshot */
2217 .screenshot,
2218 #theme-preview {
2219   position: absolute;
2220   width: 202px;
2221   left: 70%;
2222   top: 50px;
2223 }
2224 .screenshot img,
2225 #theme-preview img {
2226   width: 200px;
2227   height: 150px;
2228 }
2229 /* page footer */
2230 footer {
2231   height: 100px;
2232   display: table-row;
2233 }
2234 .pager {
2235   margin-top: 25px;
2236   clear: both;
2237 }
2238 /**
2239  * ADMIN
2240  */
2241 #pending-update {
2242   float: right;
2243   color: #ffffff;
2244   font-weight: bold;
2245   background-color: #FF0000;
2246   padding: 0em 0.3em;
2247 }
2248 #adminpage dl {
2249   clear: left;
2250   margin-bottom: 2px;
2251   padding-bottom: 2px;
2252   border-bottom: 1px solid black;
2253 }
2254 #adminpage dt {
2255   width: 200px;
2256   float: left;
2257   font-weight: bold;
2258 }
2259 #adminpage dd {
2260   margin-left: 200px;
2261 }
2262 #adminpage h3 {
2263   border-bottom: 1px solid #cccccc;
2264 }
2265 #adminpage .field label {
2266   font-weight: bold;
2267 }
2268 #adminpage .submit {
2269   clear: left;
2270   text-align: right;
2271 }
2272 #adminpage #pluginslist {
2273   margin: 0px;
2274   padding: 0px;
2275 }
2276 #adminpage .plugin {
2277   list-style: none;
2278   display: block;
2279   border: 1px solid #888888;
2280   padding: 1em;
2281   margin-bottom: 5px;
2282   clear: left;
2283 }
2284 #adminpage .plugin desc {
2285   margin-left: 2.5em;
2286 }
2287 #adminpage .toggleplugin {
2288   float: left;
2289   margin-right: 1em;
2290 }
2291 #adminpage table {
2292   width: 100%;
2293   border-bottom: 1px solid #000000;
2294   margin: 5px 0px;
2295 }
2296 #adminpage table th {
2297   text-align: left;
2298 }
2299 #adminpage table td .icon {
2300   float: left;
2301 }
2302 #adminpage table tr:hover {
2303   background-color: #bbc7d7;
2304 }
2305 #adminpage table#users img {
2306   width: 16px;
2307   height: 16px;
2308 }
2309 #adminpage .selectall {
2310   text-align: right;
2311 }
2312 /* edit buttons for comments */
2313 .icon.dim {
2314   opacity: 0.3;
2315   filter: alpha(opacity=30);
2316 }
2317 .comment-edit-bb {
2318   list-style: none;
2319   display: none;
2320   margin: 0px;
2321   padding: 0px;
2322   width: 75%;
2323 }
2324 .comment-edit-bb > li {
2325   display: inline-block;
2326   margin: 10px 10px 0 0;
2327   visibility: none;
2328 }
2329 .editicon {
2330   display: inline-block;
2331   width: 16px;
2332   height: 16px;
2333   background-image: url(icons/bbedit.png);
2334   text-decoration: none;
2335 }
2336 .editicon :hover {
2337   background-color: #ccc;
2338 }
2339 .boldbb {
2340   background-position: 0px 0px;
2341 }
2342 .boldbb:hover {
2343   background-position: 0px -16px;
2344 }
2345 .italicbb {
2346   background-position: -16px 0px;
2347 }
2348 .italicbb:hover {
2349   background-position: -16px -16px;
2350 }
2351 .underlinebb {
2352   background-position: -32px 0px;
2353 }
2354 .underlinebb:hover {
2355   background-position: -32px -16px;
2356 }
2357 .quotebb {
2358   background-position: -48px 0px;
2359 }
2360 .quotebb:hover {
2361   background-position: -48px -16px;
2362 }
2363 .codebb {
2364   background-position: -64px 0px;
2365 }
2366 .codebb:hover {
2367   background-position: -64px -16px;
2368 }
2369 .imagebb {
2370   background-position: -80px 0px;
2371 }
2372 .imagebb:hover {
2373   background-position: -80px -16px;
2374 }
2375 .urlbb {
2376   background-position: -96px 0px;
2377 }
2378 .urlbb:hover {
2379   background-position: -96px -16px;
2380 }
2381 .videobb {
2382   background-position: -112px 0px;
2383 }
2384 .videobb:hover {
2385   background-position: -112px -16px;
2386 }
2387 /** range input css **/
2388 /* slider root element */
2389 .slider {
2390   height: 2px;
2391   position: relative;
2392   cursor: pointer;
2393   border: 1px solid #333;
2394   width: 200px;
2395   margin: 10px 0px 10px 0px;
2396   float: left;
2397 }
2398 /* progress bar (enabled with progress: true) */
2399 .progress {
2400   height: 9px;
2401   background-color: #C5FF00;
2402   display: none;
2403   opacity: 0.6;
2404 }
2405 /* drag handle */
2406 .handle {
2407   background-color: #ccc;
2408   height: 16px;
2409   width: 8px;
2410   top: -8px;
2411   position: absolute;
2412   display: block;
2413   margin-top: 1px;
2414   border: 1px solid #000;
2415   cursor: move;
2416   -moz-border-radius: 0 0 5px 5px;
2417   -webkit-border-radius: 0 0 5px 5px;
2418   border-radius: 0 0 5px 5px;
2419   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2420   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2421   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
2422 }
2423 /* the input field */
2424 .range {
2425   width: 20px!important;
2426   font-size: 8pt;
2427   margin-left: 10px;
2428   border: 0px;
2429   color: #999999;
2430 }