Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created March 12, 2012 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chestozo/2021106 to your computer and use it in GitHub Desktop.
Save chestozo/2021106 to your computer and use it in GitHub Desktop.
Untitled
a {
display: inline-block;
padding: 3px 12px;
border: 1px solid #999;
border-top-color: #BBB;
border-radius: 3px;
font: 11px arial;
text-decoration: none;
color: #333;
text-shadow:1px 1px 0px #EEE;
background-image: linear-gradient(bottom, #DDD 0%, #FFF 70%);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
a:hover {
background-image: linear-gradient(bottom, #CCC 0%, #F9F9F9 70%);
}
a:active {
padding-top: 4px;
padding-bottom: 2px;
border-color: #999;
box-shadow: inset 1px 1px 1px 0px #999, inset -1px -1px 1px 0px #999, -1px -1px 1px 0px #f7d94d, 1px 1px 1px 0px #f7d94d;
background-image: linear-gradient(bottom, #DDD 0%, #FFF 70%);
}
<a href="/ready">Готово</a>
{"view":"split-vertical","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment