WIP: feat/UnderlignedTitle closes #18 #33

Draft
adrian wants to merge 6 commits from adrian/site:feat/UnderlignedTitle into feat/a11y
4 changed files with 405 additions and 400 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ public/
node_modules/ node_modules/
*.swp *.swp
.awsclirc .awsclirc
.idea

View file

@ -37,6 +37,8 @@ div#jardin p{
h2#infras{ h2#infras{
background-color: var(--infras); background-color: var(--infras);
grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12; grid-area: title-start 1 / col-sep 1 / title-end 1 / col-sep 12;
padding-bottom: 10px; /* Ajoutez de l'espace en dessous du texte */
} }
div#rennes{ div#rennes{

View file

@ -33,6 +33,11 @@
} }
/* PAR DEFAUT */ /* PAR DEFAUT */
h1 > .decoration:last-of-type:before, h2 > .decoration:last-of-type:before{
content: '\A____________________________________\A""""""""""""""""""""""""""""""""""""';
}
html, body, main{ html, body, main{
margin:0; margin:0;
padding: 0; padding: 0;
@ -66,10 +71,6 @@ nav ul{
margin: 0px; margin: 0px;
} }
h1:after, h2:after{
content:'\A___________________________________\A"""""""""""""""""""""""""""""""""""';
}
h2, h1{ h2, h1{
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
@ -209,15 +210,15 @@ pre.center > a{
--small_margin:5px; --small_margin:5px;
} }
h1:before, h1:after{ h1 > .decoration:last-of-type:before{
content: ''; content: '';
} }
h2:before{ h2 > .decoration:first-of-type:before{
content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* '; content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* ';
} }
h2:after{ h2 > .decoration:last-of-type:before{
content: ' *\A______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""'; content: ' *\A______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""';
} }

File diff suppressed because it is too large Load diff