]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
76a37e7c43e17de7beb81fd52511a3dcc3ce41f1
[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: 80px;
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-photo-wrapper {
1213         margin-bottom: 20px;
1214 }
1215 #contact-edit-links {
1216         float: left;
1217 }
1218 #contact-edit-links img {
1219         margin-left: 20px;
1220         border: none;
1221 }
1222
1223 #contact-drop-links {
1224         float: left;
1225 }
1226
1227 #contact-drop-links img {
1228         margin-left: 20px;
1229         border: none;
1230 }
1231
1232 #contact-edit-nav-end {
1233         clear: both;
1234 }
1235
1236 #contact-edit-direction-icon {
1237         float: left;
1238         margin-top: 70px;
1239         margin-right: 2px;
1240 }
1241
1242 #contact-edit-photo {
1243         float: left;
1244 }
1245
1246 #contact-edit-photo-end {
1247         clear: both;
1248 }
1249
1250 #contact-edit-photo-wrapper {
1251         float: left;
1252 }
1253
1254 #contact-edit-nav-wrapper {
1255         float: left;
1256 }
1257
1258 #contact-edit-end {
1259         clear: both;
1260 }
1261
1262 #contact-profile-selector {
1263         width: 175px;
1264         margin-left: 175px;
1265 }
1266
1267 #contact-reputation-selector {
1268         margin-left: 175px;
1269 }
1270
1271 #contact-edit-rating-text {
1272         margin-left: 175px;
1273 }
1274
1275 .contact-edit-submit {
1276         margin-top: 20px;
1277         /*margin-left: 50px;*/
1278 }
1279
1280 #block-message, #ignore-message, #profile-edit-insecure {
1281         margin-top: 20px;
1282         color: #FF0000;
1283         font-size: 1.1em;
1284         border: 1px solid #FF8888;
1285         background-color: #FFEEEE;
1286         padding: 10px;
1287 }
1288
1289 #block-message, #ignore-message {
1290         width: 180px;
1291 }
1292
1293 #profile-edit-insecure {
1294         width: 600px;
1295 }
1296
1297 /*
1298 .profile-tabs {
1299         float: left;
1300         padding: 4px;
1301         margin-top: 10px;
1302         margin-bottom: 10px;
1303         margin-right: 5px;
1304         font-size: 0.8em;
1305         font-weight: bold;
1306         background-color: #ECECEC;
1307         border: 1px solid #858585;
1308 }
1309 .profile-tabs:hover {
1310         background-color: #0CBEFE;
1311         color: #F5F6FB;
1312         border: 1px solid #F5F6FB;
1313 }
1314
1315
1316 #profile-tabs-end {
1317         clear: both;
1318 }*/
1319
1320 .comment-edit-text-empty {
1321         color: gray;
1322         height: 30px;
1323         width: 175px;
1324         overflow: auto;
1325         margin-bottom: 10px;
1326 }
1327
1328 .comment-edit-text-full {
1329         color: black;
1330         height: 150px;
1331         width: 350px;
1332         overflow: auto;
1333 }
1334
1335 #group-new-submit-wrapper {
1336         margin-top: 30px;
1337 }
1338
1339 #acl-allow-group-label,
1340 #acl-allow-contact-label,
1341 #acl-deny-group-label,
1342 #acl-deny-contact-label {
1343         display: block;
1344 }
1345
1346 #acl-permit-text,
1347 #acl-deny-text {
1348         margin-top: 10px;
1349 }
1350
1351 #acl-allow-group-label,
1352 #acl-allow-contact-label,
1353 #acl-deny-group-label,
1354 #acl-deny-contact-label {
1355         margin-top: 5px;
1356         margin-bottom: 5px;
1357 }
1358
1359
1360 #group_allow_wrapper,
1361 #group_deny_wrapper {
1362         float: left;
1363         width: 100px;
1364         margin-right: 10px;
1365 }
1366
1367 #contact_allow_wrapper,
1368 #contact_deny_wrapper {
1369         float: left;
1370         width: 150px;
1371         margin-right: 10px;
1372 }
1373
1374 #acl-allow-end,
1375 #acl-deny-end {
1376         clear: both;
1377 }
1378 #acl-permit-outer-wrapper,
1379 #acl-deny-outer-wrapper {
1380         padding: 10px;
1381         margin-top: 10px;
1382         border: 2px solid #BBBBBB;
1383         float: left;
1384 }
1385
1386 #acl-wrapper-end {
1387         clear: both;
1388 }
1389
1390 #group-edit-name-label {
1391         float: left;
1392         width: 175px;
1393         margin-top: 20px;
1394         margin-bottom: 20px;
1395 }
1396
1397 #group-edit-name {
1398         float: left;
1399         width: 225px;
1400         margin-top: 20px;
1401         margin-bottom: 20px;
1402 }
1403
1404 #group-edit-name-wrapper {
1405
1406
1407 }
1408
1409
1410 #group_members_select_label {
1411         display: block;
1412         float: left;
1413         width: 175px;
1414 }
1415
1416 .group_members_select {
1417         float: left;
1418         width: 230px;
1419         overflow: auto;
1420 }
1421
1422 #group_members_select_end {
1423         clear: both;
1424 }
1425 #group-edit-name-end {
1426         clear: both;
1427 }
1428
1429 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1430         margin-bottom: 10px;
1431         margin-top: 20px;
1432 }
1433
1434 #prvmail-submit {
1435         float: left;
1436         margin-top: 10px;
1437         margin-right: 30px;
1438 }
1439 #prvmail-upload-wrapper,
1440 #prvmail-link-wrapper,
1441 #prvmail-rotator-wrapper {
1442         float: left;
1443         margin-top: 10px;
1444         margin-right: 10px;
1445         width: 24px;
1446 }
1447
1448 #prvmail-end {
1449         clear: both;
1450 }
1451
1452 .mail-list-sender,
1453 .mail-list-detail {
1454         float: left;
1455 }
1456 .mail-list-detail {
1457         margin-left: 20px;
1458 }
1459
1460 .mail-list-subject {
1461         font-size: 1.1em;
1462         margin-top: 10px;
1463 }
1464 a.mail-list-link {
1465     display: block;
1466     font-size: 1.3em;
1467     padding: 4px 0;
1468 }
1469
1470 /*
1471 *a.mail-list-link:hover {
1472 *       background-color: #15607B;
1473 *       color: #F5F6FB;
1474 *}
1475 */
1476
1477 .mail-list-outside-wrapper-end {
1478         clear: both;
1479 }
1480
1481 .mail-list-outside-wrapper {
1482         margin-top: 30px;
1483 }
1484
1485 .mail-list-delete-wrapper {
1486         float: right;
1487         margin-right: 30px;
1488         margin-top: 15px;
1489 }
1490
1491 .mail-list-delete-icon {
1492         border: none;
1493 }
1494
1495 .mail-conv-sender,
1496 .mail-conv-detail {
1497         float: left;
1498 }
1499 .mail-conv-detail {
1500         margin-left: 20px;
1501         width: 500px;
1502 }
1503
1504 .mail-conv-subject {
1505     font-size: 1.4em;
1506     margin: 10px 0;
1507 }
1508
1509 .mail-conv-outside-wrapper-end {
1510         clear: both;
1511 }
1512
1513 .mail-conv-outside-wrapper {
1514         margin-top: 30px;
1515 }
1516
1517 .mail-conv-delete-wrapper {
1518         float: right;
1519         margin-right: 30px;
1520         margin-top: 15px;
1521 }
1522
1523 .mail-conv-delete-icon {
1524         border: none;
1525 }
1526
1527 .message-links ul {
1528         list-style-type: none;
1529         padding: 0px;
1530 }
1531
1532 .message-links li {
1533         margin-top: 10px;
1534         float: left;
1535 }
1536 .message-links a {
1537         padding: 3px 5px;
1538 }
1539
1540 .message-links ul ul {
1541         clear: both;
1542 }
1543
1544 #sidebar-group-list ul {
1545         list-style-type: none;
1546 }
1547
1548 #sidebar-group-list li {
1549         margin-top: 10px;
1550 }
1551
1552 #side-follow-wrapper {
1553         margin-top: 20px;
1554 }
1555 #side-follow-url {
1556         margin-top: 5px;
1557 }
1558 #side-follow-submit {
1559         margin-top: 15px;
1560 }
1561
1562 .photo-album-image-wrapper {
1563         float: left;
1564         margin-top: 15px;
1565         height: 350px;
1566         width: 350px;
1567 }
1568
1569 #photo-album-end {
1570         clear: both;
1571 }
1572
1573 .photo-top-image-wrapper {
1574         float: left;
1575         margin-top: 15px;
1576         height: 350px;
1577         width: 350px;
1578 }
1579
1580 #photo-top-end {
1581         clear: both;
1582 }
1583
1584 #photo-top-links {
1585         margin-bottom: 30px;
1586         margin-left: 30px;
1587 }
1588
1589 #photos-upload-newalbum-div {
1590         float: left;
1591         width: 175px;
1592 }
1593 #photos-upload-existing-album-text {
1594         float: left;
1595         width: 175px;
1596 }
1597 #photos-upload-newalbum {
1598         float: left;
1599 }
1600 #photos-upload-album-select {
1601         float: left;
1602 }
1603 #photos-upload-new-end, #photos-upload-exist-end {
1604         clear: both;
1605 }
1606 #photos-upload-exist-end {
1607         margin-bottom: 15px;
1608 }
1609 #photos-upload-submit {
1610         margin-top: 15px;
1611 }
1612
1613 #photos_upload_applet_wrapper {
1614         margin-bottom: 15px;
1615 }
1616
1617 #photos-upload-no-java-message {
1618         margin-bottom: 15px;
1619 }
1620
1621 #profile-jot-desc {
1622         /*float: left;*/
1623         width: 480px;
1624         margin-top: 10px;
1625         margin-bottom: 10px;
1626 }
1627 #character-counter {
1628         float: right;
1629         font-size: 120%;
1630 }
1631
1632 #character-counter.grey {
1633         color: #888888;
1634 }
1635
1636 #character-counter.orange {
1637         color: orange;
1638 }
1639 #character-counter.red {
1640         color: red;
1641 }
1642
1643 #profile-jot-banner-end {
1644         /* clear: both; */ 
1645 }
1646
1647 #photos-upload-select-files-text {
1648         margin-top: 15px;
1649         margin-bottom: 15px;
1650 }
1651
1652 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1653         color: #8888FF;
1654         text-decoration: none;
1655         cursor: pointer;
1656 }
1657
1658 #photos-upload-perms-menu:hover {
1659         color: #0000FF;
1660         text-decoration: underline;
1661         cursor: pointer;
1662 }
1663 #settings-default-perms-menu {
1664         margin-top: 15px;
1665         margin-bottom: 15px;
1666 }
1667
1668 #photo-edit-caption-label, #photo-edit-tags-label {
1669         float: left;
1670         width: 150px;
1671 }
1672 #photo-edit-caption, #photo-edit-newtag {
1673         float: left;
1674         margin-bottom: 25px;
1675 }
1676 #photo-edit-link-wrap {
1677         margin-bottom: 15px;
1678 }
1679 #photo-like-div {
1680         margin-bottom: 25px;
1681 }
1682
1683 #photo-edit-caption-end, #photo-edit-tags-end {
1684         clear: both;
1685 }
1686
1687 #photo-edit-delete-button {
1688         margin-left: 200px;
1689 }
1690 #photo-edit-end {
1691         margin-bottom: 35px;
1692 }
1693 #photo-caption {
1694         font-size: 110%;
1695         font-weight: bold;
1696         margin-top: 15px;
1697         margin-bottom: 15px;
1698 }
1699
1700 #in-this-photo-text {
1701         color: #0000FF;
1702         margin-left: 30px;
1703 }
1704
1705 #in-this-photo {
1706         margin-left: 60px;
1707         margin-top: 10px;
1708         margin-bottom: 20px;
1709 }
1710
1711 #photo-album-edit-submit, #photo-album-edit-drop {
1712         margin-top: 15px;
1713         margin-bottom: 15px;
1714 }
1715
1716 #photo-album-edit-drop {
1717         margin-left: 200px;
1718 }
1719
1720 .group-delete-wrapper {
1721         float: right;
1722         margin-right: 50px;
1723 }
1724
1725 #install-dbhost-label,
1726 #install-dbuser-label,
1727 #install-dbpass-label,
1728 #install-dbdata-label,
1729 #install-tz-desc {
1730        float: left;
1731        width: 250px;
1732        margin-top: 10px;
1733        margin-bottom: 10px;
1734
1735 }
1736
1737 #install-dbhost,
1738 #install-dbuser,
1739 #install-dbpass,
1740 #install-dbdata {
1741        float: left;
1742        width: 200px;
1743        margin-left: 20px;
1744 }
1745
1746 #install-dbhost-end,
1747 #install-dbuser-end,
1748 #install-dbpass-end,
1749 #install-dbdata-end,
1750 #install-tz-end {
1751        clear: both;
1752 }
1753
1754 #install-form select#timezone_select {
1755        float: left;
1756        margin-top: 18px;
1757        margin-left: 20px;
1758 }
1759
1760 #dfrn-request-networks {
1761         margin-bottom: 30px;
1762 }
1763
1764 #pause {
1765   position: fixed;
1766   bottom: 5px;
1767   right: 5px;
1768 }
1769
1770 .sparkle {
1771         cursor: url('../default/lock.cur'), pointer;
1772 /*      cursor: pointer !important; */
1773 }
1774
1775 .contact-block-div {
1776         float: left;
1777         width: 52px;
1778         height: 52px;
1779 }
1780 #contact-block-end {
1781         clear: both;
1782 }
1783 .contact-block-link {
1784         float: left;
1785 }
1786
1787 #tag-remove {
1788         margin-bottom: 15px;
1789 }
1790
1791 #tagrm li {
1792         margin-bottom: 10px;
1793 }
1794
1795 #tagrm-submit, #tagrm-cancel {
1796         margin-top: 25px;
1797 }
1798
1799 #tagrm-cancel {
1800         margin-left: 15px;
1801 }
1802
1803 .wall-item-conv {
1804         margin-top: 5px;
1805         margin-bottom: 25px;
1806 }
1807
1808 #search-submit {
1809         margin-left: 15px;
1810 }
1811
1812 #search-box {
1813         margin-bottom: 25px;
1814 }
1815
1816 .location-label, .gender-label, .marital-label, .homepage-label {
1817         float: left;
1818         text-align: right;
1819         display: block;
1820         width: 65px;
1821 }
1822
1823 .adr, .x-gender, .marital-text, .homepage-url {
1824         float: left;
1825         display: block;
1826         margin-left: 8px;
1827 }
1828
1829 .profile-clear {
1830         clear: both;
1831 }
1832
1833
1834 .clear {
1835         clear: both;
1836 }
1837
1838 .cc-license {
1839         margin-top: 50px;
1840         font-size: 70%;
1841 }
1842
1843
1844 #plugin-settings-link, #account-settings-link {
1845         margin-bottom: 25px;
1846 }
1847
1848
1849
1850 /* end from defautlt */
1851         
1852
1853 .fn {
1854         padding: 0px 0px 5px 0px;
1855         font-size: 120%;
1856         font-weight: bold;
1857 }
1858
1859 .vcard .title {
1860         margin-bottom: 5px;
1861 }
1862
1863
1864 #birthday-title {
1865         float: left;
1866         font-weight: bold;      
1867 }
1868
1869 #birthday-adjust {
1870         float: left;
1871         font-size: 75%;
1872         margin-left: 10px;
1873 }
1874
1875 #birthday-title-end {
1876         clear: both;
1877 }
1878
1879 .birthday-list {
1880         margin-left: 15px;
1881 }
1882
1883 #birthday-wrapper {
1884         margin-bottom: 20px;
1885 }
1886
1887 #network-new-link {
1888         margin-top: 15px;
1889         margin-bottom: 15px;
1890 }
1891
1892
1893 .tool-wrapper {
1894   float: left;
1895   margin-left: 5px;
1896 }
1897 .tool-link {
1898   cursor: pointer;
1899 }