📚 The CoCalc Library - books, templates and other resources
License: OTHER
/* Copied from https://github.com/porterjamesj/crowsfoot */12@font-face {3font-family: 'icons';4src: url('../font/icons.eot?79801659');5src: url('../font/icons.eot?79801659#iefix') format('embedded-opentype'),6url('../font/icons.woff?79801659') format('woff'),7url('../font/icons.ttf?79801659') format('truetype'),8url('../font/icons.svg?79801659#icons') format('svg');9font-weight: normal;10font-style: normal;11}12/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */13/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */14/*15@media screen and (-webkit-min-device-pixel-ratio:0) {16@font-face {17font-family: 'icons';18src: url('../font/icons.svg?79801659#icons') format('svg');19}20}21*/2223[class^="icon-"]:before, [class*=" icon-"]:before {24font-family: "icons";25font-style: normal;26font-weight: normal;27speak: none;2829display: inline-block;30text-decoration: inherit;31width: 1em;32margin-right: .2em;33text-align: center;34/* opacity: .8; */3536/* For safety - reset parent styles, that can break glyph codes*/37font-variant: normal;38text-transform: none;3940/* fix buttons height, for twitter bootstrap */41line-height: 1em;4243/* Animation center compensation - margins should be symmetric */44/* remove if not needed */45margin-left: .2em;4647/* you can be more comfortable with increased icons size */48/* font-size: 120%; */4950/* Uncomment for 3D effect */51/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */52}5354.icon-stackoverflow:before { content: '\e032'; } /* '' */55.icon-twitter:before { content: '\e801'; } /* '' */56.icon-facebook:before { content: '\e802'; } /* '' */57.icon-rss:before { content: '\e800'; } /* '' */58.icon-mail-alt:before { content: '\f0e0'; } /* '' */59.icon-github:before { content: '\f113'; } /* '' */6061