Stylish Smilies

Wraps text-based emoticons with <span> elements for easy styling. ex: <span class="smiley biggrin">:D</span>

Author:Joe Anzalone (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:3.4.2
Plugin version:1.0
Added to WordPress repository:20-08-2012
Last updated:01-09-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://JoeAnzalone.com/plugins/stylish-smilie...
Total downloads:2 043
Active installs:10+
plugin download
Click to start download

Stylish Smilies adds CSS classes to text-based emoticons.
You can then reference these classes in your theme to style each emoticon differently:

.smiley {
/* Applies to all emoticons */
  color: black;
  font-weight: bold;
}

.biggrin {
/* Applies to :D only */
  background: green;
}

This plugin affects the following smilies:

8-) cool
 8O eek
8-O eek
 :( sad
:-( sad
 :) smile
:-) smile
:-? confused
 :D biggrin
:-D biggrin
 :P razz
:-P razz
 :o surprised
:-o surprised
 :x mad
:-x mad
 :| neutral
:-| neutral
 ;) wink
;-) wink

FAQ
ChangeLog