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