Compare commits
5 commits
40772c46cb
...
eba015111f
Author | SHA1 | Date | |
---|---|---|---|
eba015111f | |||
0d2b7f2fc1 | |||
ffe96d9c51 | |||
8e64f17016 | |||
6d33f1b765 |
4 changed files with 1989 additions and 1988 deletions
1148
static/css/home.css
1148
static/css/home.css
File diff suppressed because it is too large
Load diff
|
@ -92,15 +92,23 @@ 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;
|
||||
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
|
||||
grid-template-rows:
|
||||
[main-row-debut] var(--med_margin) [header-start] auto [header-end] var(--big_margin) [core-start] auto [main-row-fin]
|
||||
var(--big_margin)
|
||||
[footer-start] auto [footer-end]
|
||||
;
|
||||
display: grid;
|
||||
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
|
||||
grid-template-rows:
|
||||
[main-row-debut] var(--med_margin)
|
||||
[header-start] auto
|
||||
[header-end] var(--big_margin)
|
||||
[core-start] auto
|
||||
[main-row-fin] var(--big_margin)
|
||||
[footer-start] auto [footer-end]
|
||||
;
|
||||
}
|
||||
|
||||
/* EN-TETE */
|
||||
|
@ -211,7 +219,7 @@ pre.center > a{
|
|||
|
||||
h1:before, h1:after{
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
|
||||
h2:before{
|
||||
content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* ';
|
||||
|
@ -260,4 +268,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
2802
static/index.html
2802
static/index.html
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue