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
/** | |
* Font UI Window | |
*/ | |
html,body { | |
height: 100%; | |
overflow: hidden; | |
} | |
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
/** | |
* Best Yellow | |
*/ | |
html,body { | |
height: 100%; | |
overflow: hidden; | |
} | |
body { |
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
/** | |
* CSS | |
* | |
* @version 2.0 | |
* @author Louis Bullock | |
* louisbullock.com.au | |
* | |
*/ |
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
/** | |
* Butterfly UI CSS | |
*/ | |
* { | |
margin:0; | |
padding:0; | |
} | |
html { |
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
/** | |
* Reload Icon in CSS | |
*/ | |
body { | |
font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif; | |
-webkit-font-smoothing: antialiased; | |
text-shadow:0 0 1px rgba(0,0,0,0.01); | |
-webkit-text-stroke:1px transparent; | |
text-rendering:optimizeLegibility; |
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
/* Resizable <i> Cloud */ | |
html { | |
min-height: 100%; | |
font-size: 1em; | |
background-image: -webkit-radial-gradient(#E5E8EB,#8894A2); | |
background-image: -moz-radial-gradient(#E5E8EB,#8894A2); | |
background-image: -o-radial-gradient(#E5E8EB,#8894A2); | |
background-image: -ms-radial-gradient(#E5E8EB,#8894A2); |
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
/** | |
* iTunes Album Art Mini Player CSS | |
*/ | |
html,body { | |
height: 100%; | |
overflow: hidden; | |
} |
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
/** | |
* iTunes Album Art Mini Player CSS | |
*/ | |
html,body { | |
height: 100%; | |
overflow: hidden; | |
} |
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
/** | |
* CSS Box model demo | |
*/ | |
body { | |
width: 300px; | |
height: 200px; | |
padding: 30px; | |
border-width: 10px; | |
/*box-sizing: border-box;*/ |
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
/* Resizable <i> Cloud */ | |
html { | |
min-height: 100%; | |
font-size: 1em; | |
background-image: -webkit-radial-gradient(#E5E8EB,#8894A2); | |
background-image: -moz-radial-gradient(#E5E8EB,#8894A2); | |
background-image: -o-radial-gradient(#E5E8EB,#8894A2); | |
background-image: -ms-radial-gradient(#E5E8EB,#8894A2); |