forked from Deuxfleurs/site
Compare commits
3 commits
40772c46cb
...
ffe96d9c51
Author | SHA1 | Date | |
---|---|---|---|
ffe96d9c51 | |||
8e64f17016 | |||
6d33f1b765 |
3 changed files with 578 additions and 580 deletions
1148
static/css/home.css
1148
static/css/home.css
File diff suppressed because it is too large
Load diff
|
@ -92,6 +92,11 @@ img{
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
color: var(--day-highlight-color);
|
||||
background-color: var(--day-highlight-bg);
|
||||
}
|
||||
|
||||
/*GESTION DE LA GRILLE DU DOCUMENT*/
|
||||
div#container{
|
||||
display: grid;
|
||||
|
@ -211,7 +216,7 @@ pre.center > a{
|
|||
|
||||
h1:before, h1:after{
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
||||
h2:before{
|
||||
content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* ';
|
||||
|
@ -260,4 +265,3 @@ pre.center > a{
|
|||
border-color: var(--txt-night);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,5 +16,3 @@ main {
|
|||
grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue