switched semantic lib for fomantic

This commit is contained in:
Adrien W
2025-09-19 12:02:46 +02:00
parent b56a9f5940
commit d08005e23c
371 changed files with 209499 additions and 284 deletions

BIN
assets/img/favicon200.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -48,14 +48,67 @@
--logofront: var(--yellowryblighter);
--logoshade: var(--tartorange);
--direction: 1;
}
@view-transition {
navigation: auto;
}
/*.pusher .ui {*/
/* view-transition-name: content;*/
/*}*/
/*.pusher .ui.masthead {*/
/* view-transition-name: header;*/
/*}*/
/*::view-transition-old(header) {*/
/* animation: slide-out 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;*/
/*}*/
/*::view-transition-new(header) {*/
/* animation: slide-in 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;*/
/*}*/
/*::view-transition-old(content) {*/
/* animation: slide-out 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;*/
/*}*/
/*::view-transition-new(content) {*/
/* animation: slide-in 0.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;*/
/*}*/
/*@keyframes slide-out {*/
/* 0% {*/
/* transform: translateY(0%);*/
/* }*/
/* 100% {*/
/* opacity: 0;*/
/* transform: translateY(calc(20% * var(--direction)));*/
/* }*/
/*}*/
/*@keyframes slide-in {*/
/* 0% {*/
/* opacity: 0;*/
/* transform: translateY(calc(-20% * var(--direction)));*/
/* }*/
/* 100% {*/
/* transform: translateY(0%);*/
/* }*/
/*}*/
html {
scroll-behavior: smooth;
}
body {
background-color: var(--cultured);
background-color: #ffffff;
font-family: var(--textfont);
font-size: 1.25em;
}