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