mise a jours post wikithon winterschool 2024

This commit is contained in:
2024-02-02 13:42:50 +01:00
parent 47ce5c4d37
commit 7b287b57cd
46 changed files with 15305 additions and 382 deletions

View File

@@ -12,14 +12,14 @@
}
body {
background: #eee;
background-image: linear-gradient(45deg, rgba(0,0,0,.25) 25%, transparent 0, transparent 75%, rgba(0,0,0,.25) 0), linear-gradient(45deg, rgba(0,0,0,.25) 25%, transparent 0, transparent 75%, rgba(0,0,0,.25) 0);
background-position: 0 0, 20px 20px;
background-size: 40px 40px;
background-image: linear-gradient(45deg, rgba(0,0,100,.25) 25%, transparent 0, transparent 75%, rgba(0,0,100,.25) 0), linear-gradient(45deg, rgba(0,0,100,.25) 25%, transparent 0, transparent 75%, rgba(0,0,100,.25) 0);
background-position: 0 0, 10px 10px;
background-size: 20px 20px;
}
div.file {
float: left;
margin: 8px;
max-width: 45%;
max-width: 30%;
}
div.file img {
max-width: 100%;
@@ -34,8 +34,9 @@
div.file a:hover {
border-image: linear-gradient(to right, var(--color-a), var(--color-b));
border-image-slice: 1;
border-width: 2px;
border-width: 10px;
border-color: initial;
box-sizing: border-box;
}
div#footer {
clear: both;