Skip to content

Instantly share code, notes, and snippets.

@jeromyanglim
Created October 25, 2012 11:42
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 jeromyanglim/3952143 to your computer and use it in GitHub Desktop.
Save jeromyanglim/3952143 to your computer and use it in GitHub Desktop.
keys css
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