Created
December 7, 2014 15:49
-
-
Save SpringMT/51bfca5e86d6a6dd83f1 to your computer and use it in GitHub Desktop.
css for kobito
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
| /* See Kobito.app/Contents/Resources/markdown.css for predefined style. */ | |
| /* ~/Library/Containers/com.qiita.Kobito/Data/Library/Kobito/CSS/custom-style.css */ | |
| * { | |
| color:#333333; | |
| font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; | |
| line-height:180%; | |
| } | |
| body { | |
| background:#FCFCFC; | |
| padding:20px; | |
| } | |
| blockquote { | |
| border-left :solid 4px #DDDDDD; | |
| padding:3px 10px; | |
| margin:10px 0; | |
| background:#F7F7F7; | |
| } | |
| pre { | |
| border-radius: 3px; | |
| background:#F7F7F7; | |
| border:solid 1px #EEEEEE; | |
| padding:8px; | |
| } | |
| code { | |
| border-radius: 3px; | |
| background:#F7F7F7; | |
| border:solid 1px #EEEEEE; | |
| padding:8px; | |
| } | |
| a { | |
| color:#4183C4; | |
| } | |
| h1 { | |
| border-top: 1px solid #DDDDDD; | |
| color: #333333; | |
| font-size: 18px; | |
| font-weight:bold; | |
| line-height: 1; | |
| padding: 16px 0px; | |
| font-size:20px; | |
| margin: 0px; | |
| } | |
| h2 { | |
| color:#325D72; | |
| border-top:solid #DDDDDD 1px; | |
| border-bottom:none; | |
| padding:16px 0; | |
| font-weight:bold; | |
| line-height:1.2em; | |
| font-size:18px; | |
| } | |
| h3 { | |
| color:#333333; | |
| font-size:16px; | |
| font-weight:bold; | |
| border-bottom:none; | |
| padding:0; | |
| } | |
| h4 { | |
| color:#333333; | |
| font-size:14px; | |
| font-weight:normal; | |
| } | |
| strong { | |
| color:#333333; | |
| font-weight:bold; | |
| padding:2px 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment