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