-
-
Save chestozo/1518438 to your computer and use it in GitHub Desktop.
Untitled
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
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%); | |
} | |
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
<a href="/ready">Готово</a> |
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
{"view":"split-vertical","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment