content/styles/_zocial.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
@font-face {
font-family: 'zocial';
src: url("../fonts/zocial-eot.eot");
src: url("../fonts/zocial-eot.eot?#iefix") format('embedded-opentype'), url("../fonts/zocial-woff.woff") format('woff'), url("../fonts/zocial-ttf.ttf") format('truetype'), url("../fonts/zocial-svg.svg#zocial") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="zicon-"]:before,
[class*=" zicon-"]:before {
font-family: 'zocial';
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
opacity: 0.9;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
margin-left: 0.2em;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.zicon-paypal:before { content: '\24'; } /* '$' */
.zicon-gplus:before { content: '\2b'; } /* '+' */
.zicon-foursquare:before { content: '\34'; } /* '4' */
.zicon-reddit:before { content: '\3e'; } /* '>' */
.zicon-cc:before { content: '\43'; } /* 'C' */
.zicon-linkedin:before { content: '\4c'; } /* 'L' */
.zicon-rss:before { content: '\52'; } /* 'R' */
.zicon-twitter:before { content: '\54'; } /* 'T' */
.zicon-email:before { content: '\5d'; } /* ']' */
.zicon-amazon:before { content: '\61'; } /* 'a' */
.zicon-github:before { content: '\67'; } /* 'g' */
.zicon-gmail:before { content: '\6d'; } /* 'm' */
.zicon-pinboard:before { content: '\6e'; } /* 'n' */
.zicon-instagram:before { content: '\dc'; } /* 'Ü' */
.zicon-acrobat:before { content: '\e3'; } /* 'ã' */
|