source: extensions/gvideo/template/fontello/css/gvideo.css @ 26524

Last change on this file since 26524 was 26524, checked in by mistic100, 10 years ago

add link in Admin Tools 'Edit' menu if available

File size: 1.6 KB
Line 
1@font-face {
2  font-family: 'gvideo';
3  src: url('../font/gvideo.eot?92080722');
4  src: url('../font/gvideo.eot?92080722#iefix') format('embedded-opentype'),
5       url('../font/gvideo.woff?92080722') format('woff'),
6       url('../font/gvideo.ttf?92080722') format('truetype'),
7       url('../font/gvideo.svg?92080722#gvideo') 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: 'gvideo';
17    src: url('../font/gvideo.svg?92080722#gvideo') format('svg');
18  }
19}
20*/
21 
22 [class^="icon-gvideo-"]:before, [class*=" icon-gvideo-"]:before {
23  font-family: "gvideo";
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.icon-gvideo-movie:before { content: '\e800'; } /* '' */
Note: See TracBrowser for help on using the repository browser.