@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("flickr.com") {

  #Topbar IMG, .Privacy IMG, .Pro, .ProIcon, #button_bar, .Who IMG, .Said IMG  {
    -moz-opacity: 0.2 !important;
    opacity: 0.2 !important;
  }
  .nextprev_thumb, .Widget IMG, #Topbar INPUT, .Status {
    -moz-opacity: 0.5 !important;
    opacity: 0.5 !important;
  }
  .Photo IMG {
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  A, H1, H2, H3, H4, #other_contexts_p {
    color: #999999 !important; text-decoration: none;
  }
  .Said, .photoDescription {
    color: #666666 !important; text-decoration: none;
  }
  #btn_preview_comment, #btn_post_comment {
    background-color: #999999 !important;
  }

}