Skip to content

Instantly share code, notes, and snippets.

@nabinno
Created July 8, 2017 08:48
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 nabinno/c4234a56cb3b0529a2abb60351ab2725 to your computer and use it in GitHub Desktop.
Save nabinno/c4234a56cb3b0529a2abb60351ab2725 to your computer and use it in GitHub Desktop.
Stylish for Hatena::Bookmark on 2017-07-08
#left-container,
#right-container,
#page-navi,
#help-pane {
display: none;
margin: 0;
padding: 0;
width: auto;
}
.main-navi.left-content,
.entry-image-block,
.entry-comment-fold,
.others.hidden,
.profile-image,
#user-search,
blockquote {
display: none!important;
}
#center-container {
width: 100%;
padding: 0;
margin: 0;
}
.entry-block,
.mine {
padding: 0!important;
}
.entry-comment {
margin: 0;
}
.entry-link {
color: black!important;
}
.main-entry-list .entry-block {
border: 0;
}
.user-comment-meta.starContainer {
display: inline;
padding-left: 10px;
}
.wrapper-container-inner.left-column-line {
width: auto;
min-width: 100%;
}
img[title="ブックマークを削除する"],
img[title="コメントを編集する"] {
display: inline!important;
right: 40px!important;
top: 5px!important;
}
img[title="ブックマークを削除する"] {
right: 22px!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment