Skip to content

Instantly share code, notes, and snippets.

@wenLiangcan
Created March 17, 2013 12:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenLiangcan/5181267 to your computer and use it in GitHub Desktop.
Save wenLiangcan/5181267 to your computer and use it in GitHub Desktop.
feedly样式 只是把84468和84527这两个样式合并在了一起
@-moz-document domain("feedly.com") {
div#feedlyFrame { width : 98% !important;}
div#feedlyPart { width : 98% !important;}
div#feedlyPage, div#mainArea { width: 100% !important;}
div#sideArea
{ display: none !important; }
.entryHolder {
width:100% !important;
max-width: 100% !important;
}
.content img { margin-left:0px !important }
.u100Entry { width: 100% !important; }
.u100Entry.selectedEntry {
width: none !important;
width: 100% !important;
}
#recommentationAreaHeadlines>div { width:28% !important }
#recommentationAreaHeadlines .topRecommendedEntry { width: 100% !important; }
.u100frame{ padding:0 0 34px 0 !important; }
.area { margin-left:0 !important }
.u100Entry .title { margin-bottom:5px !important }
.topWikiWidget.wikiWidget { display: none !important}
.entryList .u4Entry,
#mainArea .u10Entry
{ max-width:none !important }
#floatingBar{
width: 73% !important;
background-color: #999 !important;
border: #777 !important;
}
#feedlyTabsHolder{ margin-top:10px !important; height:100% !important; }
#feedlyTabs { height:100% !important; }
div#mainArea { width:100% !important; }
BODY.home { background: #E1E1E1; !important; }
div.entryBody {
background: #ccc;
font-size:16px !important;
}
.entryBody a {
color: #B22222 !important;
}
.entryBody a:visited {
color: #000099 !important;
}
#feedlyPart0 {
background: #aaa !important;
}
.summary {
color: #222 !important;
font-size:15px !important;
}
h2 {
color: #B22222 !important;
}
.nbrRecommendations {
color: #B22222 !important;
}
*.action {
color: #B22222 !important;
}
.metadata {
color: #336699 !important;
}
h1 .hhint {
text-shadow: 1px 1px 0px #ccc;
color: #333 !important;
}
#feedlyMessageBar {
background-color: #669966 !important;
color:#eee !important;
}
.inlineFrame {
background-color: #ccc !important;
}
.entryHolder {
background-color: transparent !important;
}
.placeholder {
background-color: #9a9a9a !important;
border: #ccc !important;
}
.inlineFrame .selectedEntry {
background-color: #ccc !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment