@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(meebo.com) {
  /* make the background black with no image    */
  #body {
    background: #333 url(none) !important;
  }

  /* should include all sent/received messages, */
  /* the text-entry control (textarea), and the */
  /* chat log modal                             */
  font, span, form textarea,
  div.meeboChatLogTabContent, div.uiImHistory {
    font-size: 8pt !important;
    font-family: "consolas" !important;
  }

  /* should include the names in the buddy list */
  /* and above the individual im modals         */
  span.name, div.uiLabel span {
    font-size: 9pt !important;
  }

  /* hide the extra meeboness, including the    */
  /* new useless facts ("ice-breakers"), the    */
  /* new advertising background image, and the  */
  /* ConsoleExtensionContainer                  */
  #BackgroundImage, .ConsoleExtensionContainer,
  div.overlay, div.TaskBar, div[id$=iceBreakers] {
    display: none !important;
  }

  /* reset the browser defaults for unvisited   */
  /* links that were clobbered above            */
  a:link, a:link font {
    color: blue !important;
  }

  /* reset the browser defaults for visited     */
  /* links that were clobbered above            */
  a:visited, a:visited font {
    color: purple !important;
  }

  /* keep from having to see any colors that    */
  /* try to show up in received messages        */
  font {
    color: #000 !important;
  }

  /* put the buddy icon in the IM window at low */
  /* opacity and dont wrap text around it       */
  img.ImBuddyIcon {
    float: none;
    opacity: 0.4;
  }
}