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