View gist:bb6a25dde7c51041fecc
.entry-content .entry-see-more::before { | |
background-color: #ffffff; | |
content: "\f0a9"; | |
display: inline-block; | |
font-family: FontAwesome; | |
margin-right: 7px; | |
} | |
.entry-content .entry-see-more { | |
background-color: #ffffff; |
View gist:4a0e3b0a5725312dc98a
.entry-content .entry-see-more::before { | |
background-color: #ffffff; | |
content: "\f0a9";/* webアイコン番号 */ | |
display: inline-block; | |
font-family: FontAwesome; | |
margin-right: 7px;/* アイコンと続きを読むの間の間隔 */ | |
} | |
.entry-content .entry-see-more { | |
background-color: #ffffff;/* 背景色 */ |
View 画像50%左寄せ
/* 画像50%左寄せ */ | |
.page-index .entry-content img{ | |
max-width: 50%; | |
float: left; | |
} |
View 画像と文字の隙間を少し開ける
/* 画像と文字の隙間を少し開ける */ | |
.page-index .entry-content img{ | |
max-width: 50%; | |
float: left; | |
margin-right: 2%; | |
} |
View 画像と文字の上部を揃える
/* 画像と文字の上部を揃える */ | |
.page-index .entry-content p{ | |
margin: 0; | |
} |
View top画面スッキリ
/* 画像50%左寄せ */ | |
.page-index .entry-content img{ | |
max-width: 50%; | |
float: left; | |
} | |
/* 画像と文字の隙間を少し開ける */ |
View gist:73ed5051d7a35b260deb
/* 記事下のID、時間非表示 */ | |
.entry-footer-section{ | |
display:none; | |
} |
View gist:5849462b36af8e99d9b9
<style type="text/css"> | |
/*ここからCSS */ | |
/* 記事下のID、時間非表示 */ | |
.entry-footer-section{ | |
display:none; | |
} | |
/*ここまでCSS*/ | |
</style> |
View gist:86cbedf8f0fa783d0878
/* TOPページのコメント非表示 */ | |
.page-index .comment-box { | |
display: none; | |
} | |
/* トップ画面ハテナスター非表示 */ | |
.page-index .hatena-star-container{ |
View トップ画面フッター非表示
/*トップ画面フッター非表示*/ | |
.page-index .entry-footer{ | |
display:none | |
} |
OlderNewer