mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) add stylelint
This commit is contained in:
parent
61da12a012
commit
4b19e76fff
10 changed files with 103 additions and 78 deletions
45
css/urls.css
45
css/urls.css
|
|
@ -4,38 +4,41 @@
|
|||
|
||||
/* 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-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';
|
||||
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(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff) format('woff'),
|
||||
local('Consolas');
|
||||
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(https://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff) format('woff'),
|
||||
local('Consolas');
|
||||
font-style : normal;
|
||||
font-weight : 400;
|
||||
}
|
||||
|
||||
.directory {
|
||||
background-image:url('../img/dir.png');
|
||||
background-image: url(../img/dir.png);
|
||||
}
|
||||
|
||||
.text-file {
|
||||
background-image:url('../img/txt.png');
|
||||
background-image: url(../img/txt.png);
|
||||
}
|
||||
|
||||
.loading-svg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue