From 697529ee4f722c58e706f53247abe22d89a7f2a8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 25 Dec 2013 12:05:52 +0000 Subject: [PATCH] feature(css) mv icons to icons.css --- css/icons.css | 64 ++++++++++++++++++++++++++++++++++++++++++++++++ css/style.css | 65 ------------------------------------------------- html/index.html | 2 +- 3 files changed, 65 insertions(+), 66 deletions(-) create mode 100644 css/icons.css diff --git a/css/icons.css b/css/icons.css new file mode 100644 index 00000000..b4190bdf --- /dev/null +++ b/css/icons.css @@ -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 '; +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 590d8be6..1bab9678 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/html/index.html b/html/index.html index 74b61d34..c6bfa37d 100644 --- a/html/index.html +++ b/html/index.html @@ -10,7 +10,7 @@ {{ title }} - +