@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("deviantart.com") {
  /*.stream .tt-a:nth-child(odd) .shadow{-moz-transform:rotate(-5deg)}
  .stream .tt-a:nth-child(even) .shadow{-moz-transform:rotate(5deg)}

  #messages .mcbox-thumb:nth-child(odd) .shadow{-moz-transform:rotate(-5deg)}
  #messages .mcbox-thumb:nth-child(even) .shadow{-moz-transform:rotate(5deg)}*/

  .stream .tt-a:nth-child(odd):hover .shadow{-moz-transform:rotate(-5deg) scale(1.3, 1.3)}
  .stream .tt-a:nth-child(even):hover .shadow{-moz-transform:rotate(5deg) scale(1.3, 1.3)}

  #messages .mcbox-thumb:nth-child(odd):hover .shadow{-moz-transform:rotate(-5deg) scale(1.2, 1.2)}
  #messages .mcbox-thumb:nth-child(even):hover .shadow{-moz-transform:rotate(5deg) scale(1.2, 1.2)}
}