Skip to content

Instantly share code, notes, and snippets.

@kenc0224
Created January 13, 2016 10:29
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 kenc0224/a079385c7a0c69ad119b to your computer and use it in GitHub Desktop.
Save kenc0224/a079385c7a0c69ad119b to your computer and use it in GitHub Desktop.
.w-kbd {
font-family: Meiryo, "Lucida Grande", sans-serif;/*フォント指定*/
font-size: 10px;/*フォントサイズ指定*/
border-radius: 7px;/*キーの角丸指定*/
padding: 0.7em 1em;/*キーの余白指定*/
margin: 0.1em;/*キーとキーの間隔指定*/
white-space: nowrap;/*キー内での折り返し禁止指定*/
line-height: 3.7em;/*キーの行間指定*/
box-shadow:rgba(153, 153, 153, 0.6) 1px 2px 2px 0px;/*キーの影指定*/
color: #30322F;/*キーの文字色指定*/
background : linear-gradient(#FBFBFD, #EFEFF1);/*キーの色指定*/
border: #cccccc solid 1px;/*キーの枠線指定*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment