source: extensions/stripped_responsive/fontello/css/stripped_responsive.css @ 31694

Last change on this file since 31694 was 31576, checked in by plg, 8 years ago

equivalent to stripped r31390 (move admin links into a dedicated switchbox)

+ fontello icons for admin/favorites

  • Property svn:executable set to *
File size: 2.1 KB
Line 
1@font-face {
2  font-family: 'stripped_responsive';
3  src: url('../font/stripped_responsive.eot?44301357');
4  src: url('../font/stripped_responsive.eot?44301357#iefix') format('embedded-opentype'),
5       url('../font/stripped_responsive.woff2?44301357') format('woff2'),
6       url('../font/stripped_responsive.woff?44301357') format('woff'),
7       url('../font/stripped_responsive.ttf?44301357') format('truetype'),
8       url('../font/stripped_responsive.svg?44301357#stripped_responsive') 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: 'stripped_responsive';
18    src: url('../font/stripped_responsive.svg?44301357#stripped_responsive') format('svg');
19  }
20}
21*/
22 
23 [class^="pwg-icon-"]:before, [class*=" pwg-icon-"]:before {
24  font-family: "stripped_responsive";
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.pwg-icon-cog:before { content: '\e800'; } /* '' */
59.pwg-icon-download:before { content: '\e801'; } /* '' */
60.pwg-icon-slideshow:before { content: '\e802'; } /* '' */
61.pwg-icon-heart:before { content: '\e803'; } /* '' */
Note: See TracBrowser for help on using the repository browser.