Last active
August 29, 2015 13:57
-
-
Save dankantor/9601522 to your computer and use it in GitHub Desktop.
Stylebot CSS for Feedly
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
| #feedlyPage { | |
| width: auto; | |
| } | |
| #feedlyPart { | |
| float: none; | |
| } | |
| #feedlyTabs { | |
| background-color: #EEEEEE; | |
| border-right-color: #D9D9D9; | |
| border-right-style: solid; | |
| border-right-width: 1px; | |
| padding-bottom: 0; | |
| padding-left: 0; | |
| padding-right: 0; | |
| padding-top: 0; | |
| width: 100%; | |
| } | |
| #mainBar { | |
| margin-left: 0; | |
| width: 100%; | |
| } | |
| #sideArea { | |
| display: none; | |
| } | |
| *.action { | |
| color: #0093cc; | |
| } | |
| .bottomWikiWidget { | |
| margin-top: 20px; | |
| } | |
| .content { | |
| font-size: 15px; | |
| } | |
| .content img { | |
| height: auto; | |
| max-width: 800px; | |
| width: auto; | |
| } | |
| .entryBody a { | |
| color: #0093cc; | |
| } | |
| .feedIndex.selected { | |
| background-color: rgba(0,0,0,.1); | |
| } | |
| .feedTitle { | |
| color: #333; | |
| font-family: "Helvetica Neue","Helvetica","Arial",sans-serif; | |
| font-size: 13px; | |
| text-shadow: 0 1px #fff; | |
| } | |
| .feedUnreadCount { | |
| font-size: 12px | |
| ; | |
| } | |
| .metadata { | |
| font-size: 13px; | |
| margin-bottom: 10px; | |
| } | |
| .metadata span:nth-child(3) { | |
| color: #333333; | |
| float: right; | |
| font-size: 14px; | |
| } | |
| .metadata span:nth-child(3):after { | |
| content: 'ago'; | |
| } | |
| .tab .feedIndex { | |
| margin-bottom: 5px; | |
| margin-left: 0; | |
| margin-right: 0; | |
| margin-top: 5px; | |
| padding-left: 10px; | |
| padding-right: 10px; | |
| } | |
| .u100Entry .title { | |
| margin-bottom: 10px; | |
| } | |
| .u100frame { | |
| margin-bottom: 0; | |
| margin-top: 10px; | |
| padding-bottom: 20px; | |
| padding-left: 34px; | |
| padding-right: 34px; | |
| padding-top: 20px; | |
| } | |
| iframe[src*="youtube"] { | |
| height: 510px; | |
| width: 850px; | |
| } | |
| .websiteCallForAction { | |
| margin-top: 0; | |
| width: 100px; | |
| display: none; | |
| } | |
| .headerInfo { | |
| border: none; | |
| } | |
| .headerInfo-article { | |
| margin: 0 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment