Skip to content

Instantly share code, notes, and snippets.

@bigeagle
Last active June 7, 2017 08:56
Show Gist options
  • Save bigeagle/075763a8f0f4116a4b44e4109eeb630e to your computer and use it in GitHub Desktop.
Save bigeagle/075763a8f0f4116a4b44e4109eeb630e to your computer and use it in GitHub Desktop.
@-moz-document domain("google.com") {
@media screen and (min-width: 1400px) {
#cnt, #viewport {
background: url(https://dn-bigeagle.qbox.me/images/moe/sagiri_small.png) fixed no-repeat 90% 100% transparent;
}
}
@media screen and (max-width: 1399px) {
#cnt, #viewport {
background: url(https://dn-bigeagle.qbox.me/images/moe/sagiri_small.png) fixed no-repeat 100% 100% transparent;
}
}
@media screen and (max-width: 1024px) {
#cnt, #viewport {
background: url(https://dn-bigeagle.qbox.me/images/moe/sagiri_tiny.png) fixed no-repeat 100% 100% transparent;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment