WIP: feat/UnderlignedTitle closes #18 #33
4 changed files with 405 additions and 400 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ public/
|
||||||
node_modules/
|
node_modules/
|
||||||
*.swp
|
*.swp
|
||||||
.awsclirc
|
.awsclirc
|
||||||
|
.idea
|
||||||
|
|
|
@ -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{
|
||||||
|
|
|
@ -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
Loading…
Reference in a new issue