{"sections":[{"urls":[],"urlPrefixes":[],"domains":[],"regexps":[],"code":"@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n/*\r\n * Kaskus Fixups\r\n * version 0.3.2ths\r\n *\r\n * Author      : Pandu E Poluan (pandu@poluan.info)\r\n * Updated     : November 3, 2008\r\n * Website     : http://kaskus.us/showthread.php?t=869507\r\n * Description : Fixups for kaskus.us annoyances\r\n * Usage       : Use with the 'Stylish' Firefox extension (http://userstyles.org/)\r\n * \r\n * Please submit all bug reports, comments and requests.\r\n *\r\n * Feel free to use this style to develop your own KasKus fixup, or\r\n * to make improvements on this one, or even to make a totaly new\r\n * KasKus skin. I just ask that you let me know when you do, so that\r\n * I can look at what you've come up with.\r\n *\r\n * ChangeLog:\r\n *  v0.3.2ths *** SPECIAL EDITION *** TO BE USED ONLY WITH \"THE HANDSOME SET\" (THS)\r\n *            More info on THS:\r\n *               --\u003e http://pandu.poluan.info/blog/itguy-id.php/2008/05/17/menelusuri-web-dengan-lebih-cepat-bebas-\r\n *               or\r\n *               --\u003e \r\n *  v0.3.2 * EditPost box also fixed\r\n *  v0.3.1 * Fixes whacked-out Posting box\r\n              + also now recognizes kaskus by IP\r\n *  v0.3.0 * Fixed for the new kaskus \"look\"\r\n *  v0.2.1 * Minor change: Added domain(\"kaskus.co.id\")\r\n *  v0.2.0 * SIGNIFICANT FIXES to run properly in Firefox 3:\r\n *            - Change selectors for overly-wide userinfo clipping\r\n *            - Change selectors for overly-wide posting scroller\r\n *            - Useless max-width to 'entice' Fx 3 to clip\r\n *  v0.1.1 * Wide posting limiter\r\n *  v0.1.0 * Initial release: wide kaskus, limited userdetails\r\n * \r\n */\r\n\r\n/* v0.2.1: kaskus now has 2 domains, kaskus.us and kaskus.co.id */"},{"urls":[],"urlPrefixes":[],"domains":["kaskus.us","kaskus.co.id","119.110.77.3","119.110.77.4"],"regexps":[],"code":"/* v0.1.0: This widens kaskus */\r\n  div.page {\r\n    width: 100% !important;\r\n  }\r\n\r\n/* v0.1.0: This, in combination with the next rule, crops overly-wide user details on postings.\r\n   E.g. http://www.kaskus.us/showthread.php?p=31736386#post31736386 */\r\n  table[id^=\"post\"] td.alt2 {\r\n    max-width: 175px !important;\r\n    min-width: 175px !important;\r\n    overflow: hidden !important;\r\n  }\r\n  td.alt2 div.smallfont+div.smallfont div {\r\n    overflow: hidden !important;\r\n  }\r\n\r\n/* v0.1.1: We limit horizontally-oversized posting with local scroll bars */\r\n/*  div[id^=\"post_message\"] {\r\n    overflow: auto !important;\r\n  }*/\r\n/* v0.2.0: For some reasons, Fx3 refuses to clip with scroller if the\r\n   following max-width is not specified, which actually doesn't make any\r\n   sense (it doesn't clip the actual table cell - go figure) */\r\n  td[id^=\"td_post\"] {\r\n    max-width: 300px !important;\r\n  }\r\n\r\n/* v0.3.0: New kaskus look now properly widened */\r\n  div.page \u003e div {\r\n    padding-left: 25px !important;\r\n  }\r\n  #lingForumIsifr, #lingForumIsifr_mid\r\n  {\r\n    width: 900px !important;\r\n  }\r\n  div#lingForumIsifr_mid \u003e div + div\r\n  {\r\n    width: 892px !important;\r\n  }\r\n  #lingForumIsifr_upmid, #lingForumIsifr_downmid\r\n  {\r\n    width: 884px !important;\r\n  }\r\n  #drForum {\r\n    padding-left: 100px !important\r\n  }\r\n  #RightEnjoy {\r\n    display: none !important;\r\n  }\r\n  #JudulForumBlue {\r\n    width: 884px !important;\r\n  }\r\n  form[action=\"forumdisplay.php\"] \u003e table {\r\n    width: 900px !important;\r\n  }\r\n  form[action=\"forumdisplay.php\"] + div {\r\n    width: 892px !important;\r\n  }\r\n  #IsForum {\r\n    width: 892px !important;\r\n  }\r\n  div#IsForum \u003e table {\r\n    width: 892px !important;\r\n  }\r\n  #LingBawah {\r\n    width: 892px !important;\r\n  }\r\n  div#LingBawah \u003e table {\r\n    width: 892px !important;\r\n  }\r\n  .MenuBawahna, .LingBottom {\r\n    width: 892px !important;\r\n  }\r\n  #navbawah ul li {\r\n    width: 600px !important ;\r\n  }\r\n\r\n/* v0.3.2: PostEdit box now do not extend over the screen */\r\n  form[action^=\"editpost.php\"] td.panelsurround \u003e div.panel \u003e div {\r\n    margin-left: 25px !important;\r\n    width: 90% !important;\r\n  }\r\n/* v0.3.1: Posting box now do not extend over the screen */\r\n  form[action^=\"newreply.php\"] td.panelsurround \u003e div.panel \u003e div {\r\n    margin-left: 25px !important;\r\n    width: 90% !important;\r\n  }\r\n  form[action^=\"newreply.php\"] \u003e table.tborder \u003e tr + tr \u003e td.panelsurround {\r\n    text-align: left !important;\r\n  }\r\n  td.panelsurround div.smallfont {\r\n    float: none !important;\r\n    margin-bottom: 10px !important;\r\n  }\r\n\r\n/* v0.3.2ths: Forum tab click area now correct */\r\n/* DELETE THE v0.3.2ths parts if you are not using \"The Handsome Set\" ! ! */\r\n  div#chromemenu \u003e div {\r\n    top: 64px !important;\r\n  }\r\n  div#dropmenu2 {\r\n    top: 92px !important;\r\n  }\r\n  BODY \u003e DIV:first-child + DIV[style=\"height: 46px;\"] {\r\n    display: none !important;\r\n  }\r\n/* End of v0.3.2ths */"}],"url":"http://userstyles.org/styles/7017","updateUrl":"https://userstyles.org/styles/chrome/7017.json","md5Url":"https://update.userstyles.org/7017.md5","originalMd5":"013e6df5b5da5cab0787ab7d7386f9a8","name":"Kaskus Fixups","thumbnail":"https://userstyles.org/style_screenshots/7017_after.png?r=1777269617"}