]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
2f9691cadd89f413e0275fca9081a5a471e120e0
[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: 90%;
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 {
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         width: 100%;
1550 }
1551
1552
1553 /** acl **/
1554 #photo-edit-perms-select,
1555 #photos-upload-permissions-wrapper,
1556 #profile-jot-acl-wrapper{
1557         display:block!important;
1558 }
1559
1560
1561
1562 #acl-wrapper {
1563         width: 690px;
1564         float:left;
1565 }
1566 #acl-search {
1567         float:right;
1568         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1569         padding-right:20px;
1570 }
1571 #acl-showall {
1572         float: left;
1573         display: block;
1574         width: auto;
1575         height: 18px;
1576         background-color: #cccccc;
1577         background-image: url("../../../images/show_all_off.png");
1578         background-position: 7px 7px;
1579         background-repeat: no-repeat;
1580         padding: 7px 5px 0px 30px;
1581         -webkit-border-radius: 5px ;
1582         -moz-border-radius: 5px;
1583         border-radius: 5px;
1584         color: #999999;
1585 }
1586 #acl-showall.selected {
1587         color: #000000;
1588         background-color: #ff9900;
1589         background-image: url("../../../images/show_all_on.png");
1590 }
1591
1592 #acl-list {
1593         height: 210px;
1594         border: 1px solid #cccccc;
1595         clear: both;
1596         margin-top: 30px;
1597         overflow: auto;
1598 }
1599 #acl-list-content {
1600         
1601 }
1602 .acl-list-item {
1603         display: block;
1604         width: 150px;
1605         height: 30px;
1606         border: 1px solid #cccccc;
1607         margin: 5px;
1608         float: left;
1609 }
1610 .acl-list-item img{
1611         width:22px;
1612         height: 22px;
1613         float: left;
1614         margin: 4px;
1615 }
1616 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1617 .acl-list-item a { 
1618         font-size: 8px;
1619         display: block;
1620         width: 40px;
1621         height: 10px;
1622         float: left;
1623         color: #999999;
1624         background-color: #cccccc;
1625         background-position: 3px 3px;
1626         background-repeat: no-repeat;
1627         margin-right: 5px;
1628         -webkit-border-radius: 2px ;
1629         -moz-border-radius: 2px;
1630         border-radius: 2px;
1631         padding-left: 15px;
1632 }
1633 #acl-wrapper a:hover {
1634         text-decoration: none;
1635         color:#000000;
1636 }
1637 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1638 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1639
1640 .acl-button-show.selected {
1641         color: #000000;
1642         background-color: #9ade00;
1643         background-image: url("../../../images/show_on.png");
1644 }
1645 .acl-button-hide.selected {
1646         color: #000000;
1647         background-color: #ff4141;
1648         background-image: url("../../../images/hide_on.png");
1649 }
1650 .acl-list-item.groupshow { border-color: #9ade00; }
1651 .acl-list-item.grouphide { border-color: #ff4141; }
1652 /** /acl **/
1653
1654
1655 .comment-edit-text-empty {
1656         color: gray;
1657         height: 30px;
1658         width: 175px;
1659         overflow: auto;
1660         margin-bottom: 10px;
1661 }
1662
1663 .comment-edit-text-full {
1664         color: black;
1665         height: 150px;
1666         width: 350px;
1667         overflow: auto;
1668 }
1669
1670 #group-new-submit-wrapper {
1671         margin-top: 30px;
1672 }
1673
1674 #group-edit-name-label {
1675         float: left;
1676         width: 175px;
1677         margin-top: 20px;
1678         margin-bottom: 20px;
1679 }
1680
1681 #group-edit-name {
1682         float: left;
1683         width: 225px;
1684         margin-top: 20px;
1685         margin-bottom: 20px;
1686 }
1687
1688 #group-edit-name-wrapper {
1689
1690
1691 }
1692
1693
1694 #group_members_select_label {
1695         display: block;
1696         float: left;
1697         width: 175px;
1698 }
1699
1700 .group_members_select {
1701         float: left;
1702         width: 230px;
1703         overflow: auto;
1704 }
1705
1706 #group_members_select_end {
1707         clear: both;
1708 }
1709 #group-edit-name-end {
1710         clear: both;
1711 }
1712
1713 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1714         margin-bottom: 10px;
1715         margin-top: 20px;
1716 }
1717
1718 #prvmail-submit {
1719         float: left;
1720         margin-top: 10px;
1721         margin-right: 30px;
1722 }
1723 #prvmail-upload-wrapper,
1724 #prvmail-link-wrapper,
1725 #prvmail-rotator-wrapper {
1726         float: left;
1727         margin-top: 10px;
1728         margin-right: 10px;
1729         width: 24px;
1730 }
1731
1732 #prvmail-end {
1733         clear: both;
1734 }
1735
1736 .mail-list-sender,
1737 .mail-list-detail {
1738         float: left;
1739 }
1740 .mail-list-detail {
1741         margin-left: 20px;
1742 }
1743
1744 .mail-list-subject {
1745         font-size: 1.1em;
1746         margin-top: 10px;
1747 }
1748 a.mail-list-link {
1749     display: block;
1750     font-size: 1.3em;
1751     padding: 4px 0;
1752 }
1753
1754 /*
1755 *a.mail-list-link:hover {
1756 *       background-color: #15607B;
1757 *       color: #F5F6FB;
1758 *}
1759 */
1760
1761 .mail-list-outside-wrapper-end {
1762         clear: both;
1763 }
1764
1765 .mail-list-outside-wrapper {
1766         margin-top: 30px;
1767 }
1768
1769 .mail-list-delete-wrapper {
1770         float: right;
1771         margin-right: 30px;
1772         margin-top: 15px;
1773 }
1774
1775 .mail-list-delete-icon {
1776         border: none;
1777 }
1778
1779 .mail-conv-sender,
1780 .mail-conv-detail {
1781         float: left;
1782 }
1783 .mail-conv-detail {
1784         margin-left: 20px;
1785         width: 500px;
1786 }
1787
1788 .mail-conv-subject {
1789     font-size: 1.4em;
1790     margin: 10px 0;
1791 }
1792
1793 .mail-conv-outside-wrapper-end {
1794         clear: both;
1795 }
1796
1797 .mail-conv-outside-wrapper {
1798         margin-top: 30px;
1799 }
1800
1801 .mail-conv-delete-wrapper {
1802         float: right;
1803         margin-right: 30px;
1804         margin-top: 15px;
1805 }
1806 .mail-conv-break {
1807         clear: both;
1808 }
1809
1810 .mail-conv-delete-icon {
1811         border: none;
1812 }
1813
1814 .message-links ul {
1815         list-style-type: none;
1816         padding: 0px;
1817 }
1818
1819 .message-links li {
1820         margin-top: 10px;
1821         float: left;
1822 }
1823 .message-links a {
1824         padding: 3px 5px;
1825 }
1826
1827 .message-links-end {
1828         clear: both;
1829 }
1830
1831 #sidebar-group-list ul {
1832         list-style-type: none;
1833 }
1834
1835 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
1836         display: inline-block;
1837         height: 12px;
1838         width: 12px;
1839 }
1840
1841 #sidebar-group-list li {
1842         margin-top: 10px;
1843 }
1844
1845 #search-save {
1846         margin-left: 5px;
1847 }
1848 .groupsideedit {
1849         margin-right: 10px;
1850 }
1851 #saved-search-ul {
1852         list-style-type: none;
1853 }
1854 .savedsearchdrop, .savedsearchterm {
1855         float: left;
1856         margin-top: 10px;
1857 }
1858 .savedsearchterm {
1859         margin-left: 10px;
1860 }
1861
1862
1863 #side-follow-wrapper {
1864         margin-top: 20px;
1865 }
1866 #side-follow-url, #side-peoplefind-url {
1867         margin-top: 5px;
1868 }
1869 #side-follow-submit, #side-peoplefind-submit {
1870         margin-top: 15px;
1871 }
1872
1873 #side-match-link {
1874         margin-top: 10px;
1875 }
1876
1877 aside input[type='text'] {
1878  width: 174px;
1879 }
1880
1881 .widget {
1882         border: 1px solid #DDDDDD;
1883         padding: 8px;
1884         margin-top: 5px;
1885         -moz-border-radius:5px;
1886         -webkit-border-radius:5px;
1887         border-radius:5px;
1888
1889 }
1890
1891
1892 .photo-album-image-wrapper {
1893         float: left;
1894         margin-top: 15px;
1895         margin-right: 15px;
1896         width: 200px; height: 200px; 
1897         overflow: hidden; 
1898         position: relative;
1899 }
1900 .photo-album-image-wrapper .caption {
1901         display: none; 
1902         width: 100%;
1903         position: absolute; 
1904         bottom: 0px; 
1905         padding: 0.5em 0.5em 0px 0.5em;
1906         background-color: rgba(245, 245, 255, 0.8);
1907         border-bottom: 2px solid #CCC;
1908         margin: 0px;
1909 }
1910 .photo-album-image-wrapper a:hover .caption {
1911         display:block;
1912 }
1913
1914 #photo-album-end {
1915         clear: both;
1916 }
1917
1918 .photo-top-image-wrapper {
1919         position: relative;
1920         float: left;
1921         margin-top: 15px;
1922         margin-right: 15px;
1923         width: 200px; height: 200px; 
1924         overflow: hidden; 
1925 }
1926 .photo-top-album-name {
1927         width: 100%;
1928         min-height: 2em;
1929         position: absolute; 
1930         bottom: 0px; 
1931         padding: 0px 3px;
1932         padding-top: 0.5em;
1933         background-color: rgb(255, 255, 255);
1934 }
1935 #photo-top-end {
1936         clear: both;
1937 }
1938
1939 #photo-top-links {
1940         margin-bottom: 30px;
1941         margin-left: 30px;
1942 }
1943
1944 #photos-upload-newalbum-div {
1945         float: left;
1946         width: 175px;
1947 }
1948
1949 #photos-upload-noshare {
1950         margin-bottom: 10px;
1951 }
1952 #photos-upload-existing-album-text {
1953         float: left;
1954         width: 175px;
1955 }
1956 #photos-upload-newalbum {
1957         float: left;
1958 }
1959 #photos-upload-album-select {
1960         float: left;
1961 }
1962
1963 #photos-upload-spacer {
1964         margin-top: 25px;
1965 }
1966 #photos-upload-new-end, #photos-upload-exist-end {
1967         clear: both;
1968 }
1969 #photos-upload-exist-end {
1970         margin-bottom: 15px;
1971 }
1972 #photos-upload-submit {
1973         margin-top: 15px;
1974 }
1975
1976 #photos_upload_applet_wrapper {
1977         margin-bottom: 15px;
1978 }
1979
1980 #photos-upload-no-java-message {
1981         margin-bottom: 15px;
1982 }
1983
1984 #profile-jot-desc {
1985         /*float: left;*/
1986         width: 480px;
1987         color: #FF0000;
1988         margin-top: 10px;
1989         margin-bottom: 10px;
1990 }
1991
1992 #character-counter {
1993         float: right;
1994         font-size: 120%;
1995 }
1996
1997 #character-counter.grey {
1998         color: #888888;
1999 }
2000
2001 #character-counter.orange {
2002         color: orange;
2003 }
2004 #character-counter.red {
2005         color: red;
2006 }
2007
2008 #profile-jot-banner-end {
2009         /* clear: both; */ 
2010 }
2011
2012 #photos-upload-select-files-text {
2013         margin-top: 15px;
2014         margin-bottom: 15px;
2015 }
2016
2017 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2018         color: #8888FF;
2019         text-decoration: none;
2020         cursor: pointer;
2021 }
2022
2023 #photos-upload-perms-menu:hover {
2024         color: #0000FF;
2025         text-decoration: underline;
2026         cursor: pointer;
2027 }
2028 #settings-default-perms-menu {
2029         margin-top: 15px;
2030         margin-bottom: 15px;
2031 }
2032
2033 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2034         float: left;
2035         width: 150px;
2036 }
2037
2038 #photo-edit-perms-end {
2039         margin-bottom: 15px;
2040 }
2041
2042 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2043         float: left;
2044         margin-bottom: 25px;
2045 }
2046 #photo-edit-link-wrap {
2047         margin-bottom: 15px;
2048 }
2049 #photo-like-div {
2050         margin-bottom: 25px;
2051 }
2052
2053 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2054         clear: both;
2055 }
2056
2057 #photo-edit-delete-button {
2058         margin-left: 200px;
2059 }
2060 #photo-edit-end {
2061         margin-bottom: 35px;
2062 }
2063 #photo-caption {
2064         font-size: 110%;
2065         font-weight: bold;
2066         margin-top: 15px;
2067         margin-bottom: 15px;
2068 }
2069
2070 #in-this-photo-text {
2071         color: #0000FF;
2072         margin-left: 30px;
2073 }
2074
2075 #in-this-photo {
2076         margin-left: 60px;
2077         margin-top: 10px;
2078         margin-bottom: 20px;
2079 }
2080
2081 #photo-album-edit-submit, #photo-album-edit-drop {
2082         margin-top: 15px;
2083         margin-bottom: 15px;
2084 }
2085
2086 #photo-album-edit-drop {
2087         margin-left: 200px;
2088 }
2089
2090 .group-delete-wrapper {
2091         float: right;
2092         margin-right: 50px;
2093 }
2094
2095 #install-dbhost-label,
2096 #install-dbuser-label,
2097 #install-dbpass-label,
2098 #install-dbdata-label,
2099 #install-tz-desc {
2100        float: left;
2101        width: 250px;
2102        margin-top: 10px;
2103        margin-bottom: 10px;
2104
2105 }
2106
2107 #install-dbhost,
2108 #install-dbuser,
2109 #install-dbpass,
2110 #install-dbdata {
2111        float: left;
2112        width: 200px;
2113        margin-left: 20px;
2114 }
2115
2116 #install-dbhost-end,
2117 #install-dbuser-end,
2118 #install-dbpass-end,
2119 #install-dbdata-end,
2120 #install-tz-end {
2121        clear: both;
2122 }
2123
2124 #install-form select#timezone_select {
2125        float: left;
2126        margin-top: 18px;
2127        margin-left: 20px;
2128 }
2129
2130 #dfrn-request-networks {
2131         margin-bottom: 30px;
2132 }
2133
2134 #pause {
2135   position: fixed;
2136   bottom: 5px;
2137   right: 5px;
2138 }
2139
2140 .sparkle {
2141         cursor: url('lock.cur'), pointer;
2142 /*      cursor: pointer !important; */
2143 }
2144
2145 .contact-block-div {
2146         float: left;
2147         width: 52px;
2148         height: 52px;
2149 }
2150 .contact-block-textdiv {
2151         float: left;
2152         width: 150px;
2153         height: 34px;
2154 }
2155
2156 #contact-block-end {
2157         clear: both;
2158 }
2159 .contact-block-link {
2160         float: left;
2161 }
2162 .contact-block-img {
2163         width:48px;
2164         height:48px;
2165 }
2166
2167 #tag-remove {
2168         margin-bottom: 15px;
2169 }
2170
2171 #tagrm li {
2172         margin-bottom: 10px;
2173 }
2174
2175 #tagrm-submit, #tagrm-cancel {
2176         margin-top: 25px;
2177 }
2178
2179 #tagrm-cancel {
2180         margin-left: 15px;
2181 }
2182
2183 .wall-item-conv {
2184         margin-top: 5px;
2185         margin-bottom: 25px;
2186 }
2187
2188 #search-submit {
2189         margin-left: 15px;
2190 }
2191
2192 #search-box {
2193         margin-bottom: 25px;
2194 }
2195
2196 .location-label, .gender-label, .marital-label, .homepage-label {
2197         float: left;
2198         text-align: right;
2199         display: block;
2200         width: 65px;
2201 }
2202
2203 .adr, .x-gender, .marital-text, .homepage-url {
2204         float: left;
2205         display: block;
2206         margin-left: 8px;
2207 }
2208
2209 .profile-clear {
2210         clear: both;
2211 }
2212
2213
2214 .clear {
2215         clear: both;
2216 }
2217
2218 .cc-license {
2219         margin-top: 50px;
2220         font-size: 70%;
2221 }
2222
2223
2224 #plugin-settings-link, #account-settings-link {
2225         margin-bottom: 10px;
2226 }
2227
2228 #uexport-link {
2229         margin-bottom: 20px;
2230 }
2231
2232 /* end from default */
2233         
2234
2235 .fn {
2236         padding: 0px 0px 5px 12px;
2237         font-size: 120%;
2238         font-weight: bold;
2239 }
2240
2241 .vcard .title {
2242         margin-bottom: 5px;
2243         margin-left: 12px;
2244 }
2245
2246 .vcard dl {
2247         clear: both;
2248 }
2249
2250 #birthday-title {
2251         float: left;
2252         font-weight: bold;      
2253 }
2254
2255 #birthday-adjust {
2256         float: left;
2257         font-size: 75%;
2258         margin-left: 10px;
2259 }
2260
2261 #birthday-title-end {
2262         clear: both;
2263 }
2264
2265 .birthday-list {
2266         margin-left: 15px;
2267 }
2268
2269 #birthday-wrapper {
2270         margin-bottom: 20px;
2271 }
2272
2273 #network-new-link {
2274         margin-top: 15px;
2275         margin-bottom: 15px;
2276 }
2277
2278
2279 .tool-wrapper {
2280   float: left;
2281   margin-left: 15px;
2282 }
2283
2284 .tool-link {
2285   cursor: pointer;
2286 }
2287
2288 .eventcal {
2289         float: left;
2290         font-size: 20px;
2291 }
2292
2293 .vevent {
2294         border: 1px solid #CCCCCC;
2295 }
2296 .vevent .event-description, .vevent .event-location {
2297         margin-left: 10px;
2298         margin-right: 10px;
2299 }
2300 .vevent .event-start {
2301         margin-left: 10px;
2302         margin-right: 10px;
2303 }
2304
2305 #new-event-link {
2306         margin-bottom: 10px;
2307 }
2308
2309 .edit-event-link, .plink-event-link {
2310         float: left;
2311         margin-top: 4px;
2312         margin-right: 4px;
2313         margin-bottom: 15px;
2314 }
2315
2316 .event-description:before {
2317         content: url('../../../images/calendar.png');
2318         margin-right: 15px;
2319 }
2320
2321 .event-start, .event-end {
2322         margin-left: 10px;
2323         width: 330px;
2324         clear: both;
2325 }
2326
2327 .event-start .dtstart, .event-end .dtend {
2328         float: right;
2329 }
2330
2331 .event-list-date {
2332         margin-bottom: 10px;
2333 }
2334
2335 .prevcal, .nextcal {
2336         float: left;
2337         margin-left: 32px;
2338         margin-right: 32px;
2339         margin-top: 64px;
2340 }
2341 .event-calendar-end {
2342         clear: both;
2343 }
2344
2345  
2346 .calendar {
2347         font-family: Courier, monospace;
2348 }
2349 .today {
2350         font-weight: bold;
2351         color: #FF0000;
2352 }
2353
2354 .settings-block {
2355         border: 1px solid #AAA;
2356         margin: 10px;
2357         padding: 10px;
2358 }
2359
2360 .app-title {
2361         margin: 10px;
2362 }
2363
2364 #identity-manage-desc {
2365         margin-top:15px;
2366         margin-bottom: 15px;
2367 }
2368
2369 #identity-manage-choose {
2370         margin-bottom: 15px;
2371 }
2372
2373 #identity-submit {
2374         margin-top: 20px;
2375 }
2376
2377 #photo-prev-link, #photo-next-link {
2378         padding: 10px;
2379         float: left;
2380 }
2381
2382 #photo-photo {
2383         float: left;
2384 }
2385
2386 #photo-photo-end {
2387         clear: both;
2388 }
2389
2390 .profile-match-photo {
2391         float: left;
2392         text-align: center;
2393         width: 120px;
2394 }
2395
2396 .profile-match-name {
2397         float: left;
2398         text-align: center;
2399         width: 120px;
2400         overflow: hidden;
2401 }
2402
2403 .profile-match-break,
2404 .profile-match-end {
2405         clear: both;
2406 }
2407
2408 .profile-match-connect {
2409         text-align: center;
2410         font-weight: bold;
2411 }
2412
2413 .profile-match-wrapper {
2414         float: left;
2415         padding: 10px;
2416         width: 120px;
2417         height: 120px;
2418         scroll: auto;
2419 }
2420 #profile-match-wrapper-end {
2421         clear: both;
2422 }
2423 .side-link {
2424         margin-bottom: 15px;
2425 }
2426
2427 #language-selector {
2428         position: absolute;
2429         top: 0px;
2430         left: 16px;
2431 }
2432
2433 #group-members {
2434         margin-top: 20px;
2435         padding: 10px;
2436         height: 250px;
2437         overflow: auto;
2438         border: 1px solid #ddd;
2439 }
2440
2441 #group-members-end {
2442         clear: both;
2443 }
2444
2445 #group-separator {
2446         margin-top: 10px;
2447         margin-bottom: 10px;
2448 }
2449
2450 #group-all-contacts {
2451         padding: 10px;
2452         height: 450px;
2453         overflow: auto;
2454         border: 1px solid #ddd;
2455 }
2456
2457 #group-all-contacts-end {
2458         clear: both;
2459         margin-bottom: 10px;
2460 }
2461
2462 #group-edit-desc {
2463         margin-top: 15px;
2464 }
2465
2466
2467 #prof-members {
2468         margin-top: 20px;
2469         padding: 10px;
2470         height: 250px;
2471         overflow: auto;
2472         border: 1px solid #ddd;
2473 }
2474
2475 #prof-members-end {
2476         clear: both;
2477 }
2478
2479 #prof-separator {
2480         margin-top: 10px;
2481         margin-bottom: 10px;
2482 }
2483
2484 #prof-all-contacts {
2485         padding: 10px;
2486         height: 450px;
2487         overflow: auto;
2488         border: 1px solid #ddd;
2489 }
2490
2491 #prof-all-contacts-end {
2492         clear: both;
2493         margin-bottom: 10px;
2494 }
2495
2496 #prof-edit-desc {
2497         margin-top: 15px;
2498 }
2499
2500 #crepair-nick-label,
2501 #crepair-attag-label,
2502 #crepair-url-label,
2503 #crepair-request-label,
2504 #crepair-confirm-label,
2505 #crepair-notify-label,
2506 #crepair-photo-label,
2507 #crepair-poll-label {
2508         float: left;
2509         width: 200px;
2510         margin-bottom: 15px;
2511 }
2512
2513 #crepair-nick,
2514 #crepair-attag,
2515 #crepair-url,
2516 #crepair-request,
2517 #crepair-confirm,
2518 #crepair-notify,
2519 #crepair-photo,
2520 #crepair-poll {
2521         float: left;
2522         width: 300px;
2523 }
2524
2525
2526 #netsearch-box {
2527         margin-top: 20px;       
2528 }
2529
2530 #netsearch-box #search-submit {
2531         margin: 5px 0px 0px 0px;
2532 }
2533
2534 .required {
2535         color: #FF0000;
2536 }
2537
2538 #event-start-text, #event-finish-text {
2539         margin-top: 10px;
2540         margin-bottom: 5px;
2541 }
2542
2543 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2544         float: left;
2545 }
2546 #event-datetime-break {
2547         margin-bottom: 10px;
2548 }
2549
2550 #event-nofinish-break, #event-adjust-break {
2551         clear: both;
2552 }
2553
2554 #event-desc-text, #event-location-text {
2555         margin-top: 10px;
2556         margin-bottom: 5px;
2557 }
2558 #event-submit {
2559         margin-top: 10px;
2560 }
2561
2562 .body-tag {
2563         opacity: 0.5;
2564         filter:alpha(opacity=50);
2565 }
2566
2567 .body-tag:hover {
2568         opacity: 1.0 !important;
2569         filter:alpha(opacity=100) !important;
2570 }
2571
2572 .item-select {
2573         opacity: 0.1;
2574         filter:alpha(opacity=10);
2575         float: right;
2576         margin-right: 10px;
2577
2578 }
2579 .item-select:hover, .checkeditem {
2580         opacity: 1;
2581         filter:alpha(opacity=100);
2582 }
2583
2584
2585 #item-delete-selected {
2586         margin-top: 30px;
2587 }
2588
2589 #item-delete-selected-end {
2590         clear: both;
2591 }
2592 #item-delete-selected-icon, #item-delete-selected-desc {
2593         float: left;
2594         margin-right: 5px;
2595 }
2596 #item-delete-selected-desc:hover {
2597         text-decoration: underline;
2598 }
2599
2600 #lang-select-icon {
2601         cursor: pointer;
2602         position: absolute;
2603         left: 0px;
2604         top: 0px;
2605         opacity: 0.2;
2606         filter:alpha(opacity=20);
2607 }
2608
2609 #lang-select-icon:hover {
2610         opacity: 1;
2611         filter:alpha(opacity=100);
2612 }
2613
2614 .notif-image {
2615         height: 80px;
2616         width: 80px;
2617         margin-right: 15px;
2618 }
2619 .notification-listing-end {
2620         clear: both;
2621         margin-bottom: 15px;
2622 }
2623
2624
2625
2626 /**
2627  * Plugins settings
2628  */
2629
2630 .settings-block > h3,
2631 .settings-heading {
2632         border-bottom: 1px solid #babdb6;
2633 }
2634  
2635
2636 /**
2637  * Form fields
2638  */
2639 .field {
2640         margin-bottom: 10px;
2641         padding-bottom: 10px;
2642         overflow: auto;
2643         width: 100%
2644 }
2645
2646 .field label {
2647         float: left;
2648         width: 200px;
2649 }
2650
2651 .field input,
2652 .field textarea {
2653         width: 400px;
2654 }
2655 .field textarea { height: 100px; }
2656 .field_help {
2657         display: block;
2658         margin-left: 200px;
2659         color: #666666;
2660         
2661 }
2662
2663
2664 .field .onoff {
2665         float: left;
2666         width: 80px;
2667 }
2668 .field .onoff a {
2669         display: block;
2670         border:1px solid #666666;
2671         background-image:url("../../../images/onoff.jpg");
2672         background-repeat: no-repeat;
2673         padding: 4px 2px 2px 2px;
2674         height: 16px;
2675         text-decoration: none;
2676 }
2677 .field .onoff .off {
2678         border-color:#666666;
2679         padding-left: 40px;
2680         background-position: left center;
2681         background-color: #cccccc;
2682         color: #666666;
2683         text-align: right;
2684 }
2685 .field .onoff .on {
2686         border-color:#204A87;
2687         padding-right: 40px;
2688         background-position: right center;
2689         background-color: #D7E3F1;
2690         color: #204A87;
2691         text-align: left;
2692 }
2693 .hidden { display: none!important; }
2694
2695 .field.radio .field_help { margin-left: 0px; }
2696
2697 /**
2698  * ADMIN
2699  */
2700 #pending-update {
2701         float:right;
2702         color: #ffffff;
2703         font-weight: bold;
2704         background-color: #FF0000;
2705         padding: 0em 0.3em;
2706         
2707 }
2708 #adminpage dl {
2709         clear: left;
2710         margin-bottom: 2px;
2711         padding-bottom: 2px;
2712         border-bottom: 1px solid black;
2713 }
2714 #adminpage dt {
2715         width: 200px;
2716         float: left;
2717         font-weight: bold;
2718 }
2719 #adminpage dd {
2720         margin-left: 200px;
2721 }
2722
2723 #adminpage h3 {
2724         border-bottom: 1px solid #cccccc;
2725 }
2726 #adminpage .field label {
2727         font-weight: bold;
2728 }
2729 #adminpage .submit {
2730         clear:left;
2731         text-align: right;
2732 }
2733
2734 #adminpage #pluginslist {
2735         margin: 0px; padding: 0px;
2736 }
2737 #adminpage .plugin {
2738         list-style: none;
2739         display: block;
2740         border: 1px solid #888888;
2741         padding: 1em;
2742         margin-bottom: 5px;
2743         clear: left;
2744 }
2745 #adminpage .plugin .desc { margin-left: 2.5em;}
2746 #adminpage .toggleplugin {
2747         float:left;
2748         margin-right: 1em;
2749 }
2750
2751 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2752 #adminpage table th { text-align: left;}
2753 #adminpage td .icon { float: left;}
2754 #adminpage table#users img { width: 16px; height: 16px; }
2755 #adminpage table tr:hover { background-color: #bbc7d7; }
2756 #adminpage .selectall { text-align: right; }
2757
2758 /*
2759  * UPDATE
2760  */
2761 .popup {        
2762         width: 100%; height: 100%;
2763         top:0px; left:0px;
2764         position: absolute;
2765         display: none;
2766 }
2767
2768 .popup .background {
2769         background-color: rgba(0,0,0,128);
2770         opacity: 0.5;
2771         width: 100%; height: 100%;
2772         position: absolute;
2773         top:0px; left:0px;
2774 }
2775 .popup .panel {
2776         top:25%;left:25%;width:50%;height:50%;
2777         padding: 1em;
2778         position: absolute;
2779         border: 4px solid #000000;
2780         background-color: #FFFFFF;
2781 }
2782 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2783 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2784 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2785 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2786 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2787
2788 /**
2789  * OAuth
2790  */
2791 .oauthapp {
2792         height: auto; overflow: auto;
2793         border-bottom: 2px solid #cccccc;
2794         padding-bottom: 1em;
2795         margin-bottom: 1em;     
2796 }
2797 .oauthapp img {
2798         float: left;
2799         width: 48px; height: 48px;
2800         margin: 10px;
2801 }
2802 .oauthapp img.noicon {
2803         background-image: url("../../../images/icons/48/plugin.png");
2804         background-position: center center;
2805         background-repeat: no-repeat;
2806 }
2807 .oauthapp a {
2808         float: left;
2809 }
2810
2811 /**
2812  * ICONS
2813  */
2814 .iconspacer {
2815         display: block; width: 16px; height: 16px;
2816 }
2817
2818 .icon {
2819         display: block; width: 16px; height: 16px;
2820         background-image: url('../../../images/icons.png');
2821 }
2822 .article { background-position: 0px 0px;}
2823 .audio { background-position: -16px 0px;}
2824 .block { background-position: -32px 0px;}
2825 .drop { background-position: -48px 0px;}
2826 .drophide { background-position: -64px 0px;}
2827 .edit { background-position: -80px 0px;}
2828 .camera { background-position: -96px 0px;}
2829 .dislike { background-position: -112px 0px;}
2830 .like { background-position: -128px 0px;}
2831 .link { background-position: -144px 0px;}
2832
2833 .globe { background-position: 0px -16px;}
2834 .noglobe { background-position: -16px -16px;}
2835 .no { background-position: -32px -16px;}
2836 .pause { background-position: -48px -16px;}
2837 .play { background-position: -64px -16px;}
2838 .pencil { background-position: -80px -16px;}
2839 .small-pencil { background-position: -96px -16px;}
2840 .recycle { background-position: -112px -16px;}
2841 .remote-link { background-position: -128px -16px;}
2842 .share { background-position: -144px -16px;}
2843
2844 .tools { background-position: 0px -32px;}
2845 .lock { background-position: -16px -32px;}
2846 .unlock { background-position: -32px -32px;}
2847 .video { background-position: -48px -32px;}
2848 .youtube { background-position: -64px -32px;}
2849 .attach { background-position: -80px -32px; }
2850 .language { background-position: -96px -32px; }
2851 .prev { background-position: -112px -32px; }
2852 .next { background-position: -128px -32px; }
2853 .on { background-position: -144px -32px; }
2854
2855 .off { background-position: 0px -48px; }
2856 .starred { background-position: -16px -48px; }
2857 .unstarred { background-position: -32px -48px; }
2858 .tagged { background-position: -48px -48px; }
2859
2860
2861 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2862
2863 .attachtype {
2864         display: block; width: 20px; height: 23px;
2865         float: left;
2866         background-image: url('../../../images/content-types.png');
2867 }
2868
2869 .body-attach {
2870         margin-top: 10px;
2871 }
2872
2873 .type-video { background-position: 0px 0px; }
2874 .type-image { background-position: -20px 0px; }
2875 .type-audio { background-position: -40px 0px; }
2876 .type-text  { background-position: -60px 0px; }
2877 .type-unkn  { background-position: -80px 0px; }
2878
2879
2880 /* autocomplete popup */
2881 .acpopup {
2882         max-height:150px;
2883         background-color:#ffffff;
2884         overflow:auto;
2885         z-index:100000;
2886         border:1px solid #cccccc;
2887 }
2888 .acpopupitem {
2889         background-color:#ffffff; padding: 4px;
2890         clear:left;
2891 }
2892 .acpopupitem img {
2893         float: left;
2894         margin-right: 4px;
2895 }
2896
2897 .acpopupitem.selected {
2898         color: #FFFFFF; background: #3465A4;
2899 }
2900
2901 /* popup notifications */
2902 div.jGrowl div.notice {
2903   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
2904   color: #ffffff;
2905   padding-left: 58px;
2906 }
2907 div.jGrowl div.info {
2908   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
2909   color: #ffffff;
2910   padding-left: 58px;
2911 }