]> git.mxchange.org Git - friendica.git/blob - view/style.css
fixup of some nits with live update and remote comment display on profile page
[friendica.git] / view / style.css
1
2 body { 
3         background: #EEEEEE;
4         font-family: verdana, sans-serif;
5         font-size: 1.0em;
6         margin-left: 10px;
7 }
8
9 img.photo {
10         border: 1px solid #AAAAAA;
11         padding: 5px;
12         background: #FFFFFF;
13 }
14
15 aside {
16         position: absolute;
17         left: 0px;
18         top: 60px;
19         right: 250px;
20         width: 250px;
21         margin-left: 20px;
22         margin-right: 0px;
23         font-size: 0.9em;
24 }
25 section {
26         position: absolute;
27         left: 270px;
28         top: 60px;
29         margin-left: 20px;
30         margin-right: 20px;
31 }
32 h1 {
33         font-size: 1.6em;
34 }
35
36 nav {
37         position: absolute;
38         top: 0px;
39         height: 30px;
40         left: 0px;
41         right: 0px;
42         margin-top: 20px;
43 }
44
45 footer {
46         position: absolute;
47         left: 0px;
48         right: 0px;
49         bottom: 0px;
50         margin: 20px 20px 20px 20px;
51 }
52 .fn {
53         font-size: 1.4em;
54         margin-bottom: 10px;
55         line-height: 1.5;
56 }
57
58 .powered {
59         font-size: 0.6em;
60 }
61 .error-message {
62         color: #FF0000;
63         font-size: 1.1em;
64         border: 1px solid #FF8888;
65         background-color: #FFEEEE;
66         padding: 10px;
67 }
68 .nav-link {
69         float: right;
70         margin-left: 0px;
71         margin-right: 10px;
72         padding: 5px;
73         border: 1px solid black;
74         background: #DDDDFF;
75         font-size: 0.7em;
76         font-weight: bold;
77         
78 }
79
80 .nav-ajax-left {
81         margin-left: 1px;
82         float: left;
83         font-size: 0.6em;
84         font-weight: bold;
85         color: #FF0000;
86 }
87
88 .nav-ajax-right {
89         margin-left: 1px;
90         float: right;
91         font-size: 0.6em;
92         font-weight: bold;
93         color: #FF0000;
94 }
95
96 .nav-commlink {
97         float: left;
98         margin-left: 10px;
99         margin-right: 0px;
100         padding: 5px;
101         border: 1px solid black;
102         background: #DDDDFF;
103         font-size: 0.7em;
104         font-weight: bold;
105 }
106 #nav-end {
107         clear: both;
108 }
109
110 .login-extra-links {
111         font-size: 0.7em;
112 }
113
114 #profile-extra-links {
115         margin-top: 20px;
116         margin-bottom: 20px;
117         margin-left: 20px;
118         margin-right: 20px;
119 }
120
121 #label-register-name, #label-register-email, #label-register-nickname {
122         float: left;
123         width: 350px;
124         margin-top: 10px;
125 }
126
127 #register-name, #register-email, #register-nickname {
128         float: left;
129         margin-top: 10px;
130         width: 150px;
131 }
132
133 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end {
134         clear: both;
135 }
136 #register-nickname-desc {
137         margin-top: 30px;
138         width: 650px;
139 }
140 #register-sitename {
141         float: left;
142         margin-top: 10px;
143 }
144
145 #register-submit-button {
146         margin-top: 50px;
147         margin-left: 350px;
148 }
149
150 #label-login-name, #label-login-password, #login-extra-filler {
151         float: left;
152         width: 150px;
153         margin-bottom: 20px;
154 }
155
156
157 #login-name, #login-password {
158         float: left;
159         width: 150px;
160 }
161
162 #register-link, #lost-password-link {
163         float: left;
164         font-size: 0.7em;
165         margin-right: 15px;
166 }
167
168 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
169         clear: both;
170 }
171
172 #login-submit-button {
173         margin-top: 10px;
174         margin-left: 150px;
175 }
176
177 input#dfrn-url {
178         float: left;
179         background: url(dfrn.gif) no-repeat;
180         background-position: 2px center;
181         font-size: 17px;
182         padding-left: 21px;
183         height: 21px;
184         background-color: #FFFFFF;
185         color: #000000;
186         margin-bottom: 20px;
187 }
188
189 #dfrn-url-label {
190         float: left;
191         width: 250px;
192 }
193
194 #dfrn-request-url-end {
195         clear: both;
196 }
197
198 #knowyouyes, #knowyouno {
199         float: left;
200 }
201
202 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
203
204         float: none;
205 }
206 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
207         float: left;
208         width: 75px;
209         margin-left: 50px;
210         margin-bottom: 7px;
211 }
212 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
213         clear: both;
214
215 }
216
217 #dfrn-request-message-wrapper {
218         margin-bottom: 50px;
219 }
220 #dfrn-request-submit-wrapper {
221         clear: both;
222         margin-left: 50px;
223 }
224
225 #dfrn-request-info-wrapper {
226         margin-left: 50px;
227 }
228
229 #settings-nick-wrapper {
230         margin-bottom: 30px;
231 }
232
233 #settings-username-end, #settings-email-end, #settings-nick-end, #settings-timezone-end, #settings-password-end, #settings-confirm-end {
234         margin-bottom: 5px;
235         clear: both;
236 }
237
238 #settings-username-label, #settings-email-label, #settings-nick-label, #settings-timezone-label, #settings-password-label, #settings-confirm-label {
239         float: left;
240         width: 200px;
241 }
242
243 #settings-username, #settings-email, #settings-nick, #timezone-select, #settings-password, #settings-confirm {
244         float: left;
245         margin-bottom: 20px;
246 }
247
248 #settings-nick-desc {
249         width: 500px;
250 }
251
252 #settings-nick {
253         margin-bottom: 50px;
254 }
255
256 #cropimage-wrapper, #cropimage-preview-wrapper {
257         float: left;
258         padding: 30px;
259 }
260
261 #crop-image-form {
262         margin-top: 30px;
263         clear: both;
264 }
265
266 .intro-fullname {
267         font-size: 1.1em;
268         font-weight: bold;
269
270 }
271 .intro-desc {
272         margin-bottom: 20px;
273 }
274
275 .intro-note {
276         padding: 10px;
277 }
278
279 .intro-end {
280         padding: 30px;
281 }
282
283 .intro-approve-form, .intro-form {
284         float: left;
285 }
286 .intro-submit-approve, .intro-submit-ignore {
287         margin-right: 20px;
288 }
289 .intro-top {
290         width: 500px;
291         margin-bottom: 30px;
292 }
293 .intro-end {
294         clear: both;
295         margin-bottom: 30px;
296 }
297 #profile-edit-default-desc {
298         color: #FF0000;
299         border: 1px solid #FF8888;
300         background-color: #FFEEEE;
301         padding: 7px;
302
303
304 }
305 #profile-edit-clone-link-wrapper {
306         float: left;
307         margin-left: 50px;
308         margin-bottom: 20px;
309         width: 300px;
310 }
311
312 #profile-edit-drop-link-wrapper {
313         float: left;
314         
315 }
316
317 #profile-edit-links-end {
318         clear: both;
319 }
320 .profile-listing-photo {
321         border: none;
322 }
323
324 .profile-edit-submit-wrapper {
325         margin-top: 20px;
326         margin-bottom: 20px;
327 }
328
329 #profile-edit-profile-name-label,
330 #profile-edit-name-label,
331 #profile-edit-gender-label,
332 #profile-edit-dob-label,
333 #profile-edit-address-label,
334 #profile-edit-locality-label,
335 #profile-edit-region-label,
336 #profile-edit-postal-code-label,
337 #profile-edit-country-name-label,
338 #profile-edit-marital-label,
339 #profile-edit-sexual-label,
340 #profile-edit-politic-label,
341 #profile-edit-religion-label,
342 #profile-edit-homepage-label {
343         float: left;
344         width: 175px;
345 }
346
347 #profile-edit-profile-name,
348 #profile-edit-name,
349 #gender-select,
350 #profile-edit-dob,
351 #profile-edit-address,
352 #profile-edit-locality,
353 #profile-edit-region,
354 #profile-edit-postal-code,
355 #profile-edit-country-name,
356 #marital-select,
357 #sexual-select,
358 #profile-edit-politic,
359 #profile-edit-religion,
360 #profile-in-dir-yes,
361 #profile-in-dir-no,
362 #hide-friends-yes,
363 #hide-friends-no {
364         float: left;
365         margin-bottom: 20px;
366 }
367
368 #profile-in-dir-yes-label, 
369 #profile-in-dir-no-label,
370 #hide-friends-yes-label,
371 #hide-friends-no-label {
372         margin-left: 125px;
373         float: left;
374         width: 50px;
375 }
376
377 #profile-edit-homepage {
378         float: left;
379         margin-bottom: 35px;
380 }
381
382 #profile-edit-profile-name-end,
383 #profile-edit-name-end,
384 #profile-edit-gender-end,
385 #profile-edit-dob-end,
386 #profile-edit-address-end,
387 #profile-edit-locality-end,
388 #profile-edit-region-end,
389 #profile-edit-postal-code-end,
390 #profile-edit-country-name-end,
391 #profile-edit-marital-end,
392 #profile-edit-sexual-end,
393 #profile-edit-politic-end,
394 #profile-edit-religion-end,
395 #profile-edit-homepage-end,
396 #profile-in-dir-break, 
397 #profile-in-dir-end,
398 #hide-friends-break,
399 #hide-friends-end {
400         clear: both;
401 }
402
403
404
405
406
407 #gender-select, #marital-select, #sexual-select {
408         width: 220px;
409 }
410
411 #profile-edit-profile-name-wrapper .required {
412         color: #FF0000;
413         float: left;
414 }
415
416 #contacts-main {
417         margin-bottom: 20px;
418 }
419 .contact-entry-photo-wrapper {
420         float: left;
421 }
422 .contact-entry-direction-icon {
423         margin-top: 24px;
424         float: left;
425         margin-right: 2px;
426 }
427 .contact-entry-photo img {
428         border: none;
429 }
430 .contact-entry-photo-end {
431         clear: both;
432 }
433 .contact-entry-edit-links {
434         float: left;
435         margin-top: 10px;
436 }
437 .contact-entry-name {
438         float: left;
439 }
440 .contact-entry-nav-wrapper {
441         float: left;
442         margin-left: 10px;
443 }
444 .contact-entry-nav-end {
445         clear: both;
446 }
447 .contact-entry-break {
448         clear: both;
449 }
450 .contact-entry-edit-links img {
451         border: none;
452         margin-right: 15px;
453 }
454 .contact-entry-photo {
455         float: left;
456 }
457 .contact-entry-end {
458         clear: both;
459 }
460
461 .wall-item-outside-wrapper.comment {
462         margin-left: 50px;
463 }
464
465 .wall-item-photo-wrapper {
466         margin-top: 20px;
467         width: 100px;
468         float: left;
469 }
470 .wall-item-arrowphoto-wrapper {
471         margin-top: 40px;
472         margin-right: 20px;
473         float: left;
474 }
475 .wall-item-wrapper {
476         margin-top: 30px;
477         float: left;
478 }
479
480 .wall-item-ago {
481         color: #888888;
482         font-size: 0.8em;
483 }
484
485 .wall-item-delete-wrapper {
486         float: left;
487         margin-top: 10px;
488         margin-left: 50px;
489 }
490
491 .wall-item-delete-icon {
492         border: none;
493 }
494
495
496 .wall-item-wrapper-end {
497         clear: both;
498 }
499 .wall-item-name-link {
500         font-weight: bold;
501         text-decoration: none;
502         color: #3172BD;
503 }
504 .wall-item-photo {
505         border: none;
506 }
507 .wall-item-body {
508         float: left;
509         margin-top: 30px;
510         margin-left: 10px;
511 }
512
513 .comment-edit-wrapper {
514         margin-top: 15px;
515         margin-left: 100px;
516 }
517
518 .comment-wwedit-wrapper {
519         margin-top: 15px;
520         margin-left: 250px;
521 }
522
523
524 #profile-jot-submit-wrapper {
525         margin-top: 15px;
526 }
527
528 #profile-jot-submit {
529         float: left;
530 }
531 #profile-upload-wrapper {
532         float: left;
533         margin-left: 50px;
534 }
535
536 #profile-rotator {
537         float: left;
538         margin-left: 50px;
539 }
540 #profile-link-wrapper {
541         float: left;
542         margin-left: 20px;
543 }
544
545 #profile-jot-perms {
546         float: left;
547         margin-left: 250px;
548 }
549
550 #profile-jot-perms-end {
551         clear: both;
552 }
553
554 #profile-jot-end {
555         clear: both;
556         margin-bottom: 30px;
557 }
558 #about-jot-submit-wrapper {
559         margin-top: 15px;
560 }
561 #about-jot-end {
562         margin-bottom: 30px;
563 }
564 #contacts-main {
565         margin-bottom: 30px;
566 }
567
568 #profile-listing-desc {
569         margin-left: 30px;
570 }
571
572 #profile-listing-new-link-wrapper {
573         margin-left: 30px;
574         margin-bottom: 30px;
575 }
576 .profile-listing-photo-wrapper {
577         float: left;
578 }
579
580 .profile-listing-edit-buttons-wrapper {
581         clear: both;
582 }
583 .profile-listing-photo-edit-link {
584         float: left;
585         width: 125px;
586 }
587 .profile-listing-end {
588         clear: both;
589 }
590 .profile-listing-edit-buttons-wrapper img{
591         border: none;
592         margin-right: 20px;
593 }
594 .profile-listing {
595         margin-top: 25px;
596 }
597 .profile-listing-name {
598         float: left;
599         margin-left: 32px;
600         margin-top: 10px;
601         color: #3172BD;
602         font-weight: bold;
603         width: 200px;
604
605 }
606 .fortune {
607         margin-top: 50px;
608         color: #3172BD;
609         font-weight: bold;
610         margin-bottom: 20px;
611 }
612
613
614 .directory-end {
615         clear: both;
616 }
617 .directory-name {
618         text-align: center;
619 }
620 .directory-photo {
621         margin-left: 25px;
622 }
623 .directory-details {
624         font-size: 0.7em;
625         text-align: center;
626         margin-left: 5px;
627         margin-right: 5px;
628 }
629 .directory-item {
630         float: left;
631         width: 225px;
632         height: 260px;
633         overflow: auto;
634 }
635
636 #directory-search-wrapper {
637         margin-left: 350px;
638         margin-right: 20px;
639         margin-bottom: 50px;
640 }
641
642 #directory-search-end {
643 }
644
645 .directory-photo-img {
646         border: none;
647 }
648
649
650 .pager {
651   padding: 10px;
652   text-align: center;
653   font-size: 1.0em;
654 }
655
656
657 .pager_first,
658 .pager_last,
659 .pager_prev,
660 .pager_next,
661 .pager_n {
662         border: 1px solid black;
663         background: #EEE;
664         padding: 4px;
665 }
666
667 .pager_first a,
668 .pager_last a,
669 .pager_prev a,
670 .pager_next a,
671 .pager_n a {
672         text-decoration: none;
673 }
674
675 .pager_current {
676   border: 1px solid black;
677   background: #FFCCCC;
678   padding: 4px;
679 }
680
681
682 #advanced-profile-name-wrapper,
683 #advanced-profile-gender-wrapper,
684 #advanced-profile-dob-wrapper,
685 #advanced-profile-age-wrapper,
686 #advanced-profile-marital-wrapper,
687 #advanced-profile-sexual-wrapper,
688 #advanced-profile-homepage-wrapper,
689 #advanced-profile-politic-wrapper,
690 #advanced-profile-religion-wrapper,
691 #advanced-profile-about-wrapper,
692 #advanced-profile-interest-wrapper,
693 #advanced-profile-contact-wrapper,
694 #advanced-profile-music-wrapper,
695 #advanced-profile-book-wrapper,
696 #advanced-profile-tv-wrapper,
697 #advanced-profile-film-wrapper,
698 #advanced-profile-romance-wrapper,
699 #advanced-profile-work-wrapper,
700 #advanced-profile-education-wrapper {
701         margin-top: 20px;
702 }
703
704 #advanced-profile-name-text,
705 #advanced-profile-gender-text,
706 #advanced-profile-dob-text,
707 #advanced-profile-age-text,
708 #advanced-profile-marital-text,
709 #advanced-profile-sexual-text,
710 #advanced-profile-homepage-text,
711 #advanced-profile-politic-text,
712 #advanced-profile-religion-text,
713 #advanced-profile-about-text,
714 #advanced-profile-interest-text,
715 #advanced-profile-contact-text,
716 #advanced-profile-music-text,
717 #advanced-profile-book-text,
718 #advanced-profile-tv-text,
719 #advanced-profile-film-text,
720 #advanced-profile-romance-text,
721 #advanced-profile-work-text,
722 #advanced-profile-education-text {
723         width: 250px;
724         float: left;
725 }
726
727 #advanced-profile-name-end,
728 #advanced-profile-gender-end,
729 #advanced-profile-dob-end,
730 #advanced-profile-age-end,
731 #advanced-profile-marital-end,
732 #advanced-profile-sexual-end,
733 #advanced-profile-homepage-end,
734 #advanced-profile-politic-end,
735 #advanced-profile-religion-end {
736         clear: both;
737 }
738
739 #advanced-profile-about-end,
740 #advanced-profile-interest-end,
741 #advanced-profile-contact-end,
742 #advanced-profile-music-end,
743 #advanced-profile-book-end,
744 #advanced-profile-tv-end,
745 #advanced-profile-film-end,
746 #advanced-profile-romance-end,
747 #advanced-profile-work-end,
748 #advanced-profile-education-end {
749
750
751 }
752
753 #advanced-profile-name,
754 #advanced-profile-gender,
755 #advanced-profile-dob,
756 #advanced-profile-age,
757 #advanced-profile-marital,
758 #advanced-profile-sexual,
759 #advanced-profile-homepage,
760 #advanced-profile-politic,
761 #advanced-profile-religion {
762         float: left;
763
764 }
765
766
767 #advanced-profile-about,
768 #advanced-profile-interest,
769 #advanced-profile-contact,
770 #advanced-profile-music,
771 #advanced-profile-book,
772 #advanced-profile-tv,
773 #advanced-profile-film,
774 #advanced-profile-romance,
775 #advanced-profile-work,
776 #advanced-profile-education {
777         margin-top: 10px;
778         margin-left: 50px;
779         margin-right: 20px;
780         padding: 10px;
781         border: 1px solid #CCCCCC;
782 }
783
784 #contact-edit-wrapper {
785         margin-top: 50px;
786 }
787
788 #contact-edit-banner-name {
789         font-size: 1.4em;
790         font-weight: bold;
791         margin-left: 30px;
792 }
793
794 #contact-edit-photo-wrapper {
795         margin-bottom: 20px;
796 }
797 #contact-edit-links img {
798         margin-left: 20px;
799         border: none;
800 }
801
802 #contact-edit-direction-icon {
803         float: left;
804         margin-top: 70px;
805         margin-right: 2px;
806 }
807
808 #contact-edit-photo {
809         float: left;
810 }
811
812 #contact-edit-photo-end {
813         clear: both;
814 }
815
816 #contact-edit-photo-wrapper {
817         float: left;
818 }
819
820 #contact-edit-nav-wrapper {
821         float: left;
822 }
823
824 #contact-edit-end {
825         clear: both;
826 }
827
828 #contact-profile-selector {
829         width: 175px;
830         margin-left: 175px;
831 }
832
833 #contact-reputation-selector {
834         margin-left: 175px;
835 }
836
837 #contact-edit-rating-text {
838         margin-left: 175px;
839 }
840
841 .contact-edit-submit {
842         margin-top: 20px;
843         margin-left: 50px;
844 }
845
846 #block-message {
847         margin-top: 20px;
848         width: 180px;
849         color: #FF0000;
850         font-size: 1.1em;
851         border: 1px solid #FF8888;
852         background-color: #FFEEEE;
853         padding: 10px;
854 }
855
856 .profile-tabs {
857         float: left;
858         padding:3px;
859         margin-top: 10px;
860         margin-bottom: 10px;
861         margin-right: 5px;
862         border: 1px solid #888888;
863         font-size: 0.8em;
864         font-weight: bold;
865 }
866 .profile-tabs a {
867         text-decoration: none;
868 }
869
870 #profile-tabs-end {
871         clear: both;
872 }
873
874 .comment-edit-text-empty {
875         color: gray;
876         height: 30px;
877         width: 175px;
878         overflow: auto;
879 }
880
881 .comment-edit-text-full {
882         color: black;
883         height: 150px;
884         width: 350px;
885         overflow: auto;
886 }
887
888 #group-new-submit-wrapper {
889         margin-top: 30px;
890 }
891
892 #acl-allow-group-label, 
893 #acl-allow-contact-label,
894 #acl-deny-group-label,
895 #acl-deny-contact-label {
896         display: block;
897 }
898
899 #acl-permit-text,
900 #acl-deny-text {
901         margin-top: 10px;
902 }
903
904 #acl-allow-group-label,
905 #acl-allow-contact-label,
906 #acl-deny-group-label,
907 #acl-deny-contact-label {
908         margin-top: 5px;
909         margin-bottom: 5px;
910 }
911
912
913 #group_allow_wrapper, 
914 #group_deny_wrapper {
915         float: left;
916         width: 100px;
917         margin-right: 10px;
918 }
919
920 #contact_allow_wrapper,
921 #contact_deny_wrapper {
922         float: left;
923         width: 150px;
924         margin-right: 10px;
925 }
926
927 #acl-allow-end,
928 #acl-deny-end {
929         clear: both;
930 }
931 #acl-permit-outer-wrapper,
932 #acl-deny-outer-wrapper {
933         padding: 10px;
934         margin-top: 10px;
935         border: 2px solid #BBBBBB;
936         float: left;
937 }
938
939 #acl-wrapper-end {
940         clear: both;
941 }
942
943 #group-edit-name-label {
944         float: left;
945         width: 175px;
946         margin-top: 20px;
947         margin-bottom: 20px;
948 }
949
950 #group-edit-name {
951         float: left;
952         width: 225px;
953         margin-top: 20px;
954         margin-bottom: 20px;
955 }
956
957 #group-edit-name-wrapper {
958
959
960 }
961
962
963 #group_members_select_label {
964         display: block;
965         float: left;
966         width: 175px;
967 }
968
969 .group_members_select {
970         float: left;
971         width: 230px;
972         overflow: auto;
973 }
974
975 #group_members_select_end {
976         clear: both;
977 }       
978 #group-edit-name-end {
979         clear: both;
980 }