Skip to content

Instantly share code, notes, and snippets.

/* TOPページのコメント非表示 */
.page-index .comment-box {
display: none;
}
/* トップ画面ハテナスター非表示 */
.page-index .hatena-star-container{
<style type="text/css">
/*ここからCSS */
/* 記事下のID、時間非表示 */
.entry-footer-section{
display:none;
}
/*ここまでCSS*/
</style>
/* 記事下のID、時間非表示 */
.entry-footer-section{
display:none;
}
/* 画像50%左寄せ */
.page-index .entry-content img{
max-width: 50%;
float: left;
}
/* 画像と文字の隙間を少し開ける */
/* 画像と文字の上部を揃える */
.page-index .entry-content p{
margin: 0;
}
/* 画像と文字の隙間を少し開ける */
.page-index .entry-content img{
max-width: 50%;
float: left;
margin-right: 2%;
}
/* 画像50%左寄せ */
.page-index .entry-content img{
max-width: 50%;
float: left;
}
.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;/* 背景色 */
.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;