-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (98 loc) · 1.82 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@font-face {
font-family: 'Recoleta-Medium';
src: url('fonts/Recoleta-Medium.woff2') format('woff2'),
url('fonts/Recoleta-Medium.woff') format('woff');
font-weight: normal;
font-style: normal;
}
div#xmlOutput {
font-family: 'Recoleta-Medium';
width: 100%;
height: 450px;
word-wrap: break-word;
/* overflow-x: hidden; */
overflow-y: scroll;
}
input{
font-family: 'Recoleta-Medium';
width: 95%;
}
#dwn-btn-txt, #dwn-btn-xml{
width: auto;
}
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
border-bottom: 1px solid #ddd;
}
.video-container {
max-width: 800px;
margin: 0 auto;
}
.video-container video {
display: block;
margin: 0 auto;
}
body {
margin: 0;
padding: 0;
font-family: Recoleta-Medium, sans-serif;
background-blend-mode: normal, lighten, multiply, hard-light;
}
.container {
max-width: 3800px;
margin: 0 auto;
padding: 20px;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
p {
font-size: 16px;
line-height: 1.5;
color: #333333;
margin-bottom: 20px;
text-align: justify; /* Alignement justifié du texte */
text-indent: 20px; /* Retrait de la première ligne du paragraphe */
letter-spacing: 0.5px; /* Espacement entre les lettres */
word-spacing: 2px; /* Espacement entre les mots */
}
.header {
background-color: #f1f1f1;
padding: 20px;
text-align: center;
}
.header h1 {
font-size: 30px;
color: #333;
}
.header p {
font-size: 20px;
color: #666;
}
.header a {
text-decoration: none;
color: #555;
margin: 0 10px;
}
.footer {
background-color: #f1f1f1;
padding: 20px;
text-align: center;
}
.footer p {
font-size: 16px;
color: #666;
}
.footer a {
text-decoration: none;
color: #555;
margin: 0 10px;
}