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