{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"/*\r\n * Yahoo News - Dark Clean (also for eeepc)\r\n *\r\n * Author      : boism\r\n * Updated     : May 4rd, 2008\r\n * Description : Modifies the colors and fonts on Yahoo News sites, and removes a few ads\r\n * Usage       : * Use with Stylish Firefox extension (https://addons.mozilla.org/firefox/2108/)\r\n *                 or copy to your Firefox userContent.css file\r\n *               * If you're using it on a EEEPC or a small screen, uncomment the EEEPC section below\r\n *               * If you're not happy with colors choice or with what I've removed, you can change\r\n *                 or  comment out in the code below.  I've described the ids and class that I modify.\r\n * Updates     : * 2008May04 : Removed upper right advert on main page\r\n * \r\n * To improve  : \r\n *                * This style was developped on fr.news.yahoo.com,\r\n *                  I've added other news sites, but some are not fully correct\r\n *                * I'm sure the list of news sites is not comprehensive, please feel free to report other ones\r\n *                * For hidden parts, I don't know how to hide the above h3 item, help is welcome\r\n *                * Certainly other things are bad\r\n *                * Descriptions may be poor and some items are redundant, maybe the style may have been a\r\n *                  little shorter by removing redundant items\r\n *\r\n * Hints       :  * I use \"Flashblock\" to load on demand Flash animations\r\n *                  https://addons.mozilla.org/firefox/433/\r\n *                * \"View formatted source (format source extension)\" helped me a lot during the creation of\r\n *                  this userstyle, it saved me a lot of time when using 'Enable inline mode'.\r\n *                  https://addons.mozilla.org/firefox/697/\r\n *                * CSS Selectors http://www.w3.org/TR/REC-CSS2/selector.html\r\n */\r\n\r\n@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n/*\r\n *\r\n * |------------------------------------|\r\n * | DESCRIPTION OF IDS OR CLASSES USED |\r\n * |------------------------------------|\r\n *\r\n * X means that this stylesheet hides the item\r\n * 0 means that this item is untouched by the stylesheet, only mentioned for reference\r\n *\r\n *X yumh               : header login\r\n *X yg-nav             : header navigation\r\n *  label              : Text before Search box\r\n *  input              : Search box text to input\r\n *  select             : Search box sources choice\r\n *  h1                 : Title of main news\r\n *X yeug-ticker        : Featured News / A la Une\r\n *  ynw-mrsthdr        : More Stories Header / Autres dÃ©pÃªches\r\n *  ynw-mrst           : Contents of More Stories Header / Autres dÃ©pÃªches\r\n *  ynw-othstr         : Other Stories : all news sections\r\n *  ynw-sect           : Header of each section\r\n *  moreLnks           : Contents of each section\r\n *  ynw-story          : Contents of each section\r\n *X sectMore           : SubSections at the end of each section\r\n *  bul                : several contents\r\n *  clr                : several contents\r\n *  div                : several boxes\r\n *  ft                 : footer\r\n *\r\n *0 #ynw-sb            : Side bar\r\n *  ynw-mTab-item1     : title of most popular emailed / EnvoyÃ©s par mail\r\n *  ynw-mTab-item2     : title of most popular viewed / Vus\r\n *X video-module       : Video/Audio / Audio/VidÃ©o\r\n *X hp-photo-highlight : Photo highliht / Photo A La Une\r\n *X message_board_list : Message board / Forums de discussion\r\n *0 alsoY              : Also in Yahoo! News\r\n *X elseY              : Elsewhere on Yahoo! / Ailleurs sur Yahoo!\r\n *\r\n *  p                  : text of a news\r\n *  cnt                : text of a news\r\n *  first              : text of a news\r\n *  cite               : sources\r\n *  span               : dates, sub-titles\r\n *X related-photo span : \"Enlarge Photo\" / \"Agrandir la photo\"\r\n *  related-photo p    : text under the left photo inside a news\r\n *X story_related_module : Message board / Forums de discussion\r\n *X ul.my              : \"Add to my Yahoo/RSS\" / \"Ajouter \u0026agrave; mon Yahoo/RSS\"\r\n *X sponsoredLinks     : sponsored links\r\n *X ad_slug_table      : ad\r\n *X an_lrec_ad         : ad\r\n *X phAd               : ad\r\n */"},{"urls":[],"urlPrefixes":[],"domains":["fr.news.yahoo.com","au.news.yahoo.com","br.news.yahoo.com","ca.news.yahoo.com","cf.news.yahoo.com","de.news.yahoo.com","es.noticias.yahoo.com","in.news.yahoo.com","it.notizie.yahoo.com","news.yahoo.com","news.cn.yahoo.com","qc.news.yahoo.com","uk.news.yahoo.com"],"regexps":[],"code":"body,\r\n#ynw-mrst,\r\n.ynw-othstr,\r\n.moreLnks,\r\n.ynw-story,\r\n.bul,\r\np,\r\n.cnt,\r\n.clr,\r\n.first,\r\nspan,\r\ncite,\r\n#related-photo p,\r\n#ynw-mTab-item1,\r\n#ynw-mTab-item2,\r\nh1\r\n{ color: #FFFFaa !important; background-color: #000000 !important; }\r\n\r\nul.bul\r\n{ font-family: sans-serif !important; color: #FFFFaa !important; background-color: #000000 !important; }\r\n\r\ndiv.pane,\r\na.tab,\r\n#ynw-s1 { background-color:#222222 !important }\r\n\r\ndiv { color: #FFFFaa !important; background-color: #000000 !important; }\r\n\r\n/* Search the news form */\r\ninput[type=\"text\"] {\r\n\tbackground-color: #000000 !important;\r\n\tborder: 1px solid #5555ff !important;\r\n\tcolor: #ffffff !important;\r\n}\r\n\r\ninput[type=\"submit\"],\r\ninput[type=\"button\"] {\r\n\tbackground-color: #222222 !important;\r\n\tborder: 1px solid #555555 !important;\r\n\tcolor: #aaffaa !important;\r\n\tcursor:pointer !important;\r\n}\r\n\r\nselect {\r\n        font-family: sans-serif !important;\r\n\tbackground-color: #222222 !important;\r\n\tborder: 1px solid #555555 !important;\r\n\tcolor: #aaffaa !important;\r\n}\r\n\r\nlabel {\r\n\tcolor: #aaffaa !important;\r\n}\r\n/* End of Search the news form */\r\n\r\n/* Headers of each section */\r\nh2#ynw-mrsthdr,\r\nh3.ynw-sect,\r\nh3.ynw-sect a {\r\n        color: #aaffaa !important;\r\n        background-color: #222222 !important;\r\n        text-transform: uppercase !important;\r\n        font-family: serif !important;\r\n        font-size: small !important;\r\n        padding-left: 1em !important;\r\n        padding-top: 0.2em !important;\r\n        padding-bottom: 0.2em !important;\r\n        text-decoration: none !important;\r\n}\r\n\r\nh2#ynw-mrsthdr,\r\nh3.ynw-sect {\r\n        border: 1px solid #555555 !important;\r\n        padding-top: 0.4em !important;\r\n        padding-bottom: 0.4em !important;\r\n}\r\n/* End of Headers of each section */\r\n\r\na:link,\r\na:active\r\n{ color: #aaffff !important; }\r\n\r\na:visited\r\n{ color: #9999dd !important; }\r\n\r\n:focus\r\n{ outline: none !important; }\r\n\r\n/* Elements to hide */\r\n#yumh,\r\n#yg-nav,\r\n#yeug-ticker,\r\n#ft,\r\n#video-module,\r\n#hp-photo-highlight,\r\n#message_board_list,\r\n#elseY,\r\n.sectMore,\r\n#related-photo span,\r\n.ad_slug_table,\r\n#an_lrec_ad,\r\n#sponsoredLinks,\r\n.story_related_module,\r\nul.my,\r\n#phAd,\r\ndiv#ynw-sb \u003e div:first-child\r\n{ display: none !important; }\r\n/* End of Elements to hide */\r\n\r\n/* EEEPC */\r\n/* EEEPC USERS REMOVE THIS LINE AND THE OTHER BELOW\r\n#hd,#bd { width: 780px !important; }\r\n#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{max-width: 790px !important;}\r\n   EEEPC USERS REMOVE THIS LINE AND THE OTHER ABOVE */\r\n/* End of EEEPC */"}],"url":"http://userstyles.org/styles/6890","updateUrl":"https://userstyles.org/styles/chrome/6890.json","md5Url":"https://update.userstyles.org/6890.md5","originalMd5":"ce31fdb9a0b1e9faa50731f2ece682ae","name":"Yahoo News - Dark Clean (also for eeepc)","thumbnail":"https://userstyles.org/style_screenshots/6890_after.png?r=1778882420"}