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