style actions-btn

This commit is contained in:
Julie Blanc 2026-03-09 14:31:56 +01:00
parent c321a17f3e
commit 3dd1f032f9
12 changed files with 410 additions and 223 deletions

View file

@ -18,7 +18,58 @@ Intro: <p>Ah le Japon... Quel beau pays où nous trouvons des créatures en tout
----
Customcss:
Customcss:
@page {
size: A5;
margin: 16mm 16mm 16mm 16mm;
}
body {
font-family: sans-serif;
color: rgb(0, 0, 0);
}
p {
font-size: 12px;
line-height: 18px;
}
h1 {
font-size: 38px;
line-height: 38px;
background: rgba(255, 255, 255, 0.521);
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
margin-top: 60px;
margin-bottom: 30px;
font-family: "Source Code Pro";
font-style: normal;
color: rgb(237, 13, 13);
}
em {
font-style: italic;
}
i {
font-style: italic;
}
strong {
font-weight: bold;
}
b {
font-weight: bold;
}
a {
color: #0000ee;
text-decoration-line: underline;
}
----