Last active
June 7, 2017 08:56
-
-
Save bigeagle/075763a8f0f4116a4b44e4109eeb630e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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