Skip to content

Instantly share code, notes, and snippets.

@wodim
Last active December 23, 2015 00:09
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 wodim/6551561 to your computer and use it in GitHub Desktop.
Save wodim/6551561 to your computer and use it in GitHub Desktop.
Stylish stylesheet for Feedly (Google Reader look-a-like)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://cloud.feedly.com/") {
/* inside views */
.inlineFrame {
padding: 20px 0 0 0 !important;
background-size: 20px 20px !important;
min-height: 0 !important;
}
.entryTitle.title {
/* padding-bottom: 10px; */
/* border-bottom: 1px solid #ececea; */
margin-bottom: 10px !important;
font-size: 16pt !important;
}
.topWikiWidget,
.bottomWikiWidget,
.websiteCallForAction {
display: none !important;
}
.u100entry {
max-width: none !important;
margin: 0 20px !important;
}
.entryTitle {
max-width: none !important;
}
.entryBody {
max-width: none !important;
font-size: 10pt !important;
line-height: 1.6 !important;
margin-top: 0 !important;
margin-bottom: 20px !important;
}
.frameActionsTop {
height: 20px !important;
line-height: 20px !important;
margin-top: -20px !important;
}
.entryHeader.metadata {
/* font-size: 8pt !important; */
}
.pinContainer .pin {
display: none !important;
}
/* list view */
.condensedTools {
width: 80px !important;
}
.condensedTools a[style*="twitter"],
.condensedTools img[src*="buffer"] {
display: none !important;
}
.condensedTools img,
.condensedTools a,
.lastModified {
padding: 0 !important;
}
.u0Entry .u0Summary {
/* same as timestamp, so it's different from title */
color: #a3a3a2 !important;
}
/* rest of the ui */
#feedlyTitleBar .feedTitle {
text-transform: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment