しろくまログ

彩りのある生活を送っていきたいと思っています

/* */ @import "/css/theme/smooth/smooth.css"; /* */ /* */ /* default */ /* */ /* 目次記法 */ .table-of-contents { display: inline-block; margin: 1em 0 !important; padding: 1em 1.5em 1em 2em !important; border: 1px solid #ccc; background: #1e90ff; } /* 目次記法の小見出しを作る */ .table-of-contents:before { display: block; content: “目次”; margin-bottom: 1em; font-weight: bold; text-align: center; } /* 引用記法1-1 */ .entry-content blockquote { position: relative; padding: 30px 15px 8px 15px; box-sizing: border-box; background: #efefef; color: #555; } /* 引用記法1-2(たぶん“) */ .entry-content blockquote:before{ display: inline-block; position: absolute; top: 13px; left: 15px; vertical-align: middle; content: "\f10d"; font-family: FontAwesome; color: #cfcfcf; font-size: 28px; line-height: 1; font-weight: 900; } /* 引用記法1-3(たぶん行間) */ .entry-content blockquote p { padding: 0; margin: 10px 0; line-height: 1.7; } /* 引用記法1-4(たぶん背景色) */ .entry-content blockquote cite { display: block; text-align: right; color: #888888; font-size: 0.9em; } /*フォントの設定 */ body { font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "MS ゴシック", sans-serif; }