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