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