source: extensions/plugin_lang_analysis/template/fontello/css/fontello_pla.css @ 23421

Last change on this file since 23421 was 23421, checked in by mistic100, 11 years ago

create plugin "Plugin Language Analysis"

File size: 1.8 KB
Line 
1@font-face {
2  font-family: 'fontello_pla';
3  src: url('../font/fontello_pla.eot?40386331');
4  src: url('../font/fontello_pla.eot?40386331#iefix') format('embedded-opentype'),
5       url('../font/fontello_pla.woff?40386331') format('woff'),
6       url('../font/fontello_pla.ttf?40386331') format('truetype'),
7       url('../font/fontello_pla.svg?40386331#fontello_pla') format('svg');
8  font-weight: normal;
9  font-style: normal;
10}
11/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
12/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
13/*
14@media screen and (-webkit-min-device-pixel-ratio:0) {
15  @font-face {
16    font-family: 'fontello_pla';
17    src: url('../font/fontello_pla.svg?40386331#fontello_pla') format('svg');
18  }
19}
20*/
21 
22 [class^="iconpla-"]:before, [class*=" iconpla-"]:before {
23  font-family: "fontello_pla";
24  font-style: normal;
25  font-weight: normal;
26  speak: none;
27 
28  display: inline-block;
29  text-decoration: inherit;
30  width: 1em;
31  margin-right: .2em;
32  text-align: center;
33  /* opacity: .8; */
34 
35  /* For safety - reset parent styles, that can break glyph codes*/
36  font-variant: normal;
37  text-transform: none;
38     
39  /* fix buttons height, for twitter bootstrap */
40  line-height: 1em;
41 
42  /* Animation center compensation - margins should be symmetric */
43  /* remove if not needed */
44  margin-left: .2em;
45 
46  /* you can be more comfortable with increased icons size */
47  /* font-size: 120%; */
48 
49  /* Uncomment for 3D effect */
50  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
51}
52 
53.iconpla-attention:before { content: '\e804'; } /* '' */
54.iconpla-attention-circled:before { content: '\e805'; } /* '' */
55.iconpla-minus-circled:before { content: '\e800'; } /* '' */
56.iconpla-ok-squared:before { content: '\e802'; } /* '' */
Note: See TracBrowser for help on using the repository browser.