feature(css) mv icons to icons.css

This commit is contained in:
coderaiser 2013-12-25 12:05:52 +00:00
parent 426b1771d3
commit 697529ee4f
3 changed files with 65 additions and 66 deletions

64
css/icons.css Normal file
View file

@ -0,0 +1,64 @@
.icon-help:before {
font-family: 'Fontello';
content: '\e801 ';
}
.icon-rename:before {
font-family: 'Fontello';
content: '\e802 ';
}
.icon-view:before {
font-family: 'Fontello';
content: '\e803 ';
}
.icon-edit:before {
font-family: 'Fontello';
content: '\e804 ';
}
.icon-copy:before {
font-family: 'Fontello';
content: '\e805 ';
}
.icon-move:before {
font-family: 'Fontello';
content: '\e806 ';
}
.icon-directory:before {
font-family: 'Fontello';
content: '\e807 ';
}
.icon-delete:before {
font-family: 'Fontello';
content: '\e808 ';
}
.icon-menu:before {
font-family: 'Fontello';
content: '\e809 ';
}
.icon-config:before {
font-family: 'Fontello';
content: '\e80a ';
}
.icon-console:before {
font-family: 'Fontello';
content: '\e80b ';
}
.icon-contact:before {
font-family: 'Fontello';
content: '\e80c ';
}
.icon-file::before {
font-family: 'Fontello';
content: '\e80d ';
}

View file

@ -105,71 +105,6 @@ body {
transition: ease 0.1s;
}
.icon-help:before {
font-family: 'Fontello';
content: '\e801 ';
}
.icon-rename:before {
font-family: 'Fontello';
content: '\e802 ';
}
.icon-view:before {
font-family: 'Fontello';
content: '\e803 ';
}
.icon-edit:before {
font-family: 'Fontello';
content: '\e804 ';
}
.icon-copy:before {
font-family: 'Fontello';
content: '\e805 ';
}
.icon-move:before {
font-family: 'Fontello';
content: '\e806 ';
}
.icon-directory:before {
font-family: 'Fontello';
content: '\e807 ';
}
.icon-delete:before {
font-family: 'Fontello';
content: '\e808 ';
}
.icon-menu:before {
font-family: 'Fontello';
content: '\e809 ';
}
.icon-config:before {
font-family: 'Fontello';
content: '\e80a ';
}
.icon-console:before {
font-family: 'Fontello';
content: '\e80b ';
}
.icon-contact:before {
font-family: 'Fontello';
content: '\e80c ';
}
.icon-file::before {
font-family: 'Fontello';
content: '\e80d ';
}
.cmd-button:hover {
border: 1.5px solid;
transition: ease 0.5s;

View file

@ -10,7 +10,7 @@
<link href=/img/favicon/favicon.png rel=icon type=image/png />
<title>{{ title }}</title>
<link rel=stylesheet href=/join/css/reset.css:css/style.css>
<link rel=stylesheet href=/join/css/reset.css:css/icons.css:css/style.css>
</head>
<body>