/* 
vg.no - adblocked & tweaked
 This is messy.. 

@author: Rune Bjonness (beigelogic)
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("vg.no") {

  /* Block ads, sponsors, "partners", etc. */
  #adnettboard,
  #annonseboks,
  #annonserad,
  #adbox,
  #finn,
  #quicklinks,
  #sql,  /* (spam inside sesam box) */
  #toppannonse,
  #undermenyannonse,
  .ad,
  .adtable,
  .annonseboks,
  .txtann,
  .webboard,
  td[background="/gfk/front/toppstrek.gif"],
  div[style*="width: 983px"],
  div[id*="expanding_ad"],
  div[style*="border-top: 2px solid rgb(44, 141, 184)"],
  [href*="ads."],
  [href*="adicate.com"],
  [href*="vg.games.is"],
  [src*="/annonser/partner/"],
  [src*="/kjopavis/"],
  [src*="ads."],
  [src*="adicate.com"],
  [src*="admeta.com"],
  [src*="adtech."],
  [src*="finn.no"],
  [src*="til_nettspill/"],
  [src*="tipskanalen"],
  [style*="width: 110px; height: 150px"],
  embed[src*="/annonser/"],
  img[alt="Annonse"],
  img[alt="annonse"],
  img[src*="/h.gif"],
  img[src*="/n.gif"],
  img[src*="/ng.gif"],
  img[src*="/p.gif"],
  img[src*="/t.gif"],
  img[src*="/v.gif"],
  img[src*="/vg.gif"],
  img[src*="/vgh.gif"],
  img[src*="/grafikk/toppgif/"] {
    width:0px !important;
    height:0px !important;
    display:none !important;
  }

  /* Fix some empty gaps */
  img + br {display:none !important;}

  /* Change ugly link color */
  [width="473"] a:link,
  [width="662"] a:link,
  [width="473"] a:visited,
  [width="662"] a:visited 
    {color:black !important;}

  /* Fix disturbing horizontal bar */
  td > div[style*="height: 5px"] {
    height:1px !important;
    background: gray !important;
  }

  /* Reduce insane font size */
  span, p, h3 { font-size: 100% !important;} 
  body > span { font-size: 8pt !important;}

  .f-title-normal,
  .f-title-large,
  .f-title-xlarge,
  .f-title-xxlarge {
    font-family: Arial !important;
    font-size:16pt !important;
    font-weight:bold !important;
  }

}