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