{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"/* written by Jabago: http://www.jabago.com */\r\n\r\n/* make all backgrounds black, and all text lightgrey */\r\n*:not(img)  {\r\n  background: black !important; \r\n  color: lightgrey !important;\r\n}\r\n\r\n/* make all links blue, and make links different colors for visited, etc */\r\na { color: blue !important }\r\na:link { color: cornflowerblue !important }\r\na:visited { color: mediumpurple !important } \r\na:hover { color: gold !important }\r\na:active { color: red !important }\r\n\r\n/*====== highlighting ==== */\r\n/*\r\ngoogle searches : h3 \u003e a \u003e em \r\n*/\r\nm, span[class=\"highlight\"] ,  h3 \u003e a \u003e em\r\n{background-color: yellow !important; color: black !important;}\r\n\r\n\r\n/* ==== various inputs ==== */\r\n/* make inputs have a dark background, with a color other than black */\r\n/* Colors have the format: #RGB, where R, G, and B are two-digit hex numbers */\r\ninput[type=button], input[type=submit], input[type=reset],  input[type=hidden], button {\r\n  -moz-appearance: none !important;\r\n  background-color: #300000 !important; \r\n  color: lightgrey !important; \r\n  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight !important;\r\n}\r\n\r\nselect, input[type=select] { \r\n  -moz-appearance: none !important; \r\n  background-color: #000030 !important; \r\n  color:  lightgrey !important; \r\n}\r\n\r\ntextarea, input[type=textbox], input[type=text],  code, pre, input, samp, kbd, var, dfn { \r\n  -moz-appearance: none !important; \r\n  background-color:  #003000 !important; \r\n  border-color: #003000 !important;\r\n  color: lightgrey !important;\r\n}\r\n\r\ninput[type=file], input[type=radio] { \r\n  background-color: black !important; \r\n  color:lightgrey !important \r\n}\r\n\r\ninput[type=password] { \r\n  -moz-appearance: none !important; \r\n  background-color: #8dc896 !important; \r\n  border-color: yellow !important;\r\n  color: #0000FF !important;\r\n}\r\n\r\ntextarea:focus, input[type=textbox]:focus,  input[type=text]:focus {\r\n  border-color: lightblue !important;\r\n  border: 3px solid !important;\r\n}\r\n\r\ninput[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus,  input[type=hidden]:focus, button:focus {\r\n  border-color: lightblue !important;\r\n  border: 3px solid !important;\r\n}\r\n\r\n/* why are some images hidden, and others not hidden? */\r\na img {\r\n  border: none;\r\n  background-color: white !important;\r\n  visibility:visible !important;\r\n}\r\n\r\n/* make images less bright, except on mouse-hover */\r\nimg, input[type=image] { \r\n  opacity: 0.4 !important;\r\n  background-color: white !important;\r\n  visibility:visible !important;\r\n}\r\n\r\nimg:hover, input[type=image]:hover {\r\n  opacity: 1.0 !important;\r\n  background-color: white !important;\r\n  visibility:visible !important;\r\n}"}],"url":"http://userstyles.org/styles/17224","updateUrl":"https://userstyles.org/styles/chrome/17224.json","md5Url":"https://update.userstyles.org/17224.md5","originalMd5":"1477749588e77296ca4abbbaa40b7cb0","name":"blackify-2"}