forked from ZwiiCMS-Team/ZwiiCMS
102 lines
4.1 KiB
CSS
Executable File
102 lines
4.1 KiB
CSS
Executable File
@font-face {
|
|
font-family: 'zwiico';
|
|
src: url('../font/zwiico.eot?1220194');
|
|
src: url('../font/zwiico.eot?1220194#iefix') format('embedded-opentype'),
|
|
url('../font/zwiico.woff2?1220194') format('woff2'),
|
|
url('../font/zwiico.woff?1220194') format('woff'),
|
|
url('../font/zwiico.ttf?1220194') format('truetype'),
|
|
url('../font/zwiico.svg?1220194#zwiico') 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: 'zwiico';
|
|
src: url('../font/zwiico.svg?1220194#zwiico') format('svg');
|
|
}
|
|
}
|
|
*/
|
|
|
|
[class^="zwiico-"]:before, [class*=" zwiico-"]:before {
|
|
font-family: "zwiico";
|
|
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); */
|
|
}
|
|
|
|
.zwiico-logout:before { content: '\e800'; } /* '' */
|
|
.zwiico-check:before { content: '\e801'; } /* '' */
|
|
.zwiico-cancel:before { content: '\e802'; } /* '' */
|
|
.zwiico-plus:before { content: '\e803'; } /* '' */
|
|
.zwiico-minus:before { content: '\e804'; } /* '' */
|
|
.zwiico-help:before { content: '\e805'; } /* '' */
|
|
.zwiico-pencil:before { content: '\e806'; } /* '' */
|
|
.zwiico-gear:before { content: '\e807'; } /* '' */
|
|
.zwiico-eye:before { content: '\e808'; } /* '' */
|
|
.zwiico-up:before { content: '\e809'; } /* '' */
|
|
.zwiico-folder:before { content: '\e80a'; } /* '' */
|
|
.zwiico-download:before { content: '\e80b'; } /* '' */
|
|
.zwiico-left:before { content: '\e80c'; } /* '' */
|
|
.zwiico-users:before { content: '\e80d'; } /* '' */
|
|
.zwiico-user:before { content: '\e80e'; } /* '' */
|
|
.zwiico-comment:before { content: '\e80f'; } /* '' */
|
|
.zwiico-home:before { content: '\e810'; } /* '' */
|
|
.zwiico-mimi:before { content: '\e811'; } /* '' */
|
|
.zwiico-down:before { content: '\e812'; } /* '' */
|
|
.zwiico-lock:before { content: '\e813'; } /* '' */
|
|
.zwiico-chat:before { content: '\e814'; } /* '' */
|
|
.zwiico-eye-off:before { content: '\e815'; } /* '' */
|
|
.zwiico-update:before { content: '\e816'; } /* '' */
|
|
.zwiico-upload:before { content: '\e817'; } /* '' */
|
|
.zwiico-down-open:before { content: '\e818'; } /* '' */
|
|
.zwiico-left-open:before { content: '\e819'; } /* '' */
|
|
.zwiico-cogs:before { content: '\e81a'; } /* '' */
|
|
.zwiico-cog-alt:before { content: '\e81b'; } /* '' */
|
|
.zwiico-trash:before { content: '\e81c'; } /* '' */
|
|
.zwiico-edit:before { content: '\e81d'; } /* '' */
|
|
.zwiico-flag:before { content: '\e81e'; } /* '' */
|
|
.zwiico-spin:before { content: '\e831'; } /* '' */
|
|
.zwiico-twitter:before { content: '\f099'; } /* '' */
|
|
.zwiico-facebook:before { content: '\f09a'; } /* '' */
|
|
.zwiico-menu:before { content: '\f0c9'; } /* '' */
|
|
.zwiico-sort:before { content: '\f0dc'; } /* '' */
|
|
.zwiico-linkedin:before { content: '\f0e1'; } /* '' */
|
|
.zwiico-download-cloud:before { content: '\f0ed'; } /* '' */
|
|
.zwiico-upload-cloud:before { content: '\f0ee'; } /* '' */
|
|
.zwiico-github:before { content: '\f113'; } /* '' */
|
|
.zwiico-code:before { content: '\f121'; } /* '' */
|
|
.zwiico-youtube:before { content: '\f167'; } /* '' */
|
|
.zwiico-instagram:before { content: '\f16d'; } /* '' */
|
|
.zwiico-brush:before { content: '\f1fc'; } /* '' */
|
|
.zwiico-pinterest:before { content: '\f231'; } /* '' */ |