2018-09-18 14:05:19 +00:00
|
|
|
/*!
|
|
|
|
* File Icon Vectors 1.0 (https://github.com/dmhendricks/file-icon-vectors)
|
|
|
|
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
|
|
|
|
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
|
|
|
|
*/
|
|
|
|
.fiv-background, .fiv-ext {
|
|
|
|
background-size: contain;
|
|
|
|
background-position: 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-size-md {
|
|
|
|
font-size: 2.25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-size-lg {
|
|
|
|
font-size: 3.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-size-xl {
|
|
|
|
font-size: 4.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-ext {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1em;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-ext:before {
|
|
|
|
content: '\00a0';
|
|
|
|
}
|
|
|
|
|
2018-09-23 03:44:33 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-alt {
|
|
|
|
background-image: url("icons/extra/folder-alt.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-23 07:09:45 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-archive {
|
|
|
|
background-image: url("icons/extra/folder-archive.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-23 03:44:33 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-blue {
|
|
|
|
background-image: url("icons/extra/folder-blue.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-23 07:09:45 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-favorite {
|
|
|
|
background-image: url("icons/extra/folder-favorite.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-23 03:44:33 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-idea {
|
|
|
|
background-image: url("icons/extra/folder-idea.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-23 03:25:51 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-image {
|
|
|
|
background-image: url("icons/extra/folder-image.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-ext.fiv-icon-folder-lock {
|
|
|
|
background-image: url("icons/extra/folder-lock.svg");
|
2018-09-18 14:05:19 +00:00
|
|
|
}
|
|
|
|
|
2018-09-23 07:09:45 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-music {
|
|
|
|
background-image: url("icons/extra/folder-music.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-23 03:44:33 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-open-alt {
|
|
|
|
background-image: url("icons/extra/folder-open-alt.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-ext.fiv-icon-folder-open-blue {
|
|
|
|
background-image: url("icons/extra/folder-open-blue.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-18 14:05:19 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-open {
|
|
|
|
background-image: url("icons/extra/folder-open.svg");
|
|
|
|
}
|
2018-09-21 21:33:06 +00:00
|
|
|
|
2018-09-23 03:25:51 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-photo {
|
|
|
|
background-image: url("icons/extra/folder-photo.svg");
|
2018-09-21 21:33:06 +00:00
|
|
|
}
|
|
|
|
|
2018-09-23 07:09:45 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-trash {
|
|
|
|
background-image: url("icons/extra/folder-trash.svg");
|
|
|
|
}
|
|
|
|
|
2018-09-21 21:33:06 +00:00
|
|
|
.fiv-ext.fiv-icon-folder-tree {
|
|
|
|
background-image: url("icons/extra/folder-tree.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiv-ext.fiv-icon-folder {
|
|
|
|
background-image: url("icons/extra/folder.svg");
|
|
|
|
}
|