source: trunk/admin/themes/default/fontello/css/fontello.css @ 25752

Last change on this file since 25752 was 25752, checked in by plg, 10 years ago

smartpocket, configuration: simpler yes/no checkboxes (with fontello icons, same as AdminTools checkboxes)

File size: 4.7 KB
Line 
1@charset "UTF-8";
2
3 @font-face {
4  font-family: 'fontello';
5  src: url('../font/fontello.eot?9585454');
6  src: url('../font/fontello.eot?9585454#iefix') format('embedded-opentype'),
7       url('../font/fontello.woff?9585454') format('woff'),
8       url('../font/fontello.ttf?9585454') format('truetype'),
9       url('../font/fontello.svg?9585454#fontello') format('svg');
10  font-weight: normal;
11  font-style: normal;
12}
13/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
14/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
15/*
16@media screen and (-webkit-min-device-pixel-ratio:0) {
17  @font-face {
18    font-family: 'fontello';
19    src: url('../font/fontello.svg?9585454#fontello') format('svg');
20  }
21}
22*/
23 
24 [class^="icon-"]:before, [class*=" icon-"]:before {
25  font-family: "fontello";
26  font-style: normal;
27  font-weight: normal;
28  speak: none;
29 
30  display: inline-block;
31  text-decoration: inherit;
32  width: 1em;
33  margin-right: .2em;
34  text-align: center;
35  /* opacity: .8; */
36 
37  /* For safety - reset parent styles, that can break glyph codes*/
38  font-variant: normal;
39  text-transform: none;
40     
41  /* fix buttons height, for twitter bootstrap */
42  line-height: 1em;
43 
44  /* Animation center compensation - margins should be symmetric */
45  /* remove if not needed */
46  margin-left: .2em;
47 
48  /* you can be more comfortable with increased icons size */
49  /* font-size: 120%; */
50 
51  /* Uncomment for 3D effect */
52  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
53}
54 
55.icon-spin6:before { content: '\e81d'; } /* '' */
56.icon-asl:before { content: '\e0ad'; } /* '' */
57.icon-mail-alt:before { content: '\f0e0'; } /* '' */
58.icon-star:before { content: '\2605'; } /* '★' */
59.icon-star-empty:before { content: '\2606'; } /* '☆' */
60.icon-user:before { content: '👤'; } /* '\1f464' */
61.icon-picture:before { content: '🌄'; } /* '\1f304' */
62.icon-plus-circled:before { content: '\2795'; } /* '➕' */
63.icon-link:before { content: '🔗'; } /* '\1f517' */
64.icon-lock:before { content: '🔒'; } /* '\1f512' */
65.icon-eye:before { content: '\e70a'; } /* '' */
66.icon-tags:before { content: '\e70d'; } /* '' */
67.icon-code:before { content: '\e80a'; } /* '' */
68.icon-pencil:before { content: '\270e'; } /* '✎' */
69.icon-chat:before { content: '\e720'; } /* '' */
70.icon-trash:before { content: '\e729'; } /* '' */
71.icon-folder-open:before { content: '\e806'; } /* '' */
72.icon-menu:before { content: '\e809'; } /* '' */
73.icon-cog:before { content: '\2699'; } /* '⚙' */
74.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
75.icon-wrench:before { content: '🔧'; } /* '\1f527' */
76.icon-basket:before { content: '\e73d'; } /* '' */
77.icon-logout:before { content: '\e81b'; } /* '' */
78.icon-clock:before { content: '🕔'; } /* '\1f554' */
79.icon-block:before { content: '🚫'; } /* '\1f6ab' */
80.icon-move:before { content: '\e812'; } /* '' */
81.icon-angle-circled-up:before { content: '\e819'; } /* '' */
82.icon-angle-circled-down:before { content: '\e818'; } /* '' */
83.icon-cw:before { content: '\e80c'; } /* '' */
84.icon-arrows-cw:before { content: '\e804'; } /* '' */
85.icon-mail:before { content: '\2709'; } /* '✉' */
86.icon-exchange:before { content: '\e805'; } /* '' */
87.icon-signal:before { content: '\e801'; } /* '' */
88.icon-crop:before { content: '\f125'; } /* '' */
89.icon-check:before { content: '\e81f'; } /* '' */
90.icon-check-empty:before { content: '\e820'; } /* '' */
91.icon-tasks:before { content: '\f0ae'; } /* '' */
92.icon-filter:before { content: '\f0b0'; } /* '' */
93.icon-sitemap:before { content: '\f0e8'; } /* '' */
94.icon-search:before { content: '\e811'; } /* '' */
95.icon-user-add:before { content: '\e80b'; } /* '' */
96.icon-help-circled:before { content: '\e81a'; } /* '' */
97.icon-info-circled-1:before { content: '\e817'; } /* '' */
98.icon-home:before { content: '\e80e'; } /* '' */
99.icon-flag:before { content: '\e81c'; } /* '' */
100.icon-upload:before { content: '\e813'; } /* '' */
101.icon-upload-cloud:before { content: '\e814'; } /* '' */
102.icon-tools:before { content: '\e803'; } /* '' */
103.icon-hourglass:before { content: '\e81e'; } /* '' */
104.icon-network:before { content: '\e816'; } /* '' */
105.icon-brush:before { content: '\e807'; } /* '' */
106.icon-language:before { content: '\e800'; } /* '' */
107.icon-key:before { content: '\e815'; } /* '' */
108.icon-flow-branch:before { content: '\e808'; } /* '' */
109.icon-puzzle:before { content: '\e7b6'; } /* '' */
110.icon-mail-1:before { content: '\e810'; } /* '' */
111.icon-equalizer:before { content: '\e80f'; } /* '' */
112.icon-users:before { content: '\e802'; } /* '' */
113.icon-group:before { content: '\e80d'; } /* '' */
114.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
Note: See TracBrowser for help on using the repository browser.