ALL PAGE ICONS (inc contact):
<style>
.icon, .award img {
content: url(INSERT URL);
display: inline-block;
height: 2.0em;
width: 2.0em;
margin: 0 .05em 0 .1em;
vertical-align: -0.3em;
color: rgba(0,0,0,0)}
</style>
CONTACT SECTION ICONS ONLY:
<style>
.contact .inner a img {
font-size: 0}
.contact .inner a img:before {
font-size: 1em;
display: block}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
/* ADD TO FRIENDS */
content: url(INSERT URL)}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* ADD TO FAVOURITE */
content: url(INSERT URL)}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/*SEND A MESSAGE */
content: url(INSERT URL)}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/*FORWARD TO FRIEND*/
content: url(INSERT URL)}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/*INSTANT MESSAGE*/
content: url(INSERT URL)}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/*BLOCK USER*/
content: url(INSERT URL)}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/*ADD 2 GROUP*/
content: url(INSERT URL)}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/*REPORT*/
content: url(INSERT URL)}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )