Compare commits

..

No commits in common. "eba015111f090a7b7275623ac1188a4cddd032ea" and "40772c46cb3d13d964af60c15c0c4a0b5a2444f0" have entirely different histories.

4 changed files with 1988 additions and 1989 deletions

File diff suppressed because it is too large Load diff

View file

@ -92,23 +92,15 @@ 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 */
@ -219,7 +211,7 @@ pre.center > a{
h1:before, h1:after{
content: '';
}
}
h2:before{
content: '______________________________________________________________________\A""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""\A* ';
@ -268,3 +260,4 @@ pre.center > a{
border-color: var(--txt-night);
}
}

View file

@ -16,3 +16,5 @@ main {
grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
}
}

File diff suppressed because it is too large Load diff