{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"@charset \"utf-8\";\r\n@namespace url('http://www.w3.org/1999/xhtml');\r\n\r\n/*\r\n * Alien Tech Firefox Add-ons - boosts for Firefox 3.1+\r\n *\r\n * Author                  : Ze Thriller (green[dot]glopp[at]gmail[dot]com)\r\n * Updated                 : April, 21, 2009 (v1.4) - matches Alien Tech Firefox Add-ons v1.4\r\n * Description             : Dark tech appearance for Firefox Addons site (http://addons.mozilla.org).\r\n *                             text-shadow has been natively supported since firefox 3.1a1-pre (nightly builds), so let's celebrate !\r\n * Usage                   : Use with the 'Stylish' Firefox extension (http://userstyles.org/)\r\n *                             This style is NOT for now intended to work with addons for Thunderbird, Seamonkey and Sunbird on then mozilla.org site.\r\n *                             I am not able to reskin the addon management part because I don't have any.\r\n *                             I HIGHLY recommand to use this style in combination with Alien Tech Firefox Add-ons.\r\n *                             I don't know at all what side effets could occur if used separately. Maybe it can explode or burn ^^\r\n *                             (this is just a joke !)\r\n * CSS version used        : CSS 3, for text-shadow. You can find a CSS 3 testcase at http://www.css3.info/preview/text-shadow/\r\n * Works with              : Stylish in Firefox 3, Stylish in Firefox 2\r\n * Tested with             : Stylish 0.5.9 and: Firefox 3.0.8 (WinXP), Firefox 3.0.7 (Ubuntu Hardy), Firefox \"Minefield\" 3.1b2pre (old nightlies),\r\n *                             Firefox \"Shiretoko\" 3.5b4pre (nighlies, daily updates)\r\n * Licence                 : Creative Commons v3.0 BY-NC-SA (see http://creativecommons.org/licenses/by-nc-sa/3.0/ )\r\n * Credits                 : Thanks to css3.info for some examples of complex usages of text-shadow ;)\r\n * Known bugs              : Doesn't work with Firefox 2.x and Firefox 3.0.x , text-shadow was not yet implemented .\r\n *                             Probably some missing styling in the \"Developer Tools\" pages. Please help if you can !\r\n *\r\n * Notes                   : Firefox 3.1 has been renumbered as Firefox 3.5 in latest betas so this style will work on both.\r\n *\r\n *                             PS: I recently found an add-on to simulate text-shadow rendering.\r\n *                             It works rather fine with firefox 2 but is ugly with Firefox 3.0.x ,\r\n *                             but it doesn't deal with styles from chrome or stylish.\r\n *\r\n ********************\r\n *\r\n * Full Alien Tech version history available at http://quantumsearcher.net/designs/addons_tech/changelog\r\n *\r\n ********************\r\n *\r\n */"},{"urls":[],"urlPrefixes":[],"domains":["addons.mozilla.org"],"regexps":[],"code":"/* Basic black glow, reduced opacity (main search field) */\r\n\tinput#query\r\n\t{\r\n\t\ttext-shadow:\r\n\t\t\t0 0 4px rgba(0, 0, 0, 0.7),\r\n\t\t\t0 0 16px rgba(0, 0, 0, 0.7),\r\n\t\t\t2px 0 1px rgba(0, 0, 0, 0.7),\r\n\t\t\t-2px 0 1px rgba(0, 0, 0, 0.7),\r\n\t\t\t0 2px 1px rgba(0, 0, 0, 0.7),\r\n\t\t\t0 -2px 1px rgba(0, 0, 0, 0.7) !important;\r\n\t}\r\n\r\n\r\n\t/* Purple glow (main search field) */\r\n\tinput#query:focus\r\n\t{\r\n\t\ttext-shadow:\r\n\t\t\t0 0 4px #60C,\r\n\t\t\t0 0 16px #60C,\r\n\t\t\t2px 0 1px #60C,\r\n\t\t\t-2px 0 1px #60C,\r\n\t\t\t0 2px 1px #60C,\r\n\t\t\t0 -2px 1px #60C !important;\r\n\t}\r\n\r\n\t/* Flame text, effect taken from http://www.css3.info/preview/text-shadow/ */\r\n\tdiv#page-title \u003e div \u003e h1\r\n\t{\r\n\t\ttext-shadow:\r\n\t\t\t0 0 4px rgba(255, 255, 255, 0.8),\r\n\t\t\t0 -5px 4px rgba(255, 255, 51, 0.8),\r\n\t\t\t2px -10px 6px rgba(255, 221, 51, 0.8),\r\n\t\t\t-2px -15px 11px rgba(255, 136, 0, 0.8),\r\n\t\t\t2px -25px 18px rgba(255, 34, 0, 0.8) !important;\r\n\t}\r\n\r\n\t/* Categories green glow */\r\n\tdiv#categories \u003e h3 \u003e span\r\n\t{\r\n\t\ttext-shadow:\r\n\t\t\t0 0 2px #000,\r\n\t\t\t0 0 2px #000,\r\n\t\t\t-10px 0 4px rgba(110, 236, 183, 0.7),\r\n\t\t\t10px 0 4px rgba(110, 236, 183, 0.7),\r\n\t\t\t-18px 0 4px rgba(110, 236, 183, 0.4),\r\n\t\t\t18px 0 4px rgba(110, 236, 183, 0.4),\r\n\t\t\t-24px 0 4px rgba(110, 236, 183, 0.2),\r\n\t\t\t24px 0 4px rgba(110, 236, 183, 0.2),\r\n\t\t\t-28px 0 4px rgba(110, 236, 183, 0.15),\r\n\t\t\t28px 0 4px rgba(110, 236, 183, 0.15)\r\n\t\t\t!important;\r\n\t}\r\n\r\n\t/* Blue glow */\r\n\tul#addon-summary \u003e li:not([class~=exp]) h3.name a:hover,\r\n\tul#addon-summary \u003e li:not([class~=exp]) h3.name a:focus,\r\n\tdiv#addon-summary:not([class~=exp]) h3.name,\r\n\tdiv[id^=\"feature\"]:not([class~=exp]) h4.name a:hover,\r\n\tdiv[id^=\"feature\"]:not([class~=exp]) h4.name a:focus,\r\n\tdiv#secondaries \u003e div:not([class~=exp]) h4.name a:hover,\r\n\tdiv#secondaries \u003e div:not([class~=exp]) h4.name a:focus,\r\n\tdiv#recommended div#feature1:not([class~=exp]) h4.name a:hover,\r\n\tdiv#recommended div#feature1:not([class~=exp]) h4.name a:focus,\r\n\tdiv#recommended div#feature2:not([class~=exp]) h4.name a:hover,\r\n\tdiv#recommended div#feature2:not([class~=exp]) h4.name a:focus,\r\n\tli[id^=\"feature\"]:not([class~=exp]) \u003e h4.name \u003e a:hover,\r\n\tli[id^=\"feature\"]:not([class~=exp]) \u003e h4.name \u003e a:focus,\r\n\tdiv.choices a.uniquify:hover,\r\n\tdiv.choices a.uniquify:focus\r\n\t{\r\n\t\ttext-shadow:\r\n\t\t\t0 0 2px #000,\r\n\t\t\t0 0 2px #000,\r\n\t\t\t-10px 0 4px rgba(76, 150, 214, 0.6),\r\n\t\t\t10px 0 4px rgba(76, 150, 214, 0.6),\r\n\t\t\t-20px 0 4px rgba(76, 150, 214, 0.3),\r\n\t\t\t20px 0 4px rgba(76, 150, 214, 0.3),\r\n\t\t\t-30px 0 4px rgba(76, 150, 214, 0.15),\r\n\t\t\t30px 0 4px rgba(76, 150, 214, 0.15) !important;\r\n\t}\r\n\r\n\t/* Red glow */\r\n\tul#addon-summary \u003e li[class~=exp] h3.name a:hover,\r\n\tul#addon-summary \u003e li[class~=exp] h3.name a:focus,\r\n\tdiv#addon-summary[class~=exp] h3.name,\r\n\tdiv[id^=\"feature\"][class~=exp] h4.name a:hover,\r\n\tdiv[id^=\"feature\"][class~=exp] h4.name a:focus,\r\n\tdiv#secondaries \u003e div[class~=exp] h4.name a:hover,\r\n\tdiv#secondaries \u003e div[class~=exp] h4.name a:focus,\r\n\tdiv#recommended div#feature1[class~=exp] h4.name a:hover,\r\n\tdiv#recommended div#feature1[class~=exp] h4.name a:focus,\r\n\tdiv#recommended div#feature2[class~=exp] h4.name a:hover,\r\n\tdiv#recommended div#feature2[class~=exp] h4.name a:focus,\r\n\tli[id^=\"feature\"][class~=exp] \u003e h4.name \u003e a:hover,\r\n\tli[id^=\"feature\"][class~=exp] \u003e h4.name \u003e a:focus\r\n\t{\r\n\t\ttext-shadow:\r\n\t\t\t0 0 2px #000,\r\n\t\t\t0 0 2px #000,\r\n\t\t\t-10px 0 4px rgba(138, 98, 37, 0.6),\r\n\t\t\t10px 0 4px rgba(138, 98, 37, 0.6),\r\n\t\t\t-20px 0 4px rgba(138, 98, 37, 0.3),\r\n\t\t\t20px 0 4px rgba(76, 150, 214, 0.3),\r\n\t\t\t-30px 0 4px rgba(76, 150, 214, 0.15),\r\n\t\t\t30px 0 4px rgba(76, 150, 214, 0.15) !important;\r\n\t}"}],"url":"http://userstyles.org/styles/9289","updateUrl":"https://userstyles.org/styles/chrome/9289.json","md5Url":"https://update.userstyles.org/9289.md5","originalMd5":"be34e378be1e1a2307dc3128577e3d2e","name":"Alien Tech Firefox Add-ons - boosts for FF 3.1+","thumbnail":"https://userstyles.org/style_screenshots/9289_after.png?r=1780959631"}