This commit is contained in:
Adrien Bourmault 2021-09-03 18:25:06 +02:00
parent c7d74496e6
commit 10fd8a534f
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 4 additions and 20 deletions

View File

@ -76,6 +76,7 @@ h1::before {
background: url(logo_a-lec.svg);
background-repeat: no-repeat;
background-size: 100%;
shape-rendering: geometricPrecision;
opacity: 0.8;
}
h2 {
@ -184,7 +185,7 @@ p {
div.apropos, div.apropossuite {
background-attachment: scroll, scroll, fixed;
background-color: #dcd0a8;
background-image: url(contours-opaque.png), url(gridlines-opaque.png), url(bamboo.png);
background-image: url();
background-repeat: repeat, repeat, no-repeat;
background-size: auto, auto, cover;
}
@ -274,7 +275,7 @@ div.apropos p, div.apropossuite p {
.a-lec-resources {
overflow: hidden;
background-color: #fafafa;
background-image: url(bamboo.png);
background-image: url();
}
.a-lec-resources li {
border-top: solid 1px #a0b9ad;
@ -564,6 +565,7 @@ footer a::before {
margin: -65px 40px 0 0;
background: url(logo_a-lec.svg);
background-size: 100%;
shape-rendering: geometricPrecision;
opacity: 0.8;
-webkit-animation: koan 36000s infinite alternate;
@ -702,24 +704,6 @@ footer a::before {
}
}
/*
Okay, look, I feel rather awful about this. But due to source order it
seems like the only way to pull off the separated sidebar. Perhaps
flexbox is the way forward here, once the syntax settles down a bit.
*/
@media only screen and (min-width: 1120px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 1240px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 1260px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 1320px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 1370px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 1520px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 1812px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 1848px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 2015px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 2115px) {.a-lec-resources {top: 1370px;}}
@media only screen and (min-width: 2400px) {/* you're kidding, right? */}
@-webkit-keyframes koan {
from {
-webkit-transform: scale(1);