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