{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"/*\r\n \"Carbon eXtreme\" - Dark Global theme.\r\n by Urban1zed\r\n BEGIN\r\n*/\r\n\r\n/*\r\n summary:\r\n - basic background = dark grey\r\n - basic text = light grey\r\n - \"semantic\" importance = contrast\r\n - unvisited links (and form labels) = white\r\n - visited links = grey\r\n - underline links = false. (the only \"bad\" but IMO excusable thing)\r\n - form elements, :hover, :focus, and more\r\n\r\n latest revisions\r\n +2008-08-18+ FF3 fix\r\n*/\r\n\r\n@namespace url(http://www.w3.org/1999/xhtml);"},{"urls":[],"urlPrefixes":["http://","https://"],"domains":[],"regexps":[],"code":"/*\r\n  *\r\n   * init\r\n   * - setting basic colours / background\r\n   * - disabling background images\r\n  *\r\n *\r\n*/\r\n\r\nhtml\r\n{ background-color : #222 !important\r\n; border-color     : #444 !important\r\n}\r\n\r\nbody\r\n{ background-color : #333 !important\r\n; border-color     : #666 !important\r\n; color            : #ccc !important\r\n}\r\n\r\nbody *\r\n{ background-color : transparent !important\r\n; border-color     : #666        !important /* \"inherit\" is bugged ! */\r\n; color            : inherit     !important\r\n}\r\n\r\nhtml  ,\r\nhtml *\r\n{ background-image : none !important\r\n}\r\n\r\n/*\r\n  *\r\n   * semantic blocks\r\n  *\r\n *\r\n*/\r\n\r\n/*\r\n  * top header:\r\n *\r\n*/\r\n\r\n/*\r\n * - wannabe\r\n*/\r\n.head  ,\r\n.header  ,\r\n*[id*=\"title\"]  ,\r\n*[id*=\"Title\"]  ,\r\n*[id*=\"head\"]  ,\r\n*[id*=\"Head\"]  ,\r\n*[class*=\"header\"]  ,\r\n*[class*=\"Header\"]  ,\r\n*[id*=\"hlavicka\"]  ,\r\n*[id*=\"Hlavicka\"]  ,\r\n*[class*=\"hlavicka\"]  ,\r\n*[class*=\"Hlavicka\"]\r\n{ background-color : #404040 !important\r\n}\r\n\r\n/*\r\n * - real\r\n*/\r\nheader  ,\r\n#head  ,\r\n#header  ,\r\n#top   /* ?: disputable */\r\n{ background-color : #444 !important\r\n}\r\n\r\n/*\r\n  * navigation :\r\n  * ( 'menu predicting magic' )\r\n *\r\n*/\r\n\r\n/*\r\n * - wannabe\r\n*/\r\n.navlist a  ,\r\n.Navlist a  ,\r\n*.navigation a  ,\r\n*[id*=\"menu\"] a  ,\r\n*[id*=\"Menu\"] a  ,\r\n*[id*=\"navig\"] a  ,\r\n*[id*=\"Navig\"] a  ,\r\n*[id$=\"nav\"] a  ,\r\n*[id$=\"Nav\"] a  ,\r\n*[class*=\"menu\"] a  ,\r\n*[class*=\"Menu\"] a  ,\r\n*[class*=\"navig\"] a  ,\r\n*[class*=\"Navig\"] a  ,\r\n*[class$=\"nav\"] a  ,\r\n*[class$=\"Nav\"] a\r\n{ background-color : #282839 !important\r\n}\r\n\r\n/*\r\n * - real\r\n*/\r\nlabel  , /* ! label added, let's see */\r\nnav a  ,\r\nmenu a  ,\r\n#menu a  ,\r\n#navigation a\r\n{ background-color : #223 !important\r\n}\r\n\r\n/* above ID selectors would override below rules\r\n * due # selector priority\r\n * so that's why this :\r\n*/\r\n#menu a:hover  ,\r\n#navigation a:hover\r\n{ background-color : #000 !important\r\n}\r\n\r\n/*\r\n  * aside:\r\n *\r\n*/\r\n\r\n/*\r\n * - wannabe\r\n*/\r\ndiv[id*=\"side\"]  ,\r\ndiv[id*=\"Side\"]  ,\r\ndiv[class*=\"side\"]  ,\r\ndiv[class*=\"Side\"]\r\n{ background-color : #404040 !important\r\n}\r\n\r\n/*\r\n * - real\r\n*/\r\naside  ,\r\n.aside  ,\r\n#aside\r\n{ background-color : #444 !important\r\n}\r\n\r\n/*\r\n * footer\r\n*/\r\n\r\nfooter  ,\r\ndiv[id*=\"foot\"]  ,\r\ndiv[class*=\"foot\"]  ,\r\ndiv[id*=\"paticka\"]  ,\r\ndiv[class*=\"paticka\"]\r\n{ background-color : #444 !important\r\n}\r\n\r\n/*\r\n  * others semantic blocks\r\n  * (yet unimplemented)\r\n *\r\n*/\r\n/*\r\narticle  {\r\n}\r\n\r\n#main  {\r\n}\r\n\r\n#content  {\r\n}\r\n\r\nsection  ,\r\n.section  {\r\n}\r\n\r\n.divider  {\r\n}\r\n/* */\r\n\r\n\r\n\r\n/*\r\n  * anonymous heading elements\r\n *\r\n*/\r\n\r\n*[class*=\"heading\"]  ,\r\n*[class*=\"Heading\"]  ,\r\n*[id*=\"heading\"]  ,\r\n*[id*=\"Heading\"]  ,\r\n*[class*=\"nadpis\"]  ,\r\n*[class*=\"Nadpis\"]  ,\r\n*[id*=\"nadpis\"]  ,\r\n*[id*=\"Nadpis\"]\r\n{ border-color : #888 !important\r\n; color        : #eee !important\r\n}\r\n\r\n\r\n\r\n\r\n/*\r\n  *\r\n   * concrete HTML block elements\r\n  *\r\n *\r\n*/\r\n\r\n/*\r\n  * headers\r\n  * h1 , h2 , h3 , h4 , h5 , h6\r\n  * caption , th , lh , dt , legend\r\n *\r\n*/\r\nh1\r\n{ background-color : #000 !important\r\n; border-color     : #eee !important\r\n; color            : #fff !important\r\n}\r\n\r\nh2  ,\r\nh3  ,\r\nh4  ,\r\nh5  ,\r\nh6  ,\r\ncaption  , /* table h. */\r\nth  , /* table-row|column h. */\r\nlh  , /* list h. html3. how f***ing usefull element. deprecated. */\r\ndl dt  , /* definition h. */\r\nhtml fieldset legend   /* form h. */\r\n{ background-color : #222 !important\r\n; border-color     : #999 !important\r\n; color            : #eee !important\r\n}\r\n\r\n/*\r\n  * other stuff\r\n  * now they have the same colour;\r\n  * it would be nice if it was distinguishable simply by colour\r\n *\r\n*/\r\n\r\nblockquote  ,\r\ncode  , /* code is inline */\r\nxmp  ,\r\npre\r\n{ background-color : #444 !important\r\n}\r\n\r\ntd  {\r\n /* tried, but it was not good */\r\n}\r\n\r\nhr\r\n{ background-color : #666 !important\r\n; border-color     : #666 !important\r\n; color            : #666 !important\r\n}\r\n\r\n\r\n/*\r\n  *\r\n   * concrete HTML inline elements\r\n   * - just colour altered\r\n  *\r\n *\r\n*/\r\n\r\n/*\r\n  * emphasis:\r\n *\r\n*/\r\n\r\n/*\r\n * - wannabe\r\n*/\r\n*[id*=\"important\"]  ,\r\n*[id*=\"Important\"]  ,\r\n*[class*=\"important\"]  ,\r\n*[class*=\"Important\"]\r\n{ border-color : #666 !important\r\n; color        : #fff !important\r\n}\r\n\r\n/*\r\n * - wannabe #2\r\n * ( yes, it is NOT semantic, but this is usefull, trust me ;] )\r\n*/\r\nb  ,\r\nb *  ,\r\ni  ,\r\ni *\r\n{ border-color : #555 !important\r\n; color        : #eee !important\r\n}\r\n\r\n/*\r\n * real\r\n*/\r\nem  ,\r\nem *  ,\r\nstrong  ,\r\nstrong *\r\n{ border-color : #666 !important\r\n; color        : #fff !important\r\n}\r\n\r\n/*\r\n  *\r\n   * common \"semantic\" classes\r\n   * initally based on WHATWG HTML5 specs draft\r\n   * (\"semantic classes\" have been rejected)\r\n   * but here may be very usefull\r\n  *\r\n *\r\n*/\r\n\r\n/*\r\n  * current / active\r\n  * usefull especially for\r\n  * - \"active\" tabs,\r\n  * - \"current\" links in menu\r\n *\r\n*/\r\n.current  ,\r\n.selected  ,\r\n.active\r\n{ background-color : #000 !important\r\n; color            : #fff !important\r\n}\r\n\r\n*[class*=Current]  ,\r\n*[class*=Selected]  ,\r\n*[class*=Active]  ,\r\n*[class*=current]  ,\r\n*[class*=selected]  ,\r\n*[class*=active]\r\n{ background-color : #111 !important\r\n; color            : #eee !important\r\n}\r\n\r\n/*\r\n  * other not-so-common classes\r\n *\r\n*/\r\n.copyright\r\n{ color : #ccc !important\r\n}\r\n.error\r\n{ color : #f66 !important\r\n}\r\n.warning\r\n{ color : #f99 !important\r\n}\r\n.example\r\n{ color : #cff !important\r\n}\r\n.issue\r\n{ color : #f99 !important\r\n}\r\n.note\r\n{ color : #cff !important\r\n}\r\n.search\r\n{ color : #cff !important\r\n}\r\n\r\n/*\r\n * other funny WHATWG stuff\r\n*/\r\n*[irrelevant]\r\n{\r\n}\r\n\r\n/*\r\n  * links and interactive stuff\r\n  * that is: links, labels and any other form element\r\n  * with :hover / :active / :focus states\r\n *\r\n*/\r\n\r\n/*\r\n * \"onclick warning\"\r\n*/\r\n*[onclick]:hover\r\n{ background-color : #FFFFFF !important\r\n}\r\n\r\n/*\r\n * properly coded label will behave as unvisited link\r\n*/\r\nlabel[for]  ,\r\na:link  ,\r\na:link *\r\n{ border-color : #FFFFFF !important\r\n; color        : #FFFFFF !important\r\n}\r\n\r\nlabel[for]:focus  ,\r\nlabel[for]:hover  ,\r\na:link:focus  ,\r\na:link:hover\r\n{ background-color : #000 !important\r\n; border-color     : #000 !important\r\n; color            : #FFFFFF !important\r\n}\r\n\r\na:link:focus *  ,\r\na:link:hover *\r\n{ border-color : #FFFFFF !important\r\n; color        : #FFFFFF !important\r\n}\r\n\r\na:visited  ,\r\na:visited *\r\n{ border-color : #FFFFFF !important\r\n; color        : #666666 !important\r\n}\r\n\r\na:visited:focus  ,\r\na:visited:hover\r\n{ background-color : #000 !important\r\n; border-color     : #000 !important\r\n; color            : #333333 !important\r\n}\r\n\r\na:visited:focus *  ,\r\na:visited:hover *\r\n{ border-color : #000 !important\r\n; color        : #FFFFFF !important\r\n}\r\n\r\n/*\r\n * active. no matter if visited or not\r\n*/\r\na:active  ,\r\na:active *\r\n{ border-color : #000 !important\r\n; color        : #FFFFFF !important\r\n}\r\n\r\n/*\r\n  * form elems and some IMO neat effects\r\n *\r\n*/\r\nhtml button  ,\r\nhtml select  ,\r\nhtml input\r\n{ background-color : #222 !important\r\n}\r\n\r\nhtml input[type=\"password\"]\r\n{ background-color : #755 !important\r\n}\r\n\r\nhtml textarea  ,\r\nhtml input[type=\"text\"]  ,\r\nhtml input:not([type])\r\n{ background-color : #555 !important\r\n}\r\n\r\nhtml textarea:hover  ,\r\nhtml input[type=\"text\"]:hover  ,\r\nhtml input:not([type]):hover\r\n{ background-color : #444 !important\r\n}\r\n\r\nhtml textarea:focus  ,\r\nhtml input:focus  ,\r\nhtml button:focus  ,\r\nhtml textarea:focus:hover  ,\r\nhtml input:focus:hover  ,\r\nhtml button:focus:hover\r\n{ background-color : #000 !important\r\n; border-color     : #fff !important\r\n}\r\n\r\nhtml input[type=\"password\"]:focus\r\n{ background-color : #300 !important\r\n}\r\n\r\ninput[disabled]\r\n{ color : #888 !important\r\n}\r\n\r\n/*\r\n  *\r\n   * fixes and tweaks\r\n  *\r\n *\r\n*/\r\n\r\n\r\n/*\r\n  * FF3 fix, hope it will work\r\n  * +2008-08-18+\r\n *\r\n*/\r\nhtml button  ,\r\nhtml select  ,\r\nhtml input  ,\r\nhtml textarea \r\n{ -moz-appearance : none !important\r\n}\r\n\r\n\r\n/*\r\n  * give solid bg to some elems that deserve it\r\n *\r\n*/\r\n\r\n/* dropdowns that was not catched\r\n * by above 'menu predicting magic'\r\n*/\r\nli:hover li\r\n{ background-color : #333 !important\r\n}\r\n\r\n/* wd DOM inspector\r\n*/\r\ndiv[id^=webdeveloper]\r\n{ background-color : #333 !important\r\n}\r\n\r\n/* flashblock. bruteforce.\r\n*/\r\ndiv[style~=\"url(chrome://flashblock/content/flash.png)\"]\r\n{ background-color : #630 !important\r\n}\r\n\r\n/* last.fm\r\n*/\r\ntd.quantifier \u003e div  ,\r\ndiv.graph \u003e div#tomGraph\r\n{ background-color : #222 !important\r\n}\r\n\r\n/* search hilite\r\n*/\r\nspan#__firefox-findbar-search-id\r\n{ background-color : #9ff !important\r\n}\r\n\r\n/* imageblock\r\n*//* * ( my upcoming userscript, maybe one time... /\r\nspan.imgBlock-mask\r\n{ outline: 1px dotted\r\n; text-align: center\r\n; overflow: hidden\r\n}\r\n/* */\r\n\r\n/* gmail (2D: maybe more specific context)\r\n*/\r\n#pop\r\n{ background-color : #222 !important\r\n}\r\n\r\n\r\n/*\r\n  * no underline for links\r\n  * disputable.\r\n  * but isn't strict colour difference enough?\r\n *\r\n*[DISABLED]/\r\na\r\n{ text-decoration : none !important\r\n}\r\n/* */"}],"url":"http://userstyles.org/styles/16996","updateUrl":"https://userstyles.org/styles/chrome/16996.json","md5Url":"https://update.userstyles.org/16996.md5","originalMd5":"c25ed1a34cd72870069ea5d19e077b8e","name":"Carbon eXtreme","thumbnail":"https://userstyles.org/style_screenshots/16996_after.png?r=1779476441"}