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