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