]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
4d83cbb7ae4e485eaf096b183bc0fd35bb80eb2d
[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 /** acl **/
1487
1488 #profile-jot-acl-wrapper{
1489         display:block!important;
1490 }
1491
1492 #acl-wrapper {
1493         width: 690px;
1494         float:left;
1495 }
1496 #acl-search {
1497         float:right;
1498         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1499         padding-right:20px;
1500 }
1501 #acl-showall {
1502         float: left;
1503         display: block;
1504         width: auto;
1505         height: 18px;
1506         background-color: #cccccc;
1507         background-image: url("../../../images/show_all_off.png");
1508         background-position: 7px 7px;
1509         background-repeat: no-repeat;
1510         padding: 7px 5px 0px 30px;
1511         -webkit-border-radius: 5px ;
1512         -moz-border-radius: 5px;
1513         border-radius: 5px;
1514         color: #999999;
1515 }
1516 #acl-showall.selected {
1517         color: #000000;
1518         background-color: #ff9900;
1519         background-image: url("../../../images/show_all_on.png");
1520 }
1521
1522 #acl-list {
1523         height: 210px;
1524         border: 1px solid #cccccc;
1525         clear: both;
1526         margin-top: 30px;
1527         overflow: auto;
1528 }
1529 #acl-list-content {
1530         
1531 }
1532 .acl-list-item {
1533         display: block;
1534         width: 150px;
1535         height: 30px;
1536         border: 1px solid #cccccc;
1537         margin: 5px;
1538         float: left;
1539 }
1540 .acl-list-item img{
1541         width:22px;
1542         height: 22px;
1543         float: left;
1544         margin: 4px;
1545 }
1546 .acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; }
1547 .acl-list-item a { 
1548         font-size: 8px;
1549         display: block;
1550         width: 40px;
1551         height: 10px;
1552         float: left;
1553         color: #999999;
1554         background-color: #cccccc;
1555         background-position: 3px 3px;
1556         background-repeat: no-repeat;
1557         margin-right: 5px;
1558         -webkit-border-radius: 2px ;
1559         -moz-border-radius: 2px;
1560         border-radius: 2px;
1561         padding-left: 15px;
1562 }
1563 #acl-wrapper a:hover {
1564         text-decoration: none;
1565         color:#000000;
1566 }
1567 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1568 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1569
1570 .acl-button-show.selected {
1571         color: #000000;
1572         background-color: #9ade00;
1573         background-image: url("../../../images/show_on.png");
1574 }
1575 .acl-button-hide.selected {
1576         color: #000000;
1577         background-color: #ff4141;
1578         background-image: url("../../../images/hide_on.png");
1579 }
1580 .acl-list-item.groupshow { border-color: #9ade00; }
1581 .acl-list-item.grouphide { border-color: #ff4141; }
1582 /** /acl **/
1583
1584
1585 .comment-edit-text-empty {
1586         color: gray;
1587         height: 30px;
1588         width: 175px;
1589         overflow: auto;
1590         margin-bottom: 10px;
1591 }
1592
1593 .comment-edit-text-full {
1594         color: black;
1595         height: 150px;
1596         width: 350px;
1597         overflow: auto;
1598 }
1599
1600 #group-new-submit-wrapper {
1601         margin-top: 30px;
1602 }
1603
1604 #group-edit-name-label {
1605         float: left;
1606         width: 175px;
1607         margin-top: 20px;
1608         margin-bottom: 20px;
1609 }
1610
1611 #group-edit-name {
1612         float: left;
1613         width: 225px;
1614         margin-top: 20px;
1615         margin-bottom: 20px;
1616 }
1617
1618 #group-edit-name-wrapper {
1619
1620
1621 }
1622
1623
1624 #group_members_select_label {
1625         display: block;
1626         float: left;
1627         width: 175px;
1628 }
1629
1630 .group_members_select {
1631         float: left;
1632         width: 230px;
1633         overflow: auto;
1634 }
1635
1636 #group_members_select_end {
1637         clear: both;
1638 }
1639 #group-edit-name-end {
1640         clear: both;
1641 }
1642
1643 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1644         margin-bottom: 10px;
1645         margin-top: 20px;
1646 }
1647
1648 #prvmail-submit {
1649         float: left;
1650         margin-top: 10px;
1651         margin-right: 30px;
1652 }
1653 #prvmail-upload-wrapper,
1654 #prvmail-link-wrapper,
1655 #prvmail-rotator-wrapper {
1656         float: left;
1657         margin-top: 10px;
1658         margin-right: 10px;
1659         width: 24px;
1660 }
1661
1662 #prvmail-end {
1663         clear: both;
1664 }
1665
1666 .mail-list-sender,
1667 .mail-list-detail {
1668         float: left;
1669 }
1670 .mail-list-detail {
1671         margin-left: 20px;
1672 }
1673
1674 .mail-list-subject {
1675         font-size: 1.1em;
1676         margin-top: 10px;
1677 }
1678 a.mail-list-link {
1679     display: block;
1680     font-size: 1.3em;
1681     padding: 4px 0;
1682 }
1683
1684 /*
1685 *a.mail-list-link:hover {
1686 *       background-color: #15607B;
1687 *       color: #F5F6FB;
1688 *}
1689 */
1690
1691 .mail-list-outside-wrapper-end {
1692         clear: both;
1693 }
1694
1695 .mail-list-outside-wrapper {
1696         margin-top: 30px;
1697 }
1698
1699 .mail-list-delete-wrapper {
1700         float: right;
1701         margin-right: 30px;
1702         margin-top: 15px;
1703 }
1704
1705 .mail-list-delete-icon {
1706         border: none;
1707 }
1708
1709 .mail-conv-sender,
1710 .mail-conv-detail {
1711         float: left;
1712 }
1713 .mail-conv-detail {
1714         margin-left: 20px;
1715         width: 500px;
1716 }
1717
1718 .mail-conv-subject {
1719     font-size: 1.4em;
1720     margin: 10px 0;
1721 }
1722
1723 .mail-conv-outside-wrapper-end {
1724         clear: both;
1725 }
1726
1727 .mail-conv-outside-wrapper {
1728         margin-top: 30px;
1729 }
1730
1731 .mail-conv-delete-wrapper {
1732         float: right;
1733         margin-right: 30px;
1734         margin-top: 15px;
1735 }
1736
1737 .mail-conv-delete-icon {
1738         border: none;
1739 }
1740
1741 .message-links ul {
1742         list-style-type: none;
1743         padding: 0px;
1744 }
1745
1746 .message-links li {
1747         margin-top: 10px;
1748         float: left;
1749 }
1750 .message-links a {
1751         padding: 3px 5px;
1752 }
1753
1754 .message-links ul ul {
1755         clear: both;
1756 }
1757
1758 #sidebar-group-list ul {
1759         list-style-type: none;
1760 }
1761
1762 #sidebar-group-list li {
1763         margin-top: 10px;
1764 }
1765
1766 #side-follow-wrapper {
1767         margin-top: 20px;
1768 }
1769 #side-follow-url {
1770         margin-top: 5px;
1771 }
1772 #side-follow-submit {
1773         margin-top: 15px;
1774 }
1775
1776 .photo-album-image-wrapper {
1777         float: left;
1778         margin-top: 15px;
1779         margin-right: 15px;
1780         width: 200px; height: 200px; 
1781         overflow: hidden; 
1782         position: relative;
1783 }
1784 .photo-album-image-wrapper .caption {
1785         display: none; 
1786         width: 100%;
1787         position: absolute; 
1788         bottom: 0px; 
1789         padding: 0.5em 0.5em 0px 0.5em;
1790         background-color: rgba(245, 245, 255, 0.8);
1791         border-bottom: 2px solid #CCC;
1792         margin: 0px;
1793 }
1794 .photo-album-image-wrapper a:hover .caption {
1795         display:block;
1796 }
1797
1798 #photo-album-end {
1799         clear: both;
1800 }
1801
1802 .photo-top-image-wrapper {
1803         position: relative;
1804         float: left;
1805         margin-top: 15px;
1806         margin-right: 15px;
1807         width: 200px; height: 200px; 
1808         overflow: hidden; 
1809 }
1810 .photo-top-album-name {
1811         width: 100%;
1812         min-height: 2em;
1813         position: absolute; 
1814         bottom: 0px; 
1815         padding: 0px 3px;
1816         padding-top: 0.5em;
1817         background-color: rgb(255, 255, 255);
1818 }
1819 #photo-top-end {
1820         clear: both;
1821 }
1822
1823 #photo-top-links {
1824         margin-bottom: 30px;
1825         margin-left: 30px;
1826 }
1827
1828 #photos-upload-newalbum-div {
1829         float: left;
1830         width: 175px;
1831 }
1832 #photos-upload-existing-album-text {
1833         float: left;
1834         width: 175px;
1835 }
1836 #photos-upload-newalbum {
1837         float: left;
1838 }
1839 #photos-upload-album-select {
1840         float: left;
1841 }
1842
1843 #photos-upload-spacer {
1844         margin-top: 25px;
1845 }
1846 #photos-upload-new-end, #photos-upload-exist-end {
1847         clear: both;
1848 }
1849 #photos-upload-exist-end {
1850         margin-bottom: 15px;
1851 }
1852 #photos-upload-submit {
1853         margin-top: 15px;
1854 }
1855
1856 #photos_upload_applet_wrapper {
1857         margin-bottom: 15px;
1858 }
1859
1860 #photos-upload-no-java-message {
1861         margin-bottom: 15px;
1862 }
1863
1864 #profile-jot-desc {
1865         /*float: left;*/
1866         width: 480px;
1867         color: #FF0000;
1868         margin-top: 10px;
1869         margin-bottom: 10px;
1870 }
1871
1872 #character-counter {
1873         float: right;
1874         font-size: 120%;
1875 }
1876
1877 #character-counter.grey {
1878         color: #888888;
1879 }
1880
1881 #character-counter.orange {
1882         color: orange;
1883 }
1884 #character-counter.red {
1885         color: red;
1886 }
1887
1888 #profile-jot-banner-end {
1889         /* clear: both; */ 
1890 }
1891
1892 #photos-upload-select-files-text {
1893         margin-top: 15px;
1894         margin-bottom: 15px;
1895 }
1896
1897 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1898         color: #8888FF;
1899         text-decoration: none;
1900         cursor: pointer;
1901 }
1902
1903 #photos-upload-perms-menu:hover {
1904         color: #0000FF;
1905         text-decoration: underline;
1906         cursor: pointer;
1907 }
1908 #settings-default-perms-menu {
1909         margin-top: 15px;
1910         margin-bottom: 15px;
1911 }
1912
1913 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
1914         float: left;
1915         width: 150px;
1916 }
1917
1918 #photo-edit-perms-end {
1919         margin-bottom: 15px;
1920 }
1921
1922 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
1923         float: left;
1924         margin-bottom: 25px;
1925 }
1926 #photo-edit-link-wrap {
1927         margin-bottom: 15px;
1928 }
1929 #photo-like-div {
1930         margin-bottom: 25px;
1931 }
1932
1933 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
1934         clear: both;
1935 }
1936
1937 #photo-edit-delete-button {
1938         margin-left: 200px;
1939 }
1940 #photo-edit-end {
1941         margin-bottom: 35px;
1942 }
1943 #photo-caption {
1944         font-size: 110%;
1945         font-weight: bold;
1946         margin-top: 15px;
1947         margin-bottom: 15px;
1948 }
1949
1950 #in-this-photo-text {
1951         color: #0000FF;
1952         margin-left: 30px;
1953 }
1954
1955 #in-this-photo {
1956         margin-left: 60px;
1957         margin-top: 10px;
1958         margin-bottom: 20px;
1959 }
1960
1961 #photo-album-edit-submit, #photo-album-edit-drop {
1962         margin-top: 15px;
1963         margin-bottom: 15px;
1964 }
1965
1966 #photo-album-edit-drop {
1967         margin-left: 200px;
1968 }
1969
1970 .group-delete-wrapper {
1971         float: right;
1972         margin-right: 50px;
1973 }
1974
1975 #install-dbhost-label,
1976 #install-dbuser-label,
1977 #install-dbpass-label,
1978 #install-dbdata-label,
1979 #install-tz-desc {
1980        float: left;
1981        width: 250px;
1982        margin-top: 10px;
1983        margin-bottom: 10px;
1984
1985 }
1986
1987 #install-dbhost,
1988 #install-dbuser,
1989 #install-dbpass,
1990 #install-dbdata {
1991        float: left;
1992        width: 200px;
1993        margin-left: 20px;
1994 }
1995
1996 #install-dbhost-end,
1997 #install-dbuser-end,
1998 #install-dbpass-end,
1999 #install-dbdata-end,
2000 #install-tz-end {
2001        clear: both;
2002 }
2003
2004 #install-form select#timezone_select {
2005        float: left;
2006        margin-top: 18px;
2007        margin-left: 20px;
2008 }
2009
2010 #dfrn-request-networks {
2011         margin-bottom: 30px;
2012 }
2013
2014 #pause {
2015   position: fixed;
2016   bottom: 5px;
2017   right: 5px;
2018 }
2019
2020 .sparkle {
2021         cursor: url('lock.cur'), pointer;
2022 /*      cursor: pointer !important; */
2023 }
2024
2025 .contact-block-div {
2026         float: left;
2027         width: 52px;
2028         height: 52px;
2029 }
2030 .contact-block-textdiv {
2031         float: left;
2032         width: 150px;
2033         height: 34px;
2034 }
2035
2036 #contact-block-end {
2037         clear: both;
2038 }
2039 .contact-block-link {
2040         float: left;
2041 }
2042 .contact-block-img {
2043         width:48px;
2044         height:48px;
2045 }
2046
2047 #tag-remove {
2048         margin-bottom: 15px;
2049 }
2050
2051 #tagrm li {
2052         margin-bottom: 10px;
2053 }
2054
2055 #tagrm-submit, #tagrm-cancel {
2056         margin-top: 25px;
2057 }
2058
2059 #tagrm-cancel {
2060         margin-left: 15px;
2061 }
2062
2063 .wall-item-conv {
2064         margin-top: 5px;
2065         margin-bottom: 25px;
2066 }
2067
2068 #search-submit {
2069         margin-left: 15px;
2070 }
2071
2072 #search-box {
2073         margin-bottom: 25px;
2074 }
2075
2076 .location-label, .gender-label, .marital-label, .homepage-label {
2077         float: left;
2078         text-align: right;
2079         display: block;
2080         width: 65px;
2081 }
2082
2083 .adr, .x-gender, .marital-text, .homepage-url {
2084         float: left;
2085         display: block;
2086         margin-left: 8px;
2087 }
2088
2089 .profile-clear {
2090         clear: both;
2091 }
2092
2093
2094 .clear {
2095         clear: both;
2096 }
2097
2098 .cc-license {
2099         margin-top: 50px;
2100         font-size: 70%;
2101 }
2102
2103
2104 #plugin-settings-link, #account-settings-link {
2105         margin-bottom: 10px;
2106 }
2107
2108 #uexport-link {
2109         margin-bottom: 20px;
2110 }
2111
2112 /* end from default */
2113         
2114
2115 .fn {
2116         padding: 0px 0px 5px 0px;
2117         font-size: 120%;
2118         font-weight: bold;
2119 }
2120
2121 .vcard .title {
2122         margin-bottom: 5px;
2123 }
2124
2125
2126 #birthday-title {
2127         float: left;
2128         font-weight: bold;      
2129 }
2130
2131 #birthday-adjust {
2132         float: left;
2133         font-size: 75%;
2134         margin-left: 10px;
2135 }
2136
2137 #birthday-title-end {
2138         clear: both;
2139 }
2140
2141 .birthday-list {
2142         margin-left: 15px;
2143 }
2144
2145 #birthday-wrapper {
2146         margin-bottom: 20px;
2147 }
2148
2149 #network-new-link {
2150         margin-top: 15px;
2151         margin-bottom: 15px;
2152 }
2153
2154
2155 .tool-wrapper {
2156   float: left;
2157   margin-left: 15px;
2158 }
2159
2160 .tool-link {
2161   cursor: pointer;
2162 }
2163
2164 .eventcal {
2165         float: left;
2166         font-size: 20px;
2167 }
2168
2169 .vevent {
2170         border: 1px solid #CCCCCC;
2171 }
2172 .vevent .event-description, .vevent .event-location {
2173         margin-left: 10px;
2174         margin-right: 10px;
2175 }
2176 .vevent .event-start {
2177         margin-left: 10px;
2178         margin-right: 10px;
2179 }
2180
2181 #new-event-link {
2182         margin-bottom: 10px;
2183 }
2184
2185 .edit-event-link, .plink-event-link {
2186         float: left;
2187         margin-top: 4px;
2188         margin-right: 4px;
2189         margin-bottom: 15px;
2190 }
2191
2192 .event-description:before {
2193         content: url('../../../images/calendar.png');
2194         margin-right: 15px;
2195 }
2196
2197 .event-start, .event-end {
2198         margin-left: 10px;
2199         width: 330px;
2200         clear: both;
2201 }
2202
2203 .event-start .dtstart, .event-end .dtend {
2204         float: right;
2205 }
2206
2207 .event-list-date {
2208         margin-bottom: 10px;
2209 }
2210
2211 .prevcal, .nextcal {
2212         float: left;
2213         margin-left: 32px;
2214         margin-right: 32px;
2215         margin-top: 64px;
2216 }
2217 .event-calendar-end {
2218         clear: both;
2219 }
2220
2221  
2222 .calendar {
2223         font-family: Courier, monospace;
2224 }
2225 .today {
2226         font-weight: bold;
2227         color: #FF0000;
2228 }
2229
2230 .settings-block {
2231         border: 1px solid #AAA;
2232         margin: 10px;
2233         padding: 10px;
2234 }
2235
2236 .app-title {
2237         margin: 10px;
2238 }
2239
2240 #identity-manage-desc {
2241         margin-top:15px;
2242         margin-bottom: 15px;
2243 }
2244
2245 #identity-manage-choose {
2246         margin-bottom: 15px;
2247 }
2248
2249 #identity-submit {
2250         margin-top: 20px;
2251 }
2252
2253 #photo-prev-link, #photo-next-link {
2254         padding: 10px;
2255         float: left;
2256 }
2257
2258 #photo-photo {
2259         float: left;
2260 }
2261
2262 #photo-photo-end {
2263         clear: both;
2264 }
2265
2266 .profile-match-photo {
2267         float: left;
2268         text-align: center;
2269         width: 120px;
2270 }
2271
2272 .profile-match-name {
2273         float: left;
2274         text-align: center;
2275         width: 120px;
2276         overflow: hidden;
2277 }
2278
2279 .profile-match-break,
2280 .profile-match-end {
2281         clear: both;
2282 }
2283
2284 .profile-match-wrapper {
2285         float: left;
2286         padding: 10px;
2287         width: 120px;
2288         height: 120px;
2289         scroll: auto;
2290 }
2291 #profile-match-wrapper-end {
2292         clear: both;
2293 }
2294 .side-link {
2295         margin-bottom: 15px;
2296 }
2297
2298 #language-selector {
2299         position: absolute;
2300         top: 0px;
2301         left: 16px;
2302 }
2303
2304 #group-members {
2305         margin-top: 20px;
2306         padding: 10px;
2307         height: 250px;
2308         overflow: auto;
2309         border: 1px solid #ddd;
2310 }
2311
2312 #group-members-end {
2313         clear: both;
2314 }
2315
2316 #group-separator {
2317         margin-top: 10px;
2318         margin-bottom: 10px;
2319 }
2320
2321 #group-all-contacts {
2322         padding: 10px;
2323         height: 450px;
2324         overflow: auto;
2325         border: 1px solid #ddd;
2326 }
2327
2328 #group-all-contacts-end {
2329         clear: both;
2330         margin-bottom: 10px;
2331 }
2332
2333 #group-edit-desc {
2334         margin-top: 15px;
2335 }
2336
2337
2338 #prof-members {
2339         margin-top: 20px;
2340         padding: 10px;
2341         height: 250px;
2342         overflow: auto;
2343         border: 1px solid #ddd;
2344 }
2345
2346 #prof-members-end {
2347         clear: both;
2348 }
2349
2350 #prof-separator {
2351         margin-top: 10px;
2352         margin-bottom: 10px;
2353 }
2354
2355 #prof-all-contacts {
2356         padding: 10px;
2357         height: 450px;
2358         overflow: auto;
2359         border: 1px solid #ddd;
2360 }
2361
2362 #prof-all-contacts-end {
2363         clear: both;
2364         margin-bottom: 10px;
2365 }
2366
2367 #prof-edit-desc {
2368         margin-top: 15px;
2369 }
2370
2371 #crepair-nick-label,
2372 #crepair-url-label,
2373 #crepair-request-label,
2374 #crepair-confirm-label,
2375 #crepair-notify-label,
2376 #crepair-poll-label {
2377         float: left;
2378         width: 200px;
2379         margin-bottom: 15px;
2380 }
2381
2382 #crepair-nick,
2383 #crepair-url,
2384 #crepair-request,
2385 #crepair-confirm,
2386 #crepair-notify,
2387 #crepair-poll {
2388         float: left;
2389         width: 300px;
2390 }
2391
2392 #contact-edit-links .icon, #contact-drop-links .icon {
2393         margin: 0px 3px 0px 3px;
2394 }
2395
2396
2397 #netsearch-box {
2398         margin-top: 20px;       
2399 }
2400
2401 #netsearch-box #search-submit {
2402         margin: 5px 0px 0px 0px;
2403 }
2404
2405 .required {
2406         color: #FF0000;
2407 }
2408
2409 #event-start-text, #event-finish-text {
2410         margin-top: 10px;
2411         margin-bottom: 5px;
2412 }
2413
2414 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2415         float: left;
2416 }
2417 #event-datetime-break {
2418         margin-bottom: 10px;
2419 }
2420
2421 #event-nofinish-break, #event-adjust-break {
2422         clear: both;
2423 }
2424
2425 #event-desc-text, #event-location-text {
2426         margin-top: 10px;
2427         margin-bottom: 5px;
2428 }
2429 #event-submit {
2430         margin-top: 10px;
2431 }
2432
2433 .item-select {
2434         opacity: 0.1;
2435         filter:alpha(opacity=10);
2436         float: right;
2437         margin-right: 10px;
2438
2439 }
2440 .item-select:hover, .checkeditem {
2441         opacity: 1;
2442         filter:alpha(opacity=100);
2443 }
2444
2445
2446 #item-delete-selected {
2447         margin-top: 30px;
2448 }
2449
2450 #item-delete-selected-end {
2451         clear: both;
2452 }
2453 #item-delete-selected-icon, #item-delete-selected-desc {
2454         float: left;
2455         margin-right: 5px;
2456 }
2457 #item-delete-selected-desc:hover {
2458         text-decoration: underline;
2459 }
2460
2461 #lang-select-icon {
2462         cursor: pointer;
2463         position: absolute;
2464         left: 0px;
2465         top: 0px;
2466         opacity: 0.2;
2467         filter:alpha(opacity=20);
2468 }
2469
2470 #lang-select-icon:hover {
2471         opacity: 1;
2472         filter:alpha(opacity=100);
2473 }
2474
2475 /**
2476  * Plugins settings
2477  */
2478
2479 .settings-block > h3,
2480 .settings-heading {
2481         border-bottom: 1px solid #babdb6;
2482 }
2483  
2484
2485 /**
2486  * Form fields
2487  */
2488 .field {
2489         margin-bottom: 10px;
2490         padding-bottom: 10px;
2491         overflow: auto;
2492         width: 100%
2493 }
2494
2495 .field label {
2496         float: left;
2497         width: 200px;
2498 }
2499
2500 .field input,
2501 .field textarea {
2502         width: 400px;
2503 }
2504 .field textarea { height: 100px; }
2505 .field_help {
2506         display: block;
2507         margin-left: 200px;
2508         color: #666666;
2509         
2510 }
2511
2512
2513 .field .onoff {
2514         float: left;
2515         width: 80px;
2516 }
2517 .field .onoff a {
2518         display: block;
2519         border:1px solid #666666;
2520         background-image:url("../../../images/onoff.jpg");
2521         background-repeat: no-repeat;
2522         padding: 4px 2px 2px 2px;
2523         height: 16px;
2524         text-decoration: none;
2525 }
2526 .field .onoff .off {
2527         border-color:#666666;
2528         padding-left: 40px;
2529         background-position: left center;
2530         background-color: #cccccc;
2531         color: #666666;
2532         text-align: right;
2533 }
2534 .field .onoff .on {
2535         border-color:#204A87;
2536         padding-right: 40px;
2537         background-position: right center;
2538         background-color: #3465A4;
2539         color: #FFFFFF;
2540         text-align: left;
2541 }
2542 .hidden { display: none!important; }
2543
2544 .field.radio .field_help { margin-left: 0px; }
2545
2546 /**
2547  * ADMIN
2548  */
2549 #pending-update {
2550         float:right;
2551         color: #ffffff;
2552         font-weight: bold;
2553         background-color: #FF0000;
2554         padding: 0em 0.3em;
2555         
2556 }
2557 #adminpage dl {
2558         clear: left;
2559         margin-bottom: 2px;
2560         padding-bottom: 2px;
2561         border-bottom: 1px solid black;
2562 }
2563 #adminpage dt {
2564         width: 200px;
2565         float: left;
2566         font-weight: bold;
2567 }
2568 #adminpage dd {
2569         margin-left: 200px;
2570 }
2571
2572 #adminpage h3 {
2573         border-bottom: 1px solid #cccccc;
2574 }
2575 #adminpage .field label {
2576         font-weight: bold;
2577 }
2578 #adminpage .submit {
2579         clear:left;
2580         text-align: right;
2581 }
2582
2583 #adminpage #pluginslist {
2584         margin: 0px; padding: 0px;
2585 }
2586 #adminpage .plugin {
2587         list-style: none;
2588         display: block;
2589         border: 1px solid #888888;
2590         padding: 1em;
2591         margin-bottom: 5px;
2592         clear: left;
2593 }
2594 #adminpage .plugin .desc { margin-left: 2.5em;}
2595 #adminpage .toggleplugin {
2596         float:left;
2597         margin-right: 1em;
2598 }
2599
2600 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2601 #adminpage table th { text-align: left;}
2602 #adminpage td .icon { float: left;}
2603 #adminpage table#users img { width: 16px; height: 16px; }
2604 #adminpage table tr:hover { background-color: #bbc7d7; }
2605 #adminpage .selectall { text-align: right; }
2606
2607 /*
2608  * UPDATE
2609  */
2610 .popup {        
2611         width: 100%; height: 100%;
2612         top:0px; left:0px;
2613         position: absolute;
2614         display: none;
2615 }
2616
2617 .popup .background {
2618         background-color: rgba(0,0,0,128);
2619         opacity: 0.5;
2620         width: 100%; height: 100%;
2621         position: absolute;
2622         top:0px; left:0px;
2623 }
2624 .popup .panel {
2625         top:25%;left:25%;width:50%;height:50%;
2626         padding: 1em;
2627         position: absolute;
2628         border: 4px solid #000000;
2629         background-color: #FFFFFF;
2630 }
2631 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2632 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2633 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2634 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2635 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2636
2637
2638 /**
2639  * ICONS
2640  */
2641 .icon {
2642         display: block; width: 16px; height: 16px;
2643         background-image: url('../../../images/icons.png');
2644 }
2645 .article { background-position: 0px 0px;}
2646 .audio { background-position: -16px 0px;}
2647 .block { background-position: -32px 0px;}
2648 .drop { background-position: -48px 0px;}
2649 .drophide { background-position: -64px 0px;}
2650 .edit { background-position: -80px 0px;}
2651 .camera { background-position: -96px 0px;}
2652 .dislike { background-position: -112px 0px;}
2653 .like { background-position: -128px 0px;}
2654 .link { background-position: -144px 0px;}
2655
2656 .globe { background-position: 0px -16px;}
2657 .noglobe { background-position: -16px -16px;}
2658 .no { background-position: -32px -16px;}
2659 .pause { background-position: -48px -16px;}
2660 .play { background-position: -64px -16px;}
2661 .pencil { background-position: -80px -16px;}
2662 .small-pencil { background-position: -96px -16px;}
2663 .recycle { background-position: -112px -16px;}
2664 .remote-link { background-position: -128px -16px;}
2665 .share { background-position: -144px -16px;}
2666
2667 .tools { background-position: 0px -32px;}
2668 .lock { background-position: -16px -32px;}
2669 .unlock { background-position: -32px -32px;}
2670 .video { background-position: -48px -32px;}
2671 .youtube { background-position: -64px -32px;}
2672 .attach { background-position: -80px -32px; }
2673 .language { background-position: -96px -32px; }
2674 .prev { background-position: -112px -32px; }
2675 .next { background-position: -128px -32px; }
2676 .on { background-position: -144px -32px; }
2677
2678 .off { background-position: 0px -48px; }
2679 .starred { background-position: -16px -48px; }
2680 .unstarred { background-position: -32px -48px; }
2681
2682
2683 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2684
2685 .attachtype {
2686         display: block; width: 20px; height: 23px;
2687         float: left;
2688         background-image: url('../../../images/content-types.png');
2689 }
2690
2691 .body-attach {
2692         margin-top: 10px;
2693 }
2694
2695 .type-video { background-position: 0px 0px; }
2696 .type-image { background-position: -20px 0px; }
2697 .type-audio { background-position: -40px 0px; }
2698 .type-text  { background-position: -60px 0px; }
2699 .type-unkn  { background-position: -80px 0px; }
2700