{"sections":[{"urls":[],"urlPrefixes":["http://kaskus.co.id","http://www.kaskus.co.id"],"domains":[],"regexps":[],"code":"/**\r\n * @name        Kaskus Fixups\r\n * @description Applies various user interface enhancements on Kaskus.\r\n * @author      s4nji\r\n * @namespace   https://github.com/s4nji/kaskus-userstyles\r\n */\r\n\r\n/* Because pure black is rarely ever good */\r\nbody { color: #333; }\r\n\r\n/* Dummy Material for Kaskus Quick Reply Integration */\r\nbody { content: 'fixups-s4-active'; }\r\n\r\nHOME,\r\n#mainContent,\r\nPAGENAV,\r\n.listing-wrapper,\r\n.listing-wrapper \u003e .header,\r\n.listing-wrapper \u003e .header \u003e .row,\r\n.listing-wrapper \u003e .header \u003e .row \u003e .col.grid-13a,\r\n.listing-wrapper \u003e .header \u003e .row \u003e .col.grid-13a \u003e .thread-control,\r\n.listing-wrapper \u003e .header \u003e .row \u003e .col.grid-13a \u003e .thread-control \u003e .row,\r\nUSER-CP,\r\n#kk-container.kk-wrap,\r\n#kk-container.kk-wrap #main,\r\n#main \u003e .row,\r\n#main \u003e .row \u003e .col.grid-12,\r\n.user-content-wrapper,\r\n.user-content-wrapper \u003e .row,\r\nFORUM-THREAD-VIEW,\r\n#forum-listing,\r\n#forum-listing \u003e .row,\r\n#forum-listing \u003e .row \u003e .col.grid-12,\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row,\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12,\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed,\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry,\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry-footer,\r\nSUB-FORUM-VIEW,\r\n#kk-container.kk-wrap \u003e script+div:not(#main),\r\n#kk-container.kk-wrap \u003e script+div:not(#main) \u003e .row,\r\n#kk-container.kk-wrap \u003e script+div:not(#main) \u003e .row \u003e .col.grid-12,\r\n#subforum,\r\n#subforum \u003e .row,\r\n#subforum \u003e .row \u003e .col.grid-12,\r\n#subforum \u003e .row \u003e .col.grid-12 \u003e .row,\r\n#subforum \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12,\r\nFJB-SUB-FORUM-VIEW,\r\n.fjb.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row,\r\n.fjb.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-13a,\r\n.fjb.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-13a \u003e .row,\r\n.fjb.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-13a \u003e .row \u003e .col.grid-13a,\r\nSEARCH-RESULTS,\r\n.forum.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row,\r\n.forum.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12,\r\n.forum.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-13a {\r\n  width: 100% !important;\r\n  padding: 0 !important;\r\n  margin: 0 !important;\r\n  box-sizing: border-box !important;\r\n  -moz-box-sizing: border-box !important;\r\n}\r\n\r\n#kk-container.kk-wrap #main,\r\n#kk-container.kk-wrap \u003e script+div:not(#main) {\r\n  padding: 0 10px !important;\r\n  overflow: hidden !important;\r\n}\r\n\r\n\r\n\r\n/* ========================== *\\\r\n*   General Thread Table Fix   *\r\n\\* ========================== */\r\n.listing-table {\r\n  border-left: none !important;\r\n}\r\n\r\n.listing-table .span3 {\r\n  width: 140px;\r\n}\r\n\r\n.listing-table .post .post-title,\r\n.subforum-table .post-title {\r\n  max-width: none;\r\n  width: auto;\r\n}\r\n\r\n.listing-table .post .act {\r\n  width: auto;\r\n  float: right;\r\n  margin: 0;\r\n}\r\n\r\n.listing-table .post .sub-meta {\r\n  width: auto;\r\n  height: 20px;\r\n  float: left;\r\n  margin: 0;\r\n  padding: 0;\r\n}\r\n\r\n.listing-table .sub-meta \u003e * {\r\n  float: left;\r\n}\r\n\r\n.listing-wrapper .header \u003e .row,\r\n.listing-wrapper .header \u003e .row \u003e .col.grid-12,\r\n.listing-wrapper .header \u003e .row \u003e .col.grid-13a,\r\n.listing-wrapper .footer \u003e .row,\r\n.listing-wrapper .footer \u003e .row \u003e .col.grid-12,\r\n.listing-wrapper .footer \u003e .row \u003e .col.grid-13a {\r\n  width: 100% !important;\r\n  margin-left: 0;\r\n  margin-right: 0;\r\n  -moz-box-sizing: border-box !important;\r\n  box-sizing: border-box !important;\r\n}\r\n\r\n.listing-wrapper .header \u003e .row,\r\n.listing-wrapper .header .row \u003e .col.grid-8,\r\n.listing-wrapper .footer .row \u003e .col.grid-8,\r\n.listing-wrapper .footer .row \u003e .col.grid-8a,\r\n.listing-wrapper .footer .row \u003e .col.grid-13a,\r\n.listing-wrapper .thread-control \u003e .row \u003e .col.grid-8,\r\n.listing-wrapper .thread-control \u003e .row \u003e .col.grid-8a,\r\n.listing-wrapper .footer-elements \u003e .row \u003e .col-grid-8 {\r\n  float: right;\r\n  margin-left: 0;\r\n  margin-right: 0;\r\n  -moz-box-sizing: border-box;\r\n}\r\n\r\n.listing-wrapper .header .col,\r\n.listing-wrapper .header .row,\r\n.listing-wrapper .footer .col,\r\n.listing-wrapper .footer .row,\r\n.searchlike-table .thread-control,\r\n.searchlike-table .thread-navigate,\r\n.searchlike-table .forum-control {\r\n  margin-left: 0;\r\n  margin-right: 0;\r\n}\r\n\r\n#forum-listing .footer .forum-control,\r\n.listing-table + .footer .forum-control {\r\n  padding: 11px 10px;\r\n}\r\n\r\n\r\n\r\n/* ============== *\\\r\n*   UserCP Fixes   *\r\n\\* ============== */\r\n.user-content-wrapper \u003e .row {\r\n  padding-left: 180px !important;\r\n}\r\n\r\n.user-content-wrapper \u003e .row \u003e .grid-3a {\r\n  position: absolute;\r\n  margin: 0 !important; \r\n  left: 20px;\r\n}\r\n\r\n.user-content-wrapper \u003e .row \u003e .grid-3a \u003e .account-panel \u003e * {\r\n  margin-left: 0 !important;\r\n  margin-right: 0 !important;\r\n}\r\n\r\n.user-content-wrapper \u003e .row \u003e .grid-13a {\r\n  margin: 0 !important; \r\n  width: 100% !important;\r\n}\r\n\r\n\r\n\r\n/* ==================== *\\\r\n*   FJB Subforum Fixes   *\r\n\\* ==================== */\r\n.fjb.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row {\r\n  padding-left: 180px !important;\r\n}\r\n\r\n.fjb.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-3a {\r\n  position: absolute;\r\n  margin: 0 !important; \r\n  left: 10px;\r\n}\r\n\r\n.listing-wrapper .thread-control \u003e .row \u003e .col.grid-8a \u003e .forum-control {\r\n  padding: 0;\r\n}\r\n\r\n\r\n\r\n/* ========================= *\\\r\n*   Forum Thread View Fixes   *\r\n\\* ========================= */\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed:after {\r\n  border-left: 0 none transparent !important;\r\n  border-right: 0 none transparent !important;\r\n}\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed {\r\n  padding: 38px 10px 45px 150px !important;\r\n  min-height: 400px !important;\r\n}\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry-head,\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .author.vcard {\r\n  position: absolute;\r\n  left: 0;\r\n  top: 0;\r\n}\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry-head {\r\n  width: 100%;\r\n}\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .author.vcard {\r\n  top: 28px;\r\n}\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry-footer {\r\n  padding: 10px 10px 10px 150px !important;\r\n}\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry-footer .last-edit {\r\n  padding-top: 2px !important;\r\n}\r\n\r\n#forum-listing + .thread-prevnext {\r\n  margin-top: 10px !important;\r\n}\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed  .entry {\r\n  padding-bottom: 10px !important;\r\n}\r\n\r\n\r\n\r\n/* ==================== *\\\r\n*   Search Results Fix   *\r\n\\* ==================== */\r\n.forum.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row:last-child {\r\n  padding-left: 170px !important;\r\n}\r\n\r\n.forum.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row:last-child \u003e .col.grid-3a {\r\n  position: absolute;\r\n  margin: 0 !important; \r\n  left: 10px;\r\n}\r\n\r\n.forum.inner #main #main \u003e .row \u003e .col.grid-12 \u003e .row:last-child \u003e .col.grid-13a .search-header,\r\n.listing-wrapper .footer .row \u003e .col.grid-13a \u003e .forum-control {\r\n  margin: 0 !important;\r\n}\r\n\r\n\r\n\r\n/* =========================== *\\\r\n*   Minor Additions and Fixes   *\r\n\\* =========================== */\r\n\r\n\r\n/* Post title enhancement */\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry-title {\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n  border: 0 !important;\r\n  height: 28px !important;\r\n  line-height: 28px !important;\r\n  position: absolute;\r\n  top: 0px;\r\n  left: 140px;\r\n  z-index: 1;\r\n  color: #09476f !important; /* #1497EC -8 */\r\n  text-shadow: 0 1px rgba(255,255,255,0.4);\r\n}\r\n\r\n\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row \u003e .col.grid-12 section.hfeed .entry-title img {\r\n  margin: 4px 0 4px 4px !important;\r\n  float: left;\r\n}\r\n\r\n\r\n/* Hamburger Icon Fix */\r\nbody.inner .hasStickOnScroll {\r\n  position: fixed !important;\r\n  left: -20px !important;\r\n  top: 10px !important;\r\n  z-index: 99999 !important;\r\n}\r\n\r\n#side-guide-trigger, .side-preload {\r\n  position: fixed !important;\r\n  top: 10px !important;\r\n  left: 10px !important;\r\n  z-index: 9999 !important;\r\n}\r\n\r\n.forum.inner header#site-header-q,\r\n.forum.inner .overlay {\r\n  z-index: 9998 !important;\r\n}\r\n\r\n.forum.inner #side-guide {\r\n  position: relative !important;\r\n  top: 40px !important;\r\n}\r\n\r\n.forum.inner #side-guide-trigger {\r\n  background: rgba(0,0,0,0.15);\r\n}\r\n\r\n\r\n/* Scroll Bar Fix */\r\n#site-header-q \u003e .kk-wrap {\r\n  width: auto;\r\n}\r\n\r\n#site-header-q \u003e .kk-wrap \u003e .logo {\r\n  margin-left: 180px;\r\n}\r\n\r\n\r\n/* Feedback Button Fix */\r\n.but-feedback-fixed {\r\n  z-index: 99999;\r\n  top: -25px;\r\n  transform: rotate(90deg);\r\n  left: 94px;\r\n}\r\n\r\n\r\n/* Table padding fix */\r\n.listing-table .sub-meta {\r\n  padding-bottom: 0 !important;\r\n}\r\n\r\n\r\n/* Main content wrapper margin fix */\r\nbody \u003e #main {\r\n  margin-top: 50px !important;\r\n}\r\n\r\n\r\n/* Quick-Make-Thread buttons margin fix */\r\n/* #kk-container.kk-wrap \u003e .clearfix \u003e .right \u003e a { */\r\n#kk-container.kk-wrap \u003e .clearfix .st-btn {\r\n  margin: 10px 10px 10px 0 !important;\r\n}\r\n\r\n\r\n/* App Icon Height Fix */\r\n.entry + .entry-footer \u003e .app {\r\n  width: auto !important;\r\n}\r\n\r\n.entry + .entry-footer \u003e .app,\r\n.entry + .entry-footer \u003e .app \u003e img {\r\n  max-height: 24px !important;\r\n}\r\n\r\n\r\n/* App Icon Position Fix */\r\n.entry + .entry-footer \u003e .app {\r\n  position: absolute;\r\n  left: 0px;\r\n  margin: 0 12px;\r\n}\r\n\r\n\r\n/* Compact Code Block */\r\n.entry pre \u003e br {\r\n  display: none;\r\n}\r\n\r\n\r\n/* Top Right Submenu Position Fix */\r\nul.user-control .sub-menu {\r\n  left: -70px;\r\n}\r\n\r\nul.user-control .sub-menu:before{\r\n  left: 81px;\r\n}\r\n\r\nul.user-control .sub-menu:after {\r\n  left: 80px;\r\n}\r\n\r\n\r\n/* Quote Block Fix */\r\n.entry .post-quote \u003e span {\r\n  width: 100% !important;\r\n  padding-left: 10px !important;\r\n  -moz-box-sizing: border-box;\r\n}\r\n\r\n.entry .post-quote \u003e span:first-child{\r\n  padding: 0 !important;\r\n}\r\n\r\n.entry .post-quote \u003e span:last-child {\r\n  padding: 10px !important;\r\n}\r\n\r\n\r\n\r\n/* ============= *\\\r\n*   Ads Removal   *\r\n\\* ============= */\r\n.ads-lb-wrap,\r\n.banner-top-wrapper,\r\n.l-link, .r-link,\r\n.bottom-frame,\r\n#forum-listing \u003e .row \u003e .col.grid-12 \u003e .row:not([id*='post']),\r\nfooter ~ script + noscript,\r\nfooter + .bottom-frame\r\n{\r\n  display: none !important;\r\n}"}],"url":"http://userstyles.org/styles/41308","updateUrl":"https://userstyles.org/styles/chrome/41308.json","md5Url":"https://update.userstyles.org/41308.md5","originalMd5":"22ad908e8813c941a272afe8665fab2f","name":"Kaskus Fixups - s4","thumbnail":"https://userstyles.org/style_screenshots/41308_after.png?r=1771128023"}