Compare commits

...

2 commits

Author SHA1 Message Date
81b2171a7c maj todo, cleanup
Some checks are pending
/ test (push) Waiting to run
2025-05-14 00:04:09 +02:00
d8756c7042 edit 404 error page 2025-05-14 00:03:49 +02:00
3 changed files with 9 additions and 1 deletions

View file

@ -25,7 +25,7 @@
opacity: 0;
transform: translateY(-50%)rotateX(80deg);
transition: opacity 1.0s ease, transform 0.5s ease;
transition-delay: 0.3s; <!-- To not accidentally reveal the spoiler when hovering over the page -->
transition-delay: 0.3s;
}
</style>

View file

@ -32,6 +32,7 @@
- [ ] Mettre "une machie au pif" avec du javascript qui en tire une au hazard
- [ ] si pas d'image de cover dans un article, la box doit réagir (ajdh elle ne s'affiche pas du tout)
- [ ] des fois les side-screens ne vont pes jusqu'en bas
### Scrolling posts
- [x] add a blur to backgound images of scrolling posts

View file

@ -1,3 +1,10 @@
{{- define "main" }}
<style>
.not-found {
position : relative;
}
</style>
<div class="not-found">404</div>
<div class="not-found" style="font-size: 1.5em;">Ouais désolé je sais pas ce que tu cherches mais c'est pas ici en tous cas</div>
{{- end }}{{/* end main */ -}}