Advertisement
superrush4x

Hatebu Comment CSS

Mar 22nd, 2013
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.31 KB | None | 0 0
  1. /**
  2.  * はてなブックマーク コメントページ用CSS
  3.  *
  4.  * url-prefix("http://b.hatena.ne.jp/entry")
  5.  *
  6.  * ブラウザ拡張機能「Stylish」で使って下さい。
  7.  * GoogleChromeしか表示確認していません。
  8.  * 広告削除設定は一番最後にあります。
  9.  *
  10.  * 2013/03/22 白背景だと眩しいので薄い灰色に変更
  11.  * 2013/09/05 広告が増えたので削除対象を追加
  12.  * 2013/10/04 コメント欄に「float:left」が増えたので削除
  13.  *
  14.  * @name           Hatebu Comment CSS
  15.  * @author         superrush4x
  16.  * @version        1.3
  17.  */
  18.  
  19. /* Element */
  20.  
  21. body {
  22.     background-color: #f0f0f0 !important;
  23.     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;
  24. }
  25.  
  26. a {
  27.     color: #333 !important;
  28. }
  29.  
  30. /* Image */
  31.  
  32. img.hatena-star-star {
  33.     opacity: 0.3;
  34. }
  35.  
  36. img.profile-image {
  37.     margin-top: 0 !important;
  38.     border: none !important;
  39. /*
  40.     width: 18px !important;
  41.     height: 18px !important;
  42. */
  43.     width: 12px !important;
  44.     height: 12px !important;
  45.     opacity: 0.3;
  46.  
  47. }
  48.  
  49. a.inplace-report-bookmark img {
  50.     display: none !important;
  51. }
  52.  
  53. a.thumbnail img {
  54.     width: 50% !important;
  55.     height: 50% !important;
  56. }
  57.  
  58. /*
  59. .retweet-count {
  60.     background: none !important;
  61. }
  62.  
  63. img[src*="icon-twitter.png"] {
  64.     opacity: 0.3;
  65. }
  66.  
  67. img[src*="twimg.com"] {
  68.     opacity: 0.3;
  69. }
  70. */
  71.  
  72. /* Header */
  73.  
  74. img.header-profile-icon,
  75. #gh-branding img,
  76. #header-space {
  77.     display: none !important;
  78. }
  79.  
  80. #header-navigation a {
  81.     color: #ccc !important;
  82. }
  83.  
  84. /* Form */
  85.  
  86. #add-bookmark-container {
  87.     display: none !important;
  88. }
  89.  
  90. /* Favorite */
  91.  
  92. #favorite-bookmarks {
  93.     border: none !important;
  94.     padding: 0 !important;
  95. }
  96.  
  97. #favorite-bookmarks h2 {
  98.     display: none !important;
  99. }
  100.  
  101. #favorite-bookmarks-inner {
  102.     border: none !important;
  103.     margin: 4px !important;
  104.     padding: 0 !important;
  105. }
  106.  
  107. /* Article */
  108.  
  109. div.box-wrap.box2.mix {
  110.     background: none !important;
  111. }
  112.  
  113. div.entry-contents {
  114.     width: 940px !important;
  115. }
  116.  
  117. div.entry-contents blockquote {
  118.     display: none !important;
  119. }
  120.  
  121. #entry-content {
  122.     float: left !important;
  123.     margin: 5px !important;
  124. }
  125.  
  126. #title-edit {
  127.     font-size: 16px !important;
  128.     min-height: 36px !important;
  129. }
  130.  
  131. ul.users span {
  132.     font-size: 16px !important;
  133. }
  134.  
  135. /* Comment */
  136.  
  137. #bookmarks {
  138.     background-color: #f0f0f0 !important;
  139. }
  140.  
  141. div.box3_1 {
  142.     display: block !important;
  143.     margin: 0 !important;
  144. }
  145.  
  146. div.box3_2 {
  147.     display: block !important;
  148.     width: 980px !important;
  149. }
  150.  
  151. ul.bookmark-list li {
  152.     width: 940px !important;
  153.     background-color: #f0f0f0 !important;
  154. }
  155.  
  156. div.comment-container {
  157.     clear: both !important;
  158.     margin-left: 0 !important;
  159.     line-height: 10px !important;
  160.     color: #333 !important;
  161.     font-size: 12px !important;
  162. }
  163.  
  164. div.header {
  165.     margin: 0 !important;
  166. }
  167.  
  168. span.header {
  169.     float: none !important;
  170. }
  171.  
  172. a.profile-icon {
  173.     margin: 0 !important;
  174. }
  175.  
  176. /* Sidebar */
  177.  
  178. #sidebar-inner {
  179.     position: static !important;
  180.     width: 940px !important;
  181.     top: 0 !important;
  182. }
  183.  
  184. /* Adsense */
  185.  
  186. div.ads-entry {
  187.     position: fixed !important;
  188.     bottom: 20px !important;
  189.     right: 100px !important;
  190. }
  191.  
  192. #asin-rel-item,
  193. div.ads-entry,
  194. div.box1_1,
  195. ul.entry-list-m,
  196. li.ad-unit {
  197.     display: none !important;
  198. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement