Added the files
This commit is contained in:
85
css/fontello/css/animation.css
vendored
Executable file
85
css/fontello/css/animation.css
vendored
Executable file
@ -0,0 +1,85 @@
|
||||
/*
|
||||
Animation example, for spinners
|
||||
*/
|
||||
.animate-spin {
|
||||
-moz-animation: spin 2s infinite linear;
|
||||
-o-animation: spin 2s infinite linear;
|
||||
-webkit-animation: spin 2s infinite linear;
|
||||
animation: spin 2s infinite linear;
|
||||
display: inline-block;
|
||||
}
|
||||
@-moz-keyframes spin {
|
||||
0% {
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes spin {
|
||||
0% {
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-o-keyframes spin {
|
||||
0% {
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-ms-keyframes spin {
|
||||
0% {
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@keyframes spin {
|
||||
0% {
|
||||
-moz-transform: rotate(0deg);
|
||||
-o-transform: rotate(0deg);
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
-moz-transform: rotate(359deg);
|
||||
-o-transform: rotate(359deg);
|
||||
-webkit-transform: rotate(359deg);
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
17
css/fontello/css/fontello-codes.css
vendored
Executable file
17
css/fontello/css/fontello-codes.css
vendored
Executable file
@ -0,0 +1,17 @@
|
||||
|
||||
.icon-mail-1:before { content: '\e807'; } /* '' */
|
||||
.icon-up-circle:before { content: '\e80c'; } /* '' */
|
||||
.icon-down-circle-1:before { content: '\e80d'; } /* '' */
|
||||
.icon-left-circle-1:before { content: '\e80e'; } /* '' */
|
||||
.icon-right-circle-1:before { content: '\e80f'; } /* '' */
|
||||
.icon-up-circle-1:before { content: '\e810'; } /* '' */
|
||||
.icon-mail-2:before { content: '\e805'; } /* '' */
|
||||
.icon-mail:before { content: '\e806'; } /* '' */
|
||||
.icon-plus:before { content: '\e808'; } /* '' */
|
||||
.icon-left-open:before { content: '\e801'; } /* '' */
|
||||
.icon-right-open:before { content: '\e802'; } /* '' */
|
||||
.icon-up-open:before { content: '\e803'; } /* '' */
|
||||
.icon-down-circle:before { content: '\e809'; } /* '' */
|
||||
.icon-left-circle:before { content: '\e80a'; } /* '' */
|
||||
.icon-right-circle:before { content: '\e80b'; } /* '' */
|
||||
.icon-down-open:before { content: '\e800'; } /* '' */
|
70
css/fontello/css/fontello-embedded.css
vendored
Executable file
70
css/fontello/css/fontello-embedded.css
vendored
Executable file
File diff suppressed because one or more lines are too long
17
css/fontello/css/fontello-ie7-codes.css
vendored
Executable file
17
css/fontello/css/fontello-ie7-codes.css
vendored
Executable file
@ -0,0 +1,17 @@
|
||||
|
||||
.icon-mail-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-mail-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
28
css/fontello/css/fontello-ie7.css
vendored
Executable file
28
css/fontello/css/fontello-ie7.css
vendored
Executable file
@ -0,0 +1,28 @@
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
font-family: 'fontello';
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
||||
/* fix buttons height */
|
||||
line-height: 1em;
|
||||
|
||||
/* you can be more comfortable with increased icons size */
|
||||
/* font-size: 120%; */
|
||||
}
|
||||
|
||||
.icon-mail-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up-circle-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-mail-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-left-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
68
css/fontello/css/fontello.css
vendored
Executable file
68
css/fontello/css/fontello.css
vendored
Executable file
@ -0,0 +1,68 @@
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?13439518');
|
||||
src: url('../font/fontello.eot?13439518#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff?13439518') format('woff'),
|
||||
url('../font/fontello.ttf?13439518') format('truetype'),
|
||||
url('../font/fontello.svg?13439518#fontello') 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: 'fontello';
|
||||
src: url('../font/fontello.svg?13439518#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "fontello";
|
||||
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%; */
|
||||
|
||||
/* Uncomment for 3D effect */
|
||||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
||||
}
|
||||
|
||||
.icon-mail-1:before { content: '\e807'; } /* '' */
|
||||
.icon-up-circle:before { content: '\e80c'; } /* '' */
|
||||
.icon-down-circle-1:before { content: '\e80d'; } /* '' */
|
||||
.icon-left-circle-1:before { content: '\e80e'; } /* '' */
|
||||
.icon-right-circle-1:before { content: '\e80f'; } /* '' */
|
||||
.icon-up-circle-1:before { content: '\e810'; } /* '' */
|
||||
.icon-mail-2:before { content: '\e805'; } /* '' */
|
||||
.icon-mail:before { content: '\e806'; } /* '' */
|
||||
.icon-plus:before { content: '\e808'; } /* '' */
|
||||
.icon-left-open:before { content: '\e801'; } /* '' */
|
||||
.icon-right-open:before { content: '\e802'; } /* '' */
|
||||
.icon-up-open:before { content: '\e803'; } /* '' */
|
||||
.icon-down-circle:before { content: '\e809'; } /* '' */
|
||||
.icon-left-circle:before { content: '\e80a'; } /* '' */
|
||||
.icon-right-circle:before { content: '\e80b'; } /* '' */
|
||||
.icon-down-open:before { content: '\e800'; } /* '' */
|
BIN
css/fontello/font/fontello.eot
Executable file
BIN
css/fontello/font/fontello.eot
Executable file
Binary file not shown.
27
css/fontello/font/fontello.svg
Executable file
27
css/fontello/font/fontello.svg
Executable file
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Copyright (C) 2014 by original authors @ fontello.com</metadata>
|
||||
<defs>
|
||||
<font id="fontello" horiz-adv-x="1000" >
|
||||
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||
<missing-glyph horiz-adv-x="1000" />
|
||||
<glyph glyph-name="mail-1" unicode="" d="m467 366l-449 210l0 109l893 0l0-109z m0-123l444 210l0-437l-893 0l0 438z" horiz-adv-x="928" />
|
||||
<glyph glyph-name="up-circle" unicode="" d="m1000 349q0-136-67-251t-182-182t-251-67t-251 67t-182 182t-67 251t67 251t182 182t251 67t251-67t182-182t67-251z m-339-118l71 71l-232 233l-232-233l71-71l161 161z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="down-circle-1" unicode="" d="m911 350q0-184-131-315t-315-132t-316 132t-131 315t131 316t316 131t315-131t131-316z m-670-1l223-222l222 222l-165 0l0 225l-112 0l0-225l-168 0z" horiz-adv-x="928" />
|
||||
<glyph glyph-name="left-circle-1" unicode="" d="m465-97q-185 0-316 132t-131 315t131 316t316 131t315-131t131-316t-131-315t-315-132z m-2 671l-222-223l222-222l0 166l225 0l0 112l-225 0l0 167z" horiz-adv-x="928" />
|
||||
<glyph glyph-name="right-circle-1" unicode="" d="m465 797q184 0 315-131t131-316t-131-315t-315-132t-316 132t-131 315t131 316t316 131z m1-670l222 224l-222 222l0-166l-225 0l0-112l225 0l0-168z" horiz-adv-x="928" />
|
||||
<glyph glyph-name="up-circle-1" unicode="" d="m18 350q0 185 130 316t316 131q185 0 316-131t131-316t-131-315t-315-132t-316 132t-131 315z m670 2l-224 222l-222-222l167 0l0-225l112 0l0 225l167 0z" horiz-adv-x="928" />
|
||||
<glyph glyph-name="mail-2" unicode="" d="m580 306l258-267l-789 0l259 264l135-127z m-517 355l760 0l-380-362z m566-309l257 242l0-508z m-629-266l0 508l259-243z" horiz-adv-x="886" />
|
||||
<glyph glyph-name="mail" unicode="" d="m0-29l324 342l176-100l176 100l324-342l-1000 0z m0 114l0 414l254-147z m0 503l0 141l1000 0l0-141l-500-285z m746-236l254 147l0-414z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="plus" unicode="" d="m911 462l0-223l-335 0l0-336l-223 0l0 336l-335 0l0 223l335 0l0 335l223 0l0-335l335 0z" horiz-adv-x="928" />
|
||||
<glyph glyph-name="left-open" unicode="" d="m0 350l148 149l352 351l148-148l-351-352l351-352l-148-148l-352 352z" horiz-adv-x="648" />
|
||||
<glyph glyph-name="right-open" unicode="" d="m0-2l352 352l-352 352l148 148l352-351l148-149l-148-148l-352-352z" horiz-adv-x="648" />
|
||||
<glyph glyph-name="up-open" unicode="" d="m0 174l352 352l148 148l148-148l352-352l-148-148l-352 351l-352-351z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="down-circle" unicode="" d="m1000 349q0-136-67-251t-182-182t-251-67t-251 67t-182 182t-67 251t67 251t182 182t251 67t251-67t182-182t67-251z m-500-186l232 233l-71 71l-161-161l-161 161l-71-71z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="left-circle" unicode="" d="m1000 349q0-136-67-251t-182-182t-251-67t-251 67t-182 182t-67 251t67 251t182 182t251 67t251-67t182-182t67-251z m-453-232l71 71l-161 161l161 161l-71 71l-233-232z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="right-circle" unicode="" d="m1000 349q0-136-67-251t-182-182t-251-67t-251 67t-182 182t-67 251t67 251t182 182t251 67t251-67t182-182t67-251z m-547-232l233 232l-233 232l-71-71l161-161l-161-161z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="down-open" unicode="" d="m0 526l148 148l352-351l352 351l148-148l-352-352l-148-148l-148 148z" horiz-adv-x="1000" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
BIN
css/fontello/font/fontello.ttf
Executable file
BIN
css/fontello/font/fontello.ttf
Executable file
Binary file not shown.
BIN
css/fontello/font/fontello.woff
Executable file
BIN
css/fontello/font/fontello.woff
Executable file
Binary file not shown.
Reference in New Issue
Block a user