/*
 desmileyfize
 http://userstyles.org/styles/9674
 BEGIN
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
 url-prefix(http://) ,
 url-prefix(https://) 
{

img[src*='ico'][src*='smile']:not(:hover) ,


img[src*='emotion']:not(:hover) ,
img[src*='emoticon']:not(:hover) ,
img[src*='smailie']:not(:hover) ,
img[src*='smiley']:not(:hover) ,
img[src*='smilie']:not(:hover) ,
img[src*='Emotion']:not(:hover) ,
img[src*='Emoticon']:not(:hover) ,
img[src*='Smailie']:not(:hover) ,
img[src*='Smiley']:not(:hover) ,
img[src*='Smilie']:not(:hover) ,
img[src*='EMOTION']:not(:hover) ,
img[src*='EMOTICON']:not(:hover) ,
img[src*='SMAILIE']:not(:hover) ,
img[src*='SMILEY']:not(:hover) ,
img[src*='SMILIE']:not(:hover)
{ width: 0px !important
; height: 0px !important
; border-width: 2px !important
; border-style: solid !important 
; opacity: 0.5 !important
}

span.emoticon[title] 
{ font-family: monospace, monospace !important
; display: inline !important
; background-image: none !important
; opacity: 0.7 !important;
}
span.emoticon[title]:after
{ content: attr(title) !important;
}
  

/*
 notes:
  http://images.google.com/images?filter=0&q=inurl:smileys

 some URL examples: 
  tinyMCE: http://www.bloguje.cz/blox/tiny_mce/plugins/emotions/images/smiley-wink.gif
  wordpress: http://blog.php-group.cz/wp-includes/images/smilies/icon_wink.gif

 if img[alt^=':'] does something wrong:
  img[alt^=':'][alt$=':']:not(:hover) ,

 FF2 cannot do this:
  img[alt^=':']:after
  { content: attr(alt) !important
  }
 Facebook smiley:
  <span title=":)" class="emoticon emoticon_smile"></span>
*/

}

/*
 END
 desmileyfize
 http://userstyles.org/styles/9674
*/
