{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"@namespace html url(http://www.w3.org/1999/xhtml);\r\n@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);"},{"urls":[],"urlPrefixes":["http://","https://","ftp://"],"domains":[],"regexps":[],"code":"/* Universal - sets color of text, border */\r\n\r\n* {\r\ncolor: #edede9 !important; \r\nborder-color: #1b1b1b !important;\r\noutline-color: #edede9 !important;\r\ntext-shadow: none !important;}\r\n\r\nhtml *:after ,\r\nhtml *:before\r\n\r\n{color: #8bd24c !important;\r\nborder-color: #1b1b1b !important;\r\nbackground: none transparent !important}\r\n\r\n/*No background images. try to exclude icons, other misc items. */\r\n\r\n*:not(:empty):not([onclick*=\"open\"]):not(IMG):not(SPAN):not([class*=\"icon\"]):not([id*=\"icon\"]):not([class*=\"stars\"]):not([id*=\"stars\"]):not([id*=\"rating\"]):not([class*=\"rating\"]):not([class*=\"SPRITE\"]):not([id*=\"SPRITE\"]):not([id*=\"lbImage\"])\r\n\r\n{ background-image: none !important }\r\n\r\n\r\n/* Text selecting color */\r\n\r\n*::-moz-selection\r\n{color: #82ea74 !important;\r\nbackground: #191919 !important}\r\n\r\n\r\n/* Link */\r\n\r\na[href],\r\na[href] *{ \r\n\r\n/* color: #1499e6 !important; */  /* old blue color */\r\ncolor: #a70a37 !important;\r\nbackground-color: transparent !important;\r\nborder-color: #1e1e1e !important;}\r\n\r\na[href]:hover:not([href=\"#\"]),\r\na[href]:hover *{\r\n\r\ncolor: #550022 !important; \r\nbackground-color: #1b1b1b !important;\r\nborder-color: #1e1e1e !important}\r\n\r\n[href=\"#\"]:hover {color:#550022 !important} /*No background color*/\r\n\r\n/* Event Handlers/Attributes */\r\n\r\n[onclick],\r\n[ondblclick],\r\n[onmousedown]\r\n\r\n{color: #272727 !important;\r\nbackground-color: transparent !important;\r\ntext-indent: 0 !important}\r\n\r\n[onclick]:hover,\r\n[ondblclick]:hover,\r\n[onmousedown]:hover\r\n\r\n{color: #212121 !important;\r\nbackground-color: #1b1b1b !important}\r\n\r\n\r\n/* Visited links */\r\n\r\na:visited {color: #b6c17b !important}\r\n\r\n\r\n/* Make images transparent */\r\n\r\nIMG           { opacity: .9 !important }\r\nIMG:hover     { opacity: 1 !important  }\r\n\r\n\r\n/* Basic Bodies */\r\n\r\nHTML, BODY {  background: none #1b1b1b !important  }\r\n\r\n\r\n/* Make descendents of the body element transparent.  Formerly \"DIV + SPAN\" rules. */\r\n\r\nBODY * {background-color: transparent !important}\r\n\r\nDIV[id]:not([class*=\"layer\"]):not(#lightbox-nav):not(#imageContainer) {background-color: inherit !important}\r\n\r\nSPAN:not(:empty):not([class*=\"icon\"]):not([id*=\"icon\"]):not([class*=\"star\"]):not([id*=\"star\"]):not([id*=\"rating\"]):not([class*=\"rating\"]):not([class*=\"Sprite\"]):not([class*=\"sprite\"]) {\r\n\r\nbackground-image: none !important; \r\nborder-color: #428342 !important}\r\n\r\n/* Try to contrast containers against the background that are well within the DOM tree */\r\n\r\nhtml:root \u003e BODY \u003e * \u003e * \u003e * \u003e *:not(INPUT):not([onclick]) \u003e DIV:not(:empty):not([id])\r\n\r\n{background: none #1b1b1b !important}\r\n\r\n\r\n/* Text Presentation */\r\n\r\nDFN, FONT, B, I, P, BIG, SMALL, STRONG, EM, CENTER { background-color: transparent !important }\r\n\r\nMARK,\r\nCODE, PRE,\r\nBLOCKQUOTE, BLOCKQUOTE \u003e DIV \u003e *,\r\n[class*=\"quote\"],\r\nTD[style*=\"inset\"][class=\"alt2\"]   {  background-color: #1d1d1d !important }\r\n\r\n\r\n/* Headings */\r\n\r\nH1, H2  { \r\n\r\nbackground: none #191919 !important;\r\n-moz-border-radius: 5px !important;\r\n-webkit-border-radius: 5px !important;} \r\n\r\nH3 {\r\n\r\nbackground: none #1b1b1b !important;\r\n-moz-border-radius: 5px !important;\r\n-webkit-border-radius: 5px !important;} \r\n\r\nH4 {\r\n\r\nbackground: none #191919 !important;\r\n-moz-border-radius: 5px !important;\r\n-webkit-border-radius: 5px !important;} \r\n\r\nH5, H6 {background: none #191919 !important}\r\n\r\n/* Headers with links*/\r\n\r\nh1 a[href],\r\nh2 a[href],\r\nh3 a[href],\r\nh4 a[href],\r\nh5 a[href],\r\nh6 a[href]   {color: #acca1c !important}\r\n\r\n\r\n/* Lists */\r\n\r\nDT     {background-color: #1b1b1b !important}\r\n\r\nDL, DD { background-color: #1b1b1b !important}\r\n\r\nLI, UL {background-color: inherit !important}\r\n\r\nLI A:not([class*=\"icon\"]):not([id*=\"icon\"]):not([onclick]),\r\nDT A:not([class*=\"icon\"]):not([id*=\"icon\"]):not([onclick])\r\n\r\n{background-image: none !important; text-indent: 0 !important}\r\n\r\n\r\n/* list Item highlight */\r\n\r\nLI[class*=\"item\"] A:hover,\r\nLI[class*=\"item\"]:hover,\r\n\r\n[class*=\"menuitem\"]:hover  /* Not list item, but still useful*/\r\n\r\n{background-color: #191919 !important}\r\n\r\n\r\n/* Tables, cells */\r\n\r\nTABLE, COLGROUP, COL, THEAD, TBODY, TFOOT {\r\n\r\nbackground-color: #1c1c1c !important;\r\nborder-color: #161616 !important}\r\n\r\nCAPTION {background-color: #191919 !important}\r\n\r\nTABLE[border=\"0\"]:not([class]) {background-color: inherit !important}\r\nTABLE[WIDTH] {background-color: #191919 !important}\r\n\r\n\r\nTH   {background-color: #1c1c1c !important}\r\nTR,TD:not([id])   {background-color: #1b1b1b !important}\r\nTD[colspan] {background-color: #1b1b1b !important}\r\n\r\n\r\n/*Textarea-type*/\r\n\r\nTEXTAREA, \r\nINPUT:not([type]),\r\nINPUT[type=\"text\"],\r\nINPUT[type=\"password\"]{\r\n\r\ncolor:  #edede9  !important;\r\nbackground: none #1b1b1b !important;\r\nborder-color: #181818 !important;\r\nborder-style: solid !important;\r\n-moz-border-radius: 0 !important;\r\n-moz-appearance: none !important;\r\nopacity: 1 !important}\r\n\r\n\r\n/*Button-type*/\r\n\r\nINPUT[type=\"RESET\"],\r\nINPUT[type=\"submit\"], \r\nINPUT[type=\"button\"],\r\nINPUT[type=\"file\"],\r\nBUTTON:not(:empty)\r\n\r\n{-moz-appearance: none !important;\r\nbackground: none #1b1b1b !important;\r\nborder-color: #1b1b1b !important;\r\ncolor: #c4c4c4 !important;}\r\n\r\nINPUT[type=\"RESET\"]:hover,\r\nINPUT[type=\"submit\"]:hover, \r\nINPUT[type=\"button\"]:hover, \r\nBUTTON:not(:empty):hover{\r\n\r\nbackground-color: #1b1b1b !important;\r\ncolor: #dad8d2 !important}\r\n\r\nINPUT[type=\"image\"] {opacity: .85 !important}\r\nINPUT[type=\"image\"]:hover {opacity: .95 !important}\r\n\r\n/* Drop-down menu */\r\n\r\nSELECT, OPTION{\r\n\r\nbackground:#191919 !important;\r\nborder-color:#191919 !important;\r\ncolor:#d0cfc2 !important;\r\n-moz-appearance:none !important;}\r\n\r\n/***************\r\n* Misc *********/\r\n\r\nADDRESS {background: none #1d1d1d !important}\r\n\r\nIFRAME, FIELDSET, LEGEND, LABEL, FORM  {background: none transparent !important}\r\n\r\nNOBR {background-color: #1b1b1b !important}\r\n\r\nHR {background-color: #151515 !important}\r\n\r\n\r\n/* Remove Rounded Corners, Borders, Spacer, Padding images */\r\n\r\nIMG[src*=\"spacer\"]:empty,\r\n[id*=\"round\"]:empty,\r\n[id*=\"bottom\"]:empty, [class*=\"bottom\"]:empty,\r\n[id*=\"top\"]:empty, [class*=\"top\"]:empty,\r\n[class*=\"spacer\"]:empty\r\n\r\n{background-image: none !important;}\r\n\r\n\r\n/* Menus and Navigation */\r\n\r\nNAV *, \r\nMENU *,\r\n\r\n/*Common naming conventions - in case previous declarations fail to give solid BG*/\r\n\r\n[class*=\"open\"],\r\n[id*=\"Dropdown\"],\r\n[id*=\"dropdown\"],\r\n[class*=\"Dropdown\"],\r\n[class*=\"dropdown\"],\r\n[id*=\"menu\"]:not(SELECT),\r\n[class*=\"menu\"]:NOT(SELECT),\r\n[class*=\"tooltip\"],\r\n[class*=\"popup\"], \r\n[id*=\"popup\"],\r\n\r\n/* Notes, details, etc.  Maybe useful */\r\n\r\n[class*=\"note\"],\r\n[class*=\"detail\"],\r\n[class*=\"description\"]\r\n\r\n{ background-color: #1c1c1c !important }\r\n\r\n\r\n/* Also common */\r\n\r\n[class*=\"content\"] {background-color: inherit !important}\r\n\r\n\r\n/* Headers, Logos */\r\n\r\n[id*=\"masthead\"] a,[id*=\"header\"] a,\r\n[id*=\"logo\"] a, [class*=\"logo\"] a\r\n\r\n{text-indent: 0 !important;}"},{"urls":["about:blank"],"urlPrefixes":[],"domains":[],"regexps":[],"code":"html, html * {\r\n  background: none #1b1b1b !important;\r\n  color: #d2d2d2 !important;}"},{"urls":[],"urlPrefixes":["about:neterror"],"domains":[],"regexps":[],"code":"html, body {background-color: #1b1b1b !important; color: #d2d2d2 !important}\r\n#errorPageContainer {background-color: #1b1b1b !important; border-color: #2f2323 !important}\r\n#errorPageContainer button {opacity: .8 !important}\r\n\r\n/*resurrect pages FF extension*/\r\n\r\n#resurrect {background-color: #1b1b1b !important; border-color: #2f2323 !important}"}],"url":"http://userstyles.org/styles/25704","updateUrl":"https://userstyles.org/styles/chrome/25704.json","md5Url":"https://update.userstyles.org/25704.md5","originalMd5":"a8c641d5cc645a19a0dc689bedd98a3f","name":"MidSu *Global Dark","thumbnail":"https://userstyles.org/style_screenshots/25704_after.png?r=1781046152"}