Skip to content

Instantly share code, notes, and snippets.

@kensei
Created July 17, 2013 01:59
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 kensei/6017077 to your computer and use it in GitHub Desktop.
Save kensei/6017077 to your computer and use it in GitHub Desktop.
livedoor reader chrome stylist http://reader.livedoor.com/reader/
/* ヘッダ */
#header {
display: none;
}
/* 記事 */
.item_info {
display: none;
}
.item_title {
font-size: 0.9em !important;
}
.description {
display: none;
}
.item_footer {
height: 15px;
}
.item_footer .widget {
margin-top: 0px;
}
.item_footer .entry_widgets {
font-size: 75%;
}
.item_buttons {
display: none;
}
.item {
border-bottom: 1px solid #D4D0D0 !important;
}
/* title周辺 */
.widget_offset {
display: none;
}
.widget_subscriber {
display: none;
}
.widget_about {
display: none;
}
.rate_pad {
display: none;
}
.channel_image {
display: none;
}
/* フッター */
.adsWrapper {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment