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

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

feature 1668: visual enhancement for user manager redesign. Appropriate
(fontello) icons for open/close user details, appropriate colors for
DataTables.

File size: 4.4 KB
Line 
1@charset "UTF-8";
2
3 @font-face {
4  font-family: 'fontello';
5  src: url('../font/fontello.eot?92254500');
6  src: url('../font/fontello.eot?92254500#iefix') format('embedded-opentype'),
7       url('../font/fontello.woff?92254500') format('woff'),
8       url('../font/fontello.ttf?92254500') format('truetype'),
9       url('../font/fontello.svg?92254500#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?92254500#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-mail:before { content: '\2709'; } /* '✉' */
56.icon-asl:before { content: '\e0ad'; } /* '' */
57.icon-star:before { content: '\2605'; } /* '★' */
58.icon-star-empty:before { content: '\2606'; } /* '☆' */
59.icon-user:before { content: '👤'; } /* '\1f464' */
60.icon-picture:before { content: '🌄'; } /* '\1f304' */
61.icon-plus-circled:before { content: '\2795'; } /* '➕' */
62.icon-link:before { content: '🔗'; } /* '\1f517' */
63.icon-lock:before { content: '🔒'; } /* '\1f512' */
64.icon-eye:before { content: '\e70a'; } /* '' */
65.icon-tags:before { content: '\e70d'; } /* '' */
66.icon-code:before { content: '\e80a'; } /* '' */
67.icon-pencil:before { content: '\270e'; } /* '✎' */
68.icon-chat:before { content: '\e720'; } /* '' */
69.icon-trash:before { content: '\e729'; } /* '' */
70.icon-folder-open:before { content: '\e806'; } /* '' */
71.icon-menu:before { content: '\e809'; } /* '' */
72.icon-cog:before { content: '\2699'; } /* '⚙' */
73.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
74.icon-wrench:before { content: '🔧'; } /* '\1f527' */
75.icon-basket:before { content: '\e73d'; } /* '' */
76.icon-clock:before { content: '🕔'; } /* '\1f554' */
77.icon-block:before { content: '🚫'; } /* '\1f6ab' */
78.icon-move:before { content: '\e812'; } /* '' */
79.icon-angle-circled-up:before { content: '\e819'; } /* '' */
80.icon-angle-circled-down:before { content: '\e818'; } /* '' */
81.icon-mail-alt:before { content: '\f0e0'; } /* '' */
82.icon-arrows-cw:before { content: '\e804'; } /* '' */
83.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
84.icon-exchange:before { content: '\e805'; } /* '' */
85.icon-signal:before { content: '\e801'; } /* '' */
86.icon-crop:before { content: '\f125'; } /* '' */
87.icon-tasks:before { content: '\f0ae'; } /* '' */
88.icon-filter:before { content: '\f0b0'; } /* '' */
89.icon-sitemap:before { content: '\f0e8'; } /* '' */
90.icon-search:before { content: '\e811'; } /* '' */
91.icon-user-add:before { content: '\e80b'; } /* '' */
92.icon-info-circled-1:before { content: '\e817'; } /* '' */
93.icon-home:before { content: '\e80e'; } /* '' */
94.icon-upload:before { content: '\e813'; } /* '' */
95.icon-upload-cloud:before { content: '\e814'; } /* '' */
96.icon-tools:before { content: '\e803'; } /* '' */
97.icon-network:before { content: '\e816'; } /* '' */
98.icon-brush:before { content: '\e807'; } /* '' */
99.icon-language:before { content: '\e800'; } /* '' */
100.icon-key:before { content: '\e815'; } /* '' */
101.icon-flow-branch:before { content: '\e808'; } /* '' */
102.icon-puzzle:before { content: '\e7b6'; } /* '' */
103.icon-mail-1:before { content: '\e810'; } /* '' */
104.icon-equalizer:before { content: '\e80f'; } /* '' */
105.icon-users:before { content: '\e802'; } /* '' */
106.icon-group:before { content: '\e80d'; } /* '' */
107.icon-cw:before { content: '\e80c'; } /* '' */
Note: See TracBrowser for help on using the repository browser.