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