]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
e9c0817f4ebde10bebadaba69562d965b76cbeab
[friendica.git] / view / theme / duepuntozero / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  */
5
6
7 /* generals */
8 body {
9         font-family: helvetica,arial,freesans,clean,sans-serif;
10         font-size: 12px;
11         background-color: #ffffff;
12         background-image: url(head.jpg);
13         background-repeat: repeat-x;
14         color: #000000;
15         margin: 0px;
16 }
17
18
19 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
20 a:hover {text-decoration: underline; }
21
22 input {
23         border: 1px solid #666666;
24         -moz-border-radius: 3px;
25         border-radius: 3px;     
26 }
27
28 img { border :0px; }
29
30 .openid input {
31    background: url(login-bg.gif) no-repeat;
32    background-position: 0 50%;
33    padding-left: 18px;
34 }
35 .openid:hover {
36
37 }
38
39 code {
40         font-family: Courier, monospace;
41         white-space: pre;
42         display: block;
43         overflow: auto;
44         border: 1px solid #444;
45         background: #EEE;
46         color: #444;
47         padding: 10px;
48         margin-top: 20px; 
49 }
50 /*blockquote:before {
51         content: '>> ';
52 }*/
53 blockquote {
54         background-color: #f4f8f9;
55         border-left: 4px solid #dae4ee;
56         padding: 0.4em;
57 }
58
59 .icollapse-wrapper, .ccollapse-wrapper {
60         border: 1px solid #CCC;
61         padding: 5px;
62 }
63
64 #panel {
65         background-color: ivory;
66         position: absolute;
67         z-index: 2;
68         width: 30%;
69         padding: 25px;
70         border: 1px solid #444;
71 }
72
73 .heart {
74         color: #FF0000;
75         font-size: 100%;
76 }
77
78
79
80 /* nav */
81 nav {
82         height: 94px;
83         display: block;
84         margin: 0px 10%;
85         border-bottom: 1px solid #babdb6;
86 }
87 nav #site-location {
88         color: #888a85;
89         font-size: 0.8em;
90         position: absolute;
91 }
92
93 .error-message {
94         color: #FF0000;
95         font-size: 1.1em;
96         border: 1px solid #FF8888;
97         background-color: #FFEEEE;
98         padding: 10px;
99 }
100
101 .info-message {
102         color: #204a87;
103         font-size: 1.1em;
104         border: 1px solid #3465a4;
105         background-color: #d7e3f1;
106         padding: 10px;
107 }
108
109
110 nav #banner {
111         display: block;
112     margin-top: 14px;
113         position: absolute;
114 }
115 nav #banner #logo-text a {
116         font-size: 40px;
117         font-weight: bold;
118         margin-left: 3px;
119         color: #000000;
120
121 }
122 nav #banner #logo-text a:hover { text-decoration: none; }
123
124
125 .nav-commlink, .nav-login-link {
126     display: block;
127     height: 15px;
128         margin-top: 67px;
129         margin-right: 2px;
130         padding: 6px 10px;
131         float: left;
132         bottom: 140px;
133         border: 1px solid #babdb6;
134         border-bottom: 0px;
135         background-color: #aec0d3;
136         color: #565854;         
137         -moz-border-radius: 3px 3px 0px 0px;
138         border-radius: 3px 3px 0px 0px; 
139 }
140 nav .nav-link {
141         float: right;
142         margin: 0.2em 0em;
143         padding: 0em 0.5em;
144         background-color: transparent !important;
145 }
146
147 .nav-commlink.selected {
148         background-color: #ffffff;
149         border-bottom: 1px solid #ffffff;
150         color: #000000 !important;
151         margin-top: 64px;
152         padding-top: 6px;
153         padding-bottom: 8px;
154 }
155 .nav-ajax-left {
156         font-size: 0.8em;
157         float: left;
158         margin-top: 62px;       
159 }
160
161
162 nav #nav-link-wrapper .nav-link {
163         border-right: 1px solid #babdb6;
164 }
165
166 /* aside */
167 aside {
168         display: block;
169         min-height: 112px;
170         width: 200px;
171         margin-left: 10%;
172         padding: 1em;
173         float: left;
174         background-image: url(border.jpg);
175         background-position: top left;
176         background-repeat: no-repeat;
177         position: absolute;
178 }
179
180 #dfrn-request-link {
181         display: block;
182         color: #FFFFFF;
183         -webkit-border-radius: 5px ;
184         -moz-border-radius: 5px;
185         border-radius: 5px;
186         padding: 5px;
187         font-weight: bold;
188         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
189 }
190
191 /* section */
192 section {
193         margin: 0px 10%;
194         padding-top: 1em;
195         padding-left: 250px;
196         padding-right: 1em;
197         display: block;
198         background-color: #ffffff;
199         background-image: url(border.jpg);
200         background-position: top right;
201         background-repeat: no-repeat;
202         min-height: 112px;
203         
204 }
205 .tabs {
206         height: 27px;
207         background-image: url(head.jpg);
208         background-repeat: repeat-x;    
209         background-position: 0px -20px;
210         border-bottom: 1px solid #babdb6;
211         padding:0px;
212 }
213 .tabs li { margin: 0px; list-style: none; }
214 .tab {
215         display:block;
216         float:left;
217         padding: 0.4em;
218         margin-right: 1em;
219 }
220 .tab.active {
221         font-weight: bold;
222 }
223
224
225 /* footer */
226 footer {
227     display: none;
228
229 }
230
231 .birthday-today, .event-today {
232         font-weight: bold;
233 }
234
235 div.wall-item-content-wrapper.shiny {
236   background-image: url('shiny.png');
237   background-position: -5px 30px;
238   background-repeat:no-repeat;
239 }
240
241 /* from default */
242 #jot-perms-icon, 
243 #profile-location,
244 #profile-nolocation,
245 #profile-youtube, 
246 #profile-video, 
247 #profile-audio,
248 #profile-link,
249 #profile-title, 
250 #wall-image-upload,
251 #wall-file-upload,
252 #profile-upload-wrapper,
253 #wall-image-upload-div,
254 #wall-file-upload-div,
255 .hover, .focus {
256         cursor: pointer;
257 }
258
259 #jot-perms-icon {
260         float: left;
261 }
262
263 .fakelink, .fakelink:visited, .fakelink:link {
264         color: #3465a4;
265         text-decoration: none;
266         cursor: pointer;
267         margin-top: 15px;
268         margin-bottom: 15px;
269 }
270 .lockview {
271         cursor: pointer;
272 }
273
274 #group-sidebar {
275         margin-bottom: 10px;
276 }
277
278 .group-selected {
279         padding: 3px;
280         border: 1px solid #CCCCCC;
281         background: #F8F8F8;
282         font-weight: bold;
283 }
284
285 .fakelink:hover {
286         color: #3465a4;
287         text-decoration: underline;
288         cursor: pointer;
289 }
290 .smalltext {
291         font-size: 0.7em;
292 }
293 #sysmsg {
294         /*width: 600px;*/
295         margin-bottom: 10px;
296 }
297
298 #register-fill-ext {
299         margin-bottom: 25px;
300 }
301
302 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
303         float: left;
304         width: 350px;
305         margin-top: 10px;
306 }
307
308 #register-name, #register-email, #register-nickname {
309         float: left;
310         margin-top: 10px;
311         width: 150px;
312 }
313
314 #register-openid {
315         float: left;
316         margin-top: 10px;
317         width: 130px;
318 }
319
320 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
321         clear: both;
322 }
323
324 #register-nickname-desc {
325         margin-top: 30px;
326         width: 650px;
327 }
328 #register-sitename {
329         float: left;
330         margin-top: 10px;
331 }
332
333 #register-submit-button {
334         margin-top: 10px;
335 }
336
337
338 #login_standard {
339         width: 210px;
340         float: left;
341 }
342 #login_openid {
343         width: 210px;
344         margin-left: 250px;
345 }
346
347 #login_standard input,
348 #login_openid input {
349         width: 180px;
350 }
351
352 #login-extra-links {
353         clear: both;
354 }
355
356 #register-link, #lost-password-link {
357         float: left;
358         font-size: 80%;
359         margin-right: 15px;
360 }
361
362 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
363         height: 50px;
364 }
365
366 #login-submit-button {
367 /*      margin-top: 10px; */
368         margin-left: 200px;
369 }
370
371
372 input#dfrn-url {
373         float: left;
374         background: url(friendika-16.png) no-repeat;
375         background-position: 2px center;
376         font-size: 17px;
377         padding-left: 21px;
378         height: 21px;
379         background-color: #FFFFFF;
380         color: #000000;
381         margin-bottom: 20px;
382 }
383
384 #dfrn-url-label {
385         float: left;
386         width: 250px;
387 }
388
389 #dfrn-request-url-end {
390         clear: both;
391 }
392
393 #knowyouyes, #knowyouno {
394         float: left;
395 }
396
397 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
398
399         float: none;
400 }
401 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
402         float: left;
403         width: 75px;
404         margin-left: 50px;
405         margin-bottom: 7px;
406 }
407 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
408         clear: both;
409
410 }
411
412 #dfrn-request-message-wrapper {
413         margin-bottom: 50px;
414 }
415 #dfrn-request-submit-wrapper {
416         clear: both;
417         margin-left: 50px;
418 }
419
420 #dfrn-request-info-wrapper {
421         margin-left: 50px;
422 }
423
424
425
426 #cropimage-wrapper, #cropimage-preview-wrapper {
427         float: left;
428         padding: 30px;
429 }
430
431 #crop-image-form {
432         margin-top: 30px;
433         clear: both;
434 }
435
436 .intro-wrapper {
437         margin-top: 20px;
438 }
439
440 .intro-fullname {
441         font-size: 1.1em;
442         font-weight: bold;
443
444 }
445 .intro-desc {
446         margin-bottom: 20px;
447         font-weight: bold;
448 }
449
450 .intro-note {
451         padding: 10px;
452 }
453
454 .intro-end {
455         padding: 30px;
456 }
457
458 .intro-form {
459         float: left;
460 }
461 .intro-approve-form {
462         clear: both;
463 }
464 .intro-approve-as-friend-end {
465         clear: both;
466 }
467 .intro-submit-approve, .intro-submit-ignore {
468         margin-right: 20px;
469 }
470 .intro-submit-approve {
471         margin-top: 15px;
472 }
473
474 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
475         float: left;
476         width: 100px;
477         margin-left: 20px;
478 }
479 .intro-approve-as-friend, .intro-approve-as-fan {
480         float: left;
481 }
482 .intro-form-end {
483         clear: both;
484 }
485 .intro-approve-as-friend-desc {
486         margin-top: 15px;
487 }
488 .intro-approve-as-end {
489         clear: both;
490         margin-bottom: 10px;
491 }
492
493 .intro-end {
494         clear: both;
495         margin-bottom: 30px;
496 }
497
498 #profile-extra-links {
499         clear: both;
500         margin-top: 10px;
501 }
502
503 #profile-extra-links ul {
504         list-style-type: none;
505         padding: 0px;
506 }
507
508
509 #profile-extra-links li {
510         margin-top: 5px;
511 }
512
513 #profile-edit-links ul {
514         list-style-type: none;
515 }
516
517 #profile-edit-links li {
518         margin-top: 10px;
519 }
520 .profile-edit-side-div {
521         float: right;
522 }
523 .profile-edit-side-link {
524         opacity: 0.3;
525         filter:alpha(opacity=30);
526 }
527 .profile-edit-side-link:hover {
528         opacity: 1.0;
529         filter:alpha(opacity=100);
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 .tag-item {
976         margin-left: 10px;
977         float: left;    
978 }
979
980
981 .wall-item-links-wrapper {
982         float: left;
983 }
984
985 .wall-item-delete-wrapper {
986         float: right;
987 }
988
989 .wall-item-delete-end {
990         clear: both;
991 }
992
993 .wall-item-delete-icon {
994         border: none;
995 }
996
997
998 .wall-item-wrapper-end {
999         clear: both;
1000 }
1001 .wall-item-name-link {
1002         font-weight: bold;
1003         text-decoration: none;
1004         color: #3172BD;
1005 }
1006 .wall-item-photo {
1007         border: none;
1008 }
1009 .comment .wall-item-photo {
1010         width: 50px !important; 
1011         height: 50px !important;
1012 }
1013 .wall-item-content {
1014         /*float: left;*/
1015         /*width: 450px;*/
1016         margin-left: 10px;
1017         /*margin-bottom: 20px;*/
1018         /*padding: 20px;*/
1019         max-height: 400px;
1020         overflow: auto;
1021 }
1022
1023 .wall-item-title {
1024         float: left;
1025         font-weight: bold;
1026         /*width: 450px;*/
1027 }
1028
1029 .wall-item-title-end {
1030         clear: both;
1031 }
1032
1033 .wall-item-body {
1034         float: left;
1035         /*width: 450px;*/
1036         margin-top: 10px;
1037 }
1038
1039 .wall-item-tools {
1040         clear: both;
1041         background-image: url("head.jpg");
1042     background-position: 0 -20px;
1043     background-repeat: repeat-x;
1044         padding: 5px 10px 0px;
1045 }
1046 .wall-item-author {
1047         margin-top: 10px;
1048 }
1049
1050 .comment .wall-item-tools {
1051         background:none;
1052
1053
1054 .comment-edit-wrapper {
1055         margin-top: 15px;
1056         background: #f3f3f3;
1057         margin-left: 50px;
1058 }
1059
1060 .comment-wwedit-wrapper {
1061         margin-top: 15px;
1062         background: #f3f3f3;
1063         margin-left: 50px;
1064 }
1065
1066 .comment-edit-photo {
1067         margin-top: 10px;
1068         margin-left: 10px;
1069         margin-bottom: 10px;
1070         width: 100px;
1071         float: left;
1072 }
1073 .comment-edit-photo img {
1074         width: 25px;
1075 }
1076 .comment-edit-text-empty, .comment-edit-text-full {
1077         float: left;
1078         margin-top: 10px;
1079 }
1080 .comment-edit-text-end {
1081         clear: both;
1082 }
1083
1084 .comment-edit-submit {
1085         margin: 10px 0px 10px 110px;
1086 }
1087
1088 #profile-jot-plugin-wrapper,
1089 #profile-jot-submit-wrapper {
1090         margin-top: 15px;
1091 }
1092
1093 #profile-jot-submit {
1094         float: left;
1095 }
1096 #profile-upload-wrapper {
1097         float: left;
1098         margin-left: 30px;
1099 }
1100 #profile-attach-wrapper {
1101         float: left;
1102         margin-left: 30px;
1103 }
1104 #profile-rotator {
1105         float: left;
1106         margin-left: 30px;
1107 }
1108 #profile-link-wrapper {
1109         float: left;
1110         margin-left: 15px;
1111 }
1112 #profile-youtube-wrapper {
1113         float: left;
1114         margin-left: 15px;
1115 }
1116 #profile-video-wrapper {
1117         float: left;
1118         margin-left: 15px;
1119 }
1120 #profile-audio-wrapper {
1121         float: left;
1122         margin-left: 15px;
1123 }
1124 #profile-location-wrapper {
1125         float: left;
1126         margin-left: 15px;
1127 }
1128 #profile-nolocation-wrapper {
1129         float: left;
1130         margin-left: 15px;
1131 }
1132 #profile-title-wrapper {
1133         float: left;
1134         margin-left: 15px;
1135 }
1136
1137 #profile-jot-perms {
1138         float: left;
1139         margin-left: 100px;
1140         font-weight: bold;
1141         font-size: 1.2em;
1142 }
1143
1144 #profile-jot-perms-end {
1145         /*clear: left;*/
1146         height: 30px;
1147 }
1148
1149 #profile-jot-plugin-end{
1150   clear: both;
1151 }
1152 .profile-jot-net {
1153         float: left;
1154         margin-right: 10px;
1155         margin-top: 5px;
1156         margin-bottom: 5px;
1157 }
1158
1159 #profile-jot-networks-end {
1160         clear: both;
1161 }
1162
1163 #profile-jot-end {
1164         /*clear: both;*/
1165         margin-bottom: 30px;
1166 }
1167 #about-jot-submit-wrapper {
1168         margin-top: 15px;
1169 }
1170 #about-jot-end {
1171         margin-bottom: 30px;
1172 }
1173 #contacts-main {
1174         margin-bottom: 30px;
1175 }
1176
1177 #profile-listing-desc {
1178         margin-left: 30px;
1179 }
1180
1181 #profile-listing-new-link-wrapper {
1182         margin-left: 30px;
1183         margin-bottom: 30px;
1184 }
1185 .profile-listing-photo-wrapper {
1186         float: left;
1187 }
1188
1189 .profile-listing-edit-buttons-wrapper {
1190         clear: both;
1191 }
1192 .profile-listing-photo-edit-link {
1193         float: left;
1194         width: 125px;
1195 }
1196 .profile-listing-end {
1197         clear: both;
1198 }
1199 .profile-listing-edit-buttons-wrapper img{
1200         border: none;
1201         margin-right: 20px;
1202 }
1203 .profile-listing {
1204         margin-top: 25px;
1205 }
1206 .profile-listing-name {
1207         float: left;
1208         margin-left: 32px;
1209         margin-top: 10px;
1210         color: #3172BD;
1211         font-weight: bold;
1212         width: 200px;
1213
1214 }
1215 .fortune {
1216         margin-top: 50px;
1217         color: #4444FF;
1218         font-weight: bold;
1219         margin-bottom: 20px;
1220 }
1221
1222
1223 .directory-end {
1224         clear: both;
1225 }
1226 .directory-name {
1227         text-align: center;
1228 }
1229 .directory-photo {
1230         margin-left: 25px;
1231 }
1232 .directory-details {
1233         font-size: 0.7em;
1234         text-align: center;
1235         margin-left: 5px;
1236         margin-right: 5px;
1237 }
1238 .directory-item {
1239         float: left;
1240         width: 225px;
1241         height: 260px;
1242         overflow: auto;
1243 }
1244
1245 #directory-search-wrapper {
1246         margin-top: 20px;
1247         margin-right: 20px;
1248         margin-bottom: 50px;
1249 }
1250
1251 #directory-search-end {
1252 }
1253
1254 .directory-photo-img {
1255         border: none;
1256 }
1257
1258
1259 .pager {
1260   padding: 10px;
1261   text-align: center;
1262   font-size: 1.0em;
1263 }
1264
1265
1266 .pager_first,
1267 .pager_last,
1268 .pager_prev,
1269 .pager_next,
1270 .pager_n {
1271         border: 1px solid black;
1272         background: #EEE;
1273         padding: 4px;
1274 }
1275
1276 .pager_first a,
1277 .pager_last a,
1278 .pager_prev a,
1279 .pager_next a,
1280 .pager_n a {
1281         text-decoration: none;
1282 }
1283
1284 .pager_current {
1285   border: 1px solid black;
1286   background: #FFCCCC;
1287   padding: 4px;
1288 }
1289
1290
1291 #advanced-profile-name-wrapper,
1292 #advanced-profile-gender-wrapper,
1293 #advanced-profile-dob-wrapper,
1294 #advanced-profile-age-wrapper,
1295 #advanced-profile-marital-wrapper,
1296 #advanced-profile-sexual-wrapper,
1297 #advanced-profile-homepage-wrapper,
1298 #advanced-profile-politic-wrapper,
1299 #advanced-profile-religion-wrapper,
1300 #advanced-profile-about-wrapper,
1301 #advanced-profile-interest-wrapper,
1302 #advanced-profile-contact-wrapper,
1303 #advanced-profile-music-wrapper,
1304 #advanced-profile-book-wrapper,
1305 #advanced-profile-tv-wrapper,
1306 #advanced-profile-film-wrapper,
1307 #advanced-profile-romance-wrapper,
1308 #advanced-profile-work-wrapper,
1309 #advanced-profile-education-wrapper {
1310         margin-top: 20px;
1311 }
1312
1313 #advanced-profile-name-text,
1314 #advanced-profile-gender-text,
1315 #advanced-profile-dob-text,
1316 #advanced-profile-age-text,
1317 #advanced-profile-marital-text,
1318 #advanced-profile-sexual-text,
1319 #advanced-profile-homepage-text,
1320 #advanced-profile-politic-text,
1321 #advanced-profile-religion-text,
1322 #advanced-profile-about-text,
1323 #advanced-profile-interest-text,
1324 #advanced-profile-contact-text,
1325 #advanced-profile-music-text,
1326 #advanced-profile-book-text,
1327 #advanced-profile-tv-text,
1328 #advanced-profile-film-text,
1329 #advanced-profile-romance-text,
1330 #advanced-profile-work-text,
1331 #advanced-profile-education-text {
1332         width: 300px;
1333         float: left;
1334 }
1335
1336 #advanced-profile-name-end,
1337 #advanced-profile-gender-end,
1338 #advanced-profile-dob-end,
1339 #advanced-profile-age-end,
1340 #advanced-profile-marital-end,
1341 #advanced-profile-sexual-end,
1342 #advanced-profile-homepage-end,
1343 #advanced-profile-politic-end,
1344 #advanced-profile-religion-end {
1345         height: 10px;
1346 }
1347
1348 #advanced-profile-about-end,
1349 #advanced-profile-interest-end,
1350 #advanced-profile-contact-end,
1351 #advanced-profile-music-end,
1352 #advanced-profile-book-end,
1353 #advanced-profile-tv-end,
1354 #advanced-profile-film-end,
1355 #advanced-profile-romance-end,
1356 #advanced-profile-work-end,
1357 #advanced-profile-education-end {
1358
1359
1360 }
1361
1362 #advanced-profile-name,
1363 #advanced-profile-gender,
1364 #advanced-profile-dob,
1365 #advanced-profile-age,
1366 #advanced-profile-marital,
1367 #advanced-profile-sexual,
1368 #advanced-profile-homepage,
1369 #advanced-profile-politic,
1370 #advanced-profile-religion {
1371         float: left;
1372
1373 }
1374
1375
1376 #advanced-profile-about,
1377 #advanced-profile-interest,
1378 #advanced-profile-contact,
1379 #advanced-profile-music,
1380 #advanced-profile-book,
1381 #advanced-profile-tv,
1382 #advanced-profile-film,
1383 #advanced-profile-romance,
1384 #advanced-profile-work,
1385 #advanced-profile-education {
1386         margin-top: 10px;
1387         margin-left: 50px;
1388         margin-right: 20px;
1389         padding: 10px;
1390         border: 1px solid #CCCCCC;
1391 }
1392
1393 #advanced-profile-with {
1394         float: left;
1395         margin-left: 15px;
1396 }
1397
1398 #contact-edit-wrapper {
1399         margin-top: 50px;
1400 }
1401
1402 #contact-edit-banner-name {
1403         font-size: 1.4em;
1404         font-weight: bold;
1405         margin-left: 30px;
1406 }
1407
1408 #contact-edit-nettype {
1409         margin-top: 5px;
1410         margin-left: 30px;
1411 }
1412
1413
1414 #contact-edit-poll-wrapper {
1415         margin-left: 50px;
1416         margin-top: 30px;
1417 }
1418 #contact-edit-poll-text {
1419         margin-top: 15px;
1420         margin-bottom: 5px;
1421 }
1422
1423 #contact-edit-update-now {
1424         margin-top: 15px;
1425 }
1426
1427 #contact-edit-photo-wrapper {
1428         margin-bottom: 20px;
1429 }
1430 #contact-edit-links {
1431         float: left;
1432 }
1433 #contact-edit-links a {
1434         float: left;
1435 }
1436 #contact-edit-links img {
1437         margin-left: 20px;
1438         border: none;
1439 }
1440
1441 #contact-drop-links {
1442         float: left;
1443 }
1444
1445 #contact-drop-links img {
1446         margin-left: 20px;
1447         border: none;
1448 }
1449
1450 #contact-edit-nav-end {
1451         clear: both;
1452 }
1453
1454 #contact-edit-direction-icon {
1455         float: left;
1456         margin-top: 70px;
1457         margin-right: 2px;
1458 }
1459
1460 #contact-edit-photo {
1461         float: left;
1462 }
1463
1464 #contact-edit-photo-end {
1465         clear: both;
1466 }
1467
1468 #contact-edit-photo-wrapper {
1469         float: left;
1470 }
1471
1472 #contact-edit-nav-wrapper {
1473         float: left;
1474 }
1475
1476 #contact-edit-end {
1477         clear: both;
1478 }
1479
1480 #contact-profile-selector {
1481         width: 175px;
1482         margin-left: 175px;
1483 }
1484
1485 #contact-reputation-selector {
1486         margin-left: 175px;
1487 }
1488
1489 #contact-edit-rating-text {
1490         margin-left: 175px;
1491 }
1492
1493 .contact-edit-submit {
1494         margin-top: 20px;
1495         /*margin-left: 50px;*/
1496 }
1497
1498
1499 .contact-photo-menu-button {
1500         position: absolute;
1501         background-image: url("photo-menu.jpg");
1502         background-position: top left; 
1503         background-repeat: no-repeat;
1504         margin: 0px; padding: 0px;
1505         width: 16px;
1506         height: 16px;
1507         top: 64px; left:0px;
1508         overflow: hidden;
1509         text-indent: 40px;
1510         display: none;
1511         
1512 }
1513 .contact-photo-menu {
1514         width: auto;
1515         border: 2px solid #444444;
1516         background: #FFFFFF;
1517         position: absolute;
1518         left: 0px; top: 90px;
1519         display: none;
1520         z-index: 10000;
1521 }
1522 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1523 .contact-photo-menu li a { display: block; padding: 2px; }
1524 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1525
1526
1527 #block-message, #ignore-message {
1528         margin-top: 20px;
1529         color: #FF0000;
1530         font-size: 1.1em;
1531         border: 1px solid #FF8888;
1532         background-color: #FFEEEE;
1533         padding: 10px;
1534 }
1535
1536 #profile-edit-insecure {
1537         margin-top: 20px;
1538         color: #FF0000;
1539         font-size: 1.1em;
1540         border: 1px solid #FF8888;
1541         background-color: #FFEEEE;
1542         padding-left: 5px;
1543         /*: 3px 3px 3px 5px; */
1544         width: 587px;
1545 }
1546
1547 #block-message, #ignore-message {
1548         width: 180px;
1549 }
1550
1551 #profile-jot-text {
1552         height: 20px;
1553         color:#cccccc;
1554         border: 1px solid #cccccc;
1555         padding: 3px 0px 0px 5px;
1556 }
1557
1558
1559 /** acl **/
1560 #photo-edit-perms-select,
1561 #photos-upload-permissions-wrapper,
1562 #profile-jot-acl-wrapper{
1563         display:block!important;
1564 }
1565
1566
1567
1568 #acl-wrapper {
1569         width: 690px;
1570         float:left;
1571 }
1572 #acl-search {
1573         float:right;
1574         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1575         padding-right:20px;
1576 }
1577 #acl-showall {
1578         float: left;
1579         display: block;
1580         width: auto;
1581         height: 18px;
1582         background-color: #cccccc;
1583         background-image: url("../../../images/show_all_off.png");
1584         background-position: 7px 7px;
1585         background-repeat: no-repeat;
1586         padding: 7px 5px 0px 30px;
1587         -webkit-border-radius: 5px ;
1588         -moz-border-radius: 5px;
1589         border-radius: 5px;
1590         color: #999999;
1591 }
1592 #acl-showall.selected {
1593         color: #000000;
1594         background-color: #ff9900;
1595         background-image: url("../../../images/show_all_on.png");
1596 }
1597
1598 #acl-list {
1599         height: 210px;
1600         border: 1px solid #cccccc;
1601         clear: both;
1602         margin-top: 30px;
1603         overflow: auto;
1604 }
1605 #acl-list-content {
1606         
1607 }
1608 .acl-list-item {
1609         display: block;
1610         width: 150px;
1611         height: 30px;
1612         border: 1px solid #cccccc;
1613         margin: 5px;
1614         float: left;
1615 }
1616 .acl-list-item img{
1617         width:22px;
1618         height: 22px;
1619         float: left;
1620         margin: 4px;
1621 }
1622 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1623 .acl-list-item a { 
1624         font-size: 8px;
1625         display: block;
1626         width: 40px;
1627         height: 10px;
1628         float: left;
1629         color: #999999;
1630         background-color: #cccccc;
1631         background-position: 3px 3px;
1632         background-repeat: no-repeat;
1633         margin-right: 5px;
1634         -webkit-border-radius: 2px ;
1635         -moz-border-radius: 2px;
1636         border-radius: 2px;
1637         padding-left: 15px;
1638 }
1639 #acl-wrapper a:hover {
1640         text-decoration: none;
1641         color:#000000;
1642 }
1643 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1644 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1645
1646 .acl-button-show.selected {
1647         color: #000000;
1648         background-color: #9ade00;
1649         background-image: url("../../../images/show_on.png");
1650 }
1651 .acl-button-hide.selected {
1652         color: #000000;
1653         background-color: #ff4141;
1654         background-image: url("../../../images/hide_on.png");
1655 }
1656 .acl-list-item.groupshow { border-color: #9ade00; }
1657 .acl-list-item.grouphide { border-color: #ff4141; }
1658 /** /acl **/
1659
1660
1661 .comment-edit-text-empty {
1662         color: gray;
1663         height: 30px;
1664         width: 175px;
1665         overflow: auto;
1666         margin-bottom: 10px;
1667 }
1668
1669 .comment-edit-text-full {
1670         color: black;
1671         height: 150px;
1672         width: 350px;
1673         overflow: auto;
1674 }
1675
1676 #group-new-submit-wrapper {
1677         margin-top: 30px;
1678 }
1679
1680 #group-edit-name-label {
1681         float: left;
1682         width: 175px;
1683         margin-top: 20px;
1684         margin-bottom: 20px;
1685 }
1686
1687 #group-edit-name {
1688         float: left;
1689         width: 225px;
1690         margin-top: 20px;
1691         margin-bottom: 20px;
1692 }
1693
1694 #group-edit-name-wrapper {
1695
1696
1697 }
1698
1699
1700 #group_members_select_label {
1701         display: block;
1702         float: left;
1703         width: 175px;
1704 }
1705
1706 .group_members_select {
1707         float: left;
1708         width: 230px;
1709         overflow: auto;
1710 }
1711
1712 #group_members_select_end {
1713         clear: both;
1714 }
1715 #group-edit-name-end {
1716         clear: both;
1717 }
1718
1719 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1720         margin-bottom: 10px;
1721         margin-top: 20px;
1722 }
1723
1724 #prvmail-submit {
1725         float: left;
1726         margin-top: 10px;
1727         margin-right: 30px;
1728 }
1729 #prvmail-upload-wrapper,
1730 #prvmail-link-wrapper,
1731 #prvmail-rotator-wrapper {
1732         float: left;
1733         margin-top: 10px;
1734         margin-right: 10px;
1735         width: 24px;
1736 }
1737
1738 #prvmail-end {
1739         clear: both;
1740 }
1741
1742 .mail-list-sender,
1743 .mail-list-detail {
1744         float: left;
1745 }
1746 .mail-list-detail {
1747         margin-left: 20px;
1748 }
1749
1750 .mail-list-subject {
1751         font-size: 1.1em;
1752         margin-top: 10px;
1753 }
1754 a.mail-list-link {
1755     display: block;
1756     font-size: 1.3em;
1757     padding: 4px 0;
1758 }
1759
1760 /*
1761 *a.mail-list-link:hover {
1762 *       background-color: #15607B;
1763 *       color: #F5F6FB;
1764 *}
1765 */
1766
1767 .mail-list-outside-wrapper-end {
1768         clear: both;
1769 }
1770
1771 .mail-list-outside-wrapper {
1772         margin-top: 30px;
1773 }
1774
1775 .mail-list-delete-wrapper {
1776         float: right;
1777         margin-right: 30px;
1778         margin-top: 15px;
1779 }
1780
1781 .mail-list-delete-icon {
1782         border: none;
1783 }
1784
1785 .mail-conv-sender,
1786 .mail-conv-detail {
1787         float: left;
1788 }
1789 .mail-conv-detail {
1790         margin-left: 20px;
1791         width: 500px;
1792 }
1793
1794 .mail-conv-subject {
1795     font-size: 1.4em;
1796     margin: 10px 0;
1797 }
1798
1799 .mail-conv-outside-wrapper-end {
1800         clear: both;
1801 }
1802
1803 .mail-conv-outside-wrapper {
1804         margin-top: 30px;
1805 }
1806
1807 .mail-conv-delete-wrapper {
1808         float: right;
1809         margin-right: 30px;
1810         margin-top: 15px;
1811 }
1812 .mail-conv-break {
1813         clear: both;
1814 }
1815
1816 .mail-conv-delete-icon {
1817         border: none;
1818 }
1819
1820 .message-links ul {
1821         list-style-type: none;
1822         padding: 0px;
1823 }
1824
1825 .message-links li {
1826         margin-top: 10px;
1827         float: left;
1828 }
1829 .message-links a {
1830         padding: 3px 5px;
1831 }
1832
1833 .message-links-end {
1834         clear: both;
1835 }
1836
1837 #sidebar-group-list ul {
1838         list-style-type: none;
1839 }
1840
1841 #sidebar-group-list li {
1842         margin-top: 10px;
1843 }
1844
1845 #search-save {
1846         margin-left: 5px;
1847 }
1848 .groupsideedit {
1849         margin-right: 10px;
1850 }
1851 #saved-search-ul {
1852         list-style-type: none;
1853 }
1854 .savedsearchdrop, .savedsearchterm {
1855         float: left;
1856         margin-top: 10px;
1857 }
1858 .savedsearchterm {
1859         margin-left: 10px;
1860 }
1861
1862
1863 #side-follow-wrapper {
1864         margin-top: 20px;
1865 }
1866 #side-follow-url, #side-peoplefind-url {
1867         margin-top: 5px;
1868 }
1869 #side-follow-submit, #side-peoplefind-submit {
1870         margin-top: 15px;
1871 }
1872
1873 #side-match-link {
1874         margin-top: 10px;
1875 }
1876
1877 .widget {
1878         border: 1px solid #DDDDDD;
1879         padding: 8px;
1880         margin-top: 5px;
1881         -moz-border-radius:5px;
1882         -webkit-border-radius:5px;
1883         border-radius:5px;
1884
1885 }
1886
1887
1888 .photo-album-image-wrapper {
1889         float: left;
1890         margin-top: 15px;
1891         margin-right: 15px;
1892         width: 200px; height: 200px; 
1893         overflow: hidden; 
1894         position: relative;
1895 }
1896 .photo-album-image-wrapper .caption {
1897         display: none; 
1898         width: 100%;
1899         position: absolute; 
1900         bottom: 0px; 
1901         padding: 0.5em 0.5em 0px 0.5em;
1902         background-color: rgba(245, 245, 255, 0.8);
1903         border-bottom: 2px solid #CCC;
1904         margin: 0px;
1905 }
1906 .photo-album-image-wrapper a:hover .caption {
1907         display:block;
1908 }
1909
1910 #photo-album-end {
1911         clear: both;
1912 }
1913
1914 .photo-top-image-wrapper {
1915         position: relative;
1916         float: left;
1917         margin-top: 15px;
1918         margin-right: 15px;
1919         width: 200px; height: 200px; 
1920         overflow: hidden; 
1921 }
1922 .photo-top-album-name {
1923         width: 100%;
1924         min-height: 2em;
1925         position: absolute; 
1926         bottom: 0px; 
1927         padding: 0px 3px;
1928         padding-top: 0.5em;
1929         background-color: rgb(255, 255, 255);
1930 }
1931 #photo-top-end {
1932         clear: both;
1933 }
1934
1935 #photo-top-links {
1936         margin-bottom: 30px;
1937         margin-left: 30px;
1938 }
1939
1940 #photos-upload-newalbum-div {
1941         float: left;
1942         width: 175px;
1943 }
1944
1945 #photos-upload-noshare {
1946         margin-bottom: 10px;
1947 }
1948 #photos-upload-existing-album-text {
1949         float: left;
1950         width: 175px;
1951 }
1952 #photos-upload-newalbum {
1953         float: left;
1954 }
1955 #photos-upload-album-select {
1956         float: left;
1957 }
1958
1959 #photos-upload-spacer {
1960         margin-top: 25px;
1961 }
1962 #photos-upload-new-end, #photos-upload-exist-end {
1963         clear: both;
1964 }
1965 #photos-upload-exist-end {
1966         margin-bottom: 15px;
1967 }
1968 #photos-upload-submit {
1969         margin-top: 15px;
1970 }
1971
1972 #photos_upload_applet_wrapper {
1973         margin-bottom: 15px;
1974 }
1975
1976 #photos-upload-no-java-message {
1977         margin-bottom: 15px;
1978 }
1979
1980 #profile-jot-desc {
1981         /*float: left;*/
1982         width: 480px;
1983         color: #FF0000;
1984         margin-top: 10px;
1985         margin-bottom: 10px;
1986 }
1987
1988 #character-counter {
1989         float: right;
1990         font-size: 120%;
1991 }
1992
1993 #character-counter.grey {
1994         color: #888888;
1995 }
1996
1997 #character-counter.orange {
1998         color: orange;
1999 }
2000 #character-counter.red {
2001         color: red;
2002 }
2003
2004 #profile-jot-banner-end {
2005         /* clear: both; */ 
2006 }
2007
2008 #photos-upload-select-files-text {
2009         margin-top: 15px;
2010         margin-bottom: 15px;
2011 }
2012
2013 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2014         color: #8888FF;
2015         text-decoration: none;
2016         cursor: pointer;
2017 }
2018
2019 #photos-upload-perms-menu:hover {
2020         color: #0000FF;
2021         text-decoration: underline;
2022         cursor: pointer;
2023 }
2024 #settings-default-perms-menu {
2025         margin-top: 15px;
2026         margin-bottom: 15px;
2027 }
2028
2029 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2030         float: left;
2031         width: 150px;
2032 }
2033
2034 #photo-edit-perms-end {
2035         margin-bottom: 15px;
2036 }
2037
2038 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2039         float: left;
2040         margin-bottom: 25px;
2041 }
2042 #photo-edit-link-wrap {
2043         margin-bottom: 15px;
2044 }
2045 #photo-like-div {
2046         margin-bottom: 25px;
2047 }
2048
2049 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2050         clear: both;
2051 }
2052
2053 #photo-edit-delete-button {
2054         margin-left: 200px;
2055 }
2056 #photo-edit-end {
2057         margin-bottom: 35px;
2058 }
2059 #photo-caption {
2060         font-size: 110%;
2061         font-weight: bold;
2062         margin-top: 15px;
2063         margin-bottom: 15px;
2064 }
2065
2066 #in-this-photo-text {
2067         color: #0000FF;
2068         margin-left: 30px;
2069 }
2070
2071 #in-this-photo {
2072         margin-left: 60px;
2073         margin-top: 10px;
2074         margin-bottom: 20px;
2075 }
2076
2077 #photo-album-edit-submit, #photo-album-edit-drop {
2078         margin-top: 15px;
2079         margin-bottom: 15px;
2080 }
2081
2082 #photo-album-edit-drop {
2083         margin-left: 200px;
2084 }
2085
2086 .group-delete-wrapper {
2087         float: right;
2088         margin-right: 50px;
2089 }
2090
2091 #install-dbhost-label,
2092 #install-dbuser-label,
2093 #install-dbpass-label,
2094 #install-dbdata-label,
2095 #install-tz-desc {
2096        float: left;
2097        width: 250px;
2098        margin-top: 10px;
2099        margin-bottom: 10px;
2100
2101 }
2102
2103 #install-dbhost,
2104 #install-dbuser,
2105 #install-dbpass,
2106 #install-dbdata {
2107        float: left;
2108        width: 200px;
2109        margin-left: 20px;
2110 }
2111
2112 #install-dbhost-end,
2113 #install-dbuser-end,
2114 #install-dbpass-end,
2115 #install-dbdata-end,
2116 #install-tz-end {
2117        clear: both;
2118 }
2119
2120 #install-form select#timezone_select {
2121        float: left;
2122        margin-top: 18px;
2123        margin-left: 20px;
2124 }
2125
2126 #dfrn-request-networks {
2127         margin-bottom: 30px;
2128 }
2129
2130 #pause {
2131   position: fixed;
2132   bottom: 5px;
2133   right: 5px;
2134 }
2135
2136 .sparkle {
2137         cursor: url('lock.cur'), pointer;
2138 /*      cursor: pointer !important; */
2139 }
2140
2141 .contact-block-div {
2142         float: left;
2143         width: 52px;
2144         height: 52px;
2145 }
2146 .contact-block-textdiv {
2147         float: left;
2148         width: 150px;
2149         height: 34px;
2150 }
2151
2152 #contact-block-end {
2153         clear: both;
2154 }
2155 .contact-block-link {
2156         float: left;
2157 }
2158 .contact-block-img {
2159         width:48px;
2160         height:48px;
2161 }
2162
2163 #tag-remove {
2164         margin-bottom: 15px;
2165 }
2166
2167 #tagrm li {
2168         margin-bottom: 10px;
2169 }
2170
2171 #tagrm-submit, #tagrm-cancel {
2172         margin-top: 25px;
2173 }
2174
2175 #tagrm-cancel {
2176         margin-left: 15px;
2177 }
2178
2179 .wall-item-conv {
2180         margin-top: 5px;
2181         margin-bottom: 25px;
2182 }
2183
2184 #search-submit {
2185         margin-left: 15px;
2186 }
2187
2188 #search-box {
2189         margin-bottom: 25px;
2190 }
2191
2192 .location-label, .gender-label, .marital-label, .homepage-label {
2193         float: left;
2194         text-align: right;
2195         display: block;
2196         width: 65px;
2197 }
2198
2199 .adr, .x-gender, .marital-text, .homepage-url {
2200         float: left;
2201         display: block;
2202         margin-left: 8px;
2203 }
2204
2205 .profile-clear {
2206         clear: both;
2207 }
2208
2209
2210 .clear {
2211         clear: both;
2212 }
2213
2214 .cc-license {
2215         margin-top: 50px;
2216         font-size: 70%;
2217 }
2218
2219
2220 #plugin-settings-link, #account-settings-link {
2221         margin-bottom: 10px;
2222 }
2223
2224 #uexport-link {
2225         margin-bottom: 20px;
2226 }
2227
2228 /* end from default */
2229         
2230
2231 .fn {
2232         padding: 0px 0px 5px 0px;
2233         font-size: 120%;
2234         font-weight: bold;
2235 }
2236
2237 .vcard .title {
2238         margin-bottom: 5px;
2239 }
2240
2241 .vcard dl {
2242         clear: both;
2243 }
2244
2245 #birthday-title {
2246         float: left;
2247         font-weight: bold;      
2248 }
2249
2250 #birthday-adjust {
2251         float: left;
2252         font-size: 75%;
2253         margin-left: 10px;
2254 }
2255
2256 #birthday-title-end {
2257         clear: both;
2258 }
2259
2260 .birthday-list {
2261         margin-left: 15px;
2262 }
2263
2264 #birthday-wrapper {
2265         margin-bottom: 20px;
2266 }
2267
2268 #network-new-link {
2269         margin-top: 15px;
2270         margin-bottom: 15px;
2271 }
2272
2273
2274 .tool-wrapper {
2275   float: left;
2276   margin-left: 15px;
2277 }
2278
2279 .tool-link {
2280   cursor: pointer;
2281 }
2282
2283 .eventcal {
2284         float: left;
2285         font-size: 20px;
2286 }
2287
2288 .vevent {
2289         border: 1px solid #CCCCCC;
2290 }
2291 .vevent .event-description, .vevent .event-location {
2292         margin-left: 10px;
2293         margin-right: 10px;
2294 }
2295 .vevent .event-start {
2296         margin-left: 10px;
2297         margin-right: 10px;
2298 }
2299
2300 #new-event-link {
2301         margin-bottom: 10px;
2302 }
2303
2304 .edit-event-link, .plink-event-link {
2305         float: left;
2306         margin-top: 4px;
2307         margin-right: 4px;
2308         margin-bottom: 15px;
2309 }
2310
2311 .event-description:before {
2312         content: url('../../../images/calendar.png');
2313         margin-right: 15px;
2314 }
2315
2316 .event-start, .event-end {
2317         margin-left: 10px;
2318         width: 330px;
2319         clear: both;
2320 }
2321
2322 .event-start .dtstart, .event-end .dtend {
2323         float: right;
2324 }
2325
2326 .event-list-date {
2327         margin-bottom: 10px;
2328 }
2329
2330 .prevcal, .nextcal {
2331         float: left;
2332         margin-left: 32px;
2333         margin-right: 32px;
2334         margin-top: 64px;
2335 }
2336 .event-calendar-end {
2337         clear: both;
2338 }
2339
2340  
2341 .calendar {
2342         font-family: Courier, monospace;
2343 }
2344 .today {
2345         font-weight: bold;
2346         color: #FF0000;
2347 }
2348
2349 .settings-block {
2350         border: 1px solid #AAA;
2351         margin: 10px;
2352         padding: 10px;
2353 }
2354
2355 .app-title {
2356         margin: 10px;
2357 }
2358
2359 #identity-manage-desc {
2360         margin-top:15px;
2361         margin-bottom: 15px;
2362 }
2363
2364 #identity-manage-choose {
2365         margin-bottom: 15px;
2366 }
2367
2368 #identity-submit {
2369         margin-top: 20px;
2370 }
2371
2372 #photo-prev-link, #photo-next-link {
2373         padding: 10px;
2374         float: left;
2375 }
2376
2377 #photo-photo {
2378         float: left;
2379 }
2380
2381 #photo-photo-end {
2382         clear: both;
2383 }
2384
2385 .profile-match-photo {
2386         float: left;
2387         text-align: center;
2388         width: 120px;
2389 }
2390
2391 .profile-match-name {
2392         float: left;
2393         text-align: center;
2394         width: 120px;
2395         overflow: hidden;
2396 }
2397
2398 .profile-match-break,
2399 .profile-match-end {
2400         clear: both;
2401 }
2402
2403 .profile-match-wrapper {
2404         float: left;
2405         padding: 10px;
2406         width: 120px;
2407         height: 120px;
2408         scroll: auto;
2409 }
2410 #profile-match-wrapper-end {
2411         clear: both;
2412 }
2413 .side-link {
2414         margin-bottom: 15px;
2415 }
2416
2417 #language-selector {
2418         position: absolute;
2419         top: 0px;
2420         left: 16px;
2421 }
2422
2423 #group-members {
2424         margin-top: 20px;
2425         padding: 10px;
2426         height: 250px;
2427         overflow: auto;
2428         border: 1px solid #ddd;
2429 }
2430
2431 #group-members-end {
2432         clear: both;
2433 }
2434
2435 #group-separator {
2436         margin-top: 10px;
2437         margin-bottom: 10px;
2438 }
2439
2440 #group-all-contacts {
2441         padding: 10px;
2442         height: 450px;
2443         overflow: auto;
2444         border: 1px solid #ddd;
2445 }
2446
2447 #group-all-contacts-end {
2448         clear: both;
2449         margin-bottom: 10px;
2450 }
2451
2452 #group-edit-desc {
2453         margin-top: 15px;
2454 }
2455
2456
2457 #prof-members {
2458         margin-top: 20px;
2459         padding: 10px;
2460         height: 250px;
2461         overflow: auto;
2462         border: 1px solid #ddd;
2463 }
2464
2465 #prof-members-end {
2466         clear: both;
2467 }
2468
2469 #prof-separator {
2470         margin-top: 10px;
2471         margin-bottom: 10px;
2472 }
2473
2474 #prof-all-contacts {
2475         padding: 10px;
2476         height: 450px;
2477         overflow: auto;
2478         border: 1px solid #ddd;
2479 }
2480
2481 #prof-all-contacts-end {
2482         clear: both;
2483         margin-bottom: 10px;
2484 }
2485
2486 #prof-edit-desc {
2487         margin-top: 15px;
2488 }
2489
2490 #crepair-nick-label,
2491 #crepair-attag-label,
2492 #crepair-url-label,
2493 #crepair-request-label,
2494 #crepair-confirm-label,
2495 #crepair-notify-label,
2496 #crepair-photo-label,
2497 #crepair-poll-label {
2498         float: left;
2499         width: 200px;
2500         margin-bottom: 15px;
2501 }
2502
2503 #crepair-nick,
2504 #crepair-attag,
2505 #crepair-url,
2506 #crepair-request,
2507 #crepair-confirm,
2508 #crepair-notify,
2509 #crepair-photo,
2510 #crepair-poll {
2511         float: left;
2512         width: 300px;
2513 }
2514
2515 #contact-edit-links .icon, #contact-drop-links .icon {
2516         margin: 0px 3px 0px 3px;
2517 }
2518
2519
2520 #netsearch-box {
2521         margin-top: 20px;       
2522 }
2523
2524 #netsearch-box #search-submit {
2525         margin: 5px 0px 0px 0px;
2526 }
2527
2528 .required {
2529         color: #FF0000;
2530 }
2531
2532 #event-start-text, #event-finish-text {
2533         margin-top: 10px;
2534         margin-bottom: 5px;
2535 }
2536
2537 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2538         float: left;
2539 }
2540 #event-datetime-break {
2541         margin-bottom: 10px;
2542 }
2543
2544 #event-nofinish-break, #event-adjust-break {
2545         clear: both;
2546 }
2547
2548 #event-desc-text, #event-location-text {
2549         margin-top: 10px;
2550         margin-bottom: 5px;
2551 }
2552 #event-submit {
2553         margin-top: 10px;
2554 }
2555
2556 .body-tag {
2557         opacity: 0.5;
2558         filter:alpha(opacity=50);
2559 }
2560
2561 .body-tag:hover {
2562         opacity: 1.0 !important;
2563         filter:alpha(opacity=100) !important;
2564 }
2565
2566 .item-select {
2567         opacity: 0.1;
2568         filter:alpha(opacity=10);
2569         float: right;
2570         margin-right: 10px;
2571
2572 }
2573 .item-select:hover, .checkeditem {
2574         opacity: 1;
2575         filter:alpha(opacity=100);
2576 }
2577
2578
2579 #item-delete-selected {
2580         margin-top: 30px;
2581 }
2582
2583 #item-delete-selected-end {
2584         clear: both;
2585 }
2586 #item-delete-selected-icon, #item-delete-selected-desc {
2587         float: left;
2588         margin-right: 5px;
2589 }
2590 #item-delete-selected-desc:hover {
2591         text-decoration: underline;
2592 }
2593
2594 #lang-select-icon {
2595         cursor: pointer;
2596         position: absolute;
2597         left: 0px;
2598         top: 0px;
2599         opacity: 0.2;
2600         filter:alpha(opacity=20);
2601 }
2602
2603 #lang-select-icon:hover {
2604         opacity: 1;
2605         filter:alpha(opacity=100);
2606 }
2607
2608 .notif-image {
2609         height: 80px;
2610         width: 80px;
2611         margin-right: 15px;
2612 }
2613 .notification-listing-end {
2614         clear: both;
2615         margin-bottom: 15px;
2616 }
2617
2618
2619
2620 /**
2621  * Plugins settings
2622  */
2623
2624 .settings-block > h3,
2625 .settings-heading {
2626         border-bottom: 1px solid #babdb6;
2627 }
2628  
2629
2630 /**
2631  * Form fields
2632  */
2633 .field {
2634         margin-bottom: 10px;
2635         padding-bottom: 10px;
2636         overflow: auto;
2637         width: 100%
2638 }
2639
2640 .field label {
2641         float: left;
2642         width: 200px;
2643 }
2644
2645 .field input,
2646 .field textarea {
2647         width: 400px;
2648 }
2649 .field textarea { height: 100px; }
2650 .field_help {
2651         display: block;
2652         margin-left: 200px;
2653         color: #666666;
2654         
2655 }
2656
2657
2658 .field .onoff {
2659         float: left;
2660         width: 80px;
2661 }
2662 .field .onoff a {
2663         display: block;
2664         border:1px solid #666666;
2665         background-image:url("../../../images/onoff.jpg");
2666         background-repeat: no-repeat;
2667         padding: 4px 2px 2px 2px;
2668         height: 16px;
2669         text-decoration: none;
2670 }
2671 .field .onoff .off {
2672         border-color:#666666;
2673         padding-left: 40px;
2674         background-position: left center;
2675         background-color: #cccccc;
2676         color: #666666;
2677         text-align: right;
2678 }
2679 .field .onoff .on {
2680         border-color:#204A87;
2681         padding-right: 40px;
2682         background-position: right center;
2683         background-color: #D7E3F1;
2684         color: #204A87;
2685         text-align: left;
2686 }
2687 .hidden { display: none!important; }
2688
2689 .field.radio .field_help { margin-left: 0px; }
2690
2691 /**
2692  * ADMIN
2693  */
2694 #pending-update {
2695         float:right;
2696         color: #ffffff;
2697         font-weight: bold;
2698         background-color: #FF0000;
2699         padding: 0em 0.3em;
2700         
2701 }
2702 #adminpage dl {
2703         clear: left;
2704         margin-bottom: 2px;
2705         padding-bottom: 2px;
2706         border-bottom: 1px solid black;
2707 }
2708 #adminpage dt {
2709         width: 200px;
2710         float: left;
2711         font-weight: bold;
2712 }
2713 #adminpage dd {
2714         margin-left: 200px;
2715 }
2716
2717 #adminpage h3 {
2718         border-bottom: 1px solid #cccccc;
2719 }
2720 #adminpage .field label {
2721         font-weight: bold;
2722 }
2723 #adminpage .submit {
2724         clear:left;
2725         text-align: right;
2726 }
2727
2728 #adminpage #pluginslist {
2729         margin: 0px; padding: 0px;
2730 }
2731 #adminpage .plugin {
2732         list-style: none;
2733         display: block;
2734         border: 1px solid #888888;
2735         padding: 1em;
2736         margin-bottom: 5px;
2737         clear: left;
2738 }
2739 #adminpage .plugin .desc { margin-left: 2.5em;}
2740 #adminpage .toggleplugin {
2741         float:left;
2742         margin-right: 1em;
2743 }
2744
2745 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2746 #adminpage table th { text-align: left;}
2747 #adminpage td .icon { float: left;}
2748 #adminpage table#users img { width: 16px; height: 16px; }
2749 #adminpage table tr:hover { background-color: #bbc7d7; }
2750 #adminpage .selectall { text-align: right; }
2751
2752 /*
2753  * UPDATE
2754  */
2755 .popup {        
2756         width: 100%; height: 100%;
2757         top:0px; left:0px;
2758         position: absolute;
2759         display: none;
2760 }
2761
2762 .popup .background {
2763         background-color: rgba(0,0,0,128);
2764         opacity: 0.5;
2765         width: 100%; height: 100%;
2766         position: absolute;
2767         top:0px; left:0px;
2768 }
2769 .popup .panel {
2770         top:25%;left:25%;width:50%;height:50%;
2771         padding: 1em;
2772         position: absolute;
2773         border: 4px solid #000000;
2774         background-color: #FFFFFF;
2775 }
2776 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2777 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2778 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2779 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2780 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2781
2782 /**
2783  * OAuth
2784  */
2785 .oauthapp {
2786         height: auto; overflow: auto;
2787         border-bottom: 2px solid #cccccc;
2788         padding-bottom: 1em;
2789         margin-bottom: 1em;     
2790 }
2791 .oauthapp img {
2792         float: left;
2793         width: 48px; height: 48px;
2794         margin: 10px;
2795 }
2796 .oauthapp img.noicon {
2797         background-image: url("../../../images/icons/48/plugin.png");
2798         background-position: center center;
2799         background-repeat: no-repeat;
2800 }
2801 .oauthapp a {
2802         float: left;
2803 }
2804
2805 /**
2806  * ICONS
2807  */
2808 .icon {
2809         display: block; width: 16px; height: 16px;
2810         background-image: url('../../../images/icons.png');
2811 }
2812 .article { background-position: 0px 0px;}
2813 .audio { background-position: -16px 0px;}
2814 .block { background-position: -32px 0px;}
2815 .drop { background-position: -48px 0px;}
2816 .drophide { background-position: -64px 0px;}
2817 .edit { background-position: -80px 0px;}
2818 .camera { background-position: -96px 0px;}
2819 .dislike { background-position: -112px 0px;}
2820 .like { background-position: -128px 0px;}
2821 .link { background-position: -144px 0px;}
2822
2823 .globe { background-position: 0px -16px;}
2824 .noglobe { background-position: -16px -16px;}
2825 .no { background-position: -32px -16px;}
2826 .pause { background-position: -48px -16px;}
2827 .play { background-position: -64px -16px;}
2828 .pencil { background-position: -80px -16px;}
2829 .small-pencil { background-position: -96px -16px;}
2830 .recycle { background-position: -112px -16px;}
2831 .remote-link { background-position: -128px -16px;}
2832 .share { background-position: -144px -16px;}
2833
2834 .tools { background-position: 0px -32px;}
2835 .lock { background-position: -16px -32px;}
2836 .unlock { background-position: -32px -32px;}
2837 .video { background-position: -48px -32px;}
2838 .youtube { background-position: -64px -32px;}
2839 .attach { background-position: -80px -32px; }
2840 .language { background-position: -96px -32px; }
2841 .prev { background-position: -112px -32px; }
2842 .next { background-position: -128px -32px; }
2843 .on { background-position: -144px -32px; }
2844
2845 .off { background-position: 0px -48px; }
2846 .starred { background-position: -16px -48px; }
2847 .unstarred { background-position: -32px -48px; }
2848 .tagged { background-position: -48px -48px; }
2849
2850
2851 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2852
2853 .attachtype {
2854         display: block; width: 20px; height: 23px;
2855         float: left;
2856         background-image: url('../../../images/content-types.png');
2857 }
2858
2859 .body-attach {
2860         margin-top: 10px;
2861 }
2862
2863 .type-video { background-position: 0px 0px; }
2864 .type-image { background-position: -20px 0px; }
2865 .type-audio { background-position: -40px 0px; }
2866 .type-text  { background-position: -60px 0px; }
2867 .type-unkn  { background-position: -80px 0px; }
2868
2869
2870 /* autocomplete popup */
2871 .acpopup {
2872         max-height:150px;
2873         background-color:#ffffff;
2874         overflow:auto;
2875         z-index:100000;
2876         border:1px solid #cccccc;
2877 }
2878 .acpopupitem {
2879         background-color:#ffffff; padding: 4px;
2880         clear:left;
2881 }
2882 .acpopupitem img {
2883         float: left;
2884         margin-right: 4px;
2885 }
2886
2887 .acpopupitem.selected {
2888         color: #FFFFFF; background: #3465A4;
2889 }