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