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