2014-10-27 00:33:53 +03:00
|
|
|
// ------------------------------------------------------------
|
|
|
|
// Icons
|
|
|
|
// ------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
// Font-face rule
|
2014-07-20 03:55:29 +04:00
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
@font-face {
|
2015-05-13 01:49:11 +03:00
|
|
|
font-family: "ghosticons";
|
|
|
|
src:url("fonts/ghosticons.eot");
|
|
|
|
src:url("fonts/ghosticons.eot?#iefix") format("embedded-opentype"),
|
|
|
|
url("fonts/ghosticons.woff") format("woff"),
|
|
|
|
url("fonts/ghosticons.ttf") format("truetype"),
|
|
|
|
url("fonts/ghosticons.svg#ghosticons") format("svg");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-icon]:before {
|
|
|
|
font-family: "ghosticons" !important;
|
|
|
|
content: attr(data-icon);
|
|
|
|
font-style: normal !important;
|
|
|
|
font-weight: normal !important;
|
|
|
|
font-variant: normal !important;
|
|
|
|
text-transform: none !important;
|
|
|
|
speak: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class^="icon-"]:before,
|
|
|
|
[class*=" icon-"]:before {
|
|
|
|
font-family: "ghosticons" !important;
|
|
|
|
font-style: normal !important;
|
|
|
|
font-weight: normal !important;
|
|
|
|
font-variant: normal !important;
|
|
|
|
text-transform: none !important;
|
|
|
|
speak: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2014-07-20 03:55:29 +04:00
|
|
|
}
|
|
|
|
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-user:before {
|
|
|
|
content: "\e000";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-search:before {
|
|
|
|
content: "\e001";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-design:before {
|
|
|
|
content: "\e003";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-content:before {
|
|
|
|
content: "\e004";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-x:before {
|
|
|
|
content: "\e005";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-add:before {
|
|
|
|
content: "\e006";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-apps:before {
|
|
|
|
content: "\e007";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-settings:before {
|
|
|
|
content: "\e008";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-front-end:before {
|
|
|
|
content: "\e00a";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-dash:before {
|
|
|
|
content: "\e00b";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-tag:before {
|
|
|
|
content: "\e009";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
|
|
|
.icon-compass:before {
|
2015-05-13 01:49:11 +03:00
|
|
|
content: "\e002";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-code:before {
|
|
|
|
content: "\e00c";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-team:before {
|
|
|
|
content: "\e00d";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-idea:before {
|
|
|
|
content: "\e00e";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-arrow:before {
|
|
|
|
content: "\e00f";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-pen:before {
|
|
|
|
content: "\e010";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-clip:before {
|
|
|
|
content: "\e011";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-trash:before {
|
|
|
|
content: "\e012";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-edit:before {
|
|
|
|
content: "\e013";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-new:before {
|
|
|
|
content: "\e014";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-lock-2:before {
|
|
|
|
content: "\e015";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
|
|
|
.icon-link:before {
|
2015-05-13 01:49:11 +03:00
|
|
|
content: "\e016";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-chat:before {
|
|
|
|
content: "\e017";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-smiley:before {
|
|
|
|
content: "\e018";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-star:before {
|
|
|
|
content: "\e019";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-rss:before {
|
|
|
|
content: "\e01b";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-hotspot:before {
|
|
|
|
content: "\e01d";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-mail:before {
|
|
|
|
content: "\e01e";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-sound-on:before {
|
|
|
|
content: "\e01f";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-sound-off:before {
|
|
|
|
content: "\e020";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-download:before {
|
|
|
|
content: "\e021";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-upload:before {
|
|
|
|
content: "\e022";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-bell:before {
|
|
|
|
content: "\e023";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-shop:before {
|
|
|
|
content: "\e01c";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-box:before {
|
|
|
|
content: "\e024";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-connections:before {
|
|
|
|
content: "\e025";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-arrow-right:before {
|
|
|
|
content: "\e01a";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-arrow-left:before {
|
|
|
|
content: "\e026";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-arrow-up:before {
|
|
|
|
content: "\e027";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-ghost:before {
|
|
|
|
content: "\e028";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-dice:before {
|
|
|
|
content: "\e029";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-ambulance:before {
|
|
|
|
content: "\e02a";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-calendar:before {
|
|
|
|
content: "\e02b";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-folder:before {
|
|
|
|
content: "\e02c";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-pulse:before {
|
|
|
|
content: "\e02d";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-photos:before {
|
|
|
|
content: "\e02e";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-legal:before {
|
|
|
|
content: "\e02f";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-letter:before {
|
|
|
|
content: "\e030";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-grid:before {
|
|
|
|
content: "\e031";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-list:before {
|
|
|
|
content: "\e032";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-blog:before {
|
|
|
|
content: "\e033";
|
2015-03-09 19:43:34 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-question:before {
|
|
|
|
content: "\e034";
|
2014-11-28 16:22:05 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-error:before {
|
|
|
|
content: "\e035";
|
2015-04-02 12:42:32 +03:00
|
|
|
}
|
2015-05-13 01:49:11 +03:00
|
|
|
.icon-power:before {
|
|
|
|
content: "\e036";
|
2015-03-07 23:35:45 +03:00
|
|
|
}
|
|
|
|
.icon-markdown:before {
|
2015-05-13 01:49:11 +03:00
|
|
|
content: "\e037";
|
2015-03-07 23:35:45 +03:00
|
|
|
}
|