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
ul li { | |
list-style: none; | |
} | |
.unit-list { | |
border:5px solid #ababab; | |
background-color:#fff; | |
} | |
.unit-list li { | |
position:relative; |
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
/** | |
Green bitmap */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
-webkit-font-smoothing:none; |
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
/** | |
Green bitmap */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
-webkit-font-smoothing:none; |
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
/** | |
Green bitmap */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
font: 16em ProggyCleanTT CE ; |
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
/** | |
Green bitmap */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
font: 15em ProggyCleanTT CE ; |
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
/** | |
Green bitmap */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
font: 15em ProggyCleanTT CE ; |
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
/** | |
Green bitmap */ | |
body{ | |
background: black; | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
font: 15em ProggyCleanTT CE ; |
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
/* Blargh aquamarine */ | |
* { | |
font-family: futurascript; | |
font-size: 300px; | |
background: aquamarine; | |
color: white; | |
line-height:5px; | |
text-shadow: 0 1px 0 #ccc, | |
0 2px 0 #c9c9c9, | |
0 3px 0 #bbb, |
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
/* Blargh aquamarine */ | |
* { | |
font-family: futurascript; | |
font-size: 300px; | |
background: aquamarine; | |
color: white; | |
line-height:5px; | |
text-shadow: 0 1px 0 #ccc, | |
0 2px 0 #c9c9c9, | |
0 3px 0 #bbb, |
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
z/** | |
* Perpetually Hidden | |
*/ | |
background: #f06; | |
background: -webkit-linear-gradient(45deg, #f06, #F9CD00); | |
background: -webkit-radial-gradient(50% 25%, ellipse cover, rgba(249,205,0,1) 0%,rgba(240,111,6,1) 100%); | |
background-position: 0% -231%; | |
min-height: 100%; | |
color: #DC5D0E; |