Page MenuHomeDevCentral

AuroraBorealis.css
No OneTemporary

AuroraBorealis.css

@media screen and (max-width: 400px) {
background-image: url("/images/bg/AuroraBorealis-400.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
}
@media screen and (min-width: 401px) and (max-width: 720px) {
background-image: url("/images/bg/AuroraBorealis-720.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
}
@media screen and (min-width: 721px) and (max-width: 1280px) {
background-image: url("/images/bg/AuroraBorealis-1280.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
background-image: url("/images/bg/AuroraBorealis-1440.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top left;
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
background-image: url("/images/bg/AuroraBorealis-1920.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top left;
}
@media screen and (min-width: 1921px) {
background-image: url("/images/bg/AuroraBorealis-2880.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top left;
}

File Metadata

Mime Type
text/plain
Expires
Mon, Jun 8, 07:45 (17 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3747784
Default Alt Text
AuroraBorealis.css (1 KB)

Event Timeline