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