はてなダイアリーのNablaテーマで使用中のユーザスタイルシート
Created
April 30, 2012 15:38
-
-
Save zonuexe/2559396 to your computer and use it in GitHub Desktop.
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
p {margin: 0.7em 2em} | |
.syntax-highlight, code{ font-family: "consolas" monospace; } | |
.twitter-detail{ border: 1px solid; padding: auto } | |
.twitter-detail-user{ margin: auto } | |
.twitter-detail-tweet{ margin: auto } | |
.twitter-detail-info{ text-align: left; padding: 1em; margin: 1em} | |
.synComment{ color: #69F; } | |
dfn { text-style: normal; text-decoration: underline; } | |
code { border: solid 1px; padding: 3px; background: #DDD; color: #000;} | |
code a.keyword, code a.keyword:link, code a.keyword:visited, | |
code a.okeyword, code a.okeyword:link, code a.okeyword:visited, | |
code a, code a:link, code a:visited {color: black; } | |
.section ol, .section ul{ padding-left: 1em; } | |
.thread2ch dl { margin: 0.5em; } | |
.thread2ch dl .syntax-highlight { margin: 0.5em 0;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment