Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
01cec5 1 @font-face {
MC 2     font-family: 'ispconfig';
3     src:url('../fonts/ispconfig.eot?-drlkxz');
4     src:url('../fonts/ispconfig.eot?#iefix-drlkxz') format('embedded-opentype'),
5         url('../fonts/ispconfig.woff?-drlkxz') format('woff'),
6         url('../fonts/ispconfig.ttf?-drlkxz') format('truetype'),
7         url('../fonts/ispconfig.svg?-drlkxz#ispconfig') format('svg');
8     font-weight: normal;
9     font-style: normal;
10 }
11
12 .icon {
13     font-family: 'ispconfig';
14     speak: none;
15     font-style: normal;
16     font-weight: normal;
17     font-variant: normal;
18     text-transform: none;
19     line-height: 1;
20
21     /* Better Font Rendering =========== */
22     -webkit-font-smoothing: antialiased;
23     -moz-osx-font-smoothing: grayscale;
24 }
25
8ceb08 26 .icon:before {
MC 27     vertical-align: middle;
28 }
01cec5 29 .icon-calendar:before {
MC 30     content: "\e60e";
31 }
32 .icon-billing:before {
33     content: "\e60d";
34 }
35 .icon-lens:before {
36     content: "\e60b";
37 }
38 .icon-bulb:before {
39     content: "\e60c";
40 }
41 .icon-vm2:before {
42     content: "\e600";
43 }
44 .icon-vm:before {
45     content: "\e601";
46 }
47 .icon-tools:before {
48     content: "\e602";
49 }
50 .icon-admin:before {
51     content: "\e603";
52 }
53 .icon-sites:before {
54     content: "\e604";
55 }
56 .icon-monitor:before {
57     content: "\e605";
58 }
59 .icon-dashboard:before {
60     content: "\e606";
61 }
62 .icon-help:before {
63     content: "\e607";
64 }
b36a23 65 .icon-mail:before, .icon-mailuser:before {
01cec5 66     content: "\e608";
MC 67 }
68 .icon-dns:before {
69     content: "\e609";
70 }
71 .icon-client:before {
72     content: "\e60a";
73 }
8ceb08 74 .icon-edit:before {
MC 75     content: "\e615";
76 }
77 .icon-filter:before {
78     content: "\e614";
79 }
80 .icon-link:before {
81     content: "\e60f";
82 }
83 .icon-action:before {
84     content: "\e610";
85 }
86 .icon-dbadmin:before {
87     content: "\e612";
88 }
89 .icon-loginas:before {
90     content: "\e611";
91 }
92 .icon-delete:before {
93     content: "\e613";
94 }