]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
28c1ce9a13aa1d69ce184d5823d0992cd2ad0034
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;     
26 }
27
28 img { border :0px; }
29
30 #id_openid_url,
31 .openid {
32    background: url(login-bg.gif) no-repeat;
33    background-position: 0 50%;
34    padding-left: 18px;
35 }
36 .openid:hover {
37
38 }
39
40 code {
41         font-family: Courier, monospace;
42         white-space: pre;
43         display: block;
44         overflow: auto;
45         border: 1px solid #444;
46         background: #EEE;
47         color: #444;
48         padding: 10px;
49         margin-top: 20px; 
50 }
51 /*blockquote:before {
52         content: '>> ';
53 }*/
54 blockquote {
55         background-color: #f4f8f9;
56         border-left: 4px solid #dae4ee;
57         padding: 0.4em;
58 }
59
60 .icollapse-wrapper, .ccollapse-wrapper {
61         border: 1px solid #CCC;
62         padding: 5px;
63 }
64
65 #panel {
66         background-color: ivory;
67         position: absolute;
68         z-index: 2;
69         width: 30%;
70         padding: 25px;
71         border: 1px solid #444;
72 }
73
74 .heart {
75         color: #FF0000;
76         font-size: 100%;
77 }
78
79
80
81 /* nav */
82 nav {
83         height: 94px;
84         display: block;
85         margin: 0px 10%;
86         border-bottom: 1px solid #babdb6;
87 }
88 nav #site-location {
89         color: #888a85;
90         font-size: 0.8em;
91         position: absolute;
92 }
93
94 .error-message {
95         color: #FF0000;
96         font-size: 1.1em;
97         border: 1px solid #FF8888;
98         background-color: #FFEEEE;
99         padding: 10px;
100 }
101
102 .info-message {
103         color: #204a87;
104         font-size: 1.1em;
105         border: 1px solid #3465a4;
106         background-color: #d7e3f1;
107         padding: 10px;
108 }
109
110
111 nav #banner {
112         display: block;
113     margin-top: 14px;
114         position: absolute;
115 }
116 nav #banner #logo-text a {
117         font-size: 40px;
118         font-weight: bold;
119         margin-left: 3px;
120         color: #000000;
121
122 }
123 nav #banner #logo-text a:hover { text-decoration: none; }
124
125
126 .nav-commlink, .nav-login-link {
127     display: block;
128     height: 15px;
129         margin-top: 67px;
130         margin-right: 2px;
131         padding: 6px 10px;
132         float: left;
133         bottom: 140px;
134         border: 1px solid #babdb6;
135         border-bottom: 0px;
136         background-color: #aec0d3;
137         color: #565854;         
138         -moz-border-radius: 3px 3px 0px 0px;
139         border-radius: 3px 3px 0px 0px; 
140 }
141 nav .nav-link {
142         float: right;
143         margin: 0.2em 0em;
144         padding: 0em 0.5em;
145         background-color: transparent !important;
146 }
147
148
149 .nav-selected {
150         background-color: #ffffff;
151         border-bottom: 1px solid #ffffff;
152         color: #000000 !important;
153         margin-top: 64px;
154         padding-top: 6px;
155         padding-bottom: 8px;
156 }
157 .nav-ajax-left {
158         font-size: 0.8em;
159         float: left;
160         margin-top: 62px;       
161 }
162
163
164 nav #nav-link-wrapper .nav-link {
165         border-right: 1px solid #babdb6;
166 }
167
168 /* aside */
169 aside {
170         display: block;
171         min-height: 112px;
172         width: 200px;
173         margin-left: 10%;
174         padding: 1em;
175         float: left;
176         background-image: url(border.jpg);
177         background-position: top left;
178         background-repeat: no-repeat;
179         position: absolute;
180 }
181
182 #dfrn-request-link {
183         display: block;
184         color: #FFFFFF;
185         -webkit-border-radius: 5px ;
186         -moz-border-radius: 5px;
187         border-radius: 5px;
188         padding: 5px;
189         font-weight: bold;
190         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
191 }
192
193 /* section */
194 section {
195         margin: 0px 10%;
196         padding-top: 1em;
197         padding-left: 250px;
198         padding-right: 1em;
199         display: block;
200         background-color: #ffffff;
201         background-image: url(border.jpg);
202         background-position: top right;
203         background-repeat: no-repeat;
204         min-height: 112px;
205         
206 }
207
208 #profile-tabs-wrapper {
209         height: 27px;
210         background-image: url(head.jpg);
211         background-repeat: repeat-x;    
212         background-position: 0px -20px;
213         border-bottom: 1px solid #babdb6;
214 }
215 .profile-tabs {
216         display:block;
217         float:left;
218         padding: 0.4em;
219         margin-right: 1em;
220 }
221
222
223 /* footer */
224 footer {
225     display: none;
226
227 }
228
229
230 div.wall-item-content-wrapper.shiny {
231   background-image: url('shiny.png');
232   background-position: -5px 30px;
233   background-repeat:no-repeat;
234 }
235
236 /* from default */
237 #jot-perms-icon, 
238 #profile-location,
239 #profile-nolocation,
240 #profile-youtube, 
241 #profile-video, 
242 #profile-audio,
243 #profile-link,
244 #profile-title, 
245 #wall-image-upload,
246 #wall-file-upload,
247 #profile-upload-wrapper,
248 #wall-image-upload-div,
249 #wall-file-upload-div,
250 .hover, .focus {
251         cursor: pointer;
252 }
253
254 #jot-perms-icon {
255         float: left;
256 }
257
258 .fakelink, .fakelink:visited, .fakelink:link {
259         color: #3465a4;
260         text-decoration: none;
261         cursor: pointer;
262         margin-top: 15px;
263         margin-bottom: 15px;
264 }
265 .lockview {
266         cursor: pointer;
267 }
268
269 #group-sidebar {
270         margin-bottom: 10px;
271 }
272
273 .group-selected {
274         padding: 3px;
275         border: 1px solid #CCCCCC;
276         background: #F8F8F8;
277         font-weight: bold;
278 }
279
280 .fakelink:hover {
281         color: #3465a4;
282         text-decoration: underline;
283         cursor: pointer;
284 }
285 .smalltext {
286         font-size: 0.7em;
287 }
288 #sysmsg {
289         /*width: 600px;*/
290         margin-bottom: 10px;
291 }
292
293 #register-fill-ext {
294         margin-bottom: 25px;
295 }
296
297 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
298         float: left;
299         width: 350px;
300         margin-top: 10px;
301 }
302
303 #register-name, #register-email, #register-nickname {
304         float: left;
305         margin-top: 10px;
306         width: 150px;
307 }
308
309 #register-openid {
310         float: left;
311         margin-top: 10px;
312         width: 130px;
313 }
314
315 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
316         clear: both;
317 }
318
319 #register-nickname-desc {
320         margin-top: 30px;
321         width: 650px;
322 }
323 #register-sitename {
324         float: left;
325         margin-top: 10px;
326 }
327
328 #register-submit-button {
329         margin-top: 10px;
330 }
331
332 #label-login-name, #label-login-password, #login-extra-filler {
333         float: left;
334         width: 200px;
335         margin-bottom: 20px;
336 }
337
338
339 #login-password {
340         float: left;
341         width: 170px;
342 }
343
344 #login-name {
345         float: left;
346         width: 153px;
347 }
348
349 #login-name.no-openid {
350         float: left;
351         width: 170px;
352 }
353
354 #register-link, #lost-password-link {
355         float: left;
356         font-size: 80%;
357         margin-right: 15px;
358 }
359
360 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
361         height: 50px;
362 }
363
364 #login-submit-button {
365 /*      margin-top: 10px; */
366         margin-left: 200px;
367 }
368
369
370 input#dfrn-url {
371         float: left;
372         background: url(friendika-16.png) no-repeat;
373         background-position: 2px center;
374         font-size: 17px;
375         padding-left: 21px;
376         height: 21px;
377         background-color: #FFFFFF;
378         color: #000000;
379         margin-bottom: 20px;
380 }
381
382 #dfrn-url-label {
383         float: left;
384         width: 250px;
385 }
386
387 #dfrn-request-url-end {
388         clear: both;
389 }
390
391 #knowyouyes, #knowyouno {
392         float: left;
393 }
394
395 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
396
397         float: none;
398 }
399 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
400         float: left;
401         width: 75px;
402         margin-left: 50px;
403         margin-bottom: 7px;
404 }
405 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
406         clear: both;
407
408 }
409
410 #dfrn-request-message-wrapper {
411         margin-bottom: 50px;
412 }
413 #dfrn-request-submit-wrapper {
414         clear: both;
415         margin-left: 50px;
416 }
417
418 #dfrn-request-info-wrapper {
419         margin-left: 50px;
420 }
421
422
423
424 #cropimage-wrapper, #cropimage-preview-wrapper {
425         float: left;
426         padding: 30px;
427 }
428
429 #crop-image-form {
430         margin-top: 30px;
431         clear: both;
432 }
433
434 .intro-wrapper {
435         margin-top: 20px;
436 }
437
438 .intro-fullname {
439         font-size: 1.1em;
440         font-weight: bold;
441
442 }
443 .intro-desc {
444         margin-bottom: 20px;
445         font-weight: bold;
446 }
447
448 .intro-note {
449         padding: 10px;
450 }
451
452 .intro-end {
453         padding: 30px;
454 }
455
456 .intro-form {
457         float: left;
458 }
459 .intro-approve-form {
460         clear: both;
461 }
462 .intro-approve-as-friend-end {
463         clear: both;
464 }
465 .intro-submit-approve, .intro-submit-ignore {
466         margin-right: 20px;
467 }
468 .intro-submit-approve {
469         margin-top: 15px;
470 }
471
472 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
473         float: left;
474         width: 100px;
475         margin-left: 20px;
476 }
477 .intro-approve-as-friend, .intro-approve-as-fan {
478         float: left;
479 }
480 .intro-form-end {
481         clear: both;
482 }
483 .intro-approve-as-friend-desc {
484         margin-top: 15px;
485 }
486 .intro-approve-as-end {
487         clear: both;
488         margin-bottom: 10px;
489 }
490
491 .intro-end {
492         clear: both;
493         margin-bottom: 30px;
494 }
495
496 #profile-extra-links ul {
497         list-style-type: none;
498         padding: 0px;
499 }
500
501
502 #profile-extra-links li {
503         margin-top: 5px;
504 }
505
506 #profile-edit-links ul {
507         list-style-type: none;
508 }
509
510 #profile-edit-links li {
511         margin-top: 10px;
512 }
513
514 .view-contact-wrapper {
515         margin-top: 20px;
516         float: left;
517         margin-left: 20px;
518         width: 180px;
519 }
520 #view-contact-end {
521         clear: both;
522 }
523
524
525 #viewcontacts {
526         margin-top: 15px;
527 }
528 #profile-edit-default-desc {
529         color: #FF0000;
530         border: 1px solid #FF8888;
531         background-color: #FFEEEE;
532         padding: 7px;
533 }
534
535 #profile-edit-clone-link-wrapper {
536         float: left;
537         margin-left: 50px;
538         margin-bottom: 20px;
539         width: 300px;
540 }
541
542 #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 #photo-edit-perms-select,
1495 #photos-upload-permissions-wrapper,
1496 #profile-jot-acl-wrapper{
1497         display:block!important;
1498 }
1499
1500 #acl-wrapper {
1501         width: 690px;
1502         float:left;
1503 }
1504 #acl-search {
1505         float:right;
1506         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1507         padding-right:20px;
1508 }
1509 #acl-showall {
1510         float: left;
1511         display: block;
1512         width: auto;
1513         height: 18px;
1514         background-color: #cccccc;
1515         background-image: url("../../../images/show_all_off.png");
1516         background-position: 7px 7px;
1517         background-repeat: no-repeat;
1518         padding: 7px 5px 0px 30px;
1519         -webkit-border-radius: 5px ;
1520         -moz-border-radius: 5px;
1521         border-radius: 5px;
1522         color: #999999;
1523 }
1524 #acl-showall.selected {
1525         color: #000000;
1526         background-color: #ff9900;
1527         background-image: url("../../../images/show_all_on.png");
1528 }
1529
1530 #acl-list {
1531         height: 210px;
1532         border: 1px solid #cccccc;
1533         clear: both;
1534         margin-top: 30px;
1535         overflow: auto;
1536 }
1537 #acl-list-content {
1538         
1539 }
1540 .acl-list-item {
1541         display: block;
1542         width: 150px;
1543         height: 30px;
1544         border: 1px solid #cccccc;
1545         margin: 5px;
1546         float: left;
1547 }
1548 .acl-list-item img{
1549         width:22px;
1550         height: 22px;
1551         float: left;
1552         margin: 4px;
1553 }
1554 .acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; }
1555 .acl-list-item a { 
1556         font-size: 8px;
1557         display: block;
1558         width: 40px;
1559         height: 10px;
1560         float: left;
1561         color: #999999;
1562         background-color: #cccccc;
1563         background-position: 3px 3px;
1564         background-repeat: no-repeat;
1565         margin-right: 5px;
1566         -webkit-border-radius: 2px ;
1567         -moz-border-radius: 2px;
1568         border-radius: 2px;
1569         padding-left: 15px;
1570 }
1571 #acl-wrapper a:hover {
1572         text-decoration: none;
1573         color:#000000;
1574 }
1575 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1576 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1577
1578 .acl-button-show.selected {
1579         color: #000000;
1580         background-color: #9ade00;
1581         background-image: url("../../../images/show_on.png");
1582 }
1583 .acl-button-hide.selected {
1584         color: #000000;
1585         background-color: #ff4141;
1586         background-image: url("../../../images/hide_on.png");
1587 }
1588 .acl-list-item.groupshow { border-color: #9ade00; }
1589 .acl-list-item.grouphide { border-color: #ff4141; }
1590 /** /acl **/
1591
1592
1593 .comment-edit-text-empty {
1594         color: gray;
1595         height: 30px;
1596         width: 175px;
1597         overflow: auto;
1598         margin-bottom: 10px;
1599 }
1600
1601 .comment-edit-text-full {
1602         color: black;
1603         height: 150px;
1604         width: 350px;
1605         overflow: auto;
1606 }
1607
1608 #group-new-submit-wrapper {
1609         margin-top: 30px;
1610 }
1611
1612 #group-edit-name-label {
1613         float: left;
1614         width: 175px;
1615         margin-top: 20px;
1616         margin-bottom: 20px;
1617 }
1618
1619 #group-edit-name {
1620         float: left;
1621         width: 225px;
1622         margin-top: 20px;
1623         margin-bottom: 20px;
1624 }
1625
1626 #group-edit-name-wrapper {
1627
1628
1629 }
1630
1631
1632 #group_members_select_label {
1633         display: block;
1634         float: left;
1635         width: 175px;
1636 }
1637
1638 .group_members_select {
1639         float: left;
1640         width: 230px;
1641         overflow: auto;
1642 }
1643
1644 #group_members_select_end {
1645         clear: both;
1646 }
1647 #group-edit-name-end {
1648         clear: both;
1649 }
1650
1651 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1652         margin-bottom: 10px;
1653         margin-top: 20px;
1654 }
1655
1656 #prvmail-submit {
1657         float: left;
1658         margin-top: 10px;
1659         margin-right: 30px;
1660 }
1661 #prvmail-upload-wrapper,
1662 #prvmail-link-wrapper,
1663 #prvmail-rotator-wrapper {
1664         float: left;
1665         margin-top: 10px;
1666         margin-right: 10px;
1667         width: 24px;
1668 }
1669
1670 #prvmail-end {
1671         clear: both;
1672 }
1673
1674 .mail-list-sender,
1675 .mail-list-detail {
1676         float: left;
1677 }
1678 .mail-list-detail {
1679         margin-left: 20px;
1680 }
1681
1682 .mail-list-subject {
1683         font-size: 1.1em;
1684         margin-top: 10px;
1685 }
1686 a.mail-list-link {
1687     display: block;
1688     font-size: 1.3em;
1689     padding: 4px 0;
1690 }
1691
1692 /*
1693 *a.mail-list-link:hover {
1694 *       background-color: #15607B;
1695 *       color: #F5F6FB;
1696 *}
1697 */
1698
1699 .mail-list-outside-wrapper-end {
1700         clear: both;
1701 }
1702
1703 .mail-list-outside-wrapper {
1704         margin-top: 30px;
1705 }
1706
1707 .mail-list-delete-wrapper {
1708         float: right;
1709         margin-right: 30px;
1710         margin-top: 15px;
1711 }
1712
1713 .mail-list-delete-icon {
1714         border: none;
1715 }
1716
1717 .mail-conv-sender,
1718 .mail-conv-detail {
1719         float: left;
1720 }
1721 .mail-conv-detail {
1722         margin-left: 20px;
1723         width: 500px;
1724 }
1725
1726 .mail-conv-subject {
1727     font-size: 1.4em;
1728     margin: 10px 0;
1729 }
1730
1731 .mail-conv-outside-wrapper-end {
1732         clear: both;
1733 }
1734
1735 .mail-conv-outside-wrapper {
1736         margin-top: 30px;
1737 }
1738
1739 .mail-conv-delete-wrapper {
1740         float: right;
1741         margin-right: 30px;
1742         margin-top: 15px;
1743 }
1744
1745 .mail-conv-delete-icon {
1746         border: none;
1747 }
1748
1749 .message-links ul {
1750         list-style-type: none;
1751         padding: 0px;
1752 }
1753
1754 .message-links li {
1755         margin-top: 10px;
1756         float: left;
1757 }
1758 .message-links a {
1759         padding: 3px 5px;
1760 }
1761
1762 .message-links ul ul {
1763         clear: both;
1764 }
1765
1766 #sidebar-group-list ul {
1767         list-style-type: none;
1768 }
1769
1770 #sidebar-group-list li {
1771         margin-top: 10px;
1772 }
1773
1774 #side-follow-wrapper {
1775         margin-top: 20px;
1776 }
1777 #side-follow-url {
1778         margin-top: 5px;
1779 }
1780 #side-follow-submit {
1781         margin-top: 15px;
1782 }
1783
1784 .photo-album-image-wrapper {
1785         float: left;
1786         margin-top: 15px;
1787         margin-right: 15px;
1788         width: 200px; height: 200px; 
1789         overflow: hidden; 
1790         position: relative;
1791 }
1792 .photo-album-image-wrapper .caption {
1793         display: none; 
1794         width: 100%;
1795         position: absolute; 
1796         bottom: 0px; 
1797         padding: 0.5em 0.5em 0px 0.5em;
1798         background-color: rgba(245, 245, 255, 0.8);
1799         border-bottom: 2px solid #CCC;
1800         margin: 0px;
1801 }
1802 .photo-album-image-wrapper a:hover .caption {
1803         display:block;
1804 }
1805
1806 #photo-album-end {
1807         clear: both;
1808 }
1809
1810 .photo-top-image-wrapper {
1811         position: relative;
1812         float: left;
1813         margin-top: 15px;
1814         margin-right: 15px;
1815         width: 200px; height: 200px; 
1816         overflow: hidden; 
1817 }
1818 .photo-top-album-name {
1819         width: 100%;
1820         min-height: 2em;
1821         position: absolute; 
1822         bottom: 0px; 
1823         padding: 0px 3px;
1824         padding-top: 0.5em;
1825         background-color: rgb(255, 255, 255);
1826 }
1827 #photo-top-end {
1828         clear: both;
1829 }
1830
1831 #photo-top-links {
1832         margin-bottom: 30px;
1833         margin-left: 30px;
1834 }
1835
1836 #photos-upload-newalbum-div {
1837         float: left;
1838         width: 175px;
1839 }
1840 #photos-upload-existing-album-text {
1841         float: left;
1842         width: 175px;
1843 }
1844 #photos-upload-newalbum {
1845         float: left;
1846 }
1847 #photos-upload-album-select {
1848         float: left;
1849 }
1850
1851 #photos-upload-spacer {
1852         margin-top: 25px;
1853 }
1854 #photos-upload-new-end, #photos-upload-exist-end {
1855         clear: both;
1856 }
1857 #photos-upload-exist-end {
1858         margin-bottom: 15px;
1859 }
1860 #photos-upload-submit {
1861         margin-top: 15px;
1862 }
1863
1864 #photos_upload_applet_wrapper {
1865         margin-bottom: 15px;
1866 }
1867
1868 #photos-upload-no-java-message {
1869         margin-bottom: 15px;
1870 }
1871
1872 #profile-jot-desc {
1873         /*float: left;*/
1874         width: 480px;
1875         color: #FF0000;
1876         margin-top: 10px;
1877         margin-bottom: 10px;
1878 }
1879
1880 #character-counter {
1881         float: right;
1882         font-size: 120%;
1883 }
1884
1885 #character-counter.grey {
1886         color: #888888;
1887 }
1888
1889 #character-counter.orange {
1890         color: orange;
1891 }
1892 #character-counter.red {
1893         color: red;
1894 }
1895
1896 #profile-jot-banner-end {
1897         /* clear: both; */ 
1898 }
1899
1900 #photos-upload-select-files-text {
1901         margin-top: 15px;
1902         margin-bottom: 15px;
1903 }
1904
1905 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1906         color: #8888FF;
1907         text-decoration: none;
1908         cursor: pointer;
1909 }
1910
1911 #photos-upload-perms-menu:hover {
1912         color: #0000FF;
1913         text-decoration: underline;
1914         cursor: pointer;
1915 }
1916 #settings-default-perms-menu {
1917         margin-top: 15px;
1918         margin-bottom: 15px;
1919 }
1920
1921 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1922         float: left;
1923         width: 150px;
1924 }
1925
1926 #photo-edit-perms-end {
1927         margin-bottom: 15px;
1928 }
1929
1930 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1931         float: left;
1932         margin-bottom: 25px;
1933 }
1934 #photo-edit-link-wrap {
1935         margin-bottom: 15px;
1936 }
1937 #photo-like-div {
1938         margin-bottom: 25px;
1939 }
1940
1941 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1942         clear: both;
1943 }
1944
1945 #photo-edit-delete-button {
1946         margin-left: 200px;
1947 }
1948 #photo-edit-end {
1949         margin-bottom: 35px;
1950 }
1951 #photo-caption {
1952         font-size: 110%;
1953         font-weight: bold;
1954         margin-top: 15px;
1955         margin-bottom: 15px;
1956 }
1957
1958 #in-this-photo-text {
1959         color: #0000FF;
1960         margin-left: 30px;
1961 }
1962
1963 #in-this-photo {
1964         margin-left: 60px;
1965         margin-top: 10px;
1966         margin-bottom: 20px;
1967 }
1968
1969 #photo-album-edit-submit, #photo-album-edit-drop {
1970         margin-top: 15px;
1971         margin-bottom: 15px;
1972 }
1973
1974 #photo-album-edit-drop {
1975         margin-left: 200px;
1976 }
1977
1978 .group-delete-wrapper {
1979         float: right;
1980         margin-right: 50px;
1981 }
1982
1983 #install-dbhost-label,
1984 #install-dbuser-label,
1985 #install-dbpass-label,
1986 #install-dbdata-label,
1987 #install-tz-desc {
1988        float: left;
1989        width: 250px;
1990        margin-top: 10px;
1991        margin-bottom: 10px;
1992
1993 }
1994
1995 #install-dbhost,
1996 #install-dbuser,
1997 #install-dbpass,
1998 #install-dbdata {
1999        float: left;
2000        width: 200px;
2001        margin-left: 20px;
2002 }
2003
2004 #install-dbhost-end,
2005 #install-dbuser-end,
2006 #install-dbpass-end,
2007 #install-dbdata-end,
2008 #install-tz-end {
2009        clear: both;
2010 }
2011
2012 #install-form select#timezone_select {
2013        float: left;
2014        margin-top: 18px;
2015        margin-left: 20px;
2016 }
2017
2018 #dfrn-request-networks {
2019         margin-bottom: 30px;
2020 }
2021
2022 #pause {
2023   position: fixed;
2024   bottom: 5px;
2025   right: 5px;
2026 }
2027
2028 .sparkle {
2029         cursor: url('lock.cur'), pointer;
2030 /*      cursor: pointer !important; */
2031 }
2032
2033 .contact-block-div {
2034         float: left;
2035         width: 52px;
2036         height: 52px;
2037 }
2038 .contact-block-textdiv {
2039         float: left;
2040         width: 150px;
2041         height: 34px;
2042 }
2043
2044 #contact-block-end {
2045         clear: both;
2046 }
2047 .contact-block-link {
2048         float: left;
2049 }
2050 .contact-block-img {
2051         width:48px;
2052         height:48px;
2053 }
2054
2055 #tag-remove {
2056         margin-bottom: 15px;
2057 }
2058
2059 #tagrm li {
2060         margin-bottom: 10px;
2061 }
2062
2063 #tagrm-submit, #tagrm-cancel {
2064         margin-top: 25px;
2065 }
2066
2067 #tagrm-cancel {
2068         margin-left: 15px;
2069 }
2070
2071 .wall-item-conv {
2072         margin-top: 5px;
2073         margin-bottom: 25px;
2074 }
2075
2076 #search-submit {
2077         margin-left: 15px;
2078 }
2079
2080 #search-box {
2081         margin-bottom: 25px;
2082 }
2083
2084 .location-label, .gender-label, .marital-label, .homepage-label {
2085         float: left;
2086         text-align: right;
2087         display: block;
2088         width: 65px;
2089 }
2090
2091 .adr, .x-gender, .marital-text, .homepage-url {
2092         float: left;
2093         display: block;
2094         margin-left: 8px;
2095 }
2096
2097 .profile-clear {
2098         clear: both;
2099 }
2100
2101
2102 .clear {
2103         clear: both;
2104 }
2105
2106 .cc-license {
2107         margin-top: 50px;
2108         font-size: 70%;
2109 }
2110
2111
2112 #plugin-settings-link, #account-settings-link {
2113         margin-bottom: 10px;
2114 }
2115
2116 #uexport-link {
2117         margin-bottom: 20px;
2118 }
2119
2120 /* end from default */
2121         
2122
2123 .fn {
2124         padding: 0px 0px 5px 0px;
2125         font-size: 120%;
2126         font-weight: bold;
2127 }
2128
2129 .vcard .title {
2130         margin-bottom: 5px;
2131 }
2132
2133
2134 #birthday-title {
2135         float: left;
2136         font-weight: bold;      
2137 }
2138
2139 #birthday-adjust {
2140         float: left;
2141         font-size: 75%;
2142         margin-left: 10px;
2143 }
2144
2145 #birthday-title-end {
2146         clear: both;
2147 }
2148
2149 .birthday-list {
2150         margin-left: 15px;
2151 }
2152
2153 #birthday-wrapper {
2154         margin-bottom: 20px;
2155 }
2156
2157 #network-new-link {
2158         margin-top: 15px;
2159         margin-bottom: 15px;
2160 }
2161
2162
2163 .tool-wrapper {
2164   float: left;
2165   margin-left: 15px;
2166 }
2167
2168 .tool-link {
2169   cursor: pointer;
2170 }
2171
2172 .eventcal {
2173         float: left;
2174         font-size: 20px;
2175 }
2176
2177 .vevent {
2178         border: 1px solid #CCCCCC;
2179 }
2180 .vevent .event-description, .vevent .event-location {
2181         margin-left: 10px;
2182         margin-right: 10px;
2183 }
2184 .vevent .event-start {
2185         margin-left: 10px;
2186         margin-right: 10px;
2187 }
2188
2189 #new-event-link {
2190         margin-bottom: 10px;
2191 }
2192
2193 .edit-event-link, .plink-event-link {
2194         float: left;
2195         margin-top: 4px;
2196         margin-right: 4px;
2197         margin-bottom: 15px;
2198 }
2199
2200 .event-description:before {
2201         content: url('../../../images/calendar.png');
2202         margin-right: 15px;
2203 }
2204
2205 .event-start, .event-end {
2206         margin-left: 10px;
2207         width: 330px;
2208         clear: both;
2209 }
2210
2211 .event-start .dtstart, .event-end .dtend {
2212         float: right;
2213 }
2214
2215 .event-list-date {
2216         margin-bottom: 10px;
2217 }
2218
2219 .prevcal, .nextcal {
2220         float: left;
2221         margin-left: 32px;
2222         margin-right: 32px;
2223         margin-top: 64px;
2224 }
2225 .event-calendar-end {
2226         clear: both;
2227 }
2228
2229  
2230 .calendar {
2231         font-family: Courier, monospace;
2232 }
2233 .today {
2234         font-weight: bold;
2235         color: #FF0000;
2236 }
2237
2238 .settings-block {
2239         border: 1px solid #AAA;
2240         margin: 10px;
2241         padding: 10px;
2242 }
2243
2244 .app-title {
2245         margin: 10px;
2246 }
2247
2248 #identity-manage-desc {
2249         margin-top:15px;
2250         margin-bottom: 15px;
2251 }
2252
2253 #identity-manage-choose {
2254         margin-bottom: 15px;
2255 }
2256
2257 #identity-submit {
2258         margin-top: 20px;
2259 }
2260
2261 #photo-prev-link, #photo-next-link {
2262         padding: 10px;
2263         float: left;
2264 }
2265
2266 #photo-photo {
2267         float: left;
2268 }
2269
2270 #photo-photo-end {
2271         clear: both;
2272 }
2273
2274 .profile-match-photo {
2275         float: left;
2276         text-align: center;
2277         width: 120px;
2278 }
2279
2280 .profile-match-name {
2281         float: left;
2282         text-align: center;
2283         width: 120px;
2284         overflow: hidden;
2285 }
2286
2287 .profile-match-break,
2288 .profile-match-end {
2289         clear: both;
2290 }
2291
2292 .profile-match-wrapper {
2293         float: left;
2294         padding: 10px;
2295         width: 120px;
2296         height: 120px;
2297         scroll: auto;
2298 }
2299 #profile-match-wrapper-end {
2300         clear: both;
2301 }
2302 .side-link {
2303         margin-bottom: 15px;
2304 }
2305
2306 #language-selector {
2307         position: absolute;
2308         top: 0px;
2309         left: 16px;
2310 }
2311
2312 #group-members {
2313         margin-top: 20px;
2314         padding: 10px;
2315         height: 250px;
2316         overflow: auto;
2317         border: 1px solid #ddd;
2318 }
2319
2320 #group-members-end {
2321         clear: both;
2322 }
2323
2324 #group-separator {
2325         margin-top: 10px;
2326         margin-bottom: 10px;
2327 }
2328
2329 #group-all-contacts {
2330         padding: 10px;
2331         height: 450px;
2332         overflow: auto;
2333         border: 1px solid #ddd;
2334 }
2335
2336 #group-all-contacts-end {
2337         clear: both;
2338         margin-bottom: 10px;
2339 }
2340
2341 #group-edit-desc {
2342         margin-top: 15px;
2343 }
2344
2345
2346 #prof-members {
2347         margin-top: 20px;
2348         padding: 10px;
2349         height: 250px;
2350         overflow: auto;
2351         border: 1px solid #ddd;
2352 }
2353
2354 #prof-members-end {
2355         clear: both;
2356 }
2357
2358 #prof-separator {
2359         margin-top: 10px;
2360         margin-bottom: 10px;
2361 }
2362
2363 #prof-all-contacts {
2364         padding: 10px;
2365         height: 450px;
2366         overflow: auto;
2367         border: 1px solid #ddd;
2368 }
2369
2370 #prof-all-contacts-end {
2371         clear: both;
2372         margin-bottom: 10px;
2373 }
2374
2375 #prof-edit-desc {
2376         margin-top: 15px;
2377 }
2378
2379 #crepair-nick-label,
2380 #crepair-url-label,
2381 #crepair-request-label,
2382 #crepair-confirm-label,
2383 #crepair-notify-label,
2384 #crepair-poll-label {
2385         float: left;
2386         width: 200px;
2387         margin-bottom: 15px;
2388 }
2389
2390 #crepair-nick,
2391 #crepair-url,
2392 #crepair-request,
2393 #crepair-confirm,
2394 #crepair-notify,
2395 #crepair-poll {
2396         float: left;
2397         width: 300px;
2398 }
2399
2400 #contact-edit-links .icon, #contact-drop-links .icon {
2401         margin: 0px 3px 0px 3px;
2402 }
2403
2404
2405 #netsearch-box {
2406         margin-top: 20px;       
2407 }
2408
2409 #netsearch-box #search-submit {
2410         margin: 5px 0px 0px 0px;
2411 }
2412
2413 .required {
2414         color: #FF0000;
2415 }
2416
2417 #event-start-text, #event-finish-text {
2418         margin-top: 10px;
2419         margin-bottom: 5px;
2420 }
2421
2422 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2423         float: left;
2424 }
2425 #event-datetime-break {
2426         margin-bottom: 10px;
2427 }
2428
2429 #event-nofinish-break, #event-adjust-break {
2430         clear: both;
2431 }
2432
2433 #event-desc-text, #event-location-text {
2434         margin-top: 10px;
2435         margin-bottom: 5px;
2436 }
2437 #event-submit {
2438         margin-top: 10px;
2439 }
2440
2441 .item-select {
2442         opacity: 0.1;
2443         filter:alpha(opacity=10);
2444         float: right;
2445         margin-right: 10px;
2446
2447 }
2448 .item-select:hover, .checkeditem {
2449         opacity: 1;
2450         filter:alpha(opacity=100);
2451 }
2452
2453
2454 #item-delete-selected {
2455         margin-top: 30px;
2456 }
2457
2458 #item-delete-selected-end {
2459         clear: both;
2460 }
2461 #item-delete-selected-icon, #item-delete-selected-desc {
2462         float: left;
2463         margin-right: 5px;
2464 }
2465 #item-delete-selected-desc:hover {
2466         text-decoration: underline;
2467 }
2468
2469 #lang-select-icon {
2470         cursor: pointer;
2471         position: absolute;
2472         left: 0px;
2473         top: 0px;
2474         opacity: 0.2;
2475         filter:alpha(opacity=20);
2476 }
2477
2478 #lang-select-icon:hover {
2479         opacity: 1;
2480         filter:alpha(opacity=100);
2481 }
2482
2483 /**
2484  * Plugins settings
2485  */
2486
2487 .settings-block > h3,
2488 .settings-heading {
2489         border-bottom: 1px solid #babdb6;
2490 }
2491  
2492
2493 /**
2494  * Form fields
2495  */
2496 .field {
2497         margin-bottom: 10px;
2498         padding-bottom: 10px;
2499         overflow: auto;
2500         width: 100%
2501 }
2502
2503 .field label {
2504         float: left;
2505         width: 200px;
2506 }
2507
2508 .field input,
2509 .field textarea {
2510         width: 400px;
2511 }
2512 .field textarea { height: 100px; }
2513 .field_help {
2514         display: block;
2515         margin-left: 200px;
2516         color: #666666;
2517         
2518 }
2519
2520
2521 .field .onoff {
2522         float: left;
2523         width: 80px;
2524 }
2525 .field .onoff a {
2526         display: block;
2527         border:1px solid #666666;
2528         background-image:url("../../../images/onoff.jpg");
2529         background-repeat: no-repeat;
2530         padding: 4px 2px 2px 2px;
2531         height: 16px;
2532         text-decoration: none;
2533 }
2534 .field .onoff .off {
2535         border-color:#666666;
2536         padding-left: 40px;
2537         background-position: left center;
2538         background-color: #cccccc;
2539         color: #666666;
2540         text-align: right;
2541 }
2542 .field .onoff .on {
2543         border-color:#204A87;
2544         padding-right: 40px;
2545         background-position: right center;
2546         background-color: #3465A4;
2547         color: #FFFFFF;
2548         text-align: left;
2549 }
2550 .hidden { display: none!important; }
2551
2552 .field.radio .field_help { margin-left: 0px; }
2553
2554 /**
2555  * ADMIN
2556  */
2557 #pending-update {
2558         float:right;
2559         color: #ffffff;
2560         font-weight: bold;
2561         background-color: #FF0000;
2562         padding: 0em 0.3em;
2563         
2564 }
2565 #adminpage dl {
2566         clear: left;
2567         margin-bottom: 2px;
2568         padding-bottom: 2px;
2569         border-bottom: 1px solid black;
2570 }
2571 #adminpage dt {
2572         width: 200px;
2573         float: left;
2574         font-weight: bold;
2575 }
2576 #adminpage dd {
2577         margin-left: 200px;
2578 }
2579
2580 #adminpage h3 {
2581         border-bottom: 1px solid #cccccc;
2582 }
2583 #adminpage .field label {
2584         font-weight: bold;
2585 }
2586 #adminpage .submit {
2587         clear:left;
2588         text-align: right;
2589 }
2590
2591 #adminpage #pluginslist {
2592         margin: 0px; padding: 0px;
2593 }
2594 #adminpage .plugin {
2595         list-style: none;
2596         display: block;
2597         border: 1px solid #888888;
2598         padding: 1em;
2599         margin-bottom: 5px;
2600         clear: left;
2601 }
2602 #adminpage .plugin .desc { margin-left: 2.5em;}
2603 #adminpage .toggleplugin {
2604         float:left;
2605         margin-right: 1em;
2606 }
2607
2608 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2609 #adminpage table th { text-align: left;}
2610 #adminpage td .icon { float: left;}
2611 #adminpage table#users img { width: 16px; height: 16px; }
2612 #adminpage table tr:hover { background-color: #bbc7d7; }
2613 #adminpage .selectall { text-align: right; }
2614
2615 /*
2616  * UPDATE
2617  */
2618 .popup {        
2619         width: 100%; height: 100%;
2620         top:0px; left:0px;
2621         position: absolute;
2622         display: none;
2623 }
2624
2625 .popup .background {
2626         background-color: rgba(0,0,0,128);
2627         opacity: 0.5;
2628         width: 100%; height: 100%;
2629         position: absolute;
2630         top:0px; left:0px;
2631 }
2632 .popup .panel {
2633         top:25%;left:25%;width:50%;height:50%;
2634         padding: 1em;
2635         position: absolute;
2636         border: 4px solid #000000;
2637         background-color: #FFFFFF;
2638 }
2639 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2640 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2641 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2642 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2643 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2644
2645
2646 /**
2647  * ICONS
2648  */
2649 .icon {
2650         display: block; width: 16px; height: 16px;
2651         background-image: url('../../../images/icons.png');
2652 }
2653 .article { background-position: 0px 0px;}
2654 .audio { background-position: -16px 0px;}
2655 .block { background-position: -32px 0px;}
2656 .drop { background-position: -48px 0px;}
2657 .drophide { background-position: -64px 0px;}
2658 .edit { background-position: -80px 0px;}
2659 .camera { background-position: -96px 0px;}
2660 .dislike { background-position: -112px 0px;}
2661 .like { background-position: -128px 0px;}
2662 .link { background-position: -144px 0px;}
2663
2664 .globe { background-position: 0px -16px;}
2665 .noglobe { background-position: -16px -16px;}
2666 .no { background-position: -32px -16px;}
2667 .pause { background-position: -48px -16px;}
2668 .play { background-position: -64px -16px;}
2669 .pencil { background-position: -80px -16px;}
2670 .small-pencil { background-position: -96px -16px;}
2671 .recycle { background-position: -112px -16px;}
2672 .remote-link { background-position: -128px -16px;}
2673 .share { background-position: -144px -16px;}
2674
2675 .tools { background-position: 0px -32px;}
2676 .lock { background-position: -16px -32px;}
2677 .unlock { background-position: -32px -32px;}
2678 .video { background-position: -48px -32px;}
2679 .youtube { background-position: -64px -32px;}
2680 .attach { background-position: -80px -32px; }
2681 .language { background-position: -96px -32px; }
2682 .prev { background-position: -112px -32px; }
2683 .next { background-position: -128px -32px; }
2684 .on { background-position: -144px -32px; }
2685
2686 .off { background-position: 0px -48px; }
2687 .starred { background-position: -16px -48px; }
2688 .unstarred { background-position: -32px -48px; }
2689
2690
2691 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2692
2693 .attachtype {
2694         display: block; width: 20px; height: 23px;
2695         float: left;
2696         background-image: url('../../../images/content-types.png');
2697 }
2698
2699 .body-attach {
2700         margin-top: 10px;
2701 }
2702
2703 .type-video { background-position: 0px 0px; }
2704 .type-image { background-position: -20px 0px; }
2705 .type-audio { background-position: -40px 0px; }
2706 .type-text  { background-position: -60px 0px; }
2707 .type-unkn  { background-position: -80px 0px; }
2708