]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
bfe524b0197da323174d0b99362b1c6154024863
[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: 14px;
95         position: absolute;
96 }
97 nav #banner #logo-text a {
98         font-size: 40px;
99         font-weight: bold;
100         margin-left: 3px;
101         color: #000000;
102
103 }
104 nav #banner #logo-text a:hover { text-decoration: none; }
105
106
107 .nav-commlink, .nav-login-link {
108     display: block;
109     height: 15px;
110         margin-top: 67px;
111         margin-right: 2px;
112         padding: 6px 10px;
113         float: left;
114         bottom: 140px;
115         border: 1px solid #babdb6;
116         border-bottom: 0px;
117         background-color: #aec0d3;
118         color: #565854;         
119         -moz-border-radius: 3px 3px 0px 0px;
120         border-radius: 3px 3px 0px 0px; 
121 }
122 nav .nav-link {
123         float: right;
124         margin: 0.2em 0em;
125         padding: 0em 0.5em;
126         background-color: transparent !important;
127 }
128
129
130 .nav-selected {
131         background-color: #ffffff;
132         border-bottom: 1px solid #ffffff;
133         color: #000000 !important;
134         margin-top: 64px;
135         padding-top: 6px;
136         padding-bottom: 8px;
137 }
138 .nav-ajax-left {
139         font-size: 0.8em;
140         float: left;
141         margin-top: 62px;       
142 }
143
144
145 nav #nav-link-wrapper .nav-link {
146         border-right: 1px solid #babdb6;
147 }
148
149 /* aside */
150 aside {
151         display: block;
152         min-height: 112px;
153         width: 200px;
154         margin-left: 10%;
155         padding: 1em;
156         float: left;
157         background-image: url(border.jpg);
158         background-position: top left;
159         background-repeat: no-repeat;
160         position: absolute;
161 }
162
163
164 /* section */
165 section {
166         margin: 0px 10%;
167         padding-top: 1em;
168         padding-left: 250px;
169         padding-right: 1em;
170         display: block;
171         background-color: #ffffff;
172         background-image: url(border.jpg);
173         background-position: top right;
174         background-repeat: no-repeat;
175         min-height: 112px;
176         
177 }
178
179 #profile-tabs-wrapper {
180         height: 27px;
181         background-image: url(head.jpg);
182         background-repeat: repeat-x;    
183         background-position: 0px -20px;
184         border-bottom: 1px solid #babdb6;
185 }
186 .profile-tabs {
187         display:block;
188         float:left;
189         padding: 0.4em;
190         margin-right: 1em;
191 }
192
193 /* footer */
194 footer {
195     display: none;
196
197 }
198
199
200 div.wall-item-content-wrapper.shiny {
201   background-image: url('shiny.png');
202   background-position: -5px 30px;
203   background-repeat:no-repeat;
204 }
205
206 /* from defautlt */
207 #jot-perms-icon, 
208 #profile-location,
209 #profile-nolocation, 
210 #profile-video, 
211 #profile-link, 
212 #wall-image-upload,
213 #profile-upload-wrapper,
214 #wall-image-upload-div,
215 .hover, .focus {
216         cursor: pointer;
217 }
218
219 .fakelink, .fakelink:visited {
220         color: #3465a4;
221         text-decoration: none;
222         cursor: pointer;
223         margin-top: 15px;
224         margin-bottom: 15px;
225 }
226 .lockview {
227         cursor: pointer;
228 }
229
230 .fakelink:hover {
231         color: #3465a4;
232         text-decoration: underline;
233         cursor: pointer;
234 }
235 .smalltext {
236         font-size: 0.7em;
237 }
238 #sysmsg {
239         /*width: 600px;*/
240         margin-bottom: 10px;
241 }
242
243 #register-fill-ext {
244         margin-bottom: 25px;
245 }
246
247 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
248         float: left;
249         width: 350px;
250         margin-top: 10px;
251 }
252
253 #register-name, #register-email, #register-nickname {
254         float: left;
255         margin-top: 10px;
256         width: 150px;
257 }
258
259 #register-openid {
260         float: left;
261         margin-top: 10px;
262         width: 130px;
263 }
264
265 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
266         clear: both;
267 }
268
269 #register-nickname-desc {
270         margin-top: 30px;
271         width: 650px;
272 }
273 #register-sitename {
274         float: left;
275         margin-top: 10px;
276 }
277
278 #register-submit-button {
279         margin-top: 10px;
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(friendika-16.png) 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-publish-yes-reg,
682 #profile-publish-no-reg {
683         float: left;
684         margin-bottom: 10px;
685 }
686
687 #profile-publish-yes-label-reg,
688 #profile-publish-no-label-reg {
689         margin-left: 350px;
690         float: left;
691         width: 50px;
692 }
693
694 #profile-publish-break-reg,
695 #profile-publish-end-reg {
696         clear: both;
697 }
698
699
700 #profile-edit-pdesc-desc,
701 #profile-edit-keywords-desc {
702         float: left;
703         margin-left: 20px;
704 }
705
706
707 #profile-edit-homepage {
708         float: left;
709         margin-bottom: 35px;
710 }
711 #settings-normal-label,
712 #settings-soapbox-label,
713 #settings-community-label,
714 #settings-freelove-label {
715         float: left;
716         width: 200px;
717 }
718 #settings-normal-desc,
719 #settings-soapbox-desc,
720 #settings-community-desc,
721 #settings-freelove-desc {
722         /*float: left;
723         margin-left: 75px;*/
724     clear: left;
725     color: #666666;
726     display: block;
727     margin-bottom: 20px 
728 }
729
730 #profile-edit-profile-name-end,
731 #profile-edit-name-end,
732 #profile-edit-pdesc-end,
733 #profile-edit-gender-end,
734 #profile-edit-dob-end,
735 #profile-edit-address-end,
736 #profile-edit-locality-end,
737 #profile-edit-region-end,
738 #profile-edit-postal-code-end,
739 #profile-edit-country-name-end,
740 #profile-edit-marital-end,
741 #profile-edit-sexual-end,
742 #profile-edit-politic-end,
743 #profile-edit-religion-end,
744 #profile-edit-keywords-end,
745 #profile-edit-homepage-end,
746 #profile-in-dir-break,
747 #profile-in-dir-end,
748 #profile-in-netdir-break,
749 #profile-in-netdir-end,
750 #hide-friends-break,
751 #hide-friends-end,
752 #settings-normal-break,
753 #settings-soapbox-break,
754 #settings-community-break,
755 #settings-freelove-break {
756         clear: both;
757 }
758
759
760
761
762
763 #gender-select, #marital-select, #sexual-select {
764         width: 220px;
765 }
766
767 #profile-edit-profile-name-wrapper .required {
768         color: #FF0000;
769         float: left;
770 }
771
772 #contacts-main {
773         margin-top: 20px;
774         margin-bottom: 20px;
775 }
776
777 .contact-entry-wrapper {
778         float: left;
779         width: 180px;
780 }
781
782 .contact-entry-direction-icon {
783         margin-top: 24px;
784         margin-right: 2px;
785 }
786
787 .contact-entry-photo img {
788         border: none;
789 }
790 .contact-entry-photo-end {
791         clear: both;
792 }
793 .contact-entry-name {
794         float: left;
795         margin-left: 30px;
796 }
797 .contact-entry-edit-links {
798         margin-top: 6px;
799         margin-left: 10px;
800         width: 16px;
801 }
802 .contact-entry-nav-wrapper {
803         float: left;
804         margin-left: 10px;
805 }
806
807 .contact-entry-edit-links img {
808         border: none;
809         margin-right: 15px;
810 }
811 .contact-entry-photo {
812         float: left;
813 }
814 .contact-entry-end {
815         clear: both;
816 }
817
818 #contact-edit-end {
819         clear: both;
820 }
821
822 .wall-item-content-wrapper {
823         margin-top: 10px;
824         border: 1px solid #CCC;
825         position: relative;
826 }
827
828 .wall-item-content-wrapper.comment {
829         margin-left: 50px;
830         background: #EEEEEE;
831 }
832
833 .wall-item-info {
834         display: block;
835         float: left;
836         width:150px;
837 }
838 .wallwall .wall-item-info {
839         width: 300px;
840 }
841
842
843 .wall-item-photo-wrapper {
844         margin-top: 10px;
845         margin-left: 10px;
846         margin-bottom: 10px;
847         width: 100px;
848 }
849 .wallwall .wall-item-photo-wrapper {
850         float: left;
851 }
852
853 .wallwall .wall-item-photo-end {
854         clear: both;
855 }
856
857 .wall-item-arrowphoto-wrapper {
858         margin-top: 40px;
859         margin-right: 20px;
860         float: left;
861 }
862 .wall-item-wrapper {
863         /*float: left;
864     margin-right: 5px;
865     width: 250px;*/
866     margin-left:10px;
867 }
868 .wall-item-lock {
869         /*height: 20px;*/
870         /*margin-top: 10px;*/
871     left: 135px;
872     position: absolute;
873     top: 1px;   
874 }
875
876 .wall-item-ago {
877         color: #888888;
878         font-size: 0.8em;
879 }
880
881 .wall-item-like-buttons img {
882         cursor: pointer;
883 }
884
885 .wall-item-links-wrapper {
886         float: left;
887 }
888
889 .wall-item-delete-wrapper {
890         float: right;
891 }
892
893 .wall-item-delete-end {
894         clear: both;
895 }
896
897 .wall-item-delete-icon {
898         border: none;
899 }
900
901
902 .wall-item-wrapper-end {
903         clear: both;
904 }
905 .wall-item-name-link {
906         font-weight: bold;
907         text-decoration: none;
908         color: #3172BD;
909 }
910 .wall-item-photo {
911         border: none;
912 }
913 .comment .wall-item-photo {
914         width: 50px; height: 50px;
915 }
916 .wall-item-content {
917         /*float: left;*/
918         /*width: 450px;*/
919         margin-left: 10px;
920         /*margin-bottom: 20px;*/
921         /*padding: 20px;*/
922         max-height: 400px;
923         overflow: auto;
924 }
925
926 .wall-item-title {
927         float: left;
928         font-weight: bold;
929         /*width: 450px;*/
930 }
931
932 .wall-item-title-end {
933         clear: both;
934 }
935
936 .wall-item-body {
937         float: left;
938         /*width: 450px;*/
939         margin-top: 10px;
940 }
941
942 .wall-item-tools {
943         clear: both;
944         background-image: url("head.jpg");
945     background-position: 0 -20px;
946     background-repeat: repeat-x;
947         padding: 5px 10px 0px;
948 }
949 .comment .wall-item-tools {
950         background:none;
951
952
953 .comment-edit-wrapper {
954         margin-top: 15px;
955         background: #f3f3f3;
956         margin-left: 50px;
957 }
958
959 .comment-wwedit-wrapper {
960         margin-top: 15px;
961         background: #f3f3f3;
962         margin-left: 50px;
963 }
964
965 .comment-edit-photo {
966         margin-top: 10px;
967         margin-left: 10px;
968         margin-bottom: 10px;
969         width: 100px;
970         float: left;
971 }
972 .comment-edit-photo img {
973         width: 25px;
974 }
975 .comment-edit-text-empty, .comment-edit-text-full {
976         float: left;
977         margin-top: 10px;
978 }
979 .comment-edit-text-end {
980         clear: both;
981 }
982
983 .comment-edit-submit {
984         margin: 10px 0px 10px 110px;
985 }
986
987 #profile-jot-plugin-wrapper,
988 #profile-jot-submit-wrapper {
989         margin-top: 15px;
990 }
991
992 #profile-jot-submit {
993         float: left;
994 }
995 #profile-upload-wrapper {
996         float: left;
997         margin-left: 50px;
998 }
999
1000 #profile-rotator {
1001         float: left;
1002         margin-left: 50px;
1003 }
1004 #profile-link-wrapper {
1005         float: left;
1006         margin-left: 20px;
1007 }
1008 #profile-youtube-wrapper {
1009         float: left;
1010         margin-left: 20px;
1011 }
1012 #profile-location-wrapper {
1013         float: left;
1014         margin-left: 20px;
1015 }
1016 #profile-nolocation-wrapper {
1017         float: left;
1018         margin-left: 20px;
1019 }
1020
1021 #profile-jot-perms {
1022         float: left;
1023         margin-left: 200px;
1024         font-weight: bold;
1025         font-size: 1.2em;
1026 }
1027
1028 #profile-jot-perms-end {
1029         /*clear: left;*/
1030         height: 30px;
1031 }
1032
1033 #profile-jot-plugin-end{
1034   clear: both;
1035 }
1036 .profile-jot-net {
1037         float: left;
1038         margin-right: 10px;
1039         margin-top: 5px;
1040         margin-bottom: 5px;
1041 }
1042
1043 #profile-jot-networks-end {
1044         clear: both;
1045 }
1046
1047 #profile-jot-end {
1048         /*clear: both;*/
1049         margin-bottom: 30px;
1050 }
1051 #about-jot-submit-wrapper {
1052         margin-top: 15px;
1053 }
1054 #about-jot-end {
1055         margin-bottom: 30px;
1056 }
1057 #contacts-main {
1058         margin-bottom: 30px;
1059 }
1060
1061 #profile-listing-desc {
1062         margin-left: 30px;
1063 }
1064
1065 #profile-listing-new-link-wrapper {
1066         margin-left: 30px;
1067         margin-bottom: 30px;
1068 }
1069 .profile-listing-photo-wrapper {
1070         float: left;
1071 }
1072
1073 .profile-listing-edit-buttons-wrapper {
1074         clear: both;
1075 }
1076 .profile-listing-photo-edit-link {
1077         float: left;
1078         width: 125px;
1079 }
1080 .profile-listing-end {
1081         clear: both;
1082 }
1083 .profile-listing-edit-buttons-wrapper img{
1084         border: none;
1085         margin-right: 20px;
1086 }
1087 .profile-listing {
1088         margin-top: 25px;
1089 }
1090 .profile-listing-name {
1091         float: left;
1092         margin-left: 32px;
1093         margin-top: 10px;
1094         color: #3172BD;
1095         font-weight: bold;
1096         width: 200px;
1097
1098 }
1099 .fortune {
1100         margin-top: 50px;
1101         color: #4444FF;
1102         font-weight: bold;
1103         margin-bottom: 20px;
1104 }
1105
1106
1107 .directory-end {
1108         clear: both;
1109 }
1110 .directory-name {
1111         text-align: center;
1112 }
1113 .directory-photo {
1114         margin-left: 25px;
1115 }
1116 .directory-details {
1117         font-size: 0.7em;
1118         text-align: center;
1119         margin-left: 5px;
1120         margin-right: 5px;
1121 }
1122 .directory-item {
1123         float: left;
1124         width: 225px;
1125         height: 260px;
1126         overflow: auto;
1127 }
1128
1129 #directory-search-wrapper {
1130         margin-top: 20px;
1131         margin-right: 20px;
1132         margin-bottom: 50px;
1133 }
1134
1135 #directory-search-end {
1136 }
1137
1138 .directory-photo-img {
1139         border: none;
1140 }
1141
1142
1143 .pager {
1144   padding: 10px;
1145   text-align: center;
1146   font-size: 1.0em;
1147 }
1148
1149
1150 .pager_first,
1151 .pager_last,
1152 .pager_prev,
1153 .pager_next,
1154 .pager_n {
1155         border: 1px solid black;
1156         background: #EEE;
1157         padding: 4px;
1158 }
1159
1160 .pager_first a,
1161 .pager_last a,
1162 .pager_prev a,
1163 .pager_next a,
1164 .pager_n a {
1165         text-decoration: none;
1166 }
1167
1168 .pager_current {
1169   border: 1px solid black;
1170   background: #FFCCCC;
1171   padding: 4px;
1172 }
1173
1174
1175 #advanced-profile-name-wrapper,
1176 #advanced-profile-gender-wrapper,
1177 #advanced-profile-dob-wrapper,
1178 #advanced-profile-age-wrapper,
1179 #advanced-profile-marital-wrapper,
1180 #advanced-profile-sexual-wrapper,
1181 #advanced-profile-homepage-wrapper,
1182 #advanced-profile-politic-wrapper,
1183 #advanced-profile-religion-wrapper,
1184 #advanced-profile-about-wrapper,
1185 #advanced-profile-interest-wrapper,
1186 #advanced-profile-contact-wrapper,
1187 #advanced-profile-music-wrapper,
1188 #advanced-profile-book-wrapper,
1189 #advanced-profile-tv-wrapper,
1190 #advanced-profile-film-wrapper,
1191 #advanced-profile-romance-wrapper,
1192 #advanced-profile-work-wrapper,
1193 #advanced-profile-education-wrapper {
1194         margin-top: 20px;
1195 }
1196
1197 #advanced-profile-name-text,
1198 #advanced-profile-gender-text,
1199 #advanced-profile-dob-text,
1200 #advanced-profile-age-text,
1201 #advanced-profile-marital-text,
1202 #advanced-profile-sexual-text,
1203 #advanced-profile-homepage-text,
1204 #advanced-profile-politic-text,
1205 #advanced-profile-religion-text,
1206 #advanced-profile-about-text,
1207 #advanced-profile-interest-text,
1208 #advanced-profile-contact-text,
1209 #advanced-profile-music-text,
1210 #advanced-profile-book-text,
1211 #advanced-profile-tv-text,
1212 #advanced-profile-film-text,
1213 #advanced-profile-romance-text,
1214 #advanced-profile-work-text,
1215 #advanced-profile-education-text {
1216         width: 300px;
1217         float: left;
1218 }
1219
1220 #advanced-profile-name-end,
1221 #advanced-profile-gender-end,
1222 #advanced-profile-dob-end,
1223 #advanced-profile-age-end,
1224 #advanced-profile-marital-end,
1225 #advanced-profile-sexual-end,
1226 #advanced-profile-homepage-end,
1227 #advanced-profile-politic-end,
1228 #advanced-profile-religion-end {
1229         height: 10px;
1230 }
1231
1232 #advanced-profile-about-end,
1233 #advanced-profile-interest-end,
1234 #advanced-profile-contact-end,
1235 #advanced-profile-music-end,
1236 #advanced-profile-book-end,
1237 #advanced-profile-tv-end,
1238 #advanced-profile-film-end,
1239 #advanced-profile-romance-end,
1240 #advanced-profile-work-end,
1241 #advanced-profile-education-end {
1242
1243
1244 }
1245
1246 #advanced-profile-name,
1247 #advanced-profile-gender,
1248 #advanced-profile-dob,
1249 #advanced-profile-age,
1250 #advanced-profile-marital,
1251 #advanced-profile-sexual,
1252 #advanced-profile-homepage,
1253 #advanced-profile-politic,
1254 #advanced-profile-religion {
1255         float: left;
1256
1257 }
1258
1259
1260 #advanced-profile-about,
1261 #advanced-profile-interest,
1262 #advanced-profile-contact,
1263 #advanced-profile-music,
1264 #advanced-profile-book,
1265 #advanced-profile-tv,
1266 #advanced-profile-film,
1267 #advanced-profile-romance,
1268 #advanced-profile-work,
1269 #advanced-profile-education {
1270         margin-top: 10px;
1271         margin-left: 50px;
1272         margin-right: 20px;
1273         padding: 10px;
1274         border: 1px solid #CCCCCC;
1275 }
1276
1277 #advanced-profile-with {
1278         float: left;
1279         margin-left: 15px;
1280 }
1281
1282 #contact-edit-wrapper {
1283         margin-top: 50px;
1284 }
1285
1286 #contact-edit-banner-name {
1287         font-size: 1.4em;
1288         font-weight: bold;
1289         margin-left: 30px;
1290 }
1291
1292 #contact-edit-poll-wrapper {
1293         margin-left: 50px;
1294         margin-top: 30px;
1295 }
1296 #contact-edit-poll-text {
1297         margin-top: 15px;
1298         margin-bottom: 5px;
1299 }
1300
1301 #contact-edit-update-now {
1302         margin-top: 15px;
1303 }
1304
1305 #contact-edit-photo-wrapper {
1306         margin-bottom: 20px;
1307 }
1308 #contact-edit-links {
1309         float: left;
1310 }
1311 #contact-edit-links img {
1312         margin-left: 20px;
1313         border: none;
1314 }
1315
1316 #contact-drop-links {
1317         float: left;
1318 }
1319
1320 #contact-drop-links img {
1321         margin-left: 20px;
1322         border: none;
1323 }
1324
1325 #contact-edit-nav-end {
1326         clear: both;
1327 }
1328
1329 #contact-edit-direction-icon {
1330         float: left;
1331         margin-top: 70px;
1332         margin-right: 2px;
1333 }
1334
1335 #contact-edit-photo {
1336         float: left;
1337 }
1338
1339 #contact-edit-photo-end {
1340         clear: both;
1341 }
1342
1343 #contact-edit-photo-wrapper {
1344         float: left;
1345 }
1346
1347 #contact-edit-nav-wrapper {
1348         float: left;
1349 }
1350
1351 #contact-edit-end {
1352         clear: both;
1353 }
1354
1355 #contact-profile-selector {
1356         width: 175px;
1357         margin-left: 175px;
1358 }
1359
1360 #contact-reputation-selector {
1361         margin-left: 175px;
1362 }
1363
1364 #contact-edit-rating-text {
1365         margin-left: 175px;
1366 }
1367
1368 .contact-edit-submit {
1369         margin-top: 20px;
1370         /*margin-left: 50px;*/
1371 }
1372
1373 #block-message, #ignore-message, #profile-edit-insecure {
1374         margin-top: 20px;
1375         color: #FF0000;
1376         font-size: 1.1em;
1377         border: 1px solid #FF8888;
1378         background-color: #FFEEEE;
1379         padding: 10px;
1380 }
1381
1382 #block-message, #ignore-message {
1383         width: 180px;
1384 }
1385
1386 #profile-edit-insecure {
1387         width: 600px;
1388 }
1389
1390 /*
1391 .profile-tabs {
1392         float: left;
1393         padding: 4px;
1394         margin-top: 10px;
1395         margin-bottom: 10px;
1396         margin-right: 5px;
1397         font-size: 0.8em;
1398         font-weight: bold;
1399         background-color: #ECECEC;
1400         border: 1px solid #858585;
1401 }
1402 .profile-tabs:hover {
1403         background-color: #0CBEFE;
1404         color: #F5F6FB;
1405         border: 1px solid #F5F6FB;
1406 }
1407
1408
1409 #profile-tabs-end {
1410         clear: both;
1411 }*/
1412
1413 .comment-edit-text-empty {
1414         color: gray;
1415         height: 30px;
1416         width: 175px;
1417         overflow: auto;
1418         margin-bottom: 10px;
1419 }
1420
1421 .comment-edit-text-full {
1422         color: black;
1423         height: 150px;
1424         width: 350px;
1425         overflow: auto;
1426 }
1427
1428 #group-new-submit-wrapper {
1429         margin-top: 30px;
1430 }
1431
1432 #acl-allow-group-label,
1433 #acl-allow-contact-label,
1434 #acl-deny-group-label,
1435 #acl-deny-contact-label {
1436         display: block;
1437 }
1438
1439 #acl-permit-text,
1440 #acl-deny-text {
1441         margin-top: 10px;
1442 }
1443
1444 #acl-allow-group-label,
1445 #acl-allow-contact-label,
1446 #acl-deny-group-label,
1447 #acl-deny-contact-label {
1448         margin-top: 5px;
1449         margin-bottom: 5px;
1450 }
1451
1452
1453 #group_allow_wrapper,
1454 #group_deny_wrapper {
1455         float: left;
1456         width: 100px;
1457         margin-right: 10px;
1458 }
1459
1460 #contact_allow_wrapper,
1461 #contact_deny_wrapper {
1462         float: left;
1463         width: 150px;
1464         margin-right: 10px;
1465 }
1466
1467 #acl-allow-end,
1468 #acl-deny-end {
1469         clear: both;
1470 }
1471 #acl-permit-outer-wrapper,
1472 #acl-deny-outer-wrapper {
1473         padding: 10px;
1474         margin-top: 10px;
1475         border: 2px solid #BBBBBB;
1476         float: left;
1477 }
1478
1479 #acl-wrapper-end {
1480         clear: both;
1481 }
1482
1483 #group-edit-name-label {
1484         float: left;
1485         width: 175px;
1486         margin-top: 20px;
1487         margin-bottom: 20px;
1488 }
1489
1490 #group-edit-name {
1491         float: left;
1492         width: 225px;
1493         margin-top: 20px;
1494         margin-bottom: 20px;
1495 }
1496
1497 #group-edit-name-wrapper {
1498
1499
1500 }
1501
1502
1503 #group_members_select_label {
1504         display: block;
1505         float: left;
1506         width: 175px;
1507 }
1508
1509 .group_members_select {
1510         float: left;
1511         width: 230px;
1512         overflow: auto;
1513 }
1514
1515 #group_members_select_end {
1516         clear: both;
1517 }
1518 #group-edit-name-end {
1519         clear: both;
1520 }
1521
1522 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1523         margin-bottom: 10px;
1524         margin-top: 20px;
1525 }
1526
1527 #prvmail-submit {
1528         float: left;
1529         margin-top: 10px;
1530         margin-right: 30px;
1531 }
1532 #prvmail-upload-wrapper,
1533 #prvmail-link-wrapper,
1534 #prvmail-rotator-wrapper {
1535         float: left;
1536         margin-top: 10px;
1537         margin-right: 10px;
1538         width: 24px;
1539 }
1540
1541 #prvmail-end {
1542         clear: both;
1543 }
1544
1545 .mail-list-sender,
1546 .mail-list-detail {
1547         float: left;
1548 }
1549 .mail-list-detail {
1550         margin-left: 20px;
1551 }
1552
1553 .mail-list-subject {
1554         font-size: 1.1em;
1555         margin-top: 10px;
1556 }
1557 a.mail-list-link {
1558     display: block;
1559     font-size: 1.3em;
1560     padding: 4px 0;
1561 }
1562
1563 /*
1564 *a.mail-list-link:hover {
1565 *       background-color: #15607B;
1566 *       color: #F5F6FB;
1567 *}
1568 */
1569
1570 .mail-list-outside-wrapper-end {
1571         clear: both;
1572 }
1573
1574 .mail-list-outside-wrapper {
1575         margin-top: 30px;
1576 }
1577
1578 .mail-list-delete-wrapper {
1579         float: right;
1580         margin-right: 30px;
1581         margin-top: 15px;
1582 }
1583
1584 .mail-list-delete-icon {
1585         border: none;
1586 }
1587
1588 .mail-conv-sender,
1589 .mail-conv-detail {
1590         float: left;
1591 }
1592 .mail-conv-detail {
1593         margin-left: 20px;
1594         width: 500px;
1595 }
1596
1597 .mail-conv-subject {
1598     font-size: 1.4em;
1599     margin: 10px 0;
1600 }
1601
1602 .mail-conv-outside-wrapper-end {
1603         clear: both;
1604 }
1605
1606 .mail-conv-outside-wrapper {
1607         margin-top: 30px;
1608 }
1609
1610 .mail-conv-delete-wrapper {
1611         float: right;
1612         margin-right: 30px;
1613         margin-top: 15px;
1614 }
1615
1616 .mail-conv-delete-icon {
1617         border: none;
1618 }
1619
1620 .message-links ul {
1621         list-style-type: none;
1622         padding: 0px;
1623 }
1624
1625 .message-links li {
1626         margin-top: 10px;
1627         float: left;
1628 }
1629 .message-links a {
1630         padding: 3px 5px;
1631 }
1632
1633 .message-links ul ul {
1634         clear: both;
1635 }
1636
1637 #sidebar-group-list ul {
1638         list-style-type: none;
1639 }
1640
1641 #sidebar-group-list li {
1642         margin-top: 10px;
1643 }
1644
1645 #side-follow-wrapper {
1646         margin-top: 20px;
1647 }
1648 #side-follow-url {
1649         margin-top: 5px;
1650 }
1651 #side-follow-submit {
1652         margin-top: 15px;
1653 }
1654
1655 .photo-album-image-wrapper {
1656         float: left;
1657         margin-top: 15px;
1658         margin-right: 15px;
1659         width: 200px; height: 200px; 
1660         overflow: hidden; 
1661         position: relative;
1662 }
1663 .photo-album-image-wrapper .caption {
1664         display: none; 
1665         width: 100%;
1666         position: absolute; 
1667         bottom: 0px; 
1668         padding: 0.5em 0.5em 0px 0.5em;
1669         background-color: rgba(245, 245, 255, 0.8);
1670         border-bottom: 2px solid #CCC;
1671         margin: 0px;
1672 }
1673 .photo-album-image-wrapper a:hover .caption {
1674         display:block;
1675 }
1676
1677 #photo-album-end {
1678         clear: both;
1679 }
1680
1681 .photo-top-image-wrapper {
1682         position: relative;
1683         float: left;
1684         margin-top: 15px;
1685         margin-right: 15px;
1686         width: 200px; height: 200px; 
1687         overflow: hidden; 
1688 }
1689 .photo-top-album-name {
1690         width: 100%;
1691         min-height: 2em;
1692         position: absolute; 
1693         bottom: 0px; 
1694         padding: 0px 3px;
1695         padding-top: 0.5em;
1696         background-color: rgb(255, 255, 255);
1697 }
1698 #photo-top-end {
1699         clear: both;
1700 }
1701
1702 #photo-top-links {
1703         margin-bottom: 30px;
1704         margin-left: 30px;
1705 }
1706
1707 #photos-upload-newalbum-div {
1708         float: left;
1709         width: 175px;
1710 }
1711 #photos-upload-existing-album-text {
1712         float: left;
1713         width: 175px;
1714 }
1715 #photos-upload-newalbum {
1716         float: left;
1717 }
1718 #photos-upload-album-select {
1719         float: left;
1720 }
1721
1722 #photos-upload-spacer {
1723         margin-top: 25px;
1724 }
1725 #photos-upload-new-end, #photos-upload-exist-end {
1726         clear: both;
1727 }
1728 #photos-upload-exist-end {
1729         margin-bottom: 15px;
1730 }
1731 #photos-upload-submit {
1732         margin-top: 15px;
1733 }
1734
1735 #photos_upload_applet_wrapper {
1736         margin-bottom: 15px;
1737 }
1738
1739 #photos-upload-no-java-message {
1740         margin-bottom: 15px;
1741 }
1742
1743 #profile-jot-desc {
1744         /*float: left;*/
1745         width: 480px;
1746         margin-top: 10px;
1747         margin-bottom: 10px;
1748 }
1749 #character-counter {
1750         float: right;
1751         font-size: 120%;
1752 }
1753
1754 #character-counter.grey {
1755         color: #888888;
1756 }
1757
1758 #character-counter.orange {
1759         color: orange;
1760 }
1761 #character-counter.red {
1762         color: red;
1763 }
1764
1765 #profile-jot-banner-end {
1766         /* clear: both; */ 
1767 }
1768
1769 #photos-upload-select-files-text {
1770         margin-top: 15px;
1771         margin-bottom: 15px;
1772 }
1773
1774 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
1775         color: #8888FF;
1776         text-decoration: none;
1777         cursor: pointer;
1778 }
1779
1780 #photos-upload-perms-menu:hover {
1781         color: #0000FF;
1782         text-decoration: underline;
1783         cursor: pointer;
1784 }
1785 #settings-default-perms-menu {
1786         margin-top: 15px;
1787         margin-bottom: 15px;
1788 }
1789
1790 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1791         float: left;
1792         width: 150px;
1793 }
1794 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1795         float: left;
1796         margin-bottom: 25px;
1797 }
1798 #photo-edit-link-wrap {
1799         margin-bottom: 15px;
1800 }
1801 #photo-like-div {
1802         margin-bottom: 25px;
1803 }
1804
1805 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1806         clear: both;
1807 }
1808
1809 #photo-edit-delete-button {
1810         margin-left: 200px;
1811 }
1812 #photo-edit-end {
1813         margin-bottom: 35px;
1814 }
1815 #photo-caption {
1816         font-size: 110%;
1817         font-weight: bold;
1818         margin-top: 15px;
1819         margin-bottom: 15px;
1820 }
1821
1822 #in-this-photo-text {
1823         color: #0000FF;
1824         margin-left: 30px;
1825 }
1826
1827 #in-this-photo {
1828         margin-left: 60px;
1829         margin-top: 10px;
1830         margin-bottom: 20px;
1831 }
1832
1833 #photo-album-edit-submit, #photo-album-edit-drop {
1834         margin-top: 15px;
1835         margin-bottom: 15px;
1836 }
1837
1838 #photo-album-edit-drop {
1839         margin-left: 200px;
1840 }
1841
1842 .group-delete-wrapper {
1843         float: right;
1844         margin-right: 50px;
1845 }
1846
1847 #install-dbhost-label,
1848 #install-dbuser-label,
1849 #install-dbpass-label,
1850 #install-dbdata-label,
1851 #install-tz-desc {
1852        float: left;
1853        width: 250px;
1854        margin-top: 10px;
1855        margin-bottom: 10px;
1856
1857 }
1858
1859 #install-dbhost,
1860 #install-dbuser,
1861 #install-dbpass,
1862 #install-dbdata {
1863        float: left;
1864        width: 200px;
1865        margin-left: 20px;
1866 }
1867
1868 #install-dbhost-end,
1869 #install-dbuser-end,
1870 #install-dbpass-end,
1871 #install-dbdata-end,
1872 #install-tz-end {
1873        clear: both;
1874 }
1875
1876 #install-form select#timezone_select {
1877        float: left;
1878        margin-top: 18px;
1879        margin-left: 20px;
1880 }
1881
1882 #dfrn-request-networks {
1883         margin-bottom: 30px;
1884 }
1885
1886 #pause {
1887   position: fixed;
1888   bottom: 5px;
1889   right: 5px;
1890 }
1891
1892 .sparkle {
1893         cursor: url('lock.cur'), pointer;
1894 /*      cursor: pointer !important; */
1895 }
1896
1897 .contact-block-div {
1898         float: left;
1899         width: 52px;
1900         height: 52px;
1901 }
1902 #contact-block-end {
1903         clear: both;
1904 }
1905 .contact-block-link {
1906         float: left;
1907 }
1908 .contact-block-img {
1909         width:48px;
1910         height:48px;
1911 }
1912
1913 #tag-remove {
1914         margin-bottom: 15px;
1915 }
1916
1917 #tagrm li {
1918         margin-bottom: 10px;
1919 }
1920
1921 #tagrm-submit, #tagrm-cancel {
1922         margin-top: 25px;
1923 }
1924
1925 #tagrm-cancel {
1926         margin-left: 15px;
1927 }
1928
1929 .wall-item-conv {
1930         margin-top: 5px;
1931         margin-bottom: 25px;
1932 }
1933
1934 #search-submit {
1935         margin-left: 15px;
1936 }
1937
1938 #search-box {
1939         margin-bottom: 25px;
1940 }
1941
1942 .location-label, .gender-label, .marital-label, .homepage-label {
1943         float: left;
1944         text-align: right;
1945         display: block;
1946         width: 65px;
1947 }
1948
1949 .adr, .x-gender, .marital-text, .homepage-url {
1950         float: left;
1951         display: block;
1952         margin-left: 8px;
1953 }
1954
1955 .profile-clear {
1956         clear: both;
1957 }
1958
1959
1960 .clear {
1961         clear: both;
1962 }
1963
1964 .cc-license {
1965         margin-top: 50px;
1966         font-size: 70%;
1967 }
1968
1969
1970 #plugin-settings-link, #account-settings-link {
1971         margin-bottom: 25px;
1972 }
1973
1974 /* end from defautlt */
1975         
1976
1977 .fn {
1978         padding: 0px 0px 5px 0px;
1979         font-size: 120%;
1980         font-weight: bold;
1981 }
1982
1983 .vcard .title {
1984         margin-bottom: 5px;
1985 }
1986
1987
1988 #birthday-title {
1989         float: left;
1990         font-weight: bold;      
1991 }
1992
1993 #birthday-adjust {
1994         float: left;
1995         font-size: 75%;
1996         margin-left: 10px;
1997 }
1998
1999 #birthday-title-end {
2000         clear: both;
2001 }
2002
2003 .birthday-list {
2004         margin-left: 15px;
2005 }
2006
2007 #birthday-wrapper {
2008         margin-bottom: 20px;
2009 }
2010
2011 #network-new-link {
2012         margin-top: 15px;
2013         margin-bottom: 15px;
2014 }
2015
2016
2017 .tool-wrapper {
2018   float: left;
2019   margin-left: 20px;
2020 }
2021
2022 .tool-link {
2023   cursor: pointer;
2024 }
2025
2026
2027 .calendar {
2028         font-family: Courier, monospace;
2029 }
2030 .today {
2031         color: #FF0000;
2032 }
2033
2034 .settings-block {
2035         border: 1px solid #AAA;
2036         margin: 10px;
2037         padding: 10px;
2038 }
2039
2040 .app-title {
2041         margin: 10px;
2042 }
2043
2044 #identity-manage-desc {
2045         margin-top:15px;
2046         margin-bottom: 15px;
2047 }
2048
2049 #identity-manage-choose {
2050         margin-bottom: 15px;
2051 }
2052
2053 #identity-submit {
2054         margin-top: 20px;
2055 }
2056