]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
b0273254e628ad3b00f0333a259a9175cb313e2d
[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
609 #profile-edit-profile-name-label,
610 #profile-edit-name-label,
611 #profile-edit-pdesc-label,
612 #profile-edit-gender-label,
613 #profile-edit-dob-label,
614 #profile-edit-address-label,
615 #profile-edit-locality-label,
616 #profile-edit-region-label,
617 #profile-edit-postal-code-label,
618 #profile-edit-country-name-label,
619 #profile-edit-marital-label,
620 #profile-edit-sexual-label,
621 #profile-edit-politic-label,
622 #profile-edit-religion-label,
623 #profile-edit-keywords-label,
624 #profile-edit-homepage-label {
625         float: left;
626         width: 175px;
627 }
628
629 #profile-edit-profile-name,
630 #profile-edit-name,
631 #profile-edit-pdesc,
632 #gender-select,
633 #profile-edit-dob,
634 #profile-edit-address,
635 #profile-edit-locality,
636 #profile-edit-region,
637 #profile-edit-postal-code,
638 #profile-edit-country-name,
639 #marital-select,
640 #sexual-select,
641 #profile-edit-politic,
642 #profile-edit-religion,
643 #profile-edit-keywords,
644 #profile-in-dir-yes,
645 #profile-in-dir-no,
646 #profile-in-netdir-yes,
647 #profile-in-netdir-no,
648 #hide-friends-yes,
649 #hide-friends-no,
650 #settings-normal,
651 #settings-soapbox,
652 #settings-community,
653 #settings-freelove {
654         float: left;
655         margin-bottom: 20px;
656 }
657
658 #profile-in-dir-yes-label,
659 #profile-in-dir-no-label,
660 #profile-in-netdir-yes-label,
661 #profile-in-netdir-no-label,
662 #hide-friends-yes-label,
663 #hide-friends-no-label {
664         margin-left: 125px;
665         float: left;
666         width: 50px;
667 }
668
669 #profile-edit-with-label {
670         width: 175px;
671         margin-left: 20px;
672 }
673
674 #profile-edit-pdesc-desc,
675 #profile-edit-keywords-desc {
676         float: left;
677         margin-left: 20px;
678 }
679
680
681 #profile-edit-homepage {
682         float: left;
683         margin-bottom: 35px;
684 }
685 #settings-normal-label,
686 #settings-soapbox-label,
687 #settings-community-label,
688 #settings-freelove-label {
689         float: left;
690         width: 200px;
691 }
692 #settings-normal-desc,
693 #settings-soapbox-desc,
694 #settings-community-desc,
695 #settings-freelove-desc {
696         float: left;
697         margin-left: 75px;
698 }
699
700 #profile-edit-profile-name-end,
701 #profile-edit-name-end,
702 #profile-edit-pdesc-end,
703 #profile-edit-gender-end,
704 #profile-edit-dob-end,
705 #profile-edit-address-end,
706 #profile-edit-locality-end,
707 #profile-edit-region-end,
708 #profile-edit-postal-code-end,
709 #profile-edit-country-name-end,
710 #profile-edit-marital-end,
711 #profile-edit-sexual-end,
712 #profile-edit-politic-end,
713 #profile-edit-religion-end,
714 #profile-edit-keywords-end,
715 #profile-edit-homepage-end,
716 #profile-in-dir-break,
717 #profile-in-dir-end,
718 #profile-in-netdir-break,
719 #profile-in-netdir-end,
720 #hide-friends-break,
721 #hide-friends-end,
722 #settings-normal-break,
723 #settings-soapbox-break,
724 #settings-community-break,
725 #settings-freelove-break {
726         clear: both;
727 }
728
729
730
731
732
733 #gender-select, #marital-select, #sexual-select {
734         width: 220px;
735 }
736
737 #profile-edit-profile-name-wrapper .required {
738         color: #FF0000;
739         float: left;
740 }
741
742 #contacts-main {
743         margin-top: 20px;
744         margin-bottom: 20px;
745 }
746
747 .contact-entry-wrapper {
748         float: left;
749         width: 180px;
750 }
751
752 .contact-entry-direction-icon {
753         margin-top: 24px;
754         margin-right: 2px;
755 }
756
757 .contact-entry-photo img {
758         border: none;
759 }
760 .contact-entry-photo-end {
761         clear: both;
762 }
763 .contact-entry-name {
764         float: left;
765         margin-left: 30px;
766 }
767 .contact-entry-edit-links {
768         margin-top: 6px;
769         margin-left: 10px;
770         width: 16px;
771 }
772 .contact-entry-nav-wrapper {
773         float: left;
774         margin-left: 10px;
775 }
776
777 .contact-entry-edit-links img {
778         border: none;
779         margin-right: 15px;
780 }
781 .contact-entry-photo {
782         float: left;
783 }
784 .contact-entry-end {
785         clear: both;
786 }
787
788 #contact-edit-end {
789         clear: both;
790 }
791
792 .wall-item-content-wrapper {
793         margin-top: 10px;
794         border: 1px solid #CCC;
795 }
796
797 .wall-item-content-wrapper.comment {
798         margin-left: 50px;
799         background: #EEEEEE;
800 }
801
802 .wall-item-photo-wrapper {
803         margin-top: 10px;
804         margin-left: 10px;
805         margin-bottom: 10px;
806         width: 100px;
807         float: left;
808 }
809 .wall-item-arrowphoto-wrapper {
810         margin-top: 40px;
811         margin-right: 20px;
812         float: left;
813 }
814 .wall-item-wrapper {
815         float: left;
816     margin-right: 5px;
817     width: 150px;
818 }
819 .wall-item-lock {
820         height: 20px;
821         margin-top: 10px;
822 }
823
824 .wall-item-ago {
825         color: #888888;
826         font-size: 0.8em;
827 }
828
829 .wall-item-like-buttons img {
830         cursor: pointer;
831 }
832 .wall-item-delete-wrapper {
833         float: right;
834         margin-top: 5px;
835         margin-right: 5px;
836 }
837
838 .wall-item-delete-end {
839         clear: both;
840 }
841
842 .wall-item-delete-icon {
843         border: none;
844 }
845
846
847 .wall-item-wrapper-end {
848         clear: both;
849 }
850 .wall-item-name-link {
851         font-weight: bold;
852         text-decoration: none;
853         color: #3172BD;
854 }
855 .wall-item-photo {
856         border: none;
857 }
858 .wall-item-content {
859         float: left;
860         /*width: 450px;*/
861         margin-left: 10px;
862         margin-bottom: 20px;
863         padding: 20px;
864         max-height: 400px;
865         overflow: auto;
866 }
867
868 .wall-item-title {
869         float: left;
870         font-weight: bold;
871         width: 450px;
872 }
873
874 .wall-item-body {
875         float: left;
876         width: 450px;
877         margin-top: 30px;
878 }
879
880 .comment-edit-wrapper {
881         margin-top: 15px;
882         background: #f3f3f3;
883         margin-left: 50px;
884 }
885
886 .comment-wwedit-wrapper {
887         margin-top: 15px;
888         background: #CCCCCC;
889         margin-left: 250px;
890 }
891
892 .comment-edit-photo {
893         margin-top: 10px;
894         margin-left: 10px;
895         margin-bottom: 10px;
896         width: 100px;
897         float: left;
898 }
899 .comment-edit-photo img {
900         width: 25px;
901 }
902 .comment-edit-text-empty, .comment-edit-text-full {
903         float: left;
904         margin-top: 10px;
905 }
906 .comment-edit-text-end {
907         clear: both;
908 }
909
910 .comment-edit-submit {
911         margin: 10px 0px 10px 110px;
912 }
913
914 #profile-jot-plugin-wrapper,
915 #profile-jot-submit-wrapper {
916         margin-top: 15px;
917 }
918
919 #profile-jot-submit {
920         float: left;
921 }
922 #profile-upload-wrapper {
923         float: left;
924         margin-left: 50px;
925 }
926
927 #profile-rotator {
928         float: left;
929         margin-left: 50px;
930 }
931 #profile-link-wrapper {
932         float: left;
933         margin-left: 20px;
934 }
935 #profile-youtube-wrapper {
936         float: left;
937         margin-left: 20px;
938 }
939 #profile-location-wrapper {
940         float: left;
941         margin-left: 20px;
942 }
943 #profile-nolocation-wrapper {
944         float: left;
945         margin-left: 20px;
946 }
947
948 #profile-jot-perms {
949         float: left;
950         margin-left: 200px;
951         font-weight: bold;
952         font-size: 1.2em;
953 }
954
955 #profile-jot-perms-end {
956         /*clear: left;*/
957         height: 30px;
958 }
959
960 #profile-jot-plugin-end{
961   clear: both;
962 }
963 .profile-jot-net {
964         float: left;
965         margin-right: 10px;
966         margin-top: 5px;
967         margin-bottom: 5px;
968 }
969
970 #profile-jot-networks-end {
971         clear: both;
972 }
973
974 #profile-jot-end {
975         /*clear: both;*/
976         margin-bottom: 30px;
977 }
978 #about-jot-submit-wrapper {
979         margin-top: 15px;
980 }
981 #about-jot-end {
982         margin-bottom: 30px;
983 }
984 #contacts-main {
985         margin-bottom: 30px;
986 }
987
988 #profile-listing-desc {
989         margin-left: 30px;
990 }
991
992 #profile-listing-new-link-wrapper {
993         margin-left: 30px;
994         margin-bottom: 30px;
995 }
996 .profile-listing-photo-wrapper {
997         float: left;
998 }
999
1000 .profile-listing-edit-buttons-wrapper {
1001         clear: both;
1002 }
1003 .profile-listing-photo-edit-link {
1004         float: left;
1005         width: 125px;
1006 }
1007 .profile-listing-end {
1008         clear: both;
1009 }
1010 .profile-listing-edit-buttons-wrapper img{
1011         border: none;
1012         margin-right: 20px;
1013 }
1014 .profile-listing {
1015         margin-top: 25px;
1016 }
1017 .profile-listing-name {
1018         float: left;
1019         margin-left: 32px;
1020         margin-top: 10px;
1021         color: #3172BD;
1022         font-weight: bold;
1023         width: 200px;
1024
1025 }
1026 .fortune {
1027         margin-top: 50px;
1028         color: #4444FF;
1029         font-weight: bold;
1030         margin-bottom: 20px;
1031 }
1032
1033
1034 .directory-end {
1035         clear: both;
1036 }
1037 .directory-name {
1038         text-align: center;
1039 }
1040 .directory-photo {
1041         margin-left: 25px;
1042 }
1043 .directory-details {
1044         font-size: 0.7em;
1045         text-align: center;
1046         margin-left: 5px;
1047         margin-right: 5px;
1048 }
1049 .directory-item {
1050         float: left;
1051         width: 225px;
1052         height: 260px;
1053         overflow: auto;
1054 }
1055
1056 #directory-search-wrapper {
1057         margin-top: 20px;
1058         margin-right: 20px;
1059         margin-bottom: 50px;
1060 }
1061
1062 #directory-search-end {
1063 }
1064
1065 .directory-photo-img {
1066         border: none;
1067 }
1068
1069
1070 .pager {
1071   padding: 10px;
1072   text-align: center;
1073   font-size: 1.0em;
1074 }
1075
1076
1077 .pager_first,
1078 .pager_last,
1079 .pager_prev,
1080 .pager_next,
1081 .pager_n {
1082         border: 1px solid black;
1083         background: #EEE;
1084         padding: 4px;
1085 }
1086
1087 .pager_first a,
1088 .pager_last a,
1089 .pager_prev a,
1090 .pager_next a,
1091 .pager_n a {
1092         text-decoration: none;
1093 }
1094
1095 .pager_current {
1096   border: 1px solid black;
1097   background: #FFCCCC;
1098   padding: 4px;
1099 }
1100
1101
1102 #advanced-profile-name-wrapper,
1103 #advanced-profile-gender-wrapper,
1104 #advanced-profile-dob-wrapper,
1105 #advanced-profile-age-wrapper,
1106 #advanced-profile-marital-wrapper,
1107 #advanced-profile-sexual-wrapper,
1108 #advanced-profile-homepage-wrapper,
1109 #advanced-profile-politic-wrapper,
1110 #advanced-profile-religion-wrapper,
1111 #advanced-profile-about-wrapper,
1112 #advanced-profile-interest-wrapper,
1113 #advanced-profile-contact-wrapper,
1114 #advanced-profile-music-wrapper,
1115 #advanced-profile-book-wrapper,
1116 #advanced-profile-tv-wrapper,
1117 #advanced-profile-film-wrapper,
1118 #advanced-profile-romance-wrapper,
1119 #advanced-profile-work-wrapper,
1120 #advanced-profile-education-wrapper {
1121         margin-top: 20px;
1122 }
1123
1124 #advanced-profile-name-text,
1125 #advanced-profile-gender-text,
1126 #advanced-profile-dob-text,
1127 #advanced-profile-age-text,
1128 #advanced-profile-marital-text,
1129 #advanced-profile-sexual-text,
1130 #advanced-profile-homepage-text,
1131 #advanced-profile-politic-text,
1132 #advanced-profile-religion-text,
1133 #advanced-profile-about-text,
1134 #advanced-profile-interest-text,
1135 #advanced-profile-contact-text,
1136 #advanced-profile-music-text,
1137 #advanced-profile-book-text,
1138 #advanced-profile-tv-text,
1139 #advanced-profile-film-text,
1140 #advanced-profile-romance-text,
1141 #advanced-profile-work-text,
1142 #advanced-profile-education-text {
1143         width: 300px;
1144         float: left;
1145 }
1146
1147 #advanced-profile-name-end,
1148 #advanced-profile-gender-end,
1149 #advanced-profile-dob-end,
1150 #advanced-profile-age-end,
1151 #advanced-profile-marital-end,
1152 #advanced-profile-sexual-end,
1153 #advanced-profile-homepage-end,
1154 #advanced-profile-politic-end,
1155 #advanced-profile-religion-end {
1156         height: 10px;
1157 }
1158
1159 #advanced-profile-about-end,
1160 #advanced-profile-interest-end,
1161 #advanced-profile-contact-end,
1162 #advanced-profile-music-end,
1163 #advanced-profile-book-end,
1164 #advanced-profile-tv-end,
1165 #advanced-profile-film-end,
1166 #advanced-profile-romance-end,
1167 #advanced-profile-work-end,
1168 #advanced-profile-education-end {
1169
1170
1171 }
1172
1173 #advanced-profile-name,
1174 #advanced-profile-gender,
1175 #advanced-profile-dob,
1176 #advanced-profile-age,
1177 #advanced-profile-marital,
1178 #advanced-profile-sexual,
1179 #advanced-profile-homepage,
1180 #advanced-profile-politic,
1181 #advanced-profile-religion {
1182         float: left;
1183
1184 }
1185
1186
1187 #advanced-profile-about,
1188 #advanced-profile-interest,
1189 #advanced-profile-contact,
1190 #advanced-profile-music,
1191 #advanced-profile-book,
1192 #advanced-profile-tv,
1193 #advanced-profile-film,
1194 #advanced-profile-romance,
1195 #advanced-profile-work,
1196 #advanced-profile-education {
1197         margin-top: 10px;
1198         margin-left: 50px;
1199         margin-right: 20px;
1200         padding: 10px;
1201         border: 1px solid #CCCCCC;
1202 }
1203
1204 #advanced-profile-with {
1205         float: left;
1206         margin-left: 15px;
1207 }
1208
1209 #contact-edit-wrapper {
1210         margin-top: 50px;
1211 }
1212
1213 #contact-edit-banner-name {
1214         font-size: 1.4em;
1215         font-weight: bold;
1216         margin-left: 30px;
1217 }
1218
1219 #contact-edit-poll-wrapper {
1220         margin-left: 50px;
1221         margin-top: 30px;
1222 }
1223 #contact-edit-poll-text {
1224         margin-top: 15px;
1225         margin-bottom: 5px;
1226 }
1227
1228 #contact-edit-update-now {
1229         margin-top: 15px;
1230 }
1231
1232 #contact-edit-photo-wrapper {
1233         margin-bottom: 20px;
1234 }
1235 #contact-edit-links {
1236         float: left;
1237 }
1238 #contact-edit-links img {
1239         margin-left: 20px;
1240         border: none;
1241 }
1242
1243 #contact-drop-links {
1244         float: left;
1245 }
1246
1247 #contact-drop-links img {
1248         margin-left: 20px;
1249         border: none;
1250 }
1251
1252 #contact-edit-nav-end {
1253         clear: both;
1254 }
1255
1256 #contact-edit-direction-icon {
1257         float: left;
1258         margin-top: 70px;
1259         margin-right: 2px;
1260 }
1261
1262 #contact-edit-photo {
1263         float: left;
1264 }
1265
1266 #contact-edit-photo-end {
1267         clear: both;
1268 }
1269
1270 #contact-edit-photo-wrapper {
1271         float: left;
1272 }
1273
1274 #contact-edit-nav-wrapper {
1275         float: left;
1276 }
1277
1278 #contact-edit-end {
1279         clear: both;
1280 }
1281
1282 #contact-profile-selector {
1283         width: 175px;
1284         margin-left: 175px;
1285 }
1286
1287 #contact-reputation-selector {
1288         margin-left: 175px;
1289 }
1290
1291 #contact-edit-rating-text {
1292         margin-left: 175px;
1293 }
1294
1295 .contact-edit-submit {
1296         margin-top: 20px;
1297         /*margin-left: 50px;*/
1298 }
1299
1300 #block-message, #ignore-message, #profile-edit-insecure {
1301         margin-top: 20px;
1302         color: #FF0000;
1303         font-size: 1.1em;
1304         border: 1px solid #FF8888;
1305         background-color: #FFEEEE;
1306         padding: 10px;
1307 }
1308
1309 #block-message, #ignore-message {
1310         width: 180px;
1311 }
1312
1313 #profile-edit-insecure {
1314         width: 600px;
1315 }
1316
1317 /*
1318 .profile-tabs {
1319         float: left;
1320         padding: 4px;
1321         margin-top: 10px;
1322         margin-bottom: 10px;
1323         margin-right: 5px;
1324         font-size: 0.8em;
1325         font-weight: bold;
1326         background-color: #ECECEC;
1327         border: 1px solid #858585;
1328 }
1329 .profile-tabs:hover {
1330         background-color: #0CBEFE;
1331         color: #F5F6FB;
1332         border: 1px solid #F5F6FB;
1333 }
1334
1335
1336 #profile-tabs-end {
1337         clear: both;
1338 }*/
1339
1340 .comment-edit-text-empty {
1341         color: gray;
1342         height: 30px;
1343         width: 175px;
1344         overflow: auto;
1345         margin-bottom: 10px;
1346 }
1347
1348 .comment-edit-text-full {
1349         color: black;
1350         height: 150px;
1351         width: 350px;
1352         overflow: auto;
1353 }
1354
1355 #group-new-submit-wrapper {
1356         margin-top: 30px;
1357 }
1358
1359 #acl-allow-group-label,
1360 #acl-allow-contact-label,
1361 #acl-deny-group-label,
1362 #acl-deny-contact-label {
1363         display: block;
1364 }
1365
1366 #acl-permit-text,
1367 #acl-deny-text {
1368         margin-top: 10px;
1369 }
1370
1371 #acl-allow-group-label,
1372 #acl-allow-contact-label,
1373 #acl-deny-group-label,
1374 #acl-deny-contact-label {
1375         margin-top: 5px;
1376         margin-bottom: 5px;
1377 }
1378
1379
1380 #group_allow_wrapper,
1381 #group_deny_wrapper {
1382         float: left;
1383         width: 100px;
1384         margin-right: 10px;
1385 }
1386
1387 #contact_allow_wrapper,
1388 #contact_deny_wrapper {
1389         float: left;
1390         width: 150px;
1391         margin-right: 10px;
1392 }
1393
1394 #acl-allow-end,
1395 #acl-deny-end {
1396         clear: both;
1397 }
1398 #acl-permit-outer-wrapper,
1399 #acl-deny-outer-wrapper {
1400         padding: 10px;
1401         margin-top: 10px;
1402         border: 2px solid #BBBBBB;
1403         float: left;
1404 }
1405
1406 #acl-wrapper-end {
1407         clear: both;
1408 }
1409
1410 #group-edit-name-label {
1411         float: left;
1412         width: 175px;
1413         margin-top: 20px;
1414         margin-bottom: 20px;
1415 }
1416
1417 #group-edit-name {
1418         float: left;
1419         width: 225px;
1420         margin-top: 20px;
1421         margin-bottom: 20px;
1422 }
1423
1424 #group-edit-name-wrapper {
1425
1426
1427 }
1428
1429
1430 #group_members_select_label {
1431         display: block;
1432         float: left;
1433         width: 175px;
1434 }
1435
1436 .group_members_select {
1437         float: left;
1438         width: 230px;
1439         overflow: auto;
1440 }
1441
1442 #group_members_select_end {
1443         clear: both;
1444 }
1445 #group-edit-name-end {
1446         clear: both;
1447 }
1448
1449 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1450         margin-bottom: 10px;
1451         margin-top: 20px;
1452 }
1453
1454 #prvmail-submit {
1455         float: left;
1456         margin-top: 10px;
1457         margin-right: 30px;
1458 }
1459 #prvmail-upload-wrapper,
1460 #prvmail-link-wrapper,
1461 #prvmail-rotator-wrapper {
1462         float: left;
1463         margin-top: 10px;
1464         margin-right: 10px;
1465         width: 24px;
1466 }
1467
1468 #prvmail-end {
1469         clear: both;
1470 }
1471
1472 .mail-list-sender,
1473 .mail-list-detail {
1474         float: left;
1475 }
1476 .mail-list-detail {
1477         margin-left: 20px;
1478 }
1479
1480 .mail-list-subject {
1481         font-size: 1.1em;
1482         margin-top: 10px;
1483 }
1484 a.mail-list-link {
1485     display: block;
1486     font-size: 1.3em;
1487     padding: 4px 0;
1488 }
1489
1490 /*
1491 *a.mail-list-link:hover {
1492 *       background-color: #15607B;
1493 *       color: #F5F6FB;
1494 *}
1495 */
1496
1497 .mail-list-outside-wrapper-end {
1498         clear: both;
1499 }
1500
1501 .mail-list-outside-wrapper {
1502         margin-top: 30px;
1503 }
1504
1505 .mail-list-delete-wrapper {
1506         float: right;
1507         margin-right: 30px;
1508         margin-top: 15px;
1509 }
1510
1511 .mail-list-delete-icon {
1512         border: none;
1513 }
1514
1515 .mail-conv-sender,
1516 .mail-conv-detail {
1517         float: left;
1518 }
1519 .mail-conv-detail {
1520         margin-left: 20px;
1521         width: 500px;
1522 }
1523
1524 .mail-conv-subject {
1525     font-size: 1.4em;
1526     margin: 10px 0;
1527 }
1528
1529 .mail-conv-outside-wrapper-end {
1530         clear: both;
1531 }
1532
1533 .mail-conv-outside-wrapper {
1534         margin-top: 30px;
1535 }
1536
1537 .mail-conv-delete-wrapper {
1538         float: right;
1539         margin-right: 30px;
1540         margin-top: 15px;
1541 }
1542
1543 .mail-conv-delete-icon {
1544         border: none;
1545 }
1546
1547 .message-links ul {
1548         list-style-type: none;
1549         padding: 0px;
1550 }
1551
1552 .message-links li {
1553         margin-top: 10px;
1554         float: left;
1555 }
1556 .message-links a {
1557         padding: 3px 5px;
1558 }
1559
1560 .message-links ul ul {
1561         clear: both;
1562 }
1563
1564 #sidebar-group-list ul {
1565         list-style-type: none;
1566 }
1567
1568 #sidebar-group-list li {
1569         margin-top: 10px;
1570 }
1571
1572 #side-follow-wrapper {
1573         margin-top: 20px;
1574 }
1575 #side-follow-url {
1576         margin-top: 5px;
1577 }
1578 #side-follow-submit {
1579         margin-top: 15px;
1580 }
1581
1582 .photo-album-image-wrapper {
1583         float: left;
1584         margin-top: 15px;
1585         height: 350px;
1586         width: 350px;
1587 }
1588
1589 #photo-album-end {
1590         clear: both;
1591 }
1592
1593 .photo-top-image-wrapper {
1594         float: left;
1595         margin-top: 15px;
1596         height: 350px;
1597         width: 350px;
1598 }
1599
1600 #photo-top-end {
1601         clear: both;
1602 }
1603
1604 #photo-top-links {
1605         margin-bottom: 30px;
1606         margin-left: 30px;
1607 }
1608
1609 #photos-upload-newalbum-div {
1610         float: left;
1611         width: 175px;
1612 }
1613 #photos-upload-existing-album-text {
1614         float: left;
1615         width: 175px;
1616 }
1617 #photos-upload-newalbum {
1618         float: left;
1619 }
1620 #photos-upload-album-select {
1621         float: left;
1622 }
1623
1624 #photos-upload-spacer {
1625         margin-top: 25px;
1626 }
1627 #photos-upload-new-end, #photos-upload-exist-end {
1628         clear: both;
1629 }
1630 #photos-upload-exist-end {
1631         margin-bottom: 15px;
1632 }
1633 #photos-upload-submit {
1634         margin-top: 15px;
1635 }
1636
1637 #photos_upload_applet_wrapper {
1638         margin-bottom: 15px;
1639 }
1640
1641 #photos-upload-no-java-message {
1642         margin-bottom: 15px;
1643 }
1644
1645 #profile-jot-desc {
1646         /*float: left;*/
1647         width: 480px;
1648         margin-top: 10px;
1649         margin-bottom: 10px;
1650 }
1651 #character-counter {
1652         float: right;
1653         font-size: 120%;
1654 }
1655
1656 #character-counter.grey {
1657         color: #888888;
1658 }
1659
1660 #character-counter.orange {
1661         color: orange;
1662 }
1663 #character-counter.red {
1664         color: red;
1665 }
1666
1667 #profile-jot-banner-end {
1668         /* clear: both; */ 
1669 }
1670
1671 #photos-upload-select-files-text {
1672         margin-top: 15px;
1673         margin-bottom: 15px;
1674 }
1675
1676 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1677         color: #8888FF;
1678         text-decoration: none;
1679         cursor: pointer;
1680 }
1681
1682 #photos-upload-perms-menu:hover {
1683         color: #0000FF;
1684         text-decoration: underline;
1685         cursor: pointer;
1686 }
1687 #settings-default-perms-menu {
1688         margin-top: 15px;
1689         margin-bottom: 15px;
1690 }
1691
1692 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1693         float: left;
1694         width: 150px;
1695 }
1696 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1697         float: left;
1698         margin-bottom: 25px;
1699 }
1700 #photo-edit-link-wrap {
1701         margin-bottom: 15px;
1702 }
1703 #photo-like-div {
1704         margin-bottom: 25px;
1705 }
1706
1707 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1708         clear: both;
1709 }
1710
1711 #photo-edit-delete-button {
1712         margin-left: 200px;
1713 }
1714 #photo-edit-end {
1715         margin-bottom: 35px;
1716 }
1717 #photo-caption {
1718         font-size: 110%;
1719         font-weight: bold;
1720         margin-top: 15px;
1721         margin-bottom: 15px;
1722 }
1723
1724 #in-this-photo-text {
1725         color: #0000FF;
1726         margin-left: 30px;
1727 }
1728
1729 #in-this-photo {
1730         margin-left: 60px;
1731         margin-top: 10px;
1732         margin-bottom: 20px;
1733 }
1734
1735 #photo-album-edit-submit, #photo-album-edit-drop {
1736         margin-top: 15px;
1737         margin-bottom: 15px;
1738 }
1739
1740 #photo-album-edit-drop {
1741         margin-left: 200px;
1742 }
1743
1744 .group-delete-wrapper {
1745         float: right;
1746         margin-right: 50px;
1747 }
1748
1749 #install-dbhost-label,
1750 #install-dbuser-label,
1751 #install-dbpass-label,
1752 #install-dbdata-label,
1753 #install-tz-desc {
1754        float: left;
1755        width: 250px;
1756        margin-top: 10px;
1757        margin-bottom: 10px;
1758
1759 }
1760
1761 #install-dbhost,
1762 #install-dbuser,
1763 #install-dbpass,
1764 #install-dbdata {
1765        float: left;
1766        width: 200px;
1767        margin-left: 20px;
1768 }
1769
1770 #install-dbhost-end,
1771 #install-dbuser-end,
1772 #install-dbpass-end,
1773 #install-dbdata-end,
1774 #install-tz-end {
1775        clear: both;
1776 }
1777
1778 #install-form select#timezone_select {
1779        float: left;
1780        margin-top: 18px;
1781        margin-left: 20px;
1782 }
1783
1784 #dfrn-request-networks {
1785         margin-bottom: 30px;
1786 }
1787
1788 #pause {
1789   position: fixed;
1790   bottom: 5px;
1791   right: 5px;
1792 }
1793
1794 .sparkle {
1795         cursor: url('lock.cur'), pointer;
1796 /*      cursor: pointer !important; */
1797 }
1798
1799 .contact-block-div {
1800         float: left;
1801         width: 52px;
1802         height: 52px;
1803 }
1804 #contact-block-end {
1805         clear: both;
1806 }
1807 .contact-block-link {
1808         float: left;
1809 }
1810 .contact-block-img {
1811         width:48px;
1812         height:48px;
1813 }
1814
1815 #tag-remove {
1816         margin-bottom: 15px;
1817 }
1818
1819 #tagrm li {
1820         margin-bottom: 10px;
1821 }
1822
1823 #tagrm-submit, #tagrm-cancel {
1824         margin-top: 25px;
1825 }
1826
1827 #tagrm-cancel {
1828         margin-left: 15px;
1829 }
1830
1831 .wall-item-conv {
1832         margin-top: 5px;
1833         margin-bottom: 25px;
1834 }
1835
1836 #search-submit {
1837         margin-left: 15px;
1838 }
1839
1840 #search-box {
1841         margin-bottom: 25px;
1842 }
1843
1844 .location-label, .gender-label, .marital-label, .homepage-label {
1845         float: left;
1846         text-align: right;
1847         display: block;
1848         width: 65px;
1849 }
1850
1851 .adr, .x-gender, .marital-text, .homepage-url {
1852         float: left;
1853         display: block;
1854         margin-left: 8px;
1855 }
1856
1857 .profile-clear {
1858         clear: both;
1859 }
1860
1861
1862 .clear {
1863         clear: both;
1864 }
1865
1866 .cc-license {
1867         margin-top: 50px;
1868         font-size: 70%;
1869 }
1870
1871
1872 #plugin-settings-link, #account-settings-link {
1873         margin-bottom: 25px;
1874 }
1875
1876 /* end from defautlt */
1877         
1878
1879 .fn {
1880         padding: 0px 0px 5px 0px;
1881         font-size: 120%;
1882         font-weight: bold;
1883 }
1884
1885 .vcard .title {
1886         margin-bottom: 5px;
1887 }
1888
1889
1890 #birthday-title {
1891         float: left;
1892         font-weight: bold;      
1893 }
1894
1895 #birthday-adjust {
1896         float: left;
1897         font-size: 75%;
1898         margin-left: 10px;
1899 }
1900
1901 #birthday-title-end {
1902         clear: both;
1903 }
1904
1905 .birthday-list {
1906         margin-left: 15px;
1907 }
1908
1909 #birthday-wrapper {
1910         margin-bottom: 20px;
1911 }
1912
1913 #network-new-link {
1914         margin-top: 15px;
1915         margin-bottom: 15px;
1916 }
1917
1918
1919 .tool-wrapper {
1920   float: left;
1921   margin-left: 20px;
1922 }
1923
1924 .tool-link {
1925   cursor: pointer;
1926 }