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; 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;
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]); grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
grid-template-rows: grid-template-rows:
[main-row-debut] var(--med_margin) [main-row-debut] var(--med_margin) [header-start] auto [header-end] var(--big_margin) [core-start] auto [main-row-fin]
[header-start] auto var(--big_margin)
[header-end] var(--big_margin) [footer-start] auto [footer-end]
[core-start] auto ;
[main-row-fin] var(--big_margin)
[footer-start] auto [footer-end]
;
} }
/* EN-TETE */ /* EN-TETE */
@ -219,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* ';
@ -268,3 +260,4 @@ pre.center > a{
border-color: var(--txt-night); 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; grid-area: core-start / main-col-start / main-row-fin / main-col-sep 12;
} }
} }

File diff suppressed because it is too large Load diff