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