This is what they look like!
Here's the code:
<style>
.contact {
font-size: #px;
font-family: fontfamily;
border: dotted 0px!important;
background-image: url("URL")!important;
background: ;
border-top: 0px;
}
.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("https://img1.picmix.com/output/stamp/normal/2/4/9/2/2522942_99495.gif")
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* add to favorites */
content: url("https://img1.picmix.com/output/stamp/normal/8/3/9/2/2522938_e4bca.gif")
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/* send Message */
content: url("https://img1.picmix.com/output/stamp/normal/7/9/9/0/2520997_2b8a1.gif")
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/* forward to friend */
content: url("https://img1.picmix.com/output/stamp/normal/6/8/9/0/2520986_ac2af.gif")
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/* instant message */
content: url("https://img1.picmix.com/output/stamp/normal/7/4/9/8/2338947_9baa3.gif")
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/* block user */
content: URL("https://img1.picmix.com/output/stamp/normal/8/8/8/8/2338888_d1bc0.gif")
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/* add to group */
content: url("https://img1.picmix.com/output/stamp/normal/7/7/6/5/2525677_1a263.gif")
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/* report user */
content: url("https://img1.picmix.com/output/stamp/normal/3/0/3/1/2351303_bc1e2.gif")
}
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )