AEOS Calvarium v0.5
This commit is contained in:
parent
57b531cb62
commit
1fa8b9e152
177 changed files with 2936 additions and 3386 deletions
108
themes/system/css/fontello.css
vendored
Normal file
108
themes/system/css/fontello.css
vendored
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../fonts/fontello.eot?95931430');
|
||||
src: url('../fonts/fontello.eot?95931430#iefix') format('embedded-opentype'),
|
||||
url('../fonts/fontello.woff2?95931430') format('woff2'),
|
||||
url('../fonts/fontello.woff?95931430') format('woff'),
|
||||
url('../fonts/fontello.ttf?95931430') format('truetype'),
|
||||
url('../fonts/fontello.svg?95931430#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?95931430#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%; */
|
||||
|
||||
/* 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); */
|
||||
}
|
||||
|
||||
.icon-logout:before { content: '\e800'; } /* '' */
|
||||
.icon-th-list:before { content: '\e801'; } /* '' */
|
||||
.icon-cog:before { content: '\e802'; } /* '' */
|
||||
.icon-emo-unhappy:before { content: '\e803'; } /* '' */
|
||||
.icon-pencil:before { content: '\e804'; } /* '' */
|
||||
.icon-cancel:before { content: '\e805'; } /* '' */
|
||||
.icon-down-big:before { content: '\e806'; } /* '' */
|
||||
.icon-up-big:before { content: '\e807'; } /* '' */
|
||||
.icon-heart:before { content: '\e808'; } /* '' */
|
||||
.icon-home:before { content: '\e809'; } /* '' */
|
||||
.icon-plus:before { content: '\e80a'; } /* '' */
|
||||
.icon-login:before { content: '\e80b'; } /* '' */
|
||||
.icon-emo-happy:before { content: '\e80c'; } /* '' */
|
||||
.icon-link:before { content: '\e80d'; } /* '' */
|
||||
.icon-bold:before { content: '\e80e'; } /* '' */
|
||||
.icon-italic:before { content: '\e80f'; } /* '' */
|
||||
.icon-indent-left:before { content: '\e810'; } /* '' */
|
||||
.icon-indent-right:before { content: '\e811'; } /* '' */
|
||||
.icon-font:before { content: '\e812'; } /* '' */
|
||||
.icon-text-height:before { content: '\e813'; } /* '' */
|
||||
.icon-picture:before { content: '\e814'; } /* '' */
|
||||
.icon-align-left:before { content: '\e815'; } /* '' */
|
||||
.icon-ccw:before { content: '\e816'; } /* '' */
|
||||
.icon-cw:before { content: '\e817'; } /* '' */
|
||||
.icon-scissors:before { content: '\e818'; } /* '' */
|
||||
.icon-minus:before { content: '\e819'; } /* '' */
|
||||
.icon-tint:before { content: '\e81a'; } /* '' */
|
||||
.icon-videocam:before { content: '\e81b'; } /* '' */
|
||||
.icon-align-center:before { content: '\e81c'; } /* '' */
|
||||
.icon-align-right:before { content: '\e81d'; } /* '' */
|
||||
.icon-align-justify:before { content: '\e81e'; } /* '' */
|
||||
.icon-adjust:before { content: '\e81f'; } /* '' */
|
||||
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
|
||||
.icon-list-numbered:before { content: '\f0cb'; } /* '' */
|
||||
.icon-strike:before { content: '\f0cc'; } /* '' */
|
||||
.icon-underline:before { content: '\f0cd'; } /* '' */
|
||||
.icon-table:before { content: '\f0ce'; } /* '' */
|
||||
.icon-magic:before { content: '\f0d0'; } /* '' */
|
||||
.icon-upload-cloud:before { content: '\f0ee'; } /* '' */
|
||||
.icon-circle:before { content: '\f111'; } /* '' */
|
||||
.icon-code:before { content: '\f121'; } /* '' */
|
||||
.icon-unlink:before { content: '\f127'; } /* '' */
|
||||
.icon-info:before { content: '\f129'; } /* '' */
|
||||
.icon-superscript:before { content: '\f12b'; } /* '' */
|
||||
.icon-subscript:before { content: '\f12c'; } /* '' */
|
||||
.icon-puzzle:before { content: '\f12e'; } /* '' */
|
||||
.icon-doc-inv:before { content: '\f15b'; } /* '' */
|
||||
.icon-right:before { content: '\f178'; } /* '' */
|
||||
.icon-cubes:before { content: '\f1b3'; } /* '' */
|
||||
.icon-recycle:before { content: '\f1b8'; } /* '' */
|
||||
.icon-paragraph:before { content: '\f1dd'; } /* '' */
|
||||
Loading…
Add table
Add a link
Reference in a new issue