Merge develop
[akkoma] / priv / static / static / font / css / fontello.css
1 @font-face {
2 font-family: 'fontello';
3 src: url('../font/fontello.eot?11878820');
4 src: url('../font/fontello.eot?11878820#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?11878820') format('woff2'),
6 url('../font/fontello.woff?11878820') format('woff'),
7 url('../font/fontello.ttf?11878820') format('truetype'),
8 url('../font/fontello.svg?11878820#fontello') format('svg');
9 font-weight: normal;
10 font-style: normal;
11 }
12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14 /*
15 @media screen and (-webkit-min-device-pixel-ratio:0) {
16 @font-face {
17 font-family: 'fontello';
18 src: url('../font/fontello.svg?11878820#fontello') format('svg');
19 }
20 }
21 */
22
23 [class^="icon-"]:before, [class*=" icon-"]:before {
24 font-family: "fontello";
25 font-style: normal;
26 font-weight: normal;
27 speak: none;
28
29 display: inline-block;
30 text-decoration: inherit;
31 width: 1em;
32 margin-right: .2em;
33 text-align: center;
34 /* opacity: .8; */
35
36 /* For safety - reset parent styles, that can break glyph codes*/
37 font-variant: normal;
38 text-transform: none;
39
40 /* fix buttons height, for twitter bootstrap */
41 line-height: 1em;
42
43 /* Animation center compensation - margins should be symmetric */
44 /* remove if not needed */
45 margin-left: .2em;
46
47 /* you can be more comfortable with increased icons size */
48 /* font-size: 120%; */
49
50 /* Font smoothing. That was taken from TWBS */
51 -webkit-font-smoothing: antialiased;
52 -moz-osx-font-smoothing: grayscale;
53
54 /* Uncomment for 3D effect */
55 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56 }
57
58 .icon-cancel:before { content: '\e800'; } /* '' */
59 .icon-upload:before { content: '\e801'; } /* '' */
60 .icon-star:before { content: '\e802'; } /* '' */
61 .icon-star-empty:before { content: '\e803'; } /* '' */
62 .icon-retweet:before { content: '\e804'; } /* '' */
63 .icon-eye-off:before { content: '\e805'; } /* '' */
64 .icon-search:before { content: '\e806'; } /* '' */
65 .icon-cog:before { content: '\e807'; } /* '' */
66 .icon-logout:before { content: '\e808'; } /* '' */
67 .icon-down-open:before { content: '\e809'; } /* '' */
68 .icon-attach:before { content: '\e80a'; } /* '' */
69 .icon-picture:before { content: '\e80b'; } /* '' */
70 .icon-video:before { content: '\e80c'; } /* '' */
71 .icon-right-open:before { content: '\e80d'; } /* '' */
72 .icon-left-open:before { content: '\e80e'; } /* '' */
73 .icon-up-open:before { content: '\e80f'; } /* '' */
74 .icon-bell:before { content: '\e810'; } /* '' */
75 .icon-lock:before { content: '\e811'; } /* '' */
76 .icon-globe:before { content: '\e812'; } /* '' */
77 .icon-brush:before { content: '\e813'; } /* '' */
78 .icon-attention:before { content: '\e814'; } /* '' */
79 .icon-plus:before { content: '\e815'; } /* '' */
80 .icon-adjust:before { content: '\e816'; } /* '' */
81 .icon-edit:before { content: '\e817'; } /* '' */
82 .icon-pencil:before { content: '\e818'; } /* '' */
83 .icon-verified:before { content: '\e819'; } /* '' */
84 .icon-wrench:before { content: '\e81a'; } /* '' */
85 .icon-spin3:before { content: '\e832'; } /* '' */
86 .icon-spin4:before { content: '\e834'; } /* '' */
87 .icon-link-ext:before { content: '\f08e'; } /* '' */
88 .icon-link-ext-alt:before { content: '\f08f'; } /* '' */
89 .icon-menu:before { content: '\f0c9'; } /* '' */
90 .icon-mail-alt:before { content: '\f0e0'; } /* '' */
91 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
92 .icon-bell-alt:before { content: '\f0f3'; } /* '' */
93 .icon-plus-squared:before { content: '\f0fe'; } /* '' */
94 .icon-reply:before { content: '\f112'; } /* '' */
95 .icon-lock-open-alt:before { content: '\f13e'; } /* '' */
96 .icon-play-circled:before { content: '\f144'; } /* '' */
97 .icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
98 .icon-binoculars:before { content: '\f1e5'; } /* '' */
99 .icon-user-plus:before { content: '\f234'; } /* '' */