Created
February 22, 2015 08:09
-
-
Save djfrsn/e3ab8df5ac614a70ae41 to your computer and use it in GitHub Desktop.
Responsive Markers
This file contains hidden or 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
| /* ADD-ON | |
| -------------------------------------------------- */ | |
| body:after{content:"less than 320px";font-size:1rem;font-weight:bold;position:fixed;bottom:0;width:100%;text-align:center;background-color:hsla(1,60%,40%,0.7);color:#fff;height:20px;padding-top:0;margin-left:0;left:0}@media only screen and (min-width:320px){body:after{content:"320 to 480px";background-color:hsla(90,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:480px){body:after{content:"480 to 768px";background-color:hsla(180,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:768px){body:after{content:"768 to 980px";background-color:hsla(270,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:980px){body:after{content:"980 to 1024px";background-color:hsla(300,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}}@media only screen and (min-width:1024px){body:after{content:"1024 and up";background-color:hsla(360,60%,40%,0.7);height:20px;padding-top:0;margin-left:0}} | |
| ::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; } | |
| ::-moz-selection { background: #ff5e99; color: #FFFFFF; } | |
| a, a:focus, a:active, a:hover, object, embed { outline: none; } | |
| :-moz-any-link:focus { outline: none; } | |
| input::-moz-focus-inner { border: 0; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment