equal
deleted
inserted
replaced
63 |
63 |
64 html |
64 html |
65 { |
65 { |
66 //cursor: none; |
66 //cursor: none; |
67 } |
67 } |
|
68 @font-face |
|
69 { |
|
70 font-family: "PT Sans"; src: url(fonts/PT_Sans-Web-Regular.ttf); |
|
71 } |
|
72 |
|
73 @font-face |
|
74 { |
|
75 font-family: "PT Sans"; font-weight: bold; src: url(fonts/PT_Sans-Web-Bold.ttf); |
|
76 } |
68 |
77 |
69 /* |
78 /* |
70 * Style du corps. |
79 * Style du corps. |
71 */ |
80 */ |
72 body |
81 body |
73 { |
82 { |
74 overflow: hidden; |
83 overflow: hidden; |
75 background-color: @black; |
84 background-color: @black; |
76 background-image: @mosaic-background-image-path; |
85 background-image: @mosaic-background-image-path; |
77 background-repeat: repeat; |
86 background-repeat: repeat; |
|
87 font-family: "PT Sans", sans-serif; |
78 } |
88 } |
79 |
89 |
80 /* |
90 /* |
81 * Il s'agit des propriétés de la mosaïque en elle même. |
91 * Il s'agit des propriétés de la mosaïque en elle même. |
82 * On désactive les barres de défilement, on peut la placer à n'importe qu'elle position, elle doit être aussi large que la fenêtre du navigateur. |
92 * On désactive les barres de défilement, on peut la placer à n'importe qu'elle position, elle doit être aussi large que la fenêtre du navigateur. |
550 font-size: 30px; |
560 font-size: 30px; |
551 } |
561 } |
552 |
562 |
553 #credits_subtitle |
563 #credits_subtitle |
554 { |
564 { |
555 font-size: 25px; |
565 font-size: 16px; |
556 } |
566 } |
557 |
567 |
558 .credits_film |
568 .credits_film |
559 { |
569 { |
560 font-weight: bold; |
570 font-weight: bold; |
568 |
578 |
569 .credits_text |
579 .credits_text |
570 { |
580 { |
571 color: #000000; |
581 color: #000000; |
572 } |
582 } |
|
583 #help_details_left_container table td, #help_details_right_container table td{ |
|
584 padding-right: 10px; |
|
585 } |