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