php-mpos/public/site_assets/test/css/fontello.css
Sebastian Grewe 98688d5839 Updated testing template
* Removed unneeded template icons
* Added new icon font
* Added icons to navbard
* Added full admin features

Updates #444
2013-09-07 23:49:45 +02:00

80 lines
3.0 KiB
CSS

@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?45244021');
src: url('../font/fontello.eot?45244021#iefix') format('embedded-opentype'),
url('../font/fontello.woff?45244021') format('woff'),
url('../font/fontello.ttf?45244021') format('truetype'),
url('../font/fontello.svg?45244021#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?45244021#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-money:before { content: '\e819'; } /* '' */
.icon-exchange:before { content: '\e81a'; } /* '' */
.icon-wrench:before { content: '\e80f'; } /* '' */
.icon-user:before { content: '\e804'; } /* '' */
.icon-doc:before { content: '\e81b'; } /* '' */
.icon-trash:before { content: '\e812'; } /* '' */
.icon-torso:before { content: '\e805'; } /* '' */
.icon-th-large:before { content: '\e808'; } /* '' */
.icon-desktop:before { content: '\e806'; } /* '' */
.icon-cancel:before { content: '\e80a'; } /* '' */
.icon-plus:before { content: '\e80c'; } /* '' */
.icon-photo:before { content: '\e815'; } /* '' */
.icon-pencil:before { content: '\e802'; } /* '' */
.icon-ok:before { content: '\e80b'; } /* '' */
.icon-off:before { content: '\e811'; } /* '' */
.icon-indent-left:before { content: '\e80d'; } /* '' */
.icon-gauge:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-bell:before { content: '\e817'; } /* '' */
.icon-barcode:before { content: '\e80e'; } /* '' */
.icon-align-left:before { content: '\e807'; } /* '' */
.icon-home:before { content: '\e813'; } /* '' */
.icon-mail:before { content: '\e814'; } /* '' */
.icon-chart:before { content: '\e809'; } /* '' */
.icon-cog:before { content: '\e810'; } /* '' */
.icon-megaphone:before { content: '\e816'; } /* '' */
.icon-dollar:before { content: '\e818'; } /* '' */