Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigesanpo/3ab9433008dabcd1f53a to your computer and use it in GitHub Desktop.
Save shigesanpo/3ab9433008dabcd1f53a to your computer and use it in GitHub Desktop.
/* 画像50%左寄せ */
.page-index .entry-content img{
max-width: 50%;
float: left;
}
/* 画像と文字の隙間を少し開ける */
.page-index .entry-content img{
max-width: 50%;
float: left;
margin-right: 2%;
}
/* 画像と文字の上部を揃える */
.page-index .entry-content p{
margin: 0;
}
/* TOPページのコメント非表示 */
.page-index .comment-box {
display: none;
}
/* トップ画面ハテナスター非表示 */
.page-index .hatena-star-container{
display:none
}
/* TOPページのいいね非表示 */
.page-index .social-buttons {
display: none;
}
/* TOPページ、記事内の記事下のID、時間非表示 */
.entry-footer-section{
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment