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