]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
3e8151c5ac1ffc9c130a68688ae471048086feaa
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;
26         padding: 3px;
27 }
28
29 img { border :0px; }
30
31 #id_openid_url, .openid input {
32    background: url(login-bg.gif) no-repeat;
33    background-position: 0 50%;
34    padding-left: 18px;
35 }
36 .openid:hover {
37
38 }
39
40 #id_openid_url {
41         width: 384px;
42 }
43
44 pre code {
45         font-family: Courier, monospace;
46         white-space: pre;
47         display: block;
48         overflow: auto;
49         border: 1px solid #444;
50         background: #EEE;
51         color: #444;
52         padding: 10px;
53         margin-top: 20px;
54 }
55
56 blockquote {
57         background-color: #f4f8f9;
58         border-left: 4px solid #dae4ee;
59         padding: 0.4em;
60 }
61
62 .icollapse-wrapper, .ccollapse-wrapper {
63         border: 1px solid #CCC;
64         padding: 5px;
65 }
66
67 .hide-comments {
68         margin-left: 5px;
69 }
70
71 #panel {
72         background-color: ivory;
73         position: absolute;
74         z-index: 2;
75         width: 30%;
76         padding: 25px;
77         border: 1px solid #444;
78 }
79
80 .heart {
81         color: #FF0000;
82         font-size: 100%;
83         margin-right: 5px;
84 }
85
86 ul.menu-popup {
87         position: absolute;
88         display: none;
89         width: auto;
90         margin: 2px 0 0;
91         padding: 0px;
92         list-style: none;
93         z-index: 100000;
94         border: 2px solid #444444;
95         background: #FFFFFF;
96 }
97 .menu-popup li a {
98         padding: 2px;
99         white-space: nowrap;
100 }
101
102 a.btn, a.btn:hover {
103         text-decoration: none;
104         color: inherit;
105 }
106
107
108 /* nav */
109 nav {
110         height: 94px;
111         display: block;
112         margin: 0px 10%;
113         border-bottom: 1px solid #babdb6;
114         position: relative;
115 }
116 nav #site-location {
117         color: #888a85;
118         font-size: 0.8em;
119         position: absolute;
120 }
121
122 .error-message {
123         color: #FF0000;
124         font-size: 1.1em;
125         border: 1px solid #FF8888;
126         background-color: #FFEEEE;
127         padding: 10px;
128 }
129
130 .info-message {
131         color: #204a87;
132         font-size: 1.1em;
133         border: 1px solid #3465a4;
134         background-color: #d7e3f1;
135         padding: 10px;
136 }
137
138 .warning-message {
139     background-color: #F4FA58;
140     border: 1px solid #F3F781;
141     color: #000000;
142     font-size: 1.1em;
143     padding: 10px;
144 }
145
146
147 nav #banner {
148         display: block;
149     margin-top: 14px;
150         position: absolute;
151 }
152 nav #banner #logo-text a {
153         font-size: 40px;
154         font-weight: bold;
155         margin-left: 3px;
156         color: #000000;
157
158 }
159 nav #banner #logo-text a:hover { text-decoration: none; }
160
161
162 .nav-commlink, .nav-login-link, .nav-logout-link {
163         display: block;
164         height: 15px;
165         margin-top: 67px;
166         margin-right: 2px;
167         /*padding: 6px 10px;*/
168         padding: 6px 3px;
169         float: left;
170         bottom: 140px;
171         border: 1px solid #babdb6;
172         border-bottom: 0px;
173         background-color: #aec0d3;
174         color: #565854;
175         -moz-border-radius: 3px 3px 0px 0px;
176         border-radius: 3px 3px 0px 0px;
177 }
178 nav .nav-link {
179         float: right;
180         margin: 0.2em 0em;
181         padding: 0em 0.5em;
182         background-color: transparent !important;
183 }
184
185 .nav-commlink.selected {
186         background-color: #ffffff;
187         border-bottom: 1px solid #ffffff;
188         color: #000000 !important;
189         margin-top: 64px;
190         padding-top: 6px;
191         padding-bottom: 8px;
192 }
193 .nav-ajax-left {
194         font-size: 0.8em;
195         float: left;
196         margin-top: 62px;
197 }
198
199
200 nav #nav-link-wrapper .nav-link {
201         border-right: 1px solid #babdb6;
202 }
203
204 /* aside */
205 aside {
206         display: block;
207         min-height: 112px;
208         width: 200px;
209         margin-left: 10%;
210         padding: 1em;
211         float: left;
212         background-image: url(border.jpg);
213         background-position: top left;
214         background-repeat: no-repeat;
215         position: absolute;
216 }
217
218 #dfrn-request-link {
219         display: block;
220         color: #FFFFFF;
221         -webkit-border-radius: 5px ;
222         -moz-border-radius: 5px;
223         border-radius: 5px;
224         padding: 5px;
225         font-weight: bold;
226         background: #3465a4 url('friendica-16.png') no-repeat 95% center;
227 }
228 #subscribe-feed-link,
229 #wallmessage-link {
230         display: block;
231         color: #FFFFFF;
232         -webkit-border-radius: 5px ;
233         -moz-border-radius: 5px;
234         border-radius: 5px;
235         padding: 5px;
236         font-weight: bold;
237         background-color: #3465a4;
238 }
239
240 /* section */
241 section {
242         margin: 0px 10%;
243         padding-top: 1em;
244         padding-left: 250px;
245         padding-right: 1em;
246         display: block;
247         background-color: #ffffff;
248         background-image: url(border.jpg);
249         background-position: top right;
250         background-repeat: no-repeat;
251         min-height: 112px;
252
253 }
254 .tabs {
255         height: 27px;
256         background-image: url(head.jpg);
257         background-repeat: repeat-x;
258         background-position: 0px -20px;
259         border-bottom: 1px solid #babdb6;
260         padding:0px;
261 }
262 .tabs li { margin: 0px; list-style: none; }
263 .tab {
264         display:block;
265         float:left;
266         padding: 0.4em;
267         /*margin-right: 1em;*/
268         margin-right: 3px ;
269 }
270 .tab.active {
271         font-weight: bold;
272
273 }
274
275
276 /* footer */
277 footer {
278         text-align: right;
279         padding-bottom: 1em;
280         padding-right: 3em;
281 }
282
283 .birthday-today, .event-today {
284         font-weight: bold;
285 }
286
287 div.wall-item-content-wrapper.shiny {
288   background-image: url('shiny.png');
289   background-position: -5px 30px;
290   background-repeat:no-repeat;
291 }
292
293 .preview {
294         background: #FFFFC8;
295 }
296
297 #theme-preview {
298         margin: 15px 0 15px 150px;
299 }
300
301 /* Contact-Header for the Network Stream */
302 #viewcontact_wrapper-network {
303         width: 100%;
304         min-height: 100px;
305         background-color: #DBE6F1;
306         border-bottom: 1px solid #babdb6;
307 }
308 #contact-entry-wrapper-network {
309         float: none;
310         width: auto;
311         height: auto;
312         padding: 10px;
313         margin: 0px
314 }
315 #contact-entry-accounttype-network {
316         font-size: 20px;
317 }
318 #contact-entry-name-network {
319         font-size: 24.5px;
320 }
321 /*#contact-entry-name-network>.contact-entry-details, #contact-entry-url-network,
322 #contact-entry-details-network, contact-entry-network-network {
323         color: #000;
324 }*/
325
326 /* from default */
327 #jot-perms-icon,
328 #profile-location,
329 #profile-nolocation,
330 #profile-youtube,
331 #profile-video,
332 #profile-audio,
333 #profile-link,
334 #profile-title,
335 #wall-image-upload,
336 #wall-file-upload,
337 #profile-upload-wrapper,
338 #wall-image-upload-div,
339 #wall-file-upload-div,
340 .hover, .focus {
341         cursor: pointer;
342 }
343
344 #jot-perms-icon {
345         float: left;
346 }
347
348 #jot-title, #jot-category {
349         border: 0px;
350         margin: 0px;
351         height: 20px;
352         width: 530px;
353         margin-bottom: 5px;
354         font-weight: bold;
355         border: 1px solid #ffffff;
356 }
357
358 #jot-title::-webkit-input-placeholder{font-weight: normal;}
359 #jot-category::-webkit-input-placeholder{font-weight: normal;}
360 #jot-title:-moz-placeholder{font-weight: normal;}
361 #jot-category:-moz-placeholder{font-weight: normal;}
362
363
364 #jot-title:hover,
365 #jot-title:focus,
366 #jot-category:hover,
367 #jot-category:focus {
368         border: 1px solid #cccccc;
369 }
370
371 .jothidden { display:none; }
372
373
374 .fakelink, .fakelink:visited, .fakelink:link {
375         color: #3465a4;
376         text-decoration: none;
377         cursor: pointer;
378         margin-top: 15px;
379         margin-bottom: 15px;
380 }
381 .lockview {
382         cursor: pointer;
383 }
384
385 #group-sidebar {
386         margin-bottom: 10px;
387 }
388
389 .widget .selected, .group-selected, .forum-selected {
390         padding: 3px;
391         -moz-border-radius: 3px;
392         border-radius: 3px;
393         border: 1px solid #CCCCCC;
394         background: #F8F8F8;
395         font-weight: bold;
396 }
397
398 .settings-widget .selected {
399         padding: 3px;
400         -moz-border-radius: 3px;
401         border-radius: 3px;
402         border: 1px solid #CCCCCC;
403         background: #F8F8F8;
404         font-weight: bold;
405 }
406
407 .fakelink:hover {
408         color: #3465a4;
409         text-decoration: underline;
410         cursor: pointer;
411 }
412 .smalltext {
413         font-size: 0.7em;
414 }
415 #sysmsg {
416         /*width: 600px;*/
417         margin-bottom: 10px;
418 }
419
420 #register-fill-ext {
421         margin-bottom: 25px;
422 }
423
424 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
425         float: left;
426         width: 350px;
427         margin-top: 10px;
428 }
429
430 #register-name, #register-email, #register-nickname {
431         float: left;
432         margin-top: 10px;
433         width: 150px;
434 }
435
436 #register-openid {
437         float: left;
438         margin-top: 10px;
439         width: 130px;
440 }
441
442 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
443         clear: both;
444 }
445
446 #register-nickname-desc {
447         margin-top: 30px;
448         width: 650px;
449 }
450 #register-sitename {
451         float: left;
452         margin-top: 10px;
453 }
454
455 #register-submit-button {
456         margin-top: 10px;
457 }
458
459
460 #login_standard {
461         width: 210px;
462         float: left;
463 }
464 #login_openid {
465         width: 210px;
466         margin-left: 250px;
467 }
468
469 #login_standard input,
470 #login_openid input {
471         width: 180px;
472 }
473
474 #login-extra-links {
475         clear: both;
476 }
477
478 #register-link, #lost-password-link {
479         float: left;
480         font-size: 80%;
481         margin-right: 15px;
482 }
483
484 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
485         height: 50px;
486 }
487
488 #login-submit-wrapper {
489         clear: both;
490 }
491 #login-submit-button {
492 /*      margin-top: 10px; */
493         margin-left: 200px;
494 }
495
496
497 input#dfrn-url {
498         float: left;
499         background: url(friendica-16.png) no-repeat;
500         background-position: 2px center;
501         font-size: 17px;
502         padding-left: 21px;
503         height: 21px;
504         background-color: #FFFFFF;
505         color: #000000;
506         margin-bottom: 20px;
507 }
508
509 #dfrn-url-label {
510         float: left;
511         width: 250px;
512 }
513
514 #dfrn-request-url-end {
515         clear: both;
516 }
517
518 #knowyouyes, #knowyouno {
519         float: left;
520 }
521
522 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
523
524         float: none;
525 }
526 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
527         float: left;
528         width: 75px;
529         margin-left: 50px;
530         margin-bottom: 7px;
531 }
532 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
533         clear: both;
534
535 }
536
537 #dfrn-request-message-wrapper {
538         margin-bottom: 50px;
539 }
540 #dfrn-request-submit-wrapper {
541         clear: both;
542         margin-left: 50px;
543 }
544
545 #dfrn-request-info-wrapper {
546         margin-left: 50px;
547 }
548
549
550
551 #cropimage-wrapper, #cropimage-preview-wrapper {
552         float: left;
553         padding: 30px;
554 }
555
556 #crop-image-form {
557         margin-top: 30px;
558         clear: both;
559 }
560
561 .intro-wrapper {
562         margin-top: 20px;
563 }
564
565 .intro-fullname {
566         font-size: 1.1em;
567         font-weight: bold;
568
569 }
570 .intro-desc {
571         margin-bottom: 20px;
572         font-weight: bold;
573 }
574
575 .intro-note {
576         padding: 10px;
577 }
578
579 .intro-end {
580         padding: 30px;
581 }
582
583 .intro-form {
584         float: left;
585 }
586 .intro-approve-form {
587         clear: both;
588 }
589 .intro-approve-as-friend-end {
590         clear: both;
591 }
592 .intro-submit-approve, .intro-submit-ignore {
593         margin-right: 20px;
594 }
595 .intro-submit-approve {
596         margin-top: 15px;
597 }
598
599 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
600         float: left;
601         width: 100px;
602         margin-left: 20px;
603 }
604 .intro-approve-as-friend, .intro-approve-as-fan {
605         float: left;
606 }
607 .intro-form-end {
608         clear: both;
609 }
610 .intro-approve-as-friend-desc {
611         margin-top: 15px;
612 }
613 .intro-approve-as-end {
614         clear: both;
615         margin-bottom: 10px;
616 }
617
618 .intro-end {
619         clear: both;
620         margin-bottom: 30px;
621 }
622 .aprofile dt {
623         font-weight: bold;
624 }
625 #page-profile .title {
626         font-weight: bold;
627 }
628 #profile-vcard-break {
629         clear: both;
630 }
631 #profile-extra-links {
632         clear: both;
633         margin-top: 10px;
634 }
635
636 #profile-extra-links ul {
637         list-style-type: none;
638         padding: 0px;
639 }
640
641
642 #profile-extra-links li {
643         margin-top: 5px;
644 }
645
646 #profile-edit-links ul {
647         list-style-type: none;
648 }
649 #profile-edit-links li {
650         margin-top: 10px;
651 }
652
653 #profile-menu {
654         display: none;
655 }
656
657 .profile-edit-side-div {
658         float: right;
659 }
660 .profile-edit-side-link {
661         opacity: 0.3;
662         filter:alpha(opacity=30);
663 }
664 .profile-edit-side-link:hover {
665         opacity: 1.0;
666         filter:alpha(opacity=100);
667 }
668
669 .view-contact-wrapper {
670         margin-top: 20px;
671         float: left;
672         margin-left: 20px;
673         width: 180px;
674 }
675
676 .contact-wrapper {
677         float: left;
678         width: 150px;
679         height: 150px;
680         overflow: auto;
681 }
682
683 #view-contact-end {
684         clear: both;
685 }
686
687 #profile-edit-default-desc {
688         color: #FF0000;
689         border: 1px solid #FF8888;
690         background-color: #FFEEEE;
691         padding: 7px;
692 }
693
694 #profile-edit-clone-link-wrapper {
695         float: left;
696         margin-left: 50px;
697         margin-bottom: 20px;
698         width: 300px;
699 }
700
701
702 #profile-edit-links-end {
703         clear: both;
704         margin-bottom: 15px;
705 }
706
707 .profile-listing-photo {
708         border: none;
709 }
710
711 .profile-edit-submit-wrapper {
712         margin-top: 20px;
713         margin-bottom: 20px;
714 }
715
716 #profile-photo-link-select-wrapper {
717         margin-top: 2em;
718 }
719
720 #profile-photo-submit-wrapper {
721         margin-top: 10px;
722 }
723
724 #profile-photo-wrapper img {
725         width:175px;
726         height:175px;
727         padding: 12px;
728 }
729 #profile-photo-wrapper.crop-preview img {
730         padding: 0;
731 }
732
733 #profile-edit-profile-name-label,
734 #profile-edit-name-label,
735 #profile-edit-pdesc-label,
736 #profile-edit-gender-label,
737 #profile-edit-dob-label,
738 #profile-edit-address-label,
739 #profile-edit-locality-label,
740 #profile-edit-region-label,
741 #profile-edit-postal-code-label,
742 #profile-edit-country-name-label,
743 #profile-edit-marital-label,
744 #profile-edit-sexual-label,
745 #profile-edit-politic-label,
746 #profile-edit-religion-label,
747 #profile-edit-pubkeywords-label,
748 #profile-edit-prvkeywords-label,
749 #profile-edit-homepage-label,
750 #profile-edit-hometown-label {
751         float: left;
752         width: 175px;
753 }
754
755 #profile-edit-profile-name,
756 #profile-edit-name,
757 #profile-edit-pdesc,
758 #gender-select,
759 #profile-edit-dob,
760 #profile-edit-address,
761 #profile-edit-locality,
762 #profile-edit-region,
763 #profile-edit-postal-code,
764 #profile-edit-country-name,
765 #marital-select,
766 #sexual-select,
767 #profile-edit-politic,
768 #profile-edit-religion,
769 #profile-edit-pubkeywords,
770 #profile-edit-prvkeywords,
771 #profile-in-dir-yes,
772 #profile-in-dir-no,
773 #profile-in-netdir-yes,
774 #profile-in-netdir-no,
775 #hide-wall-yes,
776 #hide-wall-no,
777 #hide-friends-yes,
778 #hide-friends-no {
779         float: left;
780         margin-bottom: 20px;
781 }
782 #settings-normal,
783 #settings-soapbox,
784 #settings-freelove,
785 #settings-community {
786         float: left;
787 }
788 #settings-notifications label {
789         margin-left: 20px;
790 }
791 #settings-notification-desc, #settings-activity-desc {
792         font-weight: bold;
793         margin-bottom: 15px;
794 }
795 #settings-pagetype-desc {
796         color: #666666;
797         margin-bottom: 15px;
798 }
799
800 #profile-in-dir-yes-label,
801 #profile-in-dir-no-label,
802 #profile-in-netdir-yes-label,
803 #profile-in-netdir-no-label,
804 #hide-wall-yes-label,
805 #hide-wall-no-label,
806 #hide-friends-yes-label,
807 #hide-friends-no-label {
808         margin-left: 125px;
809         float: left;
810         width: 50px;
811 }
812
813 #profile-edit-with-label {
814         width: 175px;
815         margin-left: 20px;
816 }
817
818 #profile-publish-yes-reg,
819 #profile-publish-no-reg {
820         float: left;
821         margin-bottom: 10px;
822 }
823
824 #profile-publish-yes-label-reg,
825 #profile-publish-no-label-reg {
826         margin-left: 350px;
827         float: left;
828         width: 50px;
829 }
830
831 #profile-publish-break-reg,
832 #profile-publish-end-reg {
833         clear: both;
834 }
835
836
837 #profile-edit-pdesc-desc,
838 #profile-edit-pubkeywords-desc,
839 #profile-edit-prvkeywords-desc {
840         float: left;
841         margin-left: 20px;
842 }
843
844
845 #profile-edit-homepage, #profile-edit-hometown {
846         float: left;
847         margin-bottom: 35px;
848 }
849 #settings-normal-label,
850 #settings-soapbox-label,
851 #settings-community-label,
852 #settings-freelove-label {
853         float: left;
854         width: 200px;
855 }
856 #settings-normal-desc,
857 #settings-soapbox-desc,
858 #settings-community-desc,
859 #settings-freelove-desc {
860         /*float: left;
861         margin-left: 75px;*/
862     clear: left;
863     color: #666666;
864     display: block;
865     margin-bottom: 20px
866 }
867
868 #profile-edit-profile-name-end,
869 #profile-edit-name-end,
870 #profile-edit-pdesc-end,
871 #profile-edit-gender-end,
872 #profile-edit-dob-end,
873 #profile-edit-address-end,
874 #profile-edit-locality-end,
875 #profile-edit-region-end,
876 #profile-edit-postal-code-end,
877 #profile-edit-country-name-end,
878 #profile-edit-marital-end,
879 #profile-edit-sexual-end,
880 #profile-edit-politic-end,
881 #profile-edit-religion-end,
882 #profile-edit-pubkeywords-end,
883 #profile-edit-prvkeywords-end,
884 #profile-edit-homepage-end,
885 #profile-edit-hometown-end,
886 #profile-in-dir-break,
887 #profile-in-dir-end,
888 #profile-in-netdir-break,
889 #profile-in-netdir-end,
890 #hide-wall-break,
891 #hide-wall-end,
892 #hide-friends-break,
893 #hide-friends-end,
894 #settings-normal-break,
895 #settings-soapbox-break,
896 #settings-community-break,
897 #settings-freelove-break {
898         clear: both;
899 }
900
901 .settings-widget ul {
902         list-style-type: none;
903         padding: 0px;
904 }
905
906 .settings-widget li {
907         margin-left: 24px;
908         margin-bottom: 8px;
909 }
910
911
912 #gender-select, #marital-select, #sexual-select {
913         width: 220px;
914 }
915
916 #profile-edit-profile-name-wrapper .required {
917         color: #FF0000;
918         float: left;
919 }
920
921 #contacts-main {
922         margin-top: 20px;
923         margin-bottom: 20px;
924 }
925
926 .contact-entry-wrapper {
927         float: left;
928         min-width: 363px;
929         height: 90px;
930         padding-right: 10px;
931         margin: 0 10px 10px 0px;
932 }
933 .contact-entry-wrapper .contact-entry-photo-wrapper {
934         float: left;
935         margin-right: 10px;
936 }
937 #contacts-search-end {
938         margin-bottom: 10px;
939 }
940
941 .contact-entry-direction-icon {
942         margin-top: 24px;
943         margin-right: 2px;
944 }
945
946 .contact-entry-photo img {
947         border: none;
948 }
949 .contact-entry-photo a img {
950         width: 80px;
951         height: 80px;
952 }
953 .contact-entry-photo-end {
954         clear: both;
955 }
956 .contact-entry-name {
957         font-weight: bold;
958 }
959 .contact-entry-details {
960         font-size: 13px;
961         color: #999999;
962         white-space: nowrap;
963         overflow: hidden;
964         text-overflow: ellipsis;
965 }
966 .contact-entry-edit-links {
967         margin-top: 6px;
968         margin-left: 10px;
969         width: 16px;
970 }
971 .contact-entry-nav-wrapper {
972         float: left;
973         margin-left: 10px;
974 }
975
976 .contact-entry-edit-links img {
977         border: none;
978         margin-right: 15px;
979 }
980 .contact-entry-photo {
981         float: left;
982         position: relative;
983 }
984 .contact-entry-end {
985         clear: both;
986 }
987
988 #fsuggest-desc, #fsuggest-submit-wrapper {
989         margin-top: 15px;
990         margin-bottom: 15px;
991 }
992
993 #network-star-link{
994         margin-top: 10px;
995 }
996 .network-star {
997         float: left;
998         margin-right: 5px;
999 }
1000 #network-bmark-link {
1001         margin-top: 10px;
1002 }
1003
1004 .wall-item-content-wrapper {
1005         margin-top: 10px;
1006         border: 1px solid #CCC;
1007         position: relative;
1008         -moz-border-radius: 3px;
1009         border-radius: 3px;
1010 }
1011
1012 .tread-wrapper .tread-wrapper {
1013         margin-left: 50px;
1014 }
1015 .tread-wrapper .wall-item-comment-wrapper {
1016         margin-left: 50px;
1017 }
1018
1019 .tread-end-wrapper {
1020         margin-left: 50px;
1021 }
1022
1023 .wall-item-content-wrapper.comment {
1024         /*margin-left: 50px;*/
1025         background: #EEEEEE;
1026 }
1027
1028 .wall-item-like.comment, .wall-item-dislike.comment {
1029         margin-left: 50px;
1030 }
1031
1032 .wall-item-info {
1033         display: block;
1034         float: left;
1035         width:110px;
1036         margin-right:10px;
1037 }
1038 .comment .wall-item-info {
1039         width: 70px;
1040 }
1041
1042 .wall-item-photo-wrapper {
1043         margin-top: 10px;
1044         margin-left: 10px;
1045         margin-bottom: 10px;
1046         width: 100px;
1047 }
1048 .wall-item-photo-menu-button {
1049         display: block;
1050         position: absolute;
1051         background-image: url("photo-menu.jpg");
1052         background-position: top left;
1053         background-repeat: no-repeat;
1054         margin: 0px; padding: 0px;
1055         width: 16px;
1056         height: 16px;
1057         top: 74px; left:10px;
1058         overflow: hidden;
1059         text-indent: 40px;
1060         display: none;
1061
1062 }
1063 .wall-item-photo-menu {
1064         width: auto;
1065         border: 2px solid #444444;
1066         background: #FFFFFF;
1067         position: absolute;
1068         left: 10px; top: 90px;
1069         display: none;
1070         z-index: 10000;
1071 }
1072 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1073 .wall-item-photo-menu li a { display: block; padding: 2px; }
1074 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1075
1076 .comment .wall-item-photo-menu-button { top: 44px;}
1077 .comment .wall-item-photo-menu { top: 60px; }
1078
1079 .wallwall .wwto {
1080     left: 50px;
1081     margin: 0;
1082     position: absolute;
1083     top: 70px;
1084     width: 30px
1085 }
1086 .wallwall .wwto img {
1087         width: 30px !important;
1088         height: 30px !important;
1089 }
1090
1091 .wallwall .wall-item-photo-end {
1092         clear: both;
1093 }
1094
1095 .wall-item-arrowphoto-wrapper {
1096     position: absolute;
1097     left: 75px;
1098     top: 70px;
1099     z-index: 100;
1100 }
1101 .wall-item-wrapper {
1102         /*float: left;
1103     margin-right: 5px;
1104     width: 250px;*/
1105     margin-left:10px;
1106 }
1107 .wall-item-lock {
1108         /*height: 20px;*/
1109         /*margin-top: 10px;*/
1110     left: 105px;
1111     position: absolute;
1112     top: 1px;
1113 }
1114 .comment .wall-item-lock {
1115         left: 65px;
1116 }
1117
1118 .wall-item-ago,
1119 .shared-time {
1120         color: #888888;
1121         font-size: 0.8em;
1122 }
1123
1124 .wall-item-location {
1125         overflow: hidden;
1126         /* add ellipsis on text overflow               */
1127         /* this work on safari, opera, ie, chrome.     */
1128         /* firefox users have to wait support or we    */
1129         /* can use a jquery addon http://bit.ly/zJskg */
1130         text-overflow: ellipsis;
1131         -o-text-overflow: ellipsis;
1132         width: 100%;
1133 }
1134
1135 .wall-item-like-buttons {
1136         float: left;
1137         margin-right: 10px;
1138 /*      padding-right: 10px; */
1139 /*      border-right: 2px solid #fff; */
1140 }
1141
1142 .like-rotator {
1143         margin-left: 5px;
1144 }
1145
1146 .wall-item-like-buttons > a,
1147 .wall-item-like-buttons > img {
1148         float: left;
1149 }
1150
1151 .wall-item-like-buttons img {
1152         cursor: pointer;
1153 }
1154
1155 .wall-item-share-buttons {
1156         margin-left: 10px;
1157         margin-right: 10px;
1158 }
1159
1160 .wall-item-like-buttons > a.active,
1161 .wall-item-attend-wrapper > a.active {
1162         background-color: rgba(52, 101, 164, .5);
1163 }
1164
1165 .editpost {
1166         margin-left: 10px;
1167         float: left;
1168 }
1169 .pin-item {
1170         margin-left: 10px;
1171         float: left;
1172 }
1173 .star-item {
1174         margin-left: 10px;
1175         float: left;
1176 }
1177 .tag-item {
1178         margin-left: 10px;
1179         float: left;
1180 }
1181
1182 .filer-item {
1183         margin-left: 10px;
1184         float: left;
1185 }
1186
1187 .wall-item-links-wrapper {
1188         float: left;
1189 }
1190
1191 .wall-item-delete-wrapper {
1192         float: right;
1193 }
1194
1195 .wall-item-delete-end {
1196         clear: both;
1197 }
1198
1199 .wall-item-delete-icon {
1200         border: none;
1201 }
1202
1203 .wall-item-attend-wrapper {
1204     float:left;
1205     padding-left: 10px;
1206 }
1207
1208 .wall-item-attend-wrapper > a {
1209     display: inline-block;
1210     margin-right: 10px;
1211 }
1212
1213
1214 .wall-item-wrapper-end {
1215         clear: both;
1216 }
1217 .wall-item-name-link,
1218 .shared-author {
1219         font-weight: bold;
1220         text-decoration: none;
1221         color: #3172BD;
1222 }
1223 .wall-item-photo {
1224         border: none;
1225 }
1226 .comment .wall-item-photo {
1227         width: 50px !important;
1228         height: 50px !important;
1229 }
1230 .wall-item-content {
1231         /*float: left;*/
1232         /*width: 450px;*/
1233         margin-left: 10px;
1234         /*margin-bottom: 20px;*/
1235         /*padding: 20px;*/
1236         max-height: 700px;
1237         overflow: auto;
1238 }
1239
1240 .wall-item-content img {
1241   max-width: 700px;
1242 }
1243
1244 .wall-item-container .wall-item-content .type-link img,
1245 .type-link img {
1246   max-width: 160px;
1247   max-height: 160px;
1248   float: left;
1249   margin-right: 10px;
1250 }
1251 .type-link blockquote {
1252   margin-left: 160px;
1253   max-height: 160px;
1254   overflow: hidden;
1255 }
1256 .type-link .oembed {
1257 }
1258 .oembed.video .embed_video > div {
1259     position: absolute; top: 0px; left: 0px;
1260     background: rgba(0, 0, 0, 0.5) url(shiny.png) no-repeat scroll center center;
1261 }
1262
1263 .shared_header {
1264   height: 32px;
1265   color: #999;
1266   border-top: 1px solid #D2D2D2;
1267   padding-top: 5px;
1268   margin-top: 5px;
1269 }
1270
1271 .shared_header a {
1272   color: black;
1273   -webkit-transition: all 0.2s ease-in-out;
1274   -moz-transition: all 0.2s ease-in-out;
1275   -o-transition: all 0.2s ease-in-out;
1276   -ms-transition: all 0.2s ease-in-out;
1277   transition: all 0.2s ease-in-out;
1278 }
1279
1280 .shared_header a:hover {
1281   color: #36c;
1282 }
1283
1284 .shared_header img {
1285   -webkit-border-radius: 4px;
1286   -moz-border-radius: 4px;
1287   border-radius: 4px;
1288   float: left;
1289 }
1290
1291 .shared_header span {
1292   margin-left: 9px;
1293 }
1294
1295 blockquote.shared_content {
1296   margin-left: 32px;
1297   color: #000;
1298   border: none;
1299 }
1300
1301 .wall-item-title {
1302         float: left;
1303         font-weight: bold;
1304         /*width: 450px;*/
1305 }
1306
1307 .wall-item-title-end {
1308         clear: both;
1309 }
1310
1311 .wall-item-body {
1312         float: left;
1313         /*width: 450px;*/
1314         margin-top: 10px;
1315 }
1316
1317 .wall-item-tools {
1318         clear: both;
1319         background-image: url("head.jpg");
1320     background-position: 0 -20px;
1321     background-repeat: repeat-x;
1322         padding: 5px 10px 0px;
1323 }
1324 .wall-item-author {
1325         margin-top: 10px;
1326 }
1327
1328 .comment .wall-item-tools {
1329         background:none;
1330 }
1331
1332 .comment-edit-wrapper {
1333         margin-top: 15px;
1334         background: #f3f3f3;
1335         margin-left: 50px;
1336 }
1337
1338 .comment-wwedit-wrapper {
1339         background: #f3f3f3;
1340 }
1341
1342 .comment-edit-photo {
1343         margin-top: 10px;
1344         margin-left: 10px;
1345         margin-bottom: 10px;
1346         width: 100px;
1347         float: left;
1348 }
1349 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-photo {
1350         width: 40px;
1351 }
1352
1353 .comment-edit-photo img {
1354         width: 25px;
1355 }
1356 .comment-edit-text-empty, .comment-edit-text-full {
1357         float: left;
1358         margin-top: 10px;
1359         -moz-border-radius: 3px;
1360         border-radius: 3px;
1361         border: 1px solid #cccccc;
1362         padding: 3px 1px 1px 3px;
1363 }
1364 .comment-edit-text-end {
1365         clear: both;
1366 }
1367
1368 .comment-edit-submit {
1369         margin: 10px 0px 10px 110px;
1370 }
1371
1372 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-submit-wrapper > .comment-edit-submit {
1373         margin-left: 50px;
1374 }
1375
1376 #profile-jot-plugin-wrapper,
1377 #profile-jot-submit-wrapper {
1378         margin-top: 15px;
1379 }
1380
1381 #profile-jot-submit {
1382         float: left;
1383 }
1384 #profile-upload-wrapper {
1385         float: left;
1386         margin-left: 30px;
1387 }
1388 #profile-attach-wrapper {
1389         float: left;
1390         margin-left: 30px;
1391 }
1392 #profile-rotator {
1393         float: left;
1394         margin-left: 30px;
1395 }
1396 #profile-link-wrapper {
1397         float: left;
1398         margin-left: 15px;
1399 }
1400 #profile-youtube-wrapper {
1401         float: left;
1402         margin-left: 15px;
1403 }
1404 #profile-video-wrapper {
1405         float: left;
1406         margin-left: 15px;
1407 }
1408 #profile-audio-wrapper {
1409         float: left;
1410         margin-left: 15px;
1411 }
1412 #profile-location-wrapper {
1413         float: left;
1414         margin-left: 15px;
1415 }
1416 #jot-preview-link {
1417         float: left;
1418         margin-left: 45px;
1419         margin-top: 0px !important;
1420 }
1421
1422
1423 #profile-nolocation-wrapper {
1424         float: left;
1425         margin-left: 15px;
1426 }
1427 #profile-title-wrapper {
1428         float: left;
1429         margin-left: 15px;
1430 }
1431
1432 #profile-jot-perms {
1433         float: left;
1434         margin-left: 100px;
1435         font-weight: bold;
1436         font-size: 1.2em;
1437 }
1438
1439
1440 #profile-jot-perms-end {
1441         /*clear: left;*/
1442         height: 30px;
1443 }
1444
1445 #profile-jot-plugin-end{
1446   clear: both;
1447 }
1448 .profile-jot-net {
1449         float: left;
1450         margin-right: 10px;
1451         margin-top: 5px;
1452         margin-bottom: 5px;
1453 }
1454
1455 #profile-jot-networks-end {
1456         clear: both;
1457 }
1458
1459 #profile-jot-end {
1460         /*clear: both;*/
1461         margin-bottom: 30px;
1462 }
1463 #about-jot-submit-wrapper {
1464         margin-top: 15px;
1465 }
1466 #about-jot-end {
1467         margin-bottom: 30px;
1468 }
1469 #contacts-main {
1470         margin-bottom: 30px;
1471 }
1472
1473 #profile-listing-desc {
1474         margin-left: 30px;
1475 }
1476
1477 #profile-listing-new-link-wrapper {
1478         margin-left: 30px;
1479         margin-bottom: 30px;
1480 }
1481 .profile-listing-photo-wrapper {
1482         float: left;
1483 }
1484
1485 .profile-listing-edit-buttons-wrapper {
1486         clear: both;
1487 }
1488 .profile-listing-photo-edit-link {
1489         float: left;
1490         width: 125px;
1491 }
1492 .profile-listing-end {
1493         clear: both;
1494 }
1495 .profile-listing-edit-buttons-wrapper img{
1496         border: none;
1497         margin-right: 20px;
1498 }
1499 .profile-listing {
1500         margin-top: 25px;
1501 }
1502 .profile-listing-name {
1503         float: left;
1504         margin-left: 32px;
1505         margin-top: 10px;
1506         color: #3172BD;
1507         font-weight: bold;
1508         width: 200px;
1509
1510 }
1511 .fortune {
1512         margin-top: 50px;
1513         color: #4444FF;
1514         font-weight: bold;
1515         margin-bottom: 20px;
1516 }
1517
1518
1519 .directory-end {
1520         clear: both;
1521 }
1522 .directory-name {
1523         text-align: center;
1524 }
1525 .directory-photo {
1526         margin-left: 25px;
1527 }
1528 .directory-details {
1529         font-size: 0.7em;
1530         text-align: center;
1531         margin-left: 5px;
1532         margin-right: 5px;
1533 }
1534 .directory-item {
1535         float: left;
1536         width: 225px;
1537         height: 260px;
1538         overflow: auto;
1539 }
1540
1541 #directory-search-wrapper {
1542         margin-top: 20px;
1543         margin-right: 20px;
1544         margin-bottom: 50px;
1545 }
1546
1547 #directory-search-end {
1548 }
1549
1550 .directory-photo-img {
1551         border: none;
1552 }
1553
1554
1555 .pager {
1556   padding: 10px;
1557   text-align: center;
1558   font-size: 1.0em;
1559   clear:left;
1560 }
1561
1562 .pager .disabled {
1563         display: none;
1564 }
1565
1566 .pager_first,
1567 .pager_last,
1568 .pager_prev,
1569 .pager_next,
1570 .pager_n,
1571 .scroll_loader_text {
1572         border: 1px solid black;
1573         background: #EEE;
1574         padding: 4px;
1575 }
1576
1577 .pager_first a,
1578 .pager_last a,
1579 .pager_prev a,
1580 .pager_next a,
1581 .pager_n a {
1582         text-decoration: none;
1583 }
1584
1585 .pager_current {
1586   border: 1px solid black;
1587   background: #FFCCCC;
1588   padding: 4px;
1589 }
1590
1591
1592 #advanced-profile-name-wrapper,
1593 #advanced-profile-gender-wrapper,
1594 #advanced-profile-dob-wrapper,
1595 #advanced-profile-age-wrapper,
1596 #advanced-profile-marital-wrapper,
1597 #advanced-profile-sexual-wrapper,
1598 #advanced-profile-homepage-wrapper,
1599 #advanced-profile-politic-wrapper,
1600 #advanced-profile-religion-wrapper,
1601 #advanced-profile-about-wrapper,
1602 #advanced-profile-interest-wrapper,
1603 #advanced-profile-contact-wrapper,
1604 #advanced-profile-music-wrapper,
1605 #advanced-profile-book-wrapper,
1606 #advanced-profile-tv-wrapper,
1607 #advanced-profile-film-wrapper,
1608 #advanced-profile-romance-wrapper,
1609 #advanced-profile-work-wrapper,
1610 #advanced-profile-education-wrapper {
1611         margin-top: 20px;
1612 }
1613
1614 #advanced-profile-name-text,
1615 #advanced-profile-gender-text,
1616 #advanced-profile-dob-text,
1617 #advanced-profile-age-text,
1618 #advanced-profile-marital-text,
1619 #advanced-profile-sexual-text,
1620 #advanced-profile-homepage-text,
1621 #advanced-profile-politic-text,
1622 #advanced-profile-religion-text,
1623 #advanced-profile-about-text,
1624 #advanced-profile-interest-text,
1625 #advanced-profile-contact-text,
1626 #advanced-profile-music-text,
1627 #advanced-profile-book-text,
1628 #advanced-profile-tv-text,
1629 #advanced-profile-film-text,
1630 #advanced-profile-romance-text,
1631 #advanced-profile-work-text,
1632 #advanced-profile-education-text {
1633         width: 300px;
1634         float: left;
1635 }
1636
1637 #advanced-profile-name-end,
1638 #advanced-profile-gender-end,
1639 #advanced-profile-dob-end,
1640 #advanced-profile-age-end,
1641 #advanced-profile-marital-end,
1642 #advanced-profile-sexual-end,
1643 #advanced-profile-homepage-end,
1644 #advanced-profile-politic-end,
1645 #advanced-profile-religion-end {
1646         height: 10px;
1647 }
1648
1649 #advanced-profile-about-end,
1650 #advanced-profile-interest-end,
1651 #advanced-profile-contact-end,
1652 #advanced-profile-music-end,
1653 #advanced-profile-book-end,
1654 #advanced-profile-tv-end,
1655 #advanced-profile-film-end,
1656 #advanced-profile-romance-end,
1657 #advanced-profile-work-end,
1658 #advanced-profile-education-end {
1659
1660
1661 }
1662
1663 #advanced-profile-name,
1664 #advanced-profile-gender,
1665 #advanced-profile-dob,
1666 #advanced-profile-age,
1667 #advanced-profile-marital,
1668 #advanced-profile-sexual,
1669 #advanced-profile-homepage,
1670 #advanced-profile-politic,
1671 #advanced-profile-religion {
1672         float: left;
1673
1674 }
1675
1676
1677 #advanced-profile-about,
1678 #advanced-profile-interest,
1679 #advanced-profile-contact,
1680 #advanced-profile-music,
1681 #advanced-profile-book,
1682 #advanced-profile-tv,
1683 #advanced-profile-film,
1684 #advanced-profile-romance,
1685 #advanced-profile-work,
1686 #advanced-profile-education {
1687         margin-top: 10px;
1688         margin-left: 50px;
1689         margin-right: 20px;
1690         padding: 10px;
1691         border: 1px solid #CCCCCC;
1692 }
1693
1694 #advanced-profile-with {
1695         float: left;
1696         margin-left: 15px;
1697 }
1698
1699 #contact-edit-wrapper {
1700         margin-top: 10px;
1701 }
1702
1703 #contact-edit-banner-name {
1704         font-size: 1.4em;
1705         font-weight: bold;
1706 }
1707
1708 #contact-edit-poll-wrapper {
1709         margin-top: 15px;
1710 }
1711
1712 #contact-edit-poll-text {
1713         margin-top: 15px;
1714         margin-bottom: 5px;
1715 }
1716
1717 #contact-edit-update-now {
1718         margin-top: 15px;
1719 }
1720
1721 #contact-edit-links{
1722         clear: both;
1723 }
1724
1725 #contact-edit-links ul {
1726         list-style: none;
1727         list-style-type: none;
1728         margin-left: 0px;
1729         padding-left: 0px;
1730 }
1731
1732 #contact-edit-links li {
1733         margin-top: 5px;
1734 }
1735
1736 #contact-edit-drop-link {
1737         float: right;
1738         margin-right: 20px;
1739 }
1740
1741 #contact-edit-nav-end {
1742         clear: both;
1743 }
1744
1745 #contact-edit-wrapper {
1746         width: 100%;
1747 }
1748
1749 #contact-edit-end {
1750         clear: both;
1751         margin-top: 15px;
1752 }
1753
1754 #contact-profile-selector {
1755         width: 175px;
1756         /*margin-left: 175px;*/
1757 }
1758
1759 .contact-select {       position: absolute; top: 64px; left:64px; display:none; }
1760 .contact-select:checked,
1761 .contact-entry-photo:hover .contact-select {    display:block; }
1762
1763 .contact-photo-menu-button {
1764         position: absolute;
1765         background-image: url("photo-menu.jpg");
1766         background-position: top left;
1767         background-repeat: no-repeat;
1768         margin: 0px; padding: 0px;
1769         width: 16px;
1770         height: 16px;
1771         top: 64px; left:0px;
1772         overflow: hidden;
1773         text-indent: 40px;
1774         display: none;
1775
1776 }
1777 .contact-photo-menu {
1778         width: auto;
1779         border: 2px solid #444444;
1780         background: #FFFFFF;
1781         position: absolute;
1782         left: 0px; top: 90px;
1783         display: none;
1784         z-index: 10000;
1785 }
1786 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1787 .contact-photo-menu li a { display: block; padding: 2px; }
1788 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1789
1790
1791 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1792         color: #FF0000;
1793 }
1794
1795 #profile-edit-insecure {
1796         margin-top: 20px;
1797         color: #FF0000;
1798         font-size: 1.1em;
1799         border: 1px solid #FF8888;
1800         background-color: #FFEEEE;
1801         padding-left: 5px;
1802         /*: 3px 3px 3px 5px; */
1803         width: 587px;
1804 }
1805
1806 #profile-jot-text {
1807         height: 20px;
1808         width: 100%;
1809         color:#cccccc;
1810         border: 1px solid #cccccc;
1811         padding: 3px 0px 0px 5px;
1812         -moz-border-radius: 3px;
1813         border-radius: 3px;
1814 }
1815
1816
1817 /** acl **/
1818 #photo-edit-perms-select,
1819 #photos-upload-permissions-wrapper,
1820 #profile-jot-acl-wrapper{
1821         display:block!important;
1822 }
1823
1824 #photos-usage-message {
1825         margin-bottom: 15px;
1826 }
1827
1828 #acl-wrapper {
1829         width: 690px;
1830         float:left;
1831 }
1832 #acl-wrapper a:hover {
1833         text-decoration: none;
1834         color:#000000;
1835 }
1836 /** /acl **/
1837
1838
1839 .comment-edit-text-empty {
1840         color: gray;
1841         height: 2em;
1842         width: 175px;
1843         overflow: auto;
1844         margin-bottom: 10px;
1845 }
1846
1847 .comment-wwedit-wrapper.threaded > .comment-edit-form > .comment-edit-text-empty {
1848         height: 1.5em;
1849 }
1850
1851 .comment-edit-text-full {
1852         color: black;
1853         height: 150px;
1854         width: 350px;
1855         overflow: auto;
1856 }
1857
1858 #group-new-submit-wrapper {
1859         margin-top: 30px;
1860 }
1861
1862 #group-edit-name-label {
1863         float: left;
1864         width: 175px;
1865         margin-top: 20px;
1866         margin-bottom: 20px;
1867 }
1868
1869 #group-edit-name {
1870         float: left;
1871         width: 225px;
1872         margin-top: 20px;
1873         margin-bottom: 20px;
1874 }
1875
1876 #group-edit-name-wrapper {
1877
1878
1879 }
1880
1881
1882 #group_members_select_label {
1883         display: block;
1884         float: left;
1885         width: 175px;
1886 }
1887
1888 .group_members_select {
1889         float: left;
1890         width: 230px;
1891         overflow: auto;
1892 }
1893
1894 #group_members_select_end {
1895         clear: both;
1896 }
1897 #group-edit-name-end {
1898         clear: both;
1899 }
1900
1901 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1902         margin-bottom: 10px;
1903         margin-top: 20px;
1904 }
1905
1906 #prvmail-submit {
1907         float: left;
1908         margin-top: 10px;
1909         margin-right: 30px;
1910 }
1911 #prvmail-upload-wrapper,
1912 #prvmail-link-wrapper,
1913 #prvmail-rotator-wrapper {
1914         float: left;
1915         margin-top: 10px;
1916         margin-right: 10px;
1917         width: 24px;
1918 }
1919
1920 #prvmail-end {
1921         clear: both;
1922 }
1923
1924 .mail-list-sender,
1925 .mail-list-detail {
1926         float: left;
1927 }
1928 .mail-list-detail {
1929         margin-left: 20px;
1930 }
1931
1932 .mail-list-subject {
1933         font-size: 1.1em;
1934         margin-top: 10px;
1935 }
1936 a.mail-list-link {
1937     display: block;
1938     font-size: 1.3em;
1939     padding: 4px 0;
1940 }
1941
1942 /*
1943 *a.mail-list-link:hover {
1944 *       background-color: #15607B;
1945 *       color: #F5F6FB;
1946 *}
1947 */
1948
1949 .mail-list-outside-wrapper-end {
1950         clear: both;
1951 }
1952
1953 .mail-list-outside-wrapper {
1954         margin-top: 30px;
1955 }
1956
1957 .mail-list-delete-wrapper {
1958         float: right;
1959         margin-right: 30px;
1960         margin-top: 15px;
1961 }
1962
1963 .mail-list-delete-icon {
1964         border: none;
1965 }
1966
1967 .mail-conv-sender,
1968 .mail-conv-detail {
1969         float: left;
1970 }
1971 .mail-conv-detail {
1972         margin-left: 20px;
1973         width: 500px;
1974 }
1975
1976 .mail-conv-subject {
1977     font-size: 1.4em;
1978     margin: 10px 0;
1979 }
1980
1981 .mail-conv-outside-wrapper-end {
1982         clear: both;
1983 }
1984
1985 .mail-conv-outside-wrapper {
1986         margin-top: 30px;
1987 }
1988
1989 .mail-conv-delete-wrapper {
1990         float: right;
1991         margin-right: 30px;
1992         margin-top: 15px;
1993 }
1994 .mail-conv-break {
1995         clear: both;
1996 }
1997
1998 .mail-conv-delete-icon {
1999         border: none;
2000 }
2001
2002 .message-links ul {
2003         list-style-type: none;
2004         padding: 0px;
2005 }
2006
2007 .message-links li {
2008         margin-top: 10px;
2009         float: left;
2010 }
2011 .message-links a {
2012         padding: 3px 5px;
2013 }
2014
2015 .message-links-end {
2016         clear: both;
2017 }
2018
2019 #sidebar-group-list ul {
2020         list-style-type: none;
2021 }
2022 .sidebar-group-li .notify, .forum-widget-entry .notify {
2023         display: none;
2024         font-size: 9px;
2025         border: 1px solid rgb(221, 221, 221);
2026         padding: 2px;
2027         float: right;
2028         background-color: #BABDB6;
2029 }
2030 .sidebar-group-li .notify.show, .forum-widget-entry .notify.show {
2031         display: block;
2032 }
2033
2034 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2035         display: inline-block;
2036         height: 12px;
2037         width: 12px;
2038 }
2039
2040 #sidebar-group-list li {
2041         margin-top: 10px;
2042 }
2043
2044 #forumlist-sidebar ul {
2045         list-style: none;
2046 }
2047
2048 .nets-ul, .fileas-ul, .category-ul, .datebrowse-ul {
2049         list-style-type: none;
2050 }
2051
2052 .nets-ul li, .fileas-ul li, .category-ul li, .datebrowse-ul li {
2053         margin-top: 10px;
2054 }
2055
2056 .nets-link {
2057         margin-left: 24px;
2058 }
2059 .nets-all {
2060         margin-left: 42px;
2061 }
2062
2063 .fileas-link, .category-link {
2064         margin-left: 24px;
2065 }
2066
2067 .fileas-all, .category-all {
2068         margin-left: 0px;
2069 }
2070
2071 #search-save {
2072         margin-left: 5px;
2073 }
2074 .groupsideedit {
2075         margin-right: 10px;
2076 }
2077 #saved-search-ul {
2078         list-style-type: none;
2079 }
2080 .savedsearchdrop, .savedsearchterm {
2081         float: left;
2082         margin-top: 10px;
2083 }
2084 .savedsearchterm {
2085         margin-left: 10px;
2086 }
2087
2088
2089 #side-follow-wrapper {
2090         margin-top: 20px;
2091 }
2092 #side-follow-url, #side-peoplefind-url {
2093         margin-top: 5px;
2094 }
2095 #side-follow-submit, #side-peoplefind-submit {
2096         margin-top: 15px;
2097 }
2098
2099 #side-match-link {
2100         margin-top: 10px;
2101 }
2102
2103 aside input[type='text'] {
2104  width: 174px;
2105 }
2106
2107 .widget {
2108         border: 1px solid #DDDDDD;
2109         padding: 8px;
2110         margin-top: 5px;
2111         -moz-border-radius:5px;
2112         -webkit-border-radius:5px;
2113         border-radius:5px;
2114
2115 }
2116
2117
2118 /*.photos {
2119         height: auto;
2120         overflow: auto;
2121 }*/
2122
2123 .photos-end {
2124         clear: both;
2125         margin-bottom: 25px;
2126 }
2127
2128 .photo-album-image-wrapper {
2129         float: left;
2130         margin-top: 15px;
2131         margin-right: 15px;
2132         margin-left: 15px;
2133 /*      width: 200px; height: 200px;
2134         overflow: hidden;
2135         position: relative; */
2136 }
2137 .photo-album-image-wrapper .caption {
2138         display: none;
2139         width: 100%;
2140 /*      position: absolute; */
2141         bottom: 0px;
2142         padding: 0.5em 0.5em 0px 0.5em;
2143         background-color: rgba(245, 245, 255, 0.8);
2144         border-bottom: 2px solid #CCC;
2145         margin: 0px;
2146 }
2147 .photo-album-image-wrapper a:hover .caption {
2148         display:block;
2149 }
2150
2151 #photo-album-end {
2152         clear: both;
2153         margin-bottom: 25px;
2154 }
2155
2156 .photo-top-image-wrapper {
2157 /*      position: relative; */
2158         float: left;
2159         margin-top: 15px;
2160         margin-right: 15px;
2161         margin-left: 15px;
2162         margin-bottom: 15px;
2163 /*      width: 200px; height: 200px;
2164         overflow: hidden; */
2165 }
2166 .photo-top-album-name {
2167         width: 100%;
2168         min-height: 2em;
2169 /*      position: absolute;  */
2170         bottom: 0px;
2171         padding: 0px 3px;
2172         padding-top: 0.5em;
2173         background-color: rgb(255, 255, 255);
2174 }
2175 #photo-top-end {
2176         clear: both;
2177 }
2178
2179 #photo-top-links {
2180         margin-bottom: 30px;
2181         margin-left: 30px;
2182 }
2183
2184 #photos-upload-newalbum-div {
2185         float: left;
2186         width: 175px;
2187 }
2188
2189 #photos-upload-noshare {
2190         margin-bottom: 10px;
2191 }
2192 #photos-upload-existing-album-text {
2193         float: left;
2194         width: 175px;
2195 }
2196 #photos-upload-newalbum {
2197         float: left;
2198 }
2199 #photos-upload-album-select {
2200         float: left;
2201 }
2202
2203 #photos-upload-spacer {
2204         margin-top: 25px;
2205 }
2206 #photos-upload-new-end, #photos-upload-exist-end {
2207         clear: both;
2208 }
2209 #photos-upload-exist-end {
2210         margin-bottom: 15px;
2211 }
2212 #photos-upload-submit {
2213         margin-top: 15px;
2214 }
2215
2216 #photos_upload_applet_wrapper {
2217         margin-bottom: 15px;
2218 }
2219
2220 #photos-upload-no-java-message {
2221         margin-bottom: 15px;
2222 }
2223
2224 .video-top-wrapper {
2225         display: inline-block;
2226         vertical-align: top;
2227         margin-top: 15px;
2228         margin-right: 15px;
2229         margin-left: 15px;
2230         margin-bottom: 15px;
2231 }
2232
2233 #profile-jot-desc {
2234         /*float: left;*/
2235         width: 480px;
2236         color: #FF0000;
2237         margin-top: 10px;
2238         margin-bottom: 10px;
2239 }
2240
2241 #character-counter {
2242         float: right;
2243         font-size: 120%;
2244 }
2245
2246 #character-counter.grey {
2247         color: #888888;
2248 }
2249
2250 #character-counter.orange {
2251         color: orange;
2252 }
2253 #character-counter.red {
2254         color: red;
2255 }
2256
2257 #profile-jot-banner-end {
2258         /* clear: both; */
2259 }
2260
2261 #photos-upload-select-files-text {
2262         margin-top: 15px;
2263         margin-bottom: 15px;
2264 }
2265
2266 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2267         color: #8888FF;
2268         text-decoration: none;
2269         cursor: pointer;
2270 }
2271
2272 #photos-upload-perms-menu:hover {
2273         color: #0000FF;
2274         text-decoration: underline;
2275         cursor: pointer;
2276 }
2277 #settings-default-perms-menu {
2278         margin-top: 15px;
2279         margin-bottom: 15px;
2280 }
2281
2282 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
2283         float: left;
2284         width: 150px;
2285 }
2286
2287 #photo-edit-perms-end {
2288         margin-bottom: 15px;
2289 }
2290
2291 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
2292         float: left;
2293         margin-bottom: 25px;
2294 }
2295 #photo-edit-link-wrap {
2296         margin-bottom: 15px;
2297 }
2298 #photo-like-div {
2299         margin-bottom: 25px;
2300 }
2301
2302 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2303         clear: both;
2304 }
2305
2306 #photo-edit-rotate-end {
2307         margin-bottom: 15px;
2308 }
2309
2310 #photo-edit-delete-button {
2311         margin-left: 200px;
2312 }
2313 #photo-edit-end {
2314         margin-bottom: 35px;
2315 }
2316 #photo-caption {
2317         font-size: 110%;
2318         font-weight: bold;
2319         margin-top: 15px;
2320         margin-bottom: 15px;
2321 }
2322
2323 #in-this-photo-text {
2324         color: #0000FF;
2325         margin-left: 30px;
2326 }
2327
2328 #in-this-photo {
2329         margin-left: 60px;
2330         margin-top: 10px;
2331         margin-bottom: 20px;
2332 }
2333
2334 #photo-album-edit-submit, #photo-album-edit-drop {
2335         margin-top: 15px;
2336         margin-bottom: 15px;
2337 }
2338
2339 #photo-album-edit-drop {
2340         margin-left: 200px;
2341 }
2342
2343 .group-delete-wrapper {
2344         float: right;
2345         margin-right: 50px;
2346 }
2347
2348 #install-dbhost-label,
2349 #install-dbuser-label,
2350 #install-dbpass-label,
2351 #install-dbdata-label,
2352 #install-tz-desc {
2353        float: left;
2354        width: 250px;
2355        margin-top: 10px;
2356        margin-bottom: 10px;
2357
2358 }
2359
2360 #install-dbhost,
2361 #install-dbuser,
2362 #install-dbpass,
2363 #install-dbdata {
2364        float: left;
2365        width: 200px;
2366        margin-left: 20px;
2367 }
2368
2369 #install-dbhost-end,
2370 #install-dbuser-end,
2371 #install-dbpass-end,
2372 #install-dbdata-end,
2373 #install-tz-end {
2374        clear: both;
2375 }
2376
2377 #install-form select#timezone_select {
2378        float: left;
2379        margin-top: 18px;
2380        margin-left: 20px;
2381 }
2382
2383 #dfrn-request-networks {
2384         margin-bottom: 30px;
2385 }
2386
2387 #pause {
2388   position: fixed;
2389   bottom: 5px;
2390   right: 5px;
2391 }
2392
2393 .sparkle {
2394         cursor: url('lock.cur'), pointer;
2395 /*      cursor: pointer !important; */
2396 }
2397
2398 .contact-block-div {
2399         float: left;
2400         width: 52px;
2401         height: 52px;
2402 }
2403 .contact-block-textdiv {
2404         float: left;
2405         width: 150px;
2406         height: 34px;
2407 }
2408
2409 #contact-block-end {
2410         clear: both;
2411 }
2412 .contact-block-link {
2413         float: left;
2414 }
2415 .contact-block-img {
2416         width:48px;
2417         height:48px;
2418 }
2419
2420 #tag-remove {
2421         margin-bottom: 15px;
2422 }
2423
2424 #tagrm li {
2425         margin-bottom: 10px;
2426 }
2427
2428 #tagrm-submit, #tagrm-cancel {
2429         margin-top: 25px;
2430 }
2431
2432 #tagrm-cancel {
2433         margin-left: 15px;
2434 }
2435
2436 .wall-item-conv {
2437         margin-top: 5px;
2438         margin-bottom: 25px;
2439 }
2440
2441 #search-submit {
2442         margin-left: 15px;
2443 }
2444
2445 #search-box {
2446         margin-bottom: 25px;
2447 }
2448
2449 .location-label, .gender-label, .marital-label, .homepage-label, .network-label {
2450         float: left;
2451         text-align: right;
2452         display: block;
2453         width: 65px;
2454 }
2455
2456 .adr, .x-gender, .marital-text, .homepage-url, .x-network {
2457         float: left;
2458         display: block;
2459         margin-left: 8px;
2460 }
2461
2462 .profile-clear {
2463         clear: both;
2464 }
2465
2466
2467 .clear {
2468         clear: both;
2469 }
2470
2471 .cc-license {
2472         margin-top: 50px;
2473         font-size: 70%;
2474 }
2475
2476
2477 #addon-settings-link, #account-settings-link {
2478         margin-bottom: 10px;
2479 }
2480
2481 #uexport-link {
2482         margin-bottom: 20px;
2483 }
2484
2485 /* end from default */
2486
2487
2488 .fn {
2489         padding: 0px 0px 5px 12px;
2490         font-size: 120%;
2491         font-weight: bold;
2492 }
2493
2494 .vcard .title,
2495 .vcard .p-addr {
2496         margin-bottom: 5px;
2497         margin-left: 12px;
2498 }
2499
2500 .vcard .account-type {
2501         font-size: 120%;
2502         margin-bottom: 13px;
2503 }
2504
2505 .vcard dl {
2506         clear: both;
2507 }
2508
2509 #birthday-title {
2510         float: left;
2511         font-weight: bold;
2512 }
2513
2514 #birthday-adjust {
2515         float: left;
2516         font-size: 75%;
2517         margin-left: 10px;
2518 }
2519
2520 #birthday-title-end {
2521         clear: both;
2522 }
2523
2524 .birthday-list {
2525         margin-left: 15px;
2526 }
2527
2528 #birthday-wrapper {
2529         margin-bottom: 20px;
2530 }
2531
2532 #network-new-link {
2533         margin-top: 15px;
2534         margin-bottom: 15px;
2535 }
2536
2537
2538 .tool-wrapper {
2539   float: left;
2540   margin-left: 15px;
2541 }
2542
2543 .tool-link {
2544   cursor: pointer;
2545 }
2546
2547 .eventcal {
2548         float: left;
2549         font-size: 20px;
2550 }
2551
2552 #event-summary-text {
2553         margin-top: 15px;
2554 }
2555
2556 #event-share-checkbox {
2557         float: left;
2558         margin-top: 10px;
2559 }
2560
2561 #event-share-text {
2562         float: left;
2563         margin-top: 10px;
2564         margin-left: 5px;
2565 }
2566
2567 #event-share-break {
2568         clear: both;
2569         margin-bottom: 10px;
2570 }
2571
2572 #event-summary {
2573         width: 400px;
2574 }
2575
2576 .vevent {
2577         border: 1px solid #CCCCCC;
2578 }
2579
2580 .vevent .event-summary {
2581         margin-left: 10px;
2582         margin-right: 10px;
2583         font-weight: bold;
2584 }
2585
2586 .vevent .event-description, .vevent .event-location {
2587         margin-left: 10px;
2588         margin-right: 10px;
2589 }
2590 .vevent .event-start {
2591         margin-left: 10px;
2592         margin-right: 10px;
2593 }
2594
2595 #new-event-link {
2596         margin-bottom: 10px;
2597 }
2598
2599 .edit-event-link, .plink-event-link {
2600         float: left;
2601         margin-top: 4px;
2602         margin-right: 4px;
2603         margin-bottom: 15px;
2604 }
2605
2606 .event-description:before {
2607         content: url('../../../images/calendar.png');
2608         margin-right: 15px;
2609 }
2610
2611 .event-start, .event-end {
2612         margin-left: 10px;
2613         width: 330px;
2614         clear: both;
2615 }
2616
2617 .event-start .dtstart, .event-end .dtend {
2618         float: right;
2619 }
2620
2621 .event-list-date {
2622         margin-bottom: 10px;
2623 }
2624
2625 .prevcal, .nextcal {
2626         float: left;
2627         margin-left: 32px;
2628         margin-right: 32px;
2629         margin-top: 64px;
2630 }
2631 .event-calendar-end {
2632         clear: both;
2633 }
2634
2635
2636 .calendar {
2637         font-family: Courier, monospace;
2638 }
2639 .today {
2640         font-weight: bold;
2641         color: #FF0000;
2642 }
2643
2644 .settings-block {
2645         border-bottom: 1px solid #AAA;
2646 }
2647
2648 .app-title {
2649         margin: 10px;
2650 }
2651
2652 #identity-delegation-desc {
2653         margin-top:15px;
2654         margin-bottom: 15px;
2655 }
2656
2657 #identity-delegation-choose {
2658         margin-bottom: 15px;
2659 }
2660
2661 #identity-submit {
2662         margin-top: 20px;
2663 }
2664
2665 #photo-prev-link, #photo-next-link {
2666         padding: 10px;
2667         float: left;
2668 }
2669
2670 #photo-photo {
2671         float: left;
2672 }
2673
2674 #photo-photo-end {
2675         clear: both;
2676 }
2677
2678 .profile-match-photo {
2679         float: left;
2680         text-align: center;
2681         width: 120px;
2682 }
2683
2684 .profile-match-name {
2685         float: left;
2686         text-align: center;
2687         width: 120px;
2688         overflow: hidden;
2689 }
2690
2691 .profile-match-break,
2692 .profile-match-end {
2693         clear: both;
2694 }
2695
2696 .profile-match-connect {
2697         text-align: center;
2698         font-weight: bold;
2699 }
2700
2701 .profile-match-wrapper {
2702         float: left;
2703         padding: 10px;
2704         width: 120px;
2705         height: 120px;
2706         scroll: auto;
2707 }
2708 #profile-match-wrapper-end {
2709         clear: both;
2710 }
2711 .side-link {
2712         margin-bottom: 15px;
2713 }
2714
2715 #group-members {
2716         margin-top: 20px;
2717         padding: 10px;
2718         height: 250px;
2719         overflow: auto;
2720         border: 1px solid #ddd;
2721 }
2722
2723 #group-members-end {
2724         clear: both;
2725 }
2726
2727 #group-separator {
2728         margin-top: 10px;
2729         margin-bottom: 10px;
2730 }
2731
2732 #group-all-contacts {
2733         padding: 10px;
2734         height: 450px;
2735         overflow: auto;
2736         border: 1px solid #ddd;
2737 }
2738
2739 #group-all-contacts-end {
2740         clear: both;
2741         margin-bottom: 10px;
2742 }
2743
2744 #group-edit-desc {
2745         margin-top: 15px;
2746 }
2747
2748
2749 #prof-members {
2750         margin-top: 20px;
2751         padding: 10px;
2752         height: 250px;
2753         overflow: auto;
2754         border: 1px solid #ddd;
2755 }
2756
2757 #prof-members-end {
2758         clear: both;
2759 }
2760
2761 #prof-separator {
2762         margin-top: 10px;
2763         margin-bottom: 10px;
2764 }
2765
2766 #prof-all-contacts {
2767         padding: 10px;
2768         height: 450px;
2769         overflow: auto;
2770         border: 1px solid #ddd;
2771 }
2772
2773 #prof-all-contacts-end {
2774         clear: both;
2775         margin-bottom: 10px;
2776 }
2777
2778 #prof-edit-desc {
2779         margin-top: 15px;
2780 }
2781
2782 #crepair-name-label,
2783 #crepair-nick-label,
2784 #crepair-attag-label,
2785 #crepair-url-label,
2786 #crepair-request-label,
2787 #crepair-confirm-label,
2788 #crepair-notification-label,
2789 #crepair-photo-label,
2790 #crepair-poll-label {
2791         float: left;
2792         width: 200px;
2793         margin-bottom: 15px;
2794 }
2795
2796 #crepair-name,
2797 #crepair-nick,
2798 #crepair-attag,
2799 #crepair-url,
2800 #crepair-request,
2801 #crepair-confirm,
2802 #crepair-notify,
2803 #crepair-photo,
2804 #crepair-poll {
2805         float: left;
2806         width: 300px;
2807 }
2808
2809
2810 #netsearch-box {
2811         margin-top: 20px;
2812 }
2813
2814 #netsearch-box #search-submit {
2815         margin: 5px 0px 0px 0px;
2816 }
2817
2818 .required {
2819         color: #FF0000;
2820 }
2821
2822 #event-start-text, #event-finish-text {
2823         margin-top: 10px;
2824         margin-bottom: 5px;
2825 }
2826
2827 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2828         float: left;
2829 }
2830 #event-datetime-break {
2831         margin-bottom: 10px;
2832 }
2833
2834 #event-nofinish-break, #event-adjust-break {
2835         clear: both;
2836 }
2837
2838 #event-desc-text, #event-location-text {
2839         margin-top: 10px;
2840         margin-bottom: 5px;
2841 }
2842 #event-submit {
2843         margin-top: 10px;
2844 }
2845
2846 .body-tag, .filesavetags, .categorytags {
2847         opacity: 0.5;
2848         filter:alpha(opacity=50);
2849 }
2850
2851 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2852         opacity: 1.0 !important;
2853         filter:alpha(opacity=100) !important;
2854 }
2855
2856 .item-select {
2857         opacity: 0.1;
2858         filter:alpha(opacity=10);
2859         float: right;
2860         margin-right: 10px;
2861
2862 }
2863 .item-select:hover, .checkeditem {
2864         opacity: 1;
2865         filter:alpha(opacity=100);
2866 }
2867
2868
2869 #item-delete-selected {
2870         margin-top: 30px;
2871 }
2872
2873 #item-delete-selected-end {
2874         clear: both;
2875 }
2876 #item-delete-selected-icon, #item-delete-selected-desc {
2877         float: left;
2878         margin-right: 5px;
2879 }
2880 #item-delete-selected-desc:hover {
2881         text-decoration: underline;
2882 }
2883
2884
2885 .notif-image {
2886         height: 80px;
2887         width: 80px;
2888         margin-right: 15px;
2889 }
2890 .notification-listing-end {
2891         clear: both;
2892         margin-bottom: 15px;
2893 }
2894
2895
2896
2897 /**
2898  * Plugins settings
2899  */
2900
2901 .settings-block > h3,
2902 .settings-heading {
2903         border-bottom: 1px solid #babdb6;
2904 }
2905
2906
2907 /**
2908  * Form fields
2909  */
2910 .field {
2911         margin-bottom: 10px;
2912         padding-bottom: 10px;
2913         overflow: auto;
2914         width: 100%
2915 }
2916
2917 .field label {
2918         float: left;
2919         width: 200px;
2920 }
2921
2922 .field input,
2923 .field textarea {
2924         width: 400px;
2925 }
2926 .field textarea { height: 100px; }
2927 .field_help {
2928         display: block;
2929         margin-left: 200px;
2930         color: #666666;
2931
2932 }
2933
2934
2935 .field .onoff {
2936         float: left;
2937         width: 80px;
2938 }
2939 .field .onoff a {
2940         display: block;
2941         border:1px solid #666666;
2942         background-image:url("../../../images/onoff.jpg");
2943         background-repeat: no-repeat;
2944         padding: 4px 2px 2px 2px;
2945         height: 16px;
2946         text-decoration: none;
2947 }
2948 .field .onoff .off {
2949         border-color:#666666;
2950         padding-left: 40px;
2951         background-position: left center;
2952         background-color: #cccccc;
2953         color: #666666;
2954         text-align: right;
2955 }
2956 .field .onoff .on {
2957         border-color:#204A87;
2958         padding-right: 40px;
2959         background-position: right center;
2960         background-color: #D7E3F1;
2961         color: #204A87;
2962         text-align: left;
2963 }
2964 .hidden { display: none!important; }
2965
2966 .field.radio .field_help { margin-left: 0px; }
2967
2968
2969
2970 /**
2971  * ADMIN
2972  */
2973 #pending-update {
2974         float:right;
2975         color: #ffffff;
2976         font-weight: bold;
2977         background-color: #FF0000;
2978         padding: 0em 0.3em;
2979
2980 }
2981 #adminpage dl {
2982         clear: left;
2983         margin-bottom: 2px;
2984         padding-bottom: 2px;
2985         border-bottom: 1px solid black;
2986 }
2987 #adminpage dt {
2988         width: 200px;
2989         float: left;
2990         font-weight: bold;
2991 }
2992 #adminpage dd {
2993         margin-left: 200px;
2994 }
2995
2996 #adminpage h3 {
2997         border-bottom: 1px solid #cccccc;
2998 }
2999 #adminpage .field label {
3000         font-weight: bold;
3001 }
3002 #adminpage .submit {
3003         clear:left;
3004         text-align: right;
3005 }
3006
3007 #adminpage #addonslist {
3008         margin: 0px; padding: 0px;
3009 }
3010 #adminpage .addon {
3011         list-style: none;
3012         display: block;
3013         border: 1px solid #888888;
3014         padding: 1em;
3015         margin-bottom: 5px;
3016         clear: left;
3017 }
3018 #adminpage .addon .desc { margin-left: 2.5em;}
3019 #adminpage .toggleaddon {
3020         float:left;
3021         margin-right: 1em;
3022 }
3023
3024 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3025 #adminpage table th { text-align: left;}
3026 #adminpage td .icon { float: left;}
3027 #adminpage table#users img { width: 16px; height: 16px; }
3028 #adminpage table tr:hover { background-color: #bbc7d7; }
3029 #adminpage .selectall { text-align: right; }
3030
3031 /*
3032  * UPDATE
3033  */
3034 .popup {
3035         width: 100%; height: 100%;
3036         top:0px; left:0px;
3037         position: absolute;
3038         display: none;
3039 }
3040
3041 .popup .background {
3042         background-color: rgba(0,0,0,128);
3043         opacity: 0.5;
3044         width: 100%; height: 100%;
3045         position: absolute;
3046         top:0px; left:0px;
3047 }
3048 .popup .panel {
3049         top:25%;left:25%;width:50%;height:50%;
3050         padding: 1em;
3051         position: absolute;
3052         border: 4px solid #000000;
3053         background-color: #FFFFFF;
3054 }
3055 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3056 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3057 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3058 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3059 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3060
3061 /**
3062  * OAuth
3063  */
3064 .oauthapp {
3065         height: auto; overflow: auto;
3066         border-bottom: 2px solid #cccccc;
3067         padding-bottom: 1em;
3068         margin-bottom: 1em;
3069 }
3070 .oauthapp img {
3071         float: left;
3072         width: 48px; height: 48px;
3073         margin: 10px;
3074 }
3075 .oauthapp img.noicon {
3076         background-image: url("../../../images/icons/48/plugin.png");
3077         background-position: center center;
3078         background-repeat: no-repeat;
3079 }
3080 .oauthapp a {
3081         float: left;
3082 }
3083
3084 /**
3085  * ICONS
3086  */
3087 .iconspacer {
3088         display: block; width: 16px; height: 16px;
3089 }
3090
3091 .icon {
3092         display: block; width: 16px; height: 16px;
3093         background-image: url('../../../images/icons.png');
3094 }
3095 .article { background-position: 0px 0px;}
3096 .audio { background-position: -16px 0px;}
3097 .block { background-position: -32px 0px;}
3098 .drop { background-position: -48px 0px;}
3099 .drophide { background-position: -64px 0px;}
3100 .edit { background-position: -80px 0px;}
3101 .camera { background-position: -96px 0px;}
3102 .dislike { background-position: -112px 0px;}
3103 .like { background-position: -128px 0px;}
3104 .link { background-position: -144px 0px;}
3105
3106 .globe { background-position: 0px -16px;}
3107 .noglobe { background-position: -16px -16px;}
3108 .no { background-position: -32px -16px;}
3109 .pause { background-position: -48px -16px;}
3110 .play { background-position: -64px -16px;}
3111 .pencil { background-position: -80px -16px;}
3112 .small-pencil { background-position: -96px -16px;}
3113 .recycle { background-position: -112px -16px;}
3114 .remote-link { background-position: -128px -16px;}
3115 .share { background-position: -144px -16px;}
3116
3117 .tools { background-position: 0px -32px;}
3118 .lock { background-position: -16px -32px;}
3119 .unlock { background-position: -32px -32px;}
3120 .video { background-position: -48px -32px;}
3121 .youtube { background-position: -64px -32px;}
3122 .attach { background-position: -80px -32px; }
3123 .language { background-position: -96px -32px; }
3124 .prev { background-position: -112px -32px; }
3125 .next { background-position: -128px -32px; }
3126 .on { background-position: -144px -32px; }
3127
3128 .off { background-position: 0px -48px; }
3129 .pinned { background-position: -16px -48px; }
3130 .unpinned { background-position: -32px -48px; }
3131 .starred { background-position: -16px -48px; }
3132 .unstarred { background-position: -32px -48px; }
3133 .tagged { background-position: -48px -48px; }
3134 .yellow { background-position: -64px -48px; }
3135
3136 .attendyes { background-position: -80px -48px; }
3137 .attendno { background-position: -96px -48px; }
3138 .attendmaybe { background-position: -112px -48px; }
3139
3140 .filer-icon {
3141         display: block; width: 16px; height: 16px;
3142         background-image: url('file.gif');
3143 }
3144
3145 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3146 [class^="comment-edit-bb"] {
3147         list-style: none;
3148         display: none;
3149         margin: 0px 0 -5px 0px;
3150         padding: 0px;
3151         width: 75%;
3152 }
3153 [class^="comment-edit-bb"] > li {
3154         display: inline-block;
3155         margin: 10px 10px 0 0;
3156         visibility: none;
3157 }
3158 [class^="comment-edit-bb-end"] {
3159         clear: both;
3160 }
3161 .editicon {
3162     display: inline-block;
3163     width: 16px;
3164     height: 16px;
3165     background-image: url(bbedit.png);
3166         background-color: #fff;
3167     text-decoration: none;
3168 }
3169 .editicon:hover {
3170         background-color: #ccc;
3171 }
3172 .boldbb {
3173         background-position: 0px 0px;
3174 }
3175 .boldbb:hover {
3176         background-position: 0px -16px;
3177 }
3178 .italicbb {
3179         background-position: -16px 0px;
3180 }
3181 .italicbb:hover {
3182         background-position: -16px -16px;
3183 }
3184 .underlinebb {
3185         background-position: -32px 0px;
3186 }
3187 .underlinebb:hover {
3188         background-position: -32px -16px;
3189 }
3190 .quotebb {
3191         background-position: -48px 0px;
3192 }
3193 .quotebb:hover {
3194         background-position: -48px -16px;
3195 }
3196 .codebb {
3197         background-position: -64px 0px;
3198 }
3199 .codebb:hover {
3200         background-position: -64px -16px;
3201 }
3202 .imagebb {
3203         background-position: -80px 0px;
3204 }
3205 .imagebb:hover {
3206         background-position: -80px -16px;
3207 }
3208 .urlbb {
3209         background-position: -96px 0px;
3210 }
3211 .urlbb:hover {
3212         background-position: -96px -16px;
3213 }
3214 .videobb {
3215         background-position: -112px 0px;
3216 }
3217 .videobb:hover {
3218         background-position: -112px -16px;
3219 }
3220
3221 .attachtype {
3222         display: block; width: 20px; height: 23px;
3223         float: left;
3224         background-image: url('../../../images/content-types.png');
3225         background-position: -80px 0px;
3226 }
3227
3228 .body-attach {
3229         margin-top: 10px;
3230 }
3231
3232 .type-video { background-position: 0px 0px; }
3233 .type-image { background-position: -20px 0px; }
3234 .type-audio { background-position: -40px 0px; }
3235 .type-text  { background-position: -60px 0px; }
3236 .type-unkn  { background-position: -80px 0px; }
3237
3238
3239 /* autocomplete popup */
3240 .acpopup {
3241         background-color:#ffffff;
3242         overflow:auto;
3243         z-index:100000;
3244         border:1px solid #cccccc;
3245 }
3246 .acpopup-mce {
3247         max-height:150px;
3248         background-color:#ffffff;
3249         overflow:auto;
3250         z-index:100000;
3251         border:1px solid #cccccc;
3252 }
3253 .acpopupitem {
3254         background-color:#ffffff; padding: 4px;
3255         clear:left;
3256 }
3257 .acpopupitem img {
3258         float: left;
3259         margin-right: 4px;
3260 }
3261
3262 .acpopupitem.selected {
3263         color: #FFFFFF; background: #3465A4;
3264 }
3265 .textcomplete-item.active {
3266         color: #FFFFFF; background: #3465A4;
3267 }
3268 .active a .acpopup-sub-text {
3269         color: #fff;
3270 }
3271
3272 /* popup notifications */
3273 div.jGrowl div.notice {
3274   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3275   color: #ffffff;
3276   padding-left: 58px;
3277 }
3278 div.jGrowl div.info {
3279   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3280   color: #ffffff;
3281   padding-left: 58px;
3282 }
3283 #jGrowl.top-right {
3284         top: 15px;
3285         right: 15px;
3286 }
3287 .qcomment {
3288         border: 1px solid #EEE;
3289         padding: 3px;
3290         margin-top: 15px;
3291         margin-left: 25px;
3292         width: 125px;
3293         overflow-y: auto;
3294 }
3295
3296
3297 .qcomment option {
3298         width: 125px;
3299         overflow-x: hidden;
3300 }
3301
3302 .qcomment {
3303         opacity: 0.3;
3304         filter:alpha(opacity=30);
3305 }
3306 .qcomment:hover {
3307         opacity: 1.0;
3308         filter:alpha(opacity=100);
3309 }
3310
3311 /* notifications popup menu */
3312 .delegation-notify {
3313   font-size: 10px;
3314   padding: 1px 3px;
3315   top: 0px;
3316   min-width: 15px;
3317   text-align: center;
3318   float: right;
3319   margin-top: -14px;
3320   margin-right: -20px;
3321 }
3322
3323 .nav-notification {
3324         display: none;
3325         position: absolute;
3326         font-size: 10px;
3327         padding: 1px 3px;
3328         top: 0px;
3329         right: -10px;
3330         min-width: 15px;
3331         text-align: right;
3332 }
3333 .nav-notification.show {
3334         display: block;
3335 }
3336 #nav-notifications-menu {
3337         width: 320px;
3338         max-height: 400px;
3339         overflow-y: scroll;overflow-style:scrollbar;
3340         background-color:#FFFFFF;
3341         -moz-border-radius: 5px;
3342         -webkit-border-radius: 5px;
3343         border-radius:5px;
3344         border: 1px solid #888;
3345         top: 90px;
3346         left: 200px;
3347 }
3348 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3349 #nav-notifications-menu img { float: left; margin-right: 5px; }
3350 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3351 #nav-notifications-menu li {
3352         padding: 7px 0px 7px 10px;
3353         word-wrap:normal;
3354         border-bottom: 1px solid #000;
3355 }
3356
3357 #nav-notifications-menu li:hover {
3358
3359 }
3360
3361 #nav-notifications-menu a:hover {
3362         text-decoration: underline;
3363 }
3364
3365 .notif-item a {
3366         color: #000000;
3367 }
3368
3369 .notif-item a:hover {
3370         text-decoration: underline;
3371 }
3372
3373 .notif-image {
3374         width: 32px;
3375         height: 32px;
3376         padding: 7px 7px 0px 0px;
3377 }
3378
3379 .notification-seen {
3380         background: #DDDDDD;
3381 }
3382
3383 #id_term_label {
3384         width:75px;
3385 }
3386 #id_term {
3387         width:100px;
3388 }
3389
3390 #recip {
3391
3392 }
3393 .autocomplete-w1 { background: #ffffff no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
3394 .autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
3395 .autocomplete .selected { background:#F0F0F0; }
3396 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3397
3398 #datebrowse-sidebar select {
3399         margin-left: 25px;
3400 }
3401
3402 #div_id_remember label {
3403         width: 170px;
3404 }
3405 #div_id_remember input {
3406         width: 20px;
3407 }
3408
3409 .shared_header span {
3410         margin-left: 10px;
3411 }
3412
3413 /* small screens */
3414 @media all and (max-width: 1089px) {
3415     .field label { width: 90%; }
3416     .field input, .field textarea, .field select  { width: 90%; }
3417         .field input[type="checkbox"],.field input[type="radio"] {
3418                 width: 2em;
3419         }
3420     #id_openid_url { width: 85%; }
3421     .field_help { margin-left: 0px; }
3422         textarea { width: 100%; }
3423 }
3424 @media all and (max-width: 760px) {
3425         body { background-image: none; }
3426         nav, aside, section, footer {
3427                 margin: 0px;
3428                 float: none;
3429                 position: relative;
3430                 width: 100%;
3431                 padding: 0.5em;
3432                 height: auto;
3433                 box-sizing: border-box;
3434         }
3435         aside:before {
3436                 content: ">>";
3437                 display: block;
3438                 background-color: #eee;
3439         }
3440         aside { overflow: hidden; min-height: 0; height: 1em;}
3441         aside:hover, aside:focus { height: auto; }
3442
3443         nav .nav-link {
3444                 float: left;
3445                 width: 23%;
3446                 min-width: 100px;
3447                 height: 15px;
3448                 display: block;
3449                 margin: 0.4em 2px 0 0;
3450
3451                 padding: 6px 3px;
3452                 border-width: 1px 1px 0px;
3453                 border-style: solid solid none;
3454                 border-color: rgb(186, 189, 182);
3455                 background-color: rgb(174, 192,211)!important;
3456         }
3457         .nav-commlink.selected,
3458         .nav-commlink {
3459                 border-bottom: 0px;
3460                 padding: 6px 3px;
3461                 min-width: 100px;
3462                 float: left;
3463                 margin-top: 0.4em;
3464                 width: 23%;
3465                 bottom: auto;
3466         }
3467         .nav-ajax-left {margin-left: -1em; margin-top: 0px;     }
3468         nav #site-location,
3469         nav #banner { position: relative; clear:both; }
3470         ul.menu-popup { left: 0px; top: 20px; }
3471
3472 }
3473
3474 /* videos page */
3475 .videos .video-top-wrapper {
3476   width: 300px;
3477   float: left;
3478   margin: 0px 10px 10px 0px;
3479   position: relative;
3480 }
3481 .videos .video-top-wrapper .video-delete {
3482   position: absolute;
3483   opacity: 0;
3484   right: 0px;
3485   top: 0px;
3486   transition: opacity 0.5s;
3487 }
3488 .videos .video-top-wrapper:hover .video-delete {
3489   opacity: 1;
3490 }
3491 #message-preview .mail-list-sender-url, #message-preview .mail-list-delete {
3492         display: none;
3493 }
3494 #message-preview .mail-list-outside-wrapper {
3495         margin-top: 20px;
3496 }