Ajout fichiers aide

This commit is contained in:
Jean-Christophe Engel 2026-06-23 10:40:32 +02:00
parent b923ad1b85
commit e746011c35
15 changed files with 518 additions and 0 deletions

64
style_aide.css Normal file
View file

@ -0,0 +1,64 @@
section.page *
{
padding: 0.1em;
margin-top: 0.1em;
}
section.page ol, section.page ul {
list-style: inside;
margin-left: 1.5em;
}
section.page h1 {
font-size: 2em;
}
section.page h2 {
font-size: 1.5em;
margin-top : 1.5rem;
margin-bottom : 0.5rem;
}
section.page h3 {
font-size: 1.2em;
margin-top : 1.5rem;
margin-bottom : 0.5rem;
}
section.page h4 {
font-size: 1em;
margin-top : 1.5rem;
margin-bottom : 0.5rem;
}
section.page figure {
margin-top : 0.5rem;
margin-bottom : 1rem;
}
section.page figcaption {
font-weight : bold;
}
section.page blockquote {
width: 75%;
margin-left: 2em;
margin-right: 2em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}
section.page article header {
text-align: center;
margin: 1rem 0;
padding-bottom: 0.5rem;
border-bottom: 2px solid #999;
}
a:link {
color: #0033aa;
}
a:link:visited {
color: #6600aa;
}