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