Skip to content

Instantly share code, notes, and snippets.

@dja
Created June 30, 2015 01:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dja/bfc0464bbd151d66afa7 to your computer and use it in GitHub Desktop.
Save dja/bfc0464bbd151d66afa7 to your computer and use it in GitHub Desktop.
Noon Pacific Mac App - Fluid Userstyles
/**
* 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;
}
@dja
Copy link
Author

dja commented Jul 1, 2015

Noon Pacific Icon in .icns format for use with Fluid as Mac App Icon: https://cl.ly/1R1p212O0u1g?_ga=1.126360133.955268935.1435789344

@LeoHe09
Copy link

LeoHe09 commented Jul 2, 2015

Use hotkeys to Pause/Play, Prev/Next. I try to write userscripts, but was unsuccessful. I hope to get your help. Thanks.

@dja
Copy link
Author

dja commented Jul 31, 2015

@LeoHe09 That would be awesome. I just haven't had the time yet...

@jshmllr
Copy link

jshmllr commented Sep 6, 2018

@dja @LeoHe09 I believe this could be a request for bearded spice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment