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