]> git.mxchange.org Git - friendica.git/blob - view/style.css
faf1a091cbe87ad96e76b7d8194b60f50c1dc7a2
[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-comment-outside-wrapper {
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-wrapper-end {
486         clear: both;
487 }
488 .wall-item-name-link {
489         font-weight: bold;
490         text-decoration: none;
491         color: #3172BD;
492 }
493 .wall-item-photo {
494         border: none;
495 }
496
497 .comment-edit-wrapper {
498         margin-top: 15px;
499         margin-left: 100px;
500 }
501
502 .comment-wwedit-wrapper {
503         margin-top: 15px;
504         margin-left: 250px;
505 }
506
507
508 #profile-jot-submit-wrapper {
509         margin-top: 15px;
510 }
511
512 #profile-jot-submit {
513         float: left;
514 }
515 #profile-upload-wrapper {
516         float: left;
517         margin-left: 50px;
518 }
519
520 #profile-link-wrapper {
521         float: left;
522         margin-left: 20px;
523 }
524
525 #profile-jot-perms {
526         float: left;
527         margin-left: 280px;
528 }
529
530 #profile-jot-perms-end {
531         clear: both;
532 }
533
534 #profile-jot-end {
535         clear: both;
536         margin-bottom: 30px;
537 }
538 #about-jot-submit-wrapper {
539         margin-top: 15px;
540 }
541 #about-jot-end {
542         margin-bottom: 30px;
543 }
544 #contacts-main {
545         margin-bottom: 30px;
546 }
547
548 #profile-listing-desc {
549         margin-left: 30px;
550 }
551
552 #profile-listing-new-link-wrapper {
553         margin-left: 30px;
554         margin-bottom: 30px;
555 }
556 .profile-listing-photo-wrapper {
557         float: left;
558 }
559
560 .profile-listing-edit-buttons-wrapper {
561         clear: both;
562 }
563 .profile-listing-photo-edit-link {
564         float: left;
565         width: 125px;
566 }
567 .profile-listing-end {
568         clear: both;
569 }
570 .profile-listing-edit-buttons-wrapper img{
571         border: none;
572         margin-right: 20px;
573 }
574 .profile-listing {
575         margin-top: 25px;
576 }
577 .profile-listing-name {
578         float: left;
579         margin-left: 32px;
580         margin-top: 10px;
581         color: #3172BD;
582         font-weight: bold;
583         width: 200px;
584
585 }
586 .fortune {
587         margin-top: 50px;
588         color: #3172BD;
589         font-weight: bold;
590         margin-bottom: 20px;
591 }
592
593
594 .directory-end {
595         clear: both;
596 }
597 .directory-name {
598         text-align: center;
599 }
600 .directory-photo {
601         margin-left: 25px;
602 }
603 .directory-details {
604         font-size: 0.7em;
605         text-align: center;
606         margin-left: 5px;
607         margin-right: 5px;
608 }
609 .directory-item {
610         float: left;
611         width: 225px;
612         height: 260px;
613         overflow: auto;
614 }
615
616 #directory-search-wrapper {
617         margin-left: 350px;
618         margin-right: 20px;
619         margin-bottom: 50px;
620 }
621
622 #directory-search-end {
623 }
624
625 .directory-photo-img {
626         border: none;
627 }
628
629
630 .pager {
631   padding: 10px;
632   text-align: center;
633   font-size: 1.0em;
634 }
635
636
637 .pager_first,
638 .pager_last,
639 .pager_prev,
640 .pager_next,
641 .pager_n {
642         border: 1px solid black;
643         background: #EEE;
644         padding: 4px;
645 }
646
647 .pager_first a,
648 .pager_last a,
649 .pager_prev a,
650 .pager_next a,
651 .pager_n a {
652         text-decoration: none;
653 }
654
655 .pager_current {
656   border: 1px solid black;
657   background: #FFCCCC;
658   padding: 4px;
659 }
660
661
662 #advanced-profile-name-wrapper,
663 #advanced-profile-gender-wrapper,
664 #advanced-profile-dob-wrapper,
665 #advanced-profile-age-wrapper,
666 #advanced-profile-marital-wrapper,
667 #advanced-profile-sexual-wrapper,
668 #advanced-profile-homepage-wrapper,
669 #advanced-profile-politic-wrapper,
670 #advanced-profile-religion-wrapper,
671 #advanced-profile-about-wrapper,
672 #advanced-profile-interest-wrapper,
673 #advanced-profile-contact-wrapper,
674 #advanced-profile-music-wrapper,
675 #advanced-profile-book-wrapper,
676 #advanced-profile-tv-wrapper,
677 #advanced-profile-film-wrapper,
678 #advanced-profile-romance-wrapper,
679 #advanced-profile-work-wrapper,
680 #advanced-profile-education-wrapper {
681         margin-top: 20px;
682 }
683
684 #advanced-profile-name-text,
685 #advanced-profile-gender-text,
686 #advanced-profile-dob-text,
687 #advanced-profile-age-text,
688 #advanced-profile-marital-text,
689 #advanced-profile-sexual-text,
690 #advanced-profile-homepage-text,
691 #advanced-profile-politic-text,
692 #advanced-profile-religion-text,
693 #advanced-profile-about-text,
694 #advanced-profile-interest-text,
695 #advanced-profile-contact-text,
696 #advanced-profile-music-text,
697 #advanced-profile-book-text,
698 #advanced-profile-tv-text,
699 #advanced-profile-film-text,
700 #advanced-profile-romance-text,
701 #advanced-profile-work-text,
702 #advanced-profile-education-text {
703         width: 250px;
704         float: left;
705 }
706
707 #advanced-profile-name-end,
708 #advanced-profile-gender-end,
709 #advanced-profile-dob-end,
710 #advanced-profile-age-end,
711 #advanced-profile-marital-end,
712 #advanced-profile-sexual-end,
713 #advanced-profile-homepage-end,
714 #advanced-profile-politic-end,
715 #advanced-profile-religion-end {
716         clear: both;
717 }
718
719 #advanced-profile-about-end,
720 #advanced-profile-interest-end,
721 #advanced-profile-contact-end,
722 #advanced-profile-music-end,
723 #advanced-profile-book-end,
724 #advanced-profile-tv-end,
725 #advanced-profile-film-end,
726 #advanced-profile-romance-end,
727 #advanced-profile-work-end,
728 #advanced-profile-education-end {
729
730
731 }
732
733 #advanced-profile-name,
734 #advanced-profile-gender,
735 #advanced-profile-dob,
736 #advanced-profile-age,
737 #advanced-profile-marital,
738 #advanced-profile-sexual,
739 #advanced-profile-homepage,
740 #advanced-profile-politic,
741 #advanced-profile-religion {
742         float: left;
743
744 }
745
746
747 #advanced-profile-about,
748 #advanced-profile-interest,
749 #advanced-profile-contact,
750 #advanced-profile-music,
751 #advanced-profile-book,
752 #advanced-profile-tv,
753 #advanced-profile-film,
754 #advanced-profile-romance,
755 #advanced-profile-work,
756 #advanced-profile-education {
757         margin-top: 10px;
758         margin-left: 50px;
759         margin-right: 20px;
760         padding: 10px;
761         border: 1px solid #CCCCCC;
762 }
763
764 #contact-edit-wrapper {
765         margin-top: 50px;
766 }
767
768 #contact-edit-banner-name {
769         font-size: 1.4em;
770         font-weight: bold;
771         margin-left: 30px;
772 }
773
774 #contact-edit-photo-wrapper {
775         margin-bottom: 20px;
776 }
777 #contact-edit-links img {
778         margin-left: 20px;
779         border: none;
780 }
781
782 #contact-edit-direction-icon {
783         float: left;
784         margin-top: 70px;
785         margin-right: 2px;
786 }
787
788 #contact-edit-photo {
789         float: left;
790 }
791
792 #contact-edit-photo-end {
793         clear: both;
794 }
795
796 #contact-edit-photo-wrapper {
797         float: left;
798 }
799
800 #contact-edit-nav-wrapper {
801         float: left;
802 }
803
804 #contact-edit-end {
805         clear: both;
806 }
807
808 #contact-profile-selector {
809         width: 175px;
810         margin-left: 175px;
811 }
812
813 #contact-reputation-selector {
814         margin-left: 175px;
815 }
816
817 #contact-edit-rating-text {
818         margin-left: 175px;
819 }
820
821 .contact-edit-submit {
822         margin-top: 20px;
823         margin-left: 50px;
824 }
825
826 #block-message {
827         margin-top: 20px;
828         width: 180px;
829         color: #FF0000;
830         font-size: 1.1em;
831         border: 1px solid #FF8888;
832         background-color: #FFEEEE;
833         padding: 10px;
834 }
835
836 .profile-tabs {
837         float: left;
838         padding:3px;
839         margin-top: 10px;
840         margin-bottom: 10px;
841         margin-right: 5px;
842         border: 1px solid #888888;
843         font-size: 0.8em;
844         font-weight: bold;
845 }
846 .profile-tabs a {
847         text-decoration: none;
848 }
849
850 #profile-tabs-end {
851         clear: both;
852 }
853
854 .comment-edit-text-empty {
855         color: gray;
856         height: 30px;
857         width: 175px;
858         overflow: auto;
859 }
860
861 .comment-edit-text-full {
862         color: black;
863         height: 150px;
864         width: 350px;
865         overflow: auto;
866 }
867
868 #group-new-submit-wrapper {
869         margin-top: 30px;
870 }
871
872 #acl-allow-group-label, 
873 #acl-allow-contact-label,
874 #acl-deny-group-label,
875 #acl-deny-contact-label {
876         display: block;
877 }
878
879 #acl-permit-text,
880 #acl-deny-text {
881         margin-top: 10px;
882 }
883
884 #acl-allow-group-label,
885 #acl-allow-contact-label,
886 #acl-deny-group-label,
887 #acl-deny-contact-label {
888         margin-top: 5px;
889         margin-bottom: 5px;
890 }
891
892
893 #group_allow_wrapper, 
894 #group_deny_wrapper {
895         float: left;
896         width: 100px;
897         margin-right: 10px;
898 }
899
900 #contact_allow_wrapper,
901 #contact_deny_wrapper {
902         float: left;
903         width: 150px;
904         margin-right: 10px;
905 }
906
907 #acl-allow-end,
908 #acl-deny-end {
909         clear: both;
910 }
911 #acl-permit-outer-wrapper,
912 #acl-deny-outer-wrapper {
913         float: left;
914 }
915
916 #acl-wrapper-end {
917         clear: both;
918 }
919
920 #group-edit-name-label {
921         float: left;
922         width: 175px;
923         margin-top: 20px;
924         margin-bottom: 20px;
925 }
926
927 #group-edit-name {
928         float: left;
929         width: 225px;
930         margin-top: 20px;
931         margin-bottom: 20px;
932 }
933
934 #group-edit-name-wrapper {
935
936
937 }
938
939
940 #group_members_select_label {
941         display: block;
942         float: left;
943         width: 175px;
944 }
945
946 .group_members_select {
947         float: left;
948         width: 230px;
949         overflow: auto;
950 }
951
952 #group_members_select_end {
953         clear: both;
954 }       
955 #group-edit-name-end {
956         clear: both;
957 }