diff options
author | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
commit | e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (patch) | |
tree | 726f70554b4ca985a09ef6e30a7fdc8df089993c /http/3rdParty/fontello/css/epgd.css | |
download | vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.gz vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.bz2 |
git init1.1.103
Diffstat (limited to 'http/3rdParty/fontello/css/epgd.css')
-rw-r--r-- | http/3rdParty/fontello/css/epgd.css | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/http/3rdParty/fontello/css/epgd.css b/http/3rdParty/fontello/css/epgd.css new file mode 100644 index 0000000..3396c72 --- /dev/null +++ b/http/3rdParty/fontello/css/epgd.css @@ -0,0 +1,103 @@ +@font-face { + font-family: 'epgd'; + src: url('../font/epgd.eot?78346169'); + src: url('../font/epgd.eot?78346169#iefix') format('embedded-opentype'), + url('../font/epgd.woff2?78346169') format('woff2'), + url('../font/epgd.woff?78346169') format('woff'), + url('../font/epgd.ttf?78346169') format('truetype'), + url('../font/epgd.svg?78346169#epgd') format('svg'); + font-weight: normal; + font-style: normal; +} +/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ +/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ +/* +@media screen and (-webkit-min-device-pixel-ratio:0) { + @font-face { + font-family: 'epgd'; + src: url('../font/epgd.svg?78346169#epgd') format('svg'); + } +} +*/ + + [class^="i-"]:before, [class*=" i-"]:before { + font-family: "epgd"; + font-style: normal; + font-weight: normal; + speak: none; + + display: inline-block; + text-decoration: inherit; + width: 1em; + margin-right: .2em; + text-align: center; + /* opacity: .8; */ + + /* For safety - reset parent styles, that can break glyph codes*/ + font-variant: normal; + text-transform: none; + + /* fix buttons height, for twitter bootstrap */ + line-height: 1em; + + /* Animation center compensation - margins should be symmetric */ + /* remove if not needed */ + margin-left: .2em; + + /* you can be more comfortable with increased icons size */ + /* font-size: 120%; */ + + /* Font smoothing. That was taken from TWBS */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + + /* Uncomment for 3D effect */ + /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ +} + +.i-progress:before { content: '\e800'; } /* '' */ +.i-record:before { content: '\e801'; } /* '' */ +.i-cancel:before { content: '\e802'; } /* '' */ +.i-help:before { content: '\e803'; } /* '' */ +.i-help-circled:before { content: '\e804'; } /* '' */ +.i-info-circled:before { content: '\e805'; } /* '' */ +.i-info:before { content: '\e806'; } /* '' */ +.i-link-ext:before { content: '\e807'; } /* '' */ +.i-trash:before { content: '\e808'; } /* '' */ +.i-folder-closed:before { content: '\e809'; } /* '' */ +.i-folder-opened:before { content: '\e80a'; } /* '' */ +.i-menu:before { content: '\e80b'; } /* '' */ +.i-login:before { content: '\e80c'; } /* '' */ +.i-logout:before { content: '\e80d'; } /* '' */ +.i-down-dir:before { content: '\e80e'; } /* '' */ +.i-up-dir:before { content: '\e80f'; } /* '' */ +.i-left-dir:before { content: '\e810'; } /* '' */ +.i-right-dir:before { content: '\e811'; } /* '' */ +.i-refresh:before { content: '\e812'; } /* '' */ +.i-check:before { content: '\e813'; } /* '' */ +.i-check-empty:before { content: '\e814'; } /* '' */ +.i-save:before { content: '\e815'; } /* '' */ +.i-sort-down:before { content: '\e816'; } /* '' */ +.i-sort-up:before { content: '\e817'; } /* '' */ +.i-sort-name-up:before { content: '\e818'; } /* '' */ +.i-sort-name-down:before { content: '\e819'; } /* '' */ +.i-flashlight:before { content: '\e81a'; } /* '' */ +.i-wait:before { content: '\e81b'; } /* '' */ +.i-play:before { content: '\e81c'; } /* '' */ +.i-stop:before { content: '\e81d'; } /* '' */ +.i-pause:before { content: '\e81e'; } /* '' */ +.i-to-end:before { content: '\e81f'; } /* '' */ +.i-to-start:before { content: '\e820'; } /* '' */ +.i-forward:before { content: '\e821'; } /* '' */ +.i-rewind:before { content: '\e822'; } /* '' */ +.i-ok:before { content: '\e823'; } /* '' */ +.i-warning:before { content: '\e824'; } /* '' */ +.i-clock:before { content: '\e825'; } /* '' */ +.i-buffer:before { content: '\e826'; } /* '' */ +.i-doc-new:before { content: '\e827'; } /* '' */ +.i-search:before { content: '\e828'; } /* '' */ +.i-edit:before { content: '\e829'; } /* '' */ +.i-tv:before { content: '\e82a'; } /* '' */ +.i-thumb-rate-up:before { content: '\e82b'; } /* '' */ +.i-flash-outline:before { content: '\e82c'; } /* '' */ +.i-error:before { content: '\e82d'; } /* '' */
\ No newline at end of file |