logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe

fontello.css (3450B)


      1 @font-face {
      2   font-family: 'fontello';
      3   src: url('../font/fontello.eot?60305294');
      4   src: url('../font/fontello.eot?60305294#iefix') format('embedded-opentype'),
      5        url('../font/fontello.woff2?60305294') format('woff2'),
      6        url('../font/fontello.woff?60305294') format('woff'),
      7        url('../font/fontello.ttf?60305294') format('truetype'),
      8        url('../font/fontello.svg?60305294#fontello') format('svg');
      9   font-weight: normal;
     10   font-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 {
     17     font-family: 'fontello';
     18     src: url('../font/fontello.svg?60305294#fontello') format('svg');
     19   }
     20 }
     21 */
     22  
     23  [class^="icon-"]:before, [class*=" icon-"]:before {
     24   font-family: "fontello";
     25   font-style: normal;
     26   font-weight: normal;
     27   speak: none;
     28  
     29   display: inline-block;
     30   text-decoration: inherit;
     31   width: 1em;
     32   margin-right: .2em;
     33   text-align: center;
     34   /* opacity: .8; */
     35  
     36   /* For safety - reset parent styles, that can break glyph codes*/
     37   font-variant: normal;
     38   text-transform: none;
     39  
     40   /* fix buttons height, for twitter bootstrap */
     41   line-height: 1em;
     42  
     43   /* Animation center compensation - margins should be symmetric */
     44   /* remove if not needed */
     45   margin-left: .2em;
     46  
     47   /* you can be more comfortable with increased icons size */
     48   /* font-size: 120%; */
     49  
     50   /* Font smoothing. That was taken from TWBS */
     51   -webkit-font-smoothing: antialiased;
     52   -moz-osx-font-smoothing: grayscale;
     53  
     54   /* Uncomment for 3D effect */
     55   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
     56 }
     57  
     58 .icon-cancel:before { content: '\e800'; } /* '' */
     59 .icon-upload:before { content: '\e801'; } /* '' */
     60 .icon-star:before { content: '\e802'; } /* '' */
     61 .icon-star-empty:before { content: '\e803'; } /* '' */
     62 .icon-retweet:before { content: '\e804'; } /* '' */
     63 .icon-eye-off:before { content: '\e805'; } /* '' */
     64 .icon-plus-squared:before { content: '\e806'; } /* '' */
     65 .icon-cog:before { content: '\e807'; } /* '' */
     66 .icon-logout:before { content: '\e808'; } /* '' */
     67 .icon-down-open:before { content: '\e809'; } /* '' */
     68 .icon-attach:before { content: '\e80a'; } /* '' */
     69 .icon-picture:before { content: '\e80b'; } /* '' */
     70 .icon-video:before { content: '\e80c'; } /* '' */
     71 .icon-right-open:before { content: '\e80d'; } /* '' */
     72 .icon-left-open:before { content: '\e80e'; } /* '' */
     73 .icon-up-open:before { content: '\e80f'; } /* '' */
     74 .icon-bell:before { content: '\e810'; } /* '' */
     75 .icon-lock:before { content: '\e811'; } /* '' */
     76 .icon-globe:before { content: '\e812'; } /* '' */
     77 .icon-brush:before { content: '\e813'; } /* '' */
     78 .icon-spin3:before { content: '\e832'; } /* '' */
     79 .icon-spin4:before { content: '\e834'; } /* '' */
     80 .icon-link-ext:before { content: '\f08e'; } /* '' */
     81 .icon-link-ext-alt:before { content: '\f08f'; } /* '' */
     82 .icon-menu:before { content: '\f0c9'; } /* '' */
     83 .icon-mail-alt:before { content: '\f0e0'; } /* '' */
     84 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
     85 .icon-reply:before { content: '\f112'; } /* '' */
     86 .icon-lock-open-alt:before { content: '\f13e'; } /* '' */
     87 .icon-binoculars:before { content: '\f1e5'; } /* '' */
     88 .icon-user-plus:before { content: '\f234'; } /* '' */