]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
949843844e117099619fa4f307081b49e4564900
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6 @font-face {
7   font-family: FreeSans;
8   font-style: normal;
9   font-weight: bold;
10   src: local('FreeSansBold'), url('FreeSansBold.otf');
11 }
12 @font-face {
13   font-family: FreeSans;
14   font-style: normal;
15   font-weight: normal;
16   src: local('FreeSans'), url('FreeSans.otf');
17 }
18
19  
20 /* generals */
21 body {
22         font-family: /*FreeSans,*/ helvetica,arial,clean,sans-serif;
23         font-size: 12px;
24         background-color: #ffffff;
25         background-image: url(head.jpg);
26         background-repeat: repeat-x;
27         color: #000000;
28         margin: 0px;
29 }
30
31
32 a, a:visited { color: #3465a4; text-decoration: none; }
33 a:hover {text-decoration: underline; }
34
35 input {
36         border: 1px solid #666666;
37         -moz-border-radius: 3px;
38         border-radius: 3px;     
39 }
40
41 img { border :0px; }
42
43 .openid {
44    background: url(../default/login-bg.gif) no-repeat;
45    background-position: 0 50%;
46    padding-left: 18px;
47 }
48 .openid:hover {
49
50 }
51
52 code {
53         font-family: Courier, monospace;
54         white-space: pre;
55         display: block;
56         overflow: auto;
57         border: 1px solid #444;
58         background: #EEE;
59         color: #444;
60         padding: 10px;
61         margin-top: 20px;
62 }
63 blockquote:before {
64         content: '>> ';
65 }
66
67 #panel {
68         background-color: ivory;
69         position: absolute;
70         z-index: 2;
71         width: 30%;
72         padding: 25px;
73         border: 1px solid #444;
74 }
75
76 .heart {
77         color: #FF0000;
78         font-size: 100%;
79 }
80
81
82
83 /* nav */
84 nav {
85         height: 94px;
86         display: block;
87         margin: 0px 10%;
88         border-bottom: 1px solid #babdb6;
89 }
90 nav #site-location {
91         color: #888a85;
92         font-size: 0.8em;
93 }
94
95 .error-message {
96         color: #FF0000;
97         font-size: 1.1em;
98         border: 1px solid #FF8888;
99         background-color: #FFEEEE;
100         padding: 10px;
101 }
102
103
104 nav #banner {
105         display: block;
106         float: left;
107         position: absolute;
108 }
109 nav #banner #logo-text a {
110         font-size: 44px;
111         font-weight: bold;
112         color: #000000;
113
114 }
115 nav #banner #logo-text a:hover { text-decoration: none; }
116
117
118 .nav-commlink, .nav-login-link {
119         margin-top: 52px;
120         margin-right: 2px;
121         padding: 0.5em 1em;
122         float: left;
123         bottom: 140px;
124         border: 1px solid #babdb6;
125         border-bottom: 0px;
126         background-color: #aec0d3;
127         color: #565854;         
128         -moz-border-radius: 3px 3px 0px 0px;
129         border-radius: 3px 3px 0px 0px; 
130 }
131 nav .nav-link {
132         float: right;
133         margin: 0.2em 0em;
134         padding: 0em 0.5em;
135         background-color: transparent !important;
136 }
137
138
139 .nav-selected {
140         background-color: #ffffff;
141         border-bottom: 1px solid #ffffff;
142         color: #000000 !important;
143         margin-top: 48px;
144         padding-top: 0.8em;
145 }
146 .nav-ajax-left {
147         font-size: 0.8em;
148         float: left;
149         margin-top: 46px;       
150 }
151
152
153 nav #nav-link-wrapper .nav-link {
154         border-right: 1px solid #babdb6;
155 }
156
157 /* aside */
158 aside {
159         display: block;
160         min-height: 112px;
161         width: 200px;
162         margin-left: 10%;
163         padding: 1em;
164         float: left;
165         background-image: url(border.jpg);
166         background-position: top left;
167         background-repeat: no-repeat;
168         position: absolute;
169 }
170
171
172 /* section */
173 section {
174         margin: 0px 10%;
175         padding-top: 1em;
176         padding-left: 250px;
177         padding-right: 1em;
178         display: block;
179         background-color: #ffffff;
180         background-image: url(border.jpg);
181         background-position: top right;
182         background-repeat: no-repeat;
183         min-height: 112px;
184         
185 }
186
187 #profile-tabs-wrapper {
188         height: 27px;
189         background-image: url(head.jpg);
190         background-repeat: repeat-x;    
191         background-position: 0px -20px;
192         border-bottom: 1px solid #babdb6;
193 }
194 .profile-tabs {
195         display:block;
196         float:left;
197         padding: 0.4em;
198         margin-right: 1em;
199 }
200
201 /* footer */
202 footer {
203     display: none;
204
205 }
206
207
208 .shiny {
209     background-image: url(shiny.jpg);
210     background-repeat: repeat-x;
211     background-position: left bottom;
212 }
213
214 /* from defautlt */
215 #jot-perms-icon, 
216 #profile-location,
217 #profile-nolocation, 
218 #profile-video, 
219 #profile-link, 
220 #wall-image-upload,
221 #profile-upload-wrapper,
222 #wall-image-upload-div,
223 .hover, .focus {
224         cursor: pointer;
225 }
226
227 .fakelink, .fakelink:visited {
228         color: #3465a4;
229         text-decoration: none;
230         cursor: pointer;
231         margin-top: 15px;
232         margin-bottom: 15px;
233 }
234 .lockview {
235         cursor: pointer;
236 }
237
238 .fakelink:hover {
239         color: #3465a4;
240         text-decoration: underline;
241         cursor: pointer;
242 }
243 .smalltext {
244         font-size: 0.7em;
245 }
246 #sysmsg {
247         /*width: 600px;*/
248         margin-bottom: 10px;
249 }
250
251 #register-fill-ext {
252         margin-bottom: 25px;
253 }
254
255 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
256         float: left;
257         width: 350px;
258         margin-top: 10px;
259 }
260
261 #register-name, #register-email, #register-nickname {
262         float: left;
263         margin-top: 10px;
264         width: 150px;
265 }
266
267 #register-openid {
268         float: left;
269         margin-top: 10px;
270         width: 130px;
271 }
272
273 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
274         clear: both;
275 }
276
277 #register-nickname-desc {
278         margin-top: 30px;
279         width: 650px;
280 }
281 #register-sitename {
282         float: left;
283         margin-top: 10px;
284 }
285
286 #register-submit-button {
287         margin-top: 50px;
288         margin-left: 350px;
289 }
290
291 #label-login-name, #label-login-password, #login-extra-filler {
292         float: left;
293         width: 200px;
294         margin-bottom: 20px;
295 }
296
297
298 #login-password {
299         float: left;
300         width: 170px;
301 }
302
303 #login-name {
304         float: left;
305         width: 153px;
306 }
307
308 #login-name.no-openid {
309         float: left;
310         width: 170px;
311 }
312
313 #register-link, #lost-password-link {
314         float: left;
315         font-size: 80%;
316         margin-right: 15px;
317 }
318
319 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
320         height: 50px;
321 }
322
323 #login-submit-button {
324 /*      margin-top: 10px; */
325         margin-left: 200px;
326 }
327
328
329 input#dfrn-url {
330         float: left;
331         background: url(../default/ff-16.jpg) no-repeat;
332         background-position: 2px center;
333         font-size: 17px;
334         padding-left: 21px;
335         height: 21px;
336         background-color: #FFFFFF;
337         color: #000000;
338         margin-bottom: 20px;
339 }
340
341 #dfrn-url-label {
342         float: left;
343         width: 250px;
344 }
345
346 #dfrn-request-url-end {
347         clear: both;
348 }
349
350 #knowyouyes, #knowyouno {
351         float: left;
352 }
353
354 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
355
356         float: none;
357 }
358 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
359         float: left;
360         width: 75px;
361         margin-left: 50px;
362         margin-bottom: 7px;
363 }
364 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
365         clear: both;
366
367 }
368
369 #dfrn-request-message-wrapper {
370         margin-bottom: 50px;
371 }
372 #dfrn-request-submit-wrapper {
373         clear: both;
374         margin-left: 50px;
375 }
376
377 #dfrn-request-info-wrapper {
378         margin-left: 50px;
379 }
380
381 #settings-nick-wrapper {
382         margin-bottom: 30px;
383 }
384
385 #settings-username-end,
386 #settings-email-end,
387 #settings-nick-end,
388 #settings-defloc-end,
389 #settings-allowloc-end,
390 #settings-timezone-end,
391 #settings-theme-end,
392 #settings-password-end,
393 #settings-confirm-end,
394 #settings-openid-end,
395 #settings-maxreq-end,
396 #notify1-end,
397 #notify2-end,
398 #notify3-end,
399 #notify4-end,
400 #notify5-end {
401         margin-bottom: 5px;
402         clear: both;
403 }
404
405 #settings-username-label,
406 #settings-email-label,
407 #settings-nick-label,
408 #settings-defloc-label,
409 #settings-allowloc-label,
410 #settings-timezone-label,
411 #settings-theme-label,
412 #settings-password-label,
413 #settings-confirm-label,
414 #settings-openid-label,
415 #settings-maxreq-label,
416 #settings-label-notify1,
417 #settings-label-notify2,
418 #settings-label-notify3,
419 #settings-label-notify4,
420 #settings-label-notify5 {
421         float: left;
422         width: 200px;
423 }
424
425 #settings-username,
426 #settings-email,
427 #settings-nick,
428 #settings-defloc,
429 #settings-allowloc,
430 #timezone-select,
431 #theme-select,
432 #settings-password,
433 #settings-confirm,
434 #settings-maxreq,
435 #notify1,
436 #notify2,
437 #notify3,
438 #notify4,
439 #notify5 {
440         float: left;
441         margin-bottom: 20px;
442 }
443
444 #settings-openid {
445         float: left;
446         margin-bottom: 20px;
447         width: 127px;
448 }
449         
450 #settings-maxreq-desc {
451         float: left;
452         margin-left: 20px;
453 }
454
455 #settings-theme-label,
456 #settings-defloc-label {
457         margin-top: 20px;
458 }
459
460 #settings-defloc {
461         margin-top: 20px;
462 }
463
464
465 #theme-select {
466         margin-top: 20px;
467         width: 207px;
468 }
469 #settings-notify-desc {
470         margin-top: 20px;
471         margin-bottom: 20px;
472 }
473 #settings-nick-desc {
474         width: 500px;
475 }
476
477 #settings-nick {
478         margin-bottom: 50px;
479 }
480
481 #cropimage-wrapper, #cropimage-preview-wrapper {
482         float: left;
483         padding: 30px;
484 }
485
486 #crop-image-form {
487         margin-top: 30px;
488         clear: both;
489 }
490
491 .intro-wrapper {
492         margin-top: 20px;
493 }
494
495 .intro-fullname {
496         font-size: 1.1em;
497         font-weight: bold;
498
499 }
500 .intro-desc {
501         margin-bottom: 20px;
502         font-weight: bold;
503 }
504
505 .intro-note {
506         padding: 10px;
507 }
508
509 .intro-end {
510         padding: 30px;
511 }
512
513 .intro-form {
514         float: left;
515 }
516 .intro-approve-form {
517         clear: both;
518 }
519 .intro-approve-as-friend-end {
520         clear: both;
521 }
522 .intro-submit-approve, .intro-submit-ignore {
523         margin-right: 20px;
524 }
525 .intro-submit-approve {
526         margin-top: 15px;
527 }
528
529 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
530         float: left;
531         width: 100px;
532         margin-left: 20px;
533 }
534 .intro-approve-as-friend, .intro-approve-as-fan {
535         float: left;
536 }
537 .intro-form-end {
538         clear: both;
539 }
540 .intro-approve-as-friend-desc {
541         margin-top: 15px;
542 }
543 .intro-approve-as-end {
544         clear: both;
545         margin-bottom: 10px;
546 }
547
548 .intro-end {
549         clear: both;
550         margin-bottom: 30px;
551 }
552
553 #profile-extra-links ul {
554         list-style-type: none;
555 }
556
557
558 #profile-extra-links li {
559         margin-top: 5px;
560 }
561
562 #profile-edit-links ul {
563         list-style-type: none;
564 }
565
566 #profile-edit-links li {
567         margin-top: 10px;
568 }
569
570 .view-contact-wrapper {
571         margin-top: 20px;
572         float: left;
573         margin-left: 20px;
574         width: 180px;
575 }
576 #view-contact-end {
577         clear: both;
578 }
579
580
581 #viewcontacts {
582         margin-top: 15px;
583 }
584 #profile-edit-default-desc {
585         color: #FF0000;
586         border: 1px solid #FF8888;
587         background-color: #FFEEEE;
588         padding: 7px;
589 }
590
591 #profile-edit-clone-link-wrapper {
592         float: left;
593         margin-left: 50px;
594         margin-bottom: 20px;
595         width: 300px;
596 }
597
598 #profile-edit-drop-link-wrapper {
599         float: left;
600 }
601
602 #profile-edit-links-end {
603         clear: both;
604 }
605 .profile-listing-photo {
606         border: none;
607 }
608
609 .profile-edit-submit-wrapper {
610         margin-top: 20px;
611         margin-bottom: 20px;
612 }
613
614 #profile-edit-profile-name-label,
615 #profile-edit-name-label,
616 #profile-edit-gender-label,
617 #profile-edit-dob-label,
618 #profile-edit-address-label,
619 #profile-edit-locality-label,
620 #profile-edit-region-label,
621 #profile-edit-postal-code-label,
622 #profile-edit-country-name-label,
623 #profile-edit-marital-label,
624 #profile-edit-sexual-label,
625 #profile-edit-politic-label,
626 #profile-edit-religion-label,
627 #profile-edit-keywords-label,
628 #profile-edit-homepage-label {
629         float: left;
630         width: 175px;
631 }
632
633 #profile-edit-profile-name,
634 #profile-edit-name,
635 #gender-select,
636 #profile-edit-dob,
637 #profile-edit-address,
638 #profile-edit-locality,
639 #profile-edit-region,
640 #profile-edit-postal-code,
641 #profile-edit-country-name,
642 #marital-select,
643 #sexual-select,
644 #profile-edit-politic,
645 #profile-edit-religion,
646 #profile-edit-keywords,
647 #profile-in-dir-yes,
648 #profile-in-dir-no,
649 #profile-in-netdir-yes,
650 #profile-in-netdir-no,
651 #hide-friends-yes,
652 #hide-friends-no,
653 #settings-normal,
654 #settings-soapbox,
655 #settings-community,
656 #settings-freelove {
657         float: left;
658         margin-bottom: 20px;
659 }
660
661 #profile-in-dir-yes-label,
662 #profile-in-dir-no-label,
663 #profile-in-netdir-yes-label,
664 #profile-in-netdir-no-label,
665 #hide-friends-yes-label,
666 #hide-friends-no-label {
667         margin-left: 125px;
668         float: left;
669         width: 50px;
670 }
671
672 #profile-edit-with-label {
673         width: 175px;
674         margin-left: 20px;
675 }
676
677 #profile-edit-keywords-desc {
678         float: left;
679         margin-left: 20px;
680 }
681
682
683 #profile-edit-homepage {
684         float: left;
685         margin-bottom: 35px;
686 }
687 #settings-normal-label,
688 #settings-soapbox-label,
689 #settings-community-label,
690 #settings-freelove-label {
691         float: left;
692         width: 200px;
693 }
694 #settings-normal-desc,
695 #settings-soapbox-desc,
696 #settings-community-desc,
697 #settings-freelove-desc {
698         float: left;
699         margin-left: 75px;
700 }
701
702 #profile-edit-profile-name-end,
703 #profile-edit-name-end,
704 #profile-edit-gender-end,
705 #profile-edit-dob-end,
706 #profile-edit-address-end,
707 #profile-edit-locality-end,
708 #profile-edit-region-end,
709 #profile-edit-postal-code-end,
710 #profile-edit-country-name-end,
711 #profile-edit-marital-end,
712 #profile-edit-sexual-end,
713 #profile-edit-politic-end,
714 #profile-edit-religion-end,
715 #profile-edit-keywords-end,
716 #profile-edit-homepage-end,
717 #profile-in-dir-break,
718 #profile-in-dir-end,
719 #profile-in-netdir-break,
720 #profile-in-netdir-end,
721 #hide-friends-break,
722 #hide-friends-end,
723 #settings-normal-break,
724 #settings-soapbox-break,
725 #settings-community-break,
726 #settings-freelove-break {
727         clear: both;
728 }
729
730
731
732
733
734 #gender-select, #marital-select, #sexual-select {
735         width: 220px;
736 }
737
738 #profile-edit-profile-name-wrapper .required {
739         color: #FF0000;
740         float: left;
741 }
742
743 #contacts-main {
744         margin-top: 20px;
745         margin-bottom: 20px;
746 }
747
748 .contact-entry-wrapper {
749         float: left;
750         width: 180px;
751 }
752
753 .contact-entry-direction-icon {
754         margin-top: 24px;
755         margin-right: 2px;
756 }
757
758 .contact-entry-photo img {
759         border: none;
760 }
761 .contact-entry-photo-end {
762         clear: both;
763 }
764 .contact-entry-name {
765         float: left;
766         margin-left: 30px;
767 }
768 .contact-entry-edit-links {
769         margin-top: 6px;
770         margin-left: 10px;
771         width: 16px;
772 }
773 .contact-entry-nav-wrapper {
774         float: left;
775         margin-left: 10px;
776 }
777
778 .contact-entry-edit-links img {
779         border: none;
780         margin-right: 15px;
781 }
782 .contact-entry-photo {
783         float: left;
784 }
785 .contact-entry-end {
786         clear: both;
787 }
788
789 #contact-edit-end {
790         clear: both;
791 }
792
793 .wall-item-content-wrapper {
794         margin-top: 10px;
795         border: 1px solid #CCC;
796 }
797
798 .wall-item-content-wrapper.comment {
799         margin-left: 50px;
800         background: #CCCCCC;
801 }
802
803 .wall-item-photo-wrapper {
804         margin-top: 10px;
805         margin-left: 10px;
806         margin-bottom: 10px;
807         width: 100px;
808         float: left;
809 }
810 .wall-item-arrowphoto-wrapper {
811         margin-top: 40px;
812         margin-right: 20px;
813         float: left;
814 }
815 .wall-item-wrapper {
816         float: left;
817 }
818 .wall-item-lock {
819         height: 20px;
820         margin-top: 10px;
821 }
822
823 .wall-item-ago {
824         color: #888888;
825         font-size: 0.8em;
826 }
827
828 .wall-item-like-buttons img {
829         cursor: pointer;
830 }
831 .wall-item-delete-wrapper {
832         float: right;
833         margin-top: 20px;
834         margin-right: 50px;
835 }
836
837 .wall-item-delete-end {
838         clear: both;
839 }
840
841 .wall-item-delete-icon {
842         border: none;
843 }
844
845
846 .wall-item-wrapper-end {
847         clear: both;
848 }
849 .wall-item-name-link {
850         font-weight: bold;
851         text-decoration: none;
852         color: #3172BD;
853 }
854 .wall-item-photo {
855         border: none;
856 }
857 .wall-item-content {
858         float: left;
859         width: 450px;
860         margin-left: 10px;
861         margin-bottom: 20px;
862 }
863
864 .wall-item-title {
865         float: left;
866         font-weight: bold;
867         width: 450px;
868 }
869
870 .wall-item-body {
871         float: left;
872         width: 450px;
873         margin-top: 30px;
874 }
875
876 .comment-edit-wrapper {
877         margin-top: 15px;
878         background: #CCCCCC;
879         margin-left: 50px;
880 }
881
882 .comment-wwedit-wrapper {
883         margin-top: 15px;
884         background: #CCCCCC;
885         margin-left: 250px;
886 }
887
888 .comment-edit-photo {
889         margin-top: 10px;
890         margin-left: 10px;
891         margin-bottom: 10px;
892         width: 100px;
893         float: left;
894 }
895 .comment-edit-photo img {
896         width: 25px;
897 }
898 .comment-edit-text-empty, .comment-edit-text-full {
899         float: left;
900         margin-top: 10px;
901 }
902 .comment-edit-text-end {
903         clear: both;
904 }
905
906 .comment-edit-submit {
907         margin: 10px 0px 10px 110px;
908 }
909
910 #profile-jot-submit-wrapper {
911         margin-top: 15px;
912 }
913
914 #profile-jot-submit {
915         float: left;
916 }
917 #profile-upload-wrapper {
918         float: left;
919         margin-left: 50px;
920 }
921
922 #profile-rotator {
923         float: left;
924         margin-left: 50px;
925 }
926 #profile-link-wrapper {
927         float: left;
928         margin-left: 20px;
929 }
930 #profile-youtube-wrapper {
931         float: left;
932         margin-left: 20px;
933 }
934 #profile-location-wrapper {
935         float: left;
936         margin-left: 20px;
937 }
938 #profile-nolocation-wrapper {
939         float: left;
940         margin-left: 20px;
941 }
942
943 #profile-jot-perms {
944         float: left;
945         margin-left: 200px;
946         font-weight: bold;
947         font-size: 1.2em;
948 }
949
950 #profile-jot-perms-end {
951         /*clear: left;*/
952         height: 30px;
953 }
954
955 #profile-jot-end {
956         /*clear: both;*/
957         margin-bottom: 30px;
958 }
959 #about-jot-submit-wrapper {
960         margin-top: 15px;
961 }
962 #about-jot-end {
963         margin-bottom: 30px;
964 }
965 #contacts-main {
966         margin-bottom: 30px;
967 }
968
969 #profile-listing-desc {
970         margin-left: 30px;
971 }
972
973 #profile-listing-new-link-wrapper {
974         margin-left: 30px;
975         margin-bottom: 30px;
976 }
977 .profile-listing-photo-wrapper {
978         float: left;
979 }
980
981 .profile-listing-edit-buttons-wrapper {
982         clear: both;
983 }
984 .profile-listing-photo-edit-link {
985         float: left;
986         width: 125px;
987 }
988 .profile-listing-end {
989         clear: both;
990 }
991 .profile-listing-edit-buttons-wrapper img{
992         border: none;
993         margin-right: 20px;
994 }
995 .profile-listing {
996         margin-top: 25px;
997 }
998 .profile-listing-name {
999         float: left;
1000         margin-left: 32px;
1001         margin-top: 10px;
1002         color: #3172BD;
1003         font-weight: bold;
1004         width: 200px;
1005
1006 }
1007 .fortune {
1008         margin-top: 50px;
1009         color: #4444FF;
1010         font-weight: bold;
1011         margin-bottom: 20px;
1012 }
1013
1014
1015 .directory-end {
1016         clear: both;
1017 }
1018 .directory-name {
1019         text-align: center;
1020 }
1021 .directory-photo {
1022         margin-left: 25px;
1023 }
1024 .directory-details {
1025         font-size: 0.7em;
1026         text-align: center;
1027         margin-left: 5px;
1028         margin-right: 5px;
1029 }
1030 .directory-item {
1031         float: left;
1032         width: 225px;
1033         height: 260px;
1034         overflow: auto;
1035 }
1036
1037 #directory-search-wrapper {
1038         margin-top: 20px;
1039         margin-right: 20px;
1040         margin-bottom: 50px;
1041 }
1042
1043 #directory-search-end {
1044 }
1045
1046 .directory-photo-img {
1047         border: none;
1048 }
1049
1050
1051 .pager {
1052   padding: 10px;
1053   text-align: center;
1054   font-size: 1.0em;
1055 }
1056
1057
1058 .pager_first,
1059 .pager_last,
1060 .pager_prev,
1061 .pager_next,
1062 .pager_n {
1063         border: 1px solid black;
1064         background: #EEE;
1065         padding: 4px;
1066 }
1067
1068 .pager_first a,
1069 .pager_last a,
1070 .pager_prev a,
1071 .pager_next a,
1072 .pager_n a {
1073         text-decoration: none;
1074 }
1075
1076 .pager_current {
1077   border: 1px solid black;
1078   background: #FFCCCC;
1079   padding: 4px;
1080 }
1081
1082
1083 #advanced-profile-name-wrapper,
1084 #advanced-profile-gender-wrapper,
1085 #advanced-profile-dob-wrapper,
1086 #advanced-profile-age-wrapper,
1087 #advanced-profile-marital-wrapper,
1088 #advanced-profile-sexual-wrapper,
1089 #advanced-profile-homepage-wrapper,
1090 #advanced-profile-politic-wrapper,
1091 #advanced-profile-religion-wrapper,
1092 #advanced-profile-about-wrapper,
1093 #advanced-profile-interest-wrapper,
1094 #advanced-profile-contact-wrapper,
1095 #advanced-profile-music-wrapper,
1096 #advanced-profile-book-wrapper,
1097 #advanced-profile-tv-wrapper,
1098 #advanced-profile-film-wrapper,
1099 #advanced-profile-romance-wrapper,
1100 #advanced-profile-work-wrapper,
1101 #advanced-profile-education-wrapper {
1102         margin-top: 20px;
1103 }
1104
1105 #advanced-profile-name-text,
1106 #advanced-profile-gender-text,
1107 #advanced-profile-dob-text,
1108 #advanced-profile-age-text,
1109 #advanced-profile-marital-text,
1110 #advanced-profile-sexual-text,
1111 #advanced-profile-homepage-text,
1112 #advanced-profile-politic-text,
1113 #advanced-profile-religion-text,
1114 #advanced-profile-about-text,
1115 #advanced-profile-interest-text,
1116 #advanced-profile-contact-text,
1117 #advanced-profile-music-text,
1118 #advanced-profile-book-text,
1119 #advanced-profile-tv-text,
1120 #advanced-profile-film-text,
1121 #advanced-profile-romance-text,
1122 #advanced-profile-work-text,
1123 #advanced-profile-education-text {
1124         width: 300px;
1125         float: left;
1126 }
1127
1128 #advanced-profile-name-end,
1129 #advanced-profile-gender-end,
1130 #advanced-profile-dob-end,
1131 #advanced-profile-age-end,
1132 #advanced-profile-marital-end,
1133 #advanced-profile-sexual-end,
1134 #advanced-profile-homepage-end,
1135 #advanced-profile-politic-end,
1136 #advanced-profile-religion-end {
1137         height: 10px;
1138 }
1139
1140 #advanced-profile-about-end,
1141 #advanced-profile-interest-end,
1142 #advanced-profile-contact-end,
1143 #advanced-profile-music-end,
1144 #advanced-profile-book-end,
1145 #advanced-profile-tv-end,
1146 #advanced-profile-film-end,
1147 #advanced-profile-romance-end,
1148 #advanced-profile-work-end,
1149 #advanced-profile-education-end {
1150
1151
1152 }
1153
1154 #advanced-profile-name,
1155 #advanced-profile-gender,
1156 #advanced-profile-dob,
1157 #advanced-profile-age,
1158 #advanced-profile-marital,
1159 #advanced-profile-sexual,
1160 #advanced-profile-homepage,
1161 #advanced-profile-politic,
1162 #advanced-profile-religion {
1163         float: left;
1164
1165 }
1166
1167
1168 #advanced-profile-about,
1169 #advanced-profile-interest,
1170 #advanced-profile-contact,
1171 #advanced-profile-music,
1172 #advanced-profile-book,
1173 #advanced-profile-tv,
1174 #advanced-profile-film,
1175 #advanced-profile-romance,
1176 #advanced-profile-work,
1177 #advanced-profile-education {
1178         margin-top: 10px;
1179         margin-left: 50px;
1180         margin-right: 20px;
1181         padding: 10px;
1182         border: 1px solid #CCCCCC;
1183 }
1184
1185 #advanced-profile-with {
1186         float: left;
1187         margin-left: 15px;
1188 }
1189
1190 #contact-edit-wrapper {
1191         margin-top: 50px;
1192 }
1193
1194 #contact-edit-banner-name {
1195         font-size: 1.4em;
1196         font-weight: bold;
1197         margin-left: 30px;
1198 }
1199
1200 #contact-edit-poll-wrapper {
1201         margin-left: 50px;
1202         margin-top: 30px;
1203 }
1204 #contact-edit-poll-text {
1205         margin-bottom: 10px;
1206 }
1207
1208 #contact-edit-photo-wrapper {
1209         margin-bottom: 20px;
1210 }
1211 #contact-edit-links {
1212         float: left;
1213 }
1214 #contact-edit-links img {
1215         margin-left: 20px;
1216         border: none;
1217 }
1218
1219 #contact-drop-links {
1220         float: left;
1221 }
1222
1223 #contact-drop-links img {
1224         margin-left: 20px;
1225         border: none;
1226 }
1227
1228 #contact-edit-nav-end {
1229         clear: both;
1230 }
1231
1232 #contact-edit-direction-icon {
1233         float: left;
1234         margin-top: 70px;
1235         margin-right: 2px;
1236 }
1237
1238 #contact-edit-photo {
1239         float: left;
1240 }
1241
1242 #contact-edit-photo-end {
1243         clear: both;
1244 }
1245
1246 #contact-edit-photo-wrapper {
1247         float: left;
1248 }
1249
1250 #contact-edit-nav-wrapper {
1251         float: left;
1252 }
1253
1254 #contact-edit-end {
1255         clear: both;
1256 }
1257
1258 #contact-profile-selector {
1259         width: 175px;
1260         margin-left: 175px;
1261 }
1262
1263 #contact-reputation-selector {
1264         margin-left: 175px;
1265 }
1266
1267 #contact-edit-rating-text {
1268         margin-left: 175px;
1269 }
1270
1271 .contact-edit-submit {
1272         margin-top: 20px;
1273         /*margin-left: 50px;*/
1274 }
1275
1276 #block-message, #ignore-message, #profile-edit-insecure {
1277         margin-top: 20px;
1278         color: #FF0000;
1279         font-size: 1.1em;
1280         border: 1px solid #FF8888;
1281         background-color: #FFEEEE;
1282         padding: 10px;
1283 }
1284
1285 #block-message, #ignore-message {
1286         width: 180px;
1287 }
1288
1289 #profile-edit-insecure {
1290         width: 600px;
1291 }
1292
1293 /*
1294 .profile-tabs {
1295         float: left;
1296         padding: 4px;
1297         margin-top: 10px;
1298         margin-bottom: 10px;
1299         margin-right: 5px;
1300         font-size: 0.8em;
1301         font-weight: bold;
1302         background-color: #ECECEC;
1303         border: 1px solid #858585;
1304 }
1305 .profile-tabs:hover {
1306         background-color: #0CBEFE;
1307         color: #F5F6FB;
1308         border: 1px solid #F5F6FB;
1309 }
1310
1311
1312 #profile-tabs-end {
1313         clear: both;
1314 }*/
1315
1316 .comment-edit-text-empty {
1317         color: gray;
1318         height: 30px;
1319         width: 175px;
1320         overflow: auto;
1321         margin-bottom: 10px;
1322 }
1323
1324 .comment-edit-text-full {
1325         color: black;
1326         height: 150px;
1327         width: 350px;
1328         overflow: auto;
1329 }
1330
1331 #group-new-submit-wrapper {
1332         margin-top: 30px;
1333 }
1334
1335 #acl-allow-group-label,
1336 #acl-allow-contact-label,
1337 #acl-deny-group-label,
1338 #acl-deny-contact-label {
1339         display: block;
1340 }
1341
1342 #acl-permit-text,
1343 #acl-deny-text {
1344         margin-top: 10px;
1345 }
1346
1347 #acl-allow-group-label,
1348 #acl-allow-contact-label,
1349 #acl-deny-group-label,
1350 #acl-deny-contact-label {
1351         margin-top: 5px;
1352         margin-bottom: 5px;
1353 }
1354
1355
1356 #group_allow_wrapper,
1357 #group_deny_wrapper {
1358         float: left;
1359         width: 100px;
1360         margin-right: 10px;
1361 }
1362
1363 #contact_allow_wrapper,
1364 #contact_deny_wrapper {
1365         float: left;
1366         width: 150px;
1367         margin-right: 10px;
1368 }
1369
1370 #acl-allow-end,
1371 #acl-deny-end {
1372         clear: both;
1373 }
1374 #acl-permit-outer-wrapper,
1375 #acl-deny-outer-wrapper {
1376         padding: 10px;
1377         margin-top: 10px;
1378         border: 2px solid #BBBBBB;
1379         float: left;
1380 }
1381
1382 #acl-wrapper-end {
1383         clear: both;
1384 }
1385
1386 #group-edit-name-label {
1387         float: left;
1388         width: 175px;
1389         margin-top: 20px;
1390         margin-bottom: 20px;
1391 }
1392
1393 #group-edit-name {
1394         float: left;
1395         width: 225px;
1396         margin-top: 20px;
1397         margin-bottom: 20px;
1398 }
1399
1400 #group-edit-name-wrapper {
1401
1402
1403 }
1404
1405
1406 #group_members_select_label {
1407         display: block;
1408         float: left;
1409         width: 175px;
1410 }
1411
1412 .group_members_select {
1413         float: left;
1414         width: 230px;
1415         overflow: auto;
1416 }
1417
1418 #group_members_select_end {
1419         clear: both;
1420 }
1421 #group-edit-name-end {
1422         clear: both;
1423 }
1424
1425 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1426         margin-bottom: 10px;
1427         margin-top: 20px;
1428 }
1429
1430 #prvmail-submit {
1431         float: left;
1432         margin-top: 10px;
1433         margin-right: 30px;
1434 }
1435 #prvmail-upload-wrapper,
1436 #prvmail-link-wrapper,
1437 #prvmail-rotator-wrapper {
1438         float: left;
1439         margin-top: 10px;
1440         margin-right: 10px;
1441         width: 24px;
1442 }
1443
1444 #prvmail-end {
1445         clear: both;
1446 }
1447
1448 .mail-list-sender,
1449 .mail-list-detail {
1450         float: left;
1451 }
1452 .mail-list-detail {
1453         margin-left: 20px;
1454 }
1455
1456 .mail-list-subject {
1457         font-size: 1.1em;
1458         margin-top: 10px;
1459 }
1460 a.mail-list-link {
1461         display: block;
1462         padding: 4px 5px;
1463 }
1464
1465 /*
1466 *a.mail-list-link:hover {
1467 *       background-color: #15607B;
1468 *       color: #F5F6FB;
1469 *}
1470 */
1471
1472 .mail-list-outside-wrapper-end {
1473         clear: both;
1474 }
1475
1476 .mail-list-outside-wrapper {
1477         margin-top: 30px;
1478 }
1479
1480 .mail-list-delete-wrapper {
1481         float: right;
1482         margin-right: 30px;
1483         margin-top: 15px;
1484 }
1485
1486 .mail-list-delete-icon {
1487         border: none;
1488 }
1489
1490 .mail-conv-sender,
1491 .mail-conv-detail {
1492         float: left;
1493 }
1494 .mail-conv-detail {
1495         margin-left: 20px;
1496         width: 500px;
1497 }
1498
1499 .mail-conv-subject {
1500         font-size: 1.1em;
1501         margin-top: 10px;
1502 }
1503
1504 .mail-conv-outside-wrapper-end {
1505         clear: both;
1506 }
1507
1508 .mail-conv-outside-wrapper {
1509         margin-top: 30px;
1510 }
1511
1512 .mail-conv-delete-wrapper {
1513         float: right;
1514         margin-right: 30px;
1515         margin-top: 15px;
1516 }
1517
1518 .mail-conv-delete-icon {
1519         border: none;
1520 }
1521
1522 .message-links ul {
1523         list-style-type: none;
1524         padding: 0px;
1525 }
1526
1527 .message-links li {
1528         margin-top: 10px;
1529         float: left;
1530 }
1531 .message-links a {
1532         padding: 3px 5px;
1533 }
1534
1535 .message-links ul ul {
1536         clear: both;
1537 }
1538
1539 #sidebar-group-list ul {
1540         list-style-type: none;
1541 }
1542
1543 #sidebar-group-list li {
1544         margin-top: 10px;
1545 }
1546
1547 #side-follow-wrapper {
1548         margin-top: 20px;
1549 }
1550 #side-follow-url {
1551         margin-top: 5px;
1552 }
1553 #side-follow-submit {
1554         margin-top: 15px;
1555 }
1556
1557 .photo-album-image-wrapper {
1558         float: left;
1559         margin-top: 15px;
1560         height: 350px;
1561         width: 350px;
1562 }
1563
1564 #photo-album-end {
1565         clear: both;
1566 }
1567
1568 .photo-top-image-wrapper {
1569         float: left;
1570         margin-top: 15px;
1571         height: 350px;
1572         width: 350px;
1573 }
1574
1575 #photo-top-end {
1576         clear: both;
1577 }
1578
1579 #photo-top-links {
1580         margin-bottom: 30px;
1581         margin-left: 30px;
1582 }
1583
1584 #photos-upload-newalbum-div {
1585         float: left;
1586         width: 175px;
1587 }
1588 #photos-upload-existing-album-text {
1589         float: left;
1590         width: 175px;
1591 }
1592 #photos-upload-newalbum {
1593         float: left;
1594 }
1595 #photos-upload-album-select {
1596         float: left;
1597 }
1598 #photos-upload-new-end, #photos-upload-exist-end {
1599         clear: both;
1600 }
1601 #photos-upload-exist-end {
1602         margin-bottom: 15px;
1603 }
1604 #photos-upload-submit {
1605         margin-top: 15px;
1606 }
1607
1608 #photos_upload_applet_wrapper {
1609         margin-bottom: 15px;
1610 }
1611
1612 #photos-upload-no-java-message {
1613         margin-bottom: 15px;
1614 }
1615
1616 #profile-jot-desc {
1617         /*float: left;*/
1618         width: 480px;
1619         margin-top: 10px;
1620         margin-bottom: 10px;
1621 }
1622 #character-counter {
1623         float: right;
1624         font-size: 120%;
1625 }
1626
1627 #character-counter.grey {
1628         color: #888888;
1629 }
1630
1631 #character-counter.orange {
1632         color: orange;
1633 }
1634 #character-counter.red {
1635         color: red;
1636 }
1637
1638 #profile-jot-banner-end {
1639         /* clear: both; */ 
1640 }
1641
1642 #photos-upload-select-files-text {
1643         margin-top: 15px;
1644         margin-bottom: 15px;
1645 }
1646
1647 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1648         color: #8888FF;
1649         text-decoration: none;
1650         cursor: pointer;
1651 }
1652
1653 #photos-upload-perms-menu:hover {
1654         color: #0000FF;
1655         text-decoration: underline;
1656         cursor: pointer;
1657 }
1658 #settings-default-perms-menu {
1659         margin-top: 15px;
1660         margin-bottom: 15px;
1661 }
1662
1663 #photo-edit-caption-label, #photo-edit-tags-label {
1664         float: left;
1665         width: 150px;
1666 }
1667 #photo-edit-caption, #photo-edit-newtag {
1668         float: left;
1669         margin-bottom: 25px;
1670 }
1671 #photo-edit-link-wrap {
1672         margin-bottom: 15px;
1673 }
1674 #photo-like-div {
1675         margin-bottom: 25px;
1676 }
1677
1678 #photo-edit-caption-end, #photo-edit-tags-end {
1679         clear: both;
1680 }
1681
1682 #photo-edit-delete-button {
1683         margin-left: 200px;
1684 }
1685 #photo-edit-end {
1686         margin-bottom: 35px;
1687 }
1688 #photo-caption {
1689         font-size: 110%;
1690         font-weight: bold;
1691         margin-top: 15px;
1692         margin-bottom: 15px;
1693 }
1694
1695 #in-this-photo-text {
1696         color: #0000FF;
1697         margin-left: 30px;
1698 }
1699
1700 #in-this-photo {
1701         margin-left: 60px;
1702         margin-top: 10px;
1703         margin-bottom: 20px;
1704 }
1705
1706 #photo-album-edit-submit, #photo-album-edit-drop {
1707         margin-top: 15px;
1708         margin-bottom: 15px;
1709 }
1710
1711 #photo-album-edit-drop {
1712         margin-left: 200px;
1713 }
1714
1715 .group-delete-wrapper {
1716         float: right;
1717         margin-right: 50px;
1718 }
1719
1720 #install-dbhost-label,
1721 #install-dbuser-label,
1722 #install-dbpass-label,
1723 #install-dbdata-label,
1724 #install-tz-desc {
1725        float: left;
1726        width: 250px;
1727        margin-top: 10px;
1728        margin-bottom: 10px;
1729
1730 }
1731
1732 #install-dbhost,
1733 #install-dbuser,
1734 #install-dbpass,
1735 #install-dbdata {
1736        float: left;
1737        width: 200px;
1738        margin-left: 20px;
1739 }
1740
1741 #install-dbhost-end,
1742 #install-dbuser-end,
1743 #install-dbpass-end,
1744 #install-dbdata-end,
1745 #install-tz-end {
1746        clear: both;
1747 }
1748
1749 #install-form select#timezone_select {
1750        float: left;
1751        margin-top: 18px;
1752        margin-left: 20px;
1753 }
1754
1755 #dfrn-request-networks {
1756         margin-bottom: 30px;
1757 }
1758
1759 #pause {
1760   position: fixed;
1761   bottom: 5px;
1762   right: 5px;
1763 }
1764
1765 .sparkle {
1766         cursor: url('../default/lock.cur'), pointer;
1767 /*      cursor: pointer !important; */
1768 }
1769
1770 .contact-block-div {
1771         float: left;
1772         width: 52px;
1773         height: 52px;
1774 }
1775 #contact-block-end {
1776         clear: both;
1777 }
1778 .contact-block-link {
1779         float: left;
1780 }
1781
1782 #tag-remove {
1783         margin-bottom: 15px;
1784 }
1785
1786 #tagrm li {
1787         margin-bottom: 10px;
1788 }
1789
1790 #tagrm-submit, #tagrm-cancel {
1791         margin-top: 25px;
1792 }
1793
1794 #tagrm-cancel {
1795         margin-left: 15px;
1796 }
1797
1798 .wall-item-conv {
1799         margin-top: 5px;
1800         margin-bottom: 25px;
1801 }
1802
1803 #search-submit {
1804         margin-left: 15px;
1805 }
1806
1807 #search-box {
1808         margin-bottom: 25px;
1809 }
1810
1811 .location-label, .gender-label, .marital-label, .homepage-label {
1812         float: left;
1813         text-align: right;
1814         display: block;
1815         width: 65px;
1816 }
1817
1818 .adr, .x-gender, .marital-text, .homepage-url {
1819         float: left;
1820         display: block;
1821         margin-left: 8px;
1822 }
1823
1824 .profile-clear {
1825         clear: both;
1826 }
1827
1828
1829 .clear {
1830         clear: both;
1831 }
1832
1833 .cc-license {
1834         margin-top: 50px;
1835         font-size: 70%;
1836 }
1837
1838
1839 #plugin-settings-link, #account-settings-link {
1840         margin-bottom: 25px;
1841 }
1842
1843
1844
1845 /* end from defautlt */
1846         
1847
1848 .fn {
1849         padding: 0px 0px 5px 0px;
1850         font-size: 120%;
1851         font-weight: bold;
1852 }