|
|
@ -20,36 +20,15 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb |
|
|
|
} |
|
|
|
|
|
|
|
/* Icons */ |
|
|
|
@font-face { |
|
|
|
font-family: 'icons'; |
|
|
|
src: url('../fonts/icons.eot'); |
|
|
|
src: url('../fonts/icons.eot#iefix') format('embedded-opentype'), |
|
|
|
url('../fonts/icons.woff') format('woff'), |
|
|
|
url('../fonts/icons.ttf') format('truetype'), |
|
|
|
url('../fonts/icons.svg#icons') format('svg'); |
|
|
|
font-weight: normal; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before { |
|
|
|
font-family: "icons"; |
|
|
|
font-style: normal; |
|
|
|
font-weight: normal; |
|
|
|
speak: none; |
|
|
|
display: inline-block; |
|
|
|
text-decoration: inherit; |
|
|
|
text-align: center; |
|
|
|
font-variant: normal; |
|
|
|
text-transform: none; |
|
|
|
line-height: 1em; |
|
|
|
} |
|
|
|
.icon-facebook:before { content: '\e802'; } |
|
|
|
.icon-facebook-squared:before { content: '\e800'; } |
|
|
|
.icon-twitter:before { content: '\e801'; } |
|
|
|
.icon-twitter-1:before { content: '\e804'; } |
|
|
|
.icon-facebook-circled:before { content: '\e805'; } |
|
|
|
.icon-twitter-circled:before { content: '\e806'; } |
|
|
|
.icon-facebook-rect:before { content: '\e803'; } |
|
|
|
[class^="icon-"], [class*=" icon-"] { |
|
|
|
width:1em; |
|
|
|
height:1em; |
|
|
|
} |
|
|
|
.icon-mastodon { background-image: url("/fonts/mastodon.svg"); } |
|
|
|
.icon-twitter { background-image: url("/fonts/twitter.svg"); } |
|
|
|
.icon-github { background-image: url("/fonts/github.svg"); } |
|
|
|
.icon-gitlab { background-image: url("/fonts/gitlab.svg"); } |
|
|
|
.icon-gitea { background-image: url("/fonts/gitea.svg"); } |
|
|
|
|
|
|
|
/* Spacing */ |
|
|
|
.post h1, h3, h4, h5, p, .post-body ul, pre { |
|
|
|