|
阅读:1987回复:0
inoreader阅读器, 标题简洁样式GR好像明天就不行, 准备更换inoreader. 这个阅读器的使用习惯和GR很像, 感觉是个很不错的替代品. 推荐给大家. 下面这个简单的CSS, 功能就是让标题阅读更简洁. More Compact InoReader 下面的是我按照以前的阅读习惯修改了一些参数的CSS, 大家可以试试或自己调整. @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("inoreader.com") {
/*调整标题的文字大小和间距*/
.article,
.article_unreaded
{
padding: 2.2px 0 !important;
border-left: 0 !important;
margin: 0 !important;
}
.article_header_text {
font-size: 1.2em !important;
display: block !important;
}
}
/*摘要隐藏*/
.article_short_contents{display:none!important;}另外,[s]这才是主要目的[/s] 求助1, 怎么把展开全文的按钮移到左边, 星标的后面 求助2, 有没有[ Google Reader - Colorful List View ] [Google Reader NG Filter], 这两个脚本的替代品. |
|
|