Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * はてなブックマーク コメントページ用CSS
- *
- * url-prefix("http://b.hatena.ne.jp/entry")
- *
- * ブラウザ拡張機能「Stylish」で使って下さい。
- * GoogleChromeしか表示確認していません。
- * 広告削除設定は一番最後にあります。
- *
- * 2013/03/22 白背景だと眩しいので薄い灰色に変更
- * 2013/09/05 広告が増えたので削除対象を追加
- * 2013/10/04 コメント欄に「float:left」が増えたので削除
- *
- * @name Hatebu Comment CSS
- * @author superrush4x
- * @version 1.3
- */
- /* Element */
- body {
- background-color: #f0f0f0 !important;
- font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33","Hiragino Kaku Gothic Pro","\30e1\30a4\30ea\30aa","Meiryo","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",Tahoma,Verdana,sans-serif !important;
- }
- a {
- color: #333 !important;
- }
- /* Image */
- img.hatena-star-star {
- opacity: 0.3;
- }
- img.profile-image {
- margin-top: 0 !important;
- border: none !important;
- /*
- width: 18px !important;
- height: 18px !important;
- */
- width: 12px !important;
- height: 12px !important;
- opacity: 0.3;
- }
- a.inplace-report-bookmark img {
- display: none !important;
- }
- a.thumbnail img {
- width: 50% !important;
- height: 50% !important;
- }
- /*
- .retweet-count {
- background: none !important;
- }
- img[src*="icon-twitter.png"] {
- opacity: 0.3;
- }
- img[src*="twimg.com"] {
- opacity: 0.3;
- }
- */
- /* Header */
- img.header-profile-icon,
- #gh-branding img,
- #header-space {
- display: none !important;
- }
- #header-navigation a {
- color: #ccc !important;
- }
- /* Form */
- #add-bookmark-container {
- display: none !important;
- }
- /* Favorite */
- #favorite-bookmarks {
- border: none !important;
- padding: 0 !important;
- }
- #favorite-bookmarks h2 {
- display: none !important;
- }
- #favorite-bookmarks-inner {
- border: none !important;
- margin: 4px !important;
- padding: 0 !important;
- }
- /* Article */
- div.box-wrap.box2.mix {
- background: none !important;
- }
- div.entry-contents {
- width: 940px !important;
- }
- div.entry-contents blockquote {
- display: none !important;
- }
- #entry-content {
- float: left !important;
- margin: 5px !important;
- }
- #title-edit {
- font-size: 16px !important;
- min-height: 36px !important;
- }
- ul.users span {
- font-size: 16px !important;
- }
- /* Comment */
- #bookmarks {
- background-color: #f0f0f0 !important;
- }
- div.box3_1 {
- display: block !important;
- margin: 0 !important;
- }
- div.box3_2 {
- display: block !important;
- width: 980px !important;
- }
- ul.bookmark-list li {
- width: 940px !important;
- background-color: #f0f0f0 !important;
- }
- div.comment-container {
- clear: both !important;
- margin-left: 0 !important;
- line-height: 10px !important;
- color: #333 !important;
- font-size: 12px !important;
- }
- div.header {
- margin: 0 !important;
- }
- span.header {
- float: none !important;
- }
- a.profile-icon {
- margin: 0 !important;
- }
- /* Sidebar */
- #sidebar-inner {
- position: static !important;
- width: 940px !important;
- top: 0 !important;
- }
- /* Adsense */
- div.ads-entry {
- position: fixed !important;
- bottom: 20px !important;
- right: 100px !important;
- }
- #asin-rel-item,
- div.ads-entry,
- div.box1_1,
- ul.entry-list-m,
- li.ad-unit {
- display: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement