Compare commits
2 commits
538e60afa3
...
81b2171a7c
Author | SHA1 | Date | |
---|---|---|---|
81b2171a7c | |||
d8756c7042 |
3 changed files with 9 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(-50%)rotateX(80deg);
|
transform: translateY(-50%)rotateX(80deg);
|
||||||
transition: opacity 1.0s ease, transform 0.5s ease;
|
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>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
- [ ] Mettre "une machie au pif" avec du javascript qui en tire une au hazard
|
- [ ] 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)
|
- [ ] 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
|
### Scrolling posts
|
||||||
- [x] add a blur to backgound images of scrolling posts
|
- [x] add a blur to backgound images of scrolling posts
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
{{- define "main" }}
|
{{- define "main" }}
|
||||||
|
<style>
|
||||||
|
.not-found {
|
||||||
|
position : relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
<div class="not-found">404</div>
|
<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 */ -}}
|
{{- end }}{{/* end main */ -}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue