]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
Use html5 placeholder for title text input
[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 {
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 #search-save {
1905     margin-left: 5px;
1906 }
1907 .groupsideedit {
1908     margin-right: 10px;
1909 }
1910 #saved-search-ul {
1911     list-style-type: none;
1912 }
1913 .savedsearchdrop, .savedsearchterm {
1914     float: left;
1915     margin-top: 10px;
1916 }
1917 .savedsearchterm {
1918     margin-left: 10px;
1919 }
1920
1921
1922 #side-follow-wrapper {
1923         margin-top: 20px;
1924 }
1925 #side-follow-url {
1926         margin-top: 5px;
1927 }
1928 #side-follow-submit {
1929         margin-top: 15px;
1930 }
1931
1932 .photo-album-image-wrapper {
1933         float: left;
1934         margin-top: 15px;
1935         height: 350px;
1936         width: 350px;
1937 }
1938
1939 #photo-album-end {
1940         clear: both;
1941 }
1942
1943 .photo-top-image-wrapper {
1944         float: left;
1945         margin-top: 15px;
1946         height: 350px;
1947         width: 350px;
1948 }
1949
1950 #photo-top-end {
1951         clear: both;
1952 }
1953
1954 #photo-top-links {
1955         margin-bottom: 30px;
1956         margin-left: 30px;
1957 }
1958
1959 #photos-upload-newalbum-div {
1960         float: left;
1961         width: 175px;
1962 }
1963 #photos-upload-existing-album-text {
1964         float: left;
1965         width: 175px;
1966 }
1967 #photos-upload-newalbum {
1968         float: left;
1969 }
1970 #photos-upload-album-select {
1971         float: left;
1972 }
1973 #photos-upload-spacer {
1974         margin-top: 25px;
1975 }
1976 #photos-upload-new-end, #photos-upload-exist-end {
1977         clear: both;
1978 }
1979 #photos-upload-exist-end {
1980         margin-bottom: 15px;
1981 }
1982 #photos-upload-submit {
1983         margin-top: 15px;
1984 }
1985
1986 #photos_upload_applet_wrapper {
1987         margin-bottom: 15px;
1988 }
1989
1990 #photos-upload-no-java-message {
1991         margin-bottom: 15px;
1992 }
1993
1994 #profile-jot-desc {
1995         float: left;
1996         width: 480px;
1997         margin-top: 10px;
1998         margin-bottom: 10px;
1999 }
2000 #character-counter {
2001         float: left;
2002         font-size: 120%;
2003 }
2004
2005 #character-counter.grey {
2006         color: #888888;
2007 }
2008
2009 #character-counter.orange {
2010         color: orange;
2011 }
2012 #character-counter.red {
2013         color: red;
2014 }
2015
2016 #profile-jot-banner-end {
2017         clear: both;
2018 }
2019
2020 #photos-upload-select-files-text {
2021         margin-top: 15px;
2022         margin-bottom: 15px;
2023 }
2024
2025 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
2026         color: #8888FF;
2027         text-decoration: none;
2028         cursor: pointer;
2029 }
2030
2031 #photos-upload-perms-menu:hover {
2032         color: #0000FF;
2033         text-decoration: underline;
2034         cursor: pointer;
2035 }
2036 #settings-default-perms-menu {
2037         margin-top: 15px;
2038         margin-bottom: 15px;
2039 }
2040
2041 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2042         float: left;
2043         width: 150px;
2044 }
2045
2046 #photo-edit-perms-end {
2047         margin-bottom: 15px;
2048 }
2049
2050 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2051         float: left;
2052         margin-bottom: 25px;
2053 }
2054 #photo-edit-link-wrap {
2055         margin-bottom: 15px;
2056 }
2057 #photo-like-div {
2058         margin-bottom: 25px;
2059 }
2060
2061 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2062         clear: both;
2063 }
2064
2065 #photo-edit-delete-button {
2066         margin-left: 200px;
2067 }
2068 #photo-edit-end {
2069         margin-bottom: 35px;
2070 }
2071 #photo-caption {
2072         font-size: 110%;
2073         font-weight: bold;
2074         margin-top: 15px;
2075         margin-bottom: 15px;
2076 }
2077
2078 #in-this-photo-text {
2079         color: #0000FF;
2080         margin-left: 30px;
2081 }
2082
2083 #in-this-photo {
2084         margin-left: 60px;
2085         margin-top: 10px;
2086         margin-bottom: 20px;
2087 }
2088
2089 #photo-album-edit-submit, #photo-album-edit-drop {
2090         margin-top: 15px;
2091         margin-bottom: 15px;
2092 }
2093
2094 #photo-album-edit-drop {
2095         margin-left: 200px;
2096 }
2097
2098 .group-delete-wrapper {
2099         float: right;
2100         margin-right: 50px;
2101 }
2102
2103 #install-dbhost-label,
2104 #install-dbuser-label,
2105 #install-dbpass-label,
2106 #install-dbdata-label,
2107 #install-admin-label,
2108 #install-tz-desc {
2109        float: left;
2110        width: 250px;
2111        margin-top: 10px;
2112        margin-bottom: 10px;
2113
2114 }
2115
2116 #install-dbhost,
2117 #install-dbuser,
2118 #install-dbpass,
2119 #install-dbdata,
2120 #install-admin {
2121        float: left;
2122        width: 200px;
2123        margin-left: 20px;
2124 }
2125
2126 #install-dbhost-end,
2127 #install-dbuser-end,
2128 #install-dbpass-end,
2129 #install-dbdata-end,
2130 #install-admin-end,
2131 #install-tz-end {
2132        clear: both;
2133 }
2134
2135 #install-form select#timezone_select {
2136        float: left;
2137        margin-top: 18px;
2138        margin-left: 20px;
2139 }
2140
2141 #dfrn-request-networks {
2142         margin-bottom: 30px;
2143 }
2144
2145 #pause {
2146   position: fixed;
2147   bottom: 5px;
2148   right: 5px;
2149 }
2150
2151 .sparkle {
2152         cursor: url('lock.cur'), pointer;
2153 /*      cursor: pointer !important; */
2154 }
2155
2156 .contact-block-div {
2157         float: left;
2158         width: 52px;
2159         height: 52px;
2160 }
2161 .contact-block-textdiv {
2162         float: left;
2163         width: 150px;
2164         height: 34px;
2165 }
2166
2167 #contact-block-end {
2168         clear: both;
2169 }
2170 .contact-block-link {
2171         float: left;
2172 }
2173 .contact-block-img {
2174         width:48px;
2175         height:48px;
2176 }
2177
2178 #tag-remove {
2179         margin-bottom: 15px;
2180 }
2181
2182 #tagrm li {
2183         margin-bottom: 10px;
2184 }
2185
2186 #tagrm-submit, #tagrm-cancel {
2187         margin-top: 25px;
2188 }
2189
2190 #tagrm-cancel {
2191         margin-left: 15px;
2192 }
2193
2194 .wall-item-conv {
2195         margin-top: 5px;
2196         margin-bottom: 25px;
2197 }
2198
2199 #search-submit {
2200         margin-left: 15px;
2201 }
2202
2203 #search-box {
2204         margin-bottom: 25px;
2205 }
2206
2207 .location-label, .gender-label, .marital-label, .homepage-label {
2208         float: left;
2209         text-align: right;
2210         display: block;
2211         width: 65px;
2212 }
2213
2214 .adr, .x-gender, .marital-text, .homepage-url {
2215         float: left;
2216         display: block;
2217         margin-left: 8px;
2218 }
2219
2220 .profile-clear {
2221         clear: both;
2222 }
2223
2224
2225 .clear {
2226         clear: both;
2227 }
2228
2229 .cc-license {
2230         margin-top: 50px;
2231         font-size: 70%;
2232 }
2233
2234
2235 #plugin-settings-link, #account-settings-link, #uexport-link {
2236         margin-bottom: 10px;
2237 }
2238
2239
2240 #birthday-title {
2241         float: left;
2242         font-weight: bold;      
2243 }
2244
2245 #birthday-adjust {
2246         float: left;
2247         font-size: 75%;
2248         margin-left: 10px;
2249 }
2250
2251 #birthday-title-end {
2252         clear: both;
2253 }
2254
2255 .birthday-list {
2256         margin-left: 15px;
2257 }
2258
2259 #birthday-wrapper {
2260         margin-bottom: 20px;
2261 }
2262
2263
2264 #network-new-link {
2265         margin-top: 15px;
2266         margin-bottom: 15px;
2267 }
2268
2269 .tool-wrapper {
2270   float: left;
2271   margin-left: 15px;
2272 }
2273 .tool-link {
2274   cursor: pointer;
2275 }
2276
2277
2278 .calendar {
2279         font-family: Courier, monospace;
2280 }
2281 .today {
2282         color: #FF0000;
2283 }
2284
2285
2286 .settings-block {
2287         border: 1px solid #AAA;
2288         margin: 10px;
2289         padding: 10px;
2290 }
2291
2292
2293 .app-title {
2294         margin: 10px;
2295 }
2296
2297
2298 #identity-manage-desc {
2299         margin-top:15px;
2300         margin-bottom: 15px;
2301 }
2302
2303 #identity-manage-choose {
2304         margin-bottom: 15px;
2305 }
2306
2307 #identity-submit {
2308         margin-top: 20px;
2309 }
2310
2311
2312 #photo-prev-link, #photo-next-link {
2313         padding: 10px;
2314         float: left;
2315 }
2316
2317 #photo-photo {
2318         float: left;
2319 }
2320
2321 #photo-photo-end {
2322         clear: both;
2323 }
2324
2325
2326 .profile-match-photo {
2327         float: left;
2328         text-align: center;
2329         width: 120px;
2330 }
2331
2332 .profile-match-name {
2333         float: left;
2334         text-align: center;
2335         width: 120px;
2336         overflow: hidden;
2337 }
2338
2339 .profile-match-break,
2340 .profile-match-end {
2341         clear: both;
2342 }
2343
2344 .profile-match-wrapper {
2345         float: left;
2346         padding: 10px;
2347     width: 120px;
2348     height: 120px;
2349     scroll: auto;
2350
2351 }
2352 #profile-match-wrapper-end {
2353         clear: both;
2354 }
2355
2356 .side-link {
2357         margin-bottom: 15px;
2358 }
2359
2360 #language-selector {
2361         position: absolute;
2362         top: 0;
2363         left: 16px;
2364 }
2365
2366
2367 #group-members {
2368         margin-top: 20px;
2369         padding: 10px;
2370         height: 250px;
2371         overflow: auto;
2372         border: 1px solid #ddd;
2373 }
2374
2375 #group-members-end {
2376         clear: both;
2377 }
2378
2379 #group-separator {
2380         margin-top: 10px;
2381         margin-bottom: 10px;
2382 }
2383
2384 #group-all-contacts {
2385         padding: 10px;
2386         height: 450px;
2387         overflow: auto;
2388         border: 1px solid #ddd;
2389 }
2390
2391 #group-all-contacts-end {
2392         clear: both;
2393         margin-bottom: 10px;
2394 }
2395
2396 #group-edit-desc {
2397     margin-top: 15px;
2398 }
2399
2400
2401 #prof-members {
2402         margin-top: 20px;
2403         padding: 10px;
2404         height: 250px;
2405         overflow: auto;
2406         border: 1px solid #ddd;
2407 }
2408
2409 #prof-members-end {
2410         clear: both;
2411 }
2412
2413 #prof-separator {
2414         margin-top: 10px;
2415         margin-bottom: 10px;
2416 }
2417
2418 #prof-all-contacts {
2419         padding: 10px;
2420         height: 450px;
2421         overflow: auto;
2422         border: 1px solid #ddd;
2423 }
2424
2425 #prof-all-contacts-end {
2426         clear: both;
2427         margin-bottom: 10px;
2428 }
2429
2430 #prof-edit-desc {
2431         margin-top: 15px;
2432 }
2433
2434 #crepair-nick-label,
2435 #crepair-attag-label,
2436 #crepair-url-label,
2437 #crepair-request-label,
2438 #crepair-confirm-label,
2439 #crepair-notify-label,
2440 #crepair-poll-label {
2441         float: left;
2442         width: 200px;
2443         margin-bottom: 15px;
2444 }
2445
2446 #crepair-nick,
2447 #crepair-attag,
2448 #crepair-url,
2449 #crepair-request,
2450 #crepair-confirm,
2451 #crepair-notify,
2452 #crepair-poll {
2453         float: left;
2454         width: 300px;
2455 }
2456
2457 #netsearch-box {
2458         margin-top: 20px;
2459         width: 150px;   
2460 }
2461
2462 #netsearch-box #search-submit {
2463         margin: 5px 0px 0px 0px;
2464 }
2465
2466 .required {
2467         color: #FF0000;
2468 }
2469
2470 .eventcal {
2471         float: left;
2472         font-size: 20px;
2473 }
2474
2475
2476 .vevent {
2477        border: 1px solid #CCCCCC;
2478 }
2479 .vevent .event-description, .vevent .event-location {
2480        margin-left: 10px;
2481        margin-right: 10px;
2482 }
2483 .vevent .event-start {
2484        margin-left: 10px;
2485        margin-right: 10px;
2486 }
2487
2488
2489 #new-event-link {
2490         margin-bottom: 10px;
2491 }
2492
2493
2494 .edit-event-link, .plink-event-link {
2495         float: left;
2496     margin-top: 4px;
2497     margin-right: 4px;
2498     margin-bottom: 15px;
2499 }
2500
2501
2502 .event-description:before {
2503         content: url('../../../images/calendar.png');
2504         margin-right: 15px;
2505 }
2506
2507 .event-list-date {
2508         margin-bottom: 10px;
2509 }
2510
2511 .event-start, .event-end {
2512         margin-left: 10px;
2513         width: 330px;
2514         clear: both;
2515 }
2516
2517 .event-start .dtstart, .event-end .dtend {
2518         float: right;
2519 }
2520
2521 .prevcal, .nextcal {
2522         float: left;
2523         margin-left: 32px;
2524         margin-right: 32px;
2525         margin-top: 64px;
2526 }
2527 .event-calendar-end {
2528         clear: both;
2529 }
2530  
2531 .calendar {
2532         font-family: Courier, monospace;
2533 }
2534 .today {
2535         font-weight: bold;
2536         color: #FF0000;
2537 }
2538
2539
2540 #event-start-text, #event-finish-text {
2541         margin-top: 10px;
2542         margin-bottom: 5px;
2543 }
2544
2545 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2546         float: left;
2547 }
2548 #event-datetime-break {
2549         margin-bottom: 10px;
2550 }
2551
2552 #event-nofinish-break, #event-adjust-break {
2553         clear: both;
2554 }
2555
2556 #event-desc-text, #event-location-text {
2557         margin-top: 10px;
2558         margin-bottom: 5px;
2559 }
2560 #event-submit {
2561         margin-top: 10px;
2562 }
2563
2564
2565 .item-select {
2566         opacity: 0.1;
2567         filter:alpha(opacity=10);
2568         float: right;
2569         margin-right: 10px;
2570
2571 }
2572 .item-select:hover, .checkeditem {
2573         opacity: 1;
2574         filter:alpha(opacity=100);
2575 }
2576
2577
2578 #item-delete-selected {
2579         margin-top: 30px;
2580 }
2581
2582 #item-delete-selected-end {
2583         clear: both;
2584 }
2585 #item-delete-selected-icon, #item-delete-selected-desc {
2586         float: left;
2587         margin-right: 5px;
2588 }
2589 #item-delete-selected-desc:hover {
2590         text-decoration: underline;
2591 }
2592
2593 #lang-select-icon {
2594         cursor: pointer;
2595         position: absolute;
2596         left: 0px;
2597         top: 0px;
2598 }
2599 /**
2600  * Form fields
2601  */
2602 .field {
2603         margin-bottom: 10px;
2604         padding-bottom: 10px;
2605         overflow: auto;
2606         width: 100%
2607 }
2608
2609 .field label {
2610         float: left;
2611         width: 200px;
2612 }
2613
2614 .field input,
2615 .field textarea {
2616         width: 400px;
2617 }
2618 .field textarea { height: 100px; }
2619 .field_help {
2620         display: block;
2621         margin-left: 200px;
2622         color: #666666;
2623         
2624 }
2625
2626
2627 .field .onoff {
2628         float: left;
2629         width: 80px;
2630 }
2631 .field .onoff a {
2632         display: block;
2633         border:1px solid #666666;
2634         background-image:url("../../../images/onoff.jpg");
2635         background-repeat: no-repeat;
2636         padding: 4px 2px 2px 2px;
2637         height: 16px;
2638         text-decoration: none;
2639 }
2640 .field .onoff .off {
2641         border-color:#666666;
2642         padding-left: 40px;
2643         background-position: left center;
2644         background-color: #cccccc;
2645         color: #666666;
2646         text-align: right;
2647 }
2648 .field .onoff .on {
2649         border-color:#204A87;
2650         padding-right: 40px;
2651         background-position: right center;
2652         background-color: #3465A4;
2653         color: #FFFFFF;
2654         text-align: left;
2655 }
2656 .hidden { display: none!important; }
2657
2658 .field.radio .field_help { margin-left: 0px; }
2659
2660
2661 /**
2662  * ADMIN
2663  */
2664 #pending-update {
2665         float:right;
2666         color: #ffffff;
2667         font-weight: bold;
2668         background-color: #FF0000;
2669         padding: 0em 0.3em;
2670 }
2671
2672 #adminpage dl {
2673         clear: left;
2674         margin-bottom: 2px;
2675         padding-bottom: 2px;
2676         border-bottom: 1px solid black;
2677 }
2678 #adminpage dt {
2679         width: 200px;
2680         float: left;
2681         font-weight: bold;
2682 }
2683 #adminpage dd {
2684         margin-left: 200px;
2685 }
2686
2687 #adminpage h3 {
2688         border-bottom: 1px solid #cccccc;
2689 }
2690
2691 #adminpage .submit {
2692         clear:left;
2693 }
2694
2695 #adminpage #pluginslist {
2696         margin: 0px; padding: 0px;
2697 }
2698 #adminpage .plugin {
2699         list-style: none;
2700         display: block;
2701         border: 1px solid #888888;
2702         padding: 1em;
2703         margin-bottom: 5px;
2704         clear: left;
2705 }
2706 #adminpage .toggleplugin {
2707         float:left;
2708         margin-right: 1em;
2709 }
2710
2711 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
2712 #adminpage table th { text-align: left;}
2713 #adminpage td .icon { float: left;}
2714 #adminpage table#users img { width: 16px; height: 16px; }
2715 #adminpage table tr:hover { background-color: #bbc7d7; }
2716 #adminpage .selectall { text-align: right; }
2717 /**
2718  * ICONS
2719  */
2720 .icon {
2721         display: block; width: 16px; height: 16px;
2722         background-image: url('../../../images/icons.png');
2723 }
2724 .article { background-position: 0px 0px;}
2725 .audio { background-position: -16px 0px;}
2726 .block { background-position: -32px 0px;}
2727 .drop { background-position: -48px 0px;}
2728 .drophide { background-position: -64px 0px;}
2729 .edit { background-position: -80px 0px;}
2730 .camera { background-position: -96px 0px;}
2731 .dislike { background-position: -112px 0px;}
2732 .like { background-position: -128px 0px;}
2733 .link { background-position: -144px 0px;}
2734
2735 .globe { background-position: 0px -16px;}
2736 .noglobe { background-position: -16px -16px;}
2737 .no { background-position: -32px -16px;}
2738 .pause { background-position: -48px -16px;}
2739 .play { background-position: -64px -16px;}
2740 .pencil { background-position: -80px -16px;}
2741 .small-pencil { background-position: -96px -16px;}
2742 .recycle { background-position: -112px -16px;}
2743 .remote-link { background-position: -128px -16px;}
2744 .share { background-position: -144px -16px;}
2745
2746 .tools { background-position: 0px -32px;}
2747 .lock { background-position: -16px -32px;}
2748 .unlock { background-position: -32px -32px;}
2749 .video { background-position: -48px -32px;}
2750 .youtube { background-position: -64px -32px;}
2751 .attach { background-position: -80px -32px; }
2752 .language { background-position: -96px -32px; }
2753 .prev { background-position: -112px -32px; }
2754 .next { background-position: -128px -32px; }
2755 .on { background-position: -144px -32px; }
2756
2757 .off { background-position: 0px -48px; }
2758 .starred { background-position: -16px -48px; }
2759 .unstarred { background-position: -32px -48px; }
2760 .tagged { background-position: -48px -48px; }
2761
2762 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2763
2764 .attachtype {
2765         display: block; width: 20px; height: 23px;
2766         float: left;
2767         background-image: url('../../../images/content-types.png');
2768 }
2769
2770 .body-attach {
2771         margin-top: 10px;
2772 }
2773
2774 .type-video { background-position: 0px 0px; }
2775 .type-image { background-position: -20px 0px; }
2776 .type-audio { background-position: -40px 0px; }
2777 .type-text  { background-position: -60px 0px; }
2778 .type-unkn  { background-position: -80px 0px; }
2779
2780 /* autocomplete popup */
2781 .acpopup {
2782         max-height:150px;
2783         background-color:#ffffff;
2784         overflow:auto;
2785         z-index:100000;
2786         border:1px solid #cccccc;
2787 }
2788 .acpopupitem {
2789         background-color:#ffffff; padding: 4px;
2790         clear:left;
2791 }
2792 .acpopupitem img {
2793         float: left;
2794         margin-right: 4px;
2795 }
2796
2797 .acpopupitem.selected {
2798         color: #FFFFFF; background: #3465A4;
2799 }
2800
2801