Skip to content

Instantly share code, notes, and snippets.

@rfjakob
Last active August 29, 2015 14:05
Show Gist options
  • Save rfjakob/cd4c9c2cd3e4cae49ee1 to your computer and use it in GitHub Desktop.
Save rfjakob/cd4c9c2cd3e4cae49ee1 to your computer and use it in GitHub Desktop.
Night Owl Browsing
/* Night Owl Browsing Userscript by Mishihime */
/* https://userstyles.org/styles/94925/night-owl-browsing-dark-global */
/* selection and moz-selection control highlighted text colors works in chrome firefox safari not ie */
::selection {
color:#F0F0F0 !important ;
background:#000 !important ;
}
::-moz-selection {
color:#FFF !important ;
background:#000 !important ;
}
body, p, td, tr, th, li, font, label, cite, blockquote, div, class, span {
color : #FFFFFF !important ;
}
a {
color : #BABABA !important ;
}
a:hover {
color : #FFF !important ;
}
h1, h2, h3, h4, h5, h6, b, strong, em {
color : #E3E3E3 !important ;
}
blockquote, pre {
border : solid !important ;
border-color : #222 !important ;
}
div#ask {
border : solid !important ;
border-color : #222 !important ;
}
body, tbody, span, div, table, tr, th, td, ul, li, h1, h2, h3, h4, h5, h6, dd, dt, dl, p, fieldset, form, blockquote, a, footer, header, nav, section, pre {
background-image : none !important ;
}
body, tbody, span, div, table, tr, th, td, ul, li, h1, h2, h3, h4, h5, h6, dd, dt, dl, p, fieldset, form, blockquote, a, footer, header, nav, section, pre {
background-color : #080808 !important ;
border-color : #1C1C1C !important ;
box-shadow: none !important;
text-shadow : none !important ;
}
/* remove the opacity line if you do not want darkened images */
img {
opacity : 0.7 !important ;
border-style:solid !important ;
border:1px !important ;
border-color: #1C1C1C !important ;
}
input, textarea, select, button {
background-image : none !important ;
background-color : #121212 !important ;
color : #E6E6E6 !important ;
border : none !important ;
}
hr {
display : none !important ;
}
/* i really want this to be global */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment