-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
103 lines (75 loc) · 1.55 KB
/
Copy pathstyle.css
File metadata and controls
103 lines (75 loc) · 1.55 KB
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
.logo svg{
color: #363636;
fill: #363636;
}
.css-ffhzg2 .logo svg{
color: #fff;
fill: #fff;
}
/* box alert */
.alert{
background-color: #ffcc00;
color: #000;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
border-radius: 5px;
margin: 10px 0;
}
.danger{
background-color: #973737;
color: #fff;
}
@media (prefers-color-scheme: dark) {
.logo svg{
color: #fff;
}
}
section footer{
display: none !important;
}
section[data-testid="stSidebar"] > div {
background-image: linear-gradient(45deg, rgba(189, 189, 189, 0.32), rgb(255 255 255 / 21%));
}
section:nth-child(1) hr {
margin: 0 !important;
}
section:nth-child(1) .stRadio label:nth-child(1) {
display: none !important;
}
section:nth-child(1) .stRadio > div > label:nth-child(1) {
display: inherit !important;
}
.credentials{
font-size: 14px;
border: 1px dashed #ccc;
padding: 10px;
}
.intro_credentials {
text-align: left;
}
.intro_credentials .presentation {
text-align: left;
}
.intro_credentials .authors {
text-align: left;
}
.intro_credentials .data {
text-align: left;
}
h1[id="temps-de-r-ponse-de-la-brigade-des-pompiers-de-londres"] {
text-align: left;
}
.intro_body {
margin-bottom: 100px;
}
.intro_body .description {
text-align: justify;
}
.intro_body .challenge {
text-align: justify;
}
.intro_body .methods {
text-align: justify;
}