Created
April 15, 2013 23:54
-
-
Save sa1f/5392280 to your computer and use it in GitHub Desktop.
Green bitmap w/ cyan pixel border
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
/** | |
Green bitmap w/ cyan pixel border */ | |
body{ | |
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2Pk4uL6z4AGGIF8agsCADOeBR+WDLDtAAAAAElFTkSuQmCC); | |
min-height: 100%; } | |
#logo { | |
color: lime; | |
-webkit-font-smoothing:none; | |
font: 20em ProggyCleanTT CE ; | |
text-align: center;;} | |
#logo { | |
color:#7FFF00; | |
background: | |
} | |
.i { | |
margin-left: -.12em; | |
} | |
.f { | |
margin-left: -.18em; | |
} | |
#logo { | |
margin-top: .5em; | |
} | |
span { | |
text-shadow: 0 0 870px green, 0 0 400px lime; | |
} | |
#j { | |
color: lime; | |
width:450px; | |
margin: auto; | |
border-radius: 24px; | |
} | |
#j img { | |
margin: 1em auto; | |
display: block; | |
} | |
p { | |
font-family: "Terminus","BotanikaMono-Lite"; | |
font-size: 20px; | |
line-height: 1.4em; | |
color: #B0B0B0; | |
text-align:justify; | |
text-justify:inter-word; | |
-webkit-font-smoothing:none; | |
} | |
h1 { | |
font: 3em "ProggyCleanTT CE"; | |
color: #00CDDF; | |
-webkit-font-smoothing:none; | |
text-align: center} | |
img { | |
border-image: url(http://i.imgur.com/ciPZR.png) 3 repeat; | |
border-width: 3px; | |
display: block; | |
margin: auto; | |
max-width: 440px; |
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
<body> | |
<div id='logo'> | |
<span>S</span><span>a</span><span class='i'>i</span><span class='f'>f</span> | |
</div> | |
<div id='j'> | |
</div> | |
</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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment