]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
6e771634a954117e272ef165999ab8a03b116cc3
[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 .wall-item-like-buttons > a,
1011 .wall-item-like-buttons > img {
1012         float: left;
1013 }
1014
1015 .wall-item-like-buttons img {
1016         cursor: pointer;
1017 }
1018
1019 .wall-item-share-buttons {
1020         margin-left: 10px;
1021 }
1022
1023 .editpost {
1024         margin-left: 15px;
1025 }
1026
1027 .wall-item-links-wrapper {
1028         float: left;
1029 }
1030
1031 .wall-item-delete-wrapper {
1032         float: right;
1033 }
1034
1035 .wall-item-delete-end {
1036         clear: both;
1037 }
1038
1039 .wall-item-delete-icon {
1040         border: none;
1041 }
1042
1043
1044 .wall-item-wrapper-end {
1045         clear: both;
1046 }
1047 .wall-item-name-link {
1048         font-weight: bold;
1049         text-decoration: none;
1050         color: #3172BD;
1051 }
1052 .wall-item-photo {
1053         border: none;
1054 }
1055 .comment .wall-item-photo {
1056         width: 50px !important; 
1057         height: 50px !important;
1058 }
1059 .wall-item-content {
1060         /*float: left;*/
1061         /*width: 450px;*/
1062         margin-left: 10px;
1063         /*margin-bottom: 20px;*/
1064         /*padding: 20px;*/
1065         max-height: 400px;
1066         overflow: auto;
1067 }
1068
1069 .wall-item-title {
1070         float: left;
1071         font-weight: bold;
1072         /*width: 450px;*/
1073 }
1074
1075 .wall-item-title-end {
1076         clear: both;
1077 }
1078
1079 .wall-item-body {
1080         float: left;
1081         /*width: 450px;*/
1082         margin-top: 10px;
1083 }
1084
1085 .wall-item-tools {
1086         clear: both;
1087         background-image: url("head.jpg");
1088     background-position: 0 -20px;
1089     background-repeat: repeat-x;
1090         padding: 5px 10px 0px;
1091 }
1092 .wall-item-author {
1093         margin-top: 10px;
1094 }
1095
1096 .comment .wall-item-tools {
1097         background:none;
1098
1099
1100 .comment-edit-wrapper {
1101         margin-top: 15px;
1102         background: #f3f3f3;
1103         margin-left: 50px;
1104 }
1105
1106 .comment-wwedit-wrapper {
1107         margin-top: 15px;
1108         background: #f3f3f3;
1109         margin-left: 50px;
1110 }
1111
1112 .comment-edit-photo {
1113         margin-top: 10px;
1114         margin-left: 10px;
1115         margin-bottom: 10px;
1116         width: 100px;
1117         float: left;
1118 }
1119 .comment-edit-photo img {
1120         width: 25px;
1121 }
1122 .comment-edit-text-empty, .comment-edit-text-full {
1123         float: left;
1124         margin-top: 10px;
1125 }
1126 .comment-edit-text-end {
1127         clear: both;
1128 }
1129
1130 .comment-edit-submit {
1131         margin: 10px 0px 10px 110px;
1132 }
1133
1134 #profile-jot-plugin-wrapper,
1135 #profile-jot-submit-wrapper {
1136         margin-top: 15px;
1137 }
1138
1139 #profile-jot-submit {
1140         float: left;
1141 }
1142 #profile-upload-wrapper {
1143         float: left;
1144         margin-left: 30px;
1145 }
1146 #profile-attach-wrapper {
1147         float: left;
1148         margin-left: 30px;
1149 }
1150 #profile-rotator {
1151         float: left;
1152         margin-left: 30px;
1153 }
1154 #profile-link-wrapper {
1155         float: left;
1156         margin-left: 15px;
1157 }
1158 #profile-youtube-wrapper {
1159         float: left;
1160         margin-left: 15px;
1161 }
1162 #profile-video-wrapper {
1163         float: left;
1164         margin-left: 15px;
1165 }
1166 #profile-audio-wrapper {
1167         float: left;
1168         margin-left: 15px;
1169 }
1170 #profile-location-wrapper {
1171         float: left;
1172         margin-left: 15px;
1173 }
1174 #profile-nolocation-wrapper {
1175         float: left;
1176         margin-left: 15px;
1177 }
1178 #profile-title-wrapper {
1179         float: left;
1180         margin-left: 15px;
1181 }
1182
1183 #profile-jot-perms {
1184         float: left;
1185         margin-left: 100px;
1186         font-weight: bold;
1187         font-size: 1.2em;
1188 }
1189
1190 #profile-jot-perms-end {
1191         /*clear: left;*/
1192         height: 30px;
1193 }
1194
1195 #profile-jot-plugin-end{
1196   clear: both;
1197 }
1198 .profile-jot-net {
1199         float: left;
1200         margin-right: 10px;
1201         margin-top: 5px;
1202         margin-bottom: 5px;
1203 }
1204
1205 #profile-jot-networks-end {
1206         clear: both;
1207 }
1208
1209 #profile-jot-end {
1210         /*clear: both;*/
1211         margin-bottom: 30px;
1212 }
1213 #about-jot-submit-wrapper {
1214         margin-top: 15px;
1215 }
1216 #about-jot-end {
1217         margin-bottom: 30px;
1218 }
1219 #contacts-main {
1220         margin-bottom: 30px;
1221 }
1222
1223 #profile-listing-desc {
1224         margin-left: 30px;
1225 }
1226
1227 #profile-listing-new-link-wrapper {
1228         margin-left: 30px;
1229         margin-bottom: 30px;
1230 }
1231 .profile-listing-photo-wrapper {
1232         float: left;
1233 }
1234
1235 .profile-listing-edit-buttons-wrapper {
1236         clear: both;
1237 }
1238 .profile-listing-photo-edit-link {
1239         float: left;
1240         width: 125px;
1241 }
1242 .profile-listing-end {
1243         clear: both;
1244 }
1245 .profile-listing-edit-buttons-wrapper img{
1246         border: none;
1247         margin-right: 20px;
1248 }
1249 .profile-listing {
1250         margin-top: 25px;
1251 }
1252 .profile-listing-name {
1253         float: left;
1254         margin-left: 32px;
1255         margin-top: 10px;
1256         color: #3172BD;
1257         font-weight: bold;
1258         width: 200px;
1259
1260 }
1261 .fortune {
1262         margin-top: 50px;
1263         color: #4444FF;
1264         font-weight: bold;
1265         margin-bottom: 20px;
1266 }
1267
1268
1269 .directory-end {
1270         clear: both;
1271 }
1272 .directory-name {
1273         text-align: center;
1274 }
1275 .directory-photo {
1276         margin-left: 25px;
1277 }
1278 .directory-details {
1279         font-size: 0.7em;
1280         text-align: center;
1281         margin-left: 5px;
1282         margin-right: 5px;
1283 }
1284 .directory-item {
1285         float: left;
1286         width: 225px;
1287         height: 260px;
1288         overflow: auto;
1289 }
1290
1291 #directory-search-wrapper {
1292         margin-top: 20px;
1293         margin-right: 20px;
1294         margin-bottom: 50px;
1295 }
1296
1297 #directory-search-end {
1298 }
1299
1300 .directory-photo-img {
1301         border: none;
1302 }
1303
1304
1305 .pager {
1306   padding: 10px;
1307   text-align: center;
1308   font-size: 1.0em;
1309 }
1310
1311
1312 .pager_first,
1313 .pager_last,
1314 .pager_prev,
1315 .pager_next,
1316 .pager_n {
1317         border: 1px solid black;
1318         background: #EEE;
1319         padding: 4px;
1320 }
1321
1322 .pager_first a,
1323 .pager_last a,
1324 .pager_prev a,
1325 .pager_next a,
1326 .pager_n a {
1327         text-decoration: none;
1328 }
1329
1330 .pager_current {
1331   border: 1px solid black;
1332   background: #FFCCCC;
1333   padding: 4px;
1334 }
1335
1336
1337 #advanced-profile-name-wrapper,
1338 #advanced-profile-gender-wrapper,
1339 #advanced-profile-dob-wrapper,
1340 #advanced-profile-age-wrapper,
1341 #advanced-profile-marital-wrapper,
1342 #advanced-profile-sexual-wrapper,
1343 #advanced-profile-homepage-wrapper,
1344 #advanced-profile-politic-wrapper,
1345 #advanced-profile-religion-wrapper,
1346 #advanced-profile-about-wrapper,
1347 #advanced-profile-interest-wrapper,
1348 #advanced-profile-contact-wrapper,
1349 #advanced-profile-music-wrapper,
1350 #advanced-profile-book-wrapper,
1351 #advanced-profile-tv-wrapper,
1352 #advanced-profile-film-wrapper,
1353 #advanced-profile-romance-wrapper,
1354 #advanced-profile-work-wrapper,
1355 #advanced-profile-education-wrapper {
1356         margin-top: 20px;
1357 }
1358
1359 #advanced-profile-name-text,
1360 #advanced-profile-gender-text,
1361 #advanced-profile-dob-text,
1362 #advanced-profile-age-text,
1363 #advanced-profile-marital-text,
1364 #advanced-profile-sexual-text,
1365 #advanced-profile-homepage-text,
1366 #advanced-profile-politic-text,
1367 #advanced-profile-religion-text,
1368 #advanced-profile-about-text,
1369 #advanced-profile-interest-text,
1370 #advanced-profile-contact-text,
1371 #advanced-profile-music-text,
1372 #advanced-profile-book-text,
1373 #advanced-profile-tv-text,
1374 #advanced-profile-film-text,
1375 #advanced-profile-romance-text,
1376 #advanced-profile-work-text,
1377 #advanced-profile-education-text {
1378         width: 300px;
1379         float: left;
1380 }
1381
1382 #advanced-profile-name-end,
1383 #advanced-profile-gender-end,
1384 #advanced-profile-dob-end,
1385 #advanced-profile-age-end,
1386 #advanced-profile-marital-end,
1387 #advanced-profile-sexual-end,
1388 #advanced-profile-homepage-end,
1389 #advanced-profile-politic-end,
1390 #advanced-profile-religion-end {
1391         height: 10px;
1392 }
1393
1394 #advanced-profile-about-end,
1395 #advanced-profile-interest-end,
1396 #advanced-profile-contact-end,
1397 #advanced-profile-music-end,
1398 #advanced-profile-book-end,
1399 #advanced-profile-tv-end,
1400 #advanced-profile-film-end,
1401 #advanced-profile-romance-end,
1402 #advanced-profile-work-end,
1403 #advanced-profile-education-end {
1404
1405
1406 }
1407
1408 #advanced-profile-name,
1409 #advanced-profile-gender,
1410 #advanced-profile-dob,
1411 #advanced-profile-age,
1412 #advanced-profile-marital,
1413 #advanced-profile-sexual,
1414 #advanced-profile-homepage,
1415 #advanced-profile-politic,
1416 #advanced-profile-religion {
1417         float: left;
1418
1419 }
1420
1421
1422 #advanced-profile-about,
1423 #advanced-profile-interest,
1424 #advanced-profile-contact,
1425 #advanced-profile-music,
1426 #advanced-profile-book,
1427 #advanced-profile-tv,
1428 #advanced-profile-film,
1429 #advanced-profile-romance,
1430 #advanced-profile-work,
1431 #advanced-profile-education {
1432         margin-top: 10px;
1433         margin-left: 50px;
1434         margin-right: 20px;
1435         padding: 10px;
1436         border: 1px solid #CCCCCC;
1437 }
1438
1439 #advanced-profile-with {
1440         float: left;
1441         margin-left: 15px;
1442 }
1443
1444 #contact-edit-wrapper {
1445         margin-top: 50px;
1446 }
1447
1448 #contact-edit-banner-name {
1449         font-size: 1.4em;
1450         font-weight: bold;
1451         margin-left: 30px;
1452 }
1453
1454 #contact-edit-poll-wrapper {
1455         margin-left: 50px;
1456         margin-top: 30px;
1457 }
1458 #contact-edit-poll-text {
1459         margin-top: 15px;
1460         margin-bottom: 5px;
1461 }
1462
1463 #contact-edit-update-now {
1464         margin-top: 15px;
1465 }
1466
1467 #contact-edit-photo-wrapper {
1468         margin-bottom: 20px;
1469 }
1470 #contact-edit-links {
1471         float: left;
1472 }
1473 #contact-edit-links a {
1474         float: left;
1475 }
1476 #contact-edit-links img {
1477         margin-left: 20px;
1478         border: none;
1479 }
1480
1481 #contact-drop-links {
1482         float: left;
1483 }
1484
1485 #contact-drop-links img {
1486         margin-left: 20px;
1487         border: none;
1488 }
1489
1490 #contact-edit-nav-end {
1491         clear: both;
1492 }
1493
1494 #contact-edit-direction-icon {
1495         float: left;
1496         margin-top: 70px;
1497         margin-right: 2px;
1498 }
1499
1500 #contact-edit-photo {
1501         float: left;
1502 }
1503
1504 #contact-edit-photo-end {
1505         clear: both;
1506 }
1507
1508 #contact-edit-photo-wrapper {
1509         float: left;
1510 }
1511
1512 #contact-edit-nav-wrapper {
1513         float: left;
1514 }
1515
1516 #contact-edit-end {
1517         clear: both;
1518 }
1519
1520 #contact-profile-selector {
1521         width: 175px;
1522         margin-left: 175px;
1523 }
1524
1525 #contact-reputation-selector {
1526         margin-left: 175px;
1527 }
1528
1529 #contact-edit-rating-text {
1530         margin-left: 175px;
1531 }
1532
1533 .contact-edit-submit {
1534         margin-top: 20px;
1535         /*margin-left: 50px;*/
1536 }
1537
1538 #block-message, #ignore-message {
1539         margin-top: 20px;
1540         color: #FF0000;
1541         font-size: 1.1em;
1542         border: 1px solid #FF8888;
1543         background-color: #FFEEEE;
1544         padding: 10px;
1545 }
1546
1547 #profile-edit-insecure {
1548         margin-top: 20px;
1549         color: #FF0000;
1550         font-size: 1.1em;
1551         border: 1px solid #FF8888;
1552         background-color: #FFEEEE;
1553         padding-left: 5px;
1554         /*: 3px 3px 3px 5px; */
1555         width: 587px;
1556 }
1557
1558 #block-message, #ignore-message {
1559         width: 180px;
1560 }
1561
1562
1563 /*
1564 .profile-tabs {
1565         float: left;
1566         padding: 4px;
1567         margin-top: 10px;
1568         margin-bottom: 10px;
1569         margin-right: 5px;
1570         font-size: 0.8em;
1571         font-weight: bold;
1572         background-color: #ECECEC;
1573         border: 1px solid #858585;
1574 }
1575 .profile-tabs:hover {
1576         background-color: #0CBEFE;
1577         color: #F5F6FB;
1578         border: 1px solid #F5F6FB;
1579 }
1580
1581
1582 #profile-tabs-end {
1583         clear: both;
1584 }*/
1585
1586 .comment-edit-text-empty {
1587         color: gray;
1588         height: 30px;
1589         width: 175px;
1590         overflow: auto;
1591         margin-bottom: 10px;
1592 }
1593
1594 .comment-edit-text-full {
1595         color: black;
1596         height: 150px;
1597         width: 350px;
1598         overflow: auto;
1599 }
1600
1601 #group-new-submit-wrapper {
1602         margin-top: 30px;
1603 }
1604
1605 #acl-allow-group-label,
1606 #acl-allow-contact-label,
1607 #acl-deny-group-label,
1608 #acl-deny-contact-label {
1609         display: block;
1610 }
1611
1612 #acl-permit-text {
1613         margin-top: 10px;
1614         float: left;
1615 }
1616
1617 #acl-deny-text {
1618         margin-top: 10px;
1619 }
1620
1621 #jot-public {
1622         float: left;
1623         margin-top: 10px;
1624         margin-left: 15px;
1625         color: #FF0000;
1626 }
1627
1628 #acl-permit-text-end {
1629         clear: both;
1630 }
1631
1632 #acl-allow-group-label,
1633 #acl-allow-contact-label,
1634 #acl-deny-group-label,
1635 #acl-deny-contact-label {
1636         margin-top: 5px;
1637         margin-bottom: 5px;
1638 }
1639
1640
1641 #group_allow_wrapper,
1642 #group_deny_wrapper {
1643         float: left;
1644         width: 100px;
1645         margin-right: 10px;
1646 }
1647
1648 #contact_allow_wrapper,
1649 #contact_deny_wrapper {
1650         float: left;
1651         width: 150px;
1652         margin-right: 10px;
1653 }
1654
1655 #acl-allow-end,
1656 #acl-deny-end {
1657         clear: both;
1658 }
1659 #acl-permit-outer-wrapper,
1660 #acl-deny-outer-wrapper {
1661         padding: 10px;
1662         margin-top: 10px;
1663         border: 2px solid #BBBBBB;
1664         float: left;
1665 }
1666
1667 #acl-wrapper-end {
1668         clear: both;
1669 }
1670
1671 #group-edit-name-label {
1672         float: left;
1673         width: 175px;
1674         margin-top: 20px;
1675         margin-bottom: 20px;
1676 }
1677
1678 #group-edit-name {
1679         float: left;
1680         width: 225px;
1681         margin-top: 20px;
1682         margin-bottom: 20px;
1683 }
1684
1685 #group-edit-name-wrapper {
1686
1687
1688 }
1689
1690
1691 #group_members_select_label {
1692         display: block;
1693         float: left;
1694         width: 175px;
1695 }
1696
1697 .group_members_select {
1698         float: left;
1699         width: 230px;
1700         overflow: auto;
1701 }
1702
1703 #group_members_select_end {
1704         clear: both;
1705 }
1706 #group-edit-name-end {
1707         clear: both;
1708 }
1709
1710 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1711         margin-bottom: 10px;
1712         margin-top: 20px;
1713 }
1714
1715 #prvmail-submit {
1716         float: left;
1717         margin-top: 10px;
1718         margin-right: 30px;
1719 }
1720 #prvmail-upload-wrapper,
1721 #prvmail-link-wrapper,
1722 #prvmail-rotator-wrapper {
1723         float: left;
1724         margin-top: 10px;
1725         margin-right: 10px;
1726         width: 24px;
1727 }
1728
1729 #prvmail-end {
1730         clear: both;
1731 }
1732
1733 .mail-list-sender,
1734 .mail-list-detail {
1735         float: left;
1736 }
1737 .mail-list-detail {
1738         margin-left: 20px;
1739 }
1740
1741 .mail-list-subject {
1742         font-size: 1.1em;
1743         margin-top: 10px;
1744 }
1745 a.mail-list-link {
1746     display: block;
1747     font-size: 1.3em;
1748     padding: 4px 0;
1749 }
1750
1751 /*
1752 *a.mail-list-link:hover {
1753 *       background-color: #15607B;
1754 *       color: #F5F6FB;
1755 *}
1756 */
1757
1758 .mail-list-outside-wrapper-end {
1759         clear: both;
1760 }
1761
1762 .mail-list-outside-wrapper {
1763         margin-top: 30px;
1764 }
1765
1766 .mail-list-delete-wrapper {
1767         float: right;
1768         margin-right: 30px;
1769         margin-top: 15px;
1770 }
1771
1772 .mail-list-delete-icon {
1773         border: none;
1774 }
1775
1776 .mail-conv-sender,
1777 .mail-conv-detail {
1778         float: left;
1779 }
1780 .mail-conv-detail {
1781         margin-left: 20px;
1782         width: 500px;
1783 }
1784
1785 .mail-conv-subject {
1786     font-size: 1.4em;
1787     margin: 10px 0;
1788 }
1789
1790 .mail-conv-outside-wrapper-end {
1791         clear: both;
1792 }
1793
1794 .mail-conv-outside-wrapper {
1795         margin-top: 30px;
1796 }
1797
1798 .mail-conv-delete-wrapper {
1799         float: right;
1800         margin-right: 30px;
1801         margin-top: 15px;
1802 }
1803
1804 .mail-conv-delete-icon {
1805         border: none;
1806 }
1807
1808 .message-links ul {
1809         list-style-type: none;
1810         padding: 0px;
1811 }
1812
1813 .message-links li {
1814         margin-top: 10px;
1815         float: left;
1816 }
1817 .message-links a {
1818         padding: 3px 5px;
1819 }
1820
1821 .message-links ul ul {
1822         clear: both;
1823 }
1824
1825 #sidebar-group-list ul {
1826         list-style-type: none;
1827 }
1828
1829 #sidebar-group-list li {
1830         margin-top: 10px;
1831 }
1832
1833 #side-follow-wrapper {
1834         margin-top: 20px;
1835 }
1836 #side-follow-url {
1837         margin-top: 5px;
1838 }
1839 #side-follow-submit {
1840         margin-top: 15px;
1841 }
1842
1843 .photo-album-image-wrapper {
1844         float: left;
1845         margin-top: 15px;
1846         margin-right: 15px;
1847         width: 200px; height: 200px; 
1848         overflow: hidden; 
1849         position: relative;
1850 }
1851 .photo-album-image-wrapper .caption {
1852         display: none; 
1853         width: 100%;
1854         position: absolute; 
1855         bottom: 0px; 
1856         padding: 0.5em 0.5em 0px 0.5em;
1857         background-color: rgba(245, 245, 255, 0.8);
1858         border-bottom: 2px solid #CCC;
1859         margin: 0px;
1860 }
1861 .photo-album-image-wrapper a:hover .caption {
1862         display:block;
1863 }
1864
1865 #photo-album-end {
1866         clear: both;
1867 }
1868
1869 .photo-top-image-wrapper {
1870         position: relative;
1871         float: left;
1872         margin-top: 15px;
1873         margin-right: 15px;
1874         width: 200px; height: 200px; 
1875         overflow: hidden; 
1876 }
1877 .photo-top-album-name {
1878         width: 100%;
1879         min-height: 2em;
1880         position: absolute; 
1881         bottom: 0px; 
1882         padding: 0px 3px;
1883         padding-top: 0.5em;
1884         background-color: rgb(255, 255, 255);
1885 }
1886 #photo-top-end {
1887         clear: both;
1888 }
1889
1890 #photo-top-links {
1891         margin-bottom: 30px;
1892         margin-left: 30px;
1893 }
1894
1895 #photos-upload-newalbum-div {
1896         float: left;
1897         width: 175px;
1898 }
1899 #photos-upload-existing-album-text {
1900         float: left;
1901         width: 175px;
1902 }
1903 #photos-upload-newalbum {
1904         float: left;
1905 }
1906 #photos-upload-album-select {
1907         float: left;
1908 }
1909
1910 #photos-upload-spacer {
1911         margin-top: 25px;
1912 }
1913 #photos-upload-new-end, #photos-upload-exist-end {
1914         clear: both;
1915 }
1916 #photos-upload-exist-end {
1917         margin-bottom: 15px;
1918 }
1919 #photos-upload-submit {
1920         margin-top: 15px;
1921 }
1922
1923 #photos_upload_applet_wrapper {
1924         margin-bottom: 15px;
1925 }
1926
1927 #photos-upload-no-java-message {
1928         margin-bottom: 15px;
1929 }
1930
1931 #profile-jot-desc {
1932         /*float: left;*/
1933         width: 480px;
1934         color: #FF0000;
1935         margin-top: 10px;
1936         margin-bottom: 10px;
1937 }
1938
1939 #character-counter {
1940         float: right;
1941         font-size: 120%;
1942 }
1943
1944 #character-counter.grey {
1945         color: #888888;
1946 }
1947
1948 #character-counter.orange {
1949         color: orange;
1950 }
1951 #character-counter.red {
1952         color: red;
1953 }
1954
1955 #profile-jot-banner-end {
1956         /* clear: both; */ 
1957 }
1958
1959 #photos-upload-select-files-text {
1960         margin-top: 15px;
1961         margin-bottom: 15px;
1962 }
1963
1964 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1965         color: #8888FF;
1966         text-decoration: none;
1967         cursor: pointer;
1968 }
1969
1970 #photos-upload-perms-menu:hover {
1971         color: #0000FF;
1972         text-decoration: underline;
1973         cursor: pointer;
1974 }
1975 #settings-default-perms-menu {
1976         margin-top: 15px;
1977         margin-bottom: 15px;
1978 }
1979
1980 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1981         float: left;
1982         width: 150px;
1983 }
1984
1985 #photo-edit-perms-end {
1986         margin-bottom: 15px;
1987 }
1988
1989 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1990         float: left;
1991         margin-bottom: 25px;
1992 }
1993 #photo-edit-link-wrap {
1994         margin-bottom: 15px;
1995 }
1996 #photo-like-div {
1997         margin-bottom: 25px;
1998 }
1999
2000 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2001         clear: both;
2002 }
2003
2004 #photo-edit-delete-button {
2005         margin-left: 200px;
2006 }
2007 #photo-edit-end {
2008         margin-bottom: 35px;
2009 }
2010 #photo-caption {
2011         font-size: 110%;
2012         font-weight: bold;
2013         margin-top: 15px;
2014         margin-bottom: 15px;
2015 }
2016
2017 #in-this-photo-text {
2018         color: #0000FF;
2019         margin-left: 30px;
2020 }
2021
2022 #in-this-photo {
2023         margin-left: 60px;
2024         margin-top: 10px;
2025         margin-bottom: 20px;
2026 }
2027
2028 #photo-album-edit-submit, #photo-album-edit-drop {
2029         margin-top: 15px;
2030         margin-bottom: 15px;
2031 }
2032
2033 #photo-album-edit-drop {
2034         margin-left: 200px;
2035 }
2036
2037 .group-delete-wrapper {
2038         float: right;
2039         margin-right: 50px;
2040 }
2041
2042 #install-dbhost-label,
2043 #install-dbuser-label,
2044 #install-dbpass-label,
2045 #install-dbdata-label,
2046 #install-tz-desc {
2047        float: left;
2048        width: 250px;
2049        margin-top: 10px;
2050        margin-bottom: 10px;
2051
2052 }
2053
2054 #install-dbhost,
2055 #install-dbuser,
2056 #install-dbpass,
2057 #install-dbdata {
2058        float: left;
2059        width: 200px;
2060        margin-left: 20px;
2061 }
2062
2063 #install-dbhost-end,
2064 #install-dbuser-end,
2065 #install-dbpass-end,
2066 #install-dbdata-end,
2067 #install-tz-end {
2068        clear: both;
2069 }
2070
2071 #install-form select#timezone_select {
2072        float: left;
2073        margin-top: 18px;
2074        margin-left: 20px;
2075 }
2076
2077 #dfrn-request-networks {
2078         margin-bottom: 30px;
2079 }
2080
2081 #pause {
2082   position: fixed;
2083   bottom: 5px;
2084   right: 5px;
2085 }
2086
2087 .sparkle {
2088         cursor: url('lock.cur'), pointer;
2089 /*      cursor: pointer !important; */
2090 }
2091
2092 .contact-block-div {
2093         float: left;
2094         width: 52px;
2095         height: 52px;
2096 }
2097 .contact-block-textdiv {
2098         float: left;
2099         width: 150px;
2100         height: 34px;
2101 }
2102
2103 #contact-block-end {
2104         clear: both;
2105 }
2106 .contact-block-link {
2107         float: left;
2108 }
2109 .contact-block-img {
2110         width:48px;
2111         height:48px;
2112 }
2113
2114 #tag-remove {
2115         margin-bottom: 15px;
2116 }
2117
2118 #tagrm li {
2119         margin-bottom: 10px;
2120 }
2121
2122 #tagrm-submit, #tagrm-cancel {
2123         margin-top: 25px;
2124 }
2125
2126 #tagrm-cancel {
2127         margin-left: 15px;
2128 }
2129
2130 .wall-item-conv {
2131         margin-top: 5px;
2132         margin-bottom: 25px;
2133 }
2134
2135 #search-submit {
2136         margin-left: 15px;
2137 }
2138
2139 #search-box {
2140         margin-bottom: 25px;
2141 }
2142
2143 .location-label, .gender-label, .marital-label, .homepage-label {
2144         float: left;
2145         text-align: right;
2146         display: block;
2147         width: 65px;
2148 }
2149
2150 .adr, .x-gender, .marital-text, .homepage-url {
2151         float: left;
2152         display: block;
2153         margin-left: 8px;
2154 }
2155
2156 .profile-clear {
2157         clear: both;
2158 }
2159
2160
2161 .clear {
2162         clear: both;
2163 }
2164
2165 .cc-license {
2166         margin-top: 50px;
2167         font-size: 70%;
2168 }
2169
2170
2171 #plugin-settings-link, #account-settings-link {
2172         margin-bottom: 10px;
2173 }
2174
2175 #uexport-link {
2176         margin-bottom: 20px;
2177 }
2178
2179 /* end from default */
2180         
2181
2182 .fn {
2183         padding: 0px 0px 5px 0px;
2184         font-size: 120%;
2185         font-weight: bold;
2186 }
2187
2188 .vcard .title {
2189         margin-bottom: 5px;
2190 }
2191
2192
2193 #birthday-title {
2194         float: left;
2195         font-weight: bold;      
2196 }
2197
2198 #birthday-adjust {
2199         float: left;
2200         font-size: 75%;
2201         margin-left: 10px;
2202 }
2203
2204 #birthday-title-end {
2205         clear: both;
2206 }
2207
2208 .birthday-list {
2209         margin-left: 15px;
2210 }
2211
2212 #birthday-wrapper {
2213         margin-bottom: 20px;
2214 }
2215
2216 #network-new-link {
2217         margin-top: 15px;
2218         margin-bottom: 15px;
2219 }
2220
2221
2222 .tool-wrapper {
2223   float: left;
2224   margin-left: 15px;
2225 }
2226
2227 .tool-link {
2228   cursor: pointer;
2229 }
2230
2231 .eventcal {
2232         float: left;
2233         font-size: 20px;
2234 }
2235
2236 .vevent {
2237         border: 1px solid #CCCCCC;
2238 }
2239 .vevent .event-description, .vevent .event-location {
2240         margin-left: 10px;
2241         margin-right: 10px;
2242 }
2243 .vevent .event-start {
2244         margin-left: 10px;
2245         margin-right: 10px;
2246 }
2247
2248 #new-event-link {
2249         margin-bottom: 10px;
2250 }
2251
2252 .edit-event-link, .plink-event-link {
2253         float: left;
2254         margin-top: 4px;
2255         margin-right: 4px;
2256         margin-bottom: 15px;
2257 }
2258
2259 .event-description:before {
2260         content: url('../../../images/calendar.png');
2261         margin-right: 15px;
2262 }
2263
2264 .event-start, .event-end {
2265         margin-left: 10px;
2266         width: 330px;
2267         clear: both;
2268 }
2269
2270 .event-start .dtstart, .event-end .dtend {
2271         float: right;
2272 }
2273
2274 .event-list-date {
2275         margin-bottom: 10px;
2276 }
2277
2278 .prevcal, .nextcal {
2279         float: left;
2280         margin-left: 32px;
2281         margin-right: 32px;
2282         margin-top: 64px;
2283 }
2284 .event-calendar-end {
2285         clear: both;
2286 }
2287
2288  
2289 .calendar {
2290         font-family: Courier, monospace;
2291 }
2292 .today {
2293         font-weight: bold;
2294         color: #FF0000;
2295 }
2296
2297 .settings-block {
2298         border: 1px solid #AAA;
2299         margin: 10px;
2300         padding: 10px;
2301 }
2302
2303 .app-title {
2304         margin: 10px;
2305 }
2306
2307 #identity-manage-desc {
2308         margin-top:15px;
2309         margin-bottom: 15px;
2310 }
2311
2312 #identity-manage-choose {
2313         margin-bottom: 15px;
2314 }
2315
2316 #identity-submit {
2317         margin-top: 20px;
2318 }
2319
2320 #photo-prev-link, #photo-next-link {
2321         padding: 10px;
2322         float: left;
2323 }
2324
2325 #photo-photo {
2326         float: left;
2327 }
2328
2329 #photo-photo-end {
2330         clear: both;
2331 }
2332
2333 .profile-match-photo {
2334         float: left;
2335         text-align: center;
2336         width: 120px;
2337 }
2338
2339 .profile-match-name {
2340         float: left;
2341         text-align: center;
2342         width: 120px;
2343         overflow: hidden;
2344 }
2345
2346 .profile-match-break,
2347 .profile-match-end {
2348         clear: both;
2349 }
2350
2351 .profile-match-wrapper {
2352         float: left;
2353         padding: 10px;
2354 }
2355 #profile-match-wrapper-end {
2356         clear: both;
2357 }
2358 .side-link {
2359         margin-bottom: 15px;
2360 }
2361
2362 #language-selector {
2363         position: absolute;
2364         top: 0px;
2365         left: 16px;
2366 }
2367
2368 #group-members {
2369         margin-top: 20px;
2370         padding: 10px;
2371         height: 250px;
2372         overflow: auto;
2373         border: 1px solid #ddd;
2374 }
2375
2376 #group-members-end {
2377         clear: both;
2378 }
2379
2380 #group-separator {
2381         margin-top: 10px;
2382         margin-bottom: 10px;
2383 }
2384
2385 #group-all-contacts {
2386         padding: 10px;
2387         height: 450px;
2388         overflow: auto;
2389         border: 1px solid #ddd;
2390 }
2391
2392 #group-all-contacts-end {
2393         clear: both;
2394         margin-bottom: 10px;
2395 }
2396
2397 #group-edit-desc {
2398         margin-top: 15px;
2399 }
2400
2401
2402 #prof-members {
2403         margin-top: 20px;
2404         padding: 10px;
2405         height: 250px;
2406         overflow: auto;
2407         border: 1px solid #ddd;
2408 }
2409
2410 #prof-members-end {
2411         clear: both;
2412 }
2413
2414 #prof-separator {
2415         margin-top: 10px;
2416         margin-bottom: 10px;
2417 }
2418
2419 #prof-all-contacts {
2420         padding: 10px;
2421         height: 450px;
2422         overflow: auto;
2423         border: 1px solid #ddd;
2424 }
2425
2426 #prof-all-contacts-end {
2427         clear: both;
2428         margin-bottom: 10px;
2429 }
2430
2431 #prof-edit-desc {
2432         margin-top: 15px;
2433 }
2434
2435 #crepair-nick-label,
2436 #crepair-url-label,
2437 #crepair-request-label,
2438 #crepair-confirm-label,
2439 #crepair-notify-label,
2440 #crepair-poll-label {
2441         float: left;
2442         width: 200px;
2443         margin-bottom: 15px;
2444 }
2445
2446 #crepair-nick,
2447 #crepair-url,
2448 #crepair-request,
2449 #crepair-confirm,
2450 #crepair-notify,
2451 #crepair-poll {
2452         float: left;
2453         width: 300px;
2454 }
2455
2456 #contact-edit-links .icon, #contact-drop-links .icon {
2457         margin: 0px 3px 0px 3px;
2458 }
2459
2460
2461 #netsearch-box {
2462         margin-top: 20px;       
2463 }
2464
2465 #netsearch-box #search-submit {
2466         margin: 5px 0px 0px 0px;
2467 }
2468
2469 .required {
2470         color: #FF0000;
2471 }
2472
2473 #event-start-text, #event-finish-text {
2474         margin-top: 10px;
2475         margin-bottom: 5px;
2476 }
2477
2478 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2479         float: left;
2480 }
2481 #event-datetime-break {
2482         margin-bottom: 10px;
2483 }
2484
2485 #event-nofinish-break, #event-adjust-break {
2486         clear: both;
2487 }
2488
2489 #event-desc-text, #event-location-text {
2490         margin-top: 10px;
2491         margin-bottom: 5px;
2492 }
2493 #event-submit {
2494         margin-top: 10px;
2495 }
2496
2497 .item-select {
2498         opacity: 0.1;
2499         filter:alpha(opacity=10);
2500         float: right;
2501         margin-right: 10px;
2502
2503 }
2504 .item-select:hover, .checkeditem {
2505         opacity: 1;
2506         filter:alpha(opacity=100);
2507 }
2508
2509
2510 #item-delete-selected {
2511         margin-top: 30px;
2512 }
2513
2514 #item-delete-selected-end {
2515         clear: both;
2516 }
2517 #item-delete-selected-icon, #item-delete-selected-desc {
2518         float: left;
2519         margin-right: 5px;
2520 }
2521 #item-delete-selected-desc:hover {
2522         text-decoration: underline;
2523 }
2524
2525 #lang-select-icon {
2526         cursor: pointer;
2527         position: absolute;
2528         left: 0px;
2529         top: 0px;
2530         opacity: 0.2;
2531         filter:alpha(opacity=20);
2532 }
2533
2534 #lang-select-icon:hover {
2535         opacity: 1;
2536         filter:alpha(opacity=100);
2537 }
2538
2539 /**
2540  * ADMIN
2541  */
2542 #pending-update {
2543         float:right;
2544         color: #ffffff;
2545         font-weight: bold;
2546         background-color: #FF0000;
2547         padding: 0em 0.3em;
2548         
2549 }
2550 #adminpage dl {
2551         clear: left;
2552         margin-bottom: 2px;
2553         padding-bottom: 2px;
2554         border-bottom: 1px solid black;
2555 }
2556 #adminpage dt {
2557         width: 200px;
2558         float: left;
2559         font-weight: bold;
2560 }
2561 #adminpage dd {
2562         margin-left: 200px;
2563 }
2564
2565 #adminpage .field {
2566         clear: left;
2567         margin-bottom: 5px;
2568         padding-bottom: 5px;
2569 }
2570
2571 #adminpage .field label {
2572         float: left;
2573         width: 200px;
2574         font-weight: bold;
2575 }
2576
2577 #adminpage .field input,
2578 #adminpage .field textarea {
2579         width: 400px;
2580 }
2581 #adminpage .field textarea { height: 100px; }
2582 #adminpage .field_help {
2583         display: block;
2584         margin-left: 200px;
2585         color: #666666;
2586         
2587 }
2588
2589 #adminpage h3 {
2590         border-bottom: 1px solid #cccccc;
2591 }
2592
2593 #adminpage .submit {
2594         clear:left;
2595         text-align: right;
2596 }
2597
2598 #adminpage #pluginslist {
2599         margin: 0px; padding: 0px;
2600 }
2601 #adminpage .plugin {
2602         list-style: none;
2603         display: block;
2604         border: 1px solid #888888;
2605         padding: 1em;
2606         margin-bottom: 5px;
2607         clear: left;
2608 }
2609 #adminpage .plugin .desc { margin-left: 2.5em;}
2610 #adminpage .toggleplugin {
2611         float:left;
2612         margin-right: 1em;
2613 }
2614
2615 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
2616 #adminpage table th { text-align: left;}
2617 #adminpage td .icon { float: left;}
2618 #adminpage table#users img { width: 16px; height: 16px; }
2619 #adminpage table tr:hover { background-color: #bbc7d7; }
2620 #adminpage .selectall { text-align: right; }
2621 /**
2622  * ICONS
2623  */
2624 .icon {
2625         display: block; width: 16px; height: 16px;
2626         background-image: url('../../../images/icons.png');
2627 }
2628 .article { background-position: 0px 0px;}
2629 .audio { background-position: -16px 0px;}
2630 .block { background-position: -32px 0px;}
2631 .drop { background-position: -48px 0px;}
2632 .drophide { background-position: -64px 0px;}
2633 .edit { background-position: -80px 0px;}
2634 .camera { background-position: -96px 0px;}
2635 .dislike { background-position: -112px 0px;}
2636 .like { background-position: -128px 0px;}
2637 .link { background-position: -144px 0px;}
2638
2639 .globe { background-position: 0px -16px;}
2640 .noglobe { background-position: -16px -16px;}
2641 .no { background-position: -32px -16px;}
2642 .pause { background-position: -48px -16px;}
2643 .play { background-position: -64px -16px;}
2644 .pencil { background-position: -80px -16px;}
2645 .small-pencil { background-position: -96px -16px;}
2646 .recycle { background-position: -112px -16px;}
2647 .remote-link { background-position: -128px -16px;}
2648 .share { background-position: -144px -16px;}
2649
2650 .tools { background-position: 0px -32px;}
2651 .lock { background-position: -16px -32px;}
2652 .unlock { background-position: -32px -32px;}
2653 .video { background-position: -48px -32px;}
2654 .youtube { background-position: -64px -32px;}
2655 .attach { background-position: -80px -32px; }
2656 .language { background-position: -96px -32px; }
2657 .prev { background-position: -112px -32px; }
2658 .next { background-position: -128px -32px; }
2659 .on { background-position: -144px -32px; }
2660
2661 .off { background-position: 0px -48px; }
2662
2663 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2664
2665 .attachtype {
2666         display: block; width: 20px; height: 23px;
2667         float: left;
2668         background-image: url('../../../images/content-types.png');
2669 }
2670
2671 .body-attach {
2672         margin-top: 10px;
2673 }
2674
2675 .type-video { background-position: 0px; 0px; }
2676 .type-image { background-position: -20px; 0px; }
2677 .type-audio { background-position: -40px; 0px; }
2678 .type-text  { background-position: -60px; 0px; }
2679 .type-unkn  { background-position: -80px; 0px; }
2680