1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/assets/styl/icons.styl

109 lines
2.0 KiB
Stylus
Raw Normal View History

2014-07-12 02:00:18 +02:00
//
// kremalicious3
// --------------
// Icons
//
@font-face
2014-07-12 21:22:47 +02:00
font-family: 'entypo'
src: url('../fonts/entypo.eot')
src: url('../fonts/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/entypo.woff') format('woff'), url('../fonts/entypo.ttf') format('truetype'), url('../fonts/entypo.svg#entypo') format('svg')
font-weight: normal
font-style: normal
.icon:before
color: $text-color-light
font-size: 20px
font-family: 'entypo'
speak: none
font-style: normal
font-weight: normal
font-variant: normal
text-transform: none
line-height: 1
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
2014-07-12 02:00:18 +02:00
.btn&
font-size: 18px
margin-right: .3em
2014-07-13 01:08:55 +02:00
margin-left: -.3em
top: .15em
2014-07-12 02:00:18 +02:00
position: relative
vertical-align: baseline
2014-07-13 01:08:55 +02:00
color: inherit
2014-07-12 02:00:18 +02:00
.icon-twitter:before
2014-07-12 21:22:47 +02:00
content: "\e600"
2014-07-12 02:00:18 +02:00
.icon-rss:before
2014-07-12 21:22:47 +02:00
content: "\e603"
2014-07-12 02:00:18 +02:00
.icon-user:before,
.icon-personal:before
2014-07-12 21:22:47 +02:00
content: "\e604"
2014-07-12 02:00:18 +02:00
.icon-leaf:before
2014-07-12 21:22:47 +02:00
content: "\e605"
2014-07-12 02:00:18 +02:00
.icon-link:before
2014-07-12 21:22:47 +02:00
content: "\e606"
2014-07-12 02:00:18 +02:00
.icon-pictures:before,
.icon-photos:before
2014-07-12 21:22:47 +02:00
content: "\e607"
2014-07-12 02:00:18 +02:00
.icon-camera:before,
.icon-photography:before
2014-07-12 21:22:47 +02:00
content: "\e608"
2014-07-12 02:00:18 +02:00
.icon-arrow-down-circle:before,
.icon-download:before
2014-07-12 21:22:47 +02:00
content: "\e609"
2014-07-12 02:00:18 +02:00
.icon-forward:before
2014-07-12 21:22:47 +02:00
content: "\e60a"
2014-07-12 02:00:18 +02:00
.icon-heart:before
2014-07-12 21:22:47 +02:00
content: "\e60b"
2014-07-12 02:00:18 +02:00
.icon-info:before
2014-07-12 21:22:47 +02:00
content: "\e60c"
2014-07-12 02:00:18 +02:00
.icon-github:before
2014-07-12 21:50:36 +02:00
.icon-github-alt:before
2014-07-12 21:22:47 +02:00
content: "\e60e"
2014-07-12 02:00:18 +02:00
.icon-star:before,
.entry-content ul li:before
2014-07-12 21:22:47 +02:00
content: "\e60d"
2014-07-12 02:00:18 +02:00
.icon-search:before
2014-07-12 21:22:47 +02:00
content: "\e60f"
2014-07-12 02:00:18 +02:00
.icon-googleplus:before
2014-07-12 21:22:47 +02:00
content: "\e601"
2014-07-12 02:00:18 +02:00
.icon-facebook:before
2014-07-12 21:22:47 +02:00
content: "\e602"
2014-07-12 02:00:18 +02:00
.icon-list:before
2014-07-12 21:22:47 +02:00
content: "\e610"
2014-07-12 02:00:18 +02:00
.icon-tools:before,
.icon-design:before
2014-07-12 21:22:47 +02:00
content: "\e611"
2014-07-12 02:00:18 +02:00
.icon-arrow-down:before
2014-07-12 21:22:47 +02:00
content: "\e612"
2014-07-12 02:00:18 +02:00
.icon-arrow-right:before
2014-07-12 21:22:47 +02:00
content: "\e614"
2014-07-12 02:00:18 +02:00
.icon-arrow-left:before
2014-07-12 21:22:47 +02:00
content: "\e615"
2014-07-12 02:00:18 +02:00
.icon-gift:before,
.icon-goodies:before
2014-07-12 21:22:47 +02:00
content: "\e613"