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