Created
October 25, 2012 11:42
-
-
Save jeromyanglim/3952143 to your computer and use it in GitHub Desktop.
keys css
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
kbd{white-space:nowrap; | |
color:#000; | |
background:#eee; | |
border-style:solid; | |
border-color:#ccc #aaa #888 #bbb; | |
padding:2px 6px; | |
-moz-border-radius:4px; | |
-webkit-border-radius:4px; | |
border-radius:4px; | |
-moz-box-shadow:0 2px 0 rgba(0, 0, 0, 0.2),0 0 0 1px #ffffff inset; | |
-webkit-box-shadow:0 2px 0 rgba(0, 0, 0, 0.2),0 0 0 1px #ffffff inset; | |
box-shadow:0 2px 0 rgba(0, 0, 0, 0.2),0 0 0 1px #ffffff inset; | |
background-color:#FAFAFA; | |
border-color:#CCCCCC #CCCCCC #FFFFFF; | |
border-style:solid solid none; | |
border-width:1px 1px medium; | |
color:#444444; | |
font-family:'Helvetica Neue',Helvetica,Arial,Sans-serif; | |
font-size:11px; | |
font-weight:bold; | |
white-space:nowrap; | |
display:inline-block; | |
margin-bottom:5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment