mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 20:16:05 +00:00
Initial commit
This commit is contained in:
24
app/static/global/plugins/simple-line-icons/License.txt
Normal file
24
app/static/global/plugins/simple-line-icons/License.txt
Normal file
@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
GraphicBurger License
|
||||
|
||||
|
||||
All resources available for download on GraphicBurger, including but not limited to,
|
||||
Logo MockUps, Product MockUps, Text Effects, Icons, User Interfaces, Illustrations,
|
||||
Background Images, are royalty free for use in both personal and commercial projects.
|
||||
|
||||
|
||||
Rights
|
||||
|
||||
You are permitted to use the resources for any number of personal and commercial projects.
|
||||
You may modify the resources according to your requirements and include them into works,
|
||||
such as websites, applications or other materials intended for sale. No attribution or
|
||||
link back to this site is required, however any credit will be much appreciated.
|
||||
|
||||
|
||||
Prohibitions
|
||||
|
||||
You do not have the rights to redistribute, resell, lease, license, sublicense or offer
|
||||
files downloaded from GraphicBurger to any third party <20>as is<69> or as a separate attachment
|
||||
from any of your work. If you wish to promote my resources on your site, you must link back
|
||||
to the resource page where users can find the download and not directly to the download file.
|
20
app/static/global/plugins/simple-line-icons/Readme.txt
Normal file
20
app/static/global/plugins/simple-line-icons/Readme.txt
Normal file
@ -0,0 +1,20 @@
|
||||
SIMPLE LINE ICONS
|
||||
======================================================================================
|
||||
|
||||
Simple Line Icons is 162 simple stroke icons that are great for mobile applications,
|
||||
websites, user interfaces, etc. All icons were converted from the same beautiful
|
||||
simple line icon sets released previously on GraphicBurger.
|
||||
|
||||
You can checkout the vector PSD versions of these icons on the following links
|
||||
|
||||
* http://graphicburger.com/simple-line-icons-set-vol-1/
|
||||
* http://graphicburger.com/simple-line-icons-set-vol-2/
|
||||
* http://graphicburger.com/simple-line-icons-set-vol-3/
|
||||
* http://graphicburger.com/simple-line-icons-set-vol-4/
|
||||
|
||||
To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in
|
||||
this package. You can import this dev.svg file to the IcoMoon app. All the tags (class
|
||||
names) and the Unicode points of your glyphs are saved in this file.
|
||||
|
||||
These fonts converted to SVG using Illustrator, the SVG was then converted into a font
|
||||
using the awesome Icooon app (http://icomoon.io/app)
|
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 178 KiB |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 175 KiB |
Binary file not shown.
Binary file not shown.
189
app/static/global/plugins/simple-line-icons/icons-lte-ie7.js
Normal file
189
app/static/global/plugins/simple-line-icons/icons-lte-ie7.js
Normal file
@ -0,0 +1,189 @@
|
||||
/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
|
||||
|
||||
window.onload = function() {
|
||||
function addIcon(el, entity) {
|
||||
var html = el.innerHTML;
|
||||
el.innerHTML = '<span style="font-family: \'Simple-Line-Icons\'">' + entity + '</span>' + html;
|
||||
}
|
||||
var icons = {
|
||||
'icon-user-unfollow' : '',
|
||||
'icon-user-friends' : '',
|
||||
'icon-user-following' : '',
|
||||
'icon-user-follow' : '',
|
||||
'icon-trophy' : '',
|
||||
'icon-speedometer' : '',
|
||||
'icon-social-youtube' : '',
|
||||
'icon-social-twitter' : '',
|
||||
'icon-social-tumblr' : '',
|
||||
'icon-social-facebook' : '',
|
||||
'icon-social-dropbox' : '',
|
||||
'icon-social-dribbble' : '',
|
||||
'icon-shield' : '',
|
||||
'icon-screen-tablet' : '',
|
||||
'icon-screen-smartphone' : '',
|
||||
'icon-screen-desktop' : '',
|
||||
'icon-plane' : '',
|
||||
'icon-notebook' : '',
|
||||
'icon-moustache' : '',
|
||||
'icon-mouse' : '',
|
||||
'icon-magnet' : '',
|
||||
'icon-magic-wand' : '',
|
||||
'icon-hourglass' : '',
|
||||
'icon-graduation' : '',
|
||||
'icon-ghost' : '',
|
||||
'icon-game-controller' : '',
|
||||
'icon-fire' : '',
|
||||
'icon-eyeglasses' : '',
|
||||
'icon-envelope-open' : '',
|
||||
'icon-envelope-letter' : '',
|
||||
'icon-energy' : '',
|
||||
'icon-emoticon-smile' : '',
|
||||
'icon-disc' : '',
|
||||
'icon-cursor-move' : '',
|
||||
'icon-crop' : '',
|
||||
'icon-credit-card' : '',
|
||||
'icon-chemistry' : '',
|
||||
'icon-bell' : '',
|
||||
'icon-badge' : '',
|
||||
'icon-anchor' : '',
|
||||
'icon-action-redo' : '',
|
||||
'icon-action-undo' : '',
|
||||
'icon-bag' : '',
|
||||
'icon-basket' : '',
|
||||
'icon-basket-loaded' : '',
|
||||
'icon-book-open' : '',
|
||||
'icon-briefcase' : '',
|
||||
'icon-bubbles' : '',
|
||||
'icon-calculator' : '',
|
||||
'icon-call-end' : '',
|
||||
'icon-call-in' : '',
|
||||
'icon-call-out' : '',
|
||||
'icon-compass' : '',
|
||||
'icon-cup' : '',
|
||||
'icon-diamond' : '',
|
||||
'icon-direction' : '',
|
||||
'icon-directions' : '',
|
||||
'icon-docs' : '',
|
||||
'icon-drawer' : '',
|
||||
'icon-drop' : '',
|
||||
'icon-earphones' : '',
|
||||
'icon-earphones-alt' : '',
|
||||
'icon-feed' : '',
|
||||
'icon-film' : '',
|
||||
'icon-folder-alt' : '',
|
||||
'icon-frame' : '',
|
||||
'icon-globe' : '',
|
||||
'icon-globe-alt' : '',
|
||||
'icon-handbag' : '',
|
||||
'icon-layers' : '',
|
||||
'icon-map' : '',
|
||||
'icon-picture' : '',
|
||||
'icon-pin' : '',
|
||||
'icon-playlist' : '',
|
||||
'icon-present' : '',
|
||||
'icon-printer' : '',
|
||||
'icon-puzzle' : '',
|
||||
'icon-speech' : '',
|
||||
'icon-vector' : '',
|
||||
'icon-wallet' : '',
|
||||
'icon-arrow-down' : '',
|
||||
'icon-arrow-left' : '',
|
||||
'icon-arrow-right' : '',
|
||||
'icon-arrow-up' : '',
|
||||
'icon-bar-chart' : '',
|
||||
'icon-bulb' : '',
|
||||
'icon-calendar' : '',
|
||||
'icon-control-end' : '',
|
||||
'icon-control-forward' : '',
|
||||
'icon-control-pause' : '',
|
||||
'icon-control-play' : '',
|
||||
'icon-control-rewind' : '',
|
||||
'icon-control-start' : '',
|
||||
'icon-cursor' : '',
|
||||
'icon-dislike' : '',
|
||||
'icon-equalizer' : '',
|
||||
'icon-graph' : '',
|
||||
'icon-grid' : '',
|
||||
'icon-home' : '',
|
||||
'icon-like' : '',
|
||||
'icon-list' : '',
|
||||
'icon-login' : '',
|
||||
'icon-logout' : '',
|
||||
'icon-loop' : '',
|
||||
'icon-microphone' : '',
|
||||
'icon-music-tone' : '',
|
||||
'icon-music-tone-alt' : '',
|
||||
'icon-note' : '',
|
||||
'icon-pencil' : '',
|
||||
'icon-pie-chart' : '',
|
||||
'icon-question' : '',
|
||||
'icon-rocket' : '',
|
||||
'icon-share' : '',
|
||||
'icon-share-alt' : '',
|
||||
'icon-shuffle' : '',
|
||||
'icon-size-actual' : '',
|
||||
'icon-size-fullscreen' : '',
|
||||
'icon-support' : '',
|
||||
'icon-tag' : '',
|
||||
'icon-trash' : '',
|
||||
'icon-umbrella' : '',
|
||||
'icon-wrench' : '',
|
||||
'icon-ban' : '',
|
||||
'icon-bubble' : '',
|
||||
'icon-camcorder' : '',
|
||||
'icon-camera' : '',
|
||||
'icon-check' : '',
|
||||
'icon-clock' : '',
|
||||
'icon-close' : '',
|
||||
'icon-cloud-download' : '',
|
||||
'icon-cloud-upload' : '',
|
||||
'icon-doc' : '',
|
||||
'icon-envelope' : '',
|
||||
'icon-eye' : '',
|
||||
'icon-flag' : '',
|
||||
'icon-folder' : '',
|
||||
'icon-heart' : '',
|
||||
'icon-info' : '',
|
||||
'icon-key' : '',
|
||||
'icon-link' : '',
|
||||
'icon-lock' : '',
|
||||
'icon-lock-open' : '',
|
||||
'icon-magnifier' : '',
|
||||
'icon-magnifier-add' : '',
|
||||
'icon-magnifier-remove' : '',
|
||||
'icon-paper-clip' : '',
|
||||
'icon-paper-plane' : '',
|
||||
'icon-plus' : '',
|
||||
'icon-pointer' : '',
|
||||
'icon-power' : '',
|
||||
'icon-refresh' : '',
|
||||
'icon-reload' : '',
|
||||
'icon-settings' : '',
|
||||
'icon-star' : '',
|
||||
'icon-symbol-female' : '',
|
||||
'icon-symbol-male' : '',
|
||||
'icon-target' : '',
|
||||
'icon-user-female' : '',
|
||||
'icon-user-male' : '',
|
||||
'icon-volume-1' : '',
|
||||
'icon-volume-2' : '',
|
||||
'icon-volume-off' : ''
|
||||
},
|
||||
els = document.getElementsByTagName('*'),
|
||||
i, attr, c, el;
|
||||
for (i = 0; ; i += 1) {
|
||||
el = els[i];
|
||||
if(!el) {
|
||||
break;
|
||||
}
|
||||
attr = el.getAttribute('data-icon');
|
||||
if (attr) {
|
||||
addIcon(el, attr);
|
||||
}
|
||||
c = el.className;
|
||||
c = c.match(/icon-[^\s'"]+/);
|
||||
if (c && icons[c[0]]) {
|
||||
addIcon(el, icons[c[0]]);
|
||||
}
|
||||
}
|
||||
};
|
@ -0,0 +1,535 @@
|
||||
/* http://graphicburger.com/simple-line-icons-webfont/ */
|
||||
@font-face {
|
||||
font-family: 'Simple-Line-Icons';
|
||||
|
||||
src:url('fonts/Simple-Line-Icons.eot');
|
||||
src:url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/Simple-Line-Icons.woff') format('woff'),
|
||||
url('fonts/Simple-Line-Icons.ttf') format('truetype'),
|
||||
url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'Simple-Line-Icons';
|
||||
src: url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
|
||||
}
|
||||
}
|
||||
|
||||
/* Use the following CSS code if you want to use data attributes for inserting your icons */
|
||||
[data-icon]:before {
|
||||
font-family: 'Simple-Line-Icons';
|
||||
content: attr(data-icon);
|
||||
speak: none;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
/* Use the following CSS code if you want to have a class per icon */
|
||||
/*
|
||||
Instead of a list of all class selectors,
|
||||
you can use the generic selector below, but it's slower:
|
||||
[class*="icon-"] {
|
||||
*/
|
||||
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
|
||||
font-family: 'Simple-Line-Icons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
.icon-user-female:before {
|
||||
content: "\e000";
|
||||
}
|
||||
.icon-user-follow:before {
|
||||
content: "\e002";
|
||||
}
|
||||
.icon-user-following:before {
|
||||
content: "\e003";
|
||||
}
|
||||
.icon-user-unfollow:before {
|
||||
content: "\e004";
|
||||
}
|
||||
.icon-trophy:before {
|
||||
content: "\e006";
|
||||
}
|
||||
.icon-screen-smartphone:before {
|
||||
content: "\e010";
|
||||
}
|
||||
.icon-screen-desktop:before {
|
||||
content: "\e011";
|
||||
}
|
||||
.icon-plane:before {
|
||||
content: "\e012";
|
||||
}
|
||||
.icon-notebook:before {
|
||||
content: "\e013";
|
||||
}
|
||||
.icon-moustache:before {
|
||||
content: "\e014";
|
||||
}
|
||||
.icon-mouse:before {
|
||||
content: "\e015";
|
||||
}
|
||||
.icon-magnet:before {
|
||||
content: "\e016";
|
||||
}
|
||||
.icon-energy:before {
|
||||
content: "\e020";
|
||||
}
|
||||
.icon-emoticon-smile:before {
|
||||
content: "\e021";
|
||||
}
|
||||
.icon-disc:before {
|
||||
content: "\e022";
|
||||
}
|
||||
.icon-cursor-move:before {
|
||||
content: "\e023";
|
||||
}
|
||||
.icon-crop:before {
|
||||
content: "\e024";
|
||||
}
|
||||
.icon-credit-card:before {
|
||||
content: "\e025";
|
||||
}
|
||||
.icon-chemistry:before {
|
||||
content: "\e026";
|
||||
}
|
||||
.icon-user:before {
|
||||
content: "\e005";
|
||||
}
|
||||
.icon-speedometer:before {
|
||||
content: "\e007";
|
||||
}
|
||||
.icon-social-youtube:before {
|
||||
content: "\e008";
|
||||
}
|
||||
.icon-social-twitter:before {
|
||||
content: "\e009";
|
||||
}
|
||||
.icon-social-tumblr:before {
|
||||
content: "\e00a";
|
||||
}
|
||||
.icon-social-facebook:before {
|
||||
content: "\e00b";
|
||||
}
|
||||
.icon-social-dropbox:before {
|
||||
content: "\e00c";
|
||||
}
|
||||
.icon-social-dribbble:before {
|
||||
content: "\e00d";
|
||||
}
|
||||
.icon-shield:before {
|
||||
content: "\e00e";
|
||||
}
|
||||
.icon-screen-tablet:before {
|
||||
content: "\e00f";
|
||||
}
|
||||
.icon-magic-wand:before {
|
||||
content: "\e017";
|
||||
}
|
||||
.icon-hourglass:before {
|
||||
content: "\e018";
|
||||
}
|
||||
.icon-graduation:before {
|
||||
content: "\e019";
|
||||
}
|
||||
.icon-ghost:before {
|
||||
content: "\e01a";
|
||||
}
|
||||
.icon-game-controller:before {
|
||||
content: "\e01b";
|
||||
}
|
||||
.icon-fire:before {
|
||||
content: "\e01c";
|
||||
}
|
||||
.icon-eyeglasses:before {
|
||||
content: "\e01d";
|
||||
}
|
||||
.icon-envelope-open:before {
|
||||
content: "\e01e";
|
||||
}
|
||||
.icon-envelope-letter:before {
|
||||
content: "\e01f";
|
||||
}
|
||||
.icon-bell:before {
|
||||
content: "\e027";
|
||||
}
|
||||
.icon-badge:before {
|
||||
content: "\e028";
|
||||
}
|
||||
.icon-anchor:before {
|
||||
content: "\e029";
|
||||
}
|
||||
.icon-wallet:before {
|
||||
content: "\e02a";
|
||||
}
|
||||
.icon-vector:before {
|
||||
content: "\e02b";
|
||||
}
|
||||
.icon-speech:before {
|
||||
content: "\e02c";
|
||||
}
|
||||
.icon-puzzle:before {
|
||||
content: "\e02d";
|
||||
}
|
||||
.icon-printer:before {
|
||||
content: "\e02e";
|
||||
}
|
||||
.icon-present:before {
|
||||
content: "\e02f";
|
||||
}
|
||||
.icon-playlist:before {
|
||||
content: "\e030";
|
||||
}
|
||||
.icon-pin:before {
|
||||
content: "\e031";
|
||||
}
|
||||
.icon-picture:before {
|
||||
content: "\e032";
|
||||
}
|
||||
.icon-map:before {
|
||||
content: "\e033";
|
||||
}
|
||||
.icon-layers:before {
|
||||
content: "\e034";
|
||||
}
|
||||
.icon-handbag:before {
|
||||
content: "\e035";
|
||||
}
|
||||
.icon-globe-alt:before {
|
||||
content: "\e036";
|
||||
}
|
||||
.icon-globe:before {
|
||||
content: "\e037";
|
||||
}
|
||||
.icon-frame:before {
|
||||
content: "\e038";
|
||||
}
|
||||
.icon-folder-alt:before {
|
||||
content: "\e039";
|
||||
}
|
||||
.icon-film:before {
|
||||
content: "\e03a";
|
||||
}
|
||||
.icon-feed:before {
|
||||
content: "\e03b";
|
||||
}
|
||||
.icon-earphones-alt:before {
|
||||
content: "\e03c";
|
||||
}
|
||||
.icon-earphones:before {
|
||||
content: "\e03d";
|
||||
}
|
||||
.icon-drop:before {
|
||||
content: "\e03e";
|
||||
}
|
||||
.icon-drawer:before {
|
||||
content: "\e03f";
|
||||
}
|
||||
.icon-docs:before {
|
||||
content: "\e040";
|
||||
}
|
||||
.icon-directions:before {
|
||||
content: "\e041";
|
||||
}
|
||||
.icon-direction:before {
|
||||
content: "\e042";
|
||||
}
|
||||
.icon-diamond:before {
|
||||
content: "\e043";
|
||||
}
|
||||
.icon-cup:before {
|
||||
content: "\e044";
|
||||
}
|
||||
.icon-compass:before {
|
||||
content: "\e045";
|
||||
}
|
||||
.icon-call-out:before {
|
||||
content: "\e046";
|
||||
}
|
||||
.icon-call-in:before {
|
||||
content: "\e047";
|
||||
}
|
||||
.icon-call-end:before {
|
||||
content: "\e048";
|
||||
}
|
||||
.icon-calculator:before {
|
||||
content: "\e049";
|
||||
}
|
||||
.icon-bubbles:before {
|
||||
content: "\e04a";
|
||||
}
|
||||
.icon-briefcase:before {
|
||||
content: "\e04b";
|
||||
}
|
||||
.icon-book-open:before {
|
||||
content: "\e04c";
|
||||
}
|
||||
.icon-basket-loaded:before {
|
||||
content: "\e04d";
|
||||
}
|
||||
.icon-basket:before {
|
||||
content: "\e04e";
|
||||
}
|
||||
.icon-bag:before {
|
||||
content: "\e04f";
|
||||
}
|
||||
.icon-action-undo:before {
|
||||
content: "\e050";
|
||||
}
|
||||
.icon-action-redo:before {
|
||||
content: "\e051";
|
||||
}
|
||||
.icon-wrench:before {
|
||||
content: "\e052";
|
||||
}
|
||||
.icon-umbrella:before {
|
||||
content: "\e053";
|
||||
}
|
||||
.icon-trash:before {
|
||||
content: "\e054";
|
||||
}
|
||||
.icon-tag:before {
|
||||
content: "\e055";
|
||||
}
|
||||
.icon-support:before {
|
||||
content: "\e056";
|
||||
}
|
||||
.icon-size-fullscreen:before {
|
||||
content: "\e057";
|
||||
}
|
||||
.icon-size-actual:before {
|
||||
content: "\e058";
|
||||
}
|
||||
.icon-shuffle:before {
|
||||
content: "\e059";
|
||||
}
|
||||
.icon-share-alt:before {
|
||||
content: "\e05a";
|
||||
}
|
||||
.icon-share:before {
|
||||
content: "\e05b";
|
||||
}
|
||||
.icon-rocket:before {
|
||||
content: "\e05c";
|
||||
}
|
||||
.icon-question:before {
|
||||
content: "\e05d";
|
||||
}
|
||||
.icon-pie-chart:before {
|
||||
content: "\e05e";
|
||||
}
|
||||
.icon-pencil:before {
|
||||
content: "\e05f";
|
||||
}
|
||||
.icon-note:before {
|
||||
content: "\e060";
|
||||
}
|
||||
.icon-music-tone-alt:before {
|
||||
content: "\e061";
|
||||
}
|
||||
.icon-music-tone:before {
|
||||
content: "\e062";
|
||||
}
|
||||
.icon-microphone:before {
|
||||
content: "\e063";
|
||||
}
|
||||
.icon-loop:before {
|
||||
content: "\e064";
|
||||
}
|
||||
.icon-logout:before {
|
||||
content: "\e065";
|
||||
}
|
||||
.icon-login:before {
|
||||
content: "\e066";
|
||||
}
|
||||
.icon-list:before {
|
||||
content: "\e067";
|
||||
}
|
||||
.icon-like:before {
|
||||
content: "\e068";
|
||||
}
|
||||
.icon-home:before {
|
||||
content: "\e069";
|
||||
}
|
||||
.icon-grid:before {
|
||||
content: "\e06a";
|
||||
}
|
||||
.icon-graph:before {
|
||||
content: "\e06b";
|
||||
}
|
||||
.icon-equalizer:before {
|
||||
content: "\e06c";
|
||||
}
|
||||
.icon-dislike:before {
|
||||
content: "\e06d";
|
||||
}
|
||||
.icon-cursor:before {
|
||||
content: "\e06e";
|
||||
}
|
||||
.icon-control-start:before {
|
||||
content: "\e06f";
|
||||
}
|
||||
.icon-control-rewind:before {
|
||||
content: "\e070";
|
||||
}
|
||||
.icon-control-play:before {
|
||||
content: "\e071";
|
||||
}
|
||||
.icon-control-pause:before {
|
||||
content: "\e072";
|
||||
}
|
||||
.icon-control-forward:before {
|
||||
content: "\e073";
|
||||
}
|
||||
.icon-control-end:before {
|
||||
content: "\e074";
|
||||
}
|
||||
.icon-calendar:before {
|
||||
content: "\e075";
|
||||
}
|
||||
.icon-bulb:before {
|
||||
content: "\e076";
|
||||
}
|
||||
.icon-bar-chart:before {
|
||||
content: "\e077";
|
||||
}
|
||||
.icon-arrow-up:before {
|
||||
content: "\e078";
|
||||
}
|
||||
.icon-arrow-right:before {
|
||||
content: "\e079";
|
||||
}
|
||||
.icon-arrow-left:before {
|
||||
content: "\e07a";
|
||||
}
|
||||
.icon-arrow-down:before {
|
||||
content: "\e07b";
|
||||
}
|
||||
.icon-ban:before {
|
||||
content: "\e07c";
|
||||
}
|
||||
.icon-bubble:before {
|
||||
content: "\e07d";
|
||||
}
|
||||
.icon-camcorder:before {
|
||||
content: "\e07e";
|
||||
}
|
||||
.icon-camera:before {
|
||||
content: "\e07f";
|
||||
}
|
||||
.icon-check:before {
|
||||
content: "\e080";
|
||||
}
|
||||
.icon-clock:before {
|
||||
content: "\e081";
|
||||
}
|
||||
.icon-close:before {
|
||||
content: "\e082";
|
||||
}
|
||||
.icon-cloud-download:before {
|
||||
content: "\e083";
|
||||
}
|
||||
.icon-cloud-upload:before {
|
||||
content: "\e084";
|
||||
}
|
||||
.icon-doc:before {
|
||||
content: "\e085";
|
||||
}
|
||||
.icon-envelope:before {
|
||||
content: "\e086";
|
||||
}
|
||||
.icon-eye:before {
|
||||
content: "\e087";
|
||||
}
|
||||
.icon-flag:before {
|
||||
content: "\e088";
|
||||
}
|
||||
.icon-folder:before {
|
||||
content: "\e089";
|
||||
}
|
||||
.icon-heart:before {
|
||||
content: "\e08a";
|
||||
}
|
||||
.icon-info:before {
|
||||
content: "\e08b";
|
||||
}
|
||||
.icon-key:before {
|
||||
content: "\e08c";
|
||||
}
|
||||
.icon-link:before {
|
||||
content: "\e08d";
|
||||
}
|
||||
.icon-lock:before {
|
||||
content: "\e08e";
|
||||
}
|
||||
.icon-lock-open:before {
|
||||
content: "\e08f";
|
||||
}
|
||||
.icon-magnifier:before {
|
||||
content: "\e090";
|
||||
}
|
||||
.icon-magnifier-add:before {
|
||||
content: "\e091";
|
||||
}
|
||||
.icon-magnifier-remove:before {
|
||||
content: "\e092";
|
||||
}
|
||||
.icon-paper-clip:before {
|
||||
content: "\e093";
|
||||
}
|
||||
.icon-paper-plane:before {
|
||||
content: "\e094";
|
||||
}
|
||||
.icon-plus:before {
|
||||
content: "\e095";
|
||||
}
|
||||
.icon-pointer:before {
|
||||
content: "\e096";
|
||||
}
|
||||
.icon-power:before {
|
||||
content: "\e097";
|
||||
}
|
||||
.icon-refresh:before {
|
||||
content: "\e098";
|
||||
}
|
||||
.icon-reload:before {
|
||||
content: "\e099";
|
||||
}
|
||||
.icon-settings:before {
|
||||
content: "\e09a";
|
||||
}
|
||||
.icon-star:before {
|
||||
content: "\e09b";
|
||||
}
|
||||
.icon-symbol-female:before {
|
||||
content: "\e09c";
|
||||
}
|
||||
.icon-symbol-male:before {
|
||||
content: "\e09d";
|
||||
}
|
||||
.icon-target:before {
|
||||
content: "\e09e";
|
||||
}
|
||||
.icon-volume-1:before {
|
||||
content: "\e09f";
|
||||
}
|
||||
.icon-volume-2:before {
|
||||
content: "\e0a0";
|
||||
}
|
||||
.icon-volume-off:before {
|
||||
content: "\e0a1";
|
||||
}
|
||||
.icon-users:before {
|
||||
content: "\e001";
|
||||
}
|
2
app/static/global/plugins/simple-line-icons/simple-line-icons.min.css
vendored
Normal file
2
app/static/global/plugins/simple-line-icons/simple-line-icons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user