{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"/* AGENT_SHEET */\n@charset \"utf-8\";\r\n@namespace url('http://www.w3.org/1999/xhtml');\r\n\r\n/*\r\n * Alien Tech Firefox Add-ons Unified (embedded version)\r\n *\r\n * Author                  : Ze Thriller (green[dot]glopp[at]gmail[dot]com)\r\n * Updated                 : April, 21, 2009 (v1.4 embedded)\r\n * Description             : Dark tech appearance for Firefox Addons site (http://addons.mozilla.org).\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 * Multi-language support  : full (tested with french and english)\r\n * LTR/RTL support         : partial (need some more tests to confirm full support)\r\n * Stable with page zoom   : yes (max 3x Zoom In with \"Zoom Text only\", unlimited with \"Zoom Text only\" unchecked)\r\n * CSS version used        : CSS 3 (for some advanced selectors)\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 \"Shiretoko\" 3.5b4pre (nighlies, daily updates), Firefox 2.0.0.20 portable\r\n * Licence                 : Creative Commons v3.0 BY-NC-SA (see http://creativecommons.org/licenses/by-nc-sa/3.0/ )\r\n * Credits                 : Part of this work is inspired by the excellent \"Gmail redesigned by Globex designs\"\r\n *\t\t\t\t\t\t\t\ton userstyles.org and the City Of Heroes / City of Villains color schemes (no ad inside !).\r\n *\r\n *\t\t\t\t\t\t\t\tMost of the UI icons are from the Crystal Icons from Everaldo on CrystalXP.\r\n *\r\n *\t\t\t\t\t\t\t\tApps icons are from deviantART, I've only taken shareable and/or (better) downloadable ones.\r\n *\r\n *\t\t\t\t\t\t\t\tFor the alternative firefox logos, they may come from deviantART, I'm not sure.\r\n *\r\n *\t\t\t\t\t\t\t\tThe small loading icon (on statistics dashboard) is a small modification from\r\n *\t\t\t\t\t\t\t\tthe Blackaqua theme, a variant of BlackJapanMAX (see https://addons.mozilla.org/en-US/firefox/addon/3101 ,\r\n *\t\t\t\t\t\t\t\thttps://addons.mozilla.org/en-US/firefox/addon/3248 )\r\n *\r\n *\t\t\t\t\t\t\t\tThe image used for header decoration is from gnome-look.org\r\n *\t\t\t\t\t\t\t\t( http://www.gnome-look.org/content/show.php/Wallpaper+Clock+Screenlet?content=66717 ,\r\n *\t\t\t\t\t\t\t\tdirect link: http://www.vladstudio.com/wallpaperclock/details.php?9 )\r\n *\r\n *\t\t\t\t\t\t\t\t\"Share this\" popup background from an artwork of ~sombreroloco\r\n *\t\t\t\t\t\t\t\t( http://sombreroloco.deviantart.com/art/electronic-blue-print-109295968 )\r\n * Known bugs              : Probably some missing styling in the \"Developer Tools\" pages. Please help if you can !\r\n *                           Some addons icons will appear with a white background. Sorry, I don't want to waste my time fixing thousands of icons.\r\n *                           Ask addons developers to make their icons have a transparent background ! :]\r\n *\r\n * This style massively use transparent PNG and proprietary Mozilla CSS elements to enhance visual effects and simplify the code.\r\n * Due tu huge changes in the HTML/CSS renderer in Firefox 3, rounded-corners boxes will look better in Firefox 3 than in Firefox 2.\r\n *\r\n * Additional modifiers may fix some default color problems for those using dark themes in Linux.\r\n * It seems Mozilla designers didn't think some people could have their defaut textfield background-color not white !\r\n *\r\n * Please submit all bug reports, comments and requests.\r\n *\r\n * Feel free to use this style to create your own, or to make improvements on this one.\r\n * I just ask you to let me know if you make any change, your ideas are welcome !\r\n * Read the licence link to learn what you can do or not.\r\n *\r\n * Hope you like it ^^\r\n *\r\n * Note: ALL rules MUST be set with !important modifier, otherwise nothing work.\r\n *\r\n * See rule img[src$=\"/img/app-icons/firefox.png\"] if you want to change the firefox logo !\r\n *\r\n ********************\r\n *\r\n * Full 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":"/* Generic settings */\r\ninput, button\r\n{\r\n\tbackground-color: #FFF !important;\r\n\tcolor: #000 !important;\r\n}\r\n\r\ninput[type=text], input[type=password], textarea, select\r\n{\r\n\tborder-top: 1px solid #808080 !important;\r\n\tborder-left: 1px solid #808080 !important;\r\n\tborder-right: 1px solid #BBB !important;\r\n\tborder-bottom: 1px solid #BBB !important;\r\n}\r\n\r\nselect\r\n{\r\n\t-moz-border-radius: 4px !important;\r\n}\r\n\r\nselect, select \u003e option\r\n{\r\n\t-moz-appearance: none !important;\r\n\tbackground-color: #335 !important;\r\n\tcolor: #CCC !important;\r\n}\r\n\r\nselect \u003e optgroup\r\n{\r\n\tbackground-color: inherit !important;\r\n\tcolor: #00EF80 !important;\r\n}\r\n\r\ntextarea\r\n{\r\n\t-moz-appearance: none !important;\r\n\tbackground-color: #272D32 !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/textarea_bg.png') !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n\tcolor: #FFF !important;\r\n}\r\n\r\ntextarea:focus\r\n{\r\n\tcolor: #FC0 !important;\r\n}\r\n\r\na:link\r\n{\r\n\tcolor: #1D587F !important;\r\n}\r\n\r\na:visited\r\n{\r\n\tcolor: #475966 !important;\r\n}\r\n\r\na:hover\r\n{\r\n\tcolor: #2B81BF !important;\r\n}\r\n\r\n/* Firefox logo: alternative version ! */\r\nimg[src$=\"/img/app-icons/firefox.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 110px !important;\r\n\t/*\r\n\t\tValues accepted for background-image file: red.png orange.png blue.png black.png\r\n\t*/\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/ff_logos/red.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 105px !important;\r\n\tz-index: 200 !important;\r\n}\r\n\r\n/* Mozilla branding logo: we don't need this :) */\r\nh4#moz\r\n{\r\n\tdisplay: none !important;\r\n}\r\n\r\n/*\r\nAddon default package icon.\r\nHere is something different from the classic puzzle piece.\r\n*/\r\n\r\nimg[src$=\"/img/addon-icn.png\"]\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/package_small.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\twidth: 0 !important;\r\n\theight: 32px !important;\r\n\tpadding-left: 32px !important;\r\n}\r\n\r\n/* RSS subscribing */\r\ndiv#sidebar \u003e div.pitch \u003e ul.naked \u003e li\r\n{\r\n\tposition: relative !important;\r\n\theight: 21px !important;\r\n}\r\n\r\n/* Not(first-child) */\r\ndiv#sidebar \u003e div.pitch \u003e ul.naked \u003e li + li\r\n{\r\n\tmargin-top: 5px !important;\r\n}\r\n\r\ndiv#sidebar \u003e div.pitch \u003e ul.naked \u003e li \u003e a\r\n{\r\n\tmargin-top: -8px !important;\r\n\theight: 21px !important;\r\n\tposition: relative !important;\r\n\tpadding-left: 16px !important;\r\n\tmargin-left: -10px !important;\r\n}\r\n\r\n/* Small RSS icon */\r\ndiv#sidebar \u003e div.pitch \u003e ul.naked \u003e li \u003e a \u003e img\r\n{\r\n\tposition: absolute !important;\r\n\ttop: -1px !important;\r\n\tleft: 11px !important;\r\n}\r\n\r\nimg[src$=\"/img/tinyRss.png\"]\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/rss1.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\toverflow: visible !important;\r\n\twidth: 0 !important;\r\n\theight: 21px !important;\r\n\tpadding-left: 12px !important;\r\n}\r\n\r\n/* Header decorations */\r\ndiv#page-title\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/header_bg.png') !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n}\r\n\r\n/* Header info text */\r\np.page-intro\r\n{\r\n\tcolor: #9A9 !important;\r\n\tfont-style: italic !important;\r\n\tpadding-left: 138px !important;\r\n}\r\n\r\n/* Big link \"Firefox Add-Ons\" */\r\ndiv#page-title div h1 a\r\n{\r\n\tcolor: #D90000 !important;\r\n}\r\n\r\n/* User links (\"Register\", \"My Account\", \"Log in\", \"Log out\", etc.) */\r\nul#nav-user\r\n{\r\n\tcolor: #666 !important;\r\n}\r\n\r\nul#nav-user a, ul#nav-user \u003e li,\r\ndiv.bluebox-tl \u003e div \u003e div \u003e span \u003e a\r\n{\r\n\tcolor: #FC0 !important;\r\n}\r\n\r\n/* Same, state=hover */\r\nul#nav-user a:hover,\r\nul#nav-user \u003e li:hover,\r\ndiv.bluebox-tl \u003e div \u003e div \u003e span \u003e a:hover\r\n{\r\n\tcolor: #FF0 !important;\r\n}\r\n\r\n/* Featured add-ons, all (feature1 is the biggest one) and old versions */\r\n\r\ndiv[id^=\"feature\"],\r\ndiv#secondaries \u003e div,\r\ndiv.oldversion\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#secondaries \u003e div:not([class~=\"featured\"])\r\n{\r\n\twidth: 31% !important;\r\n}\r\n\r\n/* Background: blue gradiant */\r\ndiv[id^=\"feature\"]:not([class~=exp]),\r\ndiv#secondaries \u003e div:not([class~=exp]),\r\ndiv#content-main ul.item_set \u003e li[id^=\"feature\"][class~=\"featured\"],\r\nform.amo-form,\r\ndiv#addon-summary:not([class~=exp]),\r\ndiv#addon-info,\r\nul#addon-listing \u003e li:not([class~=exp]),\r\ndiv#recommended,\r\ndiv.more-addons,\r\nform#form-review,\r\ndiv.bluebox-tr,\r\ndiv.oldversion/*,\r\ndiv.pagination */\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/blue_bg.png') !important;\r\n}\r\n\r\n/* Background: red gradiant. For experimental, old addons or error boxes. */\r\ndiv[id^=\"feature\"][class~=exp],\r\ndiv#secondaries \u003e div[class~=exp],\r\ndiv.error-notice,\r\ndiv#addon-summary[class~=exp],\r\nul#addon-listing \u003e li[class~=exp]\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/red_bg.png') !important;\r\n}\r\n\r\n/* Preview image: remove background image, showing the topleft corner of the box */\r\ndiv#feature1 p.preview-img, div#feature2 p.preview-img, div#feature3 p.preview-img\r\n{\r\n\tbackground: none !important;\r\n}\r\n\r\n/* Bottom image box border (#1): Not required. */\r\ndiv[id^=\"feature\"] div.vex,\r\ndiv#addon-summary div.vex,\r\nul#addon-listing \u003e li div.vex,\r\ndiv#secondaries \u003e div div.vex,\r\ndiv.oldversion \u003e div.vex\r\n{\r\n\tdisplay: none !important;\r\n}\r\n\r\n/* Bottom image box border (#2): Not required. */\r\ndiv[id^=\"feature\"] div.irk,\r\ndiv#secondaries \u003e div div.irk\r\n{\r\n\tbackground: none !important;\r\n}\r\n\r\n/* Policy page */\r\n\r\n/* White topleft corner: not required. */\r\ndiv#policy-tl\r\n{\r\n\tdisplay: none !important;\r\n}\r\n\r\ndiv.addon-policy-tagline \u003e p\r\n{\r\n\tfont-style: italic !important;\r\n}\r\n\r\ndiv.addon-policy-tagline \u003e p:after\r\n{\r\n\tcontent: \".\" !important;\r\n}\r\n\r\n/* Recommanded add-ons (right pane): because this is a user style for mozilla browsers only,\r\nwe can afford using Gecko's special CSS properties. Nice to handle round-cornered boxes.\r\nNOTE: rounded corners will render better with Firefox3 due to improvements in the graphic layer.\r\n*/\r\ndiv#content-main \u003e div#content-extra \u003e div#recs\r\n{\r\n\tbackground: none !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\n/* New recommanded add-ons inside slider. */\r\n\r\n/* Remove unuseful backgrounds with IE-compliant rounded borders. */\r\ndiv#slider,\r\ndiv#slider \u003e div.inner,\r\ndiv#slider \u003e div.inner \u003e div.viewport,\r\ndiv#slider \u003e div.inner \u003e div.controls,\r\ndiv#slider \u003e div.inner \u003e div.controls \u003e div.controls_inner,\r\ndiv#slider \u003e div.vex,\r\ndiv#slider \u003e div.vex \u003e span\r\n{\r\n\tbackground: none !important;\r\n\tborder: none !important;\r\n}\r\n\r\n/* TODO: slider buttons. */\r\n\r\n/* New recommanded add-ons */\r\n/* TODO: handle experimental add-ons (in case of emergency only ^^ ). */\r\ndiv#content-main ul.item_set \u003e li[id^=\"feature\"][class~=\"featured\"]\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\n/* New recommanded add-ons (all except first)\r\nThis is a fix to avoid seeing one add-one and parts of the border of the next one. */\r\ndiv#content-main ul.item_set \u003e li[id^=\"feature\"][class~=\"featured\"]:not([id$=\"feature1\"])\r\n{\r\n\tmargin-left: 20px !important;\r\n}\r\n\r\n/* Preview images */\r\ndiv#content-main ul.item_set \u003e li[id^=\"feature\"][class~=\"featured\"]:first-child \u003e p.preview-img\r\n{\r\n\tbackground: none !important;\r\n}\r\n\r\n/* Slider buttons */\r\nimg[src$=\"/img/slider-next-disabled.gif\"],\r\nimg[src$=\"/img/slider-prev-disabled.gif\"],\r\nimg[src$=\"/img/slider-prev.gif\"],\r\nimg[src$=\"/img/slider-next.gif\"]\r\n{\r\n\twidth: 0 !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 16px !important;\r\n\theight: 16px !important;\r\n}\r\n\r\nimg[src$=\"/img/slider-next-disabled.gif\"],\r\nimg[src$=\"/img/slider-prev-disabled.gif\"]\r\n{\r\n\topacity: 0.3 !important;\r\n}\r\n\r\nimg[src$=\"/img/slider-prev.gif\"],\r\nimg[src$=\"/img/slider-next.gif\"]\r\n{\r\n\topacity: 1.0 !important;\r\n}\r\n\r\nimg[src$=\"/img/slider-prev-disabled.gif\"],\r\nimg[src$=\"/img/slider-prev.gif\"]\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/prev.png') !important;\r\n}\r\n\r\nimg[src$=\"/img/slider-next-disabled.gif\"],\r\nimg[src$=\"/img/slider-next.gif\"]\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/next.png') !important;\r\n}\r\n\r\n/* Page footer */\r\ndiv#footer\r\n{\r\n\tbackground: none !important;\r\n\tmargin-top: 38em !important;\r\n}\r\n\r\n/* Login form */\r\nform.amo-form\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n\tcolor: #000000 !important;\r\n}\r\n\r\nform.amo-form input[type=text], form.amo-form input[type=password]\r\n{\r\n\t-moz-appearance: none !important;\r\n\tcolor: #BBB !important;\r\n\tbackground-color: #5D6871 !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/field_bg.png') !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n}\r\n\r\nform.amo-form input[type=text]:focus, form.amo-form input[type=password]:focus\r\n{\r\n\tcolor: #DDD !important;\r\n}\r\n\r\nform.amo-form label\r\n{\r\n\tborder: none !important;\r\n\tcolor: #CCC !important;\r\n\tmargin-right: 4px !important;\r\n}\r\n\r\ndiv.amo-form-error\r\n{\r\n\tbackground-color: #600 !important;\r\n\tborder: 1px dotted #C66 !important;\r\n\tcolor: #DDD !important;\r\n\tmargin-left: 10px !important;\r\n\tmargin-right: 10px !important;\r\n}\r\n\r\n/* Add-ons category */\r\nselect#category\r\n{\r\n\tposition: relative !important;\r\n\theight: 30px !important;\r\n\tmargin-top: 0 !important;\r\n\ttop: 0 !important;\r\n\t-moz-border-radius-topleft: 0 !important;\r\n\t-moz-border-radius-topright: 4px !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 4px !important;\r\n}\r\n\r\nselect#category, select#category *\r\n{\r\n\tfont-size: 10pt !important;\r\n}\r\n\r\n/* This is to handle the new search form. */\r\n/*html \u003e body #mozilla-com .html-ltr \u003e div #content .detail-page \u003e div #search-element \u003e div #advanced-search-toggle \u003e div*/\r\ndiv#search-bubble-outer,\r\ndiv#search-bubble-inner,\r\n#advanced-search-toggle,\r\n#advanced-search-toggle \u003e div,\r\n#advanced-search-toggle \u003e div \u003e span,\r\n#advanced-search-toggle \u003e div \u003e span \u003e span,\r\n#advanced-search-toggle #toggle-outer,\r\n#advanced-search-toggle #toggle-inner\r\n{\r\n\tbackground: none transparent !important;\r\n}\r\n\r\ninput#query\r\n{\r\n\theight: 20px !important;\r\n\t-moz-appearance: none !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/query_zoom.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tfont-size: 10pt !important;\r\n\tpadding-top: 5px !important;\r\n\tcolor: #CCC !important;\r\n\tbackground-color: #335 !important;\r\n\t-moz-border-radius-topleft: 4px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 4px !important;\r\n\t-moz-border-radius-bottomright: 0 !important;\r\n}\r\n\r\ninput#query:focus\r\n{\r\n\tcolor: #FFF !important;\r\n}\r\n\r\n/* Titles */\r\ndiv#content-main \u003e h3,\r\ndiv#content-extra \u003e div#recs h3,\r\ndiv.pitch \u003e h3,\r\ndiv#addon-info h4,\r\ndiv.corner-box h3,\r\ndiv.bluebox-tl h3,\r\ndiv#content-main h1,\r\ndiv#helpbox h4,\r\ndiv#addon-summary:not([class~=exp]) h3.name,\r\nform#form-review h3,\r\ndiv#addon-info h5,\r\nform.amo-form \u003e h2,\r\ndiv#recommended \u003e h3,\r\ndiv.choices a.uniquify\r\n{\r\n\tcolor: #7B91BB !important;\r\n}\r\n\r\nform.amo-form \u003e h2\r\n{\r\n\tpadding-left: 16px !important;\r\n}\r\n\r\n\r\ndiv.corner-box\r\n{\r\n\tbackground-image: none !important;\r\n}\r\n\r\ndiv.corner-box h3\r\n{\r\n\tfont-style: italic !important;\r\n\tmargin-left: 4px !important;\r\n}\r\n\r\ndiv#addon-info h4\r\n{\r\n\tfont-weight: bold !important;\r\n}\r\n\r\n/* This is a simple way to change the bullets color in lists. */\r\nul \u003e li::-moz-list-bullet\r\n{\r\n\tcolor: #5CE4BB !important;\r\n}\r\n\r\n/* Same, hover state. */\r\nul \u003e li:hover::-moz-list-bullet\r\n{\r\n\tcolor: #FF3 !important;\r\n}\r\n\r\np.view-all \u003e a.view\r\n{\r\n\tfont-style: italic !important;\r\n}\r\n\r\n.html-ltr a.view\r\n{\r\n\tbackground: transparent url('http://quantumsearcher.net/designs/addons_tech/v1.4/view_arrow_ltr.png') 100% 4px no-repeat !important;\r\n}\r\n\r\n.html-rtl a.view\r\n{\r\n\tbackground: transparent url('http://quantumsearcher.net/designs/addons_tech/v1.4/view_arrow_rtl.png') 100% 4px no-repeat !important;\r\n}\r\n\r\na.view:hover\r\n{\r\n\tbackground-position: 100% -96px !important;\r\n}\r\n\r\n\r\n/* Add-ons categories list */\r\nul#cat-list\r\n{\r\n\tborder: none !important;\r\n\tpadding: 0 !important;\r\n\tmargin: 0 !important;\r\n\tbackground-color: inherit !important;\r\n}\r\n\r\nul#cat-list li, ul#cat-list li a\r\n{\r\n\t-moz-border-radius-bottomright: 0 !important;\r\n}\r\n\r\nul#cat-list \u003e li:last-child\r\n{\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\nul#cat-list li\r\n{\r\n\tmargin: 0 !important;\r\n\tborder-left: none !important;\r\n\tborder-right: 1px solid #000 !important;\r\n\tborder-bottom: none !important;\r\n\tmin-height: 34px !important;\r\n}\r\n\r\n/* Categories element (block-displayed link) */\r\n\r\nul#cat-list \u003e li \u003e a,\r\ndiv#categories p\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/categ_bg.png') !important;\r\n}\r\n\r\nul#cat-list \u003e li \u003e a\r\n{\r\n\tbackground-color: #31373C !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n\tcolor: #5C798D !important;\r\n\tmin-height: 34px !important;\r\n\t-moz-border-radius-bottomright: inherit !important;\r\n}\r\n\r\nul#cat-list \u003e li \u003e a:hover\r\n{\r\n\tbackground-color: #5D6871 !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/categ_bg_h.png') !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n\tcolor: #14FF80 !important;\r\n}\r\n\r\n/* Special rules for categories list on single add-on summary page. Opened by JavaScript */\r\nul#cat-list.visible\r\n{\r\n\tborder: 1px solid #808080 !important;\r\n\tleft: -1px !important;\r\n\topacity: 0.95 !important;\r\n}\r\n\r\nul#cat-list.visible li\r\n{\r\n\tborder-right: none !important;\r\n}\r\n\r\nul#cat-list.visible li a\r\n{\r\n\tmargin-right: -1px !important;\r\n}\r\n\r\nul#cat-list.visible \u003e li:last-child\r\n{\r\n\t-moz-border-radius-bottomright: 3px !important;\r\n}\r\n\r\n/* Categories block */\r\ndiv#categories\r\n{\r\n\tbackground-image: none !important;\r\n\tbackground-color: inherit !important;\r\n\tborder: 1px solid #808080 !important;\r\n\tpadding-left: 5px !important;\r\n\tpadding-right: 3px !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#categories h3\r\n{\r\n\tbackground-image: none !important;\r\n\tbackground-color: inherit !important;\r\n\tborder: none !important;\r\n}\r\n\r\ndiv#categories h3 span\r\n{\r\n\ttext-align: center !important;\r\n\tfont-weight: bold !important;\r\n\tbackground: none !important;\r\n\tborder: none !important;\r\n\tcolor: #6EECB7 !important;\r\n\tmargin-left: -22px !important;\r\n\tmargin-right: -2px !important;\r\n}\r\n\r\ndiv#categories p\r\n{\r\n\tbackground-color: #31373C !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n\tmin-height: 34px !important;\r\n\tborder-top: none !important;\r\n\tmargin-bottom: -1px !important;\r\n\tmargin-right: 0 !important;\r\n}\r\n\r\ndiv#categories p, div#categores p \u003e a\r\n{\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#categories p \u003e a\r\n{\r\n\tbackground: none transparent !important;\r\n\tcolor: #5C798D !important;\r\n}\r\n\r\ndiv#categories p \u003e a:hover\r\n{\r\n\tbackground: none transparent !important;\r\n\tcolor: #14FF80 !important;\r\n}\r\n\r\n/* Add-on author */\r\nh5.author, h5.author *\r\n{\r\n\tfont-style: italic !important;\r\n}\r\n\r\n/* \"I am looking for...\" box */\r\ndiv.pitch,\r\ndiv#other-apps:not([class~=collapsed]),\r\ndiv#other-apps:not([class~=collapsed]):hover,\r\ndiv#other-apps:not([class~=collapsed]):focus,\r\ndiv#addon-advanced,\r\nform#form-listcontrol\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/blue_bg_lf.png') !important;\r\n}\r\n\r\ndiv.pitch\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: #000 !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv.pitch \u003e h3\r\n{\r\n\tfont-style: italic !important;\r\n}\r\n\r\n/* Enlarge default size for single-line text fields. Good for long e-mail addresses. */\r\nform.amo-form input[type=text], form.amo-form input[type=password]\r\n{\r\n\twidth: 180px !important;\r\n}\r\n\r\nform.amo-form div:last-child\r\n{\r\n\theight: 30px !important;\r\n}\r\n\r\n/* This method allow a correct \"button push\" visual effect. */\r\nform.amo-form input[type=submit], form.amo-form div:last-child input[type=submit]\r\n{\r\n\t-moz-appearance: none !important; /* Unlock background modifiers. Avoid us a dirty res/forms.css hack. */\r\n\theight: 30px !important;\r\n\tfont-size: 10pt !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: none !important;\r\n\tcolor: #CCC !important;\r\n\twidth: 120px !important; /* This SHOULD fit for every \"submit\" text. */\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/green_btn120.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top right !important;\r\n}\r\n\r\nform.amo-form div:last-child input[type=submit]:hover,\r\nform.amo-form div:last-child input[type=submit]:focus,\r\nform.amo-form input[type=submit]:hover,\r\nform.amo-form input[type=submit]:focus\r\n{\r\n\tcolor: #FFF !important;\r\n}\r\n\r\n/* Error panel */\r\ndiv.error-notice h1, div.error-notice h3\r\n{\r\n\tcolor: #91523C !important;\r\n}\r\n\r\ndiv.error-notice\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n\tcolor: #CCC !important;\r\n}\r\n\r\n/* Other applications */\r\ndiv#other-apps\r\n{\r\n\ttop: -126px !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n\topacity: 0.85 !important;\r\n}\r\n\r\n/* Closed state */\r\ndiv#other-apps[class~=collapsed]\r\n{\r\n\tbackground-color: #023 !important;\r\n\tborder: 1px solid #7FAAFF !important;\r\n\t-moz-border-radius: 8px !important;\r\n\tbackground-image: none !important;\r\n}\r\n\r\n/* Closed state, hover/focus */\r\ndiv#other-apps[class~=collapsed]:hover,\r\ndiv#other-apps[class~=collapsed]:focus\r\n{\r\n\tborder: 1px solid #9BF !important;\r\n\t-moz-border-radius: 8px !important;\r\n}\r\n\r\n/* Opened state, all */\r\ndiv#other-apps:not([class~=collapsed]),\r\ndiv#other-apps:not([class~=collapsed]):hover,\r\ndiv#other-apps:not([class~=collapsed]):focus\r\n{\r\n\tbackground-color: #000 !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tborder: 1px solid #9BF !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\n/* arrow down */\r\n.html-ltr #other-apps.js h3,\r\n.html-rtl #other-apps.js h3,\r\n.html-ltr #advanced-search-toggle a.asopen,\r\n.html-rtl #advanced-search-toggle a.asopen,\r\n.plot-dropdown .selected\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/arrow_down.png') !important;\r\n}\r\n\r\n.html-ltr #other-apps.js h3\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-position: 6px 50% !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-rtl #other-apps.js h3\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-position: 15% 50% !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n#other-apps.js h3\r\n{\r\n\tbackground-color: transparent !important;\r\n\tcolor: #6EA7AF !important;\r\n}\r\n\r\n#other-apps.js h3:hover\r\n{\r\n\tbackground-color: transparent !important;\r\n\tcolor: #5FC8D7 !important;\r\n}\r\n\r\n/* Arrow right */\r\n.html-ltr #other-apps.collapsed h3,\r\n.html-rtl #other-apps.collapsed h3,\r\n#other-apps.collapsed h3,\r\n.plot-dropdown .submenu a\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/arrow_right.png') !important;\r\n}\r\n\r\n.html-ltr #other-apps.collapsed h3, .html-rtl #other-apps.collapsed h3, #other-apps.collapsed h3\r\n{\r\n\tborder-bottom: 0 !important;\r\n}\r\n\r\n/* Seamonkey, original icon, better quality, no white matte */\r\n.html-ltr #other-apps.js #nav-apps #app-seamonkey a,\r\n.html-rtl #other-apps.js #nav-apps #app-seamonkey a\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_seamonkey.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-seamonkey a\r\n{\r\n\tbackground-position: 1% 50% !important;\r\n}\r\n\r\n.html-rtl #other-apps.js #nav-apps #app-seamonkey a\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-seamonkey a:hover,\r\n.html-rtl #other-apps.js #nav-apps #app-seamonkey a:hover\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_seamonkey_h.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-seamonkey a:hover\r\n{\r\n\tbackground-position: 1% 50% !important;\r\n}\r\n\r\n.html-rtl #other-apps.js #nav-apps #app-seamonkey a:hover\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n/* Sunbird, quite the original */\r\n.html-ltr #other-apps.js #nav-apps #app-sunbird a,\r\n.html-rtl #other-apps.js #nav-apps #app-sunbird a\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_sunbird.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-sunbird a\r\n{\r\n\tbackground-position: 1% 50% !important;\r\n}\r\n\r\n.html-rtl #other-apps.js #nav-apps #app-sunbird a\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-sunbird a:hover,\r\n.html-rtl #other-apps.js #nav-apps #app-sunbird a:hover\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_sunbird_h.png') !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-sunbird a:hover\r\n{\r\n\t background-position: 1% 50% !important;\r\n}\r\n\r\n.html-rtl #other-apps.js #nav-apps #app-sunbird a:hover\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n/* Thunderbird, unofficial icon */\r\n.html-ltr #other-apps.js #nav-apps #app-thunderbird a,\r\n.html-rtl #other-apps.js #nav-apps #app-thunderbird a\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_thunderbird.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-thunderbird a\r\n{\r\n\tbackground-position: 1% 50% !important;\r\n}\r\n.html-rtl #other-apps.js #nav-apps #app-thunderbird a\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-thunderbird a:hover,\r\n.html-rtl #other-apps.js #nav-apps #app-thunderbird a:hover\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_thunderbird_h.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-thunderbird a:hover\r\n{\r\n\tbackground-position: 1% 50% !important;\r\n}\r\n.html-rtl #other-apps.js #nav-apps #app-thunderbird a:hover\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n/* Firefox (black version) */\r\n.html-ltr #other-apps.js #nav-apps #app-firefox a,\r\n.html-rtl #other-apps.js #nav-apps #app-firefox a\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_firefox_black.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-firefox a\r\n{\r\n\tbackground-position: 1% 50% !important;\r\n}\r\n\r\n.html-rtl #other-apps.js #nav-apps #app-firefox a\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-firefox a:hover,\r\n.html-rtl #other-apps.js #nav-apps #app-firefox a:hover\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/icon_firefox_black_h.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #other-apps.js #nav-apps #app-firefox a:hover\r\n{\r\n\tbackground-position: 1% 50% !important;\r\n}\r\n.html-rtl #other-apps.js #nav-apps #app-firefox a:hover\r\n{\r\n\tbackground-position: 90% 50% !important;\r\n}\r\n\r\n#other-apps.js #nav-apps a\r\n{\r\n\tbackground-color: transparent !important;\r\n\r\n\tborder-width: 4px !important;\r\n\tborder-style: solid !important;\r\n\r\n\t-moz-border-radius-topleft: 6px !important;\r\n\t-moz-border-radius-topright: 6px !important;\r\n\t-moz-border-radius-bottomleft: 6px !important;\r\n\t-moz-border-radius-bottomright: 6px !important;\r\n\r\n\t-moz-border-bottom-colors: transparent transparent transparent transparent !important;\r\n\t-moz-border-left-colors: transparent transparent transparent transparent !important;\r\n\t-moz-border-right-colors: transparent transparent transparent transparent !important;\r\n\t-moz-border-top-colors: transparent transparent transparent transparent !important;\r\n}\r\n\r\n#other-apps.js #nav-apps a:hover\r\n{\r\n\tbackground-color: #1A2B36 !important;\r\n\t-moz-border-bottom-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n\t-moz-border-left-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n\t-moz-border-right-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n\t-moz-border-top-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n}\r\n\r\n/* Search add-ons */\r\nform#search-form\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/search_bg1.png') bottom right no-repeat !important;\r\n\tborder: 7px solid #00C659 !important;\r\n\twidth: 78% !important;\r\n\t/* Linear gradient green -\u003e black (external effect like a glow) */\r\n\t-moz-border-bottom-colors: #001208 #002C14 #004B22 #006C30 #008D3F #00AC4D #00C659 !important; /* Colors: external to internal */\r\n\t-moz-border-left-colors: #001208 #002C14 #004B22 #006C30 #008D3F #00AC4D #00C659 !important;\r\n\t-moz-border-right-colors: #001208 #002C14 #004B22 #006C30 #008D3F #00AC4D #00C659 !important;\r\n\t-moz-border-top-colors: #001208 #002C14 #004B22 #006C30 #008D3F #00AC4D #00C659 !important;\r\n}\r\n\r\nform#search-form \u003e fieldset \u003e label\r\n{\r\n\tcolor: #CCC !important;\r\n}\r\n\r\nform#search-form fieldset:first-child\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/search_bg2.png') top left no-repeat !important;\r\n}\r\n\r\nform#search-form fieldset\r\n{\r\n\tbackground-color: transparent !important;\r\n}\r\n\r\nfieldset#advanced-search\r\n{\r\n\tborder-top-width: 8px !important;\r\n\tborder-top-style: solid !important;\r\n\t-moz-border-top-colors: #001208 #004B22 #008D3F #00C659 #008D3F #004B22 #001208 !important;\r\n\tmargin-left: 0 !important;\r\n\tmargin-right: 0 !important;\r\n}\r\n\r\ninput#my-submit\r\n{\r\n\tbackground-color: transparent !important;\r\n\tposition: absolute !important;\r\n\tmargin-top: -2px !important;\r\n\toverflow: visible !important;\r\n}\r\n\r\n#search-query label\r\n{\r\n\tcolor: #CCC !important;\r\n\tfont-size: 10pt !important;\r\n\ttop: 27px !important;\r\n\tpadding-left: 34px !important;\r\n}\r\n\r\n/* Toggle for advanced search */\r\n\r\n\r\n.html-ltr #advanced-search-toggle a.asopen\r\n{\r\n\tbackground-position: right center !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-rtl #advanced-search-toggle a.asclosed\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/advanced_arrow2.png') left center no-repeat !important;\r\n}\r\n\r\n.html-rtl #advanced-search-toggle a.asopen\r\n{\r\n\tbackground-position: left center !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n/* New search button */\r\n\r\n.html-ltr #search-form #my-submit,\r\n.html-ltr #search-form #my-submit:hover,\r\n.html-rtl #search-form #my-submit,\r\n.html-rtl #search-form #my-submit:hover\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/search_button.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n.html-ltr #search-form #my-submit\r\n{\r\n\tbackground-position: 0 0 !important;\r\n}\r\n\r\n.html-ltr #search-form #my-submit:hover\r\n{\r\n\tbackground-position:-38px 0 !important;\r\n}\r\n\r\n/* (offsets not sure for this one) */\r\n.html-rtl #search-form #my-submit\r\n{\r\n\tbackground-position: -37px 0 !important;\r\n}\r\n\r\n.html-rtl #search-form #my-submit:hover\r\n{\r\n\tbackground-position: 1px 0 !important;\r\n}\r\n\r\n\r\n/* Developer tools */\r\ndiv#summary\r\n{\r\n\tcolor: #DDD !important;\r\n}\r\n\r\n/* Add-on page */\r\ndiv#addon-summary, div#addon-info\r\n{\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#addon-summary \u003e p.preview-img, ul#addon-listing \u003e li div.irk p.preview-img\r\n{\r\n\tbackground: none !important;\r\n}\r\n\r\nform#addons-author-addons \u003e select#addons-author-addons-select\r\n{\r\n\tmargin-left: -20px !important;\r\n}\r\n\r\np#review-submit \u003e input[disabled=\"disabled\"]\r\n{\r\n\tdisplay: none !important;\r\n}\r\n\r\n/* Addon stats may be written off the box, we just re-position to left. */\r\np.stats\r\n{\r\n\ttext-align: left !important;\r\n\twidth: 96% !important;\r\n\tdisplay: block !important;\r\n\tleft: 4px !important;\r\n\tpadding-top: 8px !important;\r\n}\r\n\r\n/* Because we can't add HTML, we force stats to be on a new line. */\r\nspan.stats\r\n{\r\n\tdisplay: block !important;\r\n}\r\n\r\n.updated\r\n{\r\n\tfont-style: italic !important;\r\n}\r\n\r\n/* Add-on search results */\r\nul.addon-reviews li\r\n{\r\n\tbackground-color: transparent !important;\r\n\tcolor: #CCC !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\nul#addon-listing \u003e li\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\nul#addon-listing \u003e li[class~=exp] h3.name a:link,\r\nul#addon-listing \u003e li[class~=exp] h3.name a:visited,\r\ndiv[id^=\"feature\"][class~=exp] h4.name a:link,\r\ndiv[id^=\"feature\"][class~=exp] h4.name a:visited,\r\ndiv#secondaries \u003e div[class~=exp] h4.name a:link,\r\ndiv#secondaries \u003e div[class~=exp] h4.name a:visited\r\n{\r\n\tcolor: #8A6255 !important;\r\n}\r\n\r\nul#addon-summary \u003e li[class~=exp] h3.name a:hover,\r\ndiv#addon-summary[class~=exp] h3.name,\r\ndiv[id^=\"feature\"][class~=exp] h4.name a:hover,\r\ndiv#secondaries \u003e div[class~=exp] h4.name a:hover\r\n{\r\n\tcolor: #91523C !important;\r\n\t/*color: #AE3A2B !important;*/\r\n}\r\n\r\ndiv#addon-summary[class~=exp] h4.author,\r\nul#addon-listing \u003e li[class~=exp] h4.author,\r\ndiv[id^=\"feature\"][class~=exp] h5.author,\r\ndiv#secondaries \u003e div[class~=exp] h5.author\r\n{\r\n\tcolor: #6E4E44 !important;\r\n}\r\n\r\ndiv#addon-summary[class~=exp] h4.author a.profileLink,\r\nul#addon-listing \u003e li[class~=exp] h4.author a.profileLink,\r\ndiv#addon-summary[class~=exp] ul.addon-cats \u003e li \u003e a,\r\nul#addon-listing \u003e li[class~=exp] ul.addon-cats \u003e li \u003e a,\r\ndiv#addon-summary[class~=exp] p.rating a,\r\nul#addon-listing \u003e li[class~=exp] p.rating a,\r\ndiv[id^=\"feature\"][class~=exp] h5.author a,\r\ndiv#secondaries \u003e div[class~=exp] h5.author a,\r\ndiv[id^=\"feature\"][class~=exp] p.rating a,\r\ndiv#secondaries \u003e div[class~=exp] p.rating a,\r\ndiv[id^=\"feature\"][class~=exp] p.learn-more a,\r\ndiv#secondaries \u003e div[class~=exp] p.learn-more a\r\n{\r\n\tcolor: #9A523C !important;\r\n}\r\n\r\ndiv#addon-summary[class~=exp] h4.author a.profileLink:hover,\r\nul#addon-listing \u003e li[class~=exp] h4.author a.profileLink:hover,\r\ndiv#addon-summary[class~=exp] ul.addon-cats \u003e li \u003e a:hover,\r\nul#addon-listing \u003e li[class~=exp] ul.addon-cats \u003e li \u003e a:hover,\r\ndiv#addon-summary[class~=exp] p.rating a:hover,\r\nul#addon-listing \u003e li[class~=exp] p.rating a:hover,\r\ndiv[id^=\"feature\"][class~=exp] h5.author a:hover,\r\ndiv#secondaries \u003e div[class~=exp] h5.author a:hover,\r\ndiv[id^=\"feature\"][class~=exp] p.rating a:hover,\r\ndiv#secondaries \u003e div[class~=exp] p.rating a:hover,\r\ndiv[id^=\"feature\"][class~=exp] p.learn-more a:hover,\r\ndiv#secondaries \u003e div[class~=exp] p.learn-more a:hover\r\n{\r\n\tcolor: #AE3A2B !important;\r\n}\r\n\r\n/* Bottom pages list */\r\ndiv.pagination\r\n{\r\n\t/*\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top right !important;\r\n\t*/\r\n\tcolor: #CCC !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\n/* Page numbers */\r\n.pages a\r\n{\r\n\t-moz-border-radius: 4px !important;\r\n\tborder: none !important;\r\n}\r\n\r\n.pages a:hover\r\n{\r\n\tbackground-color: #013 !important;\r\n\tborder-color: transparent !important;\r\n}\r\n\r\n/* Current page */\r\n.pages .current strong\r\n{\r\n\t-moz-border-radius: 4px !important;\r\n\tbackground-color: #025 !important;\r\n\tborder: none !important;\r\n}\r\n\r\n/* Previous page */\r\n\r\n.pages .prev a,\r\n.html-rtl #addon-info h3.version-link a.view,\r\n.html-rtl .more-addons h3 a.view\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/prev2.png') !important;\r\n}\r\n\r\n.pages .prev a\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-position: 0 50% !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tpadding-left: 17px !important;\r\n}\r\n\r\n/* Next page */\r\n\r\n.pages .next a,\r\n.html-ltr #addon-info h3.version-link a.view,\r\n.html-ltr .more-addons h3 a.view\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/next2.png') !important;\r\n}\r\n\r\n.pages .next a\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-position: 100% 50% !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tpadding-right: 17px !important;\r\n}\r\n\r\n/* \"n matching add-on(s)\" */\r\ndiv.pagination p.count\r\n{\r\n\tfont-style: italic !important;\r\n}\r\n\r\n/* Advanced details */\r\ndiv#addon-advanced\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#addon-advanced h4\r\n{\r\n\tcolor: #7B91BB !important;\r\n}\r\n\r\ndiv#addon-advanced h5\r\n{\r\n\tborder-top: 1px solid #808080 !important;\r\n\tcolor: #7B91BB !important;\r\n}\r\n\r\ndiv#addon-advanced p a\r\n{\r\n\tpadding-left: 4px !important;\r\n}\r\n\r\n#addon-advanced .expand-control a\r\n{\r\n\tbackground: transparent url('http://quantumsearcher.net/designs/addons_tech/v1.4/advanced_expand1.png') 100% 3px no-repeat !important;\r\n}\r\n\r\n#addon-advanced.collapsed .expand-control a\r\n{\r\n\tbackground: transparent url('http://quantumsearcher.net/designs/addons_tech/v1.4/advanced_expand2.png') 100% 3px no-repeat !important;\r\n}\r\n\r\n#addon-advanced .expand-control a:hover\r\n{\r\n\tbackground-position: 100% -97px !important;\r\n}\r\n\r\n\r\n/* Recommanded addons (browsing \"View more from ...\")*/\r\ndiv#recommended, div.more-addons\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#recommended div#feature1:not([class~=exp]) h4.name a,\r\ndiv#recommended div#feature2:not([class~=exp]) h4.name a\r\n{\r\n\tcolor: #2B81BF !important;\r\n}\r\n\r\ndiv#recommended div#feature1:not([class~=exp]) h4.name a:hover,\r\ndiv#recommended div#feature2:not([class~=exp]) h4.name a:hover\r\n{\r\n\tcolor: #4C9CD6 !important;\r\n}\r\n\r\ndiv#recommended div#feature1[class~=exp] h4.name a,\r\ndiv#recommended div#feature2[class~=exp] h4.name a\r\n{\r\n\tcolor: #AE3A2B !important;\r\n}\r\n\r\ndiv#recommended div#feature1[class~=exp] h4.name a:hover,\r\ndiv#recommended div#feature2[class~=exp] h4.name a:hover\r\n{\r\n\tcolor: #CF503F !important;\r\n}\r\n\r\ndiv#recommended div#feature1:not([class~=exp]) h5.author,\r\ndiv#recommended div#feature2:not([class~=exp]) h5.author\r\n{\r\n\tcolor: #375899 !important;\r\n}\r\n\r\ndiv#recommended div#feature1[class~=exp] h5.author,\r\ndiv#recommended div#feature2[class~=exp] h5.author\r\n{\r\n\tcolor: #985742 !important;\r\n}\r\n\r\n\r\n/* Tricky way to put a condition such as \"if child img is 'not found' img\" then ...\".\r\n- When not found, avoid wasting vertical space, description partly overlap image.\r\n- Else: Height adapt to content, with a minimum of 146px.\r\n*/\r\np.preview-img\r\n{\r\n\tmin-width: 200px !important;\r\n\tmin-height: 146px !important;\r\n\tmargin-left: -5px !important;\r\n\toverflow: visible !important;\r\n}\r\n\r\n/* 'No preview' image */\r\nimg[src$=\"/img/no-preview.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 183px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/package_big.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 200px !important;\r\n}\r\n\r\n/* \"Experimental\"/\"Recommanded\" flag - add 'pre-selector' */\r\n.flag\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/exp_label_bg.png') !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top left !important;\r\n\tbackground-color: #272D32 !important;\r\n\tborder-width: 1px !important;\r\n\tborder-style: solid !important;\r\n\tborder-color: transparent #808080 #808080 #808080 !important;\r\n\tcolor: #C30 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\nform#form-review\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n\tcolor: #CCC !important;\r\n}\r\n\r\nform#form-review fieldset#rate-it h4\r\n{\r\n\tcolor: #7B91AA !important;\r\n}\r\n\r\nform#form-review p.login a\r\n{\r\n\tcolor: #2B81BF !important;\r\n}\r\n\r\nform#form-review p.login a:hover\r\n{\r\n\tcolor: #8EA7D8 !important;\r\n}\r\n\r\n#addon-info h3.version-link a.view,\r\n#addon-info h3.version-link a.view:hover,\r\n.more-addons h3 a.view,\r\n.more-addons h3 a.view:hover\r\n{\r\n\tbackground-position: 100% 4px !important;\r\n}\r\n\r\ndiv.install-container \u003e div.install,\r\n.exp-loggedout\r\n{\r\n\tbackground-image: none !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius: 8px !important;\r\n\tcolor: #CCC !important;\r\n\tmargin-top: 3em !important;\r\n}\r\n\r\n/* Install button - reset */\r\n\r\n/* In listings - general add-ons */\r\n.install-button a span,\r\n.install-button a span span,\r\n.install-button a span span span,\r\n.install-button a span span span strong\r\n{\r\n\tbackground-image: none !important;\r\n}\r\n\r\n/* In listings - experimental add-ons */\r\n.exp .install-button a span,\r\n.exp .install-button a span span,\r\n.exp .install-button a span span span,\r\n.exp .install-button a span span span strong\r\n{\r\n\tbackground-image: none !important;\r\n}\r\n\r\n/* In listings - recommended add-ons */\r\n#addon-listing .rec .install-button a span,\r\n#addon-listing .rec .install-button a span span,\r\n#addon-listing .rec .install-button a span span span,\r\n#addon-listing .rec .install-button a span span span strong\r\n{\r\n\tbackground-image: none !important;\r\n}\r\n\r\n/* Experimental add-ons - while logged out */\r\n\r\n#content-main .exp-loggedout .install-button a span,\r\n#content-main .exp-loggedout .install-button a span span,\r\n#content-main .exp-loggedout .install-button a span span span,\r\n#content-main .exp-loggedout .install-button a span span span strong\r\n{\r\n\tbackground-image: none !important;\r\n}\r\n\r\n/* Install button - customized */\r\n\r\n/* In listings - general add-ons */\r\ndiv.install-container \u003e p \u003e a \u003e span\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/install_arrow1.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: 90% 40% !important;\r\n\tbackground-color: transparent !important;\r\n\t-moz-border-radius: 6px !important; /* This is to avoid span to \"munch\" the border of its parent. */\r\n}\r\n\r\ndiv.install-container \u003e p \u003e a:hover \u003e span\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/install_arrow2.png') !important;\r\n}\r\n\r\n\r\n/* Install button, backgrounds */\r\n\r\n/* General settings */\r\n\r\n.install-button \u003e a,\r\n#content-main .install-container .not-avail,\r\nform#form-listcontrol p#experimental \u003e label\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/install_button_bg.png') !important;\r\n\tbackground-color: transparent !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: center center !important;\r\n}\r\n\r\n.install-button \u003e a,\r\n#content-main .install-container .not-avail\r\n{\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius: 6px !important;\r\n}\r\n\r\n.install-button \u003e a:hover,\r\nform#form-listcontrol ul#order-by li \u003e button:not([class~=current]):hover,\r\nform#form-listcontrol ul#order-by li \u003e button:not([class~=current]):focus,\r\nform#form-listcontrol ul#order-by li \u003e button[class~=current]\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/install_button_bg_h.png') !important;\r\n}\r\n\r\n.install-button \u003e a:hover\r\n{\r\n\tbackground-color: #222629 !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: center bottom !important;\r\n}\r\n\r\n/* Experimental add-ons */\r\n\r\n/* \"This add-on is for an older version of Firefox.\" */\r\n.exp-loggedout\r\n{\r\n\tbackground-color: transparent !important;\r\n}\r\n\r\n.exp-loggedout a,\r\n.exp a\r\n{\r\n\tcolor: #BF382C !important;\r\n}\r\n\r\n.exp-loggedout a:hover,\r\n.exp a:hover\r\n{\r\n\tcolor: #D9958F !important;\r\n}\r\n\r\n.exp-loggedout .install-button \u003e a:hover,\r\n.exp .install-button \u003e a:hover,\r\nform#form-listcontrol p#experimental \u003e label:hover,\r\nform#form-listcontrol p#experimental \u003e label:focus\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/install_button_bg_exp_h.png') !important;\r\n}\r\n\r\n.exp .install-button \u003e a:hover,\r\n.exp-loggedout .install-button \u003e a:hover\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: center bottom !important;\r\n}\r\n\r\n/* Rating stars */\r\n\r\nimg[src$=\"/ratings/5stars.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 12px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/5stars.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 68px !important;\r\n}\r\n\r\nimg[src$=\"/ratings/4stars.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 12px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/4stars.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 68px !important;\r\n}\r\n\r\nimg[src$=\"/ratings/3stars.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 12px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/3stars.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 68px !important;\r\n}\r\n\r\nimg[src$=\"/ratings/2stars.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 12px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/2stars.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 68px !important;\r\n}\r\n\r\nimg[src$=\"/ratings/1stars.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 12px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/1star.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 68px !important;\r\n}\r\n\r\n/* Rating stars (in rating form) */\r\n.stars .cancel a,\r\n.stars .star a\r\n{\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/ratings.png') !important;\r\n}\r\n\r\n/* Statistics dashboard */\r\n\r\n/* Bottom lines. These are not needed since the rounded corners are self-generated.\r\nThis means: We don't care if it is compatible with IE or not.\r\n*/\r\ndiv.greenbox-br, div.bluebox-br\r\n{\r\n\tdisplay: none !important;\r\n}\r\n\r\ndiv.bluebox-tl, div.bluebox-tr,\r\ndiv.greenbox-tr, div.greenbox-tl\r\n{\r\n\tbackground-image: none !important;\r\n}\r\n\r\ndiv#summary-legend\r\n{\r\n\tborder: 2px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 8px !important;\r\n\t-moz-border-radius-bottomleft: 8px !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\n/* Stats graph: main menu */\r\ndiv#plot-selector\r\n{\r\n\tborder: 2px solid #808080 !important;\r\n}\r\n\r\n/* Menu closed */\r\ndiv#plot-selector:not([class~=menu-open])\r\n{\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 8px !important;\r\n\t-moz-border-radius-bottomleft: 8px !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\n/* Menu opened */\r\ndiv#plot-selector[class~=menu-open]\r\n{\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 8px !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 0 !important;\r\n}\r\n\r\n/* Menu list (1st level) */\r\ndiv#plot-selector \u003e ul#plot-selector_plotselectionmenu\r\n{\r\n\tborder: 2px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 0 !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 8px !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#plot-selector, div#plot-selector ul, div#plot-selector ul li,\r\nul#options_options,\r\ndiv.plot-dropdown ul\r\n{\r\n\tbackground-color: #001 !important;\r\n}\r\n\r\ndiv#plot-selector \u003e a,\r\ndiv#plot-selection a\r\n{\r\n\tcolor: #2B81BF !important;\r\n}\r\n\r\ndiv#plot-selector \u003e a:hover,\r\ndiv#plot-selection a:hover\r\n{\r\n\tcolor: #4C9CD6 !important;\r\n}\r\n\r\ntable#stats_overview div.date\r\n{\r\n\tfont-style: italic !important;\r\n}\r\n\r\ndiv.bluebox-tr\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n\tpadding: 8px !important;\r\n}\r\n\r\n/* Vertical alignment problem between color labels and legend texts */\r\ndiv.plot-name\r\n{\r\n\tmargin-top: 0 !important;\r\n}\r\n\r\n/* RSS link (parent cell) in statistics dashboard */\r\ntable#stats_overview td:last-child\r\n{\r\n\toverflow: visible !important;\r\n}\r\n\r\n/* RSS link (link) in statistics dashboard */\r\ntable#stats_overview td:last-child a:last-child\r\n{\r\n\toverflow: visible !important;\r\n}\r\n\r\n/* RSS link (icon) */\r\nimg[src$=\"/img/stats/rss16x16.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 28px !important;\r\n\toverflow: visible !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/rss2.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 16px !important;\r\n}\r\n\r\n/* Summary options (zoom in / zoom out) */\r\ndiv#summary-options\r\n{\r\n\tbackground-color: transparent !important;\r\n\tborder: 2px solid #808080 !important;\r\n}\r\n\r\ndiv#summary-options *\r\n{\r\n\tbackground-color: transparent !important;\r\n}\r\n\r\n/* Current value on graph (plotted by mouse) */\r\ndiv.timeplot-valueflag, div.timeplot-timeflag\r\n{\r\n\tcolor: #307 !important;\r\n}\r\n\r\ndiv.timeplot-timeflag\r\n{\r\n\t-moz-border-radius: 3px !important;\r\n}\r\n\r\n/* \"Loading\" image */\r\nimg[src$=\"/js/simile/timeplot/images/progress-running.gif\"]\r\n{\r\n\t/* GIF modifications: changed counter-clockwise rotation to clockwise */\r\n\twidth: 0 !important;\r\n\theight: 16px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/loading.gif') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 16px !important;\r\n}\r\n\r\n/* Options for graph when not in summary display */\r\nimg[src$=\"/img/stats/cog.png\"]\r\n{\r\n\t/*\r\n\twidth: 0 !important;\r\n\theight: 16px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/cog.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 16px !important;\r\n\t*/\r\n}\r\n\r\n/* \"Firefox events\" icon */\r\n.plot-dropdown.toggle ul li.events-firefox \u003e a \u003e div.item-toggle-icon\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/events.png') center center no-repeat !important;\r\n}\r\n\r\n/* \"Expand graph\" icon */\r\n.plot-dropdown.toggle ul li.resize \u003e a \u003e div.item-toggle-icon\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/expand_graph.png') center center no-repeat !important;\r\n}\r\n\r\n/* \"View data (CSV)\" icon */\r\n.plot-dropdown.toggle ul li.csv \u003e a \u003e div.item-toggle-icon\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/csv.png') center center no-repeat !important;\r\n}\r\n\r\n/* \"Add plot\" icon */\r\n.plot-dropdown.toggle ul li.add-plot \u003e a \u003e div.item-toggle-icon\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/add_plot.png') center center no-repeat !important;\r\n}\r\n\r\n/* Statistics dashboard help */\r\ndiv#helpbox\r\n{\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\ndiv#helpbox \u003e p\r\n{\r\n\tpadding-left: 6px !important;\r\n}\r\n\r\ndiv.plot-dropdown,\r\ndiv.plot-dropdown \u003e ul\r\n{\r\n\tborder-color: #808080 !important;\r\n}\r\n\r\ndiv.plot-dropdown ul li.plot-item a\r\n{\r\n\tpadding-bottom: 1px !important;\r\n}\r\n\r\ndiv.plot-dropdown ul li.menu-divider\r\n{\r\n\tborder-color: #808080 !important;\r\n\tmargin-top: 3px !important;\r\n\tmargin-bottom: 3px !important;\r\n}\r\n\r\n.plot-dropdown .selected\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: 98% 50% !important;\r\n}\r\n\r\n.plot-dropdown .submenu a\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-position: 128px 50% !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\ndiv.bluebox-tl \u003e div \u003e div \u003e span\r\n{\r\n\tcolor: #666 !important;\r\n}\r\n\r\n/* This\tavoids hovered links (block) to overlap border. */\r\nul#options_options li:last-child *,\r\nul#plot-selector_plotselectionmenu li:last-child *\r\n{\r\n\t-moz-border-radius-bottomleft: 2px !important;\r\n\t-moz-border-radius-bottomright: 2px !important;\r\n}\r\n\r\ndiv#plot-selector ul li a,\r\nul#options_options li a,\r\ndiv.plot-dropdown ul li a\r\n{\r\n\tbackground-color: transparent !important;\r\n\tcolor: #2B81BF !important;\r\n}\r\n\r\ndiv#plot-selector ul li a:hover,\r\nul#options_options li a:hover,\r\ndiv.plot-dropdown a:hover\r\n{\r\n\tbackground-color: #3399FE !important;\r\n\tcolor: #FFF !important;\r\n}\r\n\r\ndiv.plot-dropdown ul li a:hover span\r\n{\r\n\tcolor: #FFF !important;\r\n}\r\n\r\n.plot-dropdown .colorbox.removable:hover\r\n{\r\n\tbackground: #666 url('http://quantumsearcher.net/designs/addons_tech/v1.4/x.png') no-repeat top left !important;\r\n}\r\n\r\ndiv.plot-dropdown \u003e ul:not([class~=level1])\r\n{\r\n\t-moz-border-radius-topleft: 0 !important;\r\n}\r\n\r\n/* Lock */\r\nimg[src$=\"/img/stats/lock.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 16px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/lock.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 16px !important;\r\n}\r\n\r\n/* Unlock */\r\nimg[src$=\"/img/stats/lock_open.png\"]\r\n{\r\n\twidth: 0 !important;\r\n\theight: 16px !important;\r\n\tbackground-image: url('http://quantumsearcher.net/designs/addons_tech/v1.4/lock_open.png') !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: top left !important;\r\n\tpadding-left: 16px !important;\r\n}\r\n\r\n/* Other categories (in category listing) */\r\ndiv.more-addons ol\r\n{\r\n\tpadding-top: 3px !important;\r\n}\r\n\r\ndiv.more-addons ol.browse-list \u003e li \u003e a\r\n{\r\n\tmargin: 3px 0 3px 3px !important;\r\n\tbackground: none transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\tpadding: 7px !important;\r\n\t-moz-border-radius: 4px !important;\r\n}\r\n\r\n/* Glow effect on categories links.\r\nThis effect is keyboard-accessible.\r\n*/\r\ndiv.more-addons ol.browse-list \u003e li \u003e a:hover,\r\ndiv.more-addons ol.browse-list \u003e li \u003e a:focus\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/list_categ_bg.png') center center repeat-x !important;\r\n\tborder-width: 4px !important;\r\n\t-moz-border-bottom-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n\t-moz-border-left-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n\t-moz-border-right-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n\t-moz-border-top-colors: #1B2227 #435460 #6A8699 #86A8BF !important;\r\n\tcolor: #BBB !important;\r\n\tmargin: 0 -3px 0 0 !important;\r\n}\r\n\r\nform#form-listcontrol\r\n{\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: top right !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\nform#form-listcontrol ul#order-by li \u003e button\r\n{\r\n\t-moz-appearance: none !important;\r\n\tbackground-color: transparent !important;\r\n\tborder: 1px solid #808080 !important;\r\n\t-moz-border-radius: 6px !important;\r\n\tcolor: #CCC !important;\r\n}\r\n\r\nform#form-listcontrol ul#order-by li \u003e button:not([class~=current])\r\n{\r\n\tbackground: transparent url('http://quantumsearcher.net/designs/addons_tech/v1.4/button_bg.png') repeat-x center center !important;\r\n}\r\n\r\nform#form-listcontrol ul#order-by li \u003e button:not([class~=current]):hover,\r\nform#form-listcontrol ul#order-by li \u003e button:not([class~=current]):focus\r\n{\r\n\tbackground-color: #222629 !important;\r\n\tbackground-repeat: no-repeat !important;\r\n\tbackground-position: center bottom !important;\r\n\tcolor: #DDD !important;\r\n}\r\n\r\nform#form-listcontrol ul#order-by li \u003e button[class~=current]\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: center bottom !important;\r\n\tborder-color: #BBB !important;\r\n\tcolor: #EEE !important;\r\n}\r\n\r\nform#form-listcontrol ul#order-by li \u003e button[class~=current]:hover,\r\nform#form-listcontrol ul#order-by li \u003e button[class~=current]:focus\r\n{\r\n\tbackground: #2F3438 url('http://quantumsearcher.net/designs/addons_tech/v1.4/button_bg_h.png') no-repeat center bottom !important;\r\n}\r\n\r\nform#form-listcontrol \u003e p#experimental\r\n{\r\n\tbackground: none transparent !important;\r\n}\r\n\r\nform#form-listcontrol p#experimental \u003e label:hover,\r\nform#form-listcontrol p#experimental \u003e label:focus\r\n{\r\n\tbackground-color: transparent !important;\r\n\tbackground-repeat: repeat-x !important;\r\n\tbackground-position: center bottom !important;\r\n\tcolor: #D9958F !important;\r\n}\r\n\r\n/* New 'share button' */\r\np.share-button, p.share-button *\r\n{\r\n\tbackground: none transparent !important;\r\n}\r\n\r\np.share-button a.activator\r\n{\r\n\toutline: none !important;\r\n\tpadding: 6px 0 0 2px !important;\r\n\theight: 24px !important;\r\n\tmargin-top: -3px !important;\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/activator_button.png') center center no-repeat !important;\r\n\tcolor: #D8D8D8 !important;\r\n}\r\n\r\np.share-button a.activator:hover,\r\np.share-button a.activator:focus\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/activator_button_h.png') center center no-repeat !important;\r\n\tcolor: #FFF !important;\r\n}\r\n\r\n/* Go to other add-ons from this author: fix for drop-down list alignment */\r\nform#addons-author-addons\r\n{\r\n\tpadding-top: 3px !important;\r\n\tpadding-left: 10px !important;\r\n}\r\n\r\n/* Uncomment to force displaying \"share this\" popup */\r\n/*\r\ndiv.choices\r\n{\r\n\tdisplay: block !important;\r\n\tvisibility: visible !important;\r\n}\r\n*/\r\n\r\n/* \"share this\" popup */\r\ndiv.choices \u003e div\r\n{\r\n\tbackground: url('http://quantumsearcher.net/designs/addons_tech/v1.4/share_bg.png') top left transparent !important;\r\n\t-moz-border-radius-topleft: 8px !important;\r\n\t-moz-border-radius-topright: 0 !important;\r\n\t-moz-border-radius-bottomleft: 0 !important;\r\n\t-moz-border-radius-bottomright: 8px !important;\r\n}\r\n\r\n/* Don't know why this seems to be useful... */\r\nbody\r\n{\r\n\tbackground-color: #000 !important;\r\n\tcolor: #CCC !important;\r\n}"},{"urls":[],"urlPrefixes":["http://addons.mozilla.org/fr/","https://addons.mozilla.org/fr/"],"domains":[],"regexps":[],"code":"/* Fix vertical alignment problem between homepage url label and corresponding input\r\nin \"User homepage\" profile editing */\r\ninput#UserHomepage\r\n{\r\n\tmargin-top: 5px !important;\r\n}"}],"url":"http://userstyles.org/styles/7138","updateUrl":"https://userstyles.org/styles/chrome/7138.json","md5Url":"https://update.userstyles.org/7138.md5","originalMd5":"53b4be63c8a0843fd07ea07b5f6751d8","name":"Alien Tech Firefox Add-ons (unified version)","thumbnail":"https://userstyles.org/style_screenshots/7138_after.png?r=1781053333"}