mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
47 lines
1.8 KiB
CSS
47 lines
1.8 KiB
CSS
/*
|
|
@import url(//fonts.googleapis.com/css?family=Droid+Sans+Mono);
|
|
*/
|
|
|
|
/* http://fontello.com/ */
|
|
@font-face {
|
|
font-family: 'Fontello';
|
|
src: url("../font/fontello.eot");
|
|
src: url("../font/fontello.eot?#iefix") format('embedded-opentype'),
|
|
url("../font/fontello.woff2") format('woff2'),
|
|
url("../font/fontello.woff") format('woff'),
|
|
url("../font/fontello.ttf") format('truetype'),
|
|
url("../font/fontello.svg#cloudcmd") format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family : 'Droid Sans Mono';
|
|
src : url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot);
|
|
src : local('Droid Sans Mono'),
|
|
local('DroidSansMono'),
|
|
url(../font/DroidSansMono.eot) format('embedded-opentype'),
|
|
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot?#iefix) format('embedded-opentype'),
|
|
url(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJTwtzT4qNq-faudv5qbO9-U.eot) format('embedded-opentype'),
|
|
url(../font/DroidSansMono.woff2) format('woff2'),
|
|
url(../font/DroidSansMono.woff) format('woff'),
|
|
url(http://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJVlgUn8GogvcKKzoM9Dh-4E.woff2) format('woff2'),
|
|
local('Consolas');
|
|
font-style : normal;
|
|
font-weight : 400;
|
|
}
|
|
|
|
.directory {
|
|
background-image:url('../img/dir.png');
|
|
}
|
|
.text-file {
|
|
background-image:url('../img/txt.png');
|
|
}
|
|
|
|
.loading-svg {
|
|
background : url(../img/spinner.svg);
|
|
}
|
|
|
|
.loading-gif {
|
|
background : url(../img/spinner.gif);
|
|
}
|