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