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