]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
0c56c423313d32122513f2e870fab8a5300a3588
[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-end {
964         /*clear: both;*/
965         margin-bottom: 30px;
966 }
967 #about-jot-submit-wrapper {
968         margin-top: 15px;
969 }
970 #about-jot-end {
971         margin-bottom: 30px;
972 }
973 #contacts-main {
974         margin-bottom: 30px;
975 }
976
977 #profile-listing-desc {
978         margin-left: 30px;
979 }
980
981 #profile-listing-new-link-wrapper {
982         margin-left: 30px;
983         margin-bottom: 30px;
984 }
985 .profile-listing-photo-wrapper {
986         float: left;
987 }
988
989 .profile-listing-edit-buttons-wrapper {
990         clear: both;
991 }
992 .profile-listing-photo-edit-link {
993         float: left;
994         width: 125px;
995 }
996 .profile-listing-end {
997         clear: both;
998 }
999 .profile-listing-edit-buttons-wrapper img{
1000         border: none;
1001         margin-right: 20px;
1002 }
1003 .profile-listing {
1004         margin-top: 25px;
1005 }
1006 .profile-listing-name {
1007         float: left;
1008         margin-left: 32px;
1009         margin-top: 10px;
1010         color: #3172BD;
1011         font-weight: bold;
1012         width: 200px;
1013
1014 }
1015 .fortune {
1016         margin-top: 50px;
1017         color: #4444FF;
1018         font-weight: bold;
1019         margin-bottom: 20px;
1020 }
1021
1022
1023 .directory-end {
1024         clear: both;
1025 }
1026 .directory-name {
1027         text-align: center;
1028 }
1029 .directory-photo {
1030         margin-left: 25px;
1031 }
1032 .directory-details {
1033         font-size: 0.7em;
1034         text-align: center;
1035         margin-left: 5px;
1036         margin-right: 5px;
1037 }
1038 .directory-item {
1039         float: left;
1040         width: 225px;
1041         height: 260px;
1042         overflow: auto;
1043 }
1044
1045 #directory-search-wrapper {
1046         margin-top: 20px;
1047         margin-right: 20px;
1048         margin-bottom: 50px;
1049 }
1050
1051 #directory-search-end {
1052 }
1053
1054 .directory-photo-img {
1055         border: none;
1056 }
1057
1058
1059 .pager {
1060   padding: 10px;
1061   text-align: center;
1062   font-size: 1.0em;
1063 }
1064
1065
1066 .pager_first,
1067 .pager_last,
1068 .pager_prev,
1069 .pager_next,
1070 .pager_n {
1071         border: 1px solid black;
1072         background: #EEE;
1073         padding: 4px;
1074 }
1075
1076 .pager_first a,
1077 .pager_last a,
1078 .pager_prev a,
1079 .pager_next a,
1080 .pager_n a {
1081         text-decoration: none;
1082 }
1083
1084 .pager_current {
1085   border: 1px solid black;
1086   background: #FFCCCC;
1087   padding: 4px;
1088 }
1089
1090
1091 #advanced-profile-name-wrapper,
1092 #advanced-profile-gender-wrapper,
1093 #advanced-profile-dob-wrapper,
1094 #advanced-profile-age-wrapper,
1095 #advanced-profile-marital-wrapper,
1096 #advanced-profile-sexual-wrapper,
1097 #advanced-profile-homepage-wrapper,
1098 #advanced-profile-politic-wrapper,
1099 #advanced-profile-religion-wrapper,
1100 #advanced-profile-about-wrapper,
1101 #advanced-profile-interest-wrapper,
1102 #advanced-profile-contact-wrapper,
1103 #advanced-profile-music-wrapper,
1104 #advanced-profile-book-wrapper,
1105 #advanced-profile-tv-wrapper,
1106 #advanced-profile-film-wrapper,
1107 #advanced-profile-romance-wrapper,
1108 #advanced-profile-work-wrapper,
1109 #advanced-profile-education-wrapper {
1110         margin-top: 20px;
1111 }
1112
1113 #advanced-profile-name-text,
1114 #advanced-profile-gender-text,
1115 #advanced-profile-dob-text,
1116 #advanced-profile-age-text,
1117 #advanced-profile-marital-text,
1118 #advanced-profile-sexual-text,
1119 #advanced-profile-homepage-text,
1120 #advanced-profile-politic-text,
1121 #advanced-profile-religion-text,
1122 #advanced-profile-about-text,
1123 #advanced-profile-interest-text,
1124 #advanced-profile-contact-text,
1125 #advanced-profile-music-text,
1126 #advanced-profile-book-text,
1127 #advanced-profile-tv-text,
1128 #advanced-profile-film-text,
1129 #advanced-profile-romance-text,
1130 #advanced-profile-work-text,
1131 #advanced-profile-education-text {
1132         width: 300px;
1133         float: left;
1134 }
1135
1136 #advanced-profile-name-end,
1137 #advanced-profile-gender-end,
1138 #advanced-profile-dob-end,
1139 #advanced-profile-age-end,
1140 #advanced-profile-marital-end,
1141 #advanced-profile-sexual-end,
1142 #advanced-profile-homepage-end,
1143 #advanced-profile-politic-end,
1144 #advanced-profile-religion-end {
1145         height: 10px;
1146 }
1147
1148 #advanced-profile-about-end,
1149 #advanced-profile-interest-end,
1150 #advanced-profile-contact-end,
1151 #advanced-profile-music-end,
1152 #advanced-profile-book-end,
1153 #advanced-profile-tv-end,
1154 #advanced-profile-film-end,
1155 #advanced-profile-romance-end,
1156 #advanced-profile-work-end,
1157 #advanced-profile-education-end {
1158
1159
1160 }
1161
1162 #advanced-profile-name,
1163 #advanced-profile-gender,
1164 #advanced-profile-dob,
1165 #advanced-profile-age,
1166 #advanced-profile-marital,
1167 #advanced-profile-sexual,
1168 #advanced-profile-homepage,
1169 #advanced-profile-politic,
1170 #advanced-profile-religion {
1171         float: left;
1172
1173 }
1174
1175
1176 #advanced-profile-about,
1177 #advanced-profile-interest,
1178 #advanced-profile-contact,
1179 #advanced-profile-music,
1180 #advanced-profile-book,
1181 #advanced-profile-tv,
1182 #advanced-profile-film,
1183 #advanced-profile-romance,
1184 #advanced-profile-work,
1185 #advanced-profile-education {
1186         margin-top: 10px;
1187         margin-left: 50px;
1188         margin-right: 20px;
1189         padding: 10px;
1190         border: 1px solid #CCCCCC;
1191 }
1192
1193 #advanced-profile-with {
1194         float: left;
1195         margin-left: 15px;
1196 }
1197
1198 #contact-edit-wrapper {
1199         margin-top: 50px;
1200 }
1201
1202 #contact-edit-banner-name {
1203         font-size: 1.4em;
1204         font-weight: bold;
1205         margin-left: 30px;
1206 }
1207
1208 #contact-edit-poll-wrapper {
1209         margin-left: 50px;
1210         margin-top: 30px;
1211 }
1212 #contact-edit-poll-text {
1213         margin-top: 15px;
1214         margin-bottom: 5px;
1215 }
1216
1217 #contact-edit-update-now {
1218         margin-top: 15px;
1219 }
1220
1221 #contact-edit-photo-wrapper {
1222         margin-bottom: 20px;
1223 }
1224 #contact-edit-links {
1225         float: left;
1226 }
1227 #contact-edit-links img {
1228         margin-left: 20px;
1229         border: none;
1230 }
1231
1232 #contact-drop-links {
1233         float: left;
1234 }
1235
1236 #contact-drop-links img {
1237         margin-left: 20px;
1238         border: none;
1239 }
1240
1241 #contact-edit-nav-end {
1242         clear: both;
1243 }
1244
1245 #contact-edit-direction-icon {
1246         float: left;
1247         margin-top: 70px;
1248         margin-right: 2px;
1249 }
1250
1251 #contact-edit-photo {
1252         float: left;
1253 }
1254
1255 #contact-edit-photo-end {
1256         clear: both;
1257 }
1258
1259 #contact-edit-photo-wrapper {
1260         float: left;
1261 }
1262
1263 #contact-edit-nav-wrapper {
1264         float: left;
1265 }
1266
1267 #contact-edit-end {
1268         clear: both;
1269 }
1270
1271 #contact-profile-selector {
1272         width: 175px;
1273         margin-left: 175px;
1274 }
1275
1276 #contact-reputation-selector {
1277         margin-left: 175px;
1278 }
1279
1280 #contact-edit-rating-text {
1281         margin-left: 175px;
1282 }
1283
1284 .contact-edit-submit {
1285         margin-top: 20px;
1286         /*margin-left: 50px;*/
1287 }
1288
1289 #block-message, #ignore-message, #profile-edit-insecure {
1290         margin-top: 20px;
1291         color: #FF0000;
1292         font-size: 1.1em;
1293         border: 1px solid #FF8888;
1294         background-color: #FFEEEE;
1295         padding: 10px;
1296 }
1297
1298 #block-message, #ignore-message {
1299         width: 180px;
1300 }
1301
1302 #profile-edit-insecure {
1303         width: 600px;
1304 }
1305
1306 /*
1307 .profile-tabs {
1308         float: left;
1309         padding: 4px;
1310         margin-top: 10px;
1311         margin-bottom: 10px;
1312         margin-right: 5px;
1313         font-size: 0.8em;
1314         font-weight: bold;
1315         background-color: #ECECEC;
1316         border: 1px solid #858585;
1317 }
1318 .profile-tabs:hover {
1319         background-color: #0CBEFE;
1320         color: #F5F6FB;
1321         border: 1px solid #F5F6FB;
1322 }
1323
1324
1325 #profile-tabs-end {
1326         clear: both;
1327 }*/
1328
1329 .comment-edit-text-empty {
1330         color: gray;
1331         height: 30px;
1332         width: 175px;
1333         overflow: auto;
1334         margin-bottom: 10px;
1335 }
1336
1337 .comment-edit-text-full {
1338         color: black;
1339         height: 150px;
1340         width: 350px;
1341         overflow: auto;
1342 }
1343
1344 #group-new-submit-wrapper {
1345         margin-top: 30px;
1346 }
1347
1348 #acl-allow-group-label,
1349 #acl-allow-contact-label,
1350 #acl-deny-group-label,
1351 #acl-deny-contact-label {
1352         display: block;
1353 }
1354
1355 #acl-permit-text,
1356 #acl-deny-text {
1357         margin-top: 10px;
1358 }
1359
1360 #acl-allow-group-label,
1361 #acl-allow-contact-label,
1362 #acl-deny-group-label,
1363 #acl-deny-contact-label {
1364         margin-top: 5px;
1365         margin-bottom: 5px;
1366 }
1367
1368
1369 #group_allow_wrapper,
1370 #group_deny_wrapper {
1371         float: left;
1372         width: 100px;
1373         margin-right: 10px;
1374 }
1375
1376 #contact_allow_wrapper,
1377 #contact_deny_wrapper {
1378         float: left;
1379         width: 150px;
1380         margin-right: 10px;
1381 }
1382
1383 #acl-allow-end,
1384 #acl-deny-end {
1385         clear: both;
1386 }
1387 #acl-permit-outer-wrapper,
1388 #acl-deny-outer-wrapper {
1389         padding: 10px;
1390         margin-top: 10px;
1391         border: 2px solid #BBBBBB;
1392         float: left;
1393 }
1394
1395 #acl-wrapper-end {
1396         clear: both;
1397 }
1398
1399 #group-edit-name-label {
1400         float: left;
1401         width: 175px;
1402         margin-top: 20px;
1403         margin-bottom: 20px;
1404 }
1405
1406 #group-edit-name {
1407         float: left;
1408         width: 225px;
1409         margin-top: 20px;
1410         margin-bottom: 20px;
1411 }
1412
1413 #group-edit-name-wrapper {
1414
1415
1416 }
1417
1418
1419 #group_members_select_label {
1420         display: block;
1421         float: left;
1422         width: 175px;
1423 }
1424
1425 .group_members_select {
1426         float: left;
1427         width: 230px;
1428         overflow: auto;
1429 }
1430
1431 #group_members_select_end {
1432         clear: both;
1433 }
1434 #group-edit-name-end {
1435         clear: both;
1436 }
1437
1438 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1439         margin-bottom: 10px;
1440         margin-top: 20px;
1441 }
1442
1443 #prvmail-submit {
1444         float: left;
1445         margin-top: 10px;
1446         margin-right: 30px;
1447 }
1448 #prvmail-upload-wrapper,
1449 #prvmail-link-wrapper,
1450 #prvmail-rotator-wrapper {
1451         float: left;
1452         margin-top: 10px;
1453         margin-right: 10px;
1454         width: 24px;
1455 }
1456
1457 #prvmail-end {
1458         clear: both;
1459 }
1460
1461 .mail-list-sender,
1462 .mail-list-detail {
1463         float: left;
1464 }
1465 .mail-list-detail {
1466         margin-left: 20px;
1467 }
1468
1469 .mail-list-subject {
1470         font-size: 1.1em;
1471         margin-top: 10px;
1472 }
1473 a.mail-list-link {
1474     display: block;
1475     font-size: 1.3em;
1476     padding: 4px 0;
1477 }
1478
1479 /*
1480 *a.mail-list-link:hover {
1481 *       background-color: #15607B;
1482 *       color: #F5F6FB;
1483 *}
1484 */
1485
1486 .mail-list-outside-wrapper-end {
1487         clear: both;
1488 }
1489
1490 .mail-list-outside-wrapper {
1491         margin-top: 30px;
1492 }
1493
1494 .mail-list-delete-wrapper {
1495         float: right;
1496         margin-right: 30px;
1497         margin-top: 15px;
1498 }
1499
1500 .mail-list-delete-icon {
1501         border: none;
1502 }
1503
1504 .mail-conv-sender,
1505 .mail-conv-detail {
1506         float: left;
1507 }
1508 .mail-conv-detail {
1509         margin-left: 20px;
1510         width: 500px;
1511 }
1512
1513 .mail-conv-subject {
1514     font-size: 1.4em;
1515     margin: 10px 0;
1516 }
1517
1518 .mail-conv-outside-wrapper-end {
1519         clear: both;
1520 }
1521
1522 .mail-conv-outside-wrapper {
1523         margin-top: 30px;
1524 }
1525
1526 .mail-conv-delete-wrapper {
1527         float: right;
1528         margin-right: 30px;
1529         margin-top: 15px;
1530 }
1531
1532 .mail-conv-delete-icon {
1533         border: none;
1534 }
1535
1536 .message-links ul {
1537         list-style-type: none;
1538         padding: 0px;
1539 }
1540
1541 .message-links li {
1542         margin-top: 10px;
1543         float: left;
1544 }
1545 .message-links a {
1546         padding: 3px 5px;
1547 }
1548
1549 .message-links ul ul {
1550         clear: both;
1551 }
1552
1553 #sidebar-group-list ul {
1554         list-style-type: none;
1555 }
1556
1557 #sidebar-group-list li {
1558         margin-top: 10px;
1559 }
1560
1561 #side-follow-wrapper {
1562         margin-top: 20px;
1563 }
1564 #side-follow-url {
1565         margin-top: 5px;
1566 }
1567 #side-follow-submit {
1568         margin-top: 15px;
1569 }
1570
1571 .photo-album-image-wrapper {
1572         float: left;
1573         margin-top: 15px;
1574         height: 350px;
1575         width: 350px;
1576 }
1577
1578 #photo-album-end {
1579         clear: both;
1580 }
1581
1582 .photo-top-image-wrapper {
1583         float: left;
1584         margin-top: 15px;
1585         height: 350px;
1586         width: 350px;
1587 }
1588
1589 #photo-top-end {
1590         clear: both;
1591 }
1592
1593 #photo-top-links {
1594         margin-bottom: 30px;
1595         margin-left: 30px;
1596 }
1597
1598 #photos-upload-newalbum-div {
1599         float: left;
1600         width: 175px;
1601 }
1602 #photos-upload-existing-album-text {
1603         float: left;
1604         width: 175px;
1605 }
1606 #photos-upload-newalbum {
1607         float: left;
1608 }
1609 #photos-upload-album-select {
1610         float: left;
1611 }
1612
1613 #photos-upload-spacer {
1614         margin-top: 25px;
1615 }
1616 #photos-upload-new-end, #photos-upload-exist-end {
1617         clear: both;
1618 }
1619 #photos-upload-exist-end {
1620         margin-bottom: 15px;
1621 }
1622 #photos-upload-submit {
1623         margin-top: 15px;
1624 }
1625
1626 #photos_upload_applet_wrapper {
1627         margin-bottom: 15px;
1628 }
1629
1630 #photos-upload-no-java-message {
1631         margin-bottom: 15px;
1632 }
1633
1634 #profile-jot-desc {
1635         /*float: left;*/
1636         width: 480px;
1637         margin-top: 10px;
1638         margin-bottom: 10px;
1639 }
1640 #character-counter {
1641         float: right;
1642         font-size: 120%;
1643 }
1644
1645 #character-counter.grey {
1646         color: #888888;
1647 }
1648
1649 #character-counter.orange {
1650         color: orange;
1651 }
1652 #character-counter.red {
1653         color: red;
1654 }
1655
1656 #profile-jot-banner-end {
1657         /* clear: both; */ 
1658 }
1659
1660 #photos-upload-select-files-text {
1661         margin-top: 15px;
1662         margin-bottom: 15px;
1663 }
1664
1665 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1666         color: #8888FF;
1667         text-decoration: none;
1668         cursor: pointer;
1669 }
1670
1671 #photos-upload-perms-menu:hover {
1672         color: #0000FF;
1673         text-decoration: underline;
1674         cursor: pointer;
1675 }
1676 #settings-default-perms-menu {
1677         margin-top: 15px;
1678         margin-bottom: 15px;
1679 }
1680
1681 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1682         float: left;
1683         width: 150px;
1684 }
1685 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1686         float: left;
1687         margin-bottom: 25px;
1688 }
1689 #photo-edit-link-wrap {
1690         margin-bottom: 15px;
1691 }
1692 #photo-like-div {
1693         margin-bottom: 25px;
1694 }
1695
1696 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1697         clear: both;
1698 }
1699
1700 #photo-edit-delete-button {
1701         margin-left: 200px;
1702 }
1703 #photo-edit-end {
1704         margin-bottom: 35px;
1705 }
1706 #photo-caption {
1707         font-size: 110%;
1708         font-weight: bold;
1709         margin-top: 15px;
1710         margin-bottom: 15px;
1711 }
1712
1713 #in-this-photo-text {
1714         color: #0000FF;
1715         margin-left: 30px;
1716 }
1717
1718 #in-this-photo {
1719         margin-left: 60px;
1720         margin-top: 10px;
1721         margin-bottom: 20px;
1722 }
1723
1724 #photo-album-edit-submit, #photo-album-edit-drop {
1725         margin-top: 15px;
1726         margin-bottom: 15px;
1727 }
1728
1729 #photo-album-edit-drop {
1730         margin-left: 200px;
1731 }
1732
1733 .group-delete-wrapper {
1734         float: right;
1735         margin-right: 50px;
1736 }
1737
1738 #install-dbhost-label,
1739 #install-dbuser-label,
1740 #install-dbpass-label,
1741 #install-dbdata-label,
1742 #install-tz-desc {
1743        float: left;
1744        width: 250px;
1745        margin-top: 10px;
1746        margin-bottom: 10px;
1747
1748 }
1749
1750 #install-dbhost,
1751 #install-dbuser,
1752 #install-dbpass,
1753 #install-dbdata {
1754        float: left;
1755        width: 200px;
1756        margin-left: 20px;
1757 }
1758
1759 #install-dbhost-end,
1760 #install-dbuser-end,
1761 #install-dbpass-end,
1762 #install-dbdata-end,
1763 #install-tz-end {
1764        clear: both;
1765 }
1766
1767 #install-form select#timezone_select {
1768        float: left;
1769        margin-top: 18px;
1770        margin-left: 20px;
1771 }
1772
1773 #dfrn-request-networks {
1774         margin-bottom: 30px;
1775 }
1776
1777 #pause {
1778   position: fixed;
1779   bottom: 5px;
1780   right: 5px;
1781 }
1782
1783 .sparkle {
1784         cursor: url('lock.cur'), pointer;
1785 /*      cursor: pointer !important; */
1786 }
1787
1788 .contact-block-div {
1789         float: left;
1790         width: 52px;
1791         height: 52px;
1792 }
1793 #contact-block-end {
1794         clear: both;
1795 }
1796 .contact-block-link {
1797         float: left;
1798 }
1799
1800 #tag-remove {
1801         margin-bottom: 15px;
1802 }
1803
1804 #tagrm li {
1805         margin-bottom: 10px;
1806 }
1807
1808 #tagrm-submit, #tagrm-cancel {
1809         margin-top: 25px;
1810 }
1811
1812 #tagrm-cancel {
1813         margin-left: 15px;
1814 }
1815
1816 .wall-item-conv {
1817         margin-top: 5px;
1818         margin-bottom: 25px;
1819 }
1820
1821 #search-submit {
1822         margin-left: 15px;
1823 }
1824
1825 #search-box {
1826         margin-bottom: 25px;
1827 }
1828
1829 .location-label, .gender-label, .marital-label, .homepage-label {
1830         float: left;
1831         text-align: right;
1832         display: block;
1833         width: 65px;
1834 }
1835
1836 .adr, .x-gender, .marital-text, .homepage-url {
1837         float: left;
1838         display: block;
1839         margin-left: 8px;
1840 }
1841
1842 .profile-clear {
1843         clear: both;
1844 }
1845
1846
1847 .clear {
1848         clear: both;
1849 }
1850
1851 .cc-license {
1852         margin-top: 50px;
1853         font-size: 70%;
1854 }
1855
1856
1857 #plugin-settings-link, #account-settings-link {
1858         margin-bottom: 25px;
1859 }
1860
1861 /* end from defautlt */
1862         
1863
1864 .fn {
1865         padding: 0px 0px 5px 0px;
1866         font-size: 120%;
1867         font-weight: bold;
1868 }
1869
1870 .vcard .title {
1871         margin-bottom: 5px;
1872 }
1873
1874
1875 #birthday-title {
1876         float: left;
1877         font-weight: bold;      
1878 }
1879
1880 #birthday-adjust {
1881         float: left;
1882         font-size: 75%;
1883         margin-left: 10px;
1884 }
1885
1886 #birthday-title-end {
1887         clear: both;
1888 }
1889
1890 .birthday-list {
1891         margin-left: 15px;
1892 }
1893
1894 #birthday-wrapper {
1895         margin-bottom: 20px;
1896 }
1897
1898 #network-new-link {
1899         margin-top: 15px;
1900         margin-bottom: 15px;
1901 }
1902
1903
1904 .tool-wrapper {
1905   float: left;
1906   margin-left: 20px;
1907 }
1908
1909 .tool-link {
1910   cursor: pointer;
1911 }