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