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