Browse Source
Ajout d'un titre sur la première page, mais qui n'est pas pris en compte dans la hiérarchie globale Ajout d'un fichier custom.css pour les règles communes à la version PDF et HTML Limitation de la profondeur de titres affichés dans la table des matières sur la première page de la version HTMLmain
Youen
2 years ago
6 changed files with 53 additions and 34 deletions
@ -0,0 +1,31 @@
|
||||
.document-title { |
||||
width: 100%; |
||||
color: #fbbb15; |
||||
text-align: center; |
||||
font-size: 5em !important; |
||||
border-top: 2px solid black; |
||||
border-bottom: 2px solid black; |
||||
line-height: 1.2; |
||||
font-weight: bold; |
||||
} |
||||
|
||||
.document-subtitle { |
||||
text-align: center; |
||||
font-size: 1.5em; |
||||
margin-top: 30px; |
||||
margin-bottom: 30px; |
||||
} |
||||
|
||||
.title-page-footer { |
||||
text-align: center; |
||||
font-size: 1.2em !important; |
||||
margin-top: 30px; |
||||
} |
||||
|
||||
/* displayed as a title, but doesn't count in numbering and doesn't appear in TOC */ |
||||
.fake-title { |
||||
font-weight: 700; |
||||
font-size: 175% !important; |
||||
font-family: Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif; |
||||
break-before: always; |
||||
} |
Loading…
Reference in new issue