@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("tumblr.com") {
  /* ç”»åƒã®é€æ˜Žåº¦ã‚’èª¿æ•´(0ã€œ1) */
  .photo > img,
  .photo > a > img,
  .image {
    opacity: 1;
  }

  /* è¡¨ã®ãƒšãƒ¼ã‚¸ç”¨ */
  .photo > img,
  .photo > a > img,
  .post-photo,
  .entry > p > a > img {
    max-width: 25% !important;
    max-height: 25% !important;
  }

  /* Dashboardã§ç¨€ã«ã‚ã‚‹ç¸®å°ã•ã‚Œã¦ã„ãªã„ç”»åƒå¯¾ç­– */
  .post_container > div > img.image:first-child {
    width: 100px;
  }
}


@-moz-document domain("tumblr-beta.com") {
  .image {
    opacity: 1;
    width: 25% !important;
    height: 25% !important;
  }
}