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