Skip to content

Instantly share code, notes, and snippets.

@Grawl
Created June 12, 2012 15:41
Show Gist options
  • Save Grawl/2918286 to your computer and use it in GitHub Desktop.
Save Grawl/2918286 to your computer and use it in GitHub Desktop.
HackStore Download button
/**
* HackStore Download button
*/
a[href^="http://"] {
display: inline-block;
position: relative;
height: 7px;
width: 54px;
font-family: sans-serif;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
color: black;
background: linear-gradient(#d9d9d9, #cfcfcf);
padding: 2px 6px;
border: 1px solid #c5c5c5;
border-radius: 6px;
}
a[href^="http://"] > img[src*="/templates/99theme/images/dlext"] {
opacity: 0;
z-index: 1;
}
a[href^="http://"]::before {
content: 'Download';
position: absolute;
top: -1px;
left: 3px;
z-index: 2;
}
<a href="http://bitly.com/KoNBBm"><img src="http://ru-hackstore.com/templates/99theme/images/dlext_english.png"></a>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment