Aldro ([personal profile] aldro) wrote in [community profile] style_system2013-05-21 11:46 am

Icons for metadata

I would like to replace the standard text of my currents for tiny icons, but I'm not sure what to add to the CSS code. Any help is greatly appreciated! :)

[personal profile] ex_awakened208 2013-05-22 02:07 am (UTC)(link)
Maybe try this code?

.currentlocation strong, .currentmusic strong, .currentmood strong {
display: none; }

.currentmusic {
background: no-repeat url('LOCATION IMG');
padding-left: WIDTH OF IMG; }

.currentmood {
background: no-repeat url('LOCATION IMG');
padding-left: WIDTH OF IMG; }

.currentlocation {
background: no-repeat url('LOCATION IMG');
padding-left: WIDTH OF IMG; }