]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merge branch 'pull'
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;     
26 }
27
28 img { border :0px; }
29
30 .openid input {
31    background: url(login-bg.gif) no-repeat;
32    background-position: 0 50%;
33    padding-left: 18px;
34 }
35 .openid:hover {
36
37 }
38
39 code {
40         font-family: Courier, monospace;
41         white-space: pre;
42         display: block;
43         overflow: auto;
44         border: 1px solid #444;
45         background: #EEE;
46         color: #444;
47         padding: 10px;
48         margin-top: 20px; 
49 }
50 /*blockquote:before {
51         content: '>> ';
52 }*/
53 blockquote {
54         background-color: #f4f8f9;
55         border-left: 4px solid #dae4ee;
56         padding: 0.4em;
57 }
58
59 .icollapse-wrapper, .ccollapse-wrapper {
60         border: 1px solid #CCC;
61         padding: 5px;
62 }
63
64 #panel {
65         background-color: ivory;
66         position: absolute;
67         z-index: 2;
68         width: 30%;
69         padding: 25px;
70         border: 1px solid #444;
71 }
72
73 .heart {
74         color: #FF0000;
75         font-size: 100%;
76 }
77
78
79
80 /* nav */
81 nav {
82         height: 94px;
83         display: block;
84         margin: 0px 10%;
85         border-bottom: 1px solid #babdb6;
86 }
87 nav #site-location {
88         color: #888a85;
89         font-size: 0.8em;
90         position: absolute;
91 }
92
93 .error-message {
94         color: #FF0000;
95         font-size: 1.1em;
96         border: 1px solid #FF8888;
97         background-color: #FFEEEE;
98         padding: 10px;
99 }
100
101 .info-message {
102         color: #204a87;
103         font-size: 1.1em;
104         border: 1px solid #3465a4;
105         background-color: #d7e3f1;
106         padding: 10px;
107 }
108
109
110 nav #banner {
111         display: block;
112     margin-top: 14px;
113         position: absolute;
114 }
115 nav #banner #logo-text a {
116         font-size: 40px;
117         font-weight: bold;
118         margin-left: 3px;
119         color: #000000;
120
121 }
122 nav #banner #logo-text a:hover { text-decoration: none; }
123
124
125 .nav-commlink, .nav-login-link {
126     display: block;
127     height: 15px;
128         margin-top: 67px;
129         margin-right: 2px;
130         padding: 6px 10px;
131         float: left;
132         bottom: 140px;
133         border: 1px solid #babdb6;
134         border-bottom: 0px;
135         background-color: #aec0d3;
136         color: #565854;         
137         -moz-border-radius: 3px 3px 0px 0px;
138         border-radius: 3px 3px 0px 0px; 
139 }
140 nav .nav-link {
141         float: right;
142         margin: 0.2em 0em;
143         padding: 0em 0.5em;
144         background-color: transparent !important;
145 }
146
147 .nav-commlink.selected {
148         background-color: #ffffff;
149         border-bottom: 1px solid #ffffff;
150         color: #000000 !important;
151         margin-top: 64px;
152         padding-top: 6px;
153         padding-bottom: 8px;
154 }
155 .nav-ajax-left {
156         font-size: 0.8em;
157         float: left;
158         margin-top: 62px;       
159 }
160
161
162 nav #nav-link-wrapper .nav-link {
163         border-right: 1px solid #babdb6;
164 }
165
166 /* aside */
167 aside {
168         display: block;
169         min-height: 112px;
170         width: 200px;
171         margin-left: 10%;
172         padding: 1em;
173         float: left;
174         background-image: url(border.jpg);
175         background-position: top left;
176         background-repeat: no-repeat;
177         position: absolute;
178 }
179
180 #dfrn-request-link {
181         display: block;
182         color: #FFFFFF;
183         -webkit-border-radius: 5px ;
184         -moz-border-radius: 5px;
185         border-radius: 5px;
186         padding: 5px;
187         font-weight: bold;
188         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
189 }
190
191 /* section */
192 section {
193         margin: 0px 10%;
194         padding-top: 1em;
195         padding-left: 250px;
196         padding-right: 1em;
197         display: block;
198         background-color: #ffffff;
199         background-image: url(border.jpg);
200         background-position: top right;
201         background-repeat: no-repeat;
202         min-height: 112px;
203         
204 }
205 .tabs {
206         height: 27px;
207         background-image: url(head.jpg);
208         background-repeat: repeat-x;    
209         background-position: 0px -20px;
210         border-bottom: 1px solid #babdb6;
211         padding:0px;
212 }
213 .tabs li { margin: 0px; list-style: none; }
214 .tab {
215         display:block;
216         float:left;
217         padding: 0.4em;
218         margin-right: 1em;
219 }
220 .tab.active {
221         font-weight: bold;
222 }
223
224
225 /* footer */
226 footer {
227     display: none;
228
229 }
230
231
232 div.wall-item-content-wrapper.shiny {
233   background-image: url('shiny.png');
234   background-position: -5px 30px;
235   background-repeat:no-repeat;
236 }
237
238 /* from default */
239 #jot-perms-icon, 
240 #profile-location,
241 #profile-nolocation,
242 #profile-youtube, 
243 #profile-video, 
244 #profile-audio,
245 #profile-link,
246 #profile-title, 
247 #wall-image-upload,
248 #wall-file-upload,
249 #profile-upload-wrapper,
250 #wall-image-upload-div,
251 #wall-file-upload-div,
252 .hover, .focus {
253         cursor: pointer;
254 }
255
256 #jot-perms-icon {
257         float: left;
258 }
259
260 .fakelink, .fakelink:visited, .fakelink:link {
261         color: #3465a4;
262         text-decoration: none;
263         cursor: pointer;
264         margin-top: 15px;
265         margin-bottom: 15px;
266 }
267 .lockview {
268         cursor: pointer;
269 }
270
271 #group-sidebar {
272         margin-bottom: 10px;
273 }
274
275 .group-selected {
276         padding: 3px;
277         border: 1px solid #CCCCCC;
278         background: #F8F8F8;
279         font-weight: bold;
280 }
281
282 .fakelink:hover {
283         color: #3465a4;
284         text-decoration: underline;
285         cursor: pointer;
286 }
287 .smalltext {
288         font-size: 0.7em;
289 }
290 #sysmsg {
291         /*width: 600px;*/
292         margin-bottom: 10px;
293 }
294
295 #register-fill-ext {
296         margin-bottom: 25px;
297 }
298
299 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
300         float: left;
301         width: 350px;
302         margin-top: 10px;
303 }
304
305 #register-name, #register-email, #register-nickname {
306         float: left;
307         margin-top: 10px;
308         width: 150px;
309 }
310
311 #register-openid {
312         float: left;
313         margin-top: 10px;
314         width: 130px;
315 }
316
317 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
318         clear: both;
319 }
320
321 #register-nickname-desc {
322         margin-top: 30px;
323         width: 650px;
324 }
325 #register-sitename {
326         float: left;
327         margin-top: 10px;
328 }
329
330 #register-submit-button {
331         margin-top: 10px;
332 }
333
334
335 #login_standard {
336         width: 210px;
337         float: left;
338 }
339 #login_openid {
340         width: 210px;
341         margin-left: 250px;
342 }
343
344 #login_standard input,
345 #login_openid input {
346         width: 180px;
347 }
348
349 #login-extra-links {
350         clear: both;
351 }
352
353 #register-link, #lost-password-link {
354         float: left;
355         font-size: 80%;
356         margin-right: 15px;
357 }
358
359 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
360         height: 50px;
361 }
362
363 #login-submit-button {
364 /*      margin-top: 10px; */
365         margin-left: 200px;
366 }
367
368
369 input#dfrn-url {
370         float: left;
371         background: url(friendika-16.png) no-repeat;
372         background-position: 2px center;
373         font-size: 17px;
374         padding-left: 21px;
375         height: 21px;
376         background-color: #FFFFFF;
377         color: #000000;
378         margin-bottom: 20px;
379 }
380
381 #dfrn-url-label {
382         float: left;
383         width: 250px;
384 }
385
386 #dfrn-request-url-end {
387         clear: both;
388 }
389
390 #knowyouyes, #knowyouno {
391         float: left;
392 }
393
394 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
395
396         float: none;
397 }
398 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
399         float: left;
400         width: 75px;
401         margin-left: 50px;
402         margin-bottom: 7px;
403 }
404 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
405         clear: both;
406
407 }
408
409 #dfrn-request-message-wrapper {
410         margin-bottom: 50px;
411 }
412 #dfrn-request-submit-wrapper {
413         clear: both;
414         margin-left: 50px;
415 }
416
417 #dfrn-request-info-wrapper {
418         margin-left: 50px;
419 }
420
421
422
423 #cropimage-wrapper, #cropimage-preview-wrapper {
424         float: left;
425         padding: 30px;
426 }
427
428 #crop-image-form {
429         margin-top: 30px;
430         clear: both;
431 }
432
433 .intro-wrapper {
434         margin-top: 20px;
435 }
436
437 .intro-fullname {
438         font-size: 1.1em;
439         font-weight: bold;
440
441 }
442 .intro-desc {
443         margin-bottom: 20px;
444         font-weight: bold;
445 }
446
447 .intro-note {
448         padding: 10px;
449 }
450
451 .intro-end {
452         padding: 30px;
453 }
454
455 .intro-form {
456         float: left;
457 }
458 .intro-approve-form {
459         clear: both;
460 }
461 .intro-approve-as-friend-end {
462         clear: both;
463 }
464 .intro-submit-approve, .intro-submit-ignore {
465         margin-right: 20px;
466 }
467 .intro-submit-approve {
468         margin-top: 15px;
469 }
470
471 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
472         float: left;
473         width: 100px;
474         margin-left: 20px;
475 }
476 .intro-approve-as-friend, .intro-approve-as-fan {
477         float: left;
478 }
479 .intro-form-end {
480         clear: both;
481 }
482 .intro-approve-as-friend-desc {
483         margin-top: 15px;
484 }
485 .intro-approve-as-end {
486         clear: both;
487         margin-bottom: 10px;
488 }
489
490 .intro-end {
491         clear: both;
492         margin-bottom: 30px;
493 }
494
495 #profile-extra-links {
496         clear: both;
497         margin-top: 10px;
498 }
499
500 #profile-extra-links ul {
501         list-style-type: none;
502         padding: 0px;
503 }
504
505
506 #profile-extra-links li {
507         margin-top: 5px;
508 }
509
510 #profile-edit-links ul {
511         list-style-type: none;
512 }
513
514 #profile-edit-links li {
515         margin-top: 10px;
516 }
517
518 .view-contact-wrapper {
519         margin-top: 20px;
520         float: left;
521         margin-left: 20px;
522         width: 180px;
523 }
524 #view-contact-end {
525         clear: both;
526 }
527
528
529 #viewcontacts {
530         margin-top: 15px;
531 }
532 #profile-edit-default-desc {
533         color: #FF0000;
534         border: 1px solid #FF8888;
535         background-color: #FFEEEE;
536         padding: 7px;
537 }
538
539 #profile-edit-clone-link-wrapper {
540         float: left;
541         margin-left: 50px;
542         margin-bottom: 20px;
543         width: 300px;
544 }
545
546
547 #profile-edit-links-end {
548         clear: both;
549         margin-bottom: 15px;
550 }
551
552 .profile-listing-photo {
553         border: none;
554 }
555
556 .profile-edit-submit-wrapper {
557         margin-top: 20px;
558         margin-bottom: 20px;
559 }
560
561 #profile-photo-link-select-wrapper {
562         margin-top: 2em;
563 }
564
565 #profile-photo-submit-wrapper {
566         margin-top: 10px;
567 }
568
569 #profile-photo-wrapper img {
570         width:175px;
571         height:175px;
572 }
573
574 #profile-edit-profile-name-label,
575 #profile-edit-name-label,
576 #profile-edit-pdesc-label,
577 #profile-edit-gender-label,
578 #profile-edit-dob-label,
579 #profile-edit-address-label,
580 #profile-edit-locality-label,
581 #profile-edit-region-label,
582 #profile-edit-postal-code-label,
583 #profile-edit-country-name-label,
584 #profile-edit-marital-label,
585 #profile-edit-sexual-label,
586 #profile-edit-politic-label,
587 #profile-edit-religion-label,
588 #profile-edit-pubkeywords-label,
589 #profile-edit-prvkeywords-label,
590 #profile-edit-homepage-label {
591         float: left;
592         width: 175px;
593 }
594
595 #profile-edit-profile-name,
596 #profile-edit-name,
597 #profile-edit-pdesc,
598 #gender-select,
599 #profile-edit-dob,
600 #profile-edit-address,
601 #profile-edit-locality,
602 #profile-edit-region,
603 #profile-edit-postal-code,
604 #profile-edit-country-name,
605 #marital-select,
606 #sexual-select,
607 #profile-edit-politic,
608 #profile-edit-religion,
609 #profile-edit-pubkeywords,
610 #profile-edit-prvkeywords,
611 #profile-in-dir-yes,
612 #profile-in-dir-no,
613 #profile-in-netdir-yes,
614 #profile-in-netdir-no,
615 #hide-wall-yes,
616 #hide-wall-no,
617 #hide-friends-yes,
618 #hide-friends-no {
619         float: left;
620         margin-bottom: 20px;
621 }
622 #settings-normal,
623 #settings-soapbox,
624 #settings-freelove,
625 #settings-community {
626         float: left;
627 }
628
629
630 #profile-in-dir-yes-label,
631 #profile-in-dir-no-label,
632 #profile-in-netdir-yes-label,
633 #profile-in-netdir-no-label,
634 #hide-wall-yes-label,
635 #hide-wall-no-label,
636 #hide-friends-yes-label,
637 #hide-friends-no-label {
638         margin-left: 125px;
639         float: left;
640         width: 50px;
641 }
642
643 #profile-edit-with-label {
644         width: 175px;
645         margin-left: 20px;
646 }
647
648 #profile-publish-yes-reg,
649 #profile-publish-no-reg {
650         float: left;
651         margin-bottom: 10px;
652 }
653
654 #profile-publish-yes-label-reg,
655 #profile-publish-no-label-reg {
656         margin-left: 350px;
657         float: left;
658         width: 50px;
659 }
660
661 #profile-publish-break-reg,
662 #profile-publish-end-reg {
663         clear: both;
664 }
665
666
667 #profile-edit-pdesc-desc,
668 #profile-edit-pubkeywords-desc,
669 #profile-edit-prvkeywords-desc {
670         float: left;
671         margin-left: 20px;
672 }
673
674
675 #profile-edit-homepage {
676         float: left;
677         margin-bottom: 35px;
678 }
679 #settings-normal-label,
680 #settings-soapbox-label,
681 #settings-community-label,
682 #settings-freelove-label {
683         float: left;
684         width: 200px;
685 }
686 #settings-normal-desc,
687 #settings-soapbox-desc,
688 #settings-community-desc,
689 #settings-freelove-desc {
690         /*float: left;
691         margin-left: 75px;*/
692     clear: left;
693     color: #666666;
694     display: block;
695     margin-bottom: 20px 
696 }
697
698 #profile-edit-profile-name-end,
699 #profile-edit-name-end,
700 #profile-edit-pdesc-end,
701 #profile-edit-gender-end,
702 #profile-edit-dob-end,
703 #profile-edit-address-end,
704 #profile-edit-locality-end,
705 #profile-edit-region-end,
706 #profile-edit-postal-code-end,
707 #profile-edit-country-name-end,
708 #profile-edit-marital-end,
709 #profile-edit-sexual-end,
710 #profile-edit-politic-end,
711 #profile-edit-religion-end,
712 #profile-edit-pubkeywords-end,
713 #profile-edit-prvkeywords-end,
714 #profile-edit-homepage-end,
715 #profile-in-dir-break,
716 #profile-in-dir-end,
717 #profile-in-netdir-break,
718 #profile-in-netdir-end,
719 #hide-wall-break,
720 #hide-wall-end,
721 #hide-friends-break,
722 #hide-friends-end,
723 #settings-normal-break,
724 #settings-soapbox-break,
725 #settings-community-break,
726 #settings-freelove-break {
727         clear: both;
728 }
729
730
731
732
733
734 #gender-select, #marital-select, #sexual-select {
735         width: 220px;
736 }
737
738 #profile-edit-profile-name-wrapper .required {
739         color: #FF0000;
740         float: left;
741 }
742
743 #contacts-main {
744         margin-top: 20px;
745         margin-bottom: 20px;
746 }
747
748 .contact-entry-wrapper {
749         float: left;
750         width: 120px;
751         height: 120px;
752 }
753
754 .contact-entry-direction-icon {
755         margin-top: 24px;
756         margin-right: 2px;
757 }
758
759 .contact-entry-photo img {
760         border: none;
761 }
762 .contact-entry-photo-end {
763         clear: both;
764 }
765 .contact-entry-name {
766         float: left;
767         margin-left: 0px;
768         width: 120px;
769         overflow: hidden;
770 }
771 .contact-entry-edit-links {
772         margin-top: 6px;
773         margin-left: 10px;
774         width: 16px;
775 }
776 .contact-entry-nav-wrapper {
777         float: left;
778         margin-left: 10px;
779 }
780
781 .contact-entry-edit-links img {
782         border: none;
783         margin-right: 15px;
784 }
785 .contact-entry-photo {
786         float: left;
787         position: relative;
788 }
789 .contact-entry-end {
790         clear: both;
791 }
792
793 #contact-edit-end {
794         clear: both;
795         margin-bottom: 65px;
796 }
797
798 #fsuggest-desc, #fsuggest-submit-wrapper {
799         margin-top: 15px;
800         margin-bottom: 15px;
801 }
802
803 #network-star-link{
804         margin-top: 10px;
805 }
806 .network-star {
807         float: left;
808         margin-right: 5px;
809 }
810 #network-bmark-link {
811         margin-top: 10px;
812 }
813
814 .wall-item-content-wrapper {
815         margin-top: 10px;
816         border: 1px solid #CCC;
817         position: relative;
818 }
819
820 .wall-item-content-wrapper.comment {
821         margin-left: 50px;
822         background: #EEEEEE;
823 }
824
825 .wall-item-info {
826         display: block;
827         float: left;
828         width:110px;
829         margin-right:10px;
830 }
831 .comment .wall-item-info {
832         width: 70px;
833 }
834
835 .wall-item-photo-wrapper {
836         margin-top: 10px;
837         margin-left: 10px;
838         margin-bottom: 10px;
839         width: 100px;
840 }
841 .wall-item-photo-menu-button {
842         display: block;
843         position: absolute;
844         background-image: url("photo-menu.jpg");
845         background-position: top left; 
846         background-repeat: no-repeat;
847         margin: 0px; padding: 0px;
848         width: 16px;
849         height: 16px;
850         top: 74px; left:10px;
851         overflow: hidden;
852         text-indent: 40px;
853         display: none;
854         
855 }
856 .wall-item-photo-menu {
857         width: auto;
858         border: 2px solid #444444;
859         background: #FFFFFF;
860         position: absolute;
861         left: 10px; top: 90px;
862         display: none;
863         z-index: 10000;
864 }
865 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
866 .wall-item-photo-menu li a { display: block; padding: 2px; }
867 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
868
869
870 .comment .wall-item-photo-menu-button { top: 44px;}
871 .comment .wall-item-photo-menu { top: 60px; }
872
873 .wallwall .wwto {
874     left: 50px;
875     margin: 0;
876     position: absolute;
877     top: 70px;
878     width: 30px
879 }
880 .wallwall .wwto img {
881         width: 30px !important;
882         height: 30px !important;
883 }
884
885 .wallwall .wall-item-photo-end {
886         clear: both;
887 }
888
889 .wall-item-arrowphoto-wrapper {
890     position: absolute;
891     left: 75px;
892     top: 70px;
893     z-index: 100;
894 }
895 .wall-item-wrapper {
896         /*float: left;
897     margin-right: 5px;
898     width: 250px;*/
899     margin-left:10px;
900 }
901 .wall-item-lock {
902         /*height: 20px;*/
903         /*margin-top: 10px;*/
904     left: 105px;
905     position: absolute;
906     top: 1px;   
907 }
908 .comment .wall-item-lock {
909         left: 65px;
910 }
911
912 .wall-item-ago {
913         color: #888888;
914         font-size: 0.8em;
915 }
916
917 .wall-item-location {
918         overflow: hidden;
919         /* add ellipsis on text overflow               */
920         /* this work on safari, opera, ie, chrome.     */
921         /* firefox users have to wait support or we    */
922         /* can use a jquery plugin http://bit.ly/zJskg */
923         text-overflow: ellipsis;
924         -o-text-overflow: ellipsis;
925         width: 100%;
926 }
927
928 .wall-item-like-buttons {
929         float: left;
930         margin-right: 10px;
931 /*      padding-right: 10px; */
932 /*      border-right: 2px solid #fff; */
933 }
934
935 .like-rotator {
936         margin-left: 5px;
937 }
938
939 .wall-item-like-buttons > a,
940 .wall-item-like-buttons > img {
941         float: left;
942 }
943
944 .wall-item-like-buttons img {
945         cursor: pointer;
946 }
947
948 .wall-item-share-buttons {
949         margin-left: 10px;
950         margin-right: 10px;
951 }
952
953 .editpost {
954         margin-left: 10px;
955         float: left;
956 }
957 .star-item {
958         margin-left: 10px;
959         float: left;    
960 }
961 .tag-item {
962         margin-left: 10px;
963         float: left;    
964 }
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, #side-peoplefind-url {
1853         margin-top: 5px;
1854 }
1855 #side-follow-submit, #side-peoplefind-submit {
1856         margin-top: 15px;
1857 }
1858
1859 #side-match-link {
1860         margin-top: 10px;
1861 }
1862
1863 .widget {
1864         border: 1px solid #DDDDDD;
1865         padding: 8px;
1866         margin-top: 5px;
1867         -moz-border-radius:5px;
1868         -webkit-border-radius:5px;
1869         border-radius:5px;
1870
1871 }
1872
1873
1874 .photo-album-image-wrapper {
1875         float: left;
1876         margin-top: 15px;
1877         margin-right: 15px;
1878         width: 200px; height: 200px; 
1879         overflow: hidden; 
1880         position: relative;
1881 }
1882 .photo-album-image-wrapper .caption {
1883         display: none; 
1884         width: 100%;
1885         position: absolute; 
1886         bottom: 0px; 
1887         padding: 0.5em 0.5em 0px 0.5em;
1888         background-color: rgba(245, 245, 255, 0.8);
1889         border-bottom: 2px solid #CCC;
1890         margin: 0px;
1891 }
1892 .photo-album-image-wrapper a:hover .caption {
1893         display:block;
1894 }
1895
1896 #photo-album-end {
1897         clear: both;
1898 }
1899
1900 .photo-top-image-wrapper {
1901         position: relative;
1902         float: left;
1903         margin-top: 15px;
1904         margin-right: 15px;
1905         width: 200px; height: 200px; 
1906         overflow: hidden; 
1907 }
1908 .photo-top-album-name {
1909         width: 100%;
1910         min-height: 2em;
1911         position: absolute; 
1912         bottom: 0px; 
1913         padding: 0px 3px;
1914         padding-top: 0.5em;
1915         background-color: rgb(255, 255, 255);
1916 }
1917 #photo-top-end {
1918         clear: both;
1919 }
1920
1921 #photo-top-links {
1922         margin-bottom: 30px;
1923         margin-left: 30px;
1924 }
1925
1926 #photos-upload-newalbum-div {
1927         float: left;
1928         width: 175px;
1929 }
1930
1931 #photos-upload-noshare {
1932         margin-bottom: 10px;
1933 }
1934 #photos-upload-existing-album-text {
1935         float: left;
1936         width: 175px;
1937 }
1938 #photos-upload-newalbum {
1939         float: left;
1940 }
1941 #photos-upload-album-select {
1942         float: left;
1943 }
1944
1945 #photos-upload-spacer {
1946         margin-top: 25px;
1947 }
1948 #photos-upload-new-end, #photos-upload-exist-end {
1949         clear: both;
1950 }
1951 #photos-upload-exist-end {
1952         margin-bottom: 15px;
1953 }
1954 #photos-upload-submit {
1955         margin-top: 15px;
1956 }
1957
1958 #photos_upload_applet_wrapper {
1959         margin-bottom: 15px;
1960 }
1961
1962 #photos-upload-no-java-message {
1963         margin-bottom: 15px;
1964 }
1965
1966 #profile-jot-desc {
1967         /*float: left;*/
1968         width: 480px;
1969         color: #FF0000;
1970         margin-top: 10px;
1971         margin-bottom: 10px;
1972 }
1973
1974 #character-counter {
1975         float: right;
1976         font-size: 120%;
1977 }
1978
1979 #character-counter.grey {
1980         color: #888888;
1981 }
1982
1983 #character-counter.orange {
1984         color: orange;
1985 }
1986 #character-counter.red {
1987         color: red;
1988 }
1989
1990 #profile-jot-banner-end {
1991         /* clear: both; */ 
1992 }
1993
1994 #photos-upload-select-files-text {
1995         margin-top: 15px;
1996         margin-bottom: 15px;
1997 }
1998
1999 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2000         color: #8888FF;
2001         text-decoration: none;
2002         cursor: pointer;
2003 }
2004
2005 #photos-upload-perms-menu:hover {
2006         color: #0000FF;
2007         text-decoration: underline;
2008         cursor: pointer;
2009 }
2010 #settings-default-perms-menu {
2011         margin-top: 15px;
2012         margin-bottom: 15px;
2013 }
2014
2015 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2016         float: left;
2017         width: 150px;
2018 }
2019
2020 #photo-edit-perms-end {
2021         margin-bottom: 15px;
2022 }
2023
2024 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2025         float: left;
2026         margin-bottom: 25px;
2027 }
2028 #photo-edit-link-wrap {
2029         margin-bottom: 15px;
2030 }
2031 #photo-like-div {
2032         margin-bottom: 25px;
2033 }
2034
2035 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2036         clear: both;
2037 }
2038
2039 #photo-edit-delete-button {
2040         margin-left: 200px;
2041 }
2042 #photo-edit-end {
2043         margin-bottom: 35px;
2044 }
2045 #photo-caption {
2046         font-size: 110%;
2047         font-weight: bold;
2048         margin-top: 15px;
2049         margin-bottom: 15px;
2050 }
2051
2052 #in-this-photo-text {
2053         color: #0000FF;
2054         margin-left: 30px;
2055 }
2056
2057 #in-this-photo {
2058         margin-left: 60px;
2059         margin-top: 10px;
2060         margin-bottom: 20px;
2061 }
2062
2063 #photo-album-edit-submit, #photo-album-edit-drop {
2064         margin-top: 15px;
2065         margin-bottom: 15px;
2066 }
2067
2068 #photo-album-edit-drop {
2069         margin-left: 200px;
2070 }
2071
2072 .group-delete-wrapper {
2073         float: right;
2074         margin-right: 50px;
2075 }
2076
2077 #install-dbhost-label,
2078 #install-dbuser-label,
2079 #install-dbpass-label,
2080 #install-dbdata-label,
2081 #install-tz-desc {
2082        float: left;
2083        width: 250px;
2084        margin-top: 10px;
2085        margin-bottom: 10px;
2086
2087 }
2088
2089 #install-dbhost,
2090 #install-dbuser,
2091 #install-dbpass,
2092 #install-dbdata {
2093        float: left;
2094        width: 200px;
2095        margin-left: 20px;
2096 }
2097
2098 #install-dbhost-end,
2099 #install-dbuser-end,
2100 #install-dbpass-end,
2101 #install-dbdata-end,
2102 #install-tz-end {
2103        clear: both;
2104 }
2105
2106 #install-form select#timezone_select {
2107        float: left;
2108        margin-top: 18px;
2109        margin-left: 20px;
2110 }
2111
2112 #dfrn-request-networks {
2113         margin-bottom: 30px;
2114 }
2115
2116 #pause {
2117   position: fixed;
2118   bottom: 5px;
2119   right: 5px;
2120 }
2121
2122 .sparkle {
2123         cursor: url('lock.cur'), pointer;
2124 /*      cursor: pointer !important; */
2125 }
2126
2127 .contact-block-div {
2128         float: left;
2129         width: 52px;
2130         height: 52px;
2131 }
2132 .contact-block-textdiv {
2133         float: left;
2134         width: 150px;
2135         height: 34px;
2136 }
2137
2138 #contact-block-end {
2139         clear: both;
2140 }
2141 .contact-block-link {
2142         float: left;
2143 }
2144 .contact-block-img {
2145         width:48px;
2146         height:48px;
2147 }
2148
2149 #tag-remove {
2150         margin-bottom: 15px;
2151 }
2152
2153 #tagrm li {
2154         margin-bottom: 10px;
2155 }
2156
2157 #tagrm-submit, #tagrm-cancel {
2158         margin-top: 25px;
2159 }
2160
2161 #tagrm-cancel {
2162         margin-left: 15px;
2163 }
2164
2165 .wall-item-conv {
2166         margin-top: 5px;
2167         margin-bottom: 25px;
2168 }
2169
2170 #search-submit {
2171         margin-left: 15px;
2172 }
2173
2174 #search-box {
2175         margin-bottom: 25px;
2176 }
2177
2178 .location-label, .gender-label, .marital-label, .homepage-label {
2179         float: left;
2180         text-align: right;
2181         display: block;
2182         width: 65px;
2183 }
2184
2185 .adr, .x-gender, .marital-text, .homepage-url {
2186         float: left;
2187         display: block;
2188         margin-left: 8px;
2189 }
2190
2191 .profile-clear {
2192         clear: both;
2193 }
2194
2195
2196 .clear {
2197         clear: both;
2198 }
2199
2200 .cc-license {
2201         margin-top: 50px;
2202         font-size: 70%;
2203 }
2204
2205
2206 #plugin-settings-link, #account-settings-link {
2207         margin-bottom: 10px;
2208 }
2209
2210 #uexport-link {
2211         margin-bottom: 20px;
2212 }
2213
2214 /* end from default */
2215         
2216
2217 .fn {
2218         padding: 0px 0px 5px 0px;
2219         font-size: 120%;
2220         font-weight: bold;
2221 }
2222
2223 .vcard .title {
2224         margin-bottom: 5px;
2225 }
2226
2227 .vcard dl {
2228         clear: both;
2229 }
2230
2231 #birthday-title {
2232         float: left;
2233         font-weight: bold;      
2234 }
2235
2236 #birthday-adjust {
2237         float: left;
2238         font-size: 75%;
2239         margin-left: 10px;
2240 }
2241
2242 #birthday-title-end {
2243         clear: both;
2244 }
2245
2246 .birthday-list {
2247         margin-left: 15px;
2248 }
2249
2250 #birthday-wrapper {
2251         margin-bottom: 20px;
2252 }
2253
2254 #network-new-link {
2255         margin-top: 15px;
2256         margin-bottom: 15px;
2257 }
2258
2259
2260 .tool-wrapper {
2261   float: left;
2262   margin-left: 15px;
2263 }
2264
2265 .tool-link {
2266   cursor: pointer;
2267 }
2268
2269 .eventcal {
2270         float: left;
2271         font-size: 20px;
2272 }
2273
2274 .vevent {
2275         border: 1px solid #CCCCCC;
2276 }
2277 .vevent .event-description, .vevent .event-location {
2278         margin-left: 10px;
2279         margin-right: 10px;
2280 }
2281 .vevent .event-start {
2282         margin-left: 10px;
2283         margin-right: 10px;
2284 }
2285
2286 #new-event-link {
2287         margin-bottom: 10px;
2288 }
2289
2290 .edit-event-link, .plink-event-link {
2291         float: left;
2292         margin-top: 4px;
2293         margin-right: 4px;
2294         margin-bottom: 15px;
2295 }
2296
2297 .event-description:before {
2298         content: url('../../../images/calendar.png');
2299         margin-right: 15px;
2300 }
2301
2302 .event-start, .event-end {
2303         margin-left: 10px;
2304         width: 330px;
2305         clear: both;
2306 }
2307
2308 .event-start .dtstart, .event-end .dtend {
2309         float: right;
2310 }
2311
2312 .event-list-date {
2313         margin-bottom: 10px;
2314 }
2315
2316 .prevcal, .nextcal {
2317         float: left;
2318         margin-left: 32px;
2319         margin-right: 32px;
2320         margin-top: 64px;
2321 }
2322 .event-calendar-end {
2323         clear: both;
2324 }
2325
2326  
2327 .calendar {
2328         font-family: Courier, monospace;
2329 }
2330 .today {
2331         font-weight: bold;
2332         color: #FF0000;
2333 }
2334
2335 .settings-block {
2336         border: 1px solid #AAA;
2337         margin: 10px;
2338         padding: 10px;
2339 }
2340
2341 .app-title {
2342         margin: 10px;
2343 }
2344
2345 #identity-manage-desc {
2346         margin-top:15px;
2347         margin-bottom: 15px;
2348 }
2349
2350 #identity-manage-choose {
2351         margin-bottom: 15px;
2352 }
2353
2354 #identity-submit {
2355         margin-top: 20px;
2356 }
2357
2358 #photo-prev-link, #photo-next-link {
2359         padding: 10px;
2360         float: left;
2361 }
2362
2363 #photo-photo {
2364         float: left;
2365 }
2366
2367 #photo-photo-end {
2368         clear: both;
2369 }
2370
2371 .profile-match-photo {
2372         float: left;
2373         text-align: center;
2374         width: 120px;
2375 }
2376
2377 .profile-match-name {
2378         float: left;
2379         text-align: center;
2380         width: 120px;
2381         overflow: hidden;
2382 }
2383
2384 .profile-match-break,
2385 .profile-match-end {
2386         clear: both;
2387 }
2388
2389 .profile-match-wrapper {
2390         float: left;
2391         padding: 10px;
2392         width: 120px;
2393         height: 120px;
2394         scroll: auto;
2395 }
2396 #profile-match-wrapper-end {
2397         clear: both;
2398 }
2399 .side-link {
2400         margin-bottom: 15px;
2401 }
2402
2403 #language-selector {
2404         position: absolute;
2405         top: 0px;
2406         left: 16px;
2407 }
2408
2409 #group-members {
2410         margin-top: 20px;
2411         padding: 10px;
2412         height: 250px;
2413         overflow: auto;
2414         border: 1px solid #ddd;
2415 }
2416
2417 #group-members-end {
2418         clear: both;
2419 }
2420
2421 #group-separator {
2422         margin-top: 10px;
2423         margin-bottom: 10px;
2424 }
2425
2426 #group-all-contacts {
2427         padding: 10px;
2428         height: 450px;
2429         overflow: auto;
2430         border: 1px solid #ddd;
2431 }
2432
2433 #group-all-contacts-end {
2434         clear: both;
2435         margin-bottom: 10px;
2436 }
2437
2438 #group-edit-desc {
2439         margin-top: 15px;
2440 }
2441
2442
2443 #prof-members {
2444         margin-top: 20px;
2445         padding: 10px;
2446         height: 250px;
2447         overflow: auto;
2448         border: 1px solid #ddd;
2449 }
2450
2451 #prof-members-end {
2452         clear: both;
2453 }
2454
2455 #prof-separator {
2456         margin-top: 10px;
2457         margin-bottom: 10px;
2458 }
2459
2460 #prof-all-contacts {
2461         padding: 10px;
2462         height: 450px;
2463         overflow: auto;
2464         border: 1px solid #ddd;
2465 }
2466
2467 #prof-all-contacts-end {
2468         clear: both;
2469         margin-bottom: 10px;
2470 }
2471
2472 #prof-edit-desc {
2473         margin-top: 15px;
2474 }
2475
2476 #crepair-nick-label,
2477 #crepair-attag-label,
2478 #crepair-url-label,
2479 #crepair-request-label,
2480 #crepair-confirm-label,
2481 #crepair-notify-label,
2482 #crepair-photo-label,
2483 #crepair-poll-label {
2484         float: left;
2485         width: 200px;
2486         margin-bottom: 15px;
2487 }
2488
2489 #crepair-nick,
2490 #crepair-attag,
2491 #crepair-url,
2492 #crepair-request,
2493 #crepair-confirm,
2494 #crepair-notify,
2495 #crepair-photo,
2496 #crepair-poll {
2497         float: left;
2498         width: 300px;
2499 }
2500
2501 #contact-edit-links .icon, #contact-drop-links .icon {
2502         margin: 0px 3px 0px 3px;
2503 }
2504
2505
2506 #netsearch-box {
2507         margin-top: 20px;       
2508 }
2509
2510 #netsearch-box #search-submit {
2511         margin: 5px 0px 0px 0px;
2512 }
2513
2514 .required {
2515         color: #FF0000;
2516 }
2517
2518 #event-start-text, #event-finish-text {
2519         margin-top: 10px;
2520         margin-bottom: 5px;
2521 }
2522
2523 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2524         float: left;
2525 }
2526 #event-datetime-break {
2527         margin-bottom: 10px;
2528 }
2529
2530 #event-nofinish-break, #event-adjust-break {
2531         clear: both;
2532 }
2533
2534 #event-desc-text, #event-location-text {
2535         margin-top: 10px;
2536         margin-bottom: 5px;
2537 }
2538 #event-submit {
2539         margin-top: 10px;
2540 }
2541
2542 .item-select {
2543         opacity: 0.1;
2544         filter:alpha(opacity=10);
2545         float: right;
2546         margin-right: 10px;
2547
2548 }
2549 .item-select:hover, .checkeditem {
2550         opacity: 1;
2551         filter:alpha(opacity=100);
2552 }
2553
2554
2555 #item-delete-selected {
2556         margin-top: 30px;
2557 }
2558
2559 #item-delete-selected-end {
2560         clear: both;
2561 }
2562 #item-delete-selected-icon, #item-delete-selected-desc {
2563         float: left;
2564         margin-right: 5px;
2565 }
2566 #item-delete-selected-desc:hover {
2567         text-decoration: underline;
2568 }
2569
2570 #lang-select-icon {
2571         cursor: pointer;
2572         position: absolute;
2573         left: 0px;
2574         top: 0px;
2575         opacity: 0.2;
2576         filter:alpha(opacity=20);
2577 }
2578
2579 #lang-select-icon:hover {
2580         opacity: 1;
2581         filter:alpha(opacity=100);
2582 }
2583
2584 .notif-image {
2585         height: 80px;
2586         width: 80px;
2587         margin-right: 15px;
2588 }
2589 .notification-listing-end {
2590         clear: both;
2591         margin-bottom: 15px;
2592 }
2593
2594
2595
2596 /**
2597  * Plugins settings
2598  */
2599
2600 .settings-block > h3,
2601 .settings-heading {
2602         border-bottom: 1px solid #babdb6;
2603 }
2604  
2605
2606 /**
2607  * Form fields
2608  */
2609 .field {
2610         margin-bottom: 10px;
2611         padding-bottom: 10px;
2612         overflow: auto;
2613         width: 100%
2614 }
2615
2616 .field label {
2617         float: left;
2618         width: 200px;
2619 }
2620
2621 .field input,
2622 .field textarea {
2623         width: 400px;
2624 }
2625 .field textarea { height: 100px; }
2626 .field_help {
2627         display: block;
2628         margin-left: 200px;
2629         color: #666666;
2630         
2631 }
2632
2633
2634 .field .onoff {
2635         float: left;
2636         width: 80px;
2637 }
2638 .field .onoff a {
2639         display: block;
2640         border:1px solid #666666;
2641         background-image:url("../../../images/onoff.jpg");
2642         background-repeat: no-repeat;
2643         padding: 4px 2px 2px 2px;
2644         height: 16px;
2645         text-decoration: none;
2646 }
2647 .field .onoff .off {
2648         border-color:#666666;
2649         padding-left: 40px;
2650         background-position: left center;
2651         background-color: #cccccc;
2652         color: #666666;
2653         text-align: right;
2654 }
2655 .field .onoff .on {
2656         border-color:#204A87;
2657         padding-right: 40px;
2658         background-position: right center;
2659         background-color: #D7E3F1;
2660         color: #204A87;
2661         text-align: left;
2662 }
2663 .hidden { display: none!important; }
2664
2665 .field.radio .field_help { margin-left: 0px; }
2666
2667 /**
2668  * ADMIN
2669  */
2670 #pending-update {
2671         float:right;
2672         color: #ffffff;
2673         font-weight: bold;
2674         background-color: #FF0000;
2675         padding: 0em 0.3em;
2676         
2677 }
2678 #adminpage dl {
2679         clear: left;
2680         margin-bottom: 2px;
2681         padding-bottom: 2px;
2682         border-bottom: 1px solid black;
2683 }
2684 #adminpage dt {
2685         width: 200px;
2686         float: left;
2687         font-weight: bold;
2688 }
2689 #adminpage dd {
2690         margin-left: 200px;
2691 }
2692
2693 #adminpage h3 {
2694         border-bottom: 1px solid #cccccc;
2695 }
2696 #adminpage .field label {
2697         font-weight: bold;
2698 }
2699 #adminpage .submit {
2700         clear:left;
2701         text-align: right;
2702 }
2703
2704 #adminpage #pluginslist {
2705         margin: 0px; padding: 0px;
2706 }
2707 #adminpage .plugin {
2708         list-style: none;
2709         display: block;
2710         border: 1px solid #888888;
2711         padding: 1em;
2712         margin-bottom: 5px;
2713         clear: left;
2714 }
2715 #adminpage .plugin .desc { margin-left: 2.5em;}
2716 #adminpage .toggleplugin {
2717         float:left;
2718         margin-right: 1em;
2719 }
2720
2721 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2722 #adminpage table th { text-align: left;}
2723 #adminpage td .icon { float: left;}
2724 #adminpage table#users img { width: 16px; height: 16px; }
2725 #adminpage table tr:hover { background-color: #bbc7d7; }
2726 #adminpage .selectall { text-align: right; }
2727
2728 /*
2729  * UPDATE
2730  */
2731 .popup {        
2732         width: 100%; height: 100%;
2733         top:0px; left:0px;
2734         position: absolute;
2735         display: none;
2736 }
2737
2738 .popup .background {
2739         background-color: rgba(0,0,0,128);
2740         opacity: 0.5;
2741         width: 100%; height: 100%;
2742         position: absolute;
2743         top:0px; left:0px;
2744 }
2745 .popup .panel {
2746         top:25%;left:25%;width:50%;height:50%;
2747         padding: 1em;
2748         position: absolute;
2749         border: 4px solid #000000;
2750         background-color: #FFFFFF;
2751 }
2752 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2753 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2754 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2755 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2756 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2757
2758
2759 /**
2760  * ICONS
2761  */
2762 .icon {
2763         display: block; width: 16px; height: 16px;
2764         background-image: url('../../../images/icons.png');
2765 }
2766 .article { background-position: 0px 0px;}
2767 .audio { background-position: -16px 0px;}
2768 .block { background-position: -32px 0px;}
2769 .drop { background-position: -48px 0px;}
2770 .drophide { background-position: -64px 0px;}
2771 .edit { background-position: -80px 0px;}
2772 .camera { background-position: -96px 0px;}
2773 .dislike { background-position: -112px 0px;}
2774 .like { background-position: -128px 0px;}
2775 .link { background-position: -144px 0px;}
2776
2777 .globe { background-position: 0px -16px;}
2778 .noglobe { background-position: -16px -16px;}
2779 .no { background-position: -32px -16px;}
2780 .pause { background-position: -48px -16px;}
2781 .play { background-position: -64px -16px;}
2782 .pencil { background-position: -80px -16px;}
2783 .small-pencil { background-position: -96px -16px;}
2784 .recycle { background-position: -112px -16px;}
2785 .remote-link { background-position: -128px -16px;}
2786 .share { background-position: -144px -16px;}
2787
2788 .tools { background-position: 0px -32px;}
2789 .lock { background-position: -16px -32px;}
2790 .unlock { background-position: -32px -32px;}
2791 .video { background-position: -48px -32px;}
2792 .youtube { background-position: -64px -32px;}
2793 .attach { background-position: -80px -32px; }
2794 .language { background-position: -96px -32px; }
2795 .prev { background-position: -112px -32px; }
2796 .next { background-position: -128px -32px; }
2797 .on { background-position: -144px -32px; }
2798
2799 .off { background-position: 0px -48px; }
2800 .starred { background-position: -16px -48px; }
2801 .unstarred { background-position: -32px -48px; }
2802 .tagged { background-position: -48px -48px; }
2803
2804
2805 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2806
2807 .attachtype {
2808         display: block; width: 20px; height: 23px;
2809         float: left;
2810         background-image: url('../../../images/content-types.png');
2811 }
2812
2813 .body-attach {
2814         margin-top: 10px;
2815 }
2816
2817 .type-video { background-position: 0px 0px; }
2818 .type-image { background-position: -20px 0px; }
2819 .type-audio { background-position: -40px 0px; }
2820 .type-text  { background-position: -60px 0px; }
2821 .type-unkn  { background-position: -80px 0px; }
2822