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