Last active
August 29, 2015 14:05
-
-
Save majman/eb7d92bc24dc8abd91de to your computer and use it in GitHub Desktop.
stylebot styles 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
| #feedlyFrame { | |
| width: calc(100% - 268px); | |
| } | |
| #feedlyPage { | |
| width: auto; | |
| } | |
| #feedlyPart { | |
| float: none; | |
| } | |
| #feedlyTabs { | |
| padding-left: 0; | |
| padding-right: 0; | |
| width: auto; | |
| } | |
| #feedlyTabsHolder .header { | |
| padding-right: 20px; | |
| } | |
| #mainBar { | |
| width: auto; | |
| } | |
| #sideArea { | |
| display: none; | |
| } | |
| .bottomWikiWidget { | |
| margin-top: 20px; | |
| } | |
| .column { | |
| width: 30%; | |
| } | |
| .content > div { | |
| clear: both; | |
| } | |
| .content img { | |
| float: left; | |
| height: auto; | |
| margin: 0 15px 15px 0; | |
| max-height: 768px; | |
| max-width: 1024px; | |
| width: auto; | |
| } | |
| .content img + br, .content img + br + br { | |
| display: none; | |
| } | |
| .content img ~ figcaption { | |
| line-height: 1; | |
| padding-bottom: 5px; | |
| } | |
| .entryBody { | |
| font-size: 16px; | |
| line-height: 1.75; | |
| max-width: none; | |
| } | |
| .entryBody li { | |
| max-width: 700px; | |
| } | |
| .entryBody p { | |
| clear: both; | |
| float: none; | |
| max-width: 700px; | |
| } | |
| .entryholder { | |
| padding-bottom: 0; | |
| } | |
| .feedIndex.selected { | |
| background-color: rgba(0,0,0,.05); | |
| box-shadow: 0 -1px rgba(0,0,0,.1); | |
| } | |
| .floatingEntryContent .websiteCallForAction { | |
| bottom: auto ; | |
| top: 90px; | |
| z-index: 1; | |
| } | |
| .headerInfo.headerInfo-article { | |
| margin: 20px 0 0 145px; | |
| } | |
| .list { | |
| background-color: rgba(0, 0, 0, .05); | |
| box-shadow: 0 1px 1px rgba(0,0,0,.05) inset, 0 -1px 1px rgba(0,0,0,.05) inset; | |
| } | |
| .metadata span:nth-child(3) { | |
| color: #777; | |
| font-style: italic; | |
| padding-bottom: 0; | |
| padding-left: 6px; | |
| padding-right: 6px; | |
| padding-top: 0; | |
| } | |
| .metadata span:nth-child(3):after { | |
| content: 'ago'; | |
| } | |
| .shareHolder { | |
| clear: both; | |
| } | |
| .summary { | |
| font-size: 15px; | |
| line-height: 20px; | |
| max-height: 148px; | |
| } | |
| .tab .feedIndex { | |
| padding-left: 20px; | |
| padding-right: 20px; | |
| } | |
| .u100Entry .title { | |
| margin-bottom: 10px; | |
| } | |
| .u100frame { | |
| margin-bottom: 0; | |
| margin-top: 10px; | |
| padding-bottom: 20px; | |
| padding-left: 34px; | |
| padding-right: 34px; | |
| padding-top: 20px; | |
| } | |
| .u4Entry { | |
| line-height: 20px; | |
| max-width: 800px; | |
| } | |
| .u4Entry .title { | |
| font-size: 16px; | |
| line-height: 20px; | |
| } | |
| .u4Entry .visual { | |
| height: 200px; | |
| } | |
| .u4EntryAnnotationHolder { | |
| height: 200px; | |
| } | |
| .u5Entry { | |
| display: flex; | |
| float: none; | |
| height: auto; | |
| width: 300px ; | |
| } | |
| .u5Entry .info { | |
| height: auto; | |
| max-width: 264px; | |
| text-overflow: ellipsis; | |
| } | |
| .u5Entry .metadata { | |
| display: none; | |
| } | |
| .u5Entry .summary { | |
| overflow: hidden; | |
| text-overflow: ellipsis; | |
| white-space: nowrap; | |
| } | |
| .u5Entry .title { | |
| height: auto; | |
| margin-bottom: 5px; | |
| text-overflow: ellipsis; | |
| white-space: nowrap; | |
| } | |
| .u5Entry .visual { | |
| background-position: 50%; | |
| background-size: cover; | |
| height: 280px; | |
| width: 300px; | |
| } | |
| .u5Entry .wikiBar { | |
| display: none; | |
| } | |
| .u5EntryList #section0_column0 { | |
| -ms-flex-wrap: wrap; | |
| -webkit-flex-wrap: wrap; | |
| display: flex; | |
| flex-wrap: wrap; | |
| } | |
| .websiteCallForAction { | |
| bottom: 20px; | |
| position: absolute; | |
| } | |
| figcaption { | |
| clear: both; | |
| font-size: 0.9em; | |
| } | |
| iframe[src*="youtube"] { | |
| height: 510px; | |
| width: 850px; | |
| } | |
| .u100Frame { | |
| padding: 20px; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment