@namespace url(http://www.w3.org/1999/xhtml);

/* Log:
  2009-10-22: dodaÅ‚em namespace, bo onet przestaÅ‚ dziaÅ‚aÄ‡
  2009-06-30: blog.rp.pl
  2009-06-18: sfora.pl
  2007-05-30: dodaÅ‚em !important - salon24 prÃ³bowaÅ‚ siÄ™ wymknÄ…Ä‡, dodajÄ…c display:block w stylu
  2007-05-28: na proÅ›bÄ™ KosciaKa: hurtem gazeta.pl
  2007-01-07: trojmiasto.pl
*/

@-moz-document domain("blog.rp.pl") {
    ol.commentlist{ display: none !important; }
}

@-moz-document domain("gazeta.pl") {
    #comments,div#opinie{ display: none !important; }
}

@-moz-document domain("interia.pl") {
  #comments,div[class="object comments"]{ display: none !important; }
}

@-moz-document domain("onet.pl") {
  .forumtext, table.bl_body { display: none !important; }
}

@-moz-document domain("salon24.pl") {
  ol.comments_list {
    display: none !important;
  }
}

@-moz-document domain("sfora.pl") {
  div#comments {
    display: none !important;
  }
}


@-moz-document domain("trojmiasto.pl") {
   /* festiwal okrutnych selektorÃ³w trwa */
   table table[align=center][border="0"][width="98%"]{
       display: none !important;
   }
}

@-moz-document domain("wp.pl") {
  /* No, to jest okrutne rozwiÄ…zanie, ale... */
  div > div > table > tbody > tr > td > div > div > table > tbody > tr > td > table > tbody > tr > td > table table,
  /* ... to tylko czÄ™Å›ciowo zaÅ‚atwia sprawÄ™, niestety */
  a.opiTytul,
  b.opiTytul,
  td.opiPodpisG,
  td.opiTresc{
    display: none !important;
  }
}

/*
 * vim: fileencoding=latin2
 */
