Last active
July 31, 2016 12:58
-
-
Save than/6049ac0d11c33b689eaa to your computer and use it in GitHub Desktop.
Fluid userstyles for Overcast.fm
This file contains 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
/** | |
* Userstyles for Overcast.fm Fluid app | |
* than.land | |
* Updated: 8/13/14 | |
*/ | |
/* Custom scroll bar */ | |
html { | |
overflow: auto; | |
} | |
body { | |
position: absolute; | |
top: 10px; | |
left: 0; | |
bottom: 10px; | |
right: 10px; | |
padding: 30px 20px 30px 30px; | |
overflow-y: scroll; | |
overflow-x: hidden; | |
} | |
::-webkit-scrollbar { | |
width: 1px; | |
} | |
::-webkit-scrollbar-track { | |
background: #eee; | |
} | |
::-webkit-scrollbar-thumb { | |
-webkit-border-radius: 10px; | |
border-radius: 10px; | |
background: rgba(252,126,15,0.8); | |
} | |
::-webkit-scrollbar-thumb:window-inactive { | |
background: rgba(252,126,15,0.4); | |
} | |
/* Page layout tweaks */ | |
.nav { | |
padding-top: 0 !important; | |
} | |
.container h2:first-child { | |
margin-top: 0 !important; | |
} | |
#audioplayer { | |
margin-bottom: 1em !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, this one doesn't seem to work for me. I am sure routine changes to overcast.fm. Thanks for the article though. It is very useful!