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