]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
e0f0c6d2bf85daf94b25248823422a3a217e5cba
[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: 10px;
1400 }
1401
1402 #contact-edit-banner-name {
1403         font-size: 1.4em;
1404         font-weight: bold;
1405 }
1406
1407 #contact-edit-nettype {
1408         margin-top: 5px;
1409         margin-left: 30px;
1410 }
1411
1412
1413 #contact-edit-poll-wrapper {
1414         margin-left: 50px;
1415         margin-top: 30px;
1416 }
1417 #contact-edit-poll-text {
1418         margin-top: 15px;
1419         margin-bottom: 5px;
1420 }
1421
1422 #contact-edit-update-now {
1423         margin-top: 15px;
1424 }
1425
1426 #contact-edit-photo-wrapper {
1427         margin-bottom: 20px;
1428 }
1429
1430 #contact-edit-links{
1431         clear: both;
1432 }
1433
1434 #contact-edit-drop-link {
1435         float: right;
1436         margin-right: 20px;
1437 }
1438
1439 /*
1440 #contact-edit-drop-link img {
1441         margin-left: 20px;
1442         border: none;
1443 }
1444 */
1445
1446 #contact-edit-nav-end {
1447         clear: both;
1448 }
1449
1450 #contact-edit-direction-icon {
1451         float: left;
1452         margin-top: 70px;
1453         margin-right: 2px;
1454 }
1455
1456 #contact-edit-photo {
1457         float: left;
1458 }
1459
1460 #contact-edit-photo-end {
1461         clear: both;
1462 }
1463
1464 #contact-edit-photo-wrapper {
1465         float: left;
1466 }
1467
1468 #contact-edit-wrapper {
1469         width: 100%;
1470 }
1471 #contact-edit-nav-wrapper {
1472 /*      width: 450px; */
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-edit-submit {
1486         margin-top: 20px;
1487         /*margin-left: 50px;*/
1488 }
1489
1490
1491 .contact-photo-menu-button {
1492         position: absolute;
1493         background-image: url("photo-menu.jpg");
1494         background-position: top left; 
1495         background-repeat: no-repeat;
1496         margin: 0px; padding: 0px;
1497         width: 16px;
1498         height: 16px;
1499         top: 64px; left:0px;
1500         overflow: hidden;
1501         text-indent: 40px;
1502         display: none;
1503         
1504 }
1505 .contact-photo-menu {
1506         width: auto;
1507         border: 2px solid #444444;
1508         background: #FFFFFF;
1509         position: absolute;
1510         left: 0px; top: 90px;
1511         display: none;
1512         z-index: 10000;
1513 }
1514 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1515 .contact-photo-menu li a { display: block; padding: 2px; }
1516 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1517
1518
1519 #block-message, #ignore-message {
1520         margin-top: 20px;
1521         color: #FF0000;
1522         font-size: 1.1em;
1523         border: 1px solid #FF8888;
1524         background-color: #FFEEEE;
1525         padding: 10px;
1526 }
1527
1528 #profile-edit-insecure {
1529         margin-top: 20px;
1530         color: #FF0000;
1531         font-size: 1.1em;
1532         border: 1px solid #FF8888;
1533         background-color: #FFEEEE;
1534         padding-left: 5px;
1535         /*: 3px 3px 3px 5px; */
1536         width: 587px;
1537 }
1538
1539 #block-message, #ignore-message {
1540         width: 180px;
1541 }
1542
1543 #profile-jot-text {
1544         height: 20px;
1545         color:#cccccc;
1546         border: 1px solid #cccccc;
1547         padding: 3px 0px 0px 5px;
1548 }
1549
1550
1551 /** acl **/
1552 #photo-edit-perms-select,
1553 #photos-upload-permissions-wrapper,
1554 #profile-jot-acl-wrapper{
1555         display:block!important;
1556 }
1557
1558
1559
1560 #acl-wrapper {
1561         width: 690px;
1562         float:left;
1563 }
1564 #acl-search {
1565         float:right;
1566         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1567         padding-right:20px;
1568 }
1569 #acl-showall {
1570         float: left;
1571         display: block;
1572         width: auto;
1573         height: 18px;
1574         background-color: #cccccc;
1575         background-image: url("../../../images/show_all_off.png");
1576         background-position: 7px 7px;
1577         background-repeat: no-repeat;
1578         padding: 7px 5px 0px 30px;
1579         -webkit-border-radius: 5px ;
1580         -moz-border-radius: 5px;
1581         border-radius: 5px;
1582         color: #999999;
1583 }
1584 #acl-showall.selected {
1585         color: #000000;
1586         background-color: #ff9900;
1587         background-image: url("../../../images/show_all_on.png");
1588 }
1589
1590 #acl-list {
1591         height: 210px;
1592         border: 1px solid #cccccc;
1593         clear: both;
1594         margin-top: 30px;
1595         overflow: auto;
1596 }
1597 #acl-list-content {
1598         
1599 }
1600 .acl-list-item {
1601         display: block;
1602         width: 150px;
1603         height: 30px;
1604         border: 1px solid #cccccc;
1605         margin: 5px;
1606         float: left;
1607 }
1608 .acl-list-item img{
1609         width:22px;
1610         height: 22px;
1611         float: left;
1612         margin: 4px;
1613 }
1614 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1615 .acl-list-item a { 
1616         font-size: 8px;
1617         display: block;
1618         width: 40px;
1619         height: 10px;
1620         float: left;
1621         color: #999999;
1622         background-color: #cccccc;
1623         background-position: 3px 3px;
1624         background-repeat: no-repeat;
1625         margin-right: 5px;
1626         -webkit-border-radius: 2px ;
1627         -moz-border-radius: 2px;
1628         border-radius: 2px;
1629         padding-left: 15px;
1630 }
1631 #acl-wrapper a:hover {
1632         text-decoration: none;
1633         color:#000000;
1634 }
1635 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1636 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1637
1638 .acl-button-show.selected {
1639         color: #000000;
1640         background-color: #9ade00;
1641         background-image: url("../../../images/show_on.png");
1642 }
1643 .acl-button-hide.selected {
1644         color: #000000;
1645         background-color: #ff4141;
1646         background-image: url("../../../images/hide_on.png");
1647 }
1648 .acl-list-item.groupshow { border-color: #9ade00; }
1649 .acl-list-item.grouphide { border-color: #ff4141; }
1650 /** /acl **/
1651
1652
1653 .comment-edit-text-empty {
1654         color: gray;
1655         height: 30px;
1656         width: 175px;
1657         overflow: auto;
1658         margin-bottom: 10px;
1659 }
1660
1661 .comment-edit-text-full {
1662         color: black;
1663         height: 150px;
1664         width: 350px;
1665         overflow: auto;
1666 }
1667
1668 #group-new-submit-wrapper {
1669         margin-top: 30px;
1670 }
1671
1672 #group-edit-name-label {
1673         float: left;
1674         width: 175px;
1675         margin-top: 20px;
1676         margin-bottom: 20px;
1677 }
1678
1679 #group-edit-name {
1680         float: left;
1681         width: 225px;
1682         margin-top: 20px;
1683         margin-bottom: 20px;
1684 }
1685
1686 #group-edit-name-wrapper {
1687
1688
1689 }
1690
1691
1692 #group_members_select_label {
1693         display: block;
1694         float: left;
1695         width: 175px;
1696 }
1697
1698 .group_members_select {
1699         float: left;
1700         width: 230px;
1701         overflow: auto;
1702 }
1703
1704 #group_members_select_end {
1705         clear: both;
1706 }
1707 #group-edit-name-end {
1708         clear: both;
1709 }
1710
1711 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1712         margin-bottom: 10px;
1713         margin-top: 20px;
1714 }
1715
1716 #prvmail-submit {
1717         float: left;
1718         margin-top: 10px;
1719         margin-right: 30px;
1720 }
1721 #prvmail-upload-wrapper,
1722 #prvmail-link-wrapper,
1723 #prvmail-rotator-wrapper {
1724         float: left;
1725         margin-top: 10px;
1726         margin-right: 10px;
1727         width: 24px;
1728 }
1729
1730 #prvmail-end {
1731         clear: both;
1732 }
1733
1734 .mail-list-sender,
1735 .mail-list-detail {
1736         float: left;
1737 }
1738 .mail-list-detail {
1739         margin-left: 20px;
1740 }
1741
1742 .mail-list-subject {
1743         font-size: 1.1em;
1744         margin-top: 10px;
1745 }
1746 a.mail-list-link {
1747     display: block;
1748     font-size: 1.3em;
1749     padding: 4px 0;
1750 }
1751
1752 /*
1753 *a.mail-list-link:hover {
1754 *       background-color: #15607B;
1755 *       color: #F5F6FB;
1756 *}
1757 */
1758
1759 .mail-list-outside-wrapper-end {
1760         clear: both;
1761 }
1762
1763 .mail-list-outside-wrapper {
1764         margin-top: 30px;
1765 }
1766
1767 .mail-list-delete-wrapper {
1768         float: right;
1769         margin-right: 30px;
1770         margin-top: 15px;
1771 }
1772
1773 .mail-list-delete-icon {
1774         border: none;
1775 }
1776
1777 .mail-conv-sender,
1778 .mail-conv-detail {
1779         float: left;
1780 }
1781 .mail-conv-detail {
1782         margin-left: 20px;
1783         width: 500px;
1784 }
1785
1786 .mail-conv-subject {
1787     font-size: 1.4em;
1788     margin: 10px 0;
1789 }
1790
1791 .mail-conv-outside-wrapper-end {
1792         clear: both;
1793 }
1794
1795 .mail-conv-outside-wrapper {
1796         margin-top: 30px;
1797 }
1798
1799 .mail-conv-delete-wrapper {
1800         float: right;
1801         margin-right: 30px;
1802         margin-top: 15px;
1803 }
1804 .mail-conv-break {
1805         clear: both;
1806 }
1807
1808 .mail-conv-delete-icon {
1809         border: none;
1810 }
1811
1812 .message-links ul {
1813         list-style-type: none;
1814         padding: 0px;
1815 }
1816
1817 .message-links li {
1818         margin-top: 10px;
1819         float: left;
1820 }
1821 .message-links a {
1822         padding: 3px 5px;
1823 }
1824
1825 .message-links-end {
1826         clear: both;
1827 }
1828
1829 #sidebar-group-list ul {
1830         list-style-type: none;
1831 }
1832
1833 #sidebar-group-list li {
1834         margin-top: 10px;
1835 }
1836
1837 #search-save {
1838         margin-left: 5px;
1839 }
1840 .groupsideedit {
1841         margin-right: 10px;
1842 }
1843 #saved-search-ul {
1844         list-style-type: none;
1845 }
1846 .savedsearchdrop, .savedsearchterm {
1847         float: left;
1848         margin-top: 10px;
1849 }
1850 .savedsearchterm {
1851         margin-left: 10px;
1852 }
1853
1854
1855 #side-follow-wrapper {
1856         margin-top: 20px;
1857 }
1858 #side-follow-url, #side-peoplefind-url {
1859         margin-top: 5px;
1860 }
1861 #side-follow-submit, #side-peoplefind-submit {
1862         margin-top: 15px;
1863 }
1864
1865 #side-match-link {
1866         margin-top: 10px;
1867 }
1868
1869 .widget {
1870         border: 1px solid #DDDDDD;
1871         padding: 8px;
1872         margin-top: 5px;
1873         -moz-border-radius:5px;
1874         -webkit-border-radius:5px;
1875         border-radius:5px;
1876
1877 }
1878
1879
1880 .photo-album-image-wrapper {
1881         float: left;
1882         margin-top: 15px;
1883         margin-right: 15px;
1884         width: 200px; height: 200px; 
1885         overflow: hidden; 
1886         position: relative;
1887 }
1888 .photo-album-image-wrapper .caption {
1889         display: none; 
1890         width: 100%;
1891         position: absolute; 
1892         bottom: 0px; 
1893         padding: 0.5em 0.5em 0px 0.5em;
1894         background-color: rgba(245, 245, 255, 0.8);
1895         border-bottom: 2px solid #CCC;
1896         margin: 0px;
1897 }
1898 .photo-album-image-wrapper a:hover .caption {
1899         display:block;
1900 }
1901
1902 #photo-album-end {
1903         clear: both;
1904 }
1905
1906 .photo-top-image-wrapper {
1907         position: relative;
1908         float: left;
1909         margin-top: 15px;
1910         margin-right: 15px;
1911         width: 200px; height: 200px; 
1912         overflow: hidden; 
1913 }
1914 .photo-top-album-name {
1915         width: 100%;
1916         min-height: 2em;
1917         position: absolute; 
1918         bottom: 0px; 
1919         padding: 0px 3px;
1920         padding-top: 0.5em;
1921         background-color: rgb(255, 255, 255);
1922 }
1923 #photo-top-end {
1924         clear: both;
1925 }
1926
1927 #photo-top-links {
1928         margin-bottom: 30px;
1929         margin-left: 30px;
1930 }
1931
1932 #photos-upload-newalbum-div {
1933         float: left;
1934         width: 175px;
1935 }
1936
1937 #photos-upload-noshare {
1938         margin-bottom: 10px;
1939 }
1940 #photos-upload-existing-album-text {
1941         float: left;
1942         width: 175px;
1943 }
1944 #photos-upload-newalbum {
1945         float: left;
1946 }
1947 #photos-upload-album-select {
1948         float: left;
1949 }
1950
1951 #photos-upload-spacer {
1952         margin-top: 25px;
1953 }
1954 #photos-upload-new-end, #photos-upload-exist-end {
1955         clear: both;
1956 }
1957 #photos-upload-exist-end {
1958         margin-bottom: 15px;
1959 }
1960 #photos-upload-submit {
1961         margin-top: 15px;
1962 }
1963
1964 #photos_upload_applet_wrapper {
1965         margin-bottom: 15px;
1966 }
1967
1968 #photos-upload-no-java-message {
1969         margin-bottom: 15px;
1970 }
1971
1972 #profile-jot-desc {
1973         /*float: left;*/
1974         width: 480px;
1975         color: #FF0000;
1976         margin-top: 10px;
1977         margin-bottom: 10px;
1978 }
1979
1980 #character-counter {
1981         float: right;
1982         font-size: 120%;
1983 }
1984
1985 #character-counter.grey {
1986         color: #888888;
1987 }
1988
1989 #character-counter.orange {
1990         color: orange;
1991 }
1992 #character-counter.red {
1993         color: red;
1994 }
1995
1996 #profile-jot-banner-end {
1997         /* clear: both; */ 
1998 }
1999
2000 #photos-upload-select-files-text {
2001         margin-top: 15px;
2002         margin-bottom: 15px;
2003 }
2004
2005 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2006         color: #8888FF;
2007         text-decoration: none;
2008         cursor: pointer;
2009 }
2010
2011 #photos-upload-perms-menu:hover {
2012         color: #0000FF;
2013         text-decoration: underline;
2014         cursor: pointer;
2015 }
2016 #settings-default-perms-menu {
2017         margin-top: 15px;
2018         margin-bottom: 15px;
2019 }
2020
2021 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2022         float: left;
2023         width: 150px;
2024 }
2025
2026 #photo-edit-perms-end {
2027         margin-bottom: 15px;
2028 }
2029
2030 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2031         float: left;
2032         margin-bottom: 25px;
2033 }
2034 #photo-edit-link-wrap {
2035         margin-bottom: 15px;
2036 }
2037 #photo-like-div {
2038         margin-bottom: 25px;
2039 }
2040
2041 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2042         clear: both;
2043 }
2044
2045 #photo-edit-delete-button {
2046         margin-left: 200px;
2047 }
2048 #photo-edit-end {
2049         margin-bottom: 35px;
2050 }
2051 #photo-caption {
2052         font-size: 110%;
2053         font-weight: bold;
2054         margin-top: 15px;
2055         margin-bottom: 15px;
2056 }
2057
2058 #in-this-photo-text {
2059         color: #0000FF;
2060         margin-left: 30px;
2061 }
2062
2063 #in-this-photo {
2064         margin-left: 60px;
2065         margin-top: 10px;
2066         margin-bottom: 20px;
2067 }
2068
2069 #photo-album-edit-submit, #photo-album-edit-drop {
2070         margin-top: 15px;
2071         margin-bottom: 15px;
2072 }
2073
2074 #photo-album-edit-drop {
2075         margin-left: 200px;
2076 }
2077
2078 .group-delete-wrapper {
2079         float: right;
2080         margin-right: 50px;
2081 }
2082
2083 #install-dbhost-label,
2084 #install-dbuser-label,
2085 #install-dbpass-label,
2086 #install-dbdata-label,
2087 #install-tz-desc {
2088        float: left;
2089        width: 250px;
2090        margin-top: 10px;
2091        margin-bottom: 10px;
2092
2093 }
2094
2095 #install-dbhost,
2096 #install-dbuser,
2097 #install-dbpass,
2098 #install-dbdata {
2099        float: left;
2100        width: 200px;
2101        margin-left: 20px;
2102 }
2103
2104 #install-dbhost-end,
2105 #install-dbuser-end,
2106 #install-dbpass-end,
2107 #install-dbdata-end,
2108 #install-tz-end {
2109        clear: both;
2110 }
2111
2112 #install-form select#timezone_select {
2113        float: left;
2114        margin-top: 18px;
2115        margin-left: 20px;
2116 }
2117
2118 #dfrn-request-networks {
2119         margin-bottom: 30px;
2120 }
2121
2122 #pause {
2123   position: fixed;
2124   bottom: 5px;
2125   right: 5px;
2126 }
2127
2128 .sparkle {
2129         cursor: url('lock.cur'), pointer;
2130 /*      cursor: pointer !important; */
2131 }
2132
2133 .contact-block-div {
2134         float: left;
2135         width: 52px;
2136         height: 52px;
2137 }
2138 .contact-block-textdiv {
2139         float: left;
2140         width: 150px;
2141         height: 34px;
2142 }
2143
2144 #contact-block-end {
2145         clear: both;
2146 }
2147 .contact-block-link {
2148         float: left;
2149 }
2150 .contact-block-img {
2151         width:48px;
2152         height:48px;
2153 }
2154
2155 #tag-remove {
2156         margin-bottom: 15px;
2157 }
2158
2159 #tagrm li {
2160         margin-bottom: 10px;
2161 }
2162
2163 #tagrm-submit, #tagrm-cancel {
2164         margin-top: 25px;
2165 }
2166
2167 #tagrm-cancel {
2168         margin-left: 15px;
2169 }
2170
2171 .wall-item-conv {
2172         margin-top: 5px;
2173         margin-bottom: 25px;
2174 }
2175
2176 #search-submit {
2177         margin-left: 15px;
2178 }
2179
2180 #search-box {
2181         margin-bottom: 25px;
2182 }
2183
2184 .location-label, .gender-label, .marital-label, .homepage-label {
2185         float: left;
2186         text-align: right;
2187         display: block;
2188         width: 65px;
2189 }
2190
2191 .adr, .x-gender, .marital-text, .homepage-url {
2192         float: left;
2193         display: block;
2194         margin-left: 8px;
2195 }
2196
2197 .profile-clear {
2198         clear: both;
2199 }
2200
2201
2202 .clear {
2203         clear: both;
2204 }
2205
2206 .cc-license {
2207         margin-top: 50px;
2208         font-size: 70%;
2209 }
2210
2211
2212 #plugin-settings-link, #account-settings-link {
2213         margin-bottom: 10px;
2214 }
2215
2216 #uexport-link {
2217         margin-bottom: 20px;
2218 }
2219
2220 /* end from default */
2221         
2222
2223 .fn {
2224         padding: 0px 0px 5px 0px;
2225         font-size: 120%;
2226         font-weight: bold;
2227 }
2228
2229 .vcard .title {
2230         margin-bottom: 5px;
2231 }
2232
2233 .vcard dl {
2234         clear: both;
2235 }
2236
2237 #birthday-title {
2238         float: left;
2239         font-weight: bold;      
2240 }
2241
2242 #birthday-adjust {
2243         float: left;
2244         font-size: 75%;
2245         margin-left: 10px;
2246 }
2247
2248 #birthday-title-end {
2249         clear: both;
2250 }
2251
2252 .birthday-list {
2253         margin-left: 15px;
2254 }
2255
2256 #birthday-wrapper {
2257         margin-bottom: 20px;
2258 }
2259
2260 #network-new-link {
2261         margin-top: 15px;
2262         margin-bottom: 15px;
2263 }
2264
2265
2266 .tool-wrapper {
2267   float: left;
2268   margin-left: 15px;
2269 }
2270
2271 .tool-link {
2272   cursor: pointer;
2273 }
2274
2275 .eventcal {
2276         float: left;
2277         font-size: 20px;
2278 }
2279
2280 .vevent {
2281         border: 1px solid #CCCCCC;
2282 }
2283 .vevent .event-description, .vevent .event-location {
2284         margin-left: 10px;
2285         margin-right: 10px;
2286 }
2287 .vevent .event-start {
2288         margin-left: 10px;
2289         margin-right: 10px;
2290 }
2291
2292 #new-event-link {
2293         margin-bottom: 10px;
2294 }
2295
2296 .edit-event-link, .plink-event-link {
2297         float: left;
2298         margin-top: 4px;
2299         margin-right: 4px;
2300         margin-bottom: 15px;
2301 }
2302
2303 .event-description:before {
2304         content: url('../../../images/calendar.png');
2305         margin-right: 15px;
2306 }
2307
2308 .event-start, .event-end {
2309         margin-left: 10px;
2310         width: 330px;
2311         clear: both;
2312 }
2313
2314 .event-start .dtstart, .event-end .dtend {
2315         float: right;
2316 }
2317
2318 .event-list-date {
2319         margin-bottom: 10px;
2320 }
2321
2322 .prevcal, .nextcal {
2323         float: left;
2324         margin-left: 32px;
2325         margin-right: 32px;
2326         margin-top: 64px;
2327 }
2328 .event-calendar-end {
2329         clear: both;
2330 }
2331
2332  
2333 .calendar {
2334         font-family: Courier, monospace;
2335 }
2336 .today {
2337         font-weight: bold;
2338         color: #FF0000;
2339 }
2340
2341 .settings-block {
2342         border: 1px solid #AAA;
2343         margin: 10px;
2344         padding: 10px;
2345 }
2346
2347 .app-title {
2348         margin: 10px;
2349 }
2350
2351 #identity-manage-desc {
2352         margin-top:15px;
2353         margin-bottom: 15px;
2354 }
2355
2356 #identity-manage-choose {
2357         margin-bottom: 15px;
2358 }
2359
2360 #identity-submit {
2361         margin-top: 20px;
2362 }
2363
2364 #photo-prev-link, #photo-next-link {
2365         padding: 10px;
2366         float: left;
2367 }
2368
2369 #photo-photo {
2370         float: left;
2371 }
2372
2373 #photo-photo-end {
2374         clear: both;
2375 }
2376
2377 .profile-match-photo {
2378         float: left;
2379         text-align: center;
2380         width: 120px;
2381 }
2382
2383 .profile-match-name {
2384         float: left;
2385         text-align: center;
2386         width: 120px;
2387         overflow: hidden;
2388 }
2389
2390 .profile-match-break,
2391 .profile-match-end {
2392         clear: both;
2393 }
2394
2395 .profile-match-wrapper {
2396         float: left;
2397         padding: 10px;
2398         width: 120px;
2399         height: 120px;
2400         scroll: auto;
2401 }
2402 #profile-match-wrapper-end {
2403         clear: both;
2404 }
2405 .side-link {
2406         margin-bottom: 15px;
2407 }
2408
2409 #language-selector {
2410         position: absolute;
2411         top: 0px;
2412         left: 16px;
2413 }
2414
2415 #group-members {
2416         margin-top: 20px;
2417         padding: 10px;
2418         height: 250px;
2419         overflow: auto;
2420         border: 1px solid #ddd;
2421 }
2422
2423 #group-members-end {
2424         clear: both;
2425 }
2426
2427 #group-separator {
2428         margin-top: 10px;
2429         margin-bottom: 10px;
2430 }
2431
2432 #group-all-contacts {
2433         padding: 10px;
2434         height: 450px;
2435         overflow: auto;
2436         border: 1px solid #ddd;
2437 }
2438
2439 #group-all-contacts-end {
2440         clear: both;
2441         margin-bottom: 10px;
2442 }
2443
2444 #group-edit-desc {
2445         margin-top: 15px;
2446 }
2447
2448
2449 #prof-members {
2450         margin-top: 20px;
2451         padding: 10px;
2452         height: 250px;
2453         overflow: auto;
2454         border: 1px solid #ddd;
2455 }
2456
2457 #prof-members-end {
2458         clear: both;
2459 }
2460
2461 #prof-separator {
2462         margin-top: 10px;
2463         margin-bottom: 10px;
2464 }
2465
2466 #prof-all-contacts {
2467         padding: 10px;
2468         height: 450px;
2469         overflow: auto;
2470         border: 1px solid #ddd;
2471 }
2472
2473 #prof-all-contacts-end {
2474         clear: both;
2475         margin-bottom: 10px;
2476 }
2477
2478 #prof-edit-desc {
2479         margin-top: 15px;
2480 }
2481
2482 #crepair-nick-label,
2483 #crepair-attag-label,
2484 #crepair-url-label,
2485 #crepair-request-label,
2486 #crepair-confirm-label,
2487 #crepair-notify-label,
2488 #crepair-photo-label,
2489 #crepair-poll-label {
2490         float: left;
2491         width: 200px;
2492         margin-bottom: 15px;
2493 }
2494
2495 #crepair-nick,
2496 #crepair-attag,
2497 #crepair-url,
2498 #crepair-request,
2499 #crepair-confirm,
2500 #crepair-notify,
2501 #crepair-photo,
2502 #crepair-poll {
2503         float: left;
2504         width: 300px;
2505 }
2506
2507 #contact-edit-links .icon, #contact-drop-links .icon {
2508         margin: 0px 3px 0px 3px;
2509 }
2510
2511
2512 #netsearch-box {
2513         margin-top: 20px;       
2514 }
2515
2516 #netsearch-box #search-submit {
2517         margin: 5px 0px 0px 0px;
2518 }
2519
2520 .required {
2521         color: #FF0000;
2522 }
2523
2524 #event-start-text, #event-finish-text {
2525         margin-top: 10px;
2526         margin-bottom: 5px;
2527 }
2528
2529 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2530         float: left;
2531 }
2532 #event-datetime-break {
2533         margin-bottom: 10px;
2534 }
2535
2536 #event-nofinish-break, #event-adjust-break {
2537         clear: both;
2538 }
2539
2540 #event-desc-text, #event-location-text {
2541         margin-top: 10px;
2542         margin-bottom: 5px;
2543 }
2544 #event-submit {
2545         margin-top: 10px;
2546 }
2547
2548 .body-tag {
2549         opacity: 0.5;
2550         filter:alpha(opacity=50);
2551 }
2552
2553 .body-tag:hover {
2554         opacity: 1.0 !important;
2555         filter:alpha(opacity=100) !important;
2556 }
2557
2558 .item-select {
2559         opacity: 0.1;
2560         filter:alpha(opacity=10);
2561         float: right;
2562         margin-right: 10px;
2563
2564 }
2565 .item-select:hover, .checkeditem {
2566         opacity: 1;
2567         filter:alpha(opacity=100);
2568 }
2569
2570
2571 #item-delete-selected {
2572         margin-top: 30px;
2573 }
2574
2575 #item-delete-selected-end {
2576         clear: both;
2577 }
2578 #item-delete-selected-icon, #item-delete-selected-desc {
2579         float: left;
2580         margin-right: 5px;
2581 }
2582 #item-delete-selected-desc:hover {
2583         text-decoration: underline;
2584 }
2585
2586 #lang-select-icon {
2587         cursor: pointer;
2588         position: absolute;
2589         left: 0px;
2590         top: 0px;
2591         opacity: 0.2;
2592         filter:alpha(opacity=20);
2593 }
2594
2595 #lang-select-icon:hover {
2596         opacity: 1;
2597         filter:alpha(opacity=100);
2598 }
2599
2600 .notif-image {
2601         height: 80px;
2602         width: 80px;
2603         margin-right: 15px;
2604 }
2605 .notification-listing-end {
2606         clear: both;
2607         margin-bottom: 15px;
2608 }
2609
2610
2611
2612 /**
2613  * Plugins settings
2614  */
2615
2616 .settings-block > h3,
2617 .settings-heading {
2618         border-bottom: 1px solid #babdb6;
2619 }
2620  
2621
2622 /**
2623  * Form fields
2624  */
2625 .field {
2626         margin-bottom: 10px;
2627         padding-bottom: 10px;
2628         overflow: auto;
2629         width: 100%
2630 }
2631
2632 .field label {
2633         float: left;
2634         width: 200px;
2635 }
2636
2637 .field input,
2638 .field textarea {
2639         width: 400px;
2640 }
2641 .field textarea { height: 100px; }
2642 .field_help {
2643         display: block;
2644         margin-left: 200px;
2645         color: #666666;
2646         
2647 }
2648
2649
2650 .field .onoff {
2651         float: left;
2652         width: 80px;
2653 }
2654 .field .onoff a {
2655         display: block;
2656         border:1px solid #666666;
2657         background-image:url("../../../images/onoff.jpg");
2658         background-repeat: no-repeat;
2659         padding: 4px 2px 2px 2px;
2660         height: 16px;
2661         text-decoration: none;
2662 }
2663 .field .onoff .off {
2664         border-color:#666666;
2665         padding-left: 40px;
2666         background-position: left center;
2667         background-color: #cccccc;
2668         color: #666666;
2669         text-align: right;
2670 }
2671 .field .onoff .on {
2672         border-color:#204A87;
2673         padding-right: 40px;
2674         background-position: right center;
2675         background-color: #D7E3F1;
2676         color: #204A87;
2677         text-align: left;
2678 }
2679 .hidden { display: none!important; }
2680
2681 .field.radio .field_help { margin-left: 0px; }
2682
2683 /**
2684  * ADMIN
2685  */
2686 #pending-update {
2687         float:right;
2688         color: #ffffff;
2689         font-weight: bold;
2690         background-color: #FF0000;
2691         padding: 0em 0.3em;
2692         
2693 }
2694 #adminpage dl {
2695         clear: left;
2696         margin-bottom: 2px;
2697         padding-bottom: 2px;
2698         border-bottom: 1px solid black;
2699 }
2700 #adminpage dt {
2701         width: 200px;
2702         float: left;
2703         font-weight: bold;
2704 }
2705 #adminpage dd {
2706         margin-left: 200px;
2707 }
2708
2709 #adminpage h3 {
2710         border-bottom: 1px solid #cccccc;
2711 }
2712 #adminpage .field label {
2713         font-weight: bold;
2714 }
2715 #adminpage .submit {
2716         clear:left;
2717         text-align: right;
2718 }
2719
2720 #adminpage #pluginslist {
2721         margin: 0px; padding: 0px;
2722 }
2723 #adminpage .plugin {
2724         list-style: none;
2725         display: block;
2726         border: 1px solid #888888;
2727         padding: 1em;
2728         margin-bottom: 5px;
2729         clear: left;
2730 }
2731 #adminpage .plugin .desc { margin-left: 2.5em;}
2732 #adminpage .toggleplugin {
2733         float:left;
2734         margin-right: 1em;
2735 }
2736
2737 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2738 #adminpage table th { text-align: left;}
2739 #adminpage td .icon { float: left;}
2740 #adminpage table#users img { width: 16px; height: 16px; }
2741 #adminpage table tr:hover { background-color: #bbc7d7; }
2742 #adminpage .selectall { text-align: right; }
2743
2744 /*
2745  * UPDATE
2746  */
2747 .popup {        
2748         width: 100%; height: 100%;
2749         top:0px; left:0px;
2750         position: absolute;
2751         display: none;
2752 }
2753
2754 .popup .background {
2755         background-color: rgba(0,0,0,128);
2756         opacity: 0.5;
2757         width: 100%; height: 100%;
2758         position: absolute;
2759         top:0px; left:0px;
2760 }
2761 .popup .panel {
2762         top:25%;left:25%;width:50%;height:50%;
2763         padding: 1em;
2764         position: absolute;
2765         border: 4px solid #000000;
2766         background-color: #FFFFFF;
2767 }
2768 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2769 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2770 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2771 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2772 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2773
2774 /**
2775  * OAuth
2776  */
2777 .oauthapp {
2778         height: auto; overflow: auto;
2779         border-bottom: 2px solid #cccccc;
2780         padding-bottom: 1em;
2781         margin-bottom: 1em;     
2782 }
2783 .oauthapp img {
2784         float: left;
2785         width: 48px; height: 48px;
2786         margin: 10px;
2787 }
2788 .oauthapp img.noicon {
2789         background-image: url("../../../images/icons/48/plugin.png");
2790         background-position: center center;
2791         background-repeat: no-repeat;
2792 }
2793 .oauthapp a {
2794         float: left;
2795 }
2796
2797 /**
2798  * ICONS
2799  */
2800 .icon {
2801         display: block; width: 16px; height: 16px;
2802         background-image: url('../../../images/icons.png');
2803 }
2804 .article { background-position: 0px 0px;}
2805 .audio { background-position: -16px 0px;}
2806 .block { background-position: -32px 0px;}
2807 .drop { background-position: -48px 0px;}
2808 .drophide { background-position: -64px 0px;}
2809 .edit { background-position: -80px 0px;}
2810 .camera { background-position: -96px 0px;}
2811 .dislike { background-position: -112px 0px;}
2812 .like { background-position: -128px 0px;}
2813 .link { background-position: -144px 0px;}
2814
2815 .globe { background-position: 0px -16px;}
2816 .noglobe { background-position: -16px -16px;}
2817 .no { background-position: -32px -16px;}
2818 .pause { background-position: -48px -16px;}
2819 .play { background-position: -64px -16px;}
2820 .pencil { background-position: -80px -16px;}
2821 .small-pencil { background-position: -96px -16px;}
2822 .recycle { background-position: -112px -16px;}
2823 .remote-link { background-position: -128px -16px;}
2824 .share { background-position: -144px -16px;}
2825
2826 .tools { background-position: 0px -32px;}
2827 .lock { background-position: -16px -32px;}
2828 .unlock { background-position: -32px -32px;}
2829 .video { background-position: -48px -32px;}
2830 .youtube { background-position: -64px -32px;}
2831 .attach { background-position: -80px -32px; }
2832 .language { background-position: -96px -32px; }
2833 .prev { background-position: -112px -32px; }
2834 .next { background-position: -128px -32px; }
2835 .on { background-position: -144px -32px; }
2836
2837 .off { background-position: 0px -48px; }
2838 .starred { background-position: -16px -48px; }
2839 .unstarred { background-position: -32px -48px; }
2840 .tagged { background-position: -48px -48px; }
2841
2842
2843 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2844
2845 .attachtype {
2846         display: block; width: 20px; height: 23px;
2847         float: left;
2848         background-image: url('../../../images/content-types.png');
2849 }
2850
2851 .body-attach {
2852         margin-top: 10px;
2853 }
2854
2855 .type-video { background-position: 0px 0px; }
2856 .type-image { background-position: -20px 0px; }
2857 .type-audio { background-position: -40px 0px; }
2858 .type-text  { background-position: -60px 0px; }
2859 .type-unkn  { background-position: -80px 0px; }
2860
2861
2862 /* autocomplete popup */
2863 .acpopup {
2864         max-height:150px;
2865         background-color:#ffffff;
2866         overflow:auto;
2867         z-index:100000;
2868         border:1px solid #cccccc;
2869 }
2870 .acpopupitem {
2871         background-color:#ffffff; padding: 4px;
2872         clear:left;
2873 }
2874 .acpopupitem img {
2875         float: left;
2876         margin-right: 4px;
2877 }
2878
2879 .acpopupitem.selected {
2880         color: #FFFFFF; background: #3465A4;
2881 }