关于我
 

xjpvictor's Blog
小老鼠,上灯台,两只耳朵竖起来

New Google Reader CSS


各种折腾·googleopera

本文最后编辑于超过3744天以前,部分内容可能已经失效

对于Google Reader的新UI我都懒的吐槽了,反正现在Google的服务在小上网本上全线扒窝,能有一半的屏幕用来显示内容就不错了,剩下一片白,亮瞎我的狗眼。
别的就算了,Google Reader天天要用的,而且还找不到更好的,在考虑newsblur,但貌似有点慢。所以想办法通过修改User CSS,至少让Google Reader显示内容的空间大一点。

/*Read*/
.read .entry-container .entry-title a {
color: #333333 !important;
}
.read .entry-container .entry-body a {
color: #2244BB !important;
}

/*Unread*/
.entry-container .entry-title a, .entry-container .entry-body a {
color: #2244BB !important;
}

/*Subscription Section*/
#lhn-add-subscription-section {
height: 37px !important;
}

/*Viewer Header*/
#viewer-header {
height: 37px !important;
}

/*Top Bar*/
#top-bar {
height: 35px !important;
}

/*Search Field*/
#search {
padding-bottom: 3px !important;
padding-top: 3px !important;
}

/*Item Outline*/
.card {
border-right-style: solid !important;
padding-right: 1em !important;
}

很简单的CSS,好吧,其实是我不会复杂的。也没有javascript,因为我也不会,羞。
界面布局都没动,只是把未读条目的颜色改回原来的蓝色,把顶上的大白条给弄细些,然后把选中条目的那个框右边给补齐。

看看图吧。list视图

Expand视图

Update:在网上看到有人也做了一个CSS,而且做得更彻底,完全像原版的了。链接:http://www.v2ex.com/t/20606

本文 "New Google Reader CSS" 由 K. Huang 首先发表于 xjpvictor's Blog 并以 CC BY-NC 4.0 许可证发布 © 2011
转载注明引用来源 https://blog.xjpvictor.info/2011/11/new-google-reader-css/


推广:个人专属 VPN,独立 IP,无限流量,多机房切换,还可以屏蔽广告和恶意软件,每月最低仅 5 美元

打赏我

评论

你的邮箱地址不会被公开。必填项以 * 标出

无意义或不相关评论将被删除

允许使用以下html标签:<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

你可以上传文件,粘贴代码或长文至 Drop.it.r

本博客是言论不自由博客,评论只接受询问及赞同,不同观点请出门左转微博/发表于自己的博客。谢谢合作!

评论意味着你 同意 上传部分私人数据,包括邮箱和 IP, 这些数据不会被分享给第三方,不会用于商业用途或再推广用途。

更多相似文章