Created
September 2, 2019 18:55
-
-
Save WillPresley/00dd269ec3d631e84aaaf49176d72386 to your computer and use it in GitHub Desktop.
FreshRSS CSS rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* GLOBAL/Interface */ | |
.flux .item.website > a { margin-right: 10px; } | |
/* All Feeds */ | |
.content blockquote p { margin: 1em; } | |
/* Android Police */ | |
div[data-feed="3"] .content header, | |
div[data-feed="3"] .content header ~ div:first-of-type, | |
div[data-feed="3"] .content header ~ div:nth-last-child(3) { display: none; } | |
/* Football London */ | |
div[data-feed="11"] .content div[itemprop="articleBody"] > span, | |
div[data-feed="11"] .content div[itemprop="articleBody"] > span ~ div:first-of-type, | |
div[data-feed="11"] .content div[itemprop="articleBody"] > div[data-mod="video"] div[data-mod="image"] img:first-of-type, | |
div[data-feed="11"] .content div[itemprop="articleBody"] > div[data-mod="video"] div[data-mod="image"] ~ div { display: none; } | |
/* MSPowerUser */ | |
div[data-feed="18"] .content article ~ footer, | |
div[data-feed="18"] .content > div:last-of-type > div:last-of-type { display: none; } | |
/* Polygon */ | |
div[data-feed="27"] .content div[data-cid^="site/social_buttons_list"], | |
div[data-feed="27"] .content div[data-analytics-placement="sidebar"], | |
div[data-feed="27"] .content div[data-cid^="site/related_list"], | |
div[data-feed="27"] .content section[data-cid^="apps/comment_forum"], | |
div[data-feed="27"] .content section[data-cid^="apps/comment_forum"] ~ div:first-of-type, | |
div[data-feed="27"] .content ul[aria-labelledby^="heading-label--"], | |
div[data-feed="27"] .content article > div:first-of-type { display: none; } | |
/* Rock Paper Shotgun */ | |
div[data-feed="28"] .content header > nav, | |
div[data-feed="28"] .content header > div:first-of-type, | |
div[data-feed="28"] .content header > div > div img[alt="Featured post"], | |
div[data-feed="28"] .content main article ~ div, | |
div[data-feed="28"] .content main:first-of-type > div:nth-of-type(2), | |
div[data-feed="28"] .content main:nth-of-type(2) { display: none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment