Mercurial > libervia-media
annotate fonts/fontello/css/fontello.css @ 61:adc174b6c7a7
fonts (icons): added icons for remote media control
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 18 Sep 2018 21:01:08 +0200 |
parents | b185ee5c3f25 |
children | af93088008e9 |
rev | line source |
---|---|
42
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
1 @font-face { |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
2 font-family: 'fontello'; |
61
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
3 src: url('../font/fontello.eot?11380115'); |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
4 src: url('../font/fontello.eot?11380115#iefix') format('embedded-opentype'), |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
5 url('../font/fontello.woff2?11380115') format('woff2'), |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
6 url('../font/fontello.woff?11380115') format('woff'), |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
7 url('../font/fontello.ttf?11380115') format('truetype'), |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
8 url('../font/fontello.svg?11380115#fontello') format('svg'); |
42
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
9 font-weight: normal; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
10 font-style: normal; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
11 } |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
14 /* |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
15 @media screen and (-webkit-min-device-pixel-ratio:0) { |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
16 @font-face { |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
17 font-family: 'fontello'; |
61
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
18 src: url('../font/fontello.svg?11380115#fontello') format('svg'); |
42
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
19 } |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
20 } |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
21 */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
22 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
23 [class^="icon-"]:before, [class*=" icon-"]:before { |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
24 font-family: "fontello"; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
25 font-style: normal; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
26 font-weight: normal; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
27 speak: none; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
28 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
29 display: inline-block; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
30 text-decoration: inherit; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
31 width: 1em; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
32 margin-right: .2em; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
33 text-align: center; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
34 /* opacity: .8; */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
35 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
36 /* For safety - reset parent styles, that can break glyph codes*/ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
37 font-variant: normal; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
38 text-transform: none; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
39 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
40 /* fix buttons height, for twitter bootstrap */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
41 line-height: 1em; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
42 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
43 /* Animation center compensation - margins should be symmetric */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
44 /* remove if not needed */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
45 margin-left: .2em; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
46 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
47 /* you can be more comfortable with increased icons size */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
48 /* font-size: 120%; */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
49 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
50 /* Font smoothing. That was taken from TWBS */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
51 -webkit-font-smoothing: antialiased; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
52 -moz-osx-font-smoothing: grayscale; |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
53 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
54 /* Uncomment for 3D effect */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
55 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
56 } |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
57 |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
58 .icon-doc:before { content: '\e800'; } /* '' */ |
43 | 59 .icon-desktop:before { content: '\e801'; } /* '' */ |
60 .icon-mobile:before { content: '\e802'; } /* '' */ | |
61 .icon-globe:before { content: '\e803'; } /* '' */ | |
62 .icon-terminal:before { content: '\e804'; } /* '' */ | |
44 | 63 .icon-blog:before { content: '\e805'; } /* '' */ |
45
1d4716222c41
fonts (icons): added "clipboard" icon
Goffi <goffi@goffi.org>
parents:
44
diff
changeset
|
64 .icon-clipboard:before { content: '\e806'; } /* '' */ |
46 | 65 .icon-merge:before { content: '\e807'; } /* '' */ |
47
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
66 .icon-lock:before { content: '\e808'; } /* '' */ |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
67 .icon-lock-filled:before { content: '\e809'; } /* '' */ |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
68 .icon-lock-open:before { content: '\e80a'; } /* '' */ |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
69 .icon-lock-open-filled:before { content: '\e80b'; } /* '' */ |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
70 .icon-plus-circled:before { content: '\e80c'; } /* '' */ |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
71 .icon-resize-vertical:before { content: '\e80d'; } /* '' */ |
56344bb45feb
fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents:
46
diff
changeset
|
72 .icon-dot-3:before { content: '\e80e'; } /* '' */ |
49
00f80adfcf0e
fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
73 .icon-chat:before { content: '\e80f'; } /* '' */ |
55
3674c144c0f1
fonts (icons): added "exchange" icon
Goffi <goffi@goffi.org>
parents:
54
diff
changeset
|
74 .icon-exchange:before { content: '\e810'; } /* '' */ |
49
00f80adfcf0e
fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents:
47
diff
changeset
|
75 .icon-wrench:before { content: '\e811'; } /* '' */ |
58 | 76 .icon-pencil:before { content: '\e812'; } /* '' */ |
61
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
77 .icon-signal:before { content: '\e813'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
78 .icon-play:before { content: '\e814'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
79 .icon-video:before { content: '\e815'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
80 .icon-stop:before { content: '\e816'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
81 .icon-pause:before { content: '\e817'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
82 .icon-fast-fw:before { content: '\e818'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
83 .icon-fast-bw:before { content: '\e819'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
84 .icon-previous:before { content: '\e81a'; } /* '' */ |
adc174b6c7a7
fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents:
58
diff
changeset
|
85 .icon-next:before { content: '\e81b'; } /* '' */ |
54
7c32c7d4bbb4
fonts (icons): re-added "comment-empty", removed while still used
Goffi <goffi@goffi.org>
parents:
49
diff
changeset
|
86 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ |
42
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
87 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
88 .icon-level-up:before { content: '\f148'; } /* '' */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
89 .icon-file-image:before { content: '\f1c5'; } /* '' */ |
9a8a5d8f5b86
fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff
changeset
|
90 .icon-file-audio:before { content: '\f1c7'; } /* '' */ |
43 | 91 .icon-file-video:before { content: '\f1c8'; } /* '' */ |
92 .icon-server:before { content: '\f233'; } /* '' */ |