Created
June 30, 2015 01:51
-
-
Save dja/bfc0464bbd151d66afa7 to your computer and use it in GitHub Desktop.
Noon Pacific Mac App - Fluid Userstyles
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 Noon Pacific Fluid app | |
* dja.io | |
* Updated: 6/30/15 | |
*/ | |
/* Custom scroll bar */ | |
html { | |
overflow: auto; | |
} | |
body { | |
border-top: none !important; | |
position: absolute; | |
top: 80px; | |
left: 0; | |
bottom: 108px; | |
right: 0; | |
overflow-y: scroll; | |
overflow-x: hidden; | |
} | |
::-webkit-scrollbar { | |
width: 5px; | |
} | |
::-webkit-scrollbar-track { | |
background: #eee; | |
} | |
::-webkit-scrollbar-thumb { | |
-webkit-border-radius: 0px; | |
border-radius: 0px; | |
background: #000000; | |
} | |
::-webkit-scrollbar-thumb:window-inactive { | |
background: rgba(0,0,0,0.8); | |
} | |
/* Page layout tweaks */ | |
nav.navbar { | |
position: fixed !important; | |
top: 0 !important; | |
right: 5px !important; | |
width: 100% !important; | |
z-index: 99999 !important; | |
margin-top: 0 !important; | |
} | |
ul.nav.navbar-nav.navbar-left li:not(:first-of-type) { | |
display: none !important; | |
} | |
.subscribe-container.subscription_form { | |
display: none !important; | |
} | |
.mobile-app { | |
display: none !important; | |
} | |
div#modal-1 { | |
display: none !important; | |
} | |
section.all-mixtapes { | |
display: block !important; | |
} | |
section.all-mixtapes ul.portfolio-grid li:nth-of-type(1n+5) { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dja @LeoHe09 I believe this could be a request for bearded spice