Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
From text to Icon.
MicroCD
New
Comments
Roughly drafted
http://jsfiddle.net/n3cs9cdw/
where I need to put this?
.MCount {
font-size: 0;
}
.MCount .Number {
font-size: 24px;
}
.ViewCount .Number::before { content: url("https://addons.cdn.mozilla.net/user-media/addon_icons/460/460227-64.png?modified=1386384761") }
and this where ?
span class="MItem MCount ViewCount">span class="Number" title="23 Besuche">23/span> Views
Sorry, but if you do not know that, you would either have to let do someone do the complete styling for you or learn it by yourself.
Get the CSSEdit plugin and past the css there. Then try to find a online tutorial and start playing around.
Thank you. Worked!