Skip to content

Instantly share code, notes, and snippets.

@scturtle
Created April 24, 2012 02:17
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 scturtle/2475531 to your computer and use it in GitHub Desktop.
Save scturtle/2475531 to your computer and use it in GitHub Desktop.
reeeder for stylish
/*
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp('https?://www\\.google\\.com/reader/view.*') {
*/
/* 正文变大 */
#viewer-container {
font-size: 130% !important;
}
/* 增高的条目栏的源和时间的微调 */
#entries.list .collapsed .entry-source-title, #entries.list .collapsed .entry-title, #entries.list .collapsed .entry-date{
padding-top: 3px !important;
}
/* 条目栏增高 */
#entries.list .entry .collapsed, #entries.list #current-entry.expanded .collapsed {
height: 32px !important;
}
/* 主要内容居中且行距增大 */
div.entry-main{
width:50% !important;
margin-left:25% !important;
line-height:200% !important;
}
/* 段首缩进
div.item-body{
text-indent: 2em;
} */
/*链接 */
div.entry-body a, div.entry-body span.link, #no-entries-msg span.link {
color: black !important;
text-decoration:none !important;
border-bottom: gray 2px dotted;
font-weight: bold !important;
}
#no-entries-msg span.link {
color:black !important;
}
/*标题 链接*/
div.entry-main a {
color:black !important;
}
/*导航栏渐变*/
div#viewer-header-container, div#viewer-header {
background-image: -moz-linear-gradient(top, #EEEEEE, #BFBFBF) !important;
/*background-image: -webkit-linear-gradient(top, #EEEEEE, #BFBFBF) !important;*/
}
/*条目颜色*/
.entry .collapsed {/*未读*/
background: #f3f3f3 !important;
}
.entry.read .collapsed, #current-entry.expanded .collapsed {/*已读*/
background: #e5e5e5 !important;
}
#current-entry .collapsed {/*当前*/
background: #fffff9 !important;
}
div.expanded .collapsed {/*展开*/
box-shadow: 0px 3px 10px #888888;/*下方阴影*/
}
div.expanded .entry-actions {
box-shadow: 0px 3px 13px #888888;/*上方*/
}
/*去左蓝线*/
#current-entry .entry-container {
border-left: 0px !important;
}
div.entry-actions {
border-left: 0px !important;
}
.collapsed {
border-left: 0px !important;
}
/*"所有条目"那个地方*/
div#viewer-entries-container {
background: #E0E0E0 !important;
}
/*全屏toggle*/
div#chrome-fullscreen-top-toggle {
background: #BFBFBF !important;
border: 0px !important;
}
/*全屏toggle小箭头*/
div#chrome-fullscreen-top-toggle-icon {
border-color: #BFBFBF #BFBFBF #EEEEEE !important;
}
/*正文背景色*/
div.entry-container{
margin: 15px 0px !important;
background: #F7F5F2 !important;
}
div.entry, #no-entries-msg {
background: #F7F5F2 !important;
}
/* 上方和左侧导航栏背景 */
#gbx1, #gbx2, #nav,
#nav div[class*="section"],
#nav li{
background: #F1F1F1 !important;
}
/* 左侧导航栏 左侧小空白或红色标签 */
#nav #overview-selector,
#nav #lhn-selectors .selector,
#nav #sub-tree-header,
#nav a{
border-left: 0px !important;
}
/*去掉条目栏右方多余部分*/
#entries {
padding: 0px 1px 0 2px !important;
}
/* viewer-entries-container height
#viewer-entries-container {
height: +10px !important;
}*/
/*}*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment