[作废]还你正常的小清新Google Reader
17:25更新:去掉了一个手误Bug,该手误会让你的按钮此起彼伏...
今天Google Reader升级了小清新,取消了独立的社区分享,与G+整合,对我来说最大是困扰就是不能看网友们的分享了,太Shit了!!!
另外一个问题就是小清新界面不像Google Docs那样可以选择紧凑样式,于是那个界面:空行太霸道了!于是我稍微花了点早上的时间,简单的改了下css,可以凑合用用,需要注意的是:订阅按钮被我隐藏了,主要是因为它老躲在下面不出来...
对比如下:

用法是在Chrome上面装好Stylish,然后新建一个样式,名字随便起,然后把下面的贴到代码里面。并且 “应用到”选择“以指定地址开始”,并在后面填入你的GR地址,比如我的是https://www.google.com/reader/,之后保存即可。
#overview .title{font-size: 120% !important;}
#overview .overview-segment{margin-top: 1em !important;margin-bottom: 1em !important;}.goog-flat-menu-button{line-height: 24px !important;}
.jfk-button , .goog-button-base-inner-box {height:24px !important;}
#search-input{height: 22px !important;}#lhn-add-subscription-section,#logo-container{display:none !important;}
#top-bar{height:0 !important}#entries {padding-right:0px !important;}
#entries.list .entry .collapsed {padding:1px !important;height:20px !important;line-height:3.2ex !important;}
#entries.list .collapsed .entry-main .entry-source-title{top:0 !important;}
#entries.list .collapsed .entry-secondary{top:0 !important;}
#lhn-selectors .selector{padding-left:2px !important;}.entry-container .entry-main .entry-title{max-width: auto !important;font-size: 120% !important;}
.name-unread {color:red !important;}
.folder .icon{margin-left: 2px !important;}
.folder .folder .folder-toggle{margin-left: 2px !important;}
.folder .folder > a > .icon {margin-left: 10px !important;}
.folder .sub-icon {margin-left: 18px !important;}#sections-header,#lhn-add-subscription-section{height:32px !important;margin-bottom: 1em !important;}
#viewer-header{height:32px !important;}
#search{position:absolute !important;left:100px !important;top:-43px !important;Z-index:999 !important;}
#lhn-add-subscription{position:absolute !important;left:855px !important;top:-5px !important;Z-index:9999 !important;}
需要注意是的:这是临时的,我没有去细调,所以有的地方会比较扭曲,不过别在意,过几天Stylish官网就应该有人更新GR的精简CSS了,到时候各位客官订阅人家牛人改的就行了。
