@namespace url(http://www.w3.org/1999/xhtml);

/* adjust max-heights as appropriate */

@-moz-document domain(forums.mozillazine.org),
               domain(www.slyck.com),
               url-prefix(http://adblockplus.org/forum/),
               url-prefix(http://aasted.org/adblock/),          /* Original Adblock */ 
               url-prefix(http://www.richsterling.com/forum/),  /* Adblock Easylist/EasyElement*/
               url-prefix(http://www.myepisodes.com/forum/) {
   .code, .postbody, .postsig, .quote 
   {
      display:    block !important;
      overflow:   auto  !important;
      outline:    none  !important;
   }
   .code, .quote {
      max-height: 35em  !important;
      width:      100%  !important;
   }
   .postbody {
      max-height: 70em  !important;
   }
   .postsig {
      max-height: 10em  !important;
   }
}


@-moz-document domain(extensionsmirror.nl),
               domain(forums.amd.com),
               url-prefix(http://www.msfn.org/board/),
               url-prefix(http://www.neowin.net/forum/),
               url-prefix(http://www.wsus.info/forums/) {
   .codemain, .postcolor, .signature, .quotemain 
   {
      display:    block !important;
      overflow:   auto  !important;
      outline:    none  !important;
   }
   .codemain, .quotemain {
      max-height: 35em !important;
   }
   .postcolor {
      max-height: 70em !important;
   }
   .signature {
      max-height: 10em !important;
   }
}


@-moz-document url-prefix(http://firefox.exxile.net/forum/) {         /* AIOS Forum */
   .code, .post-text, EM, BLOCKQUOTE 
   {
      display:    block !important;
      overflow:   auto  !important;
      outline:    none  !important;
   }
   .code, BLOCKQUOTE {
      max-height: 35em  !important;
   }
   .post-text {
      max-height: 70em  !important;
   }
   EM {
      max-height: 10em  !important;
   }
}