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