amortization/style_aide.css
Jean-Christophe Engel e746011c35 Ajout fichiers aide
2026-06-23 10:40:32 +02:00

64 lines
891 B
CSS

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;
}