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