Tweaks
This commit is contained in:
parent
c7d74496e6
commit
10fd8a534f
24
styles.css
24
styles.css
|
@ -76,6 +76,7 @@ h1::before {
|
||||||
background: url(logo_a-lec.svg);
|
background: url(logo_a-lec.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
|
shape-rendering: geometricPrecision;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -184,7 +185,7 @@ p {
|
||||||
div.apropos, div.apropossuite {
|
div.apropos, div.apropossuite {
|
||||||
background-attachment: scroll, scroll, fixed;
|
background-attachment: scroll, scroll, fixed;
|
||||||
background-color: #dcd0a8;
|
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-repeat: repeat, repeat, no-repeat;
|
||||||
background-size: auto, auto, cover;
|
background-size: auto, auto, cover;
|
||||||
}
|
}
|
||||||
|
@ -274,7 +275,7 @@ div.apropos p, div.apropossuite p {
|
||||||
.a-lec-resources {
|
.a-lec-resources {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
background-image: url(bamboo.png);
|
background-image: url();
|
||||||
}
|
}
|
||||||
.a-lec-resources li {
|
.a-lec-resources li {
|
||||||
border-top: solid 1px #a0b9ad;
|
border-top: solid 1px #a0b9ad;
|
||||||
|
@ -564,6 +565,7 @@ footer a::before {
|
||||||
margin: -65px 40px 0 0;
|
margin: -65px 40px 0 0;
|
||||||
background: url(logo_a-lec.svg);
|
background: url(logo_a-lec.svg);
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
|
shape-rendering: geometricPrecision;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
||||||
-webkit-animation: koan 36000s infinite alternate;
|
-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 {
|
@-webkit-keyframes koan {
|
||||||
from {
|
from {
|
||||||
-webkit-transform: scale(1);
|
-webkit-transform: scale(1);
|
||||||
|
|
Loading…
Reference in New Issue