]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
theme works d'zero
[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 }
1090 .comment-edit-text-end {
1091         clear: both;
1092 }
1093
1094 .comment-edit-submit {
1095         margin: 10px 0px 10px 110px;
1096 }
1097
1098 #profile-jot-plugin-wrapper,
1099 #profile-jot-submit-wrapper {
1100         margin-top: 15px;
1101 }
1102
1103 #profile-jot-submit {
1104         float: left;
1105 }
1106 #profile-upload-wrapper {
1107         float: left;
1108         margin-left: 30px;
1109 }
1110 #profile-attach-wrapper {
1111         float: left;
1112         margin-left: 30px;
1113 }
1114 #profile-rotator {
1115         float: left;
1116         margin-left: 30px;
1117 }
1118 #profile-link-wrapper {
1119         float: left;
1120         margin-left: 15px;
1121 }
1122 #profile-youtube-wrapper {
1123         float: left;
1124         margin-left: 15px;
1125 }
1126 #profile-video-wrapper {
1127         float: left;
1128         margin-left: 15px;
1129 }
1130 #profile-audio-wrapper {
1131         float: left;
1132         margin-left: 15px;
1133 }
1134 #profile-location-wrapper {
1135         float: left;
1136         margin-left: 15px;
1137 }
1138 #profile-nolocation-wrapper {
1139         float: left;
1140         margin-left: 15px;
1141 }
1142 #profile-title-wrapper {
1143         float: left;
1144         margin-left: 15px;
1145 }
1146
1147 #profile-jot-perms {
1148         float: left;
1149         margin-left: 100px;
1150         font-weight: bold;
1151         font-size: 1.2em;
1152 }
1153
1154 #profile-jot-perms-end {
1155         /*clear: left;*/
1156         height: 30px;
1157 }
1158
1159 #profile-jot-plugin-end{
1160   clear: both;
1161 }
1162 .profile-jot-net {
1163         float: left;
1164         margin-right: 10px;
1165         margin-top: 5px;
1166         margin-bottom: 5px;
1167 }
1168
1169 #profile-jot-networks-end {
1170         clear: both;
1171 }
1172
1173 #profile-jot-end {
1174         /*clear: both;*/
1175         margin-bottom: 30px;
1176 }
1177 #about-jot-submit-wrapper {
1178         margin-top: 15px;
1179 }
1180 #about-jot-end {
1181         margin-bottom: 30px;
1182 }
1183 #contacts-main {
1184         margin-bottom: 30px;
1185 }
1186
1187 #profile-listing-desc {
1188         margin-left: 30px;
1189 }
1190
1191 #profile-listing-new-link-wrapper {
1192         margin-left: 30px;
1193         margin-bottom: 30px;
1194 }
1195 .profile-listing-photo-wrapper {
1196         float: left;
1197 }
1198
1199 .profile-listing-edit-buttons-wrapper {
1200         clear: both;
1201 }
1202 .profile-listing-photo-edit-link {
1203         float: left;
1204         width: 125px;
1205 }
1206 .profile-listing-end {
1207         clear: both;
1208 }
1209 .profile-listing-edit-buttons-wrapper img{
1210         border: none;
1211         margin-right: 20px;
1212 }
1213 .profile-listing {
1214         margin-top: 25px;
1215 }
1216 .profile-listing-name {
1217         float: left;
1218         margin-left: 32px;
1219         margin-top: 10px;
1220         color: #3172BD;
1221         font-weight: bold;
1222         width: 200px;
1223
1224 }
1225 .fortune {
1226         margin-top: 50px;
1227         color: #4444FF;
1228         font-weight: bold;
1229         margin-bottom: 20px;
1230 }
1231
1232
1233 .directory-end {
1234         clear: both;
1235 }
1236 .directory-name {
1237         text-align: center;
1238 }
1239 .directory-photo {
1240         margin-left: 25px;
1241 }
1242 .directory-details {
1243         font-size: 0.7em;
1244         text-align: center;
1245         margin-left: 5px;
1246         margin-right: 5px;
1247 }
1248 .directory-item {
1249         float: left;
1250         width: 225px;
1251         height: 260px;
1252         overflow: auto;
1253 }
1254
1255 #directory-search-wrapper {
1256         margin-top: 20px;
1257         margin-right: 20px;
1258         margin-bottom: 50px;
1259 }
1260
1261 #directory-search-end {
1262 }
1263
1264 .directory-photo-img {
1265         border: none;
1266 }
1267
1268
1269 .pager {
1270   padding: 10px;
1271   text-align: center;
1272   font-size: 1.0em;
1273 }
1274
1275
1276 .pager_first,
1277 .pager_last,
1278 .pager_prev,
1279 .pager_next,
1280 .pager_n {
1281         border: 1px solid black;
1282         background: #EEE;
1283         padding: 4px;
1284 }
1285
1286 .pager_first a,
1287 .pager_last a,
1288 .pager_prev a,
1289 .pager_next a,
1290 .pager_n a {
1291         text-decoration: none;
1292 }
1293
1294 .pager_current {
1295   border: 1px solid black;
1296   background: #FFCCCC;
1297   padding: 4px;
1298 }
1299
1300
1301 #advanced-profile-name-wrapper,
1302 #advanced-profile-gender-wrapper,
1303 #advanced-profile-dob-wrapper,
1304 #advanced-profile-age-wrapper,
1305 #advanced-profile-marital-wrapper,
1306 #advanced-profile-sexual-wrapper,
1307 #advanced-profile-homepage-wrapper,
1308 #advanced-profile-politic-wrapper,
1309 #advanced-profile-religion-wrapper,
1310 #advanced-profile-about-wrapper,
1311 #advanced-profile-interest-wrapper,
1312 #advanced-profile-contact-wrapper,
1313 #advanced-profile-music-wrapper,
1314 #advanced-profile-book-wrapper,
1315 #advanced-profile-tv-wrapper,
1316 #advanced-profile-film-wrapper,
1317 #advanced-profile-romance-wrapper,
1318 #advanced-profile-work-wrapper,
1319 #advanced-profile-education-wrapper {
1320         margin-top: 20px;
1321 }
1322
1323 #advanced-profile-name-text,
1324 #advanced-profile-gender-text,
1325 #advanced-profile-dob-text,
1326 #advanced-profile-age-text,
1327 #advanced-profile-marital-text,
1328 #advanced-profile-sexual-text,
1329 #advanced-profile-homepage-text,
1330 #advanced-profile-politic-text,
1331 #advanced-profile-religion-text,
1332 #advanced-profile-about-text,
1333 #advanced-profile-interest-text,
1334 #advanced-profile-contact-text,
1335 #advanced-profile-music-text,
1336 #advanced-profile-book-text,
1337 #advanced-profile-tv-text,
1338 #advanced-profile-film-text,
1339 #advanced-profile-romance-text,
1340 #advanced-profile-work-text,
1341 #advanced-profile-education-text {
1342         width: 300px;
1343         float: left;
1344 }
1345
1346 #advanced-profile-name-end,
1347 #advanced-profile-gender-end,
1348 #advanced-profile-dob-end,
1349 #advanced-profile-age-end,
1350 #advanced-profile-marital-end,
1351 #advanced-profile-sexual-end,
1352 #advanced-profile-homepage-end,
1353 #advanced-profile-politic-end,
1354 #advanced-profile-religion-end {
1355         height: 10px;
1356 }
1357
1358 #advanced-profile-about-end,
1359 #advanced-profile-interest-end,
1360 #advanced-profile-contact-end,
1361 #advanced-profile-music-end,
1362 #advanced-profile-book-end,
1363 #advanced-profile-tv-end,
1364 #advanced-profile-film-end,
1365 #advanced-profile-romance-end,
1366 #advanced-profile-work-end,
1367 #advanced-profile-education-end {
1368
1369
1370 }
1371
1372 #advanced-profile-name,
1373 #advanced-profile-gender,
1374 #advanced-profile-dob,
1375 #advanced-profile-age,
1376 #advanced-profile-marital,
1377 #advanced-profile-sexual,
1378 #advanced-profile-homepage,
1379 #advanced-profile-politic,
1380 #advanced-profile-religion {
1381         float: left;
1382
1383 }
1384
1385
1386 #advanced-profile-about,
1387 #advanced-profile-interest,
1388 #advanced-profile-contact,
1389 #advanced-profile-music,
1390 #advanced-profile-book,
1391 #advanced-profile-tv,
1392 #advanced-profile-film,
1393 #advanced-profile-romance,
1394 #advanced-profile-work,
1395 #advanced-profile-education {
1396         margin-top: 10px;
1397         margin-left: 50px;
1398         margin-right: 20px;
1399         padding: 10px;
1400         border: 1px solid #CCCCCC;
1401 }
1402
1403 #advanced-profile-with {
1404         float: left;
1405         margin-left: 15px;
1406 }
1407
1408 #contact-edit-wrapper {
1409         margin-top: 10px;
1410 }
1411
1412 #contact-edit-banner-name {
1413         font-size: 1.4em;
1414         font-weight: bold;
1415 }
1416
1417 #contact-edit-poll-wrapper {
1418         margin-top: 15px;
1419 }
1420
1421 #contact-edit-poll-text {
1422         margin-top: 15px;
1423         margin-bottom: 5px;
1424 }
1425
1426 #contact-edit-update-now {
1427         margin-top: 15px;
1428 }
1429
1430 #contact-edit-links{
1431         clear: both;
1432 }
1433
1434 #contact-edit-links ul {
1435         list-style: none;
1436         list-style-type: none;
1437         margin-left: 0px;
1438         padding-left: 0px;
1439 }
1440
1441 #contact-edit-links li {
1442         margin-top: 5px;
1443 }
1444
1445 #contact-edit-drop-link {
1446         float: right;
1447         margin-right: 20px;
1448 }
1449
1450 #contact-edit-nav-end {
1451         clear: both;
1452 }
1453
1454 #contact-edit-wrapper {
1455         width: 100%;
1456 }
1457
1458 #contact-edit-end {
1459         clear: both;
1460 }
1461
1462 #contact-profile-selector {
1463         width: 175px;
1464         margin-left: 175px;
1465 }
1466
1467 .contact-edit-submit {
1468         margin-top: 20px;
1469 }
1470
1471
1472 .contact-photo-menu-button {
1473         position: absolute;
1474         background-image: url("photo-menu.jpg");
1475         background-position: top left; 
1476         background-repeat: no-repeat;
1477         margin: 0px; padding: 0px;
1478         width: 16px;
1479         height: 16px;
1480         top: 64px; left:0px;
1481         overflow: hidden;
1482         text-indent: 40px;
1483         display: none;
1484         
1485 }
1486 .contact-photo-menu {
1487         width: auto;
1488         border: 2px solid #444444;
1489         background: #FFFFFF;
1490         position: absolute;
1491         left: 0px; top: 90px;
1492         display: none;
1493         z-index: 10000;
1494 }
1495 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1496 .contact-photo-menu li a { display: block; padding: 2px; }
1497 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1498
1499
1500 #block-message, #ignore-message {
1501         color: #FF0000;
1502 }
1503
1504 #profile-edit-insecure {
1505         margin-top: 20px;
1506         color: #FF0000;
1507         font-size: 1.1em;
1508         border: 1px solid #FF8888;
1509         background-color: #FFEEEE;
1510         padding-left: 5px;
1511         /*: 3px 3px 3px 5px; */
1512         width: 587px;
1513 }
1514
1515 #profile-jot-text {
1516         height: 20px;
1517         color:#cccccc;
1518         border: 1px solid #cccccc;
1519         padding: 3px 0px 0px 5px;
1520         -moz-border-radius: 3px;
1521         border-radius: 3px;     
1522
1523 }
1524
1525
1526 /** acl **/
1527 #photo-edit-perms-select,
1528 #photos-upload-permissions-wrapper,
1529 #profile-jot-acl-wrapper{
1530         display:block!important;
1531 }
1532
1533
1534
1535 #acl-wrapper {
1536         width: 690px;
1537         float:left;
1538 }
1539 #acl-search {
1540         float:right;
1541         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1542         padding-right:20px;
1543 }
1544 #acl-showall {
1545         float: left;
1546         display: block;
1547         width: auto;
1548         height: 18px;
1549         background-color: #cccccc;
1550         background-image: url("../../../images/show_all_off.png");
1551         background-position: 7px 7px;
1552         background-repeat: no-repeat;
1553         padding: 7px 5px 0px 30px;
1554         -webkit-border-radius: 5px ;
1555         -moz-border-radius: 5px;
1556         border-radius: 5px;
1557         color: #999999;
1558 }
1559 #acl-showall.selected {
1560         color: #000000;
1561         background-color: #ff9900;
1562         background-image: url("../../../images/show_all_on.png");
1563 }
1564
1565 #acl-list {
1566         height: 210px;
1567         border: 1px solid #cccccc;
1568         clear: both;
1569         margin-top: 30px;
1570         overflow: auto;
1571 }
1572 #acl-list-content {
1573         
1574 }
1575 .acl-list-item {
1576         display: block;
1577         width: 150px;
1578         height: 30px;
1579         border: 1px solid #cccccc;
1580         margin: 5px;
1581         float: left;
1582 }
1583 .acl-list-item img{
1584         width:22px;
1585         height: 22px;
1586         float: left;
1587         margin: 4px;
1588 }
1589 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1590 .acl-list-item a { 
1591         font-size: 8px;
1592         display: block;
1593         width: 40px;
1594         height: 10px;
1595         float: left;
1596         color: #999999;
1597         background-color: #cccccc;
1598         background-position: 3px 3px;
1599         background-repeat: no-repeat;
1600         margin-right: 5px;
1601         -webkit-border-radius: 2px ;
1602         -moz-border-radius: 2px;
1603         border-radius: 2px;
1604         padding-left: 15px;
1605 }
1606 #acl-wrapper a:hover {
1607         text-decoration: none;
1608         color:#000000;
1609 }
1610 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1611 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1612
1613 .acl-button-show.selected {
1614         color: #000000;
1615         background-color: #9ade00;
1616         background-image: url("../../../images/show_on.png");
1617 }
1618 .acl-button-hide.selected {
1619         color: #000000;
1620         background-color: #ff4141;
1621         background-image: url("../../../images/hide_on.png");
1622 }
1623 .acl-list-item.groupshow { border-color: #9ade00; }
1624 .acl-list-item.grouphide { border-color: #ff4141; }
1625 /** /acl **/
1626
1627
1628 .comment-edit-text-empty {
1629         color: gray;
1630         height: 30px;
1631         width: 175px;
1632         overflow: auto;
1633         margin-bottom: 10px;
1634 }
1635
1636 .comment-edit-text-full {
1637         color: black;
1638         height: 150px;
1639         width: 350px;
1640         overflow: auto;
1641 }
1642
1643 #group-new-submit-wrapper {
1644         margin-top: 30px;
1645 }
1646
1647 #group-edit-name-label {
1648         float: left;
1649         width: 175px;
1650         margin-top: 20px;
1651         margin-bottom: 20px;
1652 }
1653
1654 #group-edit-name {
1655         float: left;
1656         width: 225px;
1657         margin-top: 20px;
1658         margin-bottom: 20px;
1659 }
1660
1661 #group-edit-name-wrapper {
1662
1663
1664 }
1665
1666
1667 #group_members_select_label {
1668         display: block;
1669         float: left;
1670         width: 175px;
1671 }
1672
1673 .group_members_select {
1674         float: left;
1675         width: 230px;
1676         overflow: auto;
1677 }
1678
1679 #group_members_select_end {
1680         clear: both;
1681 }
1682 #group-edit-name-end {
1683         clear: both;
1684 }
1685
1686 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1687         margin-bottom: 10px;
1688         margin-top: 20px;
1689 }
1690
1691 #prvmail-submit {
1692         float: left;
1693         margin-top: 10px;
1694         margin-right: 30px;
1695 }
1696 #prvmail-upload-wrapper,
1697 #prvmail-link-wrapper,
1698 #prvmail-rotator-wrapper {
1699         float: left;
1700         margin-top: 10px;
1701         margin-right: 10px;
1702         width: 24px;
1703 }
1704
1705 #prvmail-end {
1706         clear: both;
1707 }
1708
1709 .mail-list-sender,
1710 .mail-list-detail {
1711         float: left;
1712 }
1713 .mail-list-detail {
1714         margin-left: 20px;
1715 }
1716
1717 .mail-list-subject {
1718         font-size: 1.1em;
1719         margin-top: 10px;
1720 }
1721 a.mail-list-link {
1722     display: block;
1723     font-size: 1.3em;
1724     padding: 4px 0;
1725 }
1726
1727 /*
1728 *a.mail-list-link:hover {
1729 *       background-color: #15607B;
1730 *       color: #F5F6FB;
1731 *}
1732 */
1733
1734 .mail-list-outside-wrapper-end {
1735         clear: both;
1736 }
1737
1738 .mail-list-outside-wrapper {
1739         margin-top: 30px;
1740 }
1741
1742 .mail-list-delete-wrapper {
1743         float: right;
1744         margin-right: 30px;
1745         margin-top: 15px;
1746 }
1747
1748 .mail-list-delete-icon {
1749         border: none;
1750 }
1751
1752 .mail-conv-sender,
1753 .mail-conv-detail {
1754         float: left;
1755 }
1756 .mail-conv-detail {
1757         margin-left: 20px;
1758         width: 500px;
1759 }
1760
1761 .mail-conv-subject {
1762     font-size: 1.4em;
1763     margin: 10px 0;
1764 }
1765
1766 .mail-conv-outside-wrapper-end {
1767         clear: both;
1768 }
1769
1770 .mail-conv-outside-wrapper {
1771         margin-top: 30px;
1772 }
1773
1774 .mail-conv-delete-wrapper {
1775         float: right;
1776         margin-right: 30px;
1777         margin-top: 15px;
1778 }
1779 .mail-conv-break {
1780         clear: both;
1781 }
1782
1783 .mail-conv-delete-icon {
1784         border: none;
1785 }
1786
1787 .message-links ul {
1788         list-style-type: none;
1789         padding: 0px;
1790 }
1791
1792 .message-links li {
1793         margin-top: 10px;
1794         float: left;
1795 }
1796 .message-links a {
1797         padding: 3px 5px;
1798 }
1799
1800 .message-links-end {
1801         clear: both;
1802 }
1803
1804 #sidebar-group-list ul {
1805         list-style-type: none;
1806 }
1807
1808 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
1809         display: inline-block;
1810         height: 12px;
1811         width: 12px;
1812 }
1813
1814 #sidebar-group-list li {
1815         margin-top: 10px;
1816 }
1817
1818 #search-save {
1819         margin-left: 5px;
1820 }
1821 .groupsideedit {
1822         margin-right: 10px;
1823 }
1824 #saved-search-ul {
1825         list-style-type: none;
1826 }
1827 .savedsearchdrop, .savedsearchterm {
1828         float: left;
1829         margin-top: 10px;
1830 }
1831 .savedsearchterm {
1832         margin-left: 10px;
1833 }
1834
1835
1836 #side-follow-wrapper {
1837         margin-top: 20px;
1838 }
1839 #side-follow-url, #side-peoplefind-url {
1840         margin-top: 5px;
1841 }
1842 #side-follow-submit, #side-peoplefind-submit {
1843         margin-top: 15px;
1844 }
1845
1846 #side-match-link {
1847         margin-top: 10px;
1848 }
1849
1850 aside input[type='text'] {
1851  width: 174px;
1852 }
1853
1854 .widget {
1855         border: 1px solid #DDDDDD;
1856         padding: 8px;
1857         margin-top: 5px;
1858         -moz-border-radius:5px;
1859         -webkit-border-radius:5px;
1860         border-radius:5px;
1861
1862 }
1863
1864
1865 .photo-album-image-wrapper {
1866         float: left;
1867         margin-top: 15px;
1868         margin-right: 15px;
1869         width: 200px; height: 200px; 
1870         overflow: hidden; 
1871         position: relative;
1872 }
1873 .photo-album-image-wrapper .caption {
1874         display: none; 
1875         width: 100%;
1876         position: absolute; 
1877         bottom: 0px; 
1878         padding: 0.5em 0.5em 0px 0.5em;
1879         background-color: rgba(245, 245, 255, 0.8);
1880         border-bottom: 2px solid #CCC;
1881         margin: 0px;
1882 }
1883 .photo-album-image-wrapper a:hover .caption {
1884         display:block;
1885 }
1886
1887 #photo-album-end {
1888         clear: both;
1889 }
1890
1891 .photo-top-image-wrapper {
1892         position: relative;
1893         float: left;
1894         margin-top: 15px;
1895         margin-right: 15px;
1896         width: 200px; height: 200px; 
1897         overflow: hidden; 
1898 }
1899 .photo-top-album-name {
1900         width: 100%;
1901         min-height: 2em;
1902         position: absolute; 
1903         bottom: 0px; 
1904         padding: 0px 3px;
1905         padding-top: 0.5em;
1906         background-color: rgb(255, 255, 255);
1907 }
1908 #photo-top-end {
1909         clear: both;
1910 }
1911
1912 #photo-top-links {
1913         margin-bottom: 30px;
1914         margin-left: 30px;
1915 }
1916
1917 #photos-upload-newalbum-div {
1918         float: left;
1919         width: 175px;
1920 }
1921
1922 #photos-upload-noshare {
1923         margin-bottom: 10px;
1924 }
1925 #photos-upload-existing-album-text {
1926         float: left;
1927         width: 175px;
1928 }
1929 #photos-upload-newalbum {
1930         float: left;
1931 }
1932 #photos-upload-album-select {
1933         float: left;
1934 }
1935
1936 #photos-upload-spacer {
1937         margin-top: 25px;
1938 }
1939 #photos-upload-new-end, #photos-upload-exist-end {
1940         clear: both;
1941 }
1942 #photos-upload-exist-end {
1943         margin-bottom: 15px;
1944 }
1945 #photos-upload-submit {
1946         margin-top: 15px;
1947 }
1948
1949 #photos_upload_applet_wrapper {
1950         margin-bottom: 15px;
1951 }
1952
1953 #photos-upload-no-java-message {
1954         margin-bottom: 15px;
1955 }
1956
1957 #profile-jot-desc {
1958         /*float: left;*/
1959         width: 480px;
1960         color: #FF0000;
1961         margin-top: 10px;
1962         margin-bottom: 10px;
1963 }
1964
1965 #character-counter {
1966         float: right;
1967         font-size: 120%;
1968 }
1969
1970 #character-counter.grey {
1971         color: #888888;
1972 }
1973
1974 #character-counter.orange {
1975         color: orange;
1976 }
1977 #character-counter.red {
1978         color: red;
1979 }
1980
1981 #profile-jot-banner-end {
1982         /* clear: both; */ 
1983 }
1984
1985 #photos-upload-select-files-text {
1986         margin-top: 15px;
1987         margin-bottom: 15px;
1988 }
1989
1990 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1991         color: #8888FF;
1992         text-decoration: none;
1993         cursor: pointer;
1994 }
1995
1996 #photos-upload-perms-menu:hover {
1997         color: #0000FF;
1998         text-decoration: underline;
1999         cursor: pointer;
2000 }
2001 #settings-default-perms-menu {
2002         margin-top: 15px;
2003         margin-bottom: 15px;
2004 }
2005
2006 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2007         float: left;
2008         width: 150px;
2009 }
2010
2011 #photo-edit-perms-end {
2012         margin-bottom: 15px;
2013 }
2014
2015 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2016         float: left;
2017         margin-bottom: 25px;
2018 }
2019 #photo-edit-link-wrap {
2020         margin-bottom: 15px;
2021 }
2022 #photo-like-div {
2023         margin-bottom: 25px;
2024 }
2025
2026 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2027         clear: both;
2028 }
2029
2030 #photo-edit-delete-button {
2031         margin-left: 200px;
2032 }
2033 #photo-edit-end {
2034         margin-bottom: 35px;
2035 }
2036 #photo-caption {
2037         font-size: 110%;
2038         font-weight: bold;
2039         margin-top: 15px;
2040         margin-bottom: 15px;
2041 }
2042
2043 #in-this-photo-text {
2044         color: #0000FF;
2045         margin-left: 30px;
2046 }
2047
2048 #in-this-photo {
2049         margin-left: 60px;
2050         margin-top: 10px;
2051         margin-bottom: 20px;
2052 }
2053
2054 #photo-album-edit-submit, #photo-album-edit-drop {
2055         margin-top: 15px;
2056         margin-bottom: 15px;
2057 }
2058
2059 #photo-album-edit-drop {
2060         margin-left: 200px;
2061 }
2062
2063 .group-delete-wrapper {
2064         float: right;
2065         margin-right: 50px;
2066 }
2067
2068 #install-dbhost-label,
2069 #install-dbuser-label,
2070 #install-dbpass-label,
2071 #install-dbdata-label,
2072 #install-tz-desc {
2073        float: left;
2074        width: 250px;
2075        margin-top: 10px;
2076        margin-bottom: 10px;
2077
2078 }
2079
2080 #install-dbhost,
2081 #install-dbuser,
2082 #install-dbpass,
2083 #install-dbdata {
2084        float: left;
2085        width: 200px;
2086        margin-left: 20px;
2087 }
2088
2089 #install-dbhost-end,
2090 #install-dbuser-end,
2091 #install-dbpass-end,
2092 #install-dbdata-end,
2093 #install-tz-end {
2094        clear: both;
2095 }
2096
2097 #install-form select#timezone_select {
2098        float: left;
2099        margin-top: 18px;
2100        margin-left: 20px;
2101 }
2102
2103 #dfrn-request-networks {
2104         margin-bottom: 30px;
2105 }
2106
2107 #pause {
2108   position: fixed;
2109   bottom: 5px;
2110   right: 5px;
2111 }
2112
2113 .sparkle {
2114         cursor: url('lock.cur'), pointer;
2115 /*      cursor: pointer !important; */
2116 }
2117
2118 .contact-block-div {
2119         float: left;
2120         width: 52px;
2121         height: 52px;
2122 }
2123 .contact-block-textdiv {
2124         float: left;
2125         width: 150px;
2126         height: 34px;
2127 }
2128
2129 #contact-block-end {
2130         clear: both;
2131 }
2132 .contact-block-link {
2133         float: left;
2134 }
2135 .contact-block-img {
2136         width:48px;
2137         height:48px;
2138 }
2139
2140 #tag-remove {
2141         margin-bottom: 15px;
2142 }
2143
2144 #tagrm li {
2145         margin-bottom: 10px;
2146 }
2147
2148 #tagrm-submit, #tagrm-cancel {
2149         margin-top: 25px;
2150 }
2151
2152 #tagrm-cancel {
2153         margin-left: 15px;
2154 }
2155
2156 .wall-item-conv {
2157         margin-top: 5px;
2158         margin-bottom: 25px;
2159 }
2160
2161 #search-submit {
2162         margin-left: 15px;
2163 }
2164
2165 #search-box {
2166         margin-bottom: 25px;
2167 }
2168
2169 .location-label, .gender-label, .marital-label, .homepage-label {
2170         float: left;
2171         text-align: right;
2172         display: block;
2173         width: 65px;
2174 }
2175
2176 .adr, .x-gender, .marital-text, .homepage-url {
2177         float: left;
2178         display: block;
2179         margin-left: 8px;
2180 }
2181
2182 .profile-clear {
2183         clear: both;
2184 }
2185
2186
2187 .clear {
2188         clear: both;
2189 }
2190
2191 .cc-license {
2192         margin-top: 50px;
2193         font-size: 70%;
2194 }
2195
2196
2197 #plugin-settings-link, #account-settings-link {
2198         margin-bottom: 10px;
2199 }
2200
2201 #uexport-link {
2202         margin-bottom: 20px;
2203 }
2204
2205 /* end from default */
2206         
2207
2208 .fn {
2209         padding: 0px 0px 5px 12px;
2210         font-size: 120%;
2211         font-weight: bold;
2212 }
2213
2214 .vcard .title {
2215         margin-bottom: 5px;
2216         margin-left: 12px;
2217 }
2218
2219 .vcard dl {
2220         clear: both;
2221 }
2222
2223 #birthday-title {
2224         float: left;
2225         font-weight: bold;      
2226 }
2227
2228 #birthday-adjust {
2229         float: left;
2230         font-size: 75%;
2231         margin-left: 10px;
2232 }
2233
2234 #birthday-title-end {
2235         clear: both;
2236 }
2237
2238 .birthday-list {
2239         margin-left: 15px;
2240 }
2241
2242 #birthday-wrapper {
2243         margin-bottom: 20px;
2244 }
2245
2246 #network-new-link {
2247         margin-top: 15px;
2248         margin-bottom: 15px;
2249 }
2250
2251
2252 .tool-wrapper {
2253   float: left;
2254   margin-left: 15px;
2255 }
2256
2257 .tool-link {
2258   cursor: pointer;
2259 }
2260
2261 .eventcal {
2262         float: left;
2263         font-size: 20px;
2264 }
2265
2266 .vevent {
2267         border: 1px solid #CCCCCC;
2268 }
2269 .vevent .event-description, .vevent .event-location {
2270         margin-left: 10px;
2271         margin-right: 10px;
2272 }
2273 .vevent .event-start {
2274         margin-left: 10px;
2275         margin-right: 10px;
2276 }
2277
2278 #new-event-link {
2279         margin-bottom: 10px;
2280 }
2281
2282 .edit-event-link, .plink-event-link {
2283         float: left;
2284         margin-top: 4px;
2285         margin-right: 4px;
2286         margin-bottom: 15px;
2287 }
2288
2289 .event-description:before {
2290         content: url('../../../images/calendar.png');
2291         margin-right: 15px;
2292 }
2293
2294 .event-start, .event-end {
2295         margin-left: 10px;
2296         width: 330px;
2297         clear: both;
2298 }
2299
2300 .event-start .dtstart, .event-end .dtend {
2301         float: right;
2302 }
2303
2304 .event-list-date {
2305         margin-bottom: 10px;
2306 }
2307
2308 .prevcal, .nextcal {
2309         float: left;
2310         margin-left: 32px;
2311         margin-right: 32px;
2312         margin-top: 64px;
2313 }
2314 .event-calendar-end {
2315         clear: both;
2316 }
2317
2318  
2319 .calendar {
2320         font-family: Courier, monospace;
2321 }
2322 .today {
2323         font-weight: bold;
2324         color: #FF0000;
2325 }
2326
2327 .settings-block {
2328         border: 1px solid #AAA;
2329         margin: 10px;
2330         padding: 10px;
2331 }
2332
2333 .app-title {
2334         margin: 10px;
2335 }
2336
2337 #identity-manage-desc {
2338         margin-top:15px;
2339         margin-bottom: 15px;
2340 }
2341
2342 #identity-manage-choose {
2343         margin-bottom: 15px;
2344 }
2345
2346 #identity-submit {
2347         margin-top: 20px;
2348 }
2349
2350 #photo-prev-link, #photo-next-link {
2351         padding: 10px;
2352         float: left;
2353 }
2354
2355 #photo-photo {
2356         float: left;
2357 }
2358
2359 #photo-photo-end {
2360         clear: both;
2361 }
2362
2363 .profile-match-photo {
2364         float: left;
2365         text-align: center;
2366         width: 120px;
2367 }
2368
2369 .profile-match-name {
2370         float: left;
2371         text-align: center;
2372         width: 120px;
2373         overflow: hidden;
2374 }
2375
2376 .profile-match-break,
2377 .profile-match-end {
2378         clear: both;
2379 }
2380
2381 .profile-match-wrapper {
2382         float: left;
2383         padding: 10px;
2384         width: 120px;
2385         height: 120px;
2386         scroll: auto;
2387 }
2388 #profile-match-wrapper-end {
2389         clear: both;
2390 }
2391 .side-link {
2392         margin-bottom: 15px;
2393 }
2394
2395 #language-selector {
2396         position: absolute;
2397         top: 0px;
2398         left: 16px;
2399 }
2400
2401 #group-members {
2402         margin-top: 20px;
2403         padding: 10px;
2404         height: 250px;
2405         overflow: auto;
2406         border: 1px solid #ddd;
2407 }
2408
2409 #group-members-end {
2410         clear: both;
2411 }
2412
2413 #group-separator {
2414         margin-top: 10px;
2415         margin-bottom: 10px;
2416 }
2417
2418 #group-all-contacts {
2419         padding: 10px;
2420         height: 450px;
2421         overflow: auto;
2422         border: 1px solid #ddd;
2423 }
2424
2425 #group-all-contacts-end {
2426         clear: both;
2427         margin-bottom: 10px;
2428 }
2429
2430 #group-edit-desc {
2431         margin-top: 15px;
2432 }
2433
2434
2435 #prof-members {
2436         margin-top: 20px;
2437         padding: 10px;
2438         height: 250px;
2439         overflow: auto;
2440         border: 1px solid #ddd;
2441 }
2442
2443 #prof-members-end {
2444         clear: both;
2445 }
2446
2447 #prof-separator {
2448         margin-top: 10px;
2449         margin-bottom: 10px;
2450 }
2451
2452 #prof-all-contacts {
2453         padding: 10px;
2454         height: 450px;
2455         overflow: auto;
2456         border: 1px solid #ddd;
2457 }
2458
2459 #prof-all-contacts-end {
2460         clear: both;
2461         margin-bottom: 10px;
2462 }
2463
2464 #prof-edit-desc {
2465         margin-top: 15px;
2466 }
2467
2468 #crepair-nick-label,
2469 #crepair-attag-label,
2470 #crepair-url-label,
2471 #crepair-request-label,
2472 #crepair-confirm-label,
2473 #crepair-notify-label,
2474 #crepair-photo-label,
2475 #crepair-poll-label {
2476         float: left;
2477         width: 200px;
2478         margin-bottom: 15px;
2479 }
2480
2481 #crepair-nick,
2482 #crepair-attag,
2483 #crepair-url,
2484 #crepair-request,
2485 #crepair-confirm,
2486 #crepair-notify,
2487 #crepair-photo,
2488 #crepair-poll {
2489         float: left;
2490         width: 300px;
2491 }
2492
2493
2494 #netsearch-box {
2495         margin-top: 20px;       
2496 }
2497
2498 #netsearch-box #search-submit {
2499         margin: 5px 0px 0px 0px;
2500 }
2501
2502 .required {
2503         color: #FF0000;
2504 }
2505
2506 #event-start-text, #event-finish-text {
2507         margin-top: 10px;
2508         margin-bottom: 5px;
2509 }
2510
2511 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2512         float: left;
2513 }
2514 #event-datetime-break {
2515         margin-bottom: 10px;
2516 }
2517
2518 #event-nofinish-break, #event-adjust-break {
2519         clear: both;
2520 }
2521
2522 #event-desc-text, #event-location-text {
2523         margin-top: 10px;
2524         margin-bottom: 5px;
2525 }
2526 #event-submit {
2527         margin-top: 10px;
2528 }
2529
2530 .body-tag {
2531         opacity: 0.5;
2532         filter:alpha(opacity=50);
2533 }
2534
2535 .body-tag:hover {
2536         opacity: 1.0 !important;
2537         filter:alpha(opacity=100) !important;
2538 }
2539
2540 .item-select {
2541         opacity: 0.1;
2542         filter:alpha(opacity=10);
2543         float: right;
2544         margin-right: 10px;
2545
2546 }
2547 .item-select:hover, .checkeditem {
2548         opacity: 1;
2549         filter:alpha(opacity=100);
2550 }
2551
2552
2553 #item-delete-selected {
2554         margin-top: 30px;
2555 }
2556
2557 #item-delete-selected-end {
2558         clear: both;
2559 }
2560 #item-delete-selected-icon, #item-delete-selected-desc {
2561         float: left;
2562         margin-right: 5px;
2563 }
2564 #item-delete-selected-desc:hover {
2565         text-decoration: underline;
2566 }
2567
2568 #lang-select-icon {
2569         cursor: pointer;
2570         position: absolute;
2571         left: 0px;
2572         top: 0px;
2573         opacity: 0.2;
2574         filter:alpha(opacity=20);
2575 }
2576
2577 #lang-select-icon:hover {
2578         opacity: 1;
2579         filter:alpha(opacity=100);
2580 }
2581
2582 .notif-image {
2583         height: 80px;
2584         width: 80px;
2585         margin-right: 15px;
2586 }
2587 .notification-listing-end {
2588         clear: both;
2589         margin-bottom: 15px;
2590 }
2591
2592
2593
2594 /**
2595  * Plugins settings
2596  */
2597
2598 .settings-block > h3,
2599 .settings-heading {
2600         border-bottom: 1px solid #babdb6;
2601 }
2602  
2603
2604 /**
2605  * Form fields
2606  */
2607 .field {
2608         margin-bottom: 10px;
2609         padding-bottom: 10px;
2610         overflow: auto;
2611         width: 100%
2612 }
2613
2614 .field label {
2615         float: left;
2616         width: 200px;
2617 }
2618
2619 .field input,
2620 .field textarea {
2621         width: 400px;
2622 }
2623 .field textarea { height: 100px; }
2624 .field_help {
2625         display: block;
2626         margin-left: 200px;
2627         color: #666666;
2628         
2629 }
2630
2631
2632 .field .onoff {
2633         float: left;
2634         width: 80px;
2635 }
2636 .field .onoff a {
2637         display: block;
2638         border:1px solid #666666;
2639         background-image:url("../../../images/onoff.jpg");
2640         background-repeat: no-repeat;
2641         padding: 4px 2px 2px 2px;
2642         height: 16px;
2643         text-decoration: none;
2644 }
2645 .field .onoff .off {
2646         border-color:#666666;
2647         padding-left: 40px;
2648         background-position: left center;
2649         background-color: #cccccc;
2650         color: #666666;
2651         text-align: right;
2652 }
2653 .field .onoff .on {
2654         border-color:#204A87;
2655         padding-right: 40px;
2656         background-position: right center;
2657         background-color: #D7E3F1;
2658         color: #204A87;
2659         text-align: left;
2660 }
2661 .hidden { display: none!important; }
2662
2663 .field.radio .field_help { margin-left: 0px; }
2664
2665 /**
2666  * ADMIN
2667  */
2668 #pending-update {
2669         float:right;
2670         color: #ffffff;
2671         font-weight: bold;
2672         background-color: #FF0000;
2673         padding: 0em 0.3em;
2674         
2675 }
2676 #adminpage dl {
2677         clear: left;
2678         margin-bottom: 2px;
2679         padding-bottom: 2px;
2680         border-bottom: 1px solid black;
2681 }
2682 #adminpage dt {
2683         width: 200px;
2684         float: left;
2685         font-weight: bold;
2686 }
2687 #adminpage dd {
2688         margin-left: 200px;
2689 }
2690
2691 #adminpage h3 {
2692         border-bottom: 1px solid #cccccc;
2693 }
2694 #adminpage .field label {
2695         font-weight: bold;
2696 }
2697 #adminpage .submit {
2698         clear:left;
2699         text-align: right;
2700 }
2701
2702 #adminpage #pluginslist {
2703         margin: 0px; padding: 0px;
2704 }
2705 #adminpage .plugin {
2706         list-style: none;
2707         display: block;
2708         border: 1px solid #888888;
2709         padding: 1em;
2710         margin-bottom: 5px;
2711         clear: left;
2712 }
2713 #adminpage .plugin .desc { margin-left: 2.5em;}
2714 #adminpage .toggleplugin {
2715         float:left;
2716         margin-right: 1em;
2717 }
2718
2719 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2720 #adminpage table th { text-align: left;}
2721 #adminpage td .icon { float: left;}
2722 #adminpage table#users img { width: 16px; height: 16px; }
2723 #adminpage table tr:hover { background-color: #bbc7d7; }
2724 #adminpage .selectall { text-align: right; }
2725
2726 /*
2727  * UPDATE
2728  */
2729 .popup {        
2730         width: 100%; height: 100%;
2731         top:0px; left:0px;
2732         position: absolute;
2733         display: none;
2734 }
2735
2736 .popup .background {
2737         background-color: rgba(0,0,0,128);
2738         opacity: 0.5;
2739         width: 100%; height: 100%;
2740         position: absolute;
2741         top:0px; left:0px;
2742 }
2743 .popup .panel {
2744         top:25%;left:25%;width:50%;height:50%;
2745         padding: 1em;
2746         position: absolute;
2747         border: 4px solid #000000;
2748         background-color: #FFFFFF;
2749 }
2750 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2751 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2752 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2753 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2754 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2755
2756 /**
2757  * OAuth
2758  */
2759 .oauthapp {
2760         height: auto; overflow: auto;
2761         border-bottom: 2px solid #cccccc;
2762         padding-bottom: 1em;
2763         margin-bottom: 1em;     
2764 }
2765 .oauthapp img {
2766         float: left;
2767         width: 48px; height: 48px;
2768         margin: 10px;
2769 }
2770 .oauthapp img.noicon {
2771         background-image: url("../../../images/icons/48/plugin.png");
2772         background-position: center center;
2773         background-repeat: no-repeat;
2774 }
2775 .oauthapp a {
2776         float: left;
2777 }
2778
2779 /**
2780  * ICONS
2781  */
2782 .iconspacer {
2783         display: block; width: 16px; height: 16px;
2784 }
2785
2786 .icon {
2787         display: block; width: 16px; height: 16px;
2788         background-image: url('../../../images/icons.png');
2789 }
2790 .article { background-position: 0px 0px;}
2791 .audio { background-position: -16px 0px;}
2792 .block { background-position: -32px 0px;}
2793 .drop { background-position: -48px 0px;}
2794 .drophide { background-position: -64px 0px;}
2795 .edit { background-position: -80px 0px;}
2796 .camera { background-position: -96px 0px;}
2797 .dislike { background-position: -112px 0px;}
2798 .like { background-position: -128px 0px;}
2799 .link { background-position: -144px 0px;}
2800
2801 .globe { background-position: 0px -16px;}
2802 .noglobe { background-position: -16px -16px;}
2803 .no { background-position: -32px -16px;}
2804 .pause { background-position: -48px -16px;}
2805 .play { background-position: -64px -16px;}
2806 .pencil { background-position: -80px -16px;}
2807 .small-pencil { background-position: -96px -16px;}
2808 .recycle { background-position: -112px -16px;}
2809 .remote-link { background-position: -128px -16px;}
2810 .share { background-position: -144px -16px;}
2811
2812 .tools { background-position: 0px -32px;}
2813 .lock { background-position: -16px -32px;}
2814 .unlock { background-position: -32px -32px;}
2815 .video { background-position: -48px -32px;}
2816 .youtube { background-position: -64px -32px;}
2817 .attach { background-position: -80px -32px; }
2818 .language { background-position: -96px -32px; }
2819 .prev { background-position: -112px -32px; }
2820 .next { background-position: -128px -32px; }
2821 .on { background-position: -144px -32px; }
2822
2823 .off { background-position: 0px -48px; }
2824 .starred { background-position: -16px -48px; }
2825 .unstarred { background-position: -32px -48px; }
2826 .tagged { background-position: -48px -48px; }
2827
2828
2829 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2830
2831 .attachtype {
2832         display: block; width: 20px; height: 23px;
2833         float: left;
2834         background-image: url('../../../images/content-types.png');
2835 }
2836
2837 .body-attach {
2838         margin-top: 10px;
2839 }
2840
2841 .type-video { background-position: 0px 0px; }
2842 .type-image { background-position: -20px 0px; }
2843 .type-audio { background-position: -40px 0px; }
2844 .type-text  { background-position: -60px 0px; }
2845 .type-unkn  { background-position: -80px 0px; }
2846
2847
2848 /* autocomplete popup */
2849 .acpopup {
2850         max-height:150px;
2851         background-color:#ffffff;
2852         overflow:auto;
2853         z-index:100000;
2854         border:1px solid #cccccc;
2855 }
2856 .acpopupitem {
2857         background-color:#ffffff; padding: 4px;
2858         clear:left;
2859 }
2860 .acpopupitem img {
2861         float: left;
2862         margin-right: 4px;
2863 }
2864
2865 .acpopupitem.selected {
2866         color: #FFFFFF; background: #3465A4;
2867 }
2868
2869 /* popup notifications */
2870 div.jGrowl div.notice {
2871   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
2872   color: #ffffff;
2873   padding-left: 58px;
2874 }
2875 div.jGrowl div.info {
2876   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
2877   color: #ffffff;
2878   padding-left: 58px;
2879 }