]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
bdd324c94d110896d36796a2e1da91050842d531
[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 .mail-conv-break {
1809         clear: both;
1810 }
1811
1812 .mail-conv-delete-icon {
1813         border: none;
1814 }
1815
1816 .message-links ul {
1817         list-style-type: none;
1818         padding: 0px;
1819 }
1820
1821 .message-links li {
1822         margin-top: 10px;
1823         float: left;
1824 }
1825 .message-links a {
1826         padding: 3px 5px;
1827 }
1828
1829 .message-links-end {
1830         clear: both;
1831 }
1832
1833 #sidebar-group-list ul {
1834         list-style-type: none;
1835 }
1836
1837 #sidebar-group-list li {
1838         margin-top: 10px;
1839 }
1840
1841 #search-save {
1842         margin-left: 5px;
1843 }
1844 .groupsideedit {
1845         margin-right: 10px;
1846 }
1847 #saved-search-ul {
1848         list-style-type: none;
1849 }
1850 .savedsearchdrop, .savedsearchterm {
1851         float: left;
1852         margin-top: 10px;
1853 }
1854 .savedsearchterm {
1855         margin-left: 10px;
1856 }
1857
1858
1859 #side-follow-wrapper {
1860         margin-top: 20px;
1861 }
1862 #side-follow-url {
1863         margin-top: 5px;
1864 }
1865 #side-follow-submit {
1866         margin-top: 15px;
1867 }
1868
1869 .photo-album-image-wrapper {
1870         float: left;
1871         margin-top: 15px;
1872         margin-right: 15px;
1873         width: 200px; height: 200px; 
1874         overflow: hidden; 
1875         position: relative;
1876 }
1877 .photo-album-image-wrapper .caption {
1878         display: none; 
1879         width: 100%;
1880         position: absolute; 
1881         bottom: 0px; 
1882         padding: 0.5em 0.5em 0px 0.5em;
1883         background-color: rgba(245, 245, 255, 0.8);
1884         border-bottom: 2px solid #CCC;
1885         margin: 0px;
1886 }
1887 .photo-album-image-wrapper a:hover .caption {
1888         display:block;
1889 }
1890
1891 #photo-album-end {
1892         clear: both;
1893 }
1894
1895 .photo-top-image-wrapper {
1896         position: relative;
1897         float: left;
1898         margin-top: 15px;
1899         margin-right: 15px;
1900         width: 200px; height: 200px; 
1901         overflow: hidden; 
1902 }
1903 .photo-top-album-name {
1904         width: 100%;
1905         min-height: 2em;
1906         position: absolute; 
1907         bottom: 0px; 
1908         padding: 0px 3px;
1909         padding-top: 0.5em;
1910         background-color: rgb(255, 255, 255);
1911 }
1912 #photo-top-end {
1913         clear: both;
1914 }
1915
1916 #photo-top-links {
1917         margin-bottom: 30px;
1918         margin-left: 30px;
1919 }
1920
1921 #photos-upload-newalbum-div {
1922         float: left;
1923         width: 175px;
1924 }
1925
1926 #photos-upload-noshare {
1927         margin-bottom: 10px;
1928 }
1929 #photos-upload-existing-album-text {
1930         float: left;
1931         width: 175px;
1932 }
1933 #photos-upload-newalbum {
1934         float: left;
1935 }
1936 #photos-upload-album-select {
1937         float: left;
1938 }
1939
1940 #photos-upload-spacer {
1941         margin-top: 25px;
1942 }
1943 #photos-upload-new-end, #photos-upload-exist-end {
1944         clear: both;
1945 }
1946 #photos-upload-exist-end {
1947         margin-bottom: 15px;
1948 }
1949 #photos-upload-submit {
1950         margin-top: 15px;
1951 }
1952
1953 #photos_upload_applet_wrapper {
1954         margin-bottom: 15px;
1955 }
1956
1957 #photos-upload-no-java-message {
1958         margin-bottom: 15px;
1959 }
1960
1961 #profile-jot-desc {
1962         /*float: left;*/
1963         width: 480px;
1964         color: #FF0000;
1965         margin-top: 10px;
1966         margin-bottom: 10px;
1967 }
1968
1969 #character-counter {
1970         float: right;
1971         font-size: 120%;
1972 }
1973
1974 #character-counter.grey {
1975         color: #888888;
1976 }
1977
1978 #character-counter.orange {
1979         color: orange;
1980 }
1981 #character-counter.red {
1982         color: red;
1983 }
1984
1985 #profile-jot-banner-end {
1986         /* clear: both; */ 
1987 }
1988
1989 #photos-upload-select-files-text {
1990         margin-top: 15px;
1991         margin-bottom: 15px;
1992 }
1993
1994 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
1995         color: #8888FF;
1996         text-decoration: none;
1997         cursor: pointer;
1998 }
1999
2000 #photos-upload-perms-menu:hover {
2001         color: #0000FF;
2002         text-decoration: underline;
2003         cursor: pointer;
2004 }
2005 #settings-default-perms-menu {
2006         margin-top: 15px;
2007         margin-bottom: 15px;
2008 }
2009
2010 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2011         float: left;
2012         width: 150px;
2013 }
2014
2015 #photo-edit-perms-end {
2016         margin-bottom: 15px;
2017 }
2018
2019 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2020         float: left;
2021         margin-bottom: 25px;
2022 }
2023 #photo-edit-link-wrap {
2024         margin-bottom: 15px;
2025 }
2026 #photo-like-div {
2027         margin-bottom: 25px;
2028 }
2029
2030 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2031         clear: both;
2032 }
2033
2034 #photo-edit-delete-button {
2035         margin-left: 200px;
2036 }
2037 #photo-edit-end {
2038         margin-bottom: 35px;
2039 }
2040 #photo-caption {
2041         font-size: 110%;
2042         font-weight: bold;
2043         margin-top: 15px;
2044         margin-bottom: 15px;
2045 }
2046
2047 #in-this-photo-text {
2048         color: #0000FF;
2049         margin-left: 30px;
2050 }
2051
2052 #in-this-photo {
2053         margin-left: 60px;
2054         margin-top: 10px;
2055         margin-bottom: 20px;
2056 }
2057
2058 #photo-album-edit-submit, #photo-album-edit-drop {
2059         margin-top: 15px;
2060         margin-bottom: 15px;
2061 }
2062
2063 #photo-album-edit-drop {
2064         margin-left: 200px;
2065 }
2066
2067 .group-delete-wrapper {
2068         float: right;
2069         margin-right: 50px;
2070 }
2071
2072 #install-dbhost-label,
2073 #install-dbuser-label,
2074 #install-dbpass-label,
2075 #install-dbdata-label,
2076 #install-tz-desc {
2077        float: left;
2078        width: 250px;
2079        margin-top: 10px;
2080        margin-bottom: 10px;
2081
2082 }
2083
2084 #install-dbhost,
2085 #install-dbuser,
2086 #install-dbpass,
2087 #install-dbdata {
2088        float: left;
2089        width: 200px;
2090        margin-left: 20px;
2091 }
2092
2093 #install-dbhost-end,
2094 #install-dbuser-end,
2095 #install-dbpass-end,
2096 #install-dbdata-end,
2097 #install-tz-end {
2098        clear: both;
2099 }
2100
2101 #install-form select#timezone_select {
2102        float: left;
2103        margin-top: 18px;
2104        margin-left: 20px;
2105 }
2106
2107 #dfrn-request-networks {
2108         margin-bottom: 30px;
2109 }
2110
2111 #pause {
2112   position: fixed;
2113   bottom: 5px;
2114   right: 5px;
2115 }
2116
2117 .sparkle {
2118         cursor: url('lock.cur'), pointer;
2119 /*      cursor: pointer !important; */
2120 }
2121
2122 .contact-block-div {
2123         float: left;
2124         width: 52px;
2125         height: 52px;
2126 }
2127 .contact-block-textdiv {
2128         float: left;
2129         width: 150px;
2130         height: 34px;
2131 }
2132
2133 #contact-block-end {
2134         clear: both;
2135 }
2136 .contact-block-link {
2137         float: left;
2138 }
2139 .contact-block-img {
2140         width:48px;
2141         height:48px;
2142 }
2143
2144 #tag-remove {
2145         margin-bottom: 15px;
2146 }
2147
2148 #tagrm li {
2149         margin-bottom: 10px;
2150 }
2151
2152 #tagrm-submit, #tagrm-cancel {
2153         margin-top: 25px;
2154 }
2155
2156 #tagrm-cancel {
2157         margin-left: 15px;
2158 }
2159
2160 .wall-item-conv {
2161         margin-top: 5px;
2162         margin-bottom: 25px;
2163 }
2164
2165 #search-submit {
2166         margin-left: 15px;
2167 }
2168
2169 #search-box {
2170         margin-bottom: 25px;
2171 }
2172
2173 .location-label, .gender-label, .marital-label, .homepage-label {
2174         float: left;
2175         text-align: right;
2176         display: block;
2177         width: 65px;
2178 }
2179
2180 .adr, .x-gender, .marital-text, .homepage-url {
2181         float: left;
2182         display: block;
2183         margin-left: 8px;
2184 }
2185
2186 .profile-clear {
2187         clear: both;
2188 }
2189
2190
2191 .clear {
2192         clear: both;
2193 }
2194
2195 .cc-license {
2196         margin-top: 50px;
2197         font-size: 70%;
2198 }
2199
2200
2201 #plugin-settings-link, #account-settings-link {
2202         margin-bottom: 10px;
2203 }
2204
2205 #uexport-link {
2206         margin-bottom: 20px;
2207 }
2208
2209 /* end from default */
2210         
2211
2212 .fn {
2213         padding: 0px 0px 5px 0px;
2214         font-size: 120%;
2215         font-weight: bold;
2216 }
2217
2218 .vcard .title {
2219         margin-bottom: 5px;
2220 }
2221
2222 .vcard dl {
2223         clear: both;
2224 }
2225
2226 #birthday-title {
2227         float: left;
2228         font-weight: bold;      
2229 }
2230
2231 #birthday-adjust {
2232         float: left;
2233         font-size: 75%;
2234         margin-left: 10px;
2235 }
2236
2237 #birthday-title-end {
2238         clear: both;
2239 }
2240
2241 .birthday-list {
2242         margin-left: 15px;
2243 }
2244
2245 #birthday-wrapper {
2246         margin-bottom: 20px;
2247 }
2248
2249 #network-new-link {
2250         margin-top: 15px;
2251         margin-bottom: 15px;
2252 }
2253
2254
2255 .tool-wrapper {
2256   float: left;
2257   margin-left: 15px;
2258 }
2259
2260 .tool-link {
2261   cursor: pointer;
2262 }
2263
2264 .eventcal {
2265         float: left;
2266         font-size: 20px;
2267 }
2268
2269 .vevent {
2270         border: 1px solid #CCCCCC;
2271 }
2272 .vevent .event-description, .vevent .event-location {
2273         margin-left: 10px;
2274         margin-right: 10px;
2275 }
2276 .vevent .event-start {
2277         margin-left: 10px;
2278         margin-right: 10px;
2279 }
2280
2281 #new-event-link {
2282         margin-bottom: 10px;
2283 }
2284
2285 .edit-event-link, .plink-event-link {
2286         float: left;
2287         margin-top: 4px;
2288         margin-right: 4px;
2289         margin-bottom: 15px;
2290 }
2291
2292 .event-description:before {
2293         content: url('../../../images/calendar.png');
2294         margin-right: 15px;
2295 }
2296
2297 .event-start, .event-end {
2298         margin-left: 10px;
2299         width: 330px;
2300         clear: both;
2301 }
2302
2303 .event-start .dtstart, .event-end .dtend {
2304         float: right;
2305 }
2306
2307 .event-list-date {
2308         margin-bottom: 10px;
2309 }
2310
2311 .prevcal, .nextcal {
2312         float: left;
2313         margin-left: 32px;
2314         margin-right: 32px;
2315         margin-top: 64px;
2316 }
2317 .event-calendar-end {
2318         clear: both;
2319 }
2320
2321  
2322 .calendar {
2323         font-family: Courier, monospace;
2324 }
2325 .today {
2326         font-weight: bold;
2327         color: #FF0000;
2328 }
2329
2330 .settings-block {
2331         border: 1px solid #AAA;
2332         margin: 10px;
2333         padding: 10px;
2334 }
2335
2336 .app-title {
2337         margin: 10px;
2338 }
2339
2340 #identity-manage-desc {
2341         margin-top:15px;
2342         margin-bottom: 15px;
2343 }
2344
2345 #identity-manage-choose {
2346         margin-bottom: 15px;
2347 }
2348
2349 #identity-submit {
2350         margin-top: 20px;
2351 }
2352
2353 #photo-prev-link, #photo-next-link {
2354         padding: 10px;
2355         float: left;
2356 }
2357
2358 #photo-photo {
2359         float: left;
2360 }
2361
2362 #photo-photo-end {
2363         clear: both;
2364 }
2365
2366 .profile-match-photo {
2367         float: left;
2368         text-align: center;
2369         width: 120px;
2370 }
2371
2372 .profile-match-name {
2373         float: left;
2374         text-align: center;
2375         width: 120px;
2376         overflow: hidden;
2377 }
2378
2379 .profile-match-break,
2380 .profile-match-end {
2381         clear: both;
2382 }
2383
2384 .profile-match-wrapper {
2385         float: left;
2386         padding: 10px;
2387         width: 120px;
2388         height: 120px;
2389         scroll: auto;
2390 }
2391 #profile-match-wrapper-end {
2392         clear: both;
2393 }
2394 .side-link {
2395         margin-bottom: 15px;
2396 }
2397
2398 #language-selector {
2399         position: absolute;
2400         top: 0px;
2401         left: 16px;
2402 }
2403
2404 #group-members {
2405         margin-top: 20px;
2406         padding: 10px;
2407         height: 250px;
2408         overflow: auto;
2409         border: 1px solid #ddd;
2410 }
2411
2412 #group-members-end {
2413         clear: both;
2414 }
2415
2416 #group-separator {
2417         margin-top: 10px;
2418         margin-bottom: 10px;
2419 }
2420
2421 #group-all-contacts {
2422         padding: 10px;
2423         height: 450px;
2424         overflow: auto;
2425         border: 1px solid #ddd;
2426 }
2427
2428 #group-all-contacts-end {
2429         clear: both;
2430         margin-bottom: 10px;
2431 }
2432
2433 #group-edit-desc {
2434         margin-top: 15px;
2435 }
2436
2437
2438 #prof-members {
2439         margin-top: 20px;
2440         padding: 10px;
2441         height: 250px;
2442         overflow: auto;
2443         border: 1px solid #ddd;
2444 }
2445
2446 #prof-members-end {
2447         clear: both;
2448 }
2449
2450 #prof-separator {
2451         margin-top: 10px;
2452         margin-bottom: 10px;
2453 }
2454
2455 #prof-all-contacts {
2456         padding: 10px;
2457         height: 450px;
2458         overflow: auto;
2459         border: 1px solid #ddd;
2460 }
2461
2462 #prof-all-contacts-end {
2463         clear: both;
2464         margin-bottom: 10px;
2465 }
2466
2467 #prof-edit-desc {
2468         margin-top: 15px;
2469 }
2470
2471 #crepair-nick-label,
2472 #crepair-attag-label,
2473 #crepair-url-label,
2474 #crepair-request-label,
2475 #crepair-confirm-label,
2476 #crepair-notify-label,
2477 #crepair-poll-label {
2478         float: left;
2479         width: 200px;
2480         margin-bottom: 15px;
2481 }
2482
2483 #crepair-nick,
2484 #crepair-attag,
2485 #crepair-url,
2486 #crepair-request,
2487 #crepair-confirm,
2488 #crepair-notify,
2489 #crepair-poll {
2490         float: left;
2491         width: 300px;
2492 }
2493
2494 #contact-edit-links .icon, #contact-drop-links .icon {
2495         margin: 0px 3px 0px 3px;
2496 }
2497
2498
2499 #netsearch-box {
2500         margin-top: 20px;       
2501 }
2502
2503 #netsearch-box #search-submit {
2504         margin: 5px 0px 0px 0px;
2505 }
2506
2507 .required {
2508         color: #FF0000;
2509 }
2510
2511 #event-start-text, #event-finish-text {
2512         margin-top: 10px;
2513         margin-bottom: 5px;
2514 }
2515
2516 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2517         float: left;
2518 }
2519 #event-datetime-break {
2520         margin-bottom: 10px;
2521 }
2522
2523 #event-nofinish-break, #event-adjust-break {
2524         clear: both;
2525 }
2526
2527 #event-desc-text, #event-location-text {
2528         margin-top: 10px;
2529         margin-bottom: 5px;
2530 }
2531 #event-submit {
2532         margin-top: 10px;
2533 }
2534
2535 .item-select {
2536         opacity: 0.1;
2537         filter:alpha(opacity=10);
2538         float: right;
2539         margin-right: 10px;
2540
2541 }
2542 .item-select:hover, .checkeditem {
2543         opacity: 1;
2544         filter:alpha(opacity=100);
2545 }
2546
2547
2548 #item-delete-selected {
2549         margin-top: 30px;
2550 }
2551
2552 #item-delete-selected-end {
2553         clear: both;
2554 }
2555 #item-delete-selected-icon, #item-delete-selected-desc {
2556         float: left;
2557         margin-right: 5px;
2558 }
2559 #item-delete-selected-desc:hover {
2560         text-decoration: underline;
2561 }
2562
2563 #lang-select-icon {
2564         cursor: pointer;
2565         position: absolute;
2566         left: 0px;
2567         top: 0px;
2568         opacity: 0.2;
2569         filter:alpha(opacity=20);
2570 }
2571
2572 #lang-select-icon:hover {
2573         opacity: 1;
2574         filter:alpha(opacity=100);
2575 }
2576
2577 /**
2578  * Plugins settings
2579  */
2580
2581 .settings-block > h3,
2582 .settings-heading {
2583         border-bottom: 1px solid #babdb6;
2584 }
2585  
2586
2587 /**
2588  * Form fields
2589  */
2590 .field {
2591         margin-bottom: 10px;
2592         padding-bottom: 10px;
2593         overflow: auto;
2594         width: 100%
2595 }
2596
2597 .field label {
2598         float: left;
2599         width: 200px;
2600 }
2601
2602 .field input,
2603 .field textarea {
2604         width: 400px;
2605 }
2606 .field textarea { height: 100px; }
2607 .field_help {
2608         display: block;
2609         margin-left: 200px;
2610         color: #666666;
2611         
2612 }
2613
2614
2615 .field .onoff {
2616         float: left;
2617         width: 80px;
2618 }
2619 .field .onoff a {
2620         display: block;
2621         border:1px solid #666666;
2622         background-image:url("../../../images/onoff.jpg");
2623         background-repeat: no-repeat;
2624         padding: 4px 2px 2px 2px;
2625         height: 16px;
2626         text-decoration: none;
2627 }
2628 .field .onoff .off {
2629         border-color:#666666;
2630         padding-left: 40px;
2631         background-position: left center;
2632         background-color: #cccccc;
2633         color: #666666;
2634         text-align: right;
2635 }
2636 .field .onoff .on {
2637         border-color:#204A87;
2638         padding-right: 40px;
2639         background-position: right center;
2640         background-color: #3465A4;
2641         color: #FFFFFF;
2642         text-align: left;
2643 }
2644 .hidden { display: none!important; }
2645
2646 .field.radio .field_help { margin-left: 0px; }
2647
2648 /**
2649  * ADMIN
2650  */
2651 #pending-update {
2652         float:right;
2653         color: #ffffff;
2654         font-weight: bold;
2655         background-color: #FF0000;
2656         padding: 0em 0.3em;
2657         
2658 }
2659 #adminpage dl {
2660         clear: left;
2661         margin-bottom: 2px;
2662         padding-bottom: 2px;
2663         border-bottom: 1px solid black;
2664 }
2665 #adminpage dt {
2666         width: 200px;
2667         float: left;
2668         font-weight: bold;
2669 }
2670 #adminpage dd {
2671         margin-left: 200px;
2672 }
2673
2674 #adminpage h3 {
2675         border-bottom: 1px solid #cccccc;
2676 }
2677 #adminpage .field label {
2678         font-weight: bold;
2679 }
2680 #adminpage .submit {
2681         clear:left;
2682         text-align: right;
2683 }
2684
2685 #adminpage #pluginslist {
2686         margin: 0px; padding: 0px;
2687 }
2688 #adminpage .plugin {
2689         list-style: none;
2690         display: block;
2691         border: 1px solid #888888;
2692         padding: 1em;
2693         margin-bottom: 5px;
2694         clear: left;
2695 }
2696 #adminpage .plugin .desc { margin-left: 2.5em;}
2697 #adminpage .toggleplugin {
2698         float:left;
2699         margin-right: 1em;
2700 }
2701
2702 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2703 #adminpage table th { text-align: left;}
2704 #adminpage td .icon { float: left;}
2705 #adminpage table#users img { width: 16px; height: 16px; }
2706 #adminpage table tr:hover { background-color: #bbc7d7; }
2707 #adminpage .selectall { text-align: right; }
2708
2709 /*
2710  * UPDATE
2711  */
2712 .popup {        
2713         width: 100%; height: 100%;
2714         top:0px; left:0px;
2715         position: absolute;
2716         display: none;
2717 }
2718
2719 .popup .background {
2720         background-color: rgba(0,0,0,128);
2721         opacity: 0.5;
2722         width: 100%; height: 100%;
2723         position: absolute;
2724         top:0px; left:0px;
2725 }
2726 .popup .panel {
2727         top:25%;left:25%;width:50%;height:50%;
2728         padding: 1em;
2729         position: absolute;
2730         border: 4px solid #000000;
2731         background-color: #FFFFFF;
2732 }
2733 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2734 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2735 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2736 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2737 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2738
2739
2740 /**
2741  * ICONS
2742  */
2743 .icon {
2744         display: block; width: 16px; height: 16px;
2745         background-image: url('../../../images/icons.png');
2746 }
2747 .article { background-position: 0px 0px;}
2748 .audio { background-position: -16px 0px;}
2749 .block { background-position: -32px 0px;}
2750 .drop { background-position: -48px 0px;}
2751 .drophide { background-position: -64px 0px;}
2752 .edit { background-position: -80px 0px;}
2753 .camera { background-position: -96px 0px;}
2754 .dislike { background-position: -112px 0px;}
2755 .like { background-position: -128px 0px;}
2756 .link { background-position: -144px 0px;}
2757
2758 .globe { background-position: 0px -16px;}
2759 .noglobe { background-position: -16px -16px;}
2760 .no { background-position: -32px -16px;}
2761 .pause { background-position: -48px -16px;}
2762 .play { background-position: -64px -16px;}
2763 .pencil { background-position: -80px -16px;}
2764 .small-pencil { background-position: -96px -16px;}
2765 .recycle { background-position: -112px -16px;}
2766 .remote-link { background-position: -128px -16px;}
2767 .share { background-position: -144px -16px;}
2768
2769 .tools { background-position: 0px -32px;}
2770 .lock { background-position: -16px -32px;}
2771 .unlock { background-position: -32px -32px;}
2772 .video { background-position: -48px -32px;}
2773 .youtube { background-position: -64px -32px;}
2774 .attach { background-position: -80px -32px; }
2775 .language { background-position: -96px -32px; }
2776 .prev { background-position: -112px -32px; }
2777 .next { background-position: -128px -32px; }
2778 .on { background-position: -144px -32px; }
2779
2780 .off { background-position: 0px -48px; }
2781 .starred { background-position: -16px -48px; }
2782 .unstarred { background-position: -32px -48px; }
2783 .tagged { background-position: -48px -48px; }
2784
2785
2786 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2787
2788 .attachtype {
2789         display: block; width: 20px; height: 23px;
2790         float: left;
2791         background-image: url('../../../images/content-types.png');
2792 }
2793
2794 .body-attach {
2795         margin-top: 10px;
2796 }
2797
2798 .type-video { background-position: 0px 0px; }
2799 .type-image { background-position: -20px 0px; }
2800 .type-audio { background-position: -40px 0px; }
2801 .type-text  { background-position: -60px 0px; }
2802 .type-unkn  { background-position: -80px 0px; }
2803