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
.box-shadow { | |
box-shadow: 0 0 1px rgba(0, 0, 0, 0.7); | |
} |
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
/* Use media queries for high-res CSS styles */ | |
.demo { | |
background-image: url(test.png); | |
} | |
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) { | |
background-image: url([email protected]); | |
} | |
/* image-set W3C: http://dev.w3.org/csswg/css-images/#image-set-notation */ | |
.demo { |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Console] | |
"ColorTable00"=dword:00000000 | |
"ColorTable01"=dword:00800000 | |
"ColorTable02"=dword:00008000 | |
"ColorTable03"=dword:00808000 | |
"ColorTable04"=dword:00000080 | |
"ColorTable05"=dword:00800080 | |
"ColorTable06"=dword:00008080 |
NewerOlder