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