|
After Width: | Height: | Size: 690 KiB |
@ -0,0 +1,87 @@ |
|||||||
|
html, body, div, span, applet, object, iframe, |
||||||
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
||||||
|
a, abbr, acronym, address, big, cite, code, |
||||||
|
del, dfn, em, font, img, ins, kbd, q, s, samp, |
||||||
|
small, strike, strong, sub, sup, tt, var, |
||||||
|
b, u, i, center, |
||||||
|
dl, dt, dd, ol, ul, li, |
||||||
|
fieldset, form, label, legend, |
||||||
|
table, caption, tbody, tfoot, thead, tr, th, td { |
||||||
|
margin: 0; |
||||||
|
padding: 0; |
||||||
|
border: 0; |
||||||
|
outline: 0; |
||||||
|
font-size: 100%; |
||||||
|
vertical-align: baseline; |
||||||
|
background: transparent; |
||||||
|
box-sizing: border-box; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
overflow: hidden; |
||||||
|
background: url("./images/bg.jpg") no-repeat; |
||||||
|
background-color: #141a48; |
||||||
|
font-family:"Microsoft YaHei UI","Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; |
||||||
|
} |
||||||
|
.content{ |
||||||
|
width:1024px; |
||||||
|
height:768px; |
||||||
|
min-width:800px; |
||||||
|
margin:0 auto; |
||||||
|
border:1px solid white; |
||||||
|
} |
||||||
|
.holder{ |
||||||
|
width:800px; |
||||||
|
/*margin:0 auto;*/ |
||||||
|
} |
||||||
|
.btns{ |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
.btns a{ |
||||||
|
margin-left: 10px; |
||||||
|
margin-right: 10px; |
||||||
|
} |
||||||
|
.btns a i{ |
||||||
|
margin-right: 6px; |
||||||
|
} |
||||||
|
.title{ |
||||||
|
display: flex; |
||||||
|
color: white; |
||||||
|
align-items: center; |
||||||
|
} |
||||||
|
.result{ |
||||||
|
width:111px; |
||||||
|
} |
||||||
|
h3{ |
||||||
|
font-size: 35px; |
||||||
|
} |
||||||
|
h4{ |
||||||
|
margin-left: 40px; |
||||||
|
font-size: 25px; |
||||||
|
} |
||||||
|
.row{ |
||||||
|
display: flex; |
||||||
|
align-items:flex-start; |
||||||
|
} |
||||||
|
.row >div{ |
||||||
|
|
||||||
|
} |
||||||
|
.luckerList{ |
||||||
|
width:800px; |
||||||
|
height:550px; |
||||||
|
} |
||||||
|
.left ul { |
||||||
|
width: 111px; |
||||||
|
list-style:none; |
||||||
|
font-size: 18px; |
||||||
|
color: white; |
||||||
|
} |
||||||
|
.left ul li{ |
||||||
|
margin-top: 10px; |
||||||
|
margin-bottom: 10px; |
||||||
|
} |
||||||
|
.left ul li i{ |
||||||
|
margin-left: 10px; |
||||||
|
margin-right: 5px; |
||||||
|
color: #ffffff; |
||||||
|
} |
||||||
@ -0,0 +1,383 @@ |
|||||||
|
$(document).ready(function () { |
||||||
|
/* var running; |
||||||
|
|
||||||
|
var settings = { |
||||||
|
entries: entries, |
||||||
|
width: 800, |
||||||
|
height: 600, |
||||||
|
radius: '65%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: 'none', |
||||||
|
opacityOver: 0.90, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 1, |
||||||
|
fov: 500, |
||||||
|
speed: 1, |
||||||
|
fontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
fontSize: '15', |
||||||
|
hoverFontSize: '55', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold
|
||||||
|
fontStyle: 'normal',//italic
|
||||||
|
fontStretch: 'wider',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded
|
||||||
|
fontToUpperCase: true, |
||||||
|
// tooltipFontFamily: 'Oswald, Arial, sans-serif',
|
||||||
|
// tooltipFontSize: '11',
|
||||||
|
// tooltipFontColor: '#fff',
|
||||||
|
// tooltipFontWeight: 'normal',//bold
|
||||||
|
// tooltipFontStyle: 'normal',//italic
|
||||||
|
// tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded
|
||||||
|
// tooltipFontToUpperCase: false,
|
||||||
|
// tooltipTextAnchor: 'left',
|
||||||
|
// tooltipDiffX: 0,
|
||||||
|
// tooltipDiffY: 10
|
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
var svg3DTagCloud = new SVG3DTagCloud(document.getElementById('holder'), settings);*/ |
||||||
|
|
||||||
|
/* $('#start').click(function () { |
||||||
|
if (running) { |
||||||
|
alert('正在抽奖'); |
||||||
|
return; |
||||||
|
} |
||||||
|
svg3DTagCloud.speed(6); |
||||||
|
running = true; |
||||||
|
|
||||||
|
}); |
||||||
|
$('#end').click(function () { |
||||||
|
stop(); |
||||||
|
render(1); |
||||||
|
}); |
||||||
|
|
||||||
|
$('#test').click(function () { |
||||||
|
list(); |
||||||
|
});*/ |
||||||
|
|
||||||
|
// $( '#holder' ).svg3DTagCloud( settings );
|
||||||
|
/* function render(i) { |
||||||
|
console.log(i); |
||||||
|
if (i === 5) { |
||||||
|
setTimeout(function () { |
||||||
|
list(); |
||||||
|
stop(); |
||||||
|
}, 1000); |
||||||
|
return; |
||||||
|
} |
||||||
|
; |
||||||
|
setTimeout(function () { |
||||||
|
stop(); |
||||||
|
setTimeout(function () { |
||||||
|
chose(i); |
||||||
|
render(++i); |
||||||
|
}, 500) |
||||||
|
}, 2500) |
||||||
|
} |
||||||
|
|
||||||
|
function stop() { |
||||||
|
running = false; |
||||||
|
svg3DTagCloud.reset(); |
||||||
|
svg3DTagCloud.speed(1); |
||||||
|
} |
||||||
|
|
||||||
|
function chose(i) { |
||||||
|
svg3DTagCloud.chose([{ |
||||||
|
index: i |
||||||
|
}]); |
||||||
|
} |
||||||
|
|
||||||
|
function list() { |
||||||
|
var offset = $(".holder").offset(); |
||||||
|
layer.open({ |
||||||
|
type: 1, |
||||||
|
area: '800px', |
||||||
|
offset: [offset.top, offset.left], |
||||||
|
closeBtn: 1, //不显示关闭按钮
|
||||||
|
anim: 3, |
||||||
|
title: '中奖名单', |
||||||
|
shadeClose: false, //开启遮罩关闭
|
||||||
|
content: '<div class="luckerList"><ul><li>1111</li><li>111</li><li>2222</li></ul></div>' |
||||||
|
}); |
||||||
|
}*/ |
||||||
|
new UI(); |
||||||
|
}); |
||||||
|
class BS{ |
||||||
|
constructor(){ |
||||||
|
|
||||||
|
} |
||||||
|
static fetch(url,data,type){ |
||||||
|
return new Promise((resolve)=>{ |
||||||
|
$.ajax({ |
||||||
|
type:type?type:'GET', |
||||||
|
data:data?data:{}, |
||||||
|
url, |
||||||
|
success(resp){ |
||||||
|
resolve(resp) |
||||||
|
} |
||||||
|
}) |
||||||
|
}) |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
static run(award_id){ |
||||||
|
return this.fetch('/run',{ |
||||||
|
award_id |
||||||
|
},'POST'); |
||||||
|
} |
||||||
|
static stopAndResult(){ |
||||||
|
return this.fetch('/draw_lottery'); |
||||||
|
} |
||||||
|
|
||||||
|
static getLucklessUsers(){ |
||||||
|
return this.fetch('/luckless_users'); |
||||||
|
} |
||||||
|
static getLuckyUsers(){ |
||||||
|
return this.fetch('/luckless_users'); |
||||||
|
|
||||||
|
} |
||||||
|
static getAwards(){ |
||||||
|
return this.fetch('/awards'); |
||||||
|
} |
||||||
|
static getUsers(){ |
||||||
|
return this.fetch('/users'); |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
class UI { |
||||||
|
constructor() { |
||||||
|
this.running = false; |
||||||
|
this.entries = [ |
||||||
|
|
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '张三三', url:'javascript:void(0)', target: '_top', id: 'admin'}, |
||||||
|
{label: '李四', url: 'http://www.flashforum.de/', target: '_top'}, |
||||||
|
{label: '王污污', url: 'http://www.jqueryscript.net/', target: '_top'}, |
||||||
|
{label: '赵六六', url: 'http://www.jqueryscript.net/', target: '_top'}, |
||||||
|
{label: '赵六六', url: 'http://www.jqueryscript.net/', target: '_top'}, |
||||||
|
|
||||||
|
|
||||||
|
]; |
||||||
|
this.settings = { |
||||||
|
entries: this.entries, |
||||||
|
width: 800, |
||||||
|
height: 600, |
||||||
|
radius: '65%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: 'none', |
||||||
|
opacityOver: 0.90, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 1, |
||||||
|
fov: 450, |
||||||
|
speed: 1, |
||||||
|
fontFamily: 'FZShuTi,Microsoft YaHei,Oswald,Arial, sans-serif', |
||||||
|
fontSize: '28', |
||||||
|
hoverFontSize: '55', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold
|
||||||
|
fontStyle: 'normal',//italic
|
||||||
|
fontStretch: 'extra-expanded',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded
|
||||||
|
fontToUpperCase: true, |
||||||
|
// tooltipFontFamily: 'Oswald, Arial, sans-serif',
|
||||||
|
// tooltipFontSize: '11',
|
||||||
|
// tooltipFontColor: '#fff',
|
||||||
|
// tooltipFontWeight: 'normal',//bold
|
||||||
|
// tooltipFontStyle: 'normal',//italic
|
||||||
|
// tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded
|
||||||
|
// tooltipFontToUpperCase: false,
|
||||||
|
// tooltipTextAnchor: 'left',
|
||||||
|
// tooltipDiffX: 0,
|
||||||
|
// tooltipDiffY: 10
|
||||||
|
|
||||||
|
}; |
||||||
|
this.svg3DTagCloud = new SVG3DTagCloud(document.getElementById('holder'), this.settings); |
||||||
|
this.buildCloud(); |
||||||
|
this.bindEvent(); |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
buildCloud() { |
||||||
|
BS.getUsers().then((resp)=>{ |
||||||
|
console.log(resp) |
||||||
|
}) |
||||||
|
} |
||||||
|
|
||||||
|
bindEvent() { |
||||||
|
$('#start').click(() => { |
||||||
|
if (this.running) { |
||||||
|
alert('正在抽奖'); |
||||||
|
return; |
||||||
|
} |
||||||
|
this.svg3DTagCloud.speed(6); |
||||||
|
this.running = true; |
||||||
|
|
||||||
|
}); |
||||||
|
$('#end').click(() => { |
||||||
|
console.log('click'); |
||||||
|
this.stop(); |
||||||
|
this.render(1); |
||||||
|
}); |
||||||
|
$('#test').click(() => { |
||||||
|
this.list(); |
||||||
|
}); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
render(i) { |
||||||
|
console.log(i); |
||||||
|
if (i >= 5) { |
||||||
|
setTimeout(() => { |
||||||
|
this.stop(); |
||||||
|
setTimeout(()=>{ |
||||||
|
this.list(); |
||||||
|
},1000) |
||||||
|
}, 1000); |
||||||
|
return; |
||||||
|
} |
||||||
|
setTimeout(() => { |
||||||
|
this.stop(); |
||||||
|
setTimeout(() => { |
||||||
|
this.chose(i); |
||||||
|
this.render(++i); |
||||||
|
}, 500) |
||||||
|
}, 2500) |
||||||
|
} |
||||||
|
|
||||||
|
stop() { |
||||||
|
this.running = false; |
||||||
|
this.svg3DTagCloud.reset(); |
||||||
|
this.svg3DTagCloud.speed(1); |
||||||
|
} |
||||||
|
|
||||||
|
chose(i) { |
||||||
|
this.svg3DTagCloud.chose([{ |
||||||
|
index: i |
||||||
|
}]); |
||||||
|
|
||||||
|
let currentList = `<li><i class="fa fa-user"></i>张三三</li>`; |
||||||
|
$('.current-list').append(currentList); |
||||||
|
} |
||||||
|
|
||||||
|
list() { |
||||||
|
let offset = $(".holder").offset(); |
||||||
|
layer.open({ |
||||||
|
type: 1, |
||||||
|
area: '800px', |
||||||
|
offset: [offset.top, offset.left], |
||||||
|
closeBtn: 1, //不显示关闭按钮
|
||||||
|
anim: 3, |
||||||
|
title: '中奖名单', |
||||||
|
shadeClose: false, //开启遮罩关闭
|
||||||
|
content: '<div class="luckerList"><ul><li>1111</li><li>111</li><li>2222</li></ul></div>' |
||||||
|
}); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
@ -0,0 +1,21 @@ |
|||||||
|
MIT License |
||||||
|
|
||||||
|
Copyright (c) 2017 Niklas |
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy |
||||||
|
of this software and associated documentation files (the "Software"), to deal |
||||||
|
in the Software without restriction, including without limitation the rights |
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||||
|
copies of the Software, and to permit persons to whom the Software is |
||||||
|
furnished to do so, subject to the following conditions: |
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all |
||||||
|
copies or substantial portions of the Software. |
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
||||||
|
SOFTWARE. |
||||||
@ -0,0 +1,270 @@ |
|||||||
|
# SVG 3D Tag Cloud jQuery plugin |
||||||
|
(jquery-svg3dtagcloud-plugin) |
||||||
|
|
||||||
|
## Preview |
||||||
|
|
||||||
|
 |
||||||
|
|
||||||
|
## Description |
||||||
|
|
||||||
|
A very small and CSS-less jQuery plugin for drawing a 3D, interactive, SVG based and fully customizable sphere tag cloud from an array of html links. |
||||||
|
|
||||||
|
## Examples |
||||||
|
|
||||||
|
### JSFiddle |
||||||
|
|
||||||
|
* <https://jsfiddle.net/NiklasKnaack/wr9moazp/> |
||||||
|
|
||||||
|
### More Examples |
||||||
|
|
||||||
|
* <http://nkunited.de/jquery/plugins/svg3dtagcloudV2/example1.html> |
||||||
|
* <http://nkunited.de/jquery/plugins/svg3dtagcloudV2/example2.html> |
||||||
|
* <http://nkunited.de/jquery/plugins/svg3dtagcloudV2/example3.html> |
||||||
|
* <http://nkunited.de/jquery/plugins/svg3dtagcloudV2/example4.html> |
||||||
|
|
||||||
|
## Installation |
||||||
|
|
||||||
|
Coming soon. |
||||||
|
|
||||||
|
## Example Usage |
||||||
|
|
||||||
|
### HTML |
||||||
|
|
||||||
|
```html |
||||||
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script> |
||||||
|
<script src='js/jquery.svg3dtagcloud.min.js'></script> |
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
||||||
|
``` |
||||||
|
|
||||||
|
### Define entries (text tags): |
||||||
|
```js |
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ label: 'Dev Blog', url: 'http://niklasknaack.blogspot.de/', target: '_top' }, |
||||||
|
{ label: 'Flashforum', url: 'http://www.flashforum.de/', target: '_top' }, |
||||||
|
{ label: 'jQueryScript.net', url: 'http://www.jqueryscript.net/', target: '_top' }, |
||||||
|
{ label: 'Javascript-Forum', url: 'http://forum.jswelt.de/', target: '_top' }, |
||||||
|
{ label: 'JSFiddle', url: 'https://jsfiddle.net/user/NiklasKnaack/fiddles/', target: '_top' }, |
||||||
|
{ label: 'CodePen', url: 'http://codepen.io/', target: '_top' }, |
||||||
|
{ label: 'three.js', url: 'http://threejs.org/', target: '_top' }, |
||||||
|
{ label: 'WebGLStudio.js', url: 'http://webglstudio.org/', target: '_top' }, |
||||||
|
{ label: 'JS Compress', url: 'http://jscompress.com/', target: '_top' }, |
||||||
|
{ label: 'TinyPNG', url: 'https://tinypng.com/', target: '_top' }, |
||||||
|
{ label: 'Can I Use', url: 'http://caniuse.com/', target: '_top' }, |
||||||
|
{ label: 'URL shortener', url: 'https://goo.gl/', target: '_top' }, |
||||||
|
{ label: 'HTML Encoder', url: 'http://www.opinionatedgeek.com/DotNet/Tools/HTMLEncode/Encode.aspx', target: '_top' }, |
||||||
|
{ label: 'Twitter', url: 'https://twitter.com/niklaswebdev', target: '_top' }, |
||||||
|
{ label: 'deviantART', url: 'http://nkunited.deviantart.com/', target: '_top' }, |
||||||
|
{ label: 'Gulp', url: 'http://gulpjs.com/', target: '_top' }, |
||||||
|
{ label: 'Browsersync', url: 'https://www.browsersync.io/', target: '_top' }, |
||||||
|
{ label: 'GitHub', url: 'https://github.com/', target: '_top' }, |
||||||
|
{ label: 'Shadertoy', url: 'https://www.shadertoy.com/', target: '_top' }, |
||||||
|
{ label: 'Starling', url: 'http://gamua.com/starling/', target: '_top' }, |
||||||
|
{ label: 'jsPerf', url: 'http://jsperf.com/', target: '_top' }, |
||||||
|
{ label: 'Foundation', url: 'http://foundation.zurb.com/', target: '_top' }, |
||||||
|
{ label: 'CreateJS', url: 'http://createjs.com/', target: '_top' }, |
||||||
|
{ label: 'Velocity.js', url: 'http://julian.com/research/velocity/', target: '_top' }, |
||||||
|
{ label: 'TweenLite', url: 'https://greensock.com/docs/#/HTML5/GSAP/TweenLite/', target: '_top' }, |
||||||
|
{ label: 'jQuery', url: 'https://jquery.com/', target: '_top' }, |
||||||
|
{ label: 'jQuery Rain', url: 'http://www.jqueryrain.com/', target: '_top' }, |
||||||
|
{ label: 'jQuery Plugins', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
|
||||||
|
]; |
||||||
|
``` |
||||||
|
|
||||||
|
### Define entries (text tags with tooltips): |
||||||
|
```js |
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ label: 'Dev Blog', url: 'http://niklasknaack.blogspot.de/', target: '_top', tooltip: 'Lorem ipsum' }, |
||||||
|
{ label: 'Flashforum', url: 'http://www.flashforum.de/', target: '_top', tooltip: 'Dolor sit amet' }, |
||||||
|
{ label: 'jQueryScript.net', url: 'http://www.jqueryscript.net/', target: '_top', tooltip: 'Consetetur sadipscing' }, |
||||||
|
{ label: 'Javascript-Forum', url: 'http://forum.jswelt.de/', target: '_top', tooltip: 'Sed diam' }, |
||||||
|
{ label: 'JSFiddle', url: 'https://jsfiddle.net/user/NiklasKnaack/fiddles/', target: '_top' }, |
||||||
|
{ label: 'CodePen', url: 'http://codepen.io/', target: '_top', tooltip: 'At vero' }, |
||||||
|
{ label: 'three.js', url: 'http://threejs.org/', target: '_top', tooltip: 'Nonumy eirmod' }, |
||||||
|
{ label: 'WebGLStudio.js', url: 'http://webglstudio.org/', target: '_top', tooltip: 'Stet clita' }, |
||||||
|
{ label: 'JS Compress', url: 'http://jscompress.com/', target: '_top', tooltip: 'Justo duo' }, |
||||||
|
{ label: 'TinyPNG', url: 'https://tinypng.com/', target: '_top', tooltip: 'Ut wisi enim' }, |
||||||
|
{ label: 'Can I Use', url: 'http://caniuse.com/', target: '_top', tooltip: 'Minim veniam' }, |
||||||
|
{ label: 'URL shortener', url: 'https://goo.gl/', target: '_top', tooltip: 'Quis nostrud' }, |
||||||
|
{ label: 'HTML Encoder', url: 'http://www.opinionatedgeek.com/DotNet/Tools/HTMLEncode/Encode.aspx', target: '_top' }, |
||||||
|
{ label: 'Twitter', url: 'https://twitter.com/niklaswebdev', target: '_top', tooltip: 'Veniam isictus' }, |
||||||
|
{ label: 'deviantART', url: 'http://nkunited.deviantart.com/', target: '_top', tooltip: 'Autem insto' }, |
||||||
|
{ label: 'Gulp', url: 'http://gulpjs.com/', target: '_top', tooltip: 'Officia dolor' }, |
||||||
|
{ label: 'Browsersync', url: 'https://www.browsersync.io/', target: '_top', tooltip: 'Digi tal' }, |
||||||
|
{ label: 'GitHub', url: 'https://github.com/', target: '_top', tooltip: 'Amet et quam' }, |
||||||
|
{ label: 'Shadertoy', url: 'https://www.shadertoy.com/', target: '_top', tooltip: 'Meno equox' }, |
||||||
|
{ label: 'Starling', url: 'http://gamua.com/starling/', target: '_top', tooltip: 'Duis autem' }, |
||||||
|
{ label: 'jsPerf', url: 'http://jsperf.com/', target: '_top', tooltip: 'Soluta nobis' }, |
||||||
|
{ label: 'Foundation', url: 'http://foundation.zurb.com/', target: '_top', tooltip: 'Blandit praesent' }, |
||||||
|
{ label: 'CreateJS', url: 'http://createjs.com/', target: '_top', tooltip: 'Dignissim qui' }, |
||||||
|
{ label: 'Velocity.js', url: 'http://julian.com/research/velocity/', target: '_top', tooltip: 'Et iusto odio' }, |
||||||
|
{ label: 'TweenLite', url: 'https://greensock.com/docs/#/HTML5/GSAP/TweenLite/', target: '_top', tooltip: 'Facilisis at vero' }, |
||||||
|
{ label: 'jQuery', url: 'https://jquery.com/', target: '_top', tooltip: 'Dolore eu' }, |
||||||
|
{ label: 'jQuery Rain', url: 'http://www.jqueryrain.com/', target: '_top', tooltip: 'In vulputate' }, |
||||||
|
{ label: 'jQuery Plugins', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'In vulputate' } |
||||||
|
|
||||||
|
]; |
||||||
|
``` |
||||||
|
|
||||||
|
### Define entries (image tags): |
||||||
|
```js |
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ image: './img/Basket.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Briefcase.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Brush.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Calendar.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Camera.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Cassette.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Clock.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Cloud_Download.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Cloud_Upload.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Coffee.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Comments.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Credit_Card.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Diary.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Document.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Envelope.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Eraser.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/File_Browser.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Games.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Headphones.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Heart.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Home.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/ID.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/iPod.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Key.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Location.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Location_Map.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Map.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Megaphone.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Message.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Microphone.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Mobile.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Money.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Padlock.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Pencil.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Photo.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Polaroid.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Printer.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Record.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Save.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Scissors.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Spanner.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Toolbox.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' }, |
||||||
|
{ image: './img/Umbrella.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top' } |
||||||
|
|
||||||
|
]; |
||||||
|
``` |
||||||
|
|
||||||
|
### Define entries (image tags with tooltips): |
||||||
|
```js |
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ image: './img/Basket.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Lorem ipsum' }, |
||||||
|
{ image: './img/Briefcase.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Dolor sit amet' }, |
||||||
|
{ image: './img/Brush.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Consetetur sadipscing' }, |
||||||
|
{ image: './img/Calendar.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Sed diam' }, |
||||||
|
{ image: './img/Camera.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'At vero' }, |
||||||
|
{ image: './img/Cassette.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Nonumy eirmod' }, |
||||||
|
{ image: './img/Clock.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Stet clita' }, |
||||||
|
{ image: './img/Cloud_Download.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Justo duo' }, |
||||||
|
{ image: './img/Cloud_Upload.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Ut wisi enim' }, |
||||||
|
{ image: './img/Coffee.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Minim veniam' }, |
||||||
|
{ image: './img/Comments.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Quis nostrud' }, |
||||||
|
{ image: './img/Credit_Card.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Exerci tation' }, |
||||||
|
{ image: './img/Diary.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Duis autem' }, |
||||||
|
{ image: './img/Document.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Vel eum iriure' }, |
||||||
|
{ image: './img/Envelope.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Dolor in hendrerit' }, |
||||||
|
{ image: './img/Eraser.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'In vulputate' }, |
||||||
|
{ image: './img/File_Browser.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Velit esse' }, |
||||||
|
{ image: './img/Games.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Molestie consequat' }, |
||||||
|
{ image: './img/Headphones.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Vel illum' }, |
||||||
|
{ image: './img/Heart.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Dolore eu' }, |
||||||
|
{ image: './img/Home.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Feugiat nulla' }, |
||||||
|
{ image: './img/ID.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Facilisis at vero' }, |
||||||
|
{ image: './img/iPod.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Eros et accumsa' }, |
||||||
|
{ image: './img/Key.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Et iusto odio' }, |
||||||
|
{ image: './img/Location.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Dignissim qui' }, |
||||||
|
{ image: './img/Location_Map.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Blandit praesent' }, |
||||||
|
{ image: './img/Map.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Nam liber' }, |
||||||
|
{ image: './img/Megaphone.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Soluta nobis' }, |
||||||
|
{ image: './img/Message.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Magna aliquam' }, |
||||||
|
{ image: './img/Microphone.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Duis autem' }, |
||||||
|
{ image: './img/Mobile.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Lori novis' }, |
||||||
|
{ image: './img/Money.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Meno eqiam' }, |
||||||
|
{ image: './img/Padlock.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Meno equox' }, |
||||||
|
{ image: './img/Pencil.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Iri orem' }, |
||||||
|
{ image: './img/Photo.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Orel pas' }, |
||||||
|
{ image: './img/Polaroid.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Psi sit' }, |
||||||
|
{ image: './img/Printer.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Amet et quam' }, |
||||||
|
{ image: './img/Record.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Molare cons' }, |
||||||
|
{ image: './img/Save.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Digi tal' }, |
||||||
|
{ image: './img/Scissors.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Felenope liber' }, |
||||||
|
{ image: './img/Spanner.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Officia dolor' }, |
||||||
|
{ image: './img/Toolbox.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Autem insto' }, |
||||||
|
{ image: './img/Umbrella.png', width: '50', height: '50', url: 'http://niklasknaack.de/', target: '_top', tooltip: 'Veniam isictus' } |
||||||
|
|
||||||
|
]; |
||||||
|
|
||||||
|
``` |
||||||
|
|
||||||
|
### Define settings: |
||||||
|
```js |
||||||
|
var settings = { |
||||||
|
|
||||||
|
entries: entries, |
||||||
|
width: 480, |
||||||
|
height: 480, |
||||||
|
radius: '65%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: '#111', |
||||||
|
opacityOver: 1.00, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 6, |
||||||
|
fov: 800, |
||||||
|
speed: 2, |
||||||
|
fontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
fontSize: '15', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold |
||||||
|
fontStyle: 'normal',//italic |
||||||
|
fontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
fontToUpperCase: true, |
||||||
|
tooltipFontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
tooltipFontSize: '11', |
||||||
|
tooltipFontColor: '#fff', |
||||||
|
tooltipFontWeight: 'normal',//bold |
||||||
|
tooltipFontStyle: 'normal',//italic |
||||||
|
tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
tooltipFontToUpperCase: false, |
||||||
|
tooltipTextAnchor: 'left', |
||||||
|
tooltipDiffX: 0, |
||||||
|
tooltipDiffY: 10 |
||||||
|
|
||||||
|
}; |
||||||
|
``` |
||||||
|
|
||||||
|
### jQuery: |
||||||
|
|
||||||
|
```js |
||||||
|
$( '#holder' ).svg3DTagCloud( settings ); |
||||||
|
``` |
||||||
|
|
||||||
|
### JS: |
||||||
|
|
||||||
|
```js |
||||||
|
var svg3DTagCloud = new SVG3DTagCloud( document.getElementById( 'holder' ), settings ); |
||||||
|
``` |
||||||
|
|
||||||
|
## License |
||||||
|
|
||||||
|
This plugin is available under [the MIT license](http://mths.be/mit). |
||||||
|
|
||||||
|
## Author |
||||||
|
|
||||||
|
_– [Niklas](http://niklasknaack.de/)_ |
||||||
@ -0,0 +1,125 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
|
||||||
|
<head> |
||||||
|
|
||||||
|
<meta charset='utf-8'> |
||||||
|
<title>SVG3DTagCloud - Example 1</title> |
||||||
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script> |
||||||
|
<script src='js/jquery.svg3dtagcloud.min.js'></script> |
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
||||||
|
|
||||||
|
<style type='text/css'> |
||||||
|
|
||||||
|
html, body, div, span, applet, object, iframe, |
||||||
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
||||||
|
a, abbr, acronym, address, big, cite, code, |
||||||
|
del, dfn, em, font, img, ins, kbd, q, s, samp, |
||||||
|
small, strike, strong, sub, sup, tt, var, |
||||||
|
b, u, i, center, |
||||||
|
dl, dt, dd, ol, ul, li, |
||||||
|
fieldset, form, label, legend, |
||||||
|
table, caption, tbody, tfoot, thead, tr, th, td { |
||||||
|
margin: 0; |
||||||
|
padding: 0; |
||||||
|
border: 0; |
||||||
|
outline: 0; |
||||||
|
font-size: 100%; |
||||||
|
vertical-align: baseline; |
||||||
|
background: transparent; |
||||||
|
box-sizing: border-box; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
overflow: hidden; |
||||||
|
background-color: #000; |
||||||
|
} |
||||||
|
|
||||||
|
</style> |
||||||
|
|
||||||
|
<script> |
||||||
|
|
||||||
|
$( document ).ready( function() { |
||||||
|
|
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ label: 'Dev Blog', url: 'http://niklasknaack.blogspot.de/', target: '_top' }, |
||||||
|
{ label: 'Flashforum', url: 'http://www.flashforum.de/', target: '_top' }, |
||||||
|
{ label: 'jQueryScript.net', url: 'http://www.jqueryscript.net/', target: '_top' }, |
||||||
|
{ label: 'Javascript-Forum', url: 'http://forum.jswelt.de/', target: '_top' }, |
||||||
|
{ label: 'JSFiddle', url: 'https://jsfiddle.net/user/NiklasKnaack/fiddles/', target: '_top' }, |
||||||
|
{ label: 'CodePen', url: 'http://codepen.io/', target: '_top' }, |
||||||
|
{ label: 'three.js', url: 'http://threejs.org/', target: '_top' }, |
||||||
|
{ label: 'WebGLStudio.js', url: 'http://webglstudio.org/', target: '_top' }, |
||||||
|
{ label: 'JS Compress', url: 'http://jscompress.com/', target: '_top' }, |
||||||
|
{ label: 'TinyPNG', url: 'https://tinypng.com/', target: '_top' }, |
||||||
|
{ label: 'Can I Use', url: 'http://caniuse.com/', target: '_top' }, |
||||||
|
{ label: 'URL shortener', url: 'https://goo.gl/', target: '_top' }, |
||||||
|
{ label: 'HTML Encoder', url: 'http://www.opinionatedgeek.com/DotNet/Tools/HTMLEncode/Encode.aspx', target: '_top' }, |
||||||
|
{ label: 'Twitter', url: 'https://twitter.com/niklaswebdev', target: '_top' }, |
||||||
|
{ label: 'deviantART', url: 'http://nkunited.deviantart.com/', target: '_top' }, |
||||||
|
{ label: 'Gulp', url: 'http://gulpjs.com/', target: '_top' }, |
||||||
|
{ label: 'Browsersync', url: 'https://www.browsersync.io/', target: '_top' }, |
||||||
|
{ label: 'GitHub', url: 'https://github.com/', target: '_top' }, |
||||||
|
{ label: 'Shadertoy', url: 'https://www.shadertoy.com/', target: '_top' }, |
||||||
|
{ label: 'Starling', url: 'http://gamua.com/starling/', target: '_top' }, |
||||||
|
{ label: 'jsPerf', url: 'http://jsperf.com/', target: '_top' }, |
||||||
|
{ label: 'Foundation', url: 'http://foundation.zurb.com/', target: '_top' }, |
||||||
|
{ label: 'CreateJS', url: 'http://createjs.com/', target: '_top' }, |
||||||
|
{ label: 'Velocity.js', url: 'http://julian.com/research/velocity/', target: '_top' }, |
||||||
|
{ label: 'TweenLite', url: 'https://greensock.com/docs/#/HTML5/GSAP/TweenLite/', target: '_top' }, |
||||||
|
{ label: 'jQuery', url: 'https://jquery.com/', target: '_top' }, |
||||||
|
{ label: 'jQuery Rain', url: 'http://www.jqueryrain.com/', target: '_top' }, |
||||||
|
{ label: 'jQuery Plugins', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
|
||||||
|
]; |
||||||
|
|
||||||
|
var settings = { |
||||||
|
|
||||||
|
entries: entries, |
||||||
|
width: 480, |
||||||
|
height: 480, |
||||||
|
radius: '65%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: '#111', |
||||||
|
opacityOver: 1.00, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 6, |
||||||
|
fov: 800, |
||||||
|
speed: 2, |
||||||
|
fontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
fontSize: '15', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold |
||||||
|
fontStyle: 'normal',//italic |
||||||
|
fontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
fontToUpperCase: true, |
||||||
|
tooltipFontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
tooltipFontSize: '11', |
||||||
|
tooltipFontColor: '#fff', |
||||||
|
tooltipFontWeight: 'normal',//bold |
||||||
|
tooltipFontStyle: 'normal',//italic |
||||||
|
tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
tooltipFontToUpperCase: false, |
||||||
|
tooltipTextAnchor: 'left', |
||||||
|
tooltipDiffX: 0, |
||||||
|
tooltipDiffY: 10 |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//var svg3DTagCloud = new SVG3DTagCloud( document.getElementById( 'holder' ), settings ); |
||||||
|
$( '#holder' ).svg3DTagCloud( settings ); |
||||||
|
|
||||||
|
} ); |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
|
||||||
|
<div id='holder'></div> |
||||||
|
|
||||||
|
</body> |
||||||
@ -0,0 +1,140 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
|
||||||
|
<head> |
||||||
|
|
||||||
|
<meta charset='utf-8'> |
||||||
|
<title>SVG3DTagCloud - Example 2</title> |
||||||
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script> |
||||||
|
<script src='js/jquery.svg3dtagcloud.min.js'></script> |
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
||||||
|
|
||||||
|
<style type='text/css'> |
||||||
|
|
||||||
|
html, body, div, span, applet, object, iframe, |
||||||
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
||||||
|
a, abbr, acronym, address, big, cite, code, |
||||||
|
del, dfn, em, font, img, ins, kbd, q, s, samp, |
||||||
|
small, strike, strong, sub, sup, tt, var, |
||||||
|
b, u, i, center, |
||||||
|
dl, dt, dd, ol, ul, li, |
||||||
|
fieldset, form, label, legend, |
||||||
|
table, caption, tbody, tfoot, thead, tr, th, td { |
||||||
|
margin: 0; |
||||||
|
padding: 0; |
||||||
|
border: 0; |
||||||
|
outline: 0; |
||||||
|
font-size: 100%; |
||||||
|
vertical-align: baseline; |
||||||
|
background: transparent; |
||||||
|
box-sizing: border-box; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
overflow: hidden; |
||||||
|
background-color: #000; |
||||||
|
} |
||||||
|
|
||||||
|
</style> |
||||||
|
|
||||||
|
<script> |
||||||
|
|
||||||
|
$( document ).ready( function() { |
||||||
|
|
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ image: './img/Basket.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Briefcase.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Brush.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Calendar.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Camera.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Cassette.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Clock.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Cloud_Download.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Cloud_Upload.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Coffee.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Comments.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Credit_Card.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Diary.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Document.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Envelope.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Eraser.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/File_Browser.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Games.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Headphones.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Heart.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Home.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/ID.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/iPod.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Key.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Location.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Location_Map.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Map.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Megaphone.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Message.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Microphone.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Mobile.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Money.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Padlock.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Pencil.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Photo.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Polaroid.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Printer.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Record.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Save.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Scissors.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Spanner.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Toolbox.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' }, |
||||||
|
{ image: './img/Umbrella.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top' } |
||||||
|
|
||||||
|
]; |
||||||
|
|
||||||
|
var settings = { |
||||||
|
|
||||||
|
entries: entries, |
||||||
|
width: 480, |
||||||
|
height: 480, |
||||||
|
radius: '65%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: '#111', |
||||||
|
opacityOver: 1.00, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 6, |
||||||
|
fov: 800, |
||||||
|
speed: 2, |
||||||
|
fontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
fontSize: '15', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold |
||||||
|
fontStyle: 'normal',//italic |
||||||
|
fontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
fontToUpperCase: true, |
||||||
|
tooltipFontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
tooltipFontSize: '11', |
||||||
|
tooltipFontColor: '#fff', |
||||||
|
tooltipFontWeight: 'normal',//bold |
||||||
|
tooltipFontStyle: 'normal',//italic |
||||||
|
tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
tooltipFontToUpperCase: false, |
||||||
|
tooltipTextAnchor: 'left', |
||||||
|
tooltipDiffX: 0, |
||||||
|
tooltipDiffY: 10 |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//var svg3DTagCloud = new SVG3DTagCloud( document.getElementById( 'holder' ), settings ); |
||||||
|
$( '#holder' ).svg3DTagCloud( settings ); |
||||||
|
|
||||||
|
} ); |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
|
||||||
|
<div id='holder'></div> |
||||||
|
|
||||||
|
</body> |
||||||
@ -0,0 +1,140 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
|
||||||
|
<head> |
||||||
|
|
||||||
|
<meta charset='utf-8'> |
||||||
|
<title>SVG3DTagCloud - Example 3</title> |
||||||
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script> |
||||||
|
<script src='js/jquery.svg3dtagcloud.min.js'></script> |
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
||||||
|
|
||||||
|
<style type='text/css'> |
||||||
|
|
||||||
|
html, body, div, span, applet, object, iframe, |
||||||
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
||||||
|
a, abbr, acronym, address, big, cite, code, |
||||||
|
del, dfn, em, font, img, ins, kbd, q, s, samp, |
||||||
|
small, strike, strong, sub, sup, tt, var, |
||||||
|
b, u, i, center, |
||||||
|
dl, dt, dd, ol, ul, li, |
||||||
|
fieldset, form, label, legend, |
||||||
|
table, caption, tbody, tfoot, thead, tr, th, td { |
||||||
|
margin: 0; |
||||||
|
padding: 0; |
||||||
|
border: 0; |
||||||
|
outline: 0; |
||||||
|
font-size: 100%; |
||||||
|
vertical-align: baseline; |
||||||
|
background: transparent; |
||||||
|
box-sizing: border-box; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
overflow: hidden; |
||||||
|
background-color: #000; |
||||||
|
} |
||||||
|
|
||||||
|
</style> |
||||||
|
|
||||||
|
<script> |
||||||
|
|
||||||
|
$( document ).ready( function() { |
||||||
|
|
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ image: './img/Basket.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Lorem ipsum' }, |
||||||
|
{ image: './img/Briefcase.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Dolor sit amet' }, |
||||||
|
{ image: './img/Brush.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Consetetur sadipscing' }, |
||||||
|
{ image: './img/Calendar.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Sed diam' }, |
||||||
|
{ image: './img/Camera.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'At vero' }, |
||||||
|
{ image: './img/Cassette.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Nonumy eirmod' }, |
||||||
|
{ image: './img/Clock.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Stet clita' }, |
||||||
|
{ image: './img/Cloud_Download.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Justo duo' }, |
||||||
|
{ image: './img/Cloud_Upload.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Ut wisi enim' }, |
||||||
|
{ image: './img/Coffee.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Minim veniam' }, |
||||||
|
{ image: './img/Comments.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Quis nostrud' }, |
||||||
|
{ image: './img/Credit_Card.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Exerci tation' }, |
||||||
|
{ image: './img/Diary.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Duis autem' }, |
||||||
|
{ image: './img/Document.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Vel eum iriure' }, |
||||||
|
{ image: './img/Envelope.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Dolor in hendrerit' }, |
||||||
|
{ image: './img/Eraser.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'In vulputate' }, |
||||||
|
{ image: './img/File_Browser.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Velit esse' }, |
||||||
|
{ image: './img/Games.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Molestie consequat' }, |
||||||
|
{ image: './img/Headphones.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Vel illum' }, |
||||||
|
{ image: './img/Heart.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Dolore eu' }, |
||||||
|
{ image: './img/Home.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Feugiat nulla' }, |
||||||
|
{ image: './img/ID.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Facilisis at vero' }, |
||||||
|
{ image: './img/iPod.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Eros et accumsa' }, |
||||||
|
{ image: './img/Key.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Et iusto odio' }, |
||||||
|
{ image: './img/Location.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Dignissim qui' }, |
||||||
|
{ image: './img/Location_Map.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Blandit praesent' }, |
||||||
|
{ image: './img/Map.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Nam liber' }, |
||||||
|
{ image: './img/Megaphone.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Soluta nobis' }, |
||||||
|
{ image: './img/Message.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Magna aliquam' }, |
||||||
|
{ image: './img/Microphone.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Duis autem' }, |
||||||
|
{ image: './img/Mobile.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Lori novis' }, |
||||||
|
{ image: './img/Money.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Meno eqiam' }, |
||||||
|
{ image: './img/Padlock.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Meno equox' }, |
||||||
|
{ image: './img/Pencil.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Iri orem' }, |
||||||
|
{ image: './img/Photo.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Orel pas' }, |
||||||
|
{ image: './img/Polaroid.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Psi sit' }, |
||||||
|
{ image: './img/Printer.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Amet et quam' }, |
||||||
|
{ image: './img/Record.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Molare cons' }, |
||||||
|
{ image: './img/Save.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Digi tal' }, |
||||||
|
{ image: './img/Scissors.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Felenope liber' }, |
||||||
|
{ image: './img/Spanner.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Officia dolor' }, |
||||||
|
{ image: './img/Toolbox.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Autem insto' }, |
||||||
|
{ image: './img/Umbrella.png', width: '50', height: '50', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'Veniam isictus' } |
||||||
|
|
||||||
|
]; |
||||||
|
|
||||||
|
var settings = { |
||||||
|
|
||||||
|
entries: entries, |
||||||
|
width: 480, |
||||||
|
height: 480, |
||||||
|
radius: '65%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: '#111', |
||||||
|
opacityOver: 1.00, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 6, |
||||||
|
fov: 800, |
||||||
|
speed: 2, |
||||||
|
fontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
fontSize: '15', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold |
||||||
|
fontStyle: 'normal',//italic |
||||||
|
fontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
fontToUpperCase: true, |
||||||
|
tooltipFontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
tooltipFontSize: '11', |
||||||
|
tooltipFontColor: '#fff', |
||||||
|
tooltipFontWeight: 'normal',//bold |
||||||
|
tooltipFontStyle: 'normal',//italic |
||||||
|
tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
tooltipFontToUpperCase: false, |
||||||
|
tooltipTextAnchor: 'left', |
||||||
|
tooltipDiffX: 0, |
||||||
|
tooltipDiffY: 10 |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//var svg3DTagCloud = new SVG3DTagCloud( document.getElementById( 'holder' ), settings ); |
||||||
|
$( '#holder' ).svg3DTagCloud( settings ); |
||||||
|
|
||||||
|
} ); |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
|
||||||
|
<div id='holder'></div> |
||||||
|
|
||||||
|
</body> |
||||||
@ -0,0 +1,125 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
|
||||||
|
<head> |
||||||
|
|
||||||
|
<meta charset='utf-8'> |
||||||
|
<title>SVG3DTagCloud - Example 4</title> |
||||||
|
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js'></script> |
||||||
|
<script src='js/jquery.svg3dtagcloud.min.js'></script> |
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
||||||
|
|
||||||
|
<style type='text/css'> |
||||||
|
|
||||||
|
html, body, div, span, applet, object, iframe, |
||||||
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
||||||
|
a, abbr, acronym, address, big, cite, code, |
||||||
|
del, dfn, em, font, img, ins, kbd, q, s, samp, |
||||||
|
small, strike, strong, sub, sup, tt, var, |
||||||
|
b, u, i, center, |
||||||
|
dl, dt, dd, ol, ul, li, |
||||||
|
fieldset, form, label, legend, |
||||||
|
table, caption, tbody, tfoot, thead, tr, th, td { |
||||||
|
margin: 0; |
||||||
|
padding: 0; |
||||||
|
border: 0; |
||||||
|
outline: 0; |
||||||
|
font-size: 100%; |
||||||
|
vertical-align: baseline; |
||||||
|
background: transparent; |
||||||
|
box-sizing: border-box; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
overflow: hidden; |
||||||
|
background-color: #000; |
||||||
|
} |
||||||
|
|
||||||
|
</style> |
||||||
|
|
||||||
|
<script> |
||||||
|
|
||||||
|
$( document ).ready( function() { |
||||||
|
|
||||||
|
var entries = [ |
||||||
|
|
||||||
|
{ label: 'Dev Blog', url: 'http://niklasknaack.blogspot.de/', target: '_top', tooltip: 'Lorem ipsum' }, |
||||||
|
{ label: 'Flashforum', url: 'http://www.flashforum.de/', target: '_top', tooltip: 'Dolor sit amet' }, |
||||||
|
{ label: 'jQueryScript.net', url: 'http://www.jqueryscript.net/', target: '_top', tooltip: 'Consetetur sadipscing' }, |
||||||
|
{ label: 'Javascript-Forum', url: 'http://forum.jswelt.de/', target: '_top', tooltip: 'Sed diam' }, |
||||||
|
{ label: 'JSFiddle', url: 'https://jsfiddle.net/user/NiklasKnaack/fiddles/', target: '_top' }, |
||||||
|
{ label: 'CodePen', url: 'http://codepen.io/', target: '_top', tooltip: 'At vero' }, |
||||||
|
{ label: 'three.js', url: 'http://threejs.org/', target: '_top', tooltip: 'Nonumy eirmod' }, |
||||||
|
{ label: 'WebGLStudio.js', url: 'http://webglstudio.org/', target: '_top', tooltip: 'Stet clita' }, |
||||||
|
{ label: 'JS Compress', url: 'http://jscompress.com/', target: '_top', tooltip: 'Justo duo' }, |
||||||
|
{ label: 'TinyPNG', url: 'https://tinypng.com/', target: '_top', tooltip: 'Ut wisi enim' }, |
||||||
|
{ label: 'Can I Use', url: 'http://caniuse.com/', target: '_top', tooltip: 'Minim veniam' }, |
||||||
|
{ label: 'URL shortener', url: 'https://goo.gl/', target: '_top', tooltip: 'Quis nostrud' }, |
||||||
|
{ label: 'HTML Encoder', url: 'http://www.opinionatedgeek.com/DotNet/Tools/HTMLEncode/Encode.aspx', target: '_top' }, |
||||||
|
{ label: 'Twitter', url: 'https://twitter.com/niklaswebdev', target: '_top', tooltip: 'Veniam isictus' }, |
||||||
|
{ label: 'deviantART', url: 'http://nkunited.deviantart.com/', target: '_top', tooltip: 'Autem insto' }, |
||||||
|
{ label: 'Gulp', url: 'http://gulpjs.com/', target: '_top', tooltip: 'Officia dolor' }, |
||||||
|
{ label: 'Browsersync', url: 'https://www.browsersync.io/', target: '_top', tooltip: 'Digi tal' }, |
||||||
|
{ label: 'GitHub', url: 'https://github.com/', target: '_top', tooltip: 'Amet et quam' }, |
||||||
|
{ label: 'Shadertoy', url: 'https://www.shadertoy.com/', target: '_top', tooltip: 'Meno equox' }, |
||||||
|
{ label: 'Starling', url: 'http://gamua.com/starling/', target: '_top', tooltip: 'Duis autem' }, |
||||||
|
{ label: 'jsPerf', url: 'http://jsperf.com/', target: '_top', tooltip: 'Soluta nobis' }, |
||||||
|
{ label: 'Foundation', url: 'http://foundation.zurb.com/', target: '_top', tooltip: 'Blandit praesent' }, |
||||||
|
{ label: 'CreateJS', url: 'http://createjs.com/', target: '_top', tooltip: 'Dignissim qui' }, |
||||||
|
{ label: 'Velocity.js', url: 'http://julian.com/research/velocity/', target: '_top', tooltip: 'Et iusto odio' }, |
||||||
|
{ label: 'TweenLite', url: 'https://greensock.com/docs/#/HTML5/GSAP/TweenLite/', target: '_top', tooltip: 'Facilisis at vero' }, |
||||||
|
{ label: 'jQuery', url: 'https://jquery.com/', target: '_top', tooltip: 'Dolore eu' }, |
||||||
|
{ label: 'jQuery Rain', url: 'http://www.jqueryrain.com/', target: '_top', tooltip: 'In vulputate' }, |
||||||
|
{ label: 'jQuery Plugins', url: 'http://jquery-plugins.net/', target: '_top', tooltip: 'In vulputate' } |
||||||
|
|
||||||
|
]; |
||||||
|
|
||||||
|
var settings = { |
||||||
|
|
||||||
|
entries: entries, |
||||||
|
width: 480, |
||||||
|
height: 480, |
||||||
|
radius: '65%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: '#111', |
||||||
|
opacityOver: 1.00, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 6, |
||||||
|
fov: 800, |
||||||
|
speed: 2, |
||||||
|
fontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
fontSize: '15', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold |
||||||
|
fontStyle: 'normal',//italic |
||||||
|
fontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
fontToUpperCase: true, |
||||||
|
tooltipFontFamily: 'Oswald, Arial, sans-serif', |
||||||
|
tooltipFontSize: '11', |
||||||
|
tooltipFontColor: '#fff', |
||||||
|
tooltipFontWeight: 'normal',//bold |
||||||
|
tooltipFontStyle: 'normal',//italic |
||||||
|
tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded |
||||||
|
tooltipFontToUpperCase: false, |
||||||
|
tooltipTextAnchor: 'middle', |
||||||
|
tooltipDiffX: 0, |
||||||
|
tooltipDiffY: 20 |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//var svg3DTagCloud = new SVG3DTagCloud( document.getElementById( 'holder' ), settings ); |
||||||
|
$( '#holder' ).svg3DTagCloud( settings ); |
||||||
|
|
||||||
|
} ); |
||||||
|
|
||||||
|
</script> |
||||||
|
|
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
|
||||||
|
<div id='holder'></div> |
||||||
|
|
||||||
|
</body> |
||||||
@ -0,0 +1,667 @@ |
|||||||
|
/* |
||||||
|
Copyright (c) 2017 Niklas Knaack |
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy |
||||||
|
of this software and associated documentation files (the "Software"), to deal |
||||||
|
in the Software without restriction, including without limitation the rights |
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||||
|
copies of the Software, and to permit persons to whom the Software is |
||||||
|
furnished to do so, subject to the following conditions: |
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in |
||||||
|
all copies or substantial portions of the Software. |
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
||||||
|
THE SOFTWARE. |
||||||
|
*/ |
||||||
|
|
||||||
|
( function() { |
||||||
|
|
||||||
|
function SVG3DTagCloud( element, params ) { |
||||||
|
|
||||||
|
var settings = { |
||||||
|
|
||||||
|
entries: [], |
||||||
|
width: 480, |
||||||
|
height: 480, |
||||||
|
radius: '70%', |
||||||
|
radiusMin: 75, |
||||||
|
bgDraw: true, |
||||||
|
bgColor: '#000', |
||||||
|
opacityOver: 1.00, |
||||||
|
opacityOut: 0.05, |
||||||
|
opacitySpeed: 6, |
||||||
|
fov: 800, |
||||||
|
speed: 2, |
||||||
|
fontFamily: 'Arial, sans-serif', |
||||||
|
fontSize: '15', |
||||||
|
hoverFontSize:'25', |
||||||
|
fontColor: '#fff', |
||||||
|
fontWeight: 'normal',//bold
|
||||||
|
fontStyle: 'normal',//italic
|
||||||
|
fontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded
|
||||||
|
fontToUpperCase: false, |
||||||
|
tooltipFontFamily: 'Arial, sans-serif', |
||||||
|
tooltipFontSize: '15', |
||||||
|
tooltipFontColor: '#fff', |
||||||
|
tooltipFontWeight: 'normal',//bold
|
||||||
|
tooltipFontStyle: 'normal',//italic
|
||||||
|
tooltipFontStretch: 'normal',//wider, narrower, ultra-condensed, extra-condensed, condensed, semi-condensed, semi-expanded, expanded, extra-expanded, ultra-expanded
|
||||||
|
tooltipFontToUpperCase: false, |
||||||
|
tooltipTextAnchor: 'left', |
||||||
|
tooltipDiffX: 0, |
||||||
|
tooltipDiffY: 10 |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
if ( params !== undefined ) |
||||||
|
for ( var prop in params ) |
||||||
|
if ( params.hasOwnProperty( prop ) && settings.hasOwnProperty( prop ) ) |
||||||
|
settings[ prop ] = params[ prop ]; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
if ( !settings.entries.length ) |
||||||
|
return false; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
var entryHolder = []; |
||||||
|
var tooltip; |
||||||
|
|
||||||
|
var radius; |
||||||
|
var diameter; |
||||||
|
|
||||||
|
var mouseReact = true; |
||||||
|
var mousePos = { x: 0, y: 0 }; |
||||||
|
|
||||||
|
var center2D; |
||||||
|
var center3D = { x: 0, y: 0, z: 0 }; |
||||||
|
|
||||||
|
var speed = { x: 0, y: 0 }; |
||||||
|
|
||||||
|
var position = { sx: 0, cx: 0, sy: 0, cy: 0 }; |
||||||
|
|
||||||
|
var MATHPI180 = Math.PI / 180; |
||||||
|
|
||||||
|
var svg; |
||||||
|
var svgNS = 'http://www.w3.org/2000/svg'; |
||||||
|
|
||||||
|
var bg; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
function init() { |
||||||
|
|
||||||
|
svg = document.createElementNS( svgNS, 'svg' ); |
||||||
|
svg.addEventListener( 'mousemove', mouseMoveHandler ); |
||||||
|
|
||||||
|
element.appendChild( svg ); |
||||||
|
|
||||||
|
if ( settings.bgDraw ) { |
||||||
|
|
||||||
|
bg = document.createElementNS( svgNS, 'rect' ); |
||||||
|
bg.setAttribute( 'x', 0 ); |
||||||
|
bg.setAttribute( 'y', 0 ); |
||||||
|
bg.setAttribute( 'fill', settings.bgColor ); |
||||||
|
|
||||||
|
svg.appendChild( bg ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
addEntries(); |
||||||
|
reInit(); |
||||||
|
animloop(); |
||||||
|
//---
|
||||||
|
|
||||||
|
window.addEventListener( 'resize', resizeHandler ); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function reInit() { |
||||||
|
|
||||||
|
var windowWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; |
||||||
|
var windowHeight = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; |
||||||
|
|
||||||
|
var svgWidth = windowWidth; |
||||||
|
var svgHeight = windowHeight; |
||||||
|
|
||||||
|
if ( settings.width.toString().indexOf( '%' ) > 0 || settings.height.toString().indexOf( '%' ) > 0 ) { |
||||||
|
|
||||||
|
svgWidth = Math.round( element.offsetWidth / 100 * parseInt( settings.width ) ); |
||||||
|
svgHeight = Math.round( svgWidth / 100 * parseInt( settings.height ) ); |
||||||
|
|
||||||
|
} else { |
||||||
|
|
||||||
|
svgWidth = parseInt( settings.width ); |
||||||
|
svgHeight = parseInt( settings.height ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
if ( windowWidth <= svgWidth ) |
||||||
|
svgWidth = windowWidth; |
||||||
|
|
||||||
|
if ( windowHeight <= svgHeight ) |
||||||
|
svgHeight = windowHeight; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
center2D = { x: svgWidth / 2, y: svgHeight / 2 }; |
||||||
|
|
||||||
|
speed.x = settings.speed / center2D.x; |
||||||
|
speed.y = settings.speed / center2D.y; |
||||||
|
|
||||||
|
if ( svgWidth >= svgHeight ) |
||||||
|
diameter = svgHeight / 100 * parseInt( settings.radius ); |
||||||
|
else |
||||||
|
diameter = svgWidth / 100 * parseInt( settings.radius ); |
||||||
|
|
||||||
|
if ( diameter < 1 ) |
||||||
|
diameter = 1; |
||||||
|
|
||||||
|
radius = diameter / 2; |
||||||
|
|
||||||
|
if ( radius < settings.radiusMin ) { |
||||||
|
|
||||||
|
radius = settings.radiusMin; |
||||||
|
diameter = radius * 2; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
svg.setAttribute( 'width', svgWidth ); |
||||||
|
svg.setAttribute( 'height', svgHeight ); |
||||||
|
|
||||||
|
if ( settings.bgDraw ) { |
||||||
|
|
||||||
|
bg.setAttribute( 'width', svgWidth ); |
||||||
|
bg.setAttribute( 'height', svgHeight ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
setEntryPositions( radius ); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
function setEntryPositions( radius ) { |
||||||
|
|
||||||
|
for ( var i = 0, l = entryHolder.length; i < l; i++ ) { |
||||||
|
|
||||||
|
setEntryPosition( entryHolder[ i ], radius ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function setEntryPosition( entry, radius ) { |
||||||
|
|
||||||
|
var dx = entry.vectorPosition.x - center3D.x; |
||||||
|
var dy = entry.vectorPosition.y - center3D.y; |
||||||
|
var dz = entry.vectorPosition.z - center3D.z; |
||||||
|
|
||||||
|
var length = Math.sqrt( dx * dx + dy * dy + dz * dz ); |
||||||
|
|
||||||
|
entry.vectorPosition.x /= length; |
||||||
|
entry.vectorPosition.y /= length; |
||||||
|
entry.vectorPosition.z /= length; |
||||||
|
|
||||||
|
entry.vectorPosition.x *= radius; |
||||||
|
entry.vectorPosition.y *= radius; |
||||||
|
entry.vectorPosition.z *= radius; |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function addEntry( index, entryObj, x, y, z ) { |
||||||
|
|
||||||
|
var entry = {}; |
||||||
|
|
||||||
|
if ( typeof entryObj.label != 'undefined' ) { |
||||||
|
|
||||||
|
entry.element = document.createElementNS( svgNS, 'text' ); |
||||||
|
entry.element.setAttribute( 'x', 0 ); |
||||||
|
entry.element.setAttribute( 'y', 0 ); |
||||||
|
entry.element.setAttribute( 'fill', settings.fontColor ); |
||||||
|
entry.element.setAttribute( 'font-family', settings.fontFamily ); |
||||||
|
entry.element.setAttribute( 'font-size', settings.fontSize ); |
||||||
|
entry.element.setAttribute( 'font-weight', settings.fontWeight ); |
||||||
|
entry.element.setAttribute( 'font-style', settings.fontStyle ); |
||||||
|
entry.element.setAttribute( 'font-stretch', settings.fontStretch ); |
||||||
|
entry.element.setAttribute( 'text-anchor', 'middle' ); |
||||||
|
entry.element.textContent = settings.fontToUpperCase ? entryObj.label.toUpperCase() : entryObj.label; |
||||||
|
|
||||||
|
} else if ( typeof entryObj.image != 'undefined' ) { |
||||||
|
|
||||||
|
entry.element = document.createElementNS( svgNS, 'image' ); |
||||||
|
entry.element.setAttribute( 'x', 0 ); |
||||||
|
entry.element.setAttribute( 'y', 0 ); |
||||||
|
entry.element.setAttribute( 'width', entryObj.width ); |
||||||
|
entry.element.setAttribute( 'height', entryObj.height ); |
||||||
|
entry.element.setAttribute( 'id', 'image_' + index ); |
||||||
|
entry.element.setAttributeNS( 'http://www.w3.org/1999/xlink','href', entryObj.image ); |
||||||
|
|
||||||
|
entry.diffX = entryObj.width / 2; |
||||||
|
entry.diffY = entryObj.height / 2; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
entry.link = document.createElementNS( svgNS, 'a' ); |
||||||
|
entry.link.setAttributeNS( 'http://www.w3.org/1999/xlink', 'xlink:href', entryObj.url ); |
||||||
|
entry.link.setAttribute( 'target', entryObj.target ); |
||||||
|
// entry.link.addEventListener( 'mouseover', mouseOverHandler, true );
|
||||||
|
// entry.link.addEventListener( 'mouseout', mouseOutHandler, true );
|
||||||
|
entry.link.appendChild( entry.element ); |
||||||
|
|
||||||
|
if ( typeof entryObj.tooltip != 'undefined' ) { |
||||||
|
|
||||||
|
entry.tooltip = true; |
||||||
|
entry.tooltipLabel = settings.tooltipFontToUpperCase ? entryObj.tooltip.toUpperCase() : entryObj.tooltip;; |
||||||
|
|
||||||
|
} else { |
||||||
|
|
||||||
|
entry.tooltip = false; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
entry.index = index; |
||||||
|
entry.mouseOver = false; |
||||||
|
|
||||||
|
entry.vectorPosition = { x:x, y:y, z:z }; |
||||||
|
entry.vector2D = { x:0, y:0 }; |
||||||
|
|
||||||
|
svg.appendChild( entry.link ); |
||||||
|
|
||||||
|
return entry; |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function addEntries() { |
||||||
|
|
||||||
|
var tooltip = false; |
||||||
|
|
||||||
|
for ( var i = 1, l = settings.entries.length + 1; i < l; i++ ) { |
||||||
|
|
||||||
|
var phi = Math.acos( -1 + ( 2 * i ) / l ); |
||||||
|
var theta = Math.sqrt( l * Math.PI ) * phi; |
||||||
|
|
||||||
|
var x = Math.cos( theta ) * Math.sin( phi ); |
||||||
|
var y = Math.sin( theta ) * Math.sin( phi ); |
||||||
|
var z = Math.cos( phi ); |
||||||
|
|
||||||
|
var entry = addEntry( i - 1, settings.entries[ i - 1 ], x, y, z ); |
||||||
|
|
||||||
|
entryHolder.push( entry ); |
||||||
|
|
||||||
|
if ( typeof settings.entries[ i - 1 ].tooltip != 'undefined' ) { |
||||||
|
|
||||||
|
tooltip = true; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
if ( tooltip ) { |
||||||
|
|
||||||
|
addTooltip(); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function addTooltip() { |
||||||
|
|
||||||
|
tooltip = document.createElementNS( svgNS, 'text' ); |
||||||
|
tooltip.setAttribute( 'x', 0 ); |
||||||
|
tooltip.setAttribute( 'y', 0 ); |
||||||
|
tooltip.setAttribute( 'fill', settings.tooltipFontColor ); |
||||||
|
tooltip.setAttribute( 'font-family', settings.tooltipFontFamily ); |
||||||
|
tooltip.setAttribute( 'font-size', settings.tooltipFontSize ); |
||||||
|
tooltip.setAttribute( 'font-weight', settings.tooltipFontWeight ); |
||||||
|
tooltip.setAttribute( 'font-style', settings.tooltipFontStyle ); |
||||||
|
tooltip.setAttribute( 'font-stretch', settings.tooltipFontStretch ); |
||||||
|
tooltip.setAttribute( 'text-anchor', settings.tooltipTextAnchor ); |
||||||
|
tooltip.textContent = ''; |
||||||
|
|
||||||
|
svg.appendChild( tooltip ); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function getEntryByElement( element ) { |
||||||
|
|
||||||
|
for ( var i = 0, l = entryHolder.length; i < l; i++ ) { |
||||||
|
|
||||||
|
var entry = entryHolder[ i ]; |
||||||
|
|
||||||
|
if ( entry.element.getAttribute( 'x' ) === element.getAttribute( 'x' ) && |
||||||
|
entry.element.getAttribute( 'y' ) === element.getAttribute( 'y' ) ) { |
||||||
|
|
||||||
|
return entry; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
return; |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function highlightEntry( entry ) { |
||||||
|
// debugger
|
||||||
|
for ( var i = 0, l = entryHolder.length; i < l; i++ ) { |
||||||
|
|
||||||
|
var e = entryHolder[ i ]; |
||||||
|
|
||||||
|
if ( e.index === entry.index ) { |
||||||
|
|
||||||
|
e.mouseOver = true; |
||||||
|
|
||||||
|
} else { |
||||||
|
|
||||||
|
e.mouseOver = false; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
function showTooltip( entry ) { |
||||||
|
|
||||||
|
if ( entry.tooltip ) { |
||||||
|
|
||||||
|
tooltip.setAttribute( 'x', entry.vector2D.x - settings.tooltipDiffX ); |
||||||
|
tooltip.setAttribute( 'y', entry.vector2D.y - settings.tooltipDiffY ); |
||||||
|
|
||||||
|
tooltip.textContent = settings.tooltipFontToUpperCase ? entry.tooltipLabel.toUpperCase() : entry.tooltipLabel; |
||||||
|
|
||||||
|
tooltip.setAttribute( 'opacity', 1.0 ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function hideTooltip( entry ) { |
||||||
|
|
||||||
|
tooltip.setAttribute( 'opacity', 0.0 ); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
function render() { |
||||||
|
|
||||||
|
var fx = speed.x * mousePos.x - settings.speed; |
||||||
|
var fy = settings.speed - speed.y * mousePos.y; |
||||||
|
|
||||||
|
var angleX = fx * MATHPI180; |
||||||
|
var angleY = fy * MATHPI180; |
||||||
|
|
||||||
|
position.sx = Math.sin( angleX ); |
||||||
|
position.cx = Math.cos( angleX ); |
||||||
|
position.sy = Math.sin( angleY ); |
||||||
|
position.cy = Math.cos( angleY ); |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
for ( var i = 0, l = entryHolder.length; i < l; i++ ) { |
||||||
|
|
||||||
|
var entry = entryHolder[ i ]; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
if ( mouseReact ) { |
||||||
|
|
||||||
|
var rx = entry.vectorPosition.x; |
||||||
|
var rz = entry.vectorPosition.y * position.sy + entry.vectorPosition.z * position.cy; |
||||||
|
|
||||||
|
entry.vectorPosition.x = rx * position.cx + rz * position.sx; |
||||||
|
entry.vectorPosition.y = entry.vectorPosition.y * position.cy + entry.vectorPosition.z * -position.sy; |
||||||
|
entry.vectorPosition.z = rx * -position.sx + rz * position.cx; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
var scale = settings.fov / ( settings.fov + entry.vectorPosition.z ); |
||||||
|
|
||||||
|
entry.vector2D.x = entry.vectorPosition.x * scale + center2D.x; |
||||||
|
entry.vector2D.y = entry.vectorPosition.y * scale + center2D.y; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
if ( entry.diffX && entry.diffY ) { |
||||||
|
|
||||||
|
entry.vector2D.x -= entry.diffX; |
||||||
|
entry.vector2D.y -= entry.diffY; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
entry.element.setAttribute( 'x', entry.vector2D.x ); |
||||||
|
entry.element.setAttribute( 'y', entry.vector2D.y ); |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
var opacity,fontSize = settings.fontSize; |
||||||
|
if ( mouseReact ) { |
||||||
|
|
||||||
|
opacity = ( radius - entry.vectorPosition.z ) / diameter; |
||||||
|
|
||||||
|
if ( opacity < settings.opacityOut ) { |
||||||
|
|
||||||
|
opacity = settings.opacityOut; |
||||||
|
|
||||||
|
} |
||||||
|
fontSize = settings.fontSize; |
||||||
|
|
||||||
|
} else { |
||||||
|
opacity = parseFloat( entry.element.getAttribute( 'opacity' ) ); |
||||||
|
fontSize = parseFloat( entry.element.getAttribute( 'font-size' ) ); |
||||||
|
if ( entry.mouseOver ) { |
||||||
|
opacity += ( settings.opacityOver - opacity ) / settings.opacitySpeed; |
||||||
|
fontSize = settings.hoverFontSize; |
||||||
|
} else { |
||||||
|
opacity += ( settings.opacityOut - opacity ) / settings.opacitySpeed; |
||||||
|
fontSize = settings.fontSize; |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
entry.element.setAttribute( 'font-size', fontSize); |
||||||
|
entry.element.setAttribute( 'opacity', opacity ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
entryHolder = entryHolder.sort( function( a, b ) { |
||||||
|
|
||||||
|
return ( b.vectorPosition.z - a.vectorPosition.z ); |
||||||
|
|
||||||
|
} ); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
window.requestAnimFrame = ( function() { |
||||||
|
|
||||||
|
return window.requestAnimationFrame || |
||||||
|
window.webkitRequestAnimationFrame || |
||||||
|
window.mozRequestAnimationFrame || |
||||||
|
function( callback ) { |
||||||
|
window.setTimeout( callback, 1000 / 60 ); |
||||||
|
}; |
||||||
|
|
||||||
|
} )(); |
||||||
|
|
||||||
|
function animloop() { |
||||||
|
|
||||||
|
requestAnimFrame( animloop ); |
||||||
|
|
||||||
|
render(); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
function mouseOverHandler( event ) { |
||||||
|
|
||||||
|
mouseReact = false; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
var entry = getEntryByElement( event.target ); |
||||||
|
console.log(entry) |
||||||
|
|
||||||
|
highlightEntry( entry ); |
||||||
|
|
||||||
|
if ( entry.tooltip ) { |
||||||
|
|
||||||
|
showTooltip( entry ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function mouseOutHandler( event ) { |
||||||
|
|
||||||
|
mouseReact = true; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
var entry = getEntryByElement( event.target ); |
||||||
|
|
||||||
|
if ( entry.tooltip ) { |
||||||
|
|
||||||
|
hideTooltip( entry ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
function mouseMoveHandler( event ) { |
||||||
|
|
||||||
|
mousePos = getMousePos( svg, event ); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
function getMousePos( svg, event ) { |
||||||
|
|
||||||
|
var rect = svg.getBoundingClientRect(); |
||||||
|
|
||||||
|
return { |
||||||
|
|
||||||
|
x: event.clientX - rect.left, |
||||||
|
y: event.clientY - rect.top |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
function resizeHandler( event ) { |
||||||
|
reInit(); |
||||||
|
}; |
||||||
|
|
||||||
|
//---
|
||||||
|
|
||||||
|
init(); |
||||||
|
|
||||||
|
function choseToOverState( entry ) { |
||||||
|
// debugger
|
||||||
|
for ( var i = 0, l = entryHolder.length; i < l; i++ ) { |
||||||
|
|
||||||
|
var e = entryHolder[ i ]; |
||||||
|
|
||||||
|
if ( e.index === entry.index ) { |
||||||
|
e.mouseOver = true; |
||||||
|
} |
||||||
|
} |
||||||
|
}; |
||||||
|
function resetToNotOver() { |
||||||
|
for ( var i = 0, l = entryHolder.length; i < l; i++ ) { |
||||||
|
var e = entryHolder[ i ]; |
||||||
|
e.mouseOver = false; |
||||||
|
} |
||||||
|
mouseReact = true; |
||||||
|
} |
||||||
|
|
||||||
|
this.speed = function (sp) { |
||||||
|
console.log(settings); |
||||||
|
settings.speed=sp; |
||||||
|
} |
||||||
|
this.chose = function (target) { |
||||||
|
// var entry = getEntryByElement(target);
|
||||||
|
mouseReact = false; |
||||||
|
target.forEach(function(val){ |
||||||
|
choseToOverState(val); |
||||||
|
}) |
||||||
|
} |
||||||
|
this.reset = function () { |
||||||
|
resetToNotOver(); |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
window.SVG3DTagCloud = SVG3DTagCloud; |
||||||
|
|
||||||
|
} () ); |
||||||
|
|
||||||
|
if ( typeof jQuery !== 'undefined' ) { |
||||||
|
|
||||||
|
( function( $ ) { |
||||||
|
|
||||||
|
$.fn.svg3DTagCloud = function( params ) { |
||||||
|
|
||||||
|
var args = arguments; |
||||||
|
|
||||||
|
return this.each( function() { |
||||||
|
|
||||||
|
if ( !$.data( this, 'plugin_SVG3DTagCloud' ) ) { |
||||||
|
|
||||||
|
$.data( this, 'plugin_SVG3DTagCloud', new SVG3DTagCloud( this, params ) ); |
||||||
|
|
||||||
|
} else { |
||||||
|
|
||||||
|
var plugin = $.data( this, 'plugin_SVG3DTagCloud' ); |
||||||
|
|
||||||
|
if ( plugin[ params ] ) { |
||||||
|
|
||||||
|
plugin[ params ].apply( this, Array.prototype.slice.call( args, 1 ) ); |
||||||
|
|
||||||
|
} else { |
||||||
|
|
||||||
|
$.error( 'Method ' + params + ' does not exist on jQuery.svg3DTagCloud' ); |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
|
||||||
|
} ); |
||||||
|
|
||||||
|
}; |
||||||
|
|
||||||
|
} ( jQuery ) ); |
||||||
|
|
||||||
|
} |
||||||
@ -0,0 +1,2 @@ |
|||||||
|
/*! layer mobile-v2.0.0 Web弹层组件 MIT License http://layer.layui.com/mobile By 贤心 */ |
||||||
|
;!function(e){"use strict";var t=document,n="querySelectorAll",i="getElementsByClassName",a=function(e){return t[n](e)},s={type:0,shade:!0,shadeClose:!0,fixed:!0,anim:"scale"},l={extend:function(e){var t=JSON.parse(JSON.stringify(s));for(var n in e)t[n]=e[n];return t},timer:{},end:{}};l.touch=function(e,t){e.addEventListener("click",function(e){t.call(this,e)},!1)};var r=0,o=["layui-m-layer"],c=function(e){var t=this;t.config=l.extend(e),t.view()};c.prototype.view=function(){var e=this,n=e.config,s=t.createElement("div");e.id=s.id=o[0]+r,s.setAttribute("class",o[0]+" "+o[0]+(n.type||0)),s.setAttribute("index",r);var l=function(){var e="object"==typeof n.title;return n.title?'<h3 style="'+(e?n.title[1]:"")+'">'+(e?n.title[0]:n.title)+"</h3>":""}(),c=function(){"string"==typeof n.btn&&(n.btn=[n.btn]);var e,t=(n.btn||[]).length;return 0!==t&&n.btn?(e='<span yes type="1">'+n.btn[0]+"</span>",2===t&&(e='<span no type="0">'+n.btn[1]+"</span>"+e),'<div class="layui-m-layerbtn">'+e+"</div>"):""}();if(n.fixed||(n.top=n.hasOwnProperty("top")?n.top:100,n.style=n.style||"",n.style+=" top:"+(t.body.scrollTop+n.top)+"px"),2===n.type&&(n.content='<i></i><i class="layui-m-layerload"></i><i></i><p>'+(n.content||"")+"</p>"),n.skin&&(n.anim="up"),"msg"===n.skin&&(n.shade=!1),s.innerHTML=(n.shade?"<div "+("string"==typeof n.shade?'style="'+n.shade+'"':"")+' class="layui-m-layershade"></div>':"")+'<div class="layui-m-layermain" '+(n.fixed?"":'style="position:static;"')+'><div class="layui-m-layersection"><div class="layui-m-layerchild '+(n.skin?"layui-m-layer-"+n.skin+" ":"")+(n.className?n.className:"")+" "+(n.anim?"layui-m-anim-"+n.anim:"")+'" '+(n.style?'style="'+n.style+'"':"")+">"+l+'<div class="layui-m-layercont">'+n.content+"</div>"+c+"</div></div></div>",!n.type||2===n.type){var d=t[i](o[0]+n.type),y=d.length;y>=1&&layer.close(d[0].getAttribute("index"))}document.body.appendChild(s);var u=e.elem=a("#"+e.id)[0];n.success&&n.success(u),e.index=r++,e.action(n,u)},c.prototype.action=function(e,t){var n=this;e.time&&(l.timer[n.index]=setTimeout(function(){layer.close(n.index)},1e3*e.time));var a=function(){var t=this.getAttribute("type");0==t?(e.no&&e.no(),layer.close(n.index)):e.yes?e.yes(n.index):layer.close(n.index)};if(e.btn)for(var s=t[i]("layui-m-layerbtn")[0].children,r=s.length,o=0;o<r;o++)l.touch(s[o],a);if(e.shade&&e.shadeClose){var c=t[i]("layui-m-layershade")[0];l.touch(c,function(){layer.close(n.index,e.end)})}e.end&&(l.end[n.index]=e.end)},e.layer={v:"2.0",index:r,open:function(e){var t=new c(e||{});return t.index},close:function(e){var n=a("#"+o[0]+e)[0];n&&(n.innerHTML="",t.body.removeChild(n),clearTimeout(l.timer[e]),delete l.timer[e],"function"==typeof l.end[e]&&l.end[e](),delete l.end[e])},closeAll:function(){for(var e=t[i](o[0]),n=0,a=e.length;n<a;n++)layer.close(0|e[0].getAttribute("index"))}},"function"==typeof define?define(function(){return layer}):function(){var e=document.scripts,n=e[e.length-1],i=n.src,a=i.substring(0,i.lastIndexOf("/")+1);n.getAttribute("merge")||document.head.appendChild(function(){var e=t.createElement("link");return e.href=a+"need/layer.css?2.0",e.type="text/css",e.rel="styleSheet",e.id="layermcss",e}())}()}(window); |
||||||
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 701 B |
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,242 @@ |
|||||||
|
var ALL_USERS = []; |
||||||
|
var ALL_AWARDS = []; |
||||||
|
var g_Interval = 50; |
||||||
|
var g_Timer; // 抽奖程序定时器
|
||||||
|
var g_winner = null; |
||||||
|
var g_award = null; |
||||||
|
var running = false; |
||||||
|
|
||||||
|
//跑马灯音效
|
||||||
|
var runingmic = document.getElementById("runingmic"); |
||||||
|
runingmic.volume = 0.5; |
||||||
|
|
||||||
|
//中奖音效
|
||||||
|
var pausemic = document.getElementById("pausemic"); |
||||||
|
pausemic.volume = 1.0; |
||||||
|
|
||||||
|
UpdateUserList(); // 更新抽奖名单
|
||||||
|
UpdateAwardList(); // 更新奖品列表
|
||||||
|
UpdateWinnerList(); // 更新中奖名单
|
||||||
|
|
||||||
|
|
||||||
|
function beginRndNum(trigger) { |
||||||
|
if (running) { |
||||||
|
running = false; |
||||||
|
runingmic.pause(); // 停止抽奖音乐
|
||||||
|
pausemic.play(); // 播放庆祝音乐
|
||||||
|
clearTimeout(g_Timer); // 停止抽奖滚动条
|
||||||
|
$(trigger).val("开始"); |
||||||
|
$('#ResultNum').css('color', 'red'); |
||||||
|
|
||||||
|
WinAward(g_winner.name, g_award.tag); // 提交中奖名单
|
||||||
|
UpdateUserList(); // 更新抽奖名单
|
||||||
|
UpdateAwardList(); // 更新奖品列表
|
||||||
|
UpdateWinnerList(); // 更新中奖名单
|
||||||
|
UpdateCurrentAward(g_award.tag); // 更新当前奖品
|
||||||
|
|
||||||
|
} |
||||||
|
else { |
||||||
|
if (g_award == null) { |
||||||
|
layer.alert('老板,奖品都没选,这是要干啥了?', {icon: 5}); |
||||||
|
return GameOver(); |
||||||
|
} |
||||||
|
else if (ALL_USERS.length == 0) { |
||||||
|
layer.alert("所有人都中奖了,老板还要继续抽奖吗?", {icon: 5}); |
||||||
|
return GameOver(); |
||||||
|
} |
||||||
|
else if (g_award.count <= 0) { |
||||||
|
layer.alert("老板,奖品都没了,还要继续吗?", {icon: 5}); |
||||||
|
return GameOver(); |
||||||
|
} |
||||||
|
pausemic.pause(); // 停止庆祝音乐
|
||||||
|
runingmic.play(); // 开始抽奖音乐
|
||||||
|
running = true; |
||||||
|
$('#ResultNum').css('color', 'black'); |
||||||
|
$(trigger).val("停止"); |
||||||
|
beginTimer(); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
// 关键地方
|
||||||
|
function UpdateName() { |
||||||
|
var g_PersonCount = ALL_USERS.length; //参加抽奖人数
|
||||||
|
var num = Math.floor(Math.random() * g_PersonCount); |
||||||
|
g_winner = ALL_USERS[num]; |
||||||
|
$('#ResultNum').html(g_winner.name); |
||||||
|
} |
||||||
|
|
||||||
|
function beginTimer() { |
||||||
|
g_Timer = setTimeout(beat, g_Interval); |
||||||
|
} |
||||||
|
|
||||||
|
function beat() { |
||||||
|
g_Timer = setTimeout(beat, g_Interval); |
||||||
|
UpdateName(); |
||||||
|
} |
||||||
|
|
||||||
|
// 关闭异步
|
||||||
|
function UpdateUserList() { |
||||||
|
$.ajax({ |
||||||
|
url: "/users", |
||||||
|
type: "GET", |
||||||
|
async: false, |
||||||
|
success: function (result) { |
||||||
|
ALL_USERS = result.data; |
||||||
|
}, |
||||||
|
error: function (XMLHttpRequest, textStatus, errorThrown) { |
||||||
|
}, |
||||||
|
complete: function (XMLHttpRequest, textStatus) { |
||||||
|
} |
||||||
|
}) |
||||||
|
} |
||||||
|
// 关闭异步
|
||||||
|
function UpdateWinnerList() { |
||||||
|
$.ajax({ |
||||||
|
url: "/winner", |
||||||
|
type: "GET", |
||||||
|
async: false, |
||||||
|
success: function (result) { |
||||||
|
var winners = result.data; |
||||||
|
var winner_list = $("#winner-list"); |
||||||
|
winner_list.find('a').remove(); |
||||||
|
for (var i = 0; i < winners.length; i++) { |
||||||
|
var w = winners[i]; |
||||||
|
var content = '<a name='+ w.name +' class="list-group-item">' + w.name + '<span class="badge">' + w.awards + '</span></a>'; |
||||||
|
winner_list.append(content); |
||||||
|
} |
||||||
|
}, |
||||||
|
error: function (XMLHttpRequest, textStatus, errorThrown) { |
||||||
|
}, |
||||||
|
complete: function (XMLHttpRequest, textStatus) { |
||||||
|
} |
||||||
|
}) |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
function UpdateAwardList() { |
||||||
|
$.ajax({ |
||||||
|
url: "/awards", |
||||||
|
type: "GET", |
||||||
|
async: false, |
||||||
|
success: function (result) { |
||||||
|
var awards_list = $("#awards-list"); |
||||||
|
awards_list.find('a').remove(); |
||||||
|
ALL_AWARDS = result.data; |
||||||
|
for (var i = 0; i < ALL_AWARDS.length; i++) { |
||||||
|
var w = ALL_AWARDS[i]; |
||||||
|
var content = '<a name=' + w.tag + ' class="list-group-item">' + w.tag + '<span class="badge">' + w.count + '</span></a>'; |
||||||
|
awards_list.append(content); |
||||||
|
} |
||||||
|
}, |
||||||
|
error: function (XMLHttpRequest, textStatus, errorThrown) { |
||||||
|
}, |
||||||
|
complete: function (XMLHttpRequest, textStatus) { |
||||||
|
} |
||||||
|
}) |
||||||
|
} |
||||||
|
|
||||||
|
$("#awards-list").on("click", 'a', function () { |
||||||
|
var name = $(this).attr("name"); |
||||||
|
UpdateCurrentAward(name); |
||||||
|
}); |
||||||
|
|
||||||
|
$("#winner-list").on("click", 'a', function () { |
||||||
|
var name = $(this).attr("name"); |
||||||
|
layer.confirm('撤销奖品???', { |
||||||
|
icon: 0, |
||||||
|
btn: ['确定', '取消'] //按钮
|
||||||
|
}, function () { |
||||||
|
layer.msg('悲催!!!!', {icon: 0}); |
||||||
|
Revoke(name); //撤销奖项
|
||||||
|
}, function () { |
||||||
|
layer.msg('吓死宝宝了!!!!', {icon: 1}) |
||||||
|
}); |
||||||
|
}); |
||||||
|
|
||||||
|
|
||||||
|
$(document).bind("keydown", function (ev) { |
||||||
|
if (ev.keyCode == 13) { // 按回车
|
||||||
|
$('#btn').click(); |
||||||
|
} |
||||||
|
else if (ev.keyCode == 49) { // 按1
|
||||||
|
$('#myModal').modal('toggle'); |
||||||
|
} |
||||||
|
|
||||||
|
else if (ev.keyCode == 48) { // 按0
|
||||||
|
layer.confirm('确定要重置数据???',{ |
||||||
|
icon: 1, |
||||||
|
btn: ['确定', '取消'] //按钮
|
||||||
|
}, function () { |
||||||
|
Reset(); //数据重置
|
||||||
|
}, function () { |
||||||
|
}); |
||||||
|
|
||||||
|
} |
||||||
|
}); |
||||||
|
|
||||||
|
|
||||||
|
function UpdateCurrentAward(tag) { |
||||||
|
var result = null; |
||||||
|
for (var i = 0; i < ALL_AWARDS.length; i++) { |
||||||
|
var w = ALL_AWARDS[i]; |
||||||
|
if (w.tag == tag) { |
||||||
|
result = w; |
||||||
|
break |
||||||
|
} |
||||||
|
} |
||||||
|
g_award = result; |
||||||
|
|
||||||
|
$("#award-tag").text(g_award.tag); |
||||||
|
$("#award-count").text(g_award.count); |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
function WinAward(name, awards) { |
||||||
|
$.ajax({ |
||||||
|
url: "/win", |
||||||
|
type: "POST", |
||||||
|
data: {"name": name, "awards": awards}, |
||||||
|
success: function (result) { |
||||||
|
}, |
||||||
|
error: function (XMLHttpRequest, textStatus, errorThrown) { |
||||||
|
}, |
||||||
|
complete: function (XMLHttpRequest, textStatus) { |
||||||
|
} |
||||||
|
}) |
||||||
|
} |
||||||
|
|
||||||
|
// 恢复出厂数据
|
||||||
|
function Revoke(name) { |
||||||
|
$.ajax({ |
||||||
|
url: "/revoke", |
||||||
|
type: "POST", |
||||||
|
data: {"name": name}, |
||||||
|
success: function (result) { |
||||||
|
}, |
||||||
|
error: function (XMLHttpRequest, textStatus, errorThrown) { |
||||||
|
}, |
||||||
|
complete: function (XMLHttpRequest, textStatus) { |
||||||
|
window.location.reload();//刷新当前页面.
|
||||||
|
} |
||||||
|
}) |
||||||
|
} |
||||||
|
|
||||||
|
// 恢复出厂数据
|
||||||
|
function Reset() { |
||||||
|
$.ajax({ |
||||||
|
url: "/reset", |
||||||
|
type: "GET", |
||||||
|
success: function (result) { |
||||||
|
}, |
||||||
|
error: function (XMLHttpRequest, textStatus, errorThrown) { |
||||||
|
}, |
||||||
|
complete: function (XMLHttpRequest, textStatus) { |
||||||
|
window.location.reload();//刷新当前页面.
|
||||||
|
} |
||||||
|
}) |
||||||
|
} |
||||||
|
|
||||||
|
function GameOver() { |
||||||
|
$('#ResultNum').css('color', 'black'); |
||||||
|
$('#ResultNum').html("*****"); |
||||||
|
} |
||||||
@ -0,0 +1,13 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Brands'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: normal; |
||||||
|
src: url("../webfonts/fa-brands-400.eot"); |
||||||
|
src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } |
||||||
|
|
||||||
|
.fab { |
||||||
|
font-family: 'Font Awesome 5 Brands'; } |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands} |
||||||
@ -0,0 +1,14 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 400; |
||||||
|
src: url("../webfonts/fa-regular-400.eot"); |
||||||
|
src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); } |
||||||
|
|
||||||
|
.far { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-weight: 400; } |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:Font Awesome\ 5 Free;font-weight:400} |
||||||
@ -0,0 +1,15 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 900; |
||||||
|
src: url("../webfonts/fa-solid-900.eot"); |
||||||
|
src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } |
||||||
|
|
||||||
|
.fa, |
||||||
|
.fas { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-weight: 900; } |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Free;font-weight:900} |
||||||
@ -0,0 +1,19 @@ |
|||||||
|
// Animated Icons |
||||||
|
// -------------------------- |
||||||
|
|
||||||
|
.@{fa-css-prefix}-spin { |
||||||
|
animation: fa-spin 2s infinite linear; |
||||||
|
} |
||||||
|
|
||||||
|
.@{fa-css-prefix}-pulse { |
||||||
|
animation: fa-spin 1s infinite steps(8); |
||||||
|
} |
||||||
|
|
||||||
|
@keyframes fa-spin { |
||||||
|
0% { |
||||||
|
transform: rotate(0deg); |
||||||
|
} |
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
// Bordered & Pulled |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.@{fa-css-prefix}-border { |
||||||
|
border-radius: .1em; |
||||||
|
border: solid .08em @fa-border-color; |
||||||
|
padding: .2em .25em .15em; |
||||||
|
} |
||||||
|
|
||||||
|
.@{fa-css-prefix}-pull-left { float: left; } |
||||||
|
.@{fa-css-prefix}-pull-right { float: right; } |
||||||
|
|
||||||
|
.@{fa-css-prefix}, .fas, .far, .fal, .fab { |
||||||
|
&.@{fa-css-prefix}-pull-left { margin-right: .3em; } |
||||||
|
&.@{fa-css-prefix}-pull-right { margin-left: .3em; } |
||||||
|
} |
||||||
@ -0,0 +1,12 @@ |
|||||||
|
// Base Class Definition |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.@{fa-css-prefix}, .fas, .far, .fal, .fab { |
||||||
|
-moz-osx-font-smoothing: grayscale; |
||||||
|
-webkit-font-smoothing: antialiased; |
||||||
|
display: inline-block; |
||||||
|
font-style: normal; |
||||||
|
font-variant: normal; |
||||||
|
text-rendering: auto; |
||||||
|
line-height: 1; |
||||||
|
} |
||||||
@ -0,0 +1,6 @@ |
|||||||
|
// Fixed Width Icons |
||||||
|
// ------------------------- |
||||||
|
.@{fa-css-prefix}-fw { |
||||||
|
text-align: center; |
||||||
|
width: (20em / 16); |
||||||
|
} |
||||||
@ -0,0 +1,816 @@ |
|||||||
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen |
||||||
|
readers do not read off random characters that represent icons */ |
||||||
|
|
||||||
|
.@{fa-css-prefix}-500px:before { content: @fa-var-500px; } |
||||||
|
.@{fa-css-prefix}-accessible-icon:before { content: @fa-var-accessible-icon; } |
||||||
|
.@{fa-css-prefix}-accusoft:before { content: @fa-var-accusoft; } |
||||||
|
.@{fa-css-prefix}-address-book:before { content: @fa-var-address-book; } |
||||||
|
.@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; } |
||||||
|
.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; } |
||||||
|
.@{fa-css-prefix}-adn:before { content: @fa-var-adn; } |
||||||
|
.@{fa-css-prefix}-adversal:before { content: @fa-var-adversal; } |
||||||
|
.@{fa-css-prefix}-affiliatetheme:before { content: @fa-var-affiliatetheme; } |
||||||
|
.@{fa-css-prefix}-algolia:before { content: @fa-var-algolia; } |
||||||
|
.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; } |
||||||
|
.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; } |
||||||
|
.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; } |
||||||
|
.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; } |
||||||
|
.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; } |
||||||
|
.@{fa-css-prefix}-amazon-pay:before { content: @fa-var-amazon-pay; } |
||||||
|
.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; } |
||||||
|
.@{fa-css-prefix}-american-sign-language-interpreting:before { content: @fa-var-american-sign-language-interpreting; } |
||||||
|
.@{fa-css-prefix}-amilia:before { content: @fa-var-amilia; } |
||||||
|
.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; } |
||||||
|
.@{fa-css-prefix}-android:before { content: @fa-var-android; } |
||||||
|
.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; } |
||||||
|
.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; } |
||||||
|
.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; } |
||||||
|
.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; } |
||||||
|
.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; } |
||||||
|
.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; } |
||||||
|
.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; } |
||||||
|
.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; } |
||||||
|
.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; } |
||||||
|
.@{fa-css-prefix}-angrycreative:before { content: @fa-var-angrycreative; } |
||||||
|
.@{fa-css-prefix}-angular:before { content: @fa-var-angular; } |
||||||
|
.@{fa-css-prefix}-app-store:before { content: @fa-var-app-store; } |
||||||
|
.@{fa-css-prefix}-app-store-ios:before { content: @fa-var-app-store-ios; } |
||||||
|
.@{fa-css-prefix}-apper:before { content: @fa-var-apper; } |
||||||
|
.@{fa-css-prefix}-apple:before { content: @fa-var-apple; } |
||||||
|
.@{fa-css-prefix}-apple-pay:before { content: @fa-var-apple-pay; } |
||||||
|
.@{fa-css-prefix}-archive:before { content: @fa-var-archive; } |
||||||
|
.@{fa-css-prefix}-arrow-alt-circle-down:before { content: @fa-var-arrow-alt-circle-down; } |
||||||
|
.@{fa-css-prefix}-arrow-alt-circle-left:before { content: @fa-var-arrow-alt-circle-left; } |
||||||
|
.@{fa-css-prefix}-arrow-alt-circle-right:before { content: @fa-var-arrow-alt-circle-right; } |
||||||
|
.@{fa-css-prefix}-arrow-alt-circle-up:before { content: @fa-var-arrow-alt-circle-up; } |
||||||
|
.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; } |
||||||
|
.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; } |
||||||
|
.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; } |
||||||
|
.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; } |
||||||
|
.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; } |
||||||
|
.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; } |
||||||
|
.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; } |
||||||
|
.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; } |
||||||
|
.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; } |
||||||
|
.@{fa-css-prefix}-arrows-alt-h:before { content: @fa-var-arrows-alt-h; } |
||||||
|
.@{fa-css-prefix}-arrows-alt-v:before { content: @fa-var-arrows-alt-v; } |
||||||
|
.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; } |
||||||
|
.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; } |
||||||
|
.@{fa-css-prefix}-asymmetrik:before { content: @fa-var-asymmetrik; } |
||||||
|
.@{fa-css-prefix}-at:before { content: @fa-var-at; } |
||||||
|
.@{fa-css-prefix}-audible:before { content: @fa-var-audible; } |
||||||
|
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; } |
||||||
|
.@{fa-css-prefix}-autoprefixer:before { content: @fa-var-autoprefixer; } |
||||||
|
.@{fa-css-prefix}-avianex:before { content: @fa-var-avianex; } |
||||||
|
.@{fa-css-prefix}-aviato:before { content: @fa-var-aviato; } |
||||||
|
.@{fa-css-prefix}-aws:before { content: @fa-var-aws; } |
||||||
|
.@{fa-css-prefix}-backward:before { content: @fa-var-backward; } |
||||||
|
.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; } |
||||||
|
.@{fa-css-prefix}-ban:before { content: @fa-var-ban; } |
||||||
|
.@{fa-css-prefix}-bandcamp:before { content: @fa-var-bandcamp; } |
||||||
|
.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; } |
||||||
|
.@{fa-css-prefix}-bars:before { content: @fa-var-bars; } |
||||||
|
.@{fa-css-prefix}-baseball-ball:before { content: @fa-var-baseball-ball; } |
||||||
|
.@{fa-css-prefix}-basketball-ball:before { content: @fa-var-basketball-ball; } |
||||||
|
.@{fa-css-prefix}-bath:before { content: @fa-var-bath; } |
||||||
|
.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; } |
||||||
|
.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; } |
||||||
|
.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; } |
||||||
|
.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; } |
||||||
|
.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; } |
||||||
|
.@{fa-css-prefix}-bed:before { content: @fa-var-bed; } |
||||||
|
.@{fa-css-prefix}-beer:before { content: @fa-var-beer; } |
||||||
|
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; } |
||||||
|
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; } |
||||||
|
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; } |
||||||
|
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; } |
||||||
|
.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; } |
||||||
|
.@{fa-css-prefix}-bimobject:before { content: @fa-var-bimobject; } |
||||||
|
.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; } |
||||||
|
.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; } |
||||||
|
.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; } |
||||||
|
.@{fa-css-prefix}-bitcoin:before { content: @fa-var-bitcoin; } |
||||||
|
.@{fa-css-prefix}-bity:before { content: @fa-var-bity; } |
||||||
|
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; } |
||||||
|
.@{fa-css-prefix}-blackberry:before { content: @fa-var-blackberry; } |
||||||
|
.@{fa-css-prefix}-blind:before { content: @fa-var-blind; } |
||||||
|
.@{fa-css-prefix}-blogger:before { content: @fa-var-blogger; } |
||||||
|
.@{fa-css-prefix}-blogger-b:before { content: @fa-var-blogger-b; } |
||||||
|
.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; } |
||||||
|
.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; } |
||||||
|
.@{fa-css-prefix}-bold:before { content: @fa-var-bold; } |
||||||
|
.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; } |
||||||
|
.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; } |
||||||
|
.@{fa-css-prefix}-book:before { content: @fa-var-book; } |
||||||
|
.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; } |
||||||
|
.@{fa-css-prefix}-bowling-ball:before { content: @fa-var-bowling-ball; } |
||||||
|
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; } |
||||||
|
.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; } |
||||||
|
.@{fa-css-prefix}-btc:before { content: @fa-var-btc; } |
||||||
|
.@{fa-css-prefix}-bug:before { content: @fa-var-bug; } |
||||||
|
.@{fa-css-prefix}-building:before { content: @fa-var-building; } |
||||||
|
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; } |
||||||
|
.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; } |
||||||
|
.@{fa-css-prefix}-buromobelexperte:before { content: @fa-var-buromobelexperte; } |
||||||
|
.@{fa-css-prefix}-bus:before { content: @fa-var-bus; } |
||||||
|
.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; } |
||||||
|
.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; } |
||||||
|
.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; } |
||||||
|
.@{fa-css-prefix}-calendar-alt:before { content: @fa-var-calendar-alt; } |
||||||
|
.@{fa-css-prefix}-calendar-check:before { content: @fa-var-calendar-check; } |
||||||
|
.@{fa-css-prefix}-calendar-minus:before { content: @fa-var-calendar-minus; } |
||||||
|
.@{fa-css-prefix}-calendar-plus:before { content: @fa-var-calendar-plus; } |
||||||
|
.@{fa-css-prefix}-calendar-times:before { content: @fa-var-calendar-times; } |
||||||
|
.@{fa-css-prefix}-camera:before { content: @fa-var-camera; } |
||||||
|
.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; } |
||||||
|
.@{fa-css-prefix}-car:before { content: @fa-var-car; } |
||||||
|
.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; } |
||||||
|
.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; } |
||||||
|
.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; } |
||||||
|
.@{fa-css-prefix}-caret-square-down:before { content: @fa-var-caret-square-down; } |
||||||
|
.@{fa-css-prefix}-caret-square-left:before { content: @fa-var-caret-square-left; } |
||||||
|
.@{fa-css-prefix}-caret-square-right:before { content: @fa-var-caret-square-right; } |
||||||
|
.@{fa-css-prefix}-caret-square-up:before { content: @fa-var-caret-square-up; } |
||||||
|
.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; } |
||||||
|
.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; } |
||||||
|
.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; } |
||||||
|
.@{fa-css-prefix}-cc-amazon-pay:before { content: @fa-var-cc-amazon-pay; } |
||||||
|
.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; } |
||||||
|
.@{fa-css-prefix}-cc-apple-pay:before { content: @fa-var-cc-apple-pay; } |
||||||
|
.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; } |
||||||
|
.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; } |
||||||
|
.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; } |
||||||
|
.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; } |
||||||
|
.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; } |
||||||
|
.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; } |
||||||
|
.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; } |
||||||
|
.@{fa-css-prefix}-centercode:before { content: @fa-var-centercode; } |
||||||
|
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; } |
||||||
|
.@{fa-css-prefix}-chart-area:before { content: @fa-var-chart-area; } |
||||||
|
.@{fa-css-prefix}-chart-bar:before { content: @fa-var-chart-bar; } |
||||||
|
.@{fa-css-prefix}-chart-line:before { content: @fa-var-chart-line; } |
||||||
|
.@{fa-css-prefix}-chart-pie:before { content: @fa-var-chart-pie; } |
||||||
|
.@{fa-css-prefix}-check:before { content: @fa-var-check; } |
||||||
|
.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; } |
||||||
|
.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; } |
||||||
|
.@{fa-css-prefix}-chess:before { content: @fa-var-chess; } |
||||||
|
.@{fa-css-prefix}-chess-bishop:before { content: @fa-var-chess-bishop; } |
||||||
|
.@{fa-css-prefix}-chess-board:before { content: @fa-var-chess-board; } |
||||||
|
.@{fa-css-prefix}-chess-king:before { content: @fa-var-chess-king; } |
||||||
|
.@{fa-css-prefix}-chess-knight:before { content: @fa-var-chess-knight; } |
||||||
|
.@{fa-css-prefix}-chess-pawn:before { content: @fa-var-chess-pawn; } |
||||||
|
.@{fa-css-prefix}-chess-queen:before { content: @fa-var-chess-queen; } |
||||||
|
.@{fa-css-prefix}-chess-rook:before { content: @fa-var-chess-rook; } |
||||||
|
.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; } |
||||||
|
.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; } |
||||||
|
.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; } |
||||||
|
.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; } |
||||||
|
.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; } |
||||||
|
.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; } |
||||||
|
.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; } |
||||||
|
.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; } |
||||||
|
.@{fa-css-prefix}-child:before { content: @fa-var-child; } |
||||||
|
.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; } |
||||||
|
.@{fa-css-prefix}-circle:before { content: @fa-var-circle; } |
||||||
|
.@{fa-css-prefix}-circle-notch:before { content: @fa-var-circle-notch; } |
||||||
|
.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; } |
||||||
|
.@{fa-css-prefix}-clock:before { content: @fa-var-clock; } |
||||||
|
.@{fa-css-prefix}-clone:before { content: @fa-var-clone; } |
||||||
|
.@{fa-css-prefix}-closed-captioning:before { content: @fa-var-closed-captioning; } |
||||||
|
.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; } |
||||||
|
.@{fa-css-prefix}-cloud-download-alt:before { content: @fa-var-cloud-download-alt; } |
||||||
|
.@{fa-css-prefix}-cloud-upload-alt:before { content: @fa-var-cloud-upload-alt; } |
||||||
|
.@{fa-css-prefix}-cloudscale:before { content: @fa-var-cloudscale; } |
||||||
|
.@{fa-css-prefix}-cloudsmith:before { content: @fa-var-cloudsmith; } |
||||||
|
.@{fa-css-prefix}-cloudversify:before { content: @fa-var-cloudversify; } |
||||||
|
.@{fa-css-prefix}-code:before { content: @fa-var-code; } |
||||||
|
.@{fa-css-prefix}-code-branch:before { content: @fa-var-code-branch; } |
||||||
|
.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; } |
||||||
|
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; } |
||||||
|
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; } |
||||||
|
.@{fa-css-prefix}-cog:before { content: @fa-var-cog; } |
||||||
|
.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; } |
||||||
|
.@{fa-css-prefix}-columns:before { content: @fa-var-columns; } |
||||||
|
.@{fa-css-prefix}-comment:before { content: @fa-var-comment; } |
||||||
|
.@{fa-css-prefix}-comment-alt:before { content: @fa-var-comment-alt; } |
||||||
|
.@{fa-css-prefix}-comments:before { content: @fa-var-comments; } |
||||||
|
.@{fa-css-prefix}-compass:before { content: @fa-var-compass; } |
||||||
|
.@{fa-css-prefix}-compress:before { content: @fa-var-compress; } |
||||||
|
.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; } |
||||||
|
.@{fa-css-prefix}-contao:before { content: @fa-var-contao; } |
||||||
|
.@{fa-css-prefix}-copy:before { content: @fa-var-copy; } |
||||||
|
.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; } |
||||||
|
.@{fa-css-prefix}-cpanel:before { content: @fa-var-cpanel; } |
||||||
|
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; } |
||||||
|
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; } |
||||||
|
.@{fa-css-prefix}-crop:before { content: @fa-var-crop; } |
||||||
|
.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; } |
||||||
|
.@{fa-css-prefix}-css3:before { content: @fa-var-css3; } |
||||||
|
.@{fa-css-prefix}-css3-alt:before { content: @fa-var-css3-alt; } |
||||||
|
.@{fa-css-prefix}-cube:before { content: @fa-var-cube; } |
||||||
|
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; } |
||||||
|
.@{fa-css-prefix}-cut:before { content: @fa-var-cut; } |
||||||
|
.@{fa-css-prefix}-cuttlefish:before { content: @fa-var-cuttlefish; } |
||||||
|
.@{fa-css-prefix}-d-and-d:before { content: @fa-var-d-and-d; } |
||||||
|
.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; } |
||||||
|
.@{fa-css-prefix}-database:before { content: @fa-var-database; } |
||||||
|
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; } |
||||||
|
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; } |
||||||
|
.@{fa-css-prefix}-deploydog:before { content: @fa-var-deploydog; } |
||||||
|
.@{fa-css-prefix}-deskpro:before { content: @fa-var-deskpro; } |
||||||
|
.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; } |
||||||
|
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; } |
||||||
|
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; } |
||||||
|
.@{fa-css-prefix}-digital-ocean:before { content: @fa-var-digital-ocean; } |
||||||
|
.@{fa-css-prefix}-discord:before { content: @fa-var-discord; } |
||||||
|
.@{fa-css-prefix}-discourse:before { content: @fa-var-discourse; } |
||||||
|
.@{fa-css-prefix}-dochub:before { content: @fa-var-dochub; } |
||||||
|
.@{fa-css-prefix}-docker:before { content: @fa-var-docker; } |
||||||
|
.@{fa-css-prefix}-dollar-sign:before { content: @fa-var-dollar-sign; } |
||||||
|
.@{fa-css-prefix}-dot-circle:before { content: @fa-var-dot-circle; } |
||||||
|
.@{fa-css-prefix}-download:before { content: @fa-var-download; } |
||||||
|
.@{fa-css-prefix}-draft2digital:before { content: @fa-var-draft2digital; } |
||||||
|
.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; } |
||||||
|
.@{fa-css-prefix}-dribbble-square:before { content: @fa-var-dribbble-square; } |
||||||
|
.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; } |
||||||
|
.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; } |
||||||
|
.@{fa-css-prefix}-dyalog:before { content: @fa-var-dyalog; } |
||||||
|
.@{fa-css-prefix}-earlybirds:before { content: @fa-var-earlybirds; } |
||||||
|
.@{fa-css-prefix}-edge:before { content: @fa-var-edge; } |
||||||
|
.@{fa-css-prefix}-edit:before { content: @fa-var-edit; } |
||||||
|
.@{fa-css-prefix}-eject:before { content: @fa-var-eject; } |
||||||
|
.@{fa-css-prefix}-elementor:before { content: @fa-var-elementor; } |
||||||
|
.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; } |
||||||
|
.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; } |
||||||
|
.@{fa-css-prefix}-ember:before { content: @fa-var-ember; } |
||||||
|
.@{fa-css-prefix}-empire:before { content: @fa-var-empire; } |
||||||
|
.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; } |
||||||
|
.@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; } |
||||||
|
.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; } |
||||||
|
.@{fa-css-prefix}-envira:before { content: @fa-var-envira; } |
||||||
|
.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; } |
||||||
|
.@{fa-css-prefix}-erlang:before { content: @fa-var-erlang; } |
||||||
|
.@{fa-css-prefix}-ethereum:before { content: @fa-var-ethereum; } |
||||||
|
.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; } |
||||||
|
.@{fa-css-prefix}-euro-sign:before { content: @fa-var-euro-sign; } |
||||||
|
.@{fa-css-prefix}-exchange-alt:before { content: @fa-var-exchange-alt; } |
||||||
|
.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; } |
||||||
|
.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; } |
||||||
|
.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; } |
||||||
|
.@{fa-css-prefix}-expand:before { content: @fa-var-expand; } |
||||||
|
.@{fa-css-prefix}-expand-arrows-alt:before { content: @fa-var-expand-arrows-alt; } |
||||||
|
.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; } |
||||||
|
.@{fa-css-prefix}-external-link-alt:before { content: @fa-var-external-link-alt; } |
||||||
|
.@{fa-css-prefix}-external-link-square-alt:before { content: @fa-var-external-link-square-alt; } |
||||||
|
.@{fa-css-prefix}-eye:before { content: @fa-var-eye; } |
||||||
|
.@{fa-css-prefix}-eye-dropper:before { content: @fa-var-eye-dropper; } |
||||||
|
.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; } |
||||||
|
.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; } |
||||||
|
.@{fa-css-prefix}-facebook-f:before { content: @fa-var-facebook-f; } |
||||||
|
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; } |
||||||
|
.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; } |
||||||
|
.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; } |
||||||
|
.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; } |
||||||
|
.@{fa-css-prefix}-fax:before { content: @fa-var-fax; } |
||||||
|
.@{fa-css-prefix}-female:before { content: @fa-var-female; } |
||||||
|
.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; } |
||||||
|
.@{fa-css-prefix}-file:before { content: @fa-var-file; } |
||||||
|
.@{fa-css-prefix}-file-alt:before { content: @fa-var-file-alt; } |
||||||
|
.@{fa-css-prefix}-file-archive:before { content: @fa-var-file-archive; } |
||||||
|
.@{fa-css-prefix}-file-audio:before { content: @fa-var-file-audio; } |
||||||
|
.@{fa-css-prefix}-file-code:before { content: @fa-var-file-code; } |
||||||
|
.@{fa-css-prefix}-file-excel:before { content: @fa-var-file-excel; } |
||||||
|
.@{fa-css-prefix}-file-image:before { content: @fa-var-file-image; } |
||||||
|
.@{fa-css-prefix}-file-pdf:before { content: @fa-var-file-pdf; } |
||||||
|
.@{fa-css-prefix}-file-powerpoint:before { content: @fa-var-file-powerpoint; } |
||||||
|
.@{fa-css-prefix}-file-video:before { content: @fa-var-file-video; } |
||||||
|
.@{fa-css-prefix}-file-word:before { content: @fa-var-file-word; } |
||||||
|
.@{fa-css-prefix}-film:before { content: @fa-var-film; } |
||||||
|
.@{fa-css-prefix}-filter:before { content: @fa-var-filter; } |
||||||
|
.@{fa-css-prefix}-fire:before { content: @fa-var-fire; } |
||||||
|
.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; } |
||||||
|
.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; } |
||||||
|
.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; } |
||||||
|
.@{fa-css-prefix}-firstdraft:before { content: @fa-var-firstdraft; } |
||||||
|
.@{fa-css-prefix}-flag:before { content: @fa-var-flag; } |
||||||
|
.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; } |
||||||
|
.@{fa-css-prefix}-flask:before { content: @fa-var-flask; } |
||||||
|
.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; } |
||||||
|
.@{fa-css-prefix}-flipboard:before { content: @fa-var-flipboard; } |
||||||
|
.@{fa-css-prefix}-fly:before { content: @fa-var-fly; } |
||||||
|
.@{fa-css-prefix}-folder:before { content: @fa-var-folder; } |
||||||
|
.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; } |
||||||
|
.@{fa-css-prefix}-font:before { content: @fa-var-font; } |
||||||
|
.@{fa-css-prefix}-font-awesome:before { content: @fa-var-font-awesome; } |
||||||
|
.@{fa-css-prefix}-font-awesome-alt:before { content: @fa-var-font-awesome-alt; } |
||||||
|
.@{fa-css-prefix}-font-awesome-flag:before { content: @fa-var-font-awesome-flag; } |
||||||
|
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; } |
||||||
|
.@{fa-css-prefix}-fonticons-fi:before { content: @fa-var-fonticons-fi; } |
||||||
|
.@{fa-css-prefix}-football-ball:before { content: @fa-var-football-ball; } |
||||||
|
.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; } |
||||||
|
.@{fa-css-prefix}-fort-awesome-alt:before { content: @fa-var-fort-awesome-alt; } |
||||||
|
.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; } |
||||||
|
.@{fa-css-prefix}-forward:before { content: @fa-var-forward; } |
||||||
|
.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; } |
||||||
|
.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; } |
||||||
|
.@{fa-css-prefix}-freebsd:before { content: @fa-var-freebsd; } |
||||||
|
.@{fa-css-prefix}-frown:before { content: @fa-var-frown; } |
||||||
|
.@{fa-css-prefix}-futbol:before { content: @fa-var-futbol; } |
||||||
|
.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; } |
||||||
|
.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; } |
||||||
|
.@{fa-css-prefix}-gem:before { content: @fa-var-gem; } |
||||||
|
.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; } |
||||||
|
.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; } |
||||||
|
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; } |
||||||
|
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; } |
||||||
|
.@{fa-css-prefix}-gift:before { content: @fa-var-gift; } |
||||||
|
.@{fa-css-prefix}-git:before { content: @fa-var-git; } |
||||||
|
.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; } |
||||||
|
.@{fa-css-prefix}-github:before { content: @fa-var-github; } |
||||||
|
.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; } |
||||||
|
.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; } |
||||||
|
.@{fa-css-prefix}-gitkraken:before { content: @fa-var-gitkraken; } |
||||||
|
.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; } |
||||||
|
.@{fa-css-prefix}-gitter:before { content: @fa-var-gitter; } |
||||||
|
.@{fa-css-prefix}-glass-martini:before { content: @fa-var-glass-martini; } |
||||||
|
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; } |
||||||
|
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; } |
||||||
|
.@{fa-css-prefix}-globe:before { content: @fa-var-globe; } |
||||||
|
.@{fa-css-prefix}-gofore:before { content: @fa-var-gofore; } |
||||||
|
.@{fa-css-prefix}-golf-ball:before { content: @fa-var-golf-ball; } |
||||||
|
.@{fa-css-prefix}-goodreads:before { content: @fa-var-goodreads; } |
||||||
|
.@{fa-css-prefix}-goodreads-g:before { content: @fa-var-goodreads-g; } |
||||||
|
.@{fa-css-prefix}-google:before { content: @fa-var-google; } |
||||||
|
.@{fa-css-prefix}-google-drive:before { content: @fa-var-google-drive; } |
||||||
|
.@{fa-css-prefix}-google-play:before { content: @fa-var-google-play; } |
||||||
|
.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; } |
||||||
|
.@{fa-css-prefix}-google-plus-g:before { content: @fa-var-google-plus-g; } |
||||||
|
.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; } |
||||||
|
.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; } |
||||||
|
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; } |
||||||
|
.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; } |
||||||
|
.@{fa-css-prefix}-grav:before { content: @fa-var-grav; } |
||||||
|
.@{fa-css-prefix}-gripfire:before { content: @fa-var-gripfire; } |
||||||
|
.@{fa-css-prefix}-grunt:before { content: @fa-var-grunt; } |
||||||
|
.@{fa-css-prefix}-gulp:before { content: @fa-var-gulp; } |
||||||
|
.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; } |
||||||
|
.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; } |
||||||
|
.@{fa-css-prefix}-hacker-news-square:before { content: @fa-var-hacker-news-square; } |
||||||
|
.@{fa-css-prefix}-hand-lizard:before { content: @fa-var-hand-lizard; } |
||||||
|
.@{fa-css-prefix}-hand-paper:before { content: @fa-var-hand-paper; } |
||||||
|
.@{fa-css-prefix}-hand-peace:before { content: @fa-var-hand-peace; } |
||||||
|
.@{fa-css-prefix}-hand-point-down:before { content: @fa-var-hand-point-down; } |
||||||
|
.@{fa-css-prefix}-hand-point-left:before { content: @fa-var-hand-point-left; } |
||||||
|
.@{fa-css-prefix}-hand-point-right:before { content: @fa-var-hand-point-right; } |
||||||
|
.@{fa-css-prefix}-hand-point-up:before { content: @fa-var-hand-point-up; } |
||||||
|
.@{fa-css-prefix}-hand-pointer:before { content: @fa-var-hand-pointer; } |
||||||
|
.@{fa-css-prefix}-hand-rock:before { content: @fa-var-hand-rock; } |
||||||
|
.@{fa-css-prefix}-hand-scissors:before { content: @fa-var-hand-scissors; } |
||||||
|
.@{fa-css-prefix}-hand-spock:before { content: @fa-var-hand-spock; } |
||||||
|
.@{fa-css-prefix}-handshake:before { content: @fa-var-handshake; } |
||||||
|
.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; } |
||||||
|
.@{fa-css-prefix}-hdd:before { content: @fa-var-hdd; } |
||||||
|
.@{fa-css-prefix}-heading:before { content: @fa-var-heading; } |
||||||
|
.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; } |
||||||
|
.@{fa-css-prefix}-heart:before { content: @fa-var-heart; } |
||||||
|
.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; } |
||||||
|
.@{fa-css-prefix}-hips:before { content: @fa-var-hips; } |
||||||
|
.@{fa-css-prefix}-hire-a-helper:before { content: @fa-var-hire-a-helper; } |
||||||
|
.@{fa-css-prefix}-history:before { content: @fa-var-history; } |
||||||
|
.@{fa-css-prefix}-hockey-puck:before { content: @fa-var-hockey-puck; } |
||||||
|
.@{fa-css-prefix}-home:before { content: @fa-var-home; } |
||||||
|
.@{fa-css-prefix}-hooli:before { content: @fa-var-hooli; } |
||||||
|
.@{fa-css-prefix}-hospital:before { content: @fa-var-hospital; } |
||||||
|
.@{fa-css-prefix}-hotjar:before { content: @fa-var-hotjar; } |
||||||
|
.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; } |
||||||
|
.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; } |
||||||
|
.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; } |
||||||
|
.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; } |
||||||
|
.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; } |
||||||
|
.@{fa-css-prefix}-html5:before { content: @fa-var-html5; } |
||||||
|
.@{fa-css-prefix}-hubspot:before { content: @fa-var-hubspot; } |
||||||
|
.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; } |
||||||
|
.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; } |
||||||
|
.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; } |
||||||
|
.@{fa-css-prefix}-image:before { content: @fa-var-image; } |
||||||
|
.@{fa-css-prefix}-images:before { content: @fa-var-images; } |
||||||
|
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; } |
||||||
|
.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; } |
||||||
|
.@{fa-css-prefix}-indent:before { content: @fa-var-indent; } |
||||||
|
.@{fa-css-prefix}-industry:before { content: @fa-var-industry; } |
||||||
|
.@{fa-css-prefix}-info:before { content: @fa-var-info; } |
||||||
|
.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; } |
||||||
|
.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; } |
||||||
|
.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; } |
||||||
|
.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; } |
||||||
|
.@{fa-css-prefix}-italic:before { content: @fa-var-italic; } |
||||||
|
.@{fa-css-prefix}-itunes:before { content: @fa-var-itunes; } |
||||||
|
.@{fa-css-prefix}-itunes-note:before { content: @fa-var-itunes-note; } |
||||||
|
.@{fa-css-prefix}-jenkins:before { content: @fa-var-jenkins; } |
||||||
|
.@{fa-css-prefix}-joget:before { content: @fa-var-joget; } |
||||||
|
.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; } |
||||||
|
.@{fa-css-prefix}-js:before { content: @fa-var-js; } |
||||||
|
.@{fa-css-prefix}-js-square:before { content: @fa-var-js-square; } |
||||||
|
.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; } |
||||||
|
.@{fa-css-prefix}-key:before { content: @fa-var-key; } |
||||||
|
.@{fa-css-prefix}-keyboard:before { content: @fa-var-keyboard; } |
||||||
|
.@{fa-css-prefix}-keycdn:before { content: @fa-var-keycdn; } |
||||||
|
.@{fa-css-prefix}-kickstarter:before { content: @fa-var-kickstarter; } |
||||||
|
.@{fa-css-prefix}-kickstarter-k:before { content: @fa-var-kickstarter-k; } |
||||||
|
.@{fa-css-prefix}-korvue:before { content: @fa-var-korvue; } |
||||||
|
.@{fa-css-prefix}-language:before { content: @fa-var-language; } |
||||||
|
.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; } |
||||||
|
.@{fa-css-prefix}-laravel:before { content: @fa-var-laravel; } |
||||||
|
.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; } |
||||||
|
.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; } |
||||||
|
.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; } |
||||||
|
.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; } |
||||||
|
.@{fa-css-prefix}-lemon:before { content: @fa-var-lemon; } |
||||||
|
.@{fa-css-prefix}-less:before { content: @fa-var-less; } |
||||||
|
.@{fa-css-prefix}-level-down-alt:before { content: @fa-var-level-down-alt; } |
||||||
|
.@{fa-css-prefix}-level-up-alt:before { content: @fa-var-level-up-alt; } |
||||||
|
.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; } |
||||||
|
.@{fa-css-prefix}-lightbulb:before { content: @fa-var-lightbulb; } |
||||||
|
.@{fa-css-prefix}-line:before { content: @fa-var-line; } |
||||||
|
.@{fa-css-prefix}-link:before { content: @fa-var-link; } |
||||||
|
.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; } |
||||||
|
.@{fa-css-prefix}-linkedin-in:before { content: @fa-var-linkedin-in; } |
||||||
|
.@{fa-css-prefix}-linode:before { content: @fa-var-linode; } |
||||||
|
.@{fa-css-prefix}-linux:before { content: @fa-var-linux; } |
||||||
|
.@{fa-css-prefix}-lira-sign:before { content: @fa-var-lira-sign; } |
||||||
|
.@{fa-css-prefix}-list:before { content: @fa-var-list; } |
||||||
|
.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; } |
||||||
|
.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; } |
||||||
|
.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; } |
||||||
|
.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; } |
||||||
|
.@{fa-css-prefix}-lock:before { content: @fa-var-lock; } |
||||||
|
.@{fa-css-prefix}-lock-open:before { content: @fa-var-lock-open; } |
||||||
|
.@{fa-css-prefix}-long-arrow-alt-down:before { content: @fa-var-long-arrow-alt-down; } |
||||||
|
.@{fa-css-prefix}-long-arrow-alt-left:before { content: @fa-var-long-arrow-alt-left; } |
||||||
|
.@{fa-css-prefix}-long-arrow-alt-right:before { content: @fa-var-long-arrow-alt-right; } |
||||||
|
.@{fa-css-prefix}-long-arrow-alt-up:before { content: @fa-var-long-arrow-alt-up; } |
||||||
|
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; } |
||||||
|
.@{fa-css-prefix}-lyft:before { content: @fa-var-lyft; } |
||||||
|
.@{fa-css-prefix}-magento:before { content: @fa-var-magento; } |
||||||
|
.@{fa-css-prefix}-magic:before { content: @fa-var-magic; } |
||||||
|
.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; } |
||||||
|
.@{fa-css-prefix}-male:before { content: @fa-var-male; } |
||||||
|
.@{fa-css-prefix}-map:before { content: @fa-var-map; } |
||||||
|
.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; } |
||||||
|
.@{fa-css-prefix}-map-marker-alt:before { content: @fa-var-map-marker-alt; } |
||||||
|
.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; } |
||||||
|
.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; } |
||||||
|
.@{fa-css-prefix}-mars:before { content: @fa-var-mars; } |
||||||
|
.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; } |
||||||
|
.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; } |
||||||
|
.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; } |
||||||
|
.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; } |
||||||
|
.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; } |
||||||
|
.@{fa-css-prefix}-medapps:before { content: @fa-var-medapps; } |
||||||
|
.@{fa-css-prefix}-medium:before { content: @fa-var-medium; } |
||||||
|
.@{fa-css-prefix}-medium-m:before { content: @fa-var-medium-m; } |
||||||
|
.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; } |
||||||
|
.@{fa-css-prefix}-medrt:before { content: @fa-var-medrt; } |
||||||
|
.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; } |
||||||
|
.@{fa-css-prefix}-meh:before { content: @fa-var-meh; } |
||||||
|
.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; } |
||||||
|
.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; } |
||||||
|
.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; } |
||||||
|
.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; } |
||||||
|
.@{fa-css-prefix}-microsoft:before { content: @fa-var-microsoft; } |
||||||
|
.@{fa-css-prefix}-minus:before { content: @fa-var-minus; } |
||||||
|
.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; } |
||||||
|
.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; } |
||||||
|
.@{fa-css-prefix}-mix:before { content: @fa-var-mix; } |
||||||
|
.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; } |
||||||
|
.@{fa-css-prefix}-mizuni:before { content: @fa-var-mizuni; } |
||||||
|
.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; } |
||||||
|
.@{fa-css-prefix}-mobile-alt:before { content: @fa-var-mobile-alt; } |
||||||
|
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; } |
||||||
|
.@{fa-css-prefix}-monero:before { content: @fa-var-monero; } |
||||||
|
.@{fa-css-prefix}-money-bill-alt:before { content: @fa-var-money-bill-alt; } |
||||||
|
.@{fa-css-prefix}-moon:before { content: @fa-var-moon; } |
||||||
|
.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; } |
||||||
|
.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; } |
||||||
|
.@{fa-css-prefix}-music:before { content: @fa-var-music; } |
||||||
|
.@{fa-css-prefix}-napster:before { content: @fa-var-napster; } |
||||||
|
.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; } |
||||||
|
.@{fa-css-prefix}-newspaper:before { content: @fa-var-newspaper; } |
||||||
|
.@{fa-css-prefix}-nintendo-switch:before { content: @fa-var-nintendo-switch; } |
||||||
|
.@{fa-css-prefix}-node:before { content: @fa-var-node; } |
||||||
|
.@{fa-css-prefix}-node-js:before { content: @fa-var-node-js; } |
||||||
|
.@{fa-css-prefix}-npm:before { content: @fa-var-npm; } |
||||||
|
.@{fa-css-prefix}-ns8:before { content: @fa-var-ns8; } |
||||||
|
.@{fa-css-prefix}-nutritionix:before { content: @fa-var-nutritionix; } |
||||||
|
.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; } |
||||||
|
.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; } |
||||||
|
.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; } |
||||||
|
.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; } |
||||||
|
.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; } |
||||||
|
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; } |
||||||
|
.@{fa-css-prefix}-opera:before { content: @fa-var-opera; } |
||||||
|
.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; } |
||||||
|
.@{fa-css-prefix}-osi:before { content: @fa-var-osi; } |
||||||
|
.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; } |
||||||
|
.@{fa-css-prefix}-page4:before { content: @fa-var-page4; } |
||||||
|
.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; } |
||||||
|
.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; } |
||||||
|
.@{fa-css-prefix}-palfed:before { content: @fa-var-palfed; } |
||||||
|
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; } |
||||||
|
.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; } |
||||||
|
.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; } |
||||||
|
.@{fa-css-prefix}-paste:before { content: @fa-var-paste; } |
||||||
|
.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; } |
||||||
|
.@{fa-css-prefix}-pause:before { content: @fa-var-pause; } |
||||||
|
.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; } |
||||||
|
.@{fa-css-prefix}-paw:before { content: @fa-var-paw; } |
||||||
|
.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; } |
||||||
|
.@{fa-css-prefix}-pen-square:before { content: @fa-var-pen-square; } |
||||||
|
.@{fa-css-prefix}-pencil-alt:before { content: @fa-var-pencil-alt; } |
||||||
|
.@{fa-css-prefix}-percent:before { content: @fa-var-percent; } |
||||||
|
.@{fa-css-prefix}-periscope:before { content: @fa-var-periscope; } |
||||||
|
.@{fa-css-prefix}-phabricator:before { content: @fa-var-phabricator; } |
||||||
|
.@{fa-css-prefix}-phoenix-framework:before { content: @fa-var-phoenix-framework; } |
||||||
|
.@{fa-css-prefix}-phone:before { content: @fa-var-phone; } |
||||||
|
.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; } |
||||||
|
.@{fa-css-prefix}-phone-volume:before { content: @fa-var-phone-volume; } |
||||||
|
.@{fa-css-prefix}-php:before { content: @fa-var-php; } |
||||||
|
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; } |
||||||
|
.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; } |
||||||
|
.@{fa-css-prefix}-pied-piper-pp:before { content: @fa-var-pied-piper-pp; } |
||||||
|
.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; } |
||||||
|
.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; } |
||||||
|
.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; } |
||||||
|
.@{fa-css-prefix}-plane:before { content: @fa-var-plane; } |
||||||
|
.@{fa-css-prefix}-play:before { content: @fa-var-play; } |
||||||
|
.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; } |
||||||
|
.@{fa-css-prefix}-playstation:before { content: @fa-var-playstation; } |
||||||
|
.@{fa-css-prefix}-plug:before { content: @fa-var-plug; } |
||||||
|
.@{fa-css-prefix}-plus:before { content: @fa-var-plus; } |
||||||
|
.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; } |
||||||
|
.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; } |
||||||
|
.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; } |
||||||
|
.@{fa-css-prefix}-pound-sign:before { content: @fa-var-pound-sign; } |
||||||
|
.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; } |
||||||
|
.@{fa-css-prefix}-print:before { content: @fa-var-print; } |
||||||
|
.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; } |
||||||
|
.@{fa-css-prefix}-pushed:before { content: @fa-var-pushed; } |
||||||
|
.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; } |
||||||
|
.@{fa-css-prefix}-python:before { content: @fa-var-python; } |
||||||
|
.@{fa-css-prefix}-qq:before { content: @fa-var-qq; } |
||||||
|
.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; } |
||||||
|
.@{fa-css-prefix}-question:before { content: @fa-var-question; } |
||||||
|
.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; } |
||||||
|
.@{fa-css-prefix}-quidditch:before { content: @fa-var-quidditch; } |
||||||
|
.@{fa-css-prefix}-quinscape:before { content: @fa-var-quinscape; } |
||||||
|
.@{fa-css-prefix}-quora:before { content: @fa-var-quora; } |
||||||
|
.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; } |
||||||
|
.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; } |
||||||
|
.@{fa-css-prefix}-random:before { content: @fa-var-random; } |
||||||
|
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; } |
||||||
|
.@{fa-css-prefix}-react:before { content: @fa-var-react; } |
||||||
|
.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; } |
||||||
|
.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; } |
||||||
|
.@{fa-css-prefix}-red-river:before { content: @fa-var-red-river; } |
||||||
|
.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; } |
||||||
|
.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; } |
||||||
|
.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; } |
||||||
|
.@{fa-css-prefix}-redo:before { content: @fa-var-redo; } |
||||||
|
.@{fa-css-prefix}-redo-alt:before { content: @fa-var-redo-alt; } |
||||||
|
.@{fa-css-prefix}-registered:before { content: @fa-var-registered; } |
||||||
|
.@{fa-css-prefix}-rendact:before { content: @fa-var-rendact; } |
||||||
|
.@{fa-css-prefix}-renren:before { content: @fa-var-renren; } |
||||||
|
.@{fa-css-prefix}-reply:before { content: @fa-var-reply; } |
||||||
|
.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; } |
||||||
|
.@{fa-css-prefix}-replyd:before { content: @fa-var-replyd; } |
||||||
|
.@{fa-css-prefix}-resolving:before { content: @fa-var-resolving; } |
||||||
|
.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; } |
||||||
|
.@{fa-css-prefix}-road:before { content: @fa-var-road; } |
||||||
|
.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; } |
||||||
|
.@{fa-css-prefix}-rocketchat:before { content: @fa-var-rocketchat; } |
||||||
|
.@{fa-css-prefix}-rockrms:before { content: @fa-var-rockrms; } |
||||||
|
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; } |
||||||
|
.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; } |
||||||
|
.@{fa-css-prefix}-ruble-sign:before { content: @fa-var-ruble-sign; } |
||||||
|
.@{fa-css-prefix}-rupee-sign:before { content: @fa-var-rupee-sign; } |
||||||
|
.@{fa-css-prefix}-safari:before { content: @fa-var-safari; } |
||||||
|
.@{fa-css-prefix}-sass:before { content: @fa-var-sass; } |
||||||
|
.@{fa-css-prefix}-save:before { content: @fa-var-save; } |
||||||
|
.@{fa-css-prefix}-schlix:before { content: @fa-var-schlix; } |
||||||
|
.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; } |
||||||
|
.@{fa-css-prefix}-search:before { content: @fa-var-search; } |
||||||
|
.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; } |
||||||
|
.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; } |
||||||
|
.@{fa-css-prefix}-searchengin:before { content: @fa-var-searchengin; } |
||||||
|
.@{fa-css-prefix}-sellcast:before { content: @fa-var-sellcast; } |
||||||
|
.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; } |
||||||
|
.@{fa-css-prefix}-server:before { content: @fa-var-server; } |
||||||
|
.@{fa-css-prefix}-servicestack:before { content: @fa-var-servicestack; } |
||||||
|
.@{fa-css-prefix}-share:before { content: @fa-var-share; } |
||||||
|
.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; } |
||||||
|
.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; } |
||||||
|
.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; } |
||||||
|
.@{fa-css-prefix}-shekel-sign:before { content: @fa-var-shekel-sign; } |
||||||
|
.@{fa-css-prefix}-shield-alt:before { content: @fa-var-shield-alt; } |
||||||
|
.@{fa-css-prefix}-ship:before { content: @fa-var-ship; } |
||||||
|
.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; } |
||||||
|
.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; } |
||||||
|
.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; } |
||||||
|
.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; } |
||||||
|
.@{fa-css-prefix}-shower:before { content: @fa-var-shower; } |
||||||
|
.@{fa-css-prefix}-sign-in-alt:before { content: @fa-var-sign-in-alt; } |
||||||
|
.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; } |
||||||
|
.@{fa-css-prefix}-sign-out-alt:before { content: @fa-var-sign-out-alt; } |
||||||
|
.@{fa-css-prefix}-signal:before { content: @fa-var-signal; } |
||||||
|
.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; } |
||||||
|
.@{fa-css-prefix}-sistrix:before { content: @fa-var-sistrix; } |
||||||
|
.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; } |
||||||
|
.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; } |
||||||
|
.@{fa-css-prefix}-skype:before { content: @fa-var-skype; } |
||||||
|
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; } |
||||||
|
.@{fa-css-prefix}-slack-hash:before { content: @fa-var-slack-hash; } |
||||||
|
.@{fa-css-prefix}-sliders-h:before { content: @fa-var-sliders-h; } |
||||||
|
.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; } |
||||||
|
.@{fa-css-prefix}-smile:before { content: @fa-var-smile; } |
||||||
|
.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; } |
||||||
|
.@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; } |
||||||
|
.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; } |
||||||
|
.@{fa-css-prefix}-snowflake:before { content: @fa-var-snowflake; } |
||||||
|
.@{fa-css-prefix}-sort:before { content: @fa-var-sort; } |
||||||
|
.@{fa-css-prefix}-sort-alpha-down:before { content: @fa-var-sort-alpha-down; } |
||||||
|
.@{fa-css-prefix}-sort-alpha-up:before { content: @fa-var-sort-alpha-up; } |
||||||
|
.@{fa-css-prefix}-sort-amount-down:before { content: @fa-var-sort-amount-down; } |
||||||
|
.@{fa-css-prefix}-sort-amount-up:before { content: @fa-var-sort-amount-up; } |
||||||
|
.@{fa-css-prefix}-sort-down:before { content: @fa-var-sort-down; } |
||||||
|
.@{fa-css-prefix}-sort-numeric-down:before { content: @fa-var-sort-numeric-down; } |
||||||
|
.@{fa-css-prefix}-sort-numeric-up:before { content: @fa-var-sort-numeric-up; } |
||||||
|
.@{fa-css-prefix}-sort-up:before { content: @fa-var-sort-up; } |
||||||
|
.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; } |
||||||
|
.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; } |
||||||
|
.@{fa-css-prefix}-speakap:before { content: @fa-var-speakap; } |
||||||
|
.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; } |
||||||
|
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; } |
||||||
|
.@{fa-css-prefix}-square:before { content: @fa-var-square; } |
||||||
|
.@{fa-css-prefix}-square-full:before { content: @fa-var-square-full; } |
||||||
|
.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; } |
||||||
|
.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; } |
||||||
|
.@{fa-css-prefix}-star:before { content: @fa-var-star; } |
||||||
|
.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; } |
||||||
|
.@{fa-css-prefix}-staylinked:before { content: @fa-var-staylinked; } |
||||||
|
.@{fa-css-prefix}-steam:before { content: @fa-var-steam; } |
||||||
|
.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; } |
||||||
|
.@{fa-css-prefix}-steam-symbol:before { content: @fa-var-steam-symbol; } |
||||||
|
.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; } |
||||||
|
.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; } |
||||||
|
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; } |
||||||
|
.@{fa-css-prefix}-sticker-mule:before { content: @fa-var-sticker-mule; } |
||||||
|
.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; } |
||||||
|
.@{fa-css-prefix}-stop:before { content: @fa-var-stop; } |
||||||
|
.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; } |
||||||
|
.@{fa-css-prefix}-stopwatch:before { content: @fa-var-stopwatch; } |
||||||
|
.@{fa-css-prefix}-strava:before { content: @fa-var-strava; } |
||||||
|
.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; } |
||||||
|
.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; } |
||||||
|
.@{fa-css-prefix}-stripe:before { content: @fa-var-stripe; } |
||||||
|
.@{fa-css-prefix}-stripe-s:before { content: @fa-var-stripe-s; } |
||||||
|
.@{fa-css-prefix}-studiovinari:before { content: @fa-var-studiovinari; } |
||||||
|
.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; } |
||||||
|
.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; } |
||||||
|
.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; } |
||||||
|
.@{fa-css-prefix}-subway:before { content: @fa-var-subway; } |
||||||
|
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; } |
||||||
|
.@{fa-css-prefix}-sun:before { content: @fa-var-sun; } |
||||||
|
.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; } |
||||||
|
.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; } |
||||||
|
.@{fa-css-prefix}-supple:before { content: @fa-var-supple; } |
||||||
|
.@{fa-css-prefix}-sync:before { content: @fa-var-sync; } |
||||||
|
.@{fa-css-prefix}-sync-alt:before { content: @fa-var-sync-alt; } |
||||||
|
.@{fa-css-prefix}-table:before { content: @fa-var-table; } |
||||||
|
.@{fa-css-prefix}-table-tennis:before { content: @fa-var-table-tennis; } |
||||||
|
.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; } |
||||||
|
.@{fa-css-prefix}-tablet-alt:before { content: @fa-var-tablet-alt; } |
||||||
|
.@{fa-css-prefix}-tachometer-alt:before { content: @fa-var-tachometer-alt; } |
||||||
|
.@{fa-css-prefix}-tag:before { content: @fa-var-tag; } |
||||||
|
.@{fa-css-prefix}-tags:before { content: @fa-var-tags; } |
||||||
|
.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; } |
||||||
|
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; } |
||||||
|
.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; } |
||||||
|
.@{fa-css-prefix}-telegram-plane:before { content: @fa-var-telegram-plane; } |
||||||
|
.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; } |
||||||
|
.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; } |
||||||
|
.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; } |
||||||
|
.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; } |
||||||
|
.@{fa-css-prefix}-th:before { content: @fa-var-th; } |
||||||
|
.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; } |
||||||
|
.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; } |
||||||
|
.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; } |
||||||
|
.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; } |
||||||
|
.@{fa-css-prefix}-thermometer-full:before { content: @fa-var-thermometer-full; } |
||||||
|
.@{fa-css-prefix}-thermometer-half:before { content: @fa-var-thermometer-half; } |
||||||
|
.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; } |
||||||
|
.@{fa-css-prefix}-thermometer-three-quarters:before { content: @fa-var-thermometer-three-quarters; } |
||||||
|
.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; } |
||||||
|
.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; } |
||||||
|
.@{fa-css-prefix}-thumbtack:before { content: @fa-var-thumbtack; } |
||||||
|
.@{fa-css-prefix}-ticket-alt:before { content: @fa-var-ticket-alt; } |
||||||
|
.@{fa-css-prefix}-times:before { content: @fa-var-times; } |
||||||
|
.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; } |
||||||
|
.@{fa-css-prefix}-tint:before { content: @fa-var-tint; } |
||||||
|
.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; } |
||||||
|
.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; } |
||||||
|
.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; } |
||||||
|
.@{fa-css-prefix}-train:before { content: @fa-var-train; } |
||||||
|
.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; } |
||||||
|
.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; } |
||||||
|
.@{fa-css-prefix}-trash:before { content: @fa-var-trash; } |
||||||
|
.@{fa-css-prefix}-trash-alt:before { content: @fa-var-trash-alt; } |
||||||
|
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; } |
||||||
|
.@{fa-css-prefix}-trello:before { content: @fa-var-trello; } |
||||||
|
.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; } |
||||||
|
.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; } |
||||||
|
.@{fa-css-prefix}-truck:before { content: @fa-var-truck; } |
||||||
|
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; } |
||||||
|
.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; } |
||||||
|
.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; } |
||||||
|
.@{fa-css-prefix}-tv:before { content: @fa-var-tv; } |
||||||
|
.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; } |
||||||
|
.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; } |
||||||
|
.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; } |
||||||
|
.@{fa-css-prefix}-typo3:before { content: @fa-var-typo3; } |
||||||
|
.@{fa-css-prefix}-uber:before { content: @fa-var-uber; } |
||||||
|
.@{fa-css-prefix}-uikit:before { content: @fa-var-uikit; } |
||||||
|
.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; } |
||||||
|
.@{fa-css-prefix}-underline:before { content: @fa-var-underline; } |
||||||
|
.@{fa-css-prefix}-undo:before { content: @fa-var-undo; } |
||||||
|
.@{fa-css-prefix}-undo-alt:before { content: @fa-var-undo-alt; } |
||||||
|
.@{fa-css-prefix}-uniregistry:before { content: @fa-var-uniregistry; } |
||||||
|
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; } |
||||||
|
.@{fa-css-prefix}-university:before { content: @fa-var-university; } |
||||||
|
.@{fa-css-prefix}-unlink:before { content: @fa-var-unlink; } |
||||||
|
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; } |
||||||
|
.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; } |
||||||
|
.@{fa-css-prefix}-untappd:before { content: @fa-var-untappd; } |
||||||
|
.@{fa-css-prefix}-upload:before { content: @fa-var-upload; } |
||||||
|
.@{fa-css-prefix}-usb:before { content: @fa-var-usb; } |
||||||
|
.@{fa-css-prefix}-user:before { content: @fa-var-user; } |
||||||
|
.@{fa-css-prefix}-user-circle:before { content: @fa-var-user-circle; } |
||||||
|
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; } |
||||||
|
.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; } |
||||||
|
.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; } |
||||||
|
.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; } |
||||||
|
.@{fa-css-prefix}-users:before { content: @fa-var-users; } |
||||||
|
.@{fa-css-prefix}-ussunnah:before { content: @fa-var-ussunnah; } |
||||||
|
.@{fa-css-prefix}-utensil-spoon:before { content: @fa-var-utensil-spoon; } |
||||||
|
.@{fa-css-prefix}-utensils:before { content: @fa-var-utensils; } |
||||||
|
.@{fa-css-prefix}-vaadin:before { content: @fa-var-vaadin; } |
||||||
|
.@{fa-css-prefix}-venus:before { content: @fa-var-venus; } |
||||||
|
.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; } |
||||||
|
.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; } |
||||||
|
.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; } |
||||||
|
.@{fa-css-prefix}-viadeo:before { content: @fa-var-viadeo; } |
||||||
|
.@{fa-css-prefix}-viadeo-square:before { content: @fa-var-viadeo-square; } |
||||||
|
.@{fa-css-prefix}-viber:before { content: @fa-var-viber; } |
||||||
|
.@{fa-css-prefix}-video:before { content: @fa-var-video; } |
||||||
|
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; } |
||||||
|
.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; } |
||||||
|
.@{fa-css-prefix}-vimeo-v:before { content: @fa-var-vimeo-v; } |
||||||
|
.@{fa-css-prefix}-vine:before { content: @fa-var-vine; } |
||||||
|
.@{fa-css-prefix}-vk:before { content: @fa-var-vk; } |
||||||
|
.@{fa-css-prefix}-vnv:before { content: @fa-var-vnv; } |
||||||
|
.@{fa-css-prefix}-volleyball-ball:before { content: @fa-var-volleyball-ball; } |
||||||
|
.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; } |
||||||
|
.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; } |
||||||
|
.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; } |
||||||
|
.@{fa-css-prefix}-vuejs:before { content: @fa-var-vuejs; } |
||||||
|
.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; } |
||||||
|
.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; } |
||||||
|
.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; } |
||||||
|
.@{fa-css-prefix}-whatsapp-square:before { content: @fa-var-whatsapp-square; } |
||||||
|
.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; } |
||||||
|
.@{fa-css-prefix}-whmcs:before { content: @fa-var-whmcs; } |
||||||
|
.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; } |
||||||
|
.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; } |
||||||
|
.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; } |
||||||
|
.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; } |
||||||
|
.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; } |
||||||
|
.@{fa-css-prefix}-window-restore:before { content: @fa-var-window-restore; } |
||||||
|
.@{fa-css-prefix}-windows:before { content: @fa-var-windows; } |
||||||
|
.@{fa-css-prefix}-won-sign:before { content: @fa-var-won-sign; } |
||||||
|
.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; } |
||||||
|
.@{fa-css-prefix}-wordpress-simple:before { content: @fa-var-wordpress-simple; } |
||||||
|
.@{fa-css-prefix}-wpbeginner:before { content: @fa-var-wpbeginner; } |
||||||
|
.@{fa-css-prefix}-wpexplorer:before { content: @fa-var-wpexplorer; } |
||||||
|
.@{fa-css-prefix}-wpforms:before { content: @fa-var-wpforms; } |
||||||
|
.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; } |
||||||
|
.@{fa-css-prefix}-xbox:before { content: @fa-var-xbox; } |
||||||
|
.@{fa-css-prefix}-xing:before { content: @fa-var-xing; } |
||||||
|
.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; } |
||||||
|
.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; } |
||||||
|
.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; } |
||||||
|
.@{fa-css-prefix}-yandex:before { content: @fa-var-yandex; } |
||||||
|
.@{fa-css-prefix}-yandex-international:before { content: @fa-var-yandex-international; } |
||||||
|
.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; } |
||||||
|
.@{fa-css-prefix}-yen-sign:before { content: @fa-var-yen-sign; } |
||||||
|
.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; } |
||||||
|
.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; } |
||||||
|
.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; } |
||||||
@ -0,0 +1,27 @@ |
|||||||
|
// Icon Sizes |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.larger(@factor) when (@factor > 0) { |
||||||
|
.larger((@factor - 1)); |
||||||
|
|
||||||
|
.@{fa-css-prefix}-@{factor}x { |
||||||
|
font-size: (@factor * 1em); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
/* makes the font 33% larger relative to the icon container */ |
||||||
|
.@{fa-css-prefix}-lg { |
||||||
|
font-size: (4em / 3); |
||||||
|
line-height: (3em / 4); |
||||||
|
vertical-align: -.0667em; |
||||||
|
} |
||||||
|
|
||||||
|
.@{fa-css-prefix}-xs { |
||||||
|
font-size: .75em; |
||||||
|
} |
||||||
|
|
||||||
|
.@{fa-css-prefix}-sm { |
||||||
|
font-size: .875em; |
||||||
|
} |
||||||
|
|
||||||
|
.larger(10); |
||||||
@ -0,0 +1,18 @@ |
|||||||
|
// List Icons |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.@{fa-css-prefix}-ul { |
||||||
|
list-style-type: none; |
||||||
|
margin-left: @fa-li-width * 5/4; |
||||||
|
padding-left: 0; |
||||||
|
|
||||||
|
> li { position: relative; } |
||||||
|
} |
||||||
|
|
||||||
|
.@{fa-css-prefix}-li { |
||||||
|
left: -@fa-li-width; |
||||||
|
position: absolute; |
||||||
|
text-align: center; |
||||||
|
width: @fa-li-width; |
||||||
|
line-height: inherit; |
||||||
|
} |
||||||
@ -0,0 +1,57 @@ |
|||||||
|
// Mixins |
||||||
|
// -------------------------- |
||||||
|
|
||||||
|
.fa-icon() { |
||||||
|
-moz-osx-font-smoothing: grayscale; |
||||||
|
-webkit-font-smoothing: antialiased; |
||||||
|
display: inline-block; |
||||||
|
font-style: normal; |
||||||
|
font-variant: normal; |
||||||
|
font-weight: normal; |
||||||
|
line-height: 1; |
||||||
|
vertical-align: -.125em; |
||||||
|
} |
||||||
|
|
||||||
|
.fa-icon-rotate(@degrees, @rotation) { |
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})"; |
||||||
|
transform: rotate(@degrees); |
||||||
|
} |
||||||
|
|
||||||
|
.fa-icon-flip(@horiz, @vert, @rotation) { |
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)"; |
||||||
|
transform: scale(@horiz, @vert); |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
// Only display content to screen readers. A la Bootstrap 4. |
||||||
|
// |
||||||
|
// See: http://a11yproject.com/posts/how-to-hide-content/ |
||||||
|
|
||||||
|
.sr-only() { |
||||||
|
border: 0; |
||||||
|
clip: rect(0,0,0,0); |
||||||
|
height: 1px; |
||||||
|
margin: -1px; |
||||||
|
overflow: hidden; |
||||||
|
padding: 0; |
||||||
|
position: absolute; |
||||||
|
width: 1px; |
||||||
|
} |
||||||
|
|
||||||
|
// Use in conjunction with .sr-only to only display content when it's focused. |
||||||
|
// |
||||||
|
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 |
||||||
|
// |
||||||
|
// Credit: HTML5 Boilerplate |
||||||
|
|
||||||
|
.sr-only-focusable() { |
||||||
|
&:active, |
||||||
|
&:focus { |
||||||
|
clip: auto; |
||||||
|
height: auto; |
||||||
|
margin: 0; |
||||||
|
overflow: visible; |
||||||
|
position: static; |
||||||
|
width: auto; |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
// Rotated & Flipped Icons |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } |
||||||
|
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } |
||||||
|
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } |
||||||
|
|
||||||
|
.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } |
||||||
|
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } |
||||||
|
.@{fa-css-prefix}-flip-horizontal.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(-1, -1, 2); } |
||||||
|
|
||||||
|
// Hook for IE8-9 |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
:root { |
||||||
|
.@{fa-css-prefix}-rotate-90, |
||||||
|
.@{fa-css-prefix}-rotate-180, |
||||||
|
.@{fa-css-prefix}-rotate-270, |
||||||
|
.@{fa-css-prefix}-flip-horizontal, |
||||||
|
.@{fa-css-prefix}-flip-vertical { |
||||||
|
filter: none; |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
// Screen Readers |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.sr-only { .sr-only(); } |
||||||
|
.sr-only-focusable { .sr-only-focusable(); } |
||||||
@ -0,0 +1,22 @@ |
|||||||
|
// Stacked Icons |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.@{fa-css-prefix}-stack { |
||||||
|
display: inline-block; |
||||||
|
height: 2em; |
||||||
|
line-height: 2em; |
||||||
|
position: relative; |
||||||
|
vertical-align: middle; |
||||||
|
width: 2em; |
||||||
|
} |
||||||
|
|
||||||
|
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { |
||||||
|
left: 0; |
||||||
|
position: absolute; |
||||||
|
text-align: center; |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
|
||||||
|
.@{fa-css-prefix}-stack-1x { line-height: inherit; } |
||||||
|
.@{fa-css-prefix}-stack-2x { font-size: 2em; } |
||||||
|
.@{fa-css-prefix}-inverse { color: @fa-inverse; } |
||||||
@ -0,0 +1,825 @@ |
|||||||
|
// Variables |
||||||
|
// -------------------------- |
||||||
|
|
||||||
|
@fa-font-path: "../webfonts"; |
||||||
|
@fa-font-size-base: 16px; |
||||||
|
@fa-line-height-base: 1; |
||||||
|
@fa-css-prefix: fa; |
||||||
|
@fa-version: "5.0.6"; |
||||||
|
@fa-border-color: #eee; |
||||||
|
@fa-inverse: #fff; |
||||||
|
@fa-li-width: 2em; |
||||||
|
|
||||||
|
@fa-var-500px: "\f26e"; |
||||||
|
@fa-var-accessible-icon: "\f368"; |
||||||
|
@fa-var-accusoft: "\f369"; |
||||||
|
@fa-var-address-book: "\f2b9"; |
||||||
|
@fa-var-address-card: "\f2bb"; |
||||||
|
@fa-var-adjust: "\f042"; |
||||||
|
@fa-var-adn: "\f170"; |
||||||
|
@fa-var-adversal: "\f36a"; |
||||||
|
@fa-var-affiliatetheme: "\f36b"; |
||||||
|
@fa-var-algolia: "\f36c"; |
||||||
|
@fa-var-align-center: "\f037"; |
||||||
|
@fa-var-align-justify: "\f039"; |
||||||
|
@fa-var-align-left: "\f036"; |
||||||
|
@fa-var-align-right: "\f038"; |
||||||
|
@fa-var-amazon: "\f270"; |
||||||
|
@fa-var-amazon-pay: "\f42c"; |
||||||
|
@fa-var-ambulance: "\f0f9"; |
||||||
|
@fa-var-american-sign-language-interpreting: "\f2a3"; |
||||||
|
@fa-var-amilia: "\f36d"; |
||||||
|
@fa-var-anchor: "\f13d"; |
||||||
|
@fa-var-android: "\f17b"; |
||||||
|
@fa-var-angellist: "\f209"; |
||||||
|
@fa-var-angle-double-down: "\f103"; |
||||||
|
@fa-var-angle-double-left: "\f100"; |
||||||
|
@fa-var-angle-double-right: "\f101"; |
||||||
|
@fa-var-angle-double-up: "\f102"; |
||||||
|
@fa-var-angle-down: "\f107"; |
||||||
|
@fa-var-angle-left: "\f104"; |
||||||
|
@fa-var-angle-right: "\f105"; |
||||||
|
@fa-var-angle-up: "\f106"; |
||||||
|
@fa-var-angrycreative: "\f36e"; |
||||||
|
@fa-var-angular: "\f420"; |
||||||
|
@fa-var-app-store: "\f36f"; |
||||||
|
@fa-var-app-store-ios: "\f370"; |
||||||
|
@fa-var-apper: "\f371"; |
||||||
|
@fa-var-apple: "\f179"; |
||||||
|
@fa-var-apple-pay: "\f415"; |
||||||
|
@fa-var-archive: "\f187"; |
||||||
|
@fa-var-arrow-alt-circle-down: "\f358"; |
||||||
|
@fa-var-arrow-alt-circle-left: "\f359"; |
||||||
|
@fa-var-arrow-alt-circle-right: "\f35a"; |
||||||
|
@fa-var-arrow-alt-circle-up: "\f35b"; |
||||||
|
@fa-var-arrow-circle-down: "\f0ab"; |
||||||
|
@fa-var-arrow-circle-left: "\f0a8"; |
||||||
|
@fa-var-arrow-circle-right: "\f0a9"; |
||||||
|
@fa-var-arrow-circle-up: "\f0aa"; |
||||||
|
@fa-var-arrow-down: "\f063"; |
||||||
|
@fa-var-arrow-left: "\f060"; |
||||||
|
@fa-var-arrow-right: "\f061"; |
||||||
|
@fa-var-arrow-up: "\f062"; |
||||||
|
@fa-var-arrows-alt: "\f0b2"; |
||||||
|
@fa-var-arrows-alt-h: "\f337"; |
||||||
|
@fa-var-arrows-alt-v: "\f338"; |
||||||
|
@fa-var-assistive-listening-systems: "\f2a2"; |
||||||
|
@fa-var-asterisk: "\f069"; |
||||||
|
@fa-var-asymmetrik: "\f372"; |
||||||
|
@fa-var-at: "\f1fa"; |
||||||
|
@fa-var-audible: "\f373"; |
||||||
|
@fa-var-audio-description: "\f29e"; |
||||||
|
@fa-var-autoprefixer: "\f41c"; |
||||||
|
@fa-var-avianex: "\f374"; |
||||||
|
@fa-var-aviato: "\f421"; |
||||||
|
@fa-var-aws: "\f375"; |
||||||
|
@fa-var-backward: "\f04a"; |
||||||
|
@fa-var-balance-scale: "\f24e"; |
||||||
|
@fa-var-ban: "\f05e"; |
||||||
|
@fa-var-bandcamp: "\f2d5"; |
||||||
|
@fa-var-barcode: "\f02a"; |
||||||
|
@fa-var-bars: "\f0c9"; |
||||||
|
@fa-var-baseball-ball: "\f433"; |
||||||
|
@fa-var-basketball-ball: "\f434"; |
||||||
|
@fa-var-bath: "\f2cd"; |
||||||
|
@fa-var-battery-empty: "\f244"; |
||||||
|
@fa-var-battery-full: "\f240"; |
||||||
|
@fa-var-battery-half: "\f242"; |
||||||
|
@fa-var-battery-quarter: "\f243"; |
||||||
|
@fa-var-battery-three-quarters: "\f241"; |
||||||
|
@fa-var-bed: "\f236"; |
||||||
|
@fa-var-beer: "\f0fc"; |
||||||
|
@fa-var-behance: "\f1b4"; |
||||||
|
@fa-var-behance-square: "\f1b5"; |
||||||
|
@fa-var-bell: "\f0f3"; |
||||||
|
@fa-var-bell-slash: "\f1f6"; |
||||||
|
@fa-var-bicycle: "\f206"; |
||||||
|
@fa-var-bimobject: "\f378"; |
||||||
|
@fa-var-binoculars: "\f1e5"; |
||||||
|
@fa-var-birthday-cake: "\f1fd"; |
||||||
|
@fa-var-bitbucket: "\f171"; |
||||||
|
@fa-var-bitcoin: "\f379"; |
||||||
|
@fa-var-bity: "\f37a"; |
||||||
|
@fa-var-black-tie: "\f27e"; |
||||||
|
@fa-var-blackberry: "\f37b"; |
||||||
|
@fa-var-blind: "\f29d"; |
||||||
|
@fa-var-blogger: "\f37c"; |
||||||
|
@fa-var-blogger-b: "\f37d"; |
||||||
|
@fa-var-bluetooth: "\f293"; |
||||||
|
@fa-var-bluetooth-b: "\f294"; |
||||||
|
@fa-var-bold: "\f032"; |
||||||
|
@fa-var-bolt: "\f0e7"; |
||||||
|
@fa-var-bomb: "\f1e2"; |
||||||
|
@fa-var-book: "\f02d"; |
||||||
|
@fa-var-bookmark: "\f02e"; |
||||||
|
@fa-var-bowling-ball: "\f436"; |
||||||
|
@fa-var-braille: "\f2a1"; |
||||||
|
@fa-var-briefcase: "\f0b1"; |
||||||
|
@fa-var-btc: "\f15a"; |
||||||
|
@fa-var-bug: "\f188"; |
||||||
|
@fa-var-building: "\f1ad"; |
||||||
|
@fa-var-bullhorn: "\f0a1"; |
||||||
|
@fa-var-bullseye: "\f140"; |
||||||
|
@fa-var-buromobelexperte: "\f37f"; |
||||||
|
@fa-var-bus: "\f207"; |
||||||
|
@fa-var-buysellads: "\f20d"; |
||||||
|
@fa-var-calculator: "\f1ec"; |
||||||
|
@fa-var-calendar: "\f133"; |
||||||
|
@fa-var-calendar-alt: "\f073"; |
||||||
|
@fa-var-calendar-check: "\f274"; |
||||||
|
@fa-var-calendar-minus: "\f272"; |
||||||
|
@fa-var-calendar-plus: "\f271"; |
||||||
|
@fa-var-calendar-times: "\f273"; |
||||||
|
@fa-var-camera: "\f030"; |
||||||
|
@fa-var-camera-retro: "\f083"; |
||||||
|
@fa-var-car: "\f1b9"; |
||||||
|
@fa-var-caret-down: "\f0d7"; |
||||||
|
@fa-var-caret-left: "\f0d9"; |
||||||
|
@fa-var-caret-right: "\f0da"; |
||||||
|
@fa-var-caret-square-down: "\f150"; |
||||||
|
@fa-var-caret-square-left: "\f191"; |
||||||
|
@fa-var-caret-square-right: "\f152"; |
||||||
|
@fa-var-caret-square-up: "\f151"; |
||||||
|
@fa-var-caret-up: "\f0d8"; |
||||||
|
@fa-var-cart-arrow-down: "\f218"; |
||||||
|
@fa-var-cart-plus: "\f217"; |
||||||
|
@fa-var-cc-amazon-pay: "\f42d"; |
||||||
|
@fa-var-cc-amex: "\f1f3"; |
||||||
|
@fa-var-cc-apple-pay: "\f416"; |
||||||
|
@fa-var-cc-diners-club: "\f24c"; |
||||||
|
@fa-var-cc-discover: "\f1f2"; |
||||||
|
@fa-var-cc-jcb: "\f24b"; |
||||||
|
@fa-var-cc-mastercard: "\f1f1"; |
||||||
|
@fa-var-cc-paypal: "\f1f4"; |
||||||
|
@fa-var-cc-stripe: "\f1f5"; |
||||||
|
@fa-var-cc-visa: "\f1f0"; |
||||||
|
@fa-var-centercode: "\f380"; |
||||||
|
@fa-var-certificate: "\f0a3"; |
||||||
|
@fa-var-chart-area: "\f1fe"; |
||||||
|
@fa-var-chart-bar: "\f080"; |
||||||
|
@fa-var-chart-line: "\f201"; |
||||||
|
@fa-var-chart-pie: "\f200"; |
||||||
|
@fa-var-check: "\f00c"; |
||||||
|
@fa-var-check-circle: "\f058"; |
||||||
|
@fa-var-check-square: "\f14a"; |
||||||
|
@fa-var-chess: "\f439"; |
||||||
|
@fa-var-chess-bishop: "\f43a"; |
||||||
|
@fa-var-chess-board: "\f43c"; |
||||||
|
@fa-var-chess-king: "\f43f"; |
||||||
|
@fa-var-chess-knight: "\f441"; |
||||||
|
@fa-var-chess-pawn: "\f443"; |
||||||
|
@fa-var-chess-queen: "\f445"; |
||||||
|
@fa-var-chess-rook: "\f447"; |
||||||
|
@fa-var-chevron-circle-down: "\f13a"; |
||||||
|
@fa-var-chevron-circle-left: "\f137"; |
||||||
|
@fa-var-chevron-circle-right: "\f138"; |
||||||
|
@fa-var-chevron-circle-up: "\f139"; |
||||||
|
@fa-var-chevron-down: "\f078"; |
||||||
|
@fa-var-chevron-left: "\f053"; |
||||||
|
@fa-var-chevron-right: "\f054"; |
||||||
|
@fa-var-chevron-up: "\f077"; |
||||||
|
@fa-var-child: "\f1ae"; |
||||||
|
@fa-var-chrome: "\f268"; |
||||||
|
@fa-var-circle: "\f111"; |
||||||
|
@fa-var-circle-notch: "\f1ce"; |
||||||
|
@fa-var-clipboard: "\f328"; |
||||||
|
@fa-var-clock: "\f017"; |
||||||
|
@fa-var-clone: "\f24d"; |
||||||
|
@fa-var-closed-captioning: "\f20a"; |
||||||
|
@fa-var-cloud: "\f0c2"; |
||||||
|
@fa-var-cloud-download-alt: "\f381"; |
||||||
|
@fa-var-cloud-upload-alt: "\f382"; |
||||||
|
@fa-var-cloudscale: "\f383"; |
||||||
|
@fa-var-cloudsmith: "\f384"; |
||||||
|
@fa-var-cloudversify: "\f385"; |
||||||
|
@fa-var-code: "\f121"; |
||||||
|
@fa-var-code-branch: "\f126"; |
||||||
|
@fa-var-codepen: "\f1cb"; |
||||||
|
@fa-var-codiepie: "\f284"; |
||||||
|
@fa-var-coffee: "\f0f4"; |
||||||
|
@fa-var-cog: "\f013"; |
||||||
|
@fa-var-cogs: "\f085"; |
||||||
|
@fa-var-columns: "\f0db"; |
||||||
|
@fa-var-comment: "\f075"; |
||||||
|
@fa-var-comment-alt: "\f27a"; |
||||||
|
@fa-var-comments: "\f086"; |
||||||
|
@fa-var-compass: "\f14e"; |
||||||
|
@fa-var-compress: "\f066"; |
||||||
|
@fa-var-connectdevelop: "\f20e"; |
||||||
|
@fa-var-contao: "\f26d"; |
||||||
|
@fa-var-copy: "\f0c5"; |
||||||
|
@fa-var-copyright: "\f1f9"; |
||||||
|
@fa-var-cpanel: "\f388"; |
||||||
|
@fa-var-creative-commons: "\f25e"; |
||||||
|
@fa-var-credit-card: "\f09d"; |
||||||
|
@fa-var-crop: "\f125"; |
||||||
|
@fa-var-crosshairs: "\f05b"; |
||||||
|
@fa-var-css3: "\f13c"; |
||||||
|
@fa-var-css3-alt: "\f38b"; |
||||||
|
@fa-var-cube: "\f1b2"; |
||||||
|
@fa-var-cubes: "\f1b3"; |
||||||
|
@fa-var-cut: "\f0c4"; |
||||||
|
@fa-var-cuttlefish: "\f38c"; |
||||||
|
@fa-var-d-and-d: "\f38d"; |
||||||
|
@fa-var-dashcube: "\f210"; |
||||||
|
@fa-var-database: "\f1c0"; |
||||||
|
@fa-var-deaf: "\f2a4"; |
||||||
|
@fa-var-delicious: "\f1a5"; |
||||||
|
@fa-var-deploydog: "\f38e"; |
||||||
|
@fa-var-deskpro: "\f38f"; |
||||||
|
@fa-var-desktop: "\f108"; |
||||||
|
@fa-var-deviantart: "\f1bd"; |
||||||
|
@fa-var-digg: "\f1a6"; |
||||||
|
@fa-var-digital-ocean: "\f391"; |
||||||
|
@fa-var-discord: "\f392"; |
||||||
|
@fa-var-discourse: "\f393"; |
||||||
|
@fa-var-dochub: "\f394"; |
||||||
|
@fa-var-docker: "\f395"; |
||||||
|
@fa-var-dollar-sign: "\f155"; |
||||||
|
@fa-var-dot-circle: "\f192"; |
||||||
|
@fa-var-download: "\f019"; |
||||||
|
@fa-var-draft2digital: "\f396"; |
||||||
|
@fa-var-dribbble: "\f17d"; |
||||||
|
@fa-var-dribbble-square: "\f397"; |
||||||
|
@fa-var-dropbox: "\f16b"; |
||||||
|
@fa-var-drupal: "\f1a9"; |
||||||
|
@fa-var-dyalog: "\f399"; |
||||||
|
@fa-var-earlybirds: "\f39a"; |
||||||
|
@fa-var-edge: "\f282"; |
||||||
|
@fa-var-edit: "\f044"; |
||||||
|
@fa-var-eject: "\f052"; |
||||||
|
@fa-var-elementor: "\f430"; |
||||||
|
@fa-var-ellipsis-h: "\f141"; |
||||||
|
@fa-var-ellipsis-v: "\f142"; |
||||||
|
@fa-var-ember: "\f423"; |
||||||
|
@fa-var-empire: "\f1d1"; |
||||||
|
@fa-var-envelope: "\f0e0"; |
||||||
|
@fa-var-envelope-open: "\f2b6"; |
||||||
|
@fa-var-envelope-square: "\f199"; |
||||||
|
@fa-var-envira: "\f299"; |
||||||
|
@fa-var-eraser: "\f12d"; |
||||||
|
@fa-var-erlang: "\f39d"; |
||||||
|
@fa-var-ethereum: "\f42e"; |
||||||
|
@fa-var-etsy: "\f2d7"; |
||||||
|
@fa-var-euro-sign: "\f153"; |
||||||
|
@fa-var-exchange-alt: "\f362"; |
||||||
|
@fa-var-exclamation: "\f12a"; |
||||||
|
@fa-var-exclamation-circle: "\f06a"; |
||||||
|
@fa-var-exclamation-triangle: "\f071"; |
||||||
|
@fa-var-expand: "\f065"; |
||||||
|
@fa-var-expand-arrows-alt: "\f31e"; |
||||||
|
@fa-var-expeditedssl: "\f23e"; |
||||||
|
@fa-var-external-link-alt: "\f35d"; |
||||||
|
@fa-var-external-link-square-alt: "\f360"; |
||||||
|
@fa-var-eye: "\f06e"; |
||||||
|
@fa-var-eye-dropper: "\f1fb"; |
||||||
|
@fa-var-eye-slash: "\f070"; |
||||||
|
@fa-var-facebook: "\f09a"; |
||||||
|
@fa-var-facebook-f: "\f39e"; |
||||||
|
@fa-var-facebook-messenger: "\f39f"; |
||||||
|
@fa-var-facebook-square: "\f082"; |
||||||
|
@fa-var-fast-backward: "\f049"; |
||||||
|
@fa-var-fast-forward: "\f050"; |
||||||
|
@fa-var-fax: "\f1ac"; |
||||||
|
@fa-var-female: "\f182"; |
||||||
|
@fa-var-fighter-jet: "\f0fb"; |
||||||
|
@fa-var-file: "\f15b"; |
||||||
|
@fa-var-file-alt: "\f15c"; |
||||||
|
@fa-var-file-archive: "\f1c6"; |
||||||
|
@fa-var-file-audio: "\f1c7"; |
||||||
|
@fa-var-file-code: "\f1c9"; |
||||||
|
@fa-var-file-excel: "\f1c3"; |
||||||
|
@fa-var-file-image: "\f1c5"; |
||||||
|
@fa-var-file-pdf: "\f1c1"; |
||||||
|
@fa-var-file-powerpoint: "\f1c4"; |
||||||
|
@fa-var-file-video: "\f1c8"; |
||||||
|
@fa-var-file-word: "\f1c2"; |
||||||
|
@fa-var-film: "\f008"; |
||||||
|
@fa-var-filter: "\f0b0"; |
||||||
|
@fa-var-fire: "\f06d"; |
||||||
|
@fa-var-fire-extinguisher: "\f134"; |
||||||
|
@fa-var-firefox: "\f269"; |
||||||
|
@fa-var-first-order: "\f2b0"; |
||||||
|
@fa-var-firstdraft: "\f3a1"; |
||||||
|
@fa-var-flag: "\f024"; |
||||||
|
@fa-var-flag-checkered: "\f11e"; |
||||||
|
@fa-var-flask: "\f0c3"; |
||||||
|
@fa-var-flickr: "\f16e"; |
||||||
|
@fa-var-flipboard: "\f44d"; |
||||||
|
@fa-var-fly: "\f417"; |
||||||
|
@fa-var-folder: "\f07b"; |
||||||
|
@fa-var-folder-open: "\f07c"; |
||||||
|
@fa-var-font: "\f031"; |
||||||
|
@fa-var-font-awesome: "\f2b4"; |
||||||
|
@fa-var-font-awesome-alt: "\f35c"; |
||||||
|
@fa-var-font-awesome-flag: "\f425"; |
||||||
|
@fa-var-fonticons: "\f280"; |
||||||
|
@fa-var-fonticons-fi: "\f3a2"; |
||||||
|
@fa-var-football-ball: "\f44e"; |
||||||
|
@fa-var-fort-awesome: "\f286"; |
||||||
|
@fa-var-fort-awesome-alt: "\f3a3"; |
||||||
|
@fa-var-forumbee: "\f211"; |
||||||
|
@fa-var-forward: "\f04e"; |
||||||
|
@fa-var-foursquare: "\f180"; |
||||||
|
@fa-var-free-code-camp: "\f2c5"; |
||||||
|
@fa-var-freebsd: "\f3a4"; |
||||||
|
@fa-var-frown: "\f119"; |
||||||
|
@fa-var-futbol: "\f1e3"; |
||||||
|
@fa-var-gamepad: "\f11b"; |
||||||
|
@fa-var-gavel: "\f0e3"; |
||||||
|
@fa-var-gem: "\f3a5"; |
||||||
|
@fa-var-genderless: "\f22d"; |
||||||
|
@fa-var-get-pocket: "\f265"; |
||||||
|
@fa-var-gg: "\f260"; |
||||||
|
@fa-var-gg-circle: "\f261"; |
||||||
|
@fa-var-gift: "\f06b"; |
||||||
|
@fa-var-git: "\f1d3"; |
||||||
|
@fa-var-git-square: "\f1d2"; |
||||||
|
@fa-var-github: "\f09b"; |
||||||
|
@fa-var-github-alt: "\f113"; |
||||||
|
@fa-var-github-square: "\f092"; |
||||||
|
@fa-var-gitkraken: "\f3a6"; |
||||||
|
@fa-var-gitlab: "\f296"; |
||||||
|
@fa-var-gitter: "\f426"; |
||||||
|
@fa-var-glass-martini: "\f000"; |
||||||
|
@fa-var-glide: "\f2a5"; |
||||||
|
@fa-var-glide-g: "\f2a6"; |
||||||
|
@fa-var-globe: "\f0ac"; |
||||||
|
@fa-var-gofore: "\f3a7"; |
||||||
|
@fa-var-golf-ball: "\f450"; |
||||||
|
@fa-var-goodreads: "\f3a8"; |
||||||
|
@fa-var-goodreads-g: "\f3a9"; |
||||||
|
@fa-var-google: "\f1a0"; |
||||||
|
@fa-var-google-drive: "\f3aa"; |
||||||
|
@fa-var-google-play: "\f3ab"; |
||||||
|
@fa-var-google-plus: "\f2b3"; |
||||||
|
@fa-var-google-plus-g: "\f0d5"; |
||||||
|
@fa-var-google-plus-square: "\f0d4"; |
||||||
|
@fa-var-google-wallet: "\f1ee"; |
||||||
|
@fa-var-graduation-cap: "\f19d"; |
||||||
|
@fa-var-gratipay: "\f184"; |
||||||
|
@fa-var-grav: "\f2d6"; |
||||||
|
@fa-var-gripfire: "\f3ac"; |
||||||
|
@fa-var-grunt: "\f3ad"; |
||||||
|
@fa-var-gulp: "\f3ae"; |
||||||
|
@fa-var-h-square: "\f0fd"; |
||||||
|
@fa-var-hacker-news: "\f1d4"; |
||||||
|
@fa-var-hacker-news-square: "\f3af"; |
||||||
|
@fa-var-hand-lizard: "\f258"; |
||||||
|
@fa-var-hand-paper: "\f256"; |
||||||
|
@fa-var-hand-peace: "\f25b"; |
||||||
|
@fa-var-hand-point-down: "\f0a7"; |
||||||
|
@fa-var-hand-point-left: "\f0a5"; |
||||||
|
@fa-var-hand-point-right: "\f0a4"; |
||||||
|
@fa-var-hand-point-up: "\f0a6"; |
||||||
|
@fa-var-hand-pointer: "\f25a"; |
||||||
|
@fa-var-hand-rock: "\f255"; |
||||||
|
@fa-var-hand-scissors: "\f257"; |
||||||
|
@fa-var-hand-spock: "\f259"; |
||||||
|
@fa-var-handshake: "\f2b5"; |
||||||
|
@fa-var-hashtag: "\f292"; |
||||||
|
@fa-var-hdd: "\f0a0"; |
||||||
|
@fa-var-heading: "\f1dc"; |
||||||
|
@fa-var-headphones: "\f025"; |
||||||
|
@fa-var-heart: "\f004"; |
||||||
|
@fa-var-heartbeat: "\f21e"; |
||||||
|
@fa-var-hips: "\f452"; |
||||||
|
@fa-var-hire-a-helper: "\f3b0"; |
||||||
|
@fa-var-history: "\f1da"; |
||||||
|
@fa-var-hockey-puck: "\f453"; |
||||||
|
@fa-var-home: "\f015"; |
||||||
|
@fa-var-hooli: "\f427"; |
||||||
|
@fa-var-hospital: "\f0f8"; |
||||||
|
@fa-var-hotjar: "\f3b1"; |
||||||
|
@fa-var-hourglass: "\f254"; |
||||||
|
@fa-var-hourglass-end: "\f253"; |
||||||
|
@fa-var-hourglass-half: "\f252"; |
||||||
|
@fa-var-hourglass-start: "\f251"; |
||||||
|
@fa-var-houzz: "\f27c"; |
||||||
|
@fa-var-html5: "\f13b"; |
||||||
|
@fa-var-hubspot: "\f3b2"; |
||||||
|
@fa-var-i-cursor: "\f246"; |
||||||
|
@fa-var-id-badge: "\f2c1"; |
||||||
|
@fa-var-id-card: "\f2c2"; |
||||||
|
@fa-var-image: "\f03e"; |
||||||
|
@fa-var-images: "\f302"; |
||||||
|
@fa-var-imdb: "\f2d8"; |
||||||
|
@fa-var-inbox: "\f01c"; |
||||||
|
@fa-var-indent: "\f03c"; |
||||||
|
@fa-var-industry: "\f275"; |
||||||
|
@fa-var-info: "\f129"; |
||||||
|
@fa-var-info-circle: "\f05a"; |
||||||
|
@fa-var-instagram: "\f16d"; |
||||||
|
@fa-var-internet-explorer: "\f26b"; |
||||||
|
@fa-var-ioxhost: "\f208"; |
||||||
|
@fa-var-italic: "\f033"; |
||||||
|
@fa-var-itunes: "\f3b4"; |
||||||
|
@fa-var-itunes-note: "\f3b5"; |
||||||
|
@fa-var-jenkins: "\f3b6"; |
||||||
|
@fa-var-joget: "\f3b7"; |
||||||
|
@fa-var-joomla: "\f1aa"; |
||||||
|
@fa-var-js: "\f3b8"; |
||||||
|
@fa-var-js-square: "\f3b9"; |
||||||
|
@fa-var-jsfiddle: "\f1cc"; |
||||||
|
@fa-var-key: "\f084"; |
||||||
|
@fa-var-keyboard: "\f11c"; |
||||||
|
@fa-var-keycdn: "\f3ba"; |
||||||
|
@fa-var-kickstarter: "\f3bb"; |
||||||
|
@fa-var-kickstarter-k: "\f3bc"; |
||||||
|
@fa-var-korvue: "\f42f"; |
||||||
|
@fa-var-language: "\f1ab"; |
||||||
|
@fa-var-laptop: "\f109"; |
||||||
|
@fa-var-laravel: "\f3bd"; |
||||||
|
@fa-var-lastfm: "\f202"; |
||||||
|
@fa-var-lastfm-square: "\f203"; |
||||||
|
@fa-var-leaf: "\f06c"; |
||||||
|
@fa-var-leanpub: "\f212"; |
||||||
|
@fa-var-lemon: "\f094"; |
||||||
|
@fa-var-less: "\f41d"; |
||||||
|
@fa-var-level-down-alt: "\f3be"; |
||||||
|
@fa-var-level-up-alt: "\f3bf"; |
||||||
|
@fa-var-life-ring: "\f1cd"; |
||||||
|
@fa-var-lightbulb: "\f0eb"; |
||||||
|
@fa-var-line: "\f3c0"; |
||||||
|
@fa-var-link: "\f0c1"; |
||||||
|
@fa-var-linkedin: "\f08c"; |
||||||
|
@fa-var-linkedin-in: "\f0e1"; |
||||||
|
@fa-var-linode: "\f2b8"; |
||||||
|
@fa-var-linux: "\f17c"; |
||||||
|
@fa-var-lira-sign: "\f195"; |
||||||
|
@fa-var-list: "\f03a"; |
||||||
|
@fa-var-list-alt: "\f022"; |
||||||
|
@fa-var-list-ol: "\f0cb"; |
||||||
|
@fa-var-list-ul: "\f0ca"; |
||||||
|
@fa-var-location-arrow: "\f124"; |
||||||
|
@fa-var-lock: "\f023"; |
||||||
|
@fa-var-lock-open: "\f3c1"; |
||||||
|
@fa-var-long-arrow-alt-down: "\f309"; |
||||||
|
@fa-var-long-arrow-alt-left: "\f30a"; |
||||||
|
@fa-var-long-arrow-alt-right: "\f30b"; |
||||||
|
@fa-var-long-arrow-alt-up: "\f30c"; |
||||||
|
@fa-var-low-vision: "\f2a8"; |
||||||
|
@fa-var-lyft: "\f3c3"; |
||||||
|
@fa-var-magento: "\f3c4"; |
||||||
|
@fa-var-magic: "\f0d0"; |
||||||
|
@fa-var-magnet: "\f076"; |
||||||
|
@fa-var-male: "\f183"; |
||||||
|
@fa-var-map: "\f279"; |
||||||
|
@fa-var-map-marker: "\f041"; |
||||||
|
@fa-var-map-marker-alt: "\f3c5"; |
||||||
|
@fa-var-map-pin: "\f276"; |
||||||
|
@fa-var-map-signs: "\f277"; |
||||||
|
@fa-var-mars: "\f222"; |
||||||
|
@fa-var-mars-double: "\f227"; |
||||||
|
@fa-var-mars-stroke: "\f229"; |
||||||
|
@fa-var-mars-stroke-h: "\f22b"; |
||||||
|
@fa-var-mars-stroke-v: "\f22a"; |
||||||
|
@fa-var-maxcdn: "\f136"; |
||||||
|
@fa-var-medapps: "\f3c6"; |
||||||
|
@fa-var-medium: "\f23a"; |
||||||
|
@fa-var-medium-m: "\f3c7"; |
||||||
|
@fa-var-medkit: "\f0fa"; |
||||||
|
@fa-var-medrt: "\f3c8"; |
||||||
|
@fa-var-meetup: "\f2e0"; |
||||||
|
@fa-var-meh: "\f11a"; |
||||||
|
@fa-var-mercury: "\f223"; |
||||||
|
@fa-var-microchip: "\f2db"; |
||||||
|
@fa-var-microphone: "\f130"; |
||||||
|
@fa-var-microphone-slash: "\f131"; |
||||||
|
@fa-var-microsoft: "\f3ca"; |
||||||
|
@fa-var-minus: "\f068"; |
||||||
|
@fa-var-minus-circle: "\f056"; |
||||||
|
@fa-var-minus-square: "\f146"; |
||||||
|
@fa-var-mix: "\f3cb"; |
||||||
|
@fa-var-mixcloud: "\f289"; |
||||||
|
@fa-var-mizuni: "\f3cc"; |
||||||
|
@fa-var-mobile: "\f10b"; |
||||||
|
@fa-var-mobile-alt: "\f3cd"; |
||||||
|
@fa-var-modx: "\f285"; |
||||||
|
@fa-var-monero: "\f3d0"; |
||||||
|
@fa-var-money-bill-alt: "\f3d1"; |
||||||
|
@fa-var-moon: "\f186"; |
||||||
|
@fa-var-motorcycle: "\f21c"; |
||||||
|
@fa-var-mouse-pointer: "\f245"; |
||||||
|
@fa-var-music: "\f001"; |
||||||
|
@fa-var-napster: "\f3d2"; |
||||||
|
@fa-var-neuter: "\f22c"; |
||||||
|
@fa-var-newspaper: "\f1ea"; |
||||||
|
@fa-var-nintendo-switch: "\f418"; |
||||||
|
@fa-var-node: "\f419"; |
||||||
|
@fa-var-node-js: "\f3d3"; |
||||||
|
@fa-var-npm: "\f3d4"; |
||||||
|
@fa-var-ns8: "\f3d5"; |
||||||
|
@fa-var-nutritionix: "\f3d6"; |
||||||
|
@fa-var-object-group: "\f247"; |
||||||
|
@fa-var-object-ungroup: "\f248"; |
||||||
|
@fa-var-odnoklassniki: "\f263"; |
||||||
|
@fa-var-odnoklassniki-square: "\f264"; |
||||||
|
@fa-var-opencart: "\f23d"; |
||||||
|
@fa-var-openid: "\f19b"; |
||||||
|
@fa-var-opera: "\f26a"; |
||||||
|
@fa-var-optin-monster: "\f23c"; |
||||||
|
@fa-var-osi: "\f41a"; |
||||||
|
@fa-var-outdent: "\f03b"; |
||||||
|
@fa-var-page4: "\f3d7"; |
||||||
|
@fa-var-pagelines: "\f18c"; |
||||||
|
@fa-var-paint-brush: "\f1fc"; |
||||||
|
@fa-var-palfed: "\f3d8"; |
||||||
|
@fa-var-paper-plane: "\f1d8"; |
||||||
|
@fa-var-paperclip: "\f0c6"; |
||||||
|
@fa-var-paragraph: "\f1dd"; |
||||||
|
@fa-var-paste: "\f0ea"; |
||||||
|
@fa-var-patreon: "\f3d9"; |
||||||
|
@fa-var-pause: "\f04c"; |
||||||
|
@fa-var-pause-circle: "\f28b"; |
||||||
|
@fa-var-paw: "\f1b0"; |
||||||
|
@fa-var-paypal: "\f1ed"; |
||||||
|
@fa-var-pen-square: "\f14b"; |
||||||
|
@fa-var-pencil-alt: "\f303"; |
||||||
|
@fa-var-percent: "\f295"; |
||||||
|
@fa-var-periscope: "\f3da"; |
||||||
|
@fa-var-phabricator: "\f3db"; |
||||||
|
@fa-var-phoenix-framework: "\f3dc"; |
||||||
|
@fa-var-phone: "\f095"; |
||||||
|
@fa-var-phone-square: "\f098"; |
||||||
|
@fa-var-phone-volume: "\f2a0"; |
||||||
|
@fa-var-php: "\f457"; |
||||||
|
@fa-var-pied-piper: "\f2ae"; |
||||||
|
@fa-var-pied-piper-alt: "\f1a8"; |
||||||
|
@fa-var-pied-piper-pp: "\f1a7"; |
||||||
|
@fa-var-pinterest: "\f0d2"; |
||||||
|
@fa-var-pinterest-p: "\f231"; |
||||||
|
@fa-var-pinterest-square: "\f0d3"; |
||||||
|
@fa-var-plane: "\f072"; |
||||||
|
@fa-var-play: "\f04b"; |
||||||
|
@fa-var-play-circle: "\f144"; |
||||||
|
@fa-var-playstation: "\f3df"; |
||||||
|
@fa-var-plug: "\f1e6"; |
||||||
|
@fa-var-plus: "\f067"; |
||||||
|
@fa-var-plus-circle: "\f055"; |
||||||
|
@fa-var-plus-square: "\f0fe"; |
||||||
|
@fa-var-podcast: "\f2ce"; |
||||||
|
@fa-var-pound-sign: "\f154"; |
||||||
|
@fa-var-power-off: "\f011"; |
||||||
|
@fa-var-print: "\f02f"; |
||||||
|
@fa-var-product-hunt: "\f288"; |
||||||
|
@fa-var-pushed: "\f3e1"; |
||||||
|
@fa-var-puzzle-piece: "\f12e"; |
||||||
|
@fa-var-python: "\f3e2"; |
||||||
|
@fa-var-qq: "\f1d6"; |
||||||
|
@fa-var-qrcode: "\f029"; |
||||||
|
@fa-var-question: "\f128"; |
||||||
|
@fa-var-question-circle: "\f059"; |
||||||
|
@fa-var-quidditch: "\f458"; |
||||||
|
@fa-var-quinscape: "\f459"; |
||||||
|
@fa-var-quora: "\f2c4"; |
||||||
|
@fa-var-quote-left: "\f10d"; |
||||||
|
@fa-var-quote-right: "\f10e"; |
||||||
|
@fa-var-random: "\f074"; |
||||||
|
@fa-var-ravelry: "\f2d9"; |
||||||
|
@fa-var-react: "\f41b"; |
||||||
|
@fa-var-rebel: "\f1d0"; |
||||||
|
@fa-var-recycle: "\f1b8"; |
||||||
|
@fa-var-red-river: "\f3e3"; |
||||||
|
@fa-var-reddit: "\f1a1"; |
||||||
|
@fa-var-reddit-alien: "\f281"; |
||||||
|
@fa-var-reddit-square: "\f1a2"; |
||||||
|
@fa-var-redo: "\f01e"; |
||||||
|
@fa-var-redo-alt: "\f2f9"; |
||||||
|
@fa-var-registered: "\f25d"; |
||||||
|
@fa-var-rendact: "\f3e4"; |
||||||
|
@fa-var-renren: "\f18b"; |
||||||
|
@fa-var-reply: "\f3e5"; |
||||||
|
@fa-var-reply-all: "\f122"; |
||||||
|
@fa-var-replyd: "\f3e6"; |
||||||
|
@fa-var-resolving: "\f3e7"; |
||||||
|
@fa-var-retweet: "\f079"; |
||||||
|
@fa-var-road: "\f018"; |
||||||
|
@fa-var-rocket: "\f135"; |
||||||
|
@fa-var-rocketchat: "\f3e8"; |
||||||
|
@fa-var-rockrms: "\f3e9"; |
||||||
|
@fa-var-rss: "\f09e"; |
||||||
|
@fa-var-rss-square: "\f143"; |
||||||
|
@fa-var-ruble-sign: "\f158"; |
||||||
|
@fa-var-rupee-sign: "\f156"; |
||||||
|
@fa-var-safari: "\f267"; |
||||||
|
@fa-var-sass: "\f41e"; |
||||||
|
@fa-var-save: "\f0c7"; |
||||||
|
@fa-var-schlix: "\f3ea"; |
||||||
|
@fa-var-scribd: "\f28a"; |
||||||
|
@fa-var-search: "\f002"; |
||||||
|
@fa-var-search-minus: "\f010"; |
||||||
|
@fa-var-search-plus: "\f00e"; |
||||||
|
@fa-var-searchengin: "\f3eb"; |
||||||
|
@fa-var-sellcast: "\f2da"; |
||||||
|
@fa-var-sellsy: "\f213"; |
||||||
|
@fa-var-server: "\f233"; |
||||||
|
@fa-var-servicestack: "\f3ec"; |
||||||
|
@fa-var-share: "\f064"; |
||||||
|
@fa-var-share-alt: "\f1e0"; |
||||||
|
@fa-var-share-alt-square: "\f1e1"; |
||||||
|
@fa-var-share-square: "\f14d"; |
||||||
|
@fa-var-shekel-sign: "\f20b"; |
||||||
|
@fa-var-shield-alt: "\f3ed"; |
||||||
|
@fa-var-ship: "\f21a"; |
||||||
|
@fa-var-shirtsinbulk: "\f214"; |
||||||
|
@fa-var-shopping-bag: "\f290"; |
||||||
|
@fa-var-shopping-basket: "\f291"; |
||||||
|
@fa-var-shopping-cart: "\f07a"; |
||||||
|
@fa-var-shower: "\f2cc"; |
||||||
|
@fa-var-sign-in-alt: "\f2f6"; |
||||||
|
@fa-var-sign-language: "\f2a7"; |
||||||
|
@fa-var-sign-out-alt: "\f2f5"; |
||||||
|
@fa-var-signal: "\f012"; |
||||||
|
@fa-var-simplybuilt: "\f215"; |
||||||
|
@fa-var-sistrix: "\f3ee"; |
||||||
|
@fa-var-sitemap: "\f0e8"; |
||||||
|
@fa-var-skyatlas: "\f216"; |
||||||
|
@fa-var-skype: "\f17e"; |
||||||
|
@fa-var-slack: "\f198"; |
||||||
|
@fa-var-slack-hash: "\f3ef"; |
||||||
|
@fa-var-sliders-h: "\f1de"; |
||||||
|
@fa-var-slideshare: "\f1e7"; |
||||||
|
@fa-var-smile: "\f118"; |
||||||
|
@fa-var-snapchat: "\f2ab"; |
||||||
|
@fa-var-snapchat-ghost: "\f2ac"; |
||||||
|
@fa-var-snapchat-square: "\f2ad"; |
||||||
|
@fa-var-snowflake: "\f2dc"; |
||||||
|
@fa-var-sort: "\f0dc"; |
||||||
|
@fa-var-sort-alpha-down: "\f15d"; |
||||||
|
@fa-var-sort-alpha-up: "\f15e"; |
||||||
|
@fa-var-sort-amount-down: "\f160"; |
||||||
|
@fa-var-sort-amount-up: "\f161"; |
||||||
|
@fa-var-sort-down: "\f0dd"; |
||||||
|
@fa-var-sort-numeric-down: "\f162"; |
||||||
|
@fa-var-sort-numeric-up: "\f163"; |
||||||
|
@fa-var-sort-up: "\f0de"; |
||||||
|
@fa-var-soundcloud: "\f1be"; |
||||||
|
@fa-var-space-shuttle: "\f197"; |
||||||
|
@fa-var-speakap: "\f3f3"; |
||||||
|
@fa-var-spinner: "\f110"; |
||||||
|
@fa-var-spotify: "\f1bc"; |
||||||
|
@fa-var-square: "\f0c8"; |
||||||
|
@fa-var-square-full: "\f45c"; |
||||||
|
@fa-var-stack-exchange: "\f18d"; |
||||||
|
@fa-var-stack-overflow: "\f16c"; |
||||||
|
@fa-var-star: "\f005"; |
||||||
|
@fa-var-star-half: "\f089"; |
||||||
|
@fa-var-staylinked: "\f3f5"; |
||||||
|
@fa-var-steam: "\f1b6"; |
||||||
|
@fa-var-steam-square: "\f1b7"; |
||||||
|
@fa-var-steam-symbol: "\f3f6"; |
||||||
|
@fa-var-step-backward: "\f048"; |
||||||
|
@fa-var-step-forward: "\f051"; |
||||||
|
@fa-var-stethoscope: "\f0f1"; |
||||||
|
@fa-var-sticker-mule: "\f3f7"; |
||||||
|
@fa-var-sticky-note: "\f249"; |
||||||
|
@fa-var-stop: "\f04d"; |
||||||
|
@fa-var-stop-circle: "\f28d"; |
||||||
|
@fa-var-stopwatch: "\f2f2"; |
||||||
|
@fa-var-strava: "\f428"; |
||||||
|
@fa-var-street-view: "\f21d"; |
||||||
|
@fa-var-strikethrough: "\f0cc"; |
||||||
|
@fa-var-stripe: "\f429"; |
||||||
|
@fa-var-stripe-s: "\f42a"; |
||||||
|
@fa-var-studiovinari: "\f3f8"; |
||||||
|
@fa-var-stumbleupon: "\f1a4"; |
||||||
|
@fa-var-stumbleupon-circle: "\f1a3"; |
||||||
|
@fa-var-subscript: "\f12c"; |
||||||
|
@fa-var-subway: "\f239"; |
||||||
|
@fa-var-suitcase: "\f0f2"; |
||||||
|
@fa-var-sun: "\f185"; |
||||||
|
@fa-var-superpowers: "\f2dd"; |
||||||
|
@fa-var-superscript: "\f12b"; |
||||||
|
@fa-var-supple: "\f3f9"; |
||||||
|
@fa-var-sync: "\f021"; |
||||||
|
@fa-var-sync-alt: "\f2f1"; |
||||||
|
@fa-var-table: "\f0ce"; |
||||||
|
@fa-var-table-tennis: "\f45d"; |
||||||
|
@fa-var-tablet: "\f10a"; |
||||||
|
@fa-var-tablet-alt: "\f3fa"; |
||||||
|
@fa-var-tachometer-alt: "\f3fd"; |
||||||
|
@fa-var-tag: "\f02b"; |
||||||
|
@fa-var-tags: "\f02c"; |
||||||
|
@fa-var-tasks: "\f0ae"; |
||||||
|
@fa-var-taxi: "\f1ba"; |
||||||
|
@fa-var-telegram: "\f2c6"; |
||||||
|
@fa-var-telegram-plane: "\f3fe"; |
||||||
|
@fa-var-tencent-weibo: "\f1d5"; |
||||||
|
@fa-var-terminal: "\f120"; |
||||||
|
@fa-var-text-height: "\f034"; |
||||||
|
@fa-var-text-width: "\f035"; |
||||||
|
@fa-var-th: "\f00a"; |
||||||
|
@fa-var-th-large: "\f009"; |
||||||
|
@fa-var-th-list: "\f00b"; |
||||||
|
@fa-var-themeisle: "\f2b2"; |
||||||
|
@fa-var-thermometer-empty: "\f2cb"; |
||||||
|
@fa-var-thermometer-full: "\f2c7"; |
||||||
|
@fa-var-thermometer-half: "\f2c9"; |
||||||
|
@fa-var-thermometer-quarter: "\f2ca"; |
||||||
|
@fa-var-thermometer-three-quarters: "\f2c8"; |
||||||
|
@fa-var-thumbs-down: "\f165"; |
||||||
|
@fa-var-thumbs-up: "\f164"; |
||||||
|
@fa-var-thumbtack: "\f08d"; |
||||||
|
@fa-var-ticket-alt: "\f3ff"; |
||||||
|
@fa-var-times: "\f00d"; |
||||||
|
@fa-var-times-circle: "\f057"; |
||||||
|
@fa-var-tint: "\f043"; |
||||||
|
@fa-var-toggle-off: "\f204"; |
||||||
|
@fa-var-toggle-on: "\f205"; |
||||||
|
@fa-var-trademark: "\f25c"; |
||||||
|
@fa-var-train: "\f238"; |
||||||
|
@fa-var-transgender: "\f224"; |
||||||
|
@fa-var-transgender-alt: "\f225"; |
||||||
|
@fa-var-trash: "\f1f8"; |
||||||
|
@fa-var-trash-alt: "\f2ed"; |
||||||
|
@fa-var-tree: "\f1bb"; |
||||||
|
@fa-var-trello: "\f181"; |
||||||
|
@fa-var-tripadvisor: "\f262"; |
||||||
|
@fa-var-trophy: "\f091"; |
||||||
|
@fa-var-truck: "\f0d1"; |
||||||
|
@fa-var-tty: "\f1e4"; |
||||||
|
@fa-var-tumblr: "\f173"; |
||||||
|
@fa-var-tumblr-square: "\f174"; |
||||||
|
@fa-var-tv: "\f26c"; |
||||||
|
@fa-var-twitch: "\f1e8"; |
||||||
|
@fa-var-twitter: "\f099"; |
||||||
|
@fa-var-twitter-square: "\f081"; |
||||||
|
@fa-var-typo3: "\f42b"; |
||||||
|
@fa-var-uber: "\f402"; |
||||||
|
@fa-var-uikit: "\f403"; |
||||||
|
@fa-var-umbrella: "\f0e9"; |
||||||
|
@fa-var-underline: "\f0cd"; |
||||||
|
@fa-var-undo: "\f0e2"; |
||||||
|
@fa-var-undo-alt: "\f2ea"; |
||||||
|
@fa-var-uniregistry: "\f404"; |
||||||
|
@fa-var-universal-access: "\f29a"; |
||||||
|
@fa-var-university: "\f19c"; |
||||||
|
@fa-var-unlink: "\f127"; |
||||||
|
@fa-var-unlock: "\f09c"; |
||||||
|
@fa-var-unlock-alt: "\f13e"; |
||||||
|
@fa-var-untappd: "\f405"; |
||||||
|
@fa-var-upload: "\f093"; |
||||||
|
@fa-var-usb: "\f287"; |
||||||
|
@fa-var-user: "\f007"; |
||||||
|
@fa-var-user-circle: "\f2bd"; |
||||||
|
@fa-var-user-md: "\f0f0"; |
||||||
|
@fa-var-user-plus: "\f234"; |
||||||
|
@fa-var-user-secret: "\f21b"; |
||||||
|
@fa-var-user-times: "\f235"; |
||||||
|
@fa-var-users: "\f0c0"; |
||||||
|
@fa-var-ussunnah: "\f407"; |
||||||
|
@fa-var-utensil-spoon: "\f2e5"; |
||||||
|
@fa-var-utensils: "\f2e7"; |
||||||
|
@fa-var-vaadin: "\f408"; |
||||||
|
@fa-var-venus: "\f221"; |
||||||
|
@fa-var-venus-double: "\f226"; |
||||||
|
@fa-var-venus-mars: "\f228"; |
||||||
|
@fa-var-viacoin: "\f237"; |
||||||
|
@fa-var-viadeo: "\f2a9"; |
||||||
|
@fa-var-viadeo-square: "\f2aa"; |
||||||
|
@fa-var-viber: "\f409"; |
||||||
|
@fa-var-video: "\f03d"; |
||||||
|
@fa-var-vimeo: "\f40a"; |
||||||
|
@fa-var-vimeo-square: "\f194"; |
||||||
|
@fa-var-vimeo-v: "\f27d"; |
||||||
|
@fa-var-vine: "\f1ca"; |
||||||
|
@fa-var-vk: "\f189"; |
||||||
|
@fa-var-vnv: "\f40b"; |
||||||
|
@fa-var-volleyball-ball: "\f45f"; |
||||||
|
@fa-var-volume-down: "\f027"; |
||||||
|
@fa-var-volume-off: "\f026"; |
||||||
|
@fa-var-volume-up: "\f028"; |
||||||
|
@fa-var-vuejs: "\f41f"; |
||||||
|
@fa-var-weibo: "\f18a"; |
||||||
|
@fa-var-weixin: "\f1d7"; |
||||||
|
@fa-var-whatsapp: "\f232"; |
||||||
|
@fa-var-whatsapp-square: "\f40c"; |
||||||
|
@fa-var-wheelchair: "\f193"; |
||||||
|
@fa-var-whmcs: "\f40d"; |
||||||
|
@fa-var-wifi: "\f1eb"; |
||||||
|
@fa-var-wikipedia-w: "\f266"; |
||||||
|
@fa-var-window-close: "\f410"; |
||||||
|
@fa-var-window-maximize: "\f2d0"; |
||||||
|
@fa-var-window-minimize: "\f2d1"; |
||||||
|
@fa-var-window-restore: "\f2d2"; |
||||||
|
@fa-var-windows: "\f17a"; |
||||||
|
@fa-var-won-sign: "\f159"; |
||||||
|
@fa-var-wordpress: "\f19a"; |
||||||
|
@fa-var-wordpress-simple: "\f411"; |
||||||
|
@fa-var-wpbeginner: "\f297"; |
||||||
|
@fa-var-wpexplorer: "\f2de"; |
||||||
|
@fa-var-wpforms: "\f298"; |
||||||
|
@fa-var-wrench: "\f0ad"; |
||||||
|
@fa-var-xbox: "\f412"; |
||||||
|
@fa-var-xing: "\f168"; |
||||||
|
@fa-var-xing-square: "\f169"; |
||||||
|
@fa-var-y-combinator: "\f23b"; |
||||||
|
@fa-var-yahoo: "\f19e"; |
||||||
|
@fa-var-yandex: "\f413"; |
||||||
|
@fa-var-yandex-international: "\f414"; |
||||||
|
@fa-var-yelp: "\f1e9"; |
||||||
|
@fa-var-yen-sign: "\f157"; |
||||||
|
@fa-var-yoast: "\f2b1"; |
||||||
|
@fa-var-youtube: "\f167"; |
||||||
|
@fa-var-youtube-square: "\f431"; |
||||||
@ -0,0 +1,21 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import "_variables.less"; |
||||||
|
|
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Brands'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: normal; |
||||||
|
src: url('@{fa-font-path}/fa-brands-400.eot'); |
||||||
|
src: url('@{fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'), |
||||||
|
url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'), |
||||||
|
url('@{fa-font-path}/fa-brands-400.woff') format('woff'), |
||||||
|
url('@{fa-font-path}/fa-brands-400.ttf') format('truetype'), |
||||||
|
url('@{fa-font-path}/fa-brands-400.svg#fontawesome') format('svg'); |
||||||
|
} |
||||||
|
|
||||||
|
.fab { |
||||||
|
font-family: 'Font Awesome 5 Brands'; |
||||||
|
} |
||||||
@ -0,0 +1,22 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import "_variables.less"; |
||||||
|
|
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 400; |
||||||
|
src: url('@{fa-font-path}/fa-regular-400.eot'); |
||||||
|
src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'), |
||||||
|
url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'), |
||||||
|
url('@{fa-font-path}/fa-regular-400.woff') format('woff'), |
||||||
|
url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'), |
||||||
|
url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg'); |
||||||
|
} |
||||||
|
|
||||||
|
.far { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-weight: 400; |
||||||
|
} |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import "_variables.less"; |
||||||
|
|
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 900; |
||||||
|
src: url('@{fa-font-path}/fa-solid-900.eot'); |
||||||
|
src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'), |
||||||
|
url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'), |
||||||
|
url('@{fa-font-path}/fa-solid-900.woff') format('woff'), |
||||||
|
url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'), |
||||||
|
url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg'); |
||||||
|
} |
||||||
|
|
||||||
|
.fa, |
||||||
|
.fas { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-weight: 900; |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import "_variables.less"; |
||||||
|
@import "_mixins.less"; |
||||||
|
@import "_core.less"; |
||||||
|
@import "_larger.less"; |
||||||
|
@import "_fixed-width.less"; |
||||||
|
@import "_list.less"; |
||||||
|
@import "_bordered-pulled.less"; |
||||||
|
@import "_animated.less"; |
||||||
|
@import "_rotated-flipped.less"; |
||||||
|
@import "_stacked.less"; |
||||||
|
@import "_icons.less"; |
||||||
|
@import "_screen-reader.less"; |
||||||
@ -0,0 +1,20 @@ |
|||||||
|
// Animated Icons |
||||||
|
// -------------------------- |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-spin { |
||||||
|
animation: fa-spin 2s infinite linear; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-pulse { |
||||||
|
animation: fa-spin 1s infinite steps(8); |
||||||
|
} |
||||||
|
|
||||||
|
@keyframes fa-spin { |
||||||
|
0% { |
||||||
|
transform: rotate(0deg); |
||||||
|
} |
||||||
|
|
||||||
|
100% { |
||||||
|
transform: rotate(360deg); |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,20 @@ |
|||||||
|
// Bordered & Pulled |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-border { |
||||||
|
border: solid .08em $fa-border-color; |
||||||
|
border-radius: .1em; |
||||||
|
padding: .2em .25em .15em; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-pull-left { float: left; } |
||||||
|
.#{$fa-css-prefix}-pull-right { float: right; } |
||||||
|
|
||||||
|
.#{$fa-css-prefix}, |
||||||
|
.fas, |
||||||
|
.far, |
||||||
|
.fal, |
||||||
|
.fab { |
||||||
|
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; } |
||||||
|
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; } |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
// Base Class Definition |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.#{$fa-css-prefix}, |
||||||
|
.fas, |
||||||
|
.far, |
||||||
|
.fal, |
||||||
|
.fab { |
||||||
|
-moz-osx-font-smoothing: grayscale; |
||||||
|
-webkit-font-smoothing: antialiased; |
||||||
|
display: inline-block; |
||||||
|
font-style: normal; |
||||||
|
font-variant: normal; |
||||||
|
text-rendering: auto; |
||||||
|
line-height: 1; |
||||||
|
} |
||||||
@ -0,0 +1,6 @@ |
|||||||
|
// Fixed Width Icons |
||||||
|
// ------------------------- |
||||||
|
.#{$fa-css-prefix}-fw { |
||||||
|
text-align: center; |
||||||
|
width: (20em / 16); |
||||||
|
} |
||||||
@ -0,0 +1,816 @@ |
|||||||
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen |
||||||
|
readers do not read off random characters that represent icons */ |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-500px:before { content: fa-content($fa-var-500px); } |
||||||
|
.#{$fa-css-prefix}-accessible-icon:before { content: fa-content($fa-var-accessible-icon); } |
||||||
|
.#{$fa-css-prefix}-accusoft:before { content: fa-content($fa-var-accusoft); } |
||||||
|
.#{$fa-css-prefix}-address-book:before { content: fa-content($fa-var-address-book); } |
||||||
|
.#{$fa-css-prefix}-address-card:before { content: fa-content($fa-var-address-card); } |
||||||
|
.#{$fa-css-prefix}-adjust:before { content: fa-content($fa-var-adjust); } |
||||||
|
.#{$fa-css-prefix}-adn:before { content: fa-content($fa-var-adn); } |
||||||
|
.#{$fa-css-prefix}-adversal:before { content: fa-content($fa-var-adversal); } |
||||||
|
.#{$fa-css-prefix}-affiliatetheme:before { content: fa-content($fa-var-affiliatetheme); } |
||||||
|
.#{$fa-css-prefix}-algolia:before { content: fa-content($fa-var-algolia); } |
||||||
|
.#{$fa-css-prefix}-align-center:before { content: fa-content($fa-var-align-center); } |
||||||
|
.#{$fa-css-prefix}-align-justify:before { content: fa-content($fa-var-align-justify); } |
||||||
|
.#{$fa-css-prefix}-align-left:before { content: fa-content($fa-var-align-left); } |
||||||
|
.#{$fa-css-prefix}-align-right:before { content: fa-content($fa-var-align-right); } |
||||||
|
.#{$fa-css-prefix}-amazon:before { content: fa-content($fa-var-amazon); } |
||||||
|
.#{$fa-css-prefix}-amazon-pay:before { content: fa-content($fa-var-amazon-pay); } |
||||||
|
.#{$fa-css-prefix}-ambulance:before { content: fa-content($fa-var-ambulance); } |
||||||
|
.#{$fa-css-prefix}-american-sign-language-interpreting:before { content: fa-content($fa-var-american-sign-language-interpreting); } |
||||||
|
.#{$fa-css-prefix}-amilia:before { content: fa-content($fa-var-amilia); } |
||||||
|
.#{$fa-css-prefix}-anchor:before { content: fa-content($fa-var-anchor); } |
||||||
|
.#{$fa-css-prefix}-android:before { content: fa-content($fa-var-android); } |
||||||
|
.#{$fa-css-prefix}-angellist:before { content: fa-content($fa-var-angellist); } |
||||||
|
.#{$fa-css-prefix}-angle-double-down:before { content: fa-content($fa-var-angle-double-down); } |
||||||
|
.#{$fa-css-prefix}-angle-double-left:before { content: fa-content($fa-var-angle-double-left); } |
||||||
|
.#{$fa-css-prefix}-angle-double-right:before { content: fa-content($fa-var-angle-double-right); } |
||||||
|
.#{$fa-css-prefix}-angle-double-up:before { content: fa-content($fa-var-angle-double-up); } |
||||||
|
.#{$fa-css-prefix}-angle-down:before { content: fa-content($fa-var-angle-down); } |
||||||
|
.#{$fa-css-prefix}-angle-left:before { content: fa-content($fa-var-angle-left); } |
||||||
|
.#{$fa-css-prefix}-angle-right:before { content: fa-content($fa-var-angle-right); } |
||||||
|
.#{$fa-css-prefix}-angle-up:before { content: fa-content($fa-var-angle-up); } |
||||||
|
.#{$fa-css-prefix}-angrycreative:before { content: fa-content($fa-var-angrycreative); } |
||||||
|
.#{$fa-css-prefix}-angular:before { content: fa-content($fa-var-angular); } |
||||||
|
.#{$fa-css-prefix}-app-store:before { content: fa-content($fa-var-app-store); } |
||||||
|
.#{$fa-css-prefix}-app-store-ios:before { content: fa-content($fa-var-app-store-ios); } |
||||||
|
.#{$fa-css-prefix}-apper:before { content: fa-content($fa-var-apper); } |
||||||
|
.#{$fa-css-prefix}-apple:before { content: fa-content($fa-var-apple); } |
||||||
|
.#{$fa-css-prefix}-apple-pay:before { content: fa-content($fa-var-apple-pay); } |
||||||
|
.#{$fa-css-prefix}-archive:before { content: fa-content($fa-var-archive); } |
||||||
|
.#{$fa-css-prefix}-arrow-alt-circle-down:before { content: fa-content($fa-var-arrow-alt-circle-down); } |
||||||
|
.#{$fa-css-prefix}-arrow-alt-circle-left:before { content: fa-content($fa-var-arrow-alt-circle-left); } |
||||||
|
.#{$fa-css-prefix}-arrow-alt-circle-right:before { content: fa-content($fa-var-arrow-alt-circle-right); } |
||||||
|
.#{$fa-css-prefix}-arrow-alt-circle-up:before { content: fa-content($fa-var-arrow-alt-circle-up); } |
||||||
|
.#{$fa-css-prefix}-arrow-circle-down:before { content: fa-content($fa-var-arrow-circle-down); } |
||||||
|
.#{$fa-css-prefix}-arrow-circle-left:before { content: fa-content($fa-var-arrow-circle-left); } |
||||||
|
.#{$fa-css-prefix}-arrow-circle-right:before { content: fa-content($fa-var-arrow-circle-right); } |
||||||
|
.#{$fa-css-prefix}-arrow-circle-up:before { content: fa-content($fa-var-arrow-circle-up); } |
||||||
|
.#{$fa-css-prefix}-arrow-down:before { content: fa-content($fa-var-arrow-down); } |
||||||
|
.#{$fa-css-prefix}-arrow-left:before { content: fa-content($fa-var-arrow-left); } |
||||||
|
.#{$fa-css-prefix}-arrow-right:before { content: fa-content($fa-var-arrow-right); } |
||||||
|
.#{$fa-css-prefix}-arrow-up:before { content: fa-content($fa-var-arrow-up); } |
||||||
|
.#{$fa-css-prefix}-arrows-alt:before { content: fa-content($fa-var-arrows-alt); } |
||||||
|
.#{$fa-css-prefix}-arrows-alt-h:before { content: fa-content($fa-var-arrows-alt-h); } |
||||||
|
.#{$fa-css-prefix}-arrows-alt-v:before { content: fa-content($fa-var-arrows-alt-v); } |
||||||
|
.#{$fa-css-prefix}-assistive-listening-systems:before { content: fa-content($fa-var-assistive-listening-systems); } |
||||||
|
.#{$fa-css-prefix}-asterisk:before { content: fa-content($fa-var-asterisk); } |
||||||
|
.#{$fa-css-prefix}-asymmetrik:before { content: fa-content($fa-var-asymmetrik); } |
||||||
|
.#{$fa-css-prefix}-at:before { content: fa-content($fa-var-at); } |
||||||
|
.#{$fa-css-prefix}-audible:before { content: fa-content($fa-var-audible); } |
||||||
|
.#{$fa-css-prefix}-audio-description:before { content: fa-content($fa-var-audio-description); } |
||||||
|
.#{$fa-css-prefix}-autoprefixer:before { content: fa-content($fa-var-autoprefixer); } |
||||||
|
.#{$fa-css-prefix}-avianex:before { content: fa-content($fa-var-avianex); } |
||||||
|
.#{$fa-css-prefix}-aviato:before { content: fa-content($fa-var-aviato); } |
||||||
|
.#{$fa-css-prefix}-aws:before { content: fa-content($fa-var-aws); } |
||||||
|
.#{$fa-css-prefix}-backward:before { content: fa-content($fa-var-backward); } |
||||||
|
.#{$fa-css-prefix}-balance-scale:before { content: fa-content($fa-var-balance-scale); } |
||||||
|
.#{$fa-css-prefix}-ban:before { content: fa-content($fa-var-ban); } |
||||||
|
.#{$fa-css-prefix}-bandcamp:before { content: fa-content($fa-var-bandcamp); } |
||||||
|
.#{$fa-css-prefix}-barcode:before { content: fa-content($fa-var-barcode); } |
||||||
|
.#{$fa-css-prefix}-bars:before { content: fa-content($fa-var-bars); } |
||||||
|
.#{$fa-css-prefix}-baseball-ball:before { content: fa-content($fa-var-baseball-ball); } |
||||||
|
.#{$fa-css-prefix}-basketball-ball:before { content: fa-content($fa-var-basketball-ball); } |
||||||
|
.#{$fa-css-prefix}-bath:before { content: fa-content($fa-var-bath); } |
||||||
|
.#{$fa-css-prefix}-battery-empty:before { content: fa-content($fa-var-battery-empty); } |
||||||
|
.#{$fa-css-prefix}-battery-full:before { content: fa-content($fa-var-battery-full); } |
||||||
|
.#{$fa-css-prefix}-battery-half:before { content: fa-content($fa-var-battery-half); } |
||||||
|
.#{$fa-css-prefix}-battery-quarter:before { content: fa-content($fa-var-battery-quarter); } |
||||||
|
.#{$fa-css-prefix}-battery-three-quarters:before { content: fa-content($fa-var-battery-three-quarters); } |
||||||
|
.#{$fa-css-prefix}-bed:before { content: fa-content($fa-var-bed); } |
||||||
|
.#{$fa-css-prefix}-beer:before { content: fa-content($fa-var-beer); } |
||||||
|
.#{$fa-css-prefix}-behance:before { content: fa-content($fa-var-behance); } |
||||||
|
.#{$fa-css-prefix}-behance-square:before { content: fa-content($fa-var-behance-square); } |
||||||
|
.#{$fa-css-prefix}-bell:before { content: fa-content($fa-var-bell); } |
||||||
|
.#{$fa-css-prefix}-bell-slash:before { content: fa-content($fa-var-bell-slash); } |
||||||
|
.#{$fa-css-prefix}-bicycle:before { content: fa-content($fa-var-bicycle); } |
||||||
|
.#{$fa-css-prefix}-bimobject:before { content: fa-content($fa-var-bimobject); } |
||||||
|
.#{$fa-css-prefix}-binoculars:before { content: fa-content($fa-var-binoculars); } |
||||||
|
.#{$fa-css-prefix}-birthday-cake:before { content: fa-content($fa-var-birthday-cake); } |
||||||
|
.#{$fa-css-prefix}-bitbucket:before { content: fa-content($fa-var-bitbucket); } |
||||||
|
.#{$fa-css-prefix}-bitcoin:before { content: fa-content($fa-var-bitcoin); } |
||||||
|
.#{$fa-css-prefix}-bity:before { content: fa-content($fa-var-bity); } |
||||||
|
.#{$fa-css-prefix}-black-tie:before { content: fa-content($fa-var-black-tie); } |
||||||
|
.#{$fa-css-prefix}-blackberry:before { content: fa-content($fa-var-blackberry); } |
||||||
|
.#{$fa-css-prefix}-blind:before { content: fa-content($fa-var-blind); } |
||||||
|
.#{$fa-css-prefix}-blogger:before { content: fa-content($fa-var-blogger); } |
||||||
|
.#{$fa-css-prefix}-blogger-b:before { content: fa-content($fa-var-blogger-b); } |
||||||
|
.#{$fa-css-prefix}-bluetooth:before { content: fa-content($fa-var-bluetooth); } |
||||||
|
.#{$fa-css-prefix}-bluetooth-b:before { content: fa-content($fa-var-bluetooth-b); } |
||||||
|
.#{$fa-css-prefix}-bold:before { content: fa-content($fa-var-bold); } |
||||||
|
.#{$fa-css-prefix}-bolt:before { content: fa-content($fa-var-bolt); } |
||||||
|
.#{$fa-css-prefix}-bomb:before { content: fa-content($fa-var-bomb); } |
||||||
|
.#{$fa-css-prefix}-book:before { content: fa-content($fa-var-book); } |
||||||
|
.#{$fa-css-prefix}-bookmark:before { content: fa-content($fa-var-bookmark); } |
||||||
|
.#{$fa-css-prefix}-bowling-ball:before { content: fa-content($fa-var-bowling-ball); } |
||||||
|
.#{$fa-css-prefix}-braille:before { content: fa-content($fa-var-braille); } |
||||||
|
.#{$fa-css-prefix}-briefcase:before { content: fa-content($fa-var-briefcase); } |
||||||
|
.#{$fa-css-prefix}-btc:before { content: fa-content($fa-var-btc); } |
||||||
|
.#{$fa-css-prefix}-bug:before { content: fa-content($fa-var-bug); } |
||||||
|
.#{$fa-css-prefix}-building:before { content: fa-content($fa-var-building); } |
||||||
|
.#{$fa-css-prefix}-bullhorn:before { content: fa-content($fa-var-bullhorn); } |
||||||
|
.#{$fa-css-prefix}-bullseye:before { content: fa-content($fa-var-bullseye); } |
||||||
|
.#{$fa-css-prefix}-buromobelexperte:before { content: fa-content($fa-var-buromobelexperte); } |
||||||
|
.#{$fa-css-prefix}-bus:before { content: fa-content($fa-var-bus); } |
||||||
|
.#{$fa-css-prefix}-buysellads:before { content: fa-content($fa-var-buysellads); } |
||||||
|
.#{$fa-css-prefix}-calculator:before { content: fa-content($fa-var-calculator); } |
||||||
|
.#{$fa-css-prefix}-calendar:before { content: fa-content($fa-var-calendar); } |
||||||
|
.#{$fa-css-prefix}-calendar-alt:before { content: fa-content($fa-var-calendar-alt); } |
||||||
|
.#{$fa-css-prefix}-calendar-check:before { content: fa-content($fa-var-calendar-check); } |
||||||
|
.#{$fa-css-prefix}-calendar-minus:before { content: fa-content($fa-var-calendar-minus); } |
||||||
|
.#{$fa-css-prefix}-calendar-plus:before { content: fa-content($fa-var-calendar-plus); } |
||||||
|
.#{$fa-css-prefix}-calendar-times:before { content: fa-content($fa-var-calendar-times); } |
||||||
|
.#{$fa-css-prefix}-camera:before { content: fa-content($fa-var-camera); } |
||||||
|
.#{$fa-css-prefix}-camera-retro:before { content: fa-content($fa-var-camera-retro); } |
||||||
|
.#{$fa-css-prefix}-car:before { content: fa-content($fa-var-car); } |
||||||
|
.#{$fa-css-prefix}-caret-down:before { content: fa-content($fa-var-caret-down); } |
||||||
|
.#{$fa-css-prefix}-caret-left:before { content: fa-content($fa-var-caret-left); } |
||||||
|
.#{$fa-css-prefix}-caret-right:before { content: fa-content($fa-var-caret-right); } |
||||||
|
.#{$fa-css-prefix}-caret-square-down:before { content: fa-content($fa-var-caret-square-down); } |
||||||
|
.#{$fa-css-prefix}-caret-square-left:before { content: fa-content($fa-var-caret-square-left); } |
||||||
|
.#{$fa-css-prefix}-caret-square-right:before { content: fa-content($fa-var-caret-square-right); } |
||||||
|
.#{$fa-css-prefix}-caret-square-up:before { content: fa-content($fa-var-caret-square-up); } |
||||||
|
.#{$fa-css-prefix}-caret-up:before { content: fa-content($fa-var-caret-up); } |
||||||
|
.#{$fa-css-prefix}-cart-arrow-down:before { content: fa-content($fa-var-cart-arrow-down); } |
||||||
|
.#{$fa-css-prefix}-cart-plus:before { content: fa-content($fa-var-cart-plus); } |
||||||
|
.#{$fa-css-prefix}-cc-amazon-pay:before { content: fa-content($fa-var-cc-amazon-pay); } |
||||||
|
.#{$fa-css-prefix}-cc-amex:before { content: fa-content($fa-var-cc-amex); } |
||||||
|
.#{$fa-css-prefix}-cc-apple-pay:before { content: fa-content($fa-var-cc-apple-pay); } |
||||||
|
.#{$fa-css-prefix}-cc-diners-club:before { content: fa-content($fa-var-cc-diners-club); } |
||||||
|
.#{$fa-css-prefix}-cc-discover:before { content: fa-content($fa-var-cc-discover); } |
||||||
|
.#{$fa-css-prefix}-cc-jcb:before { content: fa-content($fa-var-cc-jcb); } |
||||||
|
.#{$fa-css-prefix}-cc-mastercard:before { content: fa-content($fa-var-cc-mastercard); } |
||||||
|
.#{$fa-css-prefix}-cc-paypal:before { content: fa-content($fa-var-cc-paypal); } |
||||||
|
.#{$fa-css-prefix}-cc-stripe:before { content: fa-content($fa-var-cc-stripe); } |
||||||
|
.#{$fa-css-prefix}-cc-visa:before { content: fa-content($fa-var-cc-visa); } |
||||||
|
.#{$fa-css-prefix}-centercode:before { content: fa-content($fa-var-centercode); } |
||||||
|
.#{$fa-css-prefix}-certificate:before { content: fa-content($fa-var-certificate); } |
||||||
|
.#{$fa-css-prefix}-chart-area:before { content: fa-content($fa-var-chart-area); } |
||||||
|
.#{$fa-css-prefix}-chart-bar:before { content: fa-content($fa-var-chart-bar); } |
||||||
|
.#{$fa-css-prefix}-chart-line:before { content: fa-content($fa-var-chart-line); } |
||||||
|
.#{$fa-css-prefix}-chart-pie:before { content: fa-content($fa-var-chart-pie); } |
||||||
|
.#{$fa-css-prefix}-check:before { content: fa-content($fa-var-check); } |
||||||
|
.#{$fa-css-prefix}-check-circle:before { content: fa-content($fa-var-check-circle); } |
||||||
|
.#{$fa-css-prefix}-check-square:before { content: fa-content($fa-var-check-square); } |
||||||
|
.#{$fa-css-prefix}-chess:before { content: fa-content($fa-var-chess); } |
||||||
|
.#{$fa-css-prefix}-chess-bishop:before { content: fa-content($fa-var-chess-bishop); } |
||||||
|
.#{$fa-css-prefix}-chess-board:before { content: fa-content($fa-var-chess-board); } |
||||||
|
.#{$fa-css-prefix}-chess-king:before { content: fa-content($fa-var-chess-king); } |
||||||
|
.#{$fa-css-prefix}-chess-knight:before { content: fa-content($fa-var-chess-knight); } |
||||||
|
.#{$fa-css-prefix}-chess-pawn:before { content: fa-content($fa-var-chess-pawn); } |
||||||
|
.#{$fa-css-prefix}-chess-queen:before { content: fa-content($fa-var-chess-queen); } |
||||||
|
.#{$fa-css-prefix}-chess-rook:before { content: fa-content($fa-var-chess-rook); } |
||||||
|
.#{$fa-css-prefix}-chevron-circle-down:before { content: fa-content($fa-var-chevron-circle-down); } |
||||||
|
.#{$fa-css-prefix}-chevron-circle-left:before { content: fa-content($fa-var-chevron-circle-left); } |
||||||
|
.#{$fa-css-prefix}-chevron-circle-right:before { content: fa-content($fa-var-chevron-circle-right); } |
||||||
|
.#{$fa-css-prefix}-chevron-circle-up:before { content: fa-content($fa-var-chevron-circle-up); } |
||||||
|
.#{$fa-css-prefix}-chevron-down:before { content: fa-content($fa-var-chevron-down); } |
||||||
|
.#{$fa-css-prefix}-chevron-left:before { content: fa-content($fa-var-chevron-left); } |
||||||
|
.#{$fa-css-prefix}-chevron-right:before { content: fa-content($fa-var-chevron-right); } |
||||||
|
.#{$fa-css-prefix}-chevron-up:before { content: fa-content($fa-var-chevron-up); } |
||||||
|
.#{$fa-css-prefix}-child:before { content: fa-content($fa-var-child); } |
||||||
|
.#{$fa-css-prefix}-chrome:before { content: fa-content($fa-var-chrome); } |
||||||
|
.#{$fa-css-prefix}-circle:before { content: fa-content($fa-var-circle); } |
||||||
|
.#{$fa-css-prefix}-circle-notch:before { content: fa-content($fa-var-circle-notch); } |
||||||
|
.#{$fa-css-prefix}-clipboard:before { content: fa-content($fa-var-clipboard); } |
||||||
|
.#{$fa-css-prefix}-clock:before { content: fa-content($fa-var-clock); } |
||||||
|
.#{$fa-css-prefix}-clone:before { content: fa-content($fa-var-clone); } |
||||||
|
.#{$fa-css-prefix}-closed-captioning:before { content: fa-content($fa-var-closed-captioning); } |
||||||
|
.#{$fa-css-prefix}-cloud:before { content: fa-content($fa-var-cloud); } |
||||||
|
.#{$fa-css-prefix}-cloud-download-alt:before { content: fa-content($fa-var-cloud-download-alt); } |
||||||
|
.#{$fa-css-prefix}-cloud-upload-alt:before { content: fa-content($fa-var-cloud-upload-alt); } |
||||||
|
.#{$fa-css-prefix}-cloudscale:before { content: fa-content($fa-var-cloudscale); } |
||||||
|
.#{$fa-css-prefix}-cloudsmith:before { content: fa-content($fa-var-cloudsmith); } |
||||||
|
.#{$fa-css-prefix}-cloudversify:before { content: fa-content($fa-var-cloudversify); } |
||||||
|
.#{$fa-css-prefix}-code:before { content: fa-content($fa-var-code); } |
||||||
|
.#{$fa-css-prefix}-code-branch:before { content: fa-content($fa-var-code-branch); } |
||||||
|
.#{$fa-css-prefix}-codepen:before { content: fa-content($fa-var-codepen); } |
||||||
|
.#{$fa-css-prefix}-codiepie:before { content: fa-content($fa-var-codiepie); } |
||||||
|
.#{$fa-css-prefix}-coffee:before { content: fa-content($fa-var-coffee); } |
||||||
|
.#{$fa-css-prefix}-cog:before { content: fa-content($fa-var-cog); } |
||||||
|
.#{$fa-css-prefix}-cogs:before { content: fa-content($fa-var-cogs); } |
||||||
|
.#{$fa-css-prefix}-columns:before { content: fa-content($fa-var-columns); } |
||||||
|
.#{$fa-css-prefix}-comment:before { content: fa-content($fa-var-comment); } |
||||||
|
.#{$fa-css-prefix}-comment-alt:before { content: fa-content($fa-var-comment-alt); } |
||||||
|
.#{$fa-css-prefix}-comments:before { content: fa-content($fa-var-comments); } |
||||||
|
.#{$fa-css-prefix}-compass:before { content: fa-content($fa-var-compass); } |
||||||
|
.#{$fa-css-prefix}-compress:before { content: fa-content($fa-var-compress); } |
||||||
|
.#{$fa-css-prefix}-connectdevelop:before { content: fa-content($fa-var-connectdevelop); } |
||||||
|
.#{$fa-css-prefix}-contao:before { content: fa-content($fa-var-contao); } |
||||||
|
.#{$fa-css-prefix}-copy:before { content: fa-content($fa-var-copy); } |
||||||
|
.#{$fa-css-prefix}-copyright:before { content: fa-content($fa-var-copyright); } |
||||||
|
.#{$fa-css-prefix}-cpanel:before { content: fa-content($fa-var-cpanel); } |
||||||
|
.#{$fa-css-prefix}-creative-commons:before { content: fa-content($fa-var-creative-commons); } |
||||||
|
.#{$fa-css-prefix}-credit-card:before { content: fa-content($fa-var-credit-card); } |
||||||
|
.#{$fa-css-prefix}-crop:before { content: fa-content($fa-var-crop); } |
||||||
|
.#{$fa-css-prefix}-crosshairs:before { content: fa-content($fa-var-crosshairs); } |
||||||
|
.#{$fa-css-prefix}-css3:before { content: fa-content($fa-var-css3); } |
||||||
|
.#{$fa-css-prefix}-css3-alt:before { content: fa-content($fa-var-css3-alt); } |
||||||
|
.#{$fa-css-prefix}-cube:before { content: fa-content($fa-var-cube); } |
||||||
|
.#{$fa-css-prefix}-cubes:before { content: fa-content($fa-var-cubes); } |
||||||
|
.#{$fa-css-prefix}-cut:before { content: fa-content($fa-var-cut); } |
||||||
|
.#{$fa-css-prefix}-cuttlefish:before { content: fa-content($fa-var-cuttlefish); } |
||||||
|
.#{$fa-css-prefix}-d-and-d:before { content: fa-content($fa-var-d-and-d); } |
||||||
|
.#{$fa-css-prefix}-dashcube:before { content: fa-content($fa-var-dashcube); } |
||||||
|
.#{$fa-css-prefix}-database:before { content: fa-content($fa-var-database); } |
||||||
|
.#{$fa-css-prefix}-deaf:before { content: fa-content($fa-var-deaf); } |
||||||
|
.#{$fa-css-prefix}-delicious:before { content: fa-content($fa-var-delicious); } |
||||||
|
.#{$fa-css-prefix}-deploydog:before { content: fa-content($fa-var-deploydog); } |
||||||
|
.#{$fa-css-prefix}-deskpro:before { content: fa-content($fa-var-deskpro); } |
||||||
|
.#{$fa-css-prefix}-desktop:before { content: fa-content($fa-var-desktop); } |
||||||
|
.#{$fa-css-prefix}-deviantart:before { content: fa-content($fa-var-deviantart); } |
||||||
|
.#{$fa-css-prefix}-digg:before { content: fa-content($fa-var-digg); } |
||||||
|
.#{$fa-css-prefix}-digital-ocean:before { content: fa-content($fa-var-digital-ocean); } |
||||||
|
.#{$fa-css-prefix}-discord:before { content: fa-content($fa-var-discord); } |
||||||
|
.#{$fa-css-prefix}-discourse:before { content: fa-content($fa-var-discourse); } |
||||||
|
.#{$fa-css-prefix}-dochub:before { content: fa-content($fa-var-dochub); } |
||||||
|
.#{$fa-css-prefix}-docker:before { content: fa-content($fa-var-docker); } |
||||||
|
.#{$fa-css-prefix}-dollar-sign:before { content: fa-content($fa-var-dollar-sign); } |
||||||
|
.#{$fa-css-prefix}-dot-circle:before { content: fa-content($fa-var-dot-circle); } |
||||||
|
.#{$fa-css-prefix}-download:before { content: fa-content($fa-var-download); } |
||||||
|
.#{$fa-css-prefix}-draft2digital:before { content: fa-content($fa-var-draft2digital); } |
||||||
|
.#{$fa-css-prefix}-dribbble:before { content: fa-content($fa-var-dribbble); } |
||||||
|
.#{$fa-css-prefix}-dribbble-square:before { content: fa-content($fa-var-dribbble-square); } |
||||||
|
.#{$fa-css-prefix}-dropbox:before { content: fa-content($fa-var-dropbox); } |
||||||
|
.#{$fa-css-prefix}-drupal:before { content: fa-content($fa-var-drupal); } |
||||||
|
.#{$fa-css-prefix}-dyalog:before { content: fa-content($fa-var-dyalog); } |
||||||
|
.#{$fa-css-prefix}-earlybirds:before { content: fa-content($fa-var-earlybirds); } |
||||||
|
.#{$fa-css-prefix}-edge:before { content: fa-content($fa-var-edge); } |
||||||
|
.#{$fa-css-prefix}-edit:before { content: fa-content($fa-var-edit); } |
||||||
|
.#{$fa-css-prefix}-eject:before { content: fa-content($fa-var-eject); } |
||||||
|
.#{$fa-css-prefix}-elementor:before { content: fa-content($fa-var-elementor); } |
||||||
|
.#{$fa-css-prefix}-ellipsis-h:before { content: fa-content($fa-var-ellipsis-h); } |
||||||
|
.#{$fa-css-prefix}-ellipsis-v:before { content: fa-content($fa-var-ellipsis-v); } |
||||||
|
.#{$fa-css-prefix}-ember:before { content: fa-content($fa-var-ember); } |
||||||
|
.#{$fa-css-prefix}-empire:before { content: fa-content($fa-var-empire); } |
||||||
|
.#{$fa-css-prefix}-envelope:before { content: fa-content($fa-var-envelope); } |
||||||
|
.#{$fa-css-prefix}-envelope-open:before { content: fa-content($fa-var-envelope-open); } |
||||||
|
.#{$fa-css-prefix}-envelope-square:before { content: fa-content($fa-var-envelope-square); } |
||||||
|
.#{$fa-css-prefix}-envira:before { content: fa-content($fa-var-envira); } |
||||||
|
.#{$fa-css-prefix}-eraser:before { content: fa-content($fa-var-eraser); } |
||||||
|
.#{$fa-css-prefix}-erlang:before { content: fa-content($fa-var-erlang); } |
||||||
|
.#{$fa-css-prefix}-ethereum:before { content: fa-content($fa-var-ethereum); } |
||||||
|
.#{$fa-css-prefix}-etsy:before { content: fa-content($fa-var-etsy); } |
||||||
|
.#{$fa-css-prefix}-euro-sign:before { content: fa-content($fa-var-euro-sign); } |
||||||
|
.#{$fa-css-prefix}-exchange-alt:before { content: fa-content($fa-var-exchange-alt); } |
||||||
|
.#{$fa-css-prefix}-exclamation:before { content: fa-content($fa-var-exclamation); } |
||||||
|
.#{$fa-css-prefix}-exclamation-circle:before { content: fa-content($fa-var-exclamation-circle); } |
||||||
|
.#{$fa-css-prefix}-exclamation-triangle:before { content: fa-content($fa-var-exclamation-triangle); } |
||||||
|
.#{$fa-css-prefix}-expand:before { content: fa-content($fa-var-expand); } |
||||||
|
.#{$fa-css-prefix}-expand-arrows-alt:before { content: fa-content($fa-var-expand-arrows-alt); } |
||||||
|
.#{$fa-css-prefix}-expeditedssl:before { content: fa-content($fa-var-expeditedssl); } |
||||||
|
.#{$fa-css-prefix}-external-link-alt:before { content: fa-content($fa-var-external-link-alt); } |
||||||
|
.#{$fa-css-prefix}-external-link-square-alt:before { content: fa-content($fa-var-external-link-square-alt); } |
||||||
|
.#{$fa-css-prefix}-eye:before { content: fa-content($fa-var-eye); } |
||||||
|
.#{$fa-css-prefix}-eye-dropper:before { content: fa-content($fa-var-eye-dropper); } |
||||||
|
.#{$fa-css-prefix}-eye-slash:before { content: fa-content($fa-var-eye-slash); } |
||||||
|
.#{$fa-css-prefix}-facebook:before { content: fa-content($fa-var-facebook); } |
||||||
|
.#{$fa-css-prefix}-facebook-f:before { content: fa-content($fa-var-facebook-f); } |
||||||
|
.#{$fa-css-prefix}-facebook-messenger:before { content: fa-content($fa-var-facebook-messenger); } |
||||||
|
.#{$fa-css-prefix}-facebook-square:before { content: fa-content($fa-var-facebook-square); } |
||||||
|
.#{$fa-css-prefix}-fast-backward:before { content: fa-content($fa-var-fast-backward); } |
||||||
|
.#{$fa-css-prefix}-fast-forward:before { content: fa-content($fa-var-fast-forward); } |
||||||
|
.#{$fa-css-prefix}-fax:before { content: fa-content($fa-var-fax); } |
||||||
|
.#{$fa-css-prefix}-female:before { content: fa-content($fa-var-female); } |
||||||
|
.#{$fa-css-prefix}-fighter-jet:before { content: fa-content($fa-var-fighter-jet); } |
||||||
|
.#{$fa-css-prefix}-file:before { content: fa-content($fa-var-file); } |
||||||
|
.#{$fa-css-prefix}-file-alt:before { content: fa-content($fa-var-file-alt); } |
||||||
|
.#{$fa-css-prefix}-file-archive:before { content: fa-content($fa-var-file-archive); } |
||||||
|
.#{$fa-css-prefix}-file-audio:before { content: fa-content($fa-var-file-audio); } |
||||||
|
.#{$fa-css-prefix}-file-code:before { content: fa-content($fa-var-file-code); } |
||||||
|
.#{$fa-css-prefix}-file-excel:before { content: fa-content($fa-var-file-excel); } |
||||||
|
.#{$fa-css-prefix}-file-image:before { content: fa-content($fa-var-file-image); } |
||||||
|
.#{$fa-css-prefix}-file-pdf:before { content: fa-content($fa-var-file-pdf); } |
||||||
|
.#{$fa-css-prefix}-file-powerpoint:before { content: fa-content($fa-var-file-powerpoint); } |
||||||
|
.#{$fa-css-prefix}-file-video:before { content: fa-content($fa-var-file-video); } |
||||||
|
.#{$fa-css-prefix}-file-word:before { content: fa-content($fa-var-file-word); } |
||||||
|
.#{$fa-css-prefix}-film:before { content: fa-content($fa-var-film); } |
||||||
|
.#{$fa-css-prefix}-filter:before { content: fa-content($fa-var-filter); } |
||||||
|
.#{$fa-css-prefix}-fire:before { content: fa-content($fa-var-fire); } |
||||||
|
.#{$fa-css-prefix}-fire-extinguisher:before { content: fa-content($fa-var-fire-extinguisher); } |
||||||
|
.#{$fa-css-prefix}-firefox:before { content: fa-content($fa-var-firefox); } |
||||||
|
.#{$fa-css-prefix}-first-order:before { content: fa-content($fa-var-first-order); } |
||||||
|
.#{$fa-css-prefix}-firstdraft:before { content: fa-content($fa-var-firstdraft); } |
||||||
|
.#{$fa-css-prefix}-flag:before { content: fa-content($fa-var-flag); } |
||||||
|
.#{$fa-css-prefix}-flag-checkered:before { content: fa-content($fa-var-flag-checkered); } |
||||||
|
.#{$fa-css-prefix}-flask:before { content: fa-content($fa-var-flask); } |
||||||
|
.#{$fa-css-prefix}-flickr:before { content: fa-content($fa-var-flickr); } |
||||||
|
.#{$fa-css-prefix}-flipboard:before { content: fa-content($fa-var-flipboard); } |
||||||
|
.#{$fa-css-prefix}-fly:before { content: fa-content($fa-var-fly); } |
||||||
|
.#{$fa-css-prefix}-folder:before { content: fa-content($fa-var-folder); } |
||||||
|
.#{$fa-css-prefix}-folder-open:before { content: fa-content($fa-var-folder-open); } |
||||||
|
.#{$fa-css-prefix}-font:before { content: fa-content($fa-var-font); } |
||||||
|
.#{$fa-css-prefix}-font-awesome:before { content: fa-content($fa-var-font-awesome); } |
||||||
|
.#{$fa-css-prefix}-font-awesome-alt:before { content: fa-content($fa-var-font-awesome-alt); } |
||||||
|
.#{$fa-css-prefix}-font-awesome-flag:before { content: fa-content($fa-var-font-awesome-flag); } |
||||||
|
.#{$fa-css-prefix}-fonticons:before { content: fa-content($fa-var-fonticons); } |
||||||
|
.#{$fa-css-prefix}-fonticons-fi:before { content: fa-content($fa-var-fonticons-fi); } |
||||||
|
.#{$fa-css-prefix}-football-ball:before { content: fa-content($fa-var-football-ball); } |
||||||
|
.#{$fa-css-prefix}-fort-awesome:before { content: fa-content($fa-var-fort-awesome); } |
||||||
|
.#{$fa-css-prefix}-fort-awesome-alt:before { content: fa-content($fa-var-fort-awesome-alt); } |
||||||
|
.#{$fa-css-prefix}-forumbee:before { content: fa-content($fa-var-forumbee); } |
||||||
|
.#{$fa-css-prefix}-forward:before { content: fa-content($fa-var-forward); } |
||||||
|
.#{$fa-css-prefix}-foursquare:before { content: fa-content($fa-var-foursquare); } |
||||||
|
.#{$fa-css-prefix}-free-code-camp:before { content: fa-content($fa-var-free-code-camp); } |
||||||
|
.#{$fa-css-prefix}-freebsd:before { content: fa-content($fa-var-freebsd); } |
||||||
|
.#{$fa-css-prefix}-frown:before { content: fa-content($fa-var-frown); } |
||||||
|
.#{$fa-css-prefix}-futbol:before { content: fa-content($fa-var-futbol); } |
||||||
|
.#{$fa-css-prefix}-gamepad:before { content: fa-content($fa-var-gamepad); } |
||||||
|
.#{$fa-css-prefix}-gavel:before { content: fa-content($fa-var-gavel); } |
||||||
|
.#{$fa-css-prefix}-gem:before { content: fa-content($fa-var-gem); } |
||||||
|
.#{$fa-css-prefix}-genderless:before { content: fa-content($fa-var-genderless); } |
||||||
|
.#{$fa-css-prefix}-get-pocket:before { content: fa-content($fa-var-get-pocket); } |
||||||
|
.#{$fa-css-prefix}-gg:before { content: fa-content($fa-var-gg); } |
||||||
|
.#{$fa-css-prefix}-gg-circle:before { content: fa-content($fa-var-gg-circle); } |
||||||
|
.#{$fa-css-prefix}-gift:before { content: fa-content($fa-var-gift); } |
||||||
|
.#{$fa-css-prefix}-git:before { content: fa-content($fa-var-git); } |
||||||
|
.#{$fa-css-prefix}-git-square:before { content: fa-content($fa-var-git-square); } |
||||||
|
.#{$fa-css-prefix}-github:before { content: fa-content($fa-var-github); } |
||||||
|
.#{$fa-css-prefix}-github-alt:before { content: fa-content($fa-var-github-alt); } |
||||||
|
.#{$fa-css-prefix}-github-square:before { content: fa-content($fa-var-github-square); } |
||||||
|
.#{$fa-css-prefix}-gitkraken:before { content: fa-content($fa-var-gitkraken); } |
||||||
|
.#{$fa-css-prefix}-gitlab:before { content: fa-content($fa-var-gitlab); } |
||||||
|
.#{$fa-css-prefix}-gitter:before { content: fa-content($fa-var-gitter); } |
||||||
|
.#{$fa-css-prefix}-glass-martini:before { content: fa-content($fa-var-glass-martini); } |
||||||
|
.#{$fa-css-prefix}-glide:before { content: fa-content($fa-var-glide); } |
||||||
|
.#{$fa-css-prefix}-glide-g:before { content: fa-content($fa-var-glide-g); } |
||||||
|
.#{$fa-css-prefix}-globe:before { content: fa-content($fa-var-globe); } |
||||||
|
.#{$fa-css-prefix}-gofore:before { content: fa-content($fa-var-gofore); } |
||||||
|
.#{$fa-css-prefix}-golf-ball:before { content: fa-content($fa-var-golf-ball); } |
||||||
|
.#{$fa-css-prefix}-goodreads:before { content: fa-content($fa-var-goodreads); } |
||||||
|
.#{$fa-css-prefix}-goodreads-g:before { content: fa-content($fa-var-goodreads-g); } |
||||||
|
.#{$fa-css-prefix}-google:before { content: fa-content($fa-var-google); } |
||||||
|
.#{$fa-css-prefix}-google-drive:before { content: fa-content($fa-var-google-drive); } |
||||||
|
.#{$fa-css-prefix}-google-play:before { content: fa-content($fa-var-google-play); } |
||||||
|
.#{$fa-css-prefix}-google-plus:before { content: fa-content($fa-var-google-plus); } |
||||||
|
.#{$fa-css-prefix}-google-plus-g:before { content: fa-content($fa-var-google-plus-g); } |
||||||
|
.#{$fa-css-prefix}-google-plus-square:before { content: fa-content($fa-var-google-plus-square); } |
||||||
|
.#{$fa-css-prefix}-google-wallet:before { content: fa-content($fa-var-google-wallet); } |
||||||
|
.#{$fa-css-prefix}-graduation-cap:before { content: fa-content($fa-var-graduation-cap); } |
||||||
|
.#{$fa-css-prefix}-gratipay:before { content: fa-content($fa-var-gratipay); } |
||||||
|
.#{$fa-css-prefix}-grav:before { content: fa-content($fa-var-grav); } |
||||||
|
.#{$fa-css-prefix}-gripfire:before { content: fa-content($fa-var-gripfire); } |
||||||
|
.#{$fa-css-prefix}-grunt:before { content: fa-content($fa-var-grunt); } |
||||||
|
.#{$fa-css-prefix}-gulp:before { content: fa-content($fa-var-gulp); } |
||||||
|
.#{$fa-css-prefix}-h-square:before { content: fa-content($fa-var-h-square); } |
||||||
|
.#{$fa-css-prefix}-hacker-news:before { content: fa-content($fa-var-hacker-news); } |
||||||
|
.#{$fa-css-prefix}-hacker-news-square:before { content: fa-content($fa-var-hacker-news-square); } |
||||||
|
.#{$fa-css-prefix}-hand-lizard:before { content: fa-content($fa-var-hand-lizard); } |
||||||
|
.#{$fa-css-prefix}-hand-paper:before { content: fa-content($fa-var-hand-paper); } |
||||||
|
.#{$fa-css-prefix}-hand-peace:before { content: fa-content($fa-var-hand-peace); } |
||||||
|
.#{$fa-css-prefix}-hand-point-down:before { content: fa-content($fa-var-hand-point-down); } |
||||||
|
.#{$fa-css-prefix}-hand-point-left:before { content: fa-content($fa-var-hand-point-left); } |
||||||
|
.#{$fa-css-prefix}-hand-point-right:before { content: fa-content($fa-var-hand-point-right); } |
||||||
|
.#{$fa-css-prefix}-hand-point-up:before { content: fa-content($fa-var-hand-point-up); } |
||||||
|
.#{$fa-css-prefix}-hand-pointer:before { content: fa-content($fa-var-hand-pointer); } |
||||||
|
.#{$fa-css-prefix}-hand-rock:before { content: fa-content($fa-var-hand-rock); } |
||||||
|
.#{$fa-css-prefix}-hand-scissors:before { content: fa-content($fa-var-hand-scissors); } |
||||||
|
.#{$fa-css-prefix}-hand-spock:before { content: fa-content($fa-var-hand-spock); } |
||||||
|
.#{$fa-css-prefix}-handshake:before { content: fa-content($fa-var-handshake); } |
||||||
|
.#{$fa-css-prefix}-hashtag:before { content: fa-content($fa-var-hashtag); } |
||||||
|
.#{$fa-css-prefix}-hdd:before { content: fa-content($fa-var-hdd); } |
||||||
|
.#{$fa-css-prefix}-heading:before { content: fa-content($fa-var-heading); } |
||||||
|
.#{$fa-css-prefix}-headphones:before { content: fa-content($fa-var-headphones); } |
||||||
|
.#{$fa-css-prefix}-heart:before { content: fa-content($fa-var-heart); } |
||||||
|
.#{$fa-css-prefix}-heartbeat:before { content: fa-content($fa-var-heartbeat); } |
||||||
|
.#{$fa-css-prefix}-hips:before { content: fa-content($fa-var-hips); } |
||||||
|
.#{$fa-css-prefix}-hire-a-helper:before { content: fa-content($fa-var-hire-a-helper); } |
||||||
|
.#{$fa-css-prefix}-history:before { content: fa-content($fa-var-history); } |
||||||
|
.#{$fa-css-prefix}-hockey-puck:before { content: fa-content($fa-var-hockey-puck); } |
||||||
|
.#{$fa-css-prefix}-home:before { content: fa-content($fa-var-home); } |
||||||
|
.#{$fa-css-prefix}-hooli:before { content: fa-content($fa-var-hooli); } |
||||||
|
.#{$fa-css-prefix}-hospital:before { content: fa-content($fa-var-hospital); } |
||||||
|
.#{$fa-css-prefix}-hotjar:before { content: fa-content($fa-var-hotjar); } |
||||||
|
.#{$fa-css-prefix}-hourglass:before { content: fa-content($fa-var-hourglass); } |
||||||
|
.#{$fa-css-prefix}-hourglass-end:before { content: fa-content($fa-var-hourglass-end); } |
||||||
|
.#{$fa-css-prefix}-hourglass-half:before { content: fa-content($fa-var-hourglass-half); } |
||||||
|
.#{$fa-css-prefix}-hourglass-start:before { content: fa-content($fa-var-hourglass-start); } |
||||||
|
.#{$fa-css-prefix}-houzz:before { content: fa-content($fa-var-houzz); } |
||||||
|
.#{$fa-css-prefix}-html5:before { content: fa-content($fa-var-html5); } |
||||||
|
.#{$fa-css-prefix}-hubspot:before { content: fa-content($fa-var-hubspot); } |
||||||
|
.#{$fa-css-prefix}-i-cursor:before { content: fa-content($fa-var-i-cursor); } |
||||||
|
.#{$fa-css-prefix}-id-badge:before { content: fa-content($fa-var-id-badge); } |
||||||
|
.#{$fa-css-prefix}-id-card:before { content: fa-content($fa-var-id-card); } |
||||||
|
.#{$fa-css-prefix}-image:before { content: fa-content($fa-var-image); } |
||||||
|
.#{$fa-css-prefix}-images:before { content: fa-content($fa-var-images); } |
||||||
|
.#{$fa-css-prefix}-imdb:before { content: fa-content($fa-var-imdb); } |
||||||
|
.#{$fa-css-prefix}-inbox:before { content: fa-content($fa-var-inbox); } |
||||||
|
.#{$fa-css-prefix}-indent:before { content: fa-content($fa-var-indent); } |
||||||
|
.#{$fa-css-prefix}-industry:before { content: fa-content($fa-var-industry); } |
||||||
|
.#{$fa-css-prefix}-info:before { content: fa-content($fa-var-info); } |
||||||
|
.#{$fa-css-prefix}-info-circle:before { content: fa-content($fa-var-info-circle); } |
||||||
|
.#{$fa-css-prefix}-instagram:before { content: fa-content($fa-var-instagram); } |
||||||
|
.#{$fa-css-prefix}-internet-explorer:before { content: fa-content($fa-var-internet-explorer); } |
||||||
|
.#{$fa-css-prefix}-ioxhost:before { content: fa-content($fa-var-ioxhost); } |
||||||
|
.#{$fa-css-prefix}-italic:before { content: fa-content($fa-var-italic); } |
||||||
|
.#{$fa-css-prefix}-itunes:before { content: fa-content($fa-var-itunes); } |
||||||
|
.#{$fa-css-prefix}-itunes-note:before { content: fa-content($fa-var-itunes-note); } |
||||||
|
.#{$fa-css-prefix}-jenkins:before { content: fa-content($fa-var-jenkins); } |
||||||
|
.#{$fa-css-prefix}-joget:before { content: fa-content($fa-var-joget); } |
||||||
|
.#{$fa-css-prefix}-joomla:before { content: fa-content($fa-var-joomla); } |
||||||
|
.#{$fa-css-prefix}-js:before { content: fa-content($fa-var-js); } |
||||||
|
.#{$fa-css-prefix}-js-square:before { content: fa-content($fa-var-js-square); } |
||||||
|
.#{$fa-css-prefix}-jsfiddle:before { content: fa-content($fa-var-jsfiddle); } |
||||||
|
.#{$fa-css-prefix}-key:before { content: fa-content($fa-var-key); } |
||||||
|
.#{$fa-css-prefix}-keyboard:before { content: fa-content($fa-var-keyboard); } |
||||||
|
.#{$fa-css-prefix}-keycdn:before { content: fa-content($fa-var-keycdn); } |
||||||
|
.#{$fa-css-prefix}-kickstarter:before { content: fa-content($fa-var-kickstarter); } |
||||||
|
.#{$fa-css-prefix}-kickstarter-k:before { content: fa-content($fa-var-kickstarter-k); } |
||||||
|
.#{$fa-css-prefix}-korvue:before { content: fa-content($fa-var-korvue); } |
||||||
|
.#{$fa-css-prefix}-language:before { content: fa-content($fa-var-language); } |
||||||
|
.#{$fa-css-prefix}-laptop:before { content: fa-content($fa-var-laptop); } |
||||||
|
.#{$fa-css-prefix}-laravel:before { content: fa-content($fa-var-laravel); } |
||||||
|
.#{$fa-css-prefix}-lastfm:before { content: fa-content($fa-var-lastfm); } |
||||||
|
.#{$fa-css-prefix}-lastfm-square:before { content: fa-content($fa-var-lastfm-square); } |
||||||
|
.#{$fa-css-prefix}-leaf:before { content: fa-content($fa-var-leaf); } |
||||||
|
.#{$fa-css-prefix}-leanpub:before { content: fa-content($fa-var-leanpub); } |
||||||
|
.#{$fa-css-prefix}-lemon:before { content: fa-content($fa-var-lemon); } |
||||||
|
.#{$fa-css-prefix}-less:before { content: fa-content($fa-var-less); } |
||||||
|
.#{$fa-css-prefix}-level-down-alt:before { content: fa-content($fa-var-level-down-alt); } |
||||||
|
.#{$fa-css-prefix}-level-up-alt:before { content: fa-content($fa-var-level-up-alt); } |
||||||
|
.#{$fa-css-prefix}-life-ring:before { content: fa-content($fa-var-life-ring); } |
||||||
|
.#{$fa-css-prefix}-lightbulb:before { content: fa-content($fa-var-lightbulb); } |
||||||
|
.#{$fa-css-prefix}-line:before { content: fa-content($fa-var-line); } |
||||||
|
.#{$fa-css-prefix}-link:before { content: fa-content($fa-var-link); } |
||||||
|
.#{$fa-css-prefix}-linkedin:before { content: fa-content($fa-var-linkedin); } |
||||||
|
.#{$fa-css-prefix}-linkedin-in:before { content: fa-content($fa-var-linkedin-in); } |
||||||
|
.#{$fa-css-prefix}-linode:before { content: fa-content($fa-var-linode); } |
||||||
|
.#{$fa-css-prefix}-linux:before { content: fa-content($fa-var-linux); } |
||||||
|
.#{$fa-css-prefix}-lira-sign:before { content: fa-content($fa-var-lira-sign); } |
||||||
|
.#{$fa-css-prefix}-list:before { content: fa-content($fa-var-list); } |
||||||
|
.#{$fa-css-prefix}-list-alt:before { content: fa-content($fa-var-list-alt); } |
||||||
|
.#{$fa-css-prefix}-list-ol:before { content: fa-content($fa-var-list-ol); } |
||||||
|
.#{$fa-css-prefix}-list-ul:before { content: fa-content($fa-var-list-ul); } |
||||||
|
.#{$fa-css-prefix}-location-arrow:before { content: fa-content($fa-var-location-arrow); } |
||||||
|
.#{$fa-css-prefix}-lock:before { content: fa-content($fa-var-lock); } |
||||||
|
.#{$fa-css-prefix}-lock-open:before { content: fa-content($fa-var-lock-open); } |
||||||
|
.#{$fa-css-prefix}-long-arrow-alt-down:before { content: fa-content($fa-var-long-arrow-alt-down); } |
||||||
|
.#{$fa-css-prefix}-long-arrow-alt-left:before { content: fa-content($fa-var-long-arrow-alt-left); } |
||||||
|
.#{$fa-css-prefix}-long-arrow-alt-right:before { content: fa-content($fa-var-long-arrow-alt-right); } |
||||||
|
.#{$fa-css-prefix}-long-arrow-alt-up:before { content: fa-content($fa-var-long-arrow-alt-up); } |
||||||
|
.#{$fa-css-prefix}-low-vision:before { content: fa-content($fa-var-low-vision); } |
||||||
|
.#{$fa-css-prefix}-lyft:before { content: fa-content($fa-var-lyft); } |
||||||
|
.#{$fa-css-prefix}-magento:before { content: fa-content($fa-var-magento); } |
||||||
|
.#{$fa-css-prefix}-magic:before { content: fa-content($fa-var-magic); } |
||||||
|
.#{$fa-css-prefix}-magnet:before { content: fa-content($fa-var-magnet); } |
||||||
|
.#{$fa-css-prefix}-male:before { content: fa-content($fa-var-male); } |
||||||
|
.#{$fa-css-prefix}-map:before { content: fa-content($fa-var-map); } |
||||||
|
.#{$fa-css-prefix}-map-marker:before { content: fa-content($fa-var-map-marker); } |
||||||
|
.#{$fa-css-prefix}-map-marker-alt:before { content: fa-content($fa-var-map-marker-alt); } |
||||||
|
.#{$fa-css-prefix}-map-pin:before { content: fa-content($fa-var-map-pin); } |
||||||
|
.#{$fa-css-prefix}-map-signs:before { content: fa-content($fa-var-map-signs); } |
||||||
|
.#{$fa-css-prefix}-mars:before { content: fa-content($fa-var-mars); } |
||||||
|
.#{$fa-css-prefix}-mars-double:before { content: fa-content($fa-var-mars-double); } |
||||||
|
.#{$fa-css-prefix}-mars-stroke:before { content: fa-content($fa-var-mars-stroke); } |
||||||
|
.#{$fa-css-prefix}-mars-stroke-h:before { content: fa-content($fa-var-mars-stroke-h); } |
||||||
|
.#{$fa-css-prefix}-mars-stroke-v:before { content: fa-content($fa-var-mars-stroke-v); } |
||||||
|
.#{$fa-css-prefix}-maxcdn:before { content: fa-content($fa-var-maxcdn); } |
||||||
|
.#{$fa-css-prefix}-medapps:before { content: fa-content($fa-var-medapps); } |
||||||
|
.#{$fa-css-prefix}-medium:before { content: fa-content($fa-var-medium); } |
||||||
|
.#{$fa-css-prefix}-medium-m:before { content: fa-content($fa-var-medium-m); } |
||||||
|
.#{$fa-css-prefix}-medkit:before { content: fa-content($fa-var-medkit); } |
||||||
|
.#{$fa-css-prefix}-medrt:before { content: fa-content($fa-var-medrt); } |
||||||
|
.#{$fa-css-prefix}-meetup:before { content: fa-content($fa-var-meetup); } |
||||||
|
.#{$fa-css-prefix}-meh:before { content: fa-content($fa-var-meh); } |
||||||
|
.#{$fa-css-prefix}-mercury:before { content: fa-content($fa-var-mercury); } |
||||||
|
.#{$fa-css-prefix}-microchip:before { content: fa-content($fa-var-microchip); } |
||||||
|
.#{$fa-css-prefix}-microphone:before { content: fa-content($fa-var-microphone); } |
||||||
|
.#{$fa-css-prefix}-microphone-slash:before { content: fa-content($fa-var-microphone-slash); } |
||||||
|
.#{$fa-css-prefix}-microsoft:before { content: fa-content($fa-var-microsoft); } |
||||||
|
.#{$fa-css-prefix}-minus:before { content: fa-content($fa-var-minus); } |
||||||
|
.#{$fa-css-prefix}-minus-circle:before { content: fa-content($fa-var-minus-circle); } |
||||||
|
.#{$fa-css-prefix}-minus-square:before { content: fa-content($fa-var-minus-square); } |
||||||
|
.#{$fa-css-prefix}-mix:before { content: fa-content($fa-var-mix); } |
||||||
|
.#{$fa-css-prefix}-mixcloud:before { content: fa-content($fa-var-mixcloud); } |
||||||
|
.#{$fa-css-prefix}-mizuni:before { content: fa-content($fa-var-mizuni); } |
||||||
|
.#{$fa-css-prefix}-mobile:before { content: fa-content($fa-var-mobile); } |
||||||
|
.#{$fa-css-prefix}-mobile-alt:before { content: fa-content($fa-var-mobile-alt); } |
||||||
|
.#{$fa-css-prefix}-modx:before { content: fa-content($fa-var-modx); } |
||||||
|
.#{$fa-css-prefix}-monero:before { content: fa-content($fa-var-monero); } |
||||||
|
.#{$fa-css-prefix}-money-bill-alt:before { content: fa-content($fa-var-money-bill-alt); } |
||||||
|
.#{$fa-css-prefix}-moon:before { content: fa-content($fa-var-moon); } |
||||||
|
.#{$fa-css-prefix}-motorcycle:before { content: fa-content($fa-var-motorcycle); } |
||||||
|
.#{$fa-css-prefix}-mouse-pointer:before { content: fa-content($fa-var-mouse-pointer); } |
||||||
|
.#{$fa-css-prefix}-music:before { content: fa-content($fa-var-music); } |
||||||
|
.#{$fa-css-prefix}-napster:before { content: fa-content($fa-var-napster); } |
||||||
|
.#{$fa-css-prefix}-neuter:before { content: fa-content($fa-var-neuter); } |
||||||
|
.#{$fa-css-prefix}-newspaper:before { content: fa-content($fa-var-newspaper); } |
||||||
|
.#{$fa-css-prefix}-nintendo-switch:before { content: fa-content($fa-var-nintendo-switch); } |
||||||
|
.#{$fa-css-prefix}-node:before { content: fa-content($fa-var-node); } |
||||||
|
.#{$fa-css-prefix}-node-js:before { content: fa-content($fa-var-node-js); } |
||||||
|
.#{$fa-css-prefix}-npm:before { content: fa-content($fa-var-npm); } |
||||||
|
.#{$fa-css-prefix}-ns8:before { content: fa-content($fa-var-ns8); } |
||||||
|
.#{$fa-css-prefix}-nutritionix:before { content: fa-content($fa-var-nutritionix); } |
||||||
|
.#{$fa-css-prefix}-object-group:before { content: fa-content($fa-var-object-group); } |
||||||
|
.#{$fa-css-prefix}-object-ungroup:before { content: fa-content($fa-var-object-ungroup); } |
||||||
|
.#{$fa-css-prefix}-odnoklassniki:before { content: fa-content($fa-var-odnoklassniki); } |
||||||
|
.#{$fa-css-prefix}-odnoklassniki-square:before { content: fa-content($fa-var-odnoklassniki-square); } |
||||||
|
.#{$fa-css-prefix}-opencart:before { content: fa-content($fa-var-opencart); } |
||||||
|
.#{$fa-css-prefix}-openid:before { content: fa-content($fa-var-openid); } |
||||||
|
.#{$fa-css-prefix}-opera:before { content: fa-content($fa-var-opera); } |
||||||
|
.#{$fa-css-prefix}-optin-monster:before { content: fa-content($fa-var-optin-monster); } |
||||||
|
.#{$fa-css-prefix}-osi:before { content: fa-content($fa-var-osi); } |
||||||
|
.#{$fa-css-prefix}-outdent:before { content: fa-content($fa-var-outdent); } |
||||||
|
.#{$fa-css-prefix}-page4:before { content: fa-content($fa-var-page4); } |
||||||
|
.#{$fa-css-prefix}-pagelines:before { content: fa-content($fa-var-pagelines); } |
||||||
|
.#{$fa-css-prefix}-paint-brush:before { content: fa-content($fa-var-paint-brush); } |
||||||
|
.#{$fa-css-prefix}-palfed:before { content: fa-content($fa-var-palfed); } |
||||||
|
.#{$fa-css-prefix}-paper-plane:before { content: fa-content($fa-var-paper-plane); } |
||||||
|
.#{$fa-css-prefix}-paperclip:before { content: fa-content($fa-var-paperclip); } |
||||||
|
.#{$fa-css-prefix}-paragraph:before { content: fa-content($fa-var-paragraph); } |
||||||
|
.#{$fa-css-prefix}-paste:before { content: fa-content($fa-var-paste); } |
||||||
|
.#{$fa-css-prefix}-patreon:before { content: fa-content($fa-var-patreon); } |
||||||
|
.#{$fa-css-prefix}-pause:before { content: fa-content($fa-var-pause); } |
||||||
|
.#{$fa-css-prefix}-pause-circle:before { content: fa-content($fa-var-pause-circle); } |
||||||
|
.#{$fa-css-prefix}-paw:before { content: fa-content($fa-var-paw); } |
||||||
|
.#{$fa-css-prefix}-paypal:before { content: fa-content($fa-var-paypal); } |
||||||
|
.#{$fa-css-prefix}-pen-square:before { content: fa-content($fa-var-pen-square); } |
||||||
|
.#{$fa-css-prefix}-pencil-alt:before { content: fa-content($fa-var-pencil-alt); } |
||||||
|
.#{$fa-css-prefix}-percent:before { content: fa-content($fa-var-percent); } |
||||||
|
.#{$fa-css-prefix}-periscope:before { content: fa-content($fa-var-periscope); } |
||||||
|
.#{$fa-css-prefix}-phabricator:before { content: fa-content($fa-var-phabricator); } |
||||||
|
.#{$fa-css-prefix}-phoenix-framework:before { content: fa-content($fa-var-phoenix-framework); } |
||||||
|
.#{$fa-css-prefix}-phone:before { content: fa-content($fa-var-phone); } |
||||||
|
.#{$fa-css-prefix}-phone-square:before { content: fa-content($fa-var-phone-square); } |
||||||
|
.#{$fa-css-prefix}-phone-volume:before { content: fa-content($fa-var-phone-volume); } |
||||||
|
.#{$fa-css-prefix}-php:before { content: fa-content($fa-var-php); } |
||||||
|
.#{$fa-css-prefix}-pied-piper:before { content: fa-content($fa-var-pied-piper); } |
||||||
|
.#{$fa-css-prefix}-pied-piper-alt:before { content: fa-content($fa-var-pied-piper-alt); } |
||||||
|
.#{$fa-css-prefix}-pied-piper-pp:before { content: fa-content($fa-var-pied-piper-pp); } |
||||||
|
.#{$fa-css-prefix}-pinterest:before { content: fa-content($fa-var-pinterest); } |
||||||
|
.#{$fa-css-prefix}-pinterest-p:before { content: fa-content($fa-var-pinterest-p); } |
||||||
|
.#{$fa-css-prefix}-pinterest-square:before { content: fa-content($fa-var-pinterest-square); } |
||||||
|
.#{$fa-css-prefix}-plane:before { content: fa-content($fa-var-plane); } |
||||||
|
.#{$fa-css-prefix}-play:before { content: fa-content($fa-var-play); } |
||||||
|
.#{$fa-css-prefix}-play-circle:before { content: fa-content($fa-var-play-circle); } |
||||||
|
.#{$fa-css-prefix}-playstation:before { content: fa-content($fa-var-playstation); } |
||||||
|
.#{$fa-css-prefix}-plug:before { content: fa-content($fa-var-plug); } |
||||||
|
.#{$fa-css-prefix}-plus:before { content: fa-content($fa-var-plus); } |
||||||
|
.#{$fa-css-prefix}-plus-circle:before { content: fa-content($fa-var-plus-circle); } |
||||||
|
.#{$fa-css-prefix}-plus-square:before { content: fa-content($fa-var-plus-square); } |
||||||
|
.#{$fa-css-prefix}-podcast:before { content: fa-content($fa-var-podcast); } |
||||||
|
.#{$fa-css-prefix}-pound-sign:before { content: fa-content($fa-var-pound-sign); } |
||||||
|
.#{$fa-css-prefix}-power-off:before { content: fa-content($fa-var-power-off); } |
||||||
|
.#{$fa-css-prefix}-print:before { content: fa-content($fa-var-print); } |
||||||
|
.#{$fa-css-prefix}-product-hunt:before { content: fa-content($fa-var-product-hunt); } |
||||||
|
.#{$fa-css-prefix}-pushed:before { content: fa-content($fa-var-pushed); } |
||||||
|
.#{$fa-css-prefix}-puzzle-piece:before { content: fa-content($fa-var-puzzle-piece); } |
||||||
|
.#{$fa-css-prefix}-python:before { content: fa-content($fa-var-python); } |
||||||
|
.#{$fa-css-prefix}-qq:before { content: fa-content($fa-var-qq); } |
||||||
|
.#{$fa-css-prefix}-qrcode:before { content: fa-content($fa-var-qrcode); } |
||||||
|
.#{$fa-css-prefix}-question:before { content: fa-content($fa-var-question); } |
||||||
|
.#{$fa-css-prefix}-question-circle:before { content: fa-content($fa-var-question-circle); } |
||||||
|
.#{$fa-css-prefix}-quidditch:before { content: fa-content($fa-var-quidditch); } |
||||||
|
.#{$fa-css-prefix}-quinscape:before { content: fa-content($fa-var-quinscape); } |
||||||
|
.#{$fa-css-prefix}-quora:before { content: fa-content($fa-var-quora); } |
||||||
|
.#{$fa-css-prefix}-quote-left:before { content: fa-content($fa-var-quote-left); } |
||||||
|
.#{$fa-css-prefix}-quote-right:before { content: fa-content($fa-var-quote-right); } |
||||||
|
.#{$fa-css-prefix}-random:before { content: fa-content($fa-var-random); } |
||||||
|
.#{$fa-css-prefix}-ravelry:before { content: fa-content($fa-var-ravelry); } |
||||||
|
.#{$fa-css-prefix}-react:before { content: fa-content($fa-var-react); } |
||||||
|
.#{$fa-css-prefix}-rebel:before { content: fa-content($fa-var-rebel); } |
||||||
|
.#{$fa-css-prefix}-recycle:before { content: fa-content($fa-var-recycle); } |
||||||
|
.#{$fa-css-prefix}-red-river:before { content: fa-content($fa-var-red-river); } |
||||||
|
.#{$fa-css-prefix}-reddit:before { content: fa-content($fa-var-reddit); } |
||||||
|
.#{$fa-css-prefix}-reddit-alien:before { content: fa-content($fa-var-reddit-alien); } |
||||||
|
.#{$fa-css-prefix}-reddit-square:before { content: fa-content($fa-var-reddit-square); } |
||||||
|
.#{$fa-css-prefix}-redo:before { content: fa-content($fa-var-redo); } |
||||||
|
.#{$fa-css-prefix}-redo-alt:before { content: fa-content($fa-var-redo-alt); } |
||||||
|
.#{$fa-css-prefix}-registered:before { content: fa-content($fa-var-registered); } |
||||||
|
.#{$fa-css-prefix}-rendact:before { content: fa-content($fa-var-rendact); } |
||||||
|
.#{$fa-css-prefix}-renren:before { content: fa-content($fa-var-renren); } |
||||||
|
.#{$fa-css-prefix}-reply:before { content: fa-content($fa-var-reply); } |
||||||
|
.#{$fa-css-prefix}-reply-all:before { content: fa-content($fa-var-reply-all); } |
||||||
|
.#{$fa-css-prefix}-replyd:before { content: fa-content($fa-var-replyd); } |
||||||
|
.#{$fa-css-prefix}-resolving:before { content: fa-content($fa-var-resolving); } |
||||||
|
.#{$fa-css-prefix}-retweet:before { content: fa-content($fa-var-retweet); } |
||||||
|
.#{$fa-css-prefix}-road:before { content: fa-content($fa-var-road); } |
||||||
|
.#{$fa-css-prefix}-rocket:before { content: fa-content($fa-var-rocket); } |
||||||
|
.#{$fa-css-prefix}-rocketchat:before { content: fa-content($fa-var-rocketchat); } |
||||||
|
.#{$fa-css-prefix}-rockrms:before { content: fa-content($fa-var-rockrms); } |
||||||
|
.#{$fa-css-prefix}-rss:before { content: fa-content($fa-var-rss); } |
||||||
|
.#{$fa-css-prefix}-rss-square:before { content: fa-content($fa-var-rss-square); } |
||||||
|
.#{$fa-css-prefix}-ruble-sign:before { content: fa-content($fa-var-ruble-sign); } |
||||||
|
.#{$fa-css-prefix}-rupee-sign:before { content: fa-content($fa-var-rupee-sign); } |
||||||
|
.#{$fa-css-prefix}-safari:before { content: fa-content($fa-var-safari); } |
||||||
|
.#{$fa-css-prefix}-sass:before { content: fa-content($fa-var-sass); } |
||||||
|
.#{$fa-css-prefix}-save:before { content: fa-content($fa-var-save); } |
||||||
|
.#{$fa-css-prefix}-schlix:before { content: fa-content($fa-var-schlix); } |
||||||
|
.#{$fa-css-prefix}-scribd:before { content: fa-content($fa-var-scribd); } |
||||||
|
.#{$fa-css-prefix}-search:before { content: fa-content($fa-var-search); } |
||||||
|
.#{$fa-css-prefix}-search-minus:before { content: fa-content($fa-var-search-minus); } |
||||||
|
.#{$fa-css-prefix}-search-plus:before { content: fa-content($fa-var-search-plus); } |
||||||
|
.#{$fa-css-prefix}-searchengin:before { content: fa-content($fa-var-searchengin); } |
||||||
|
.#{$fa-css-prefix}-sellcast:before { content: fa-content($fa-var-sellcast); } |
||||||
|
.#{$fa-css-prefix}-sellsy:before { content: fa-content($fa-var-sellsy); } |
||||||
|
.#{$fa-css-prefix}-server:before { content: fa-content($fa-var-server); } |
||||||
|
.#{$fa-css-prefix}-servicestack:before { content: fa-content($fa-var-servicestack); } |
||||||
|
.#{$fa-css-prefix}-share:before { content: fa-content($fa-var-share); } |
||||||
|
.#{$fa-css-prefix}-share-alt:before { content: fa-content($fa-var-share-alt); } |
||||||
|
.#{$fa-css-prefix}-share-alt-square:before { content: fa-content($fa-var-share-alt-square); } |
||||||
|
.#{$fa-css-prefix}-share-square:before { content: fa-content($fa-var-share-square); } |
||||||
|
.#{$fa-css-prefix}-shekel-sign:before { content: fa-content($fa-var-shekel-sign); } |
||||||
|
.#{$fa-css-prefix}-shield-alt:before { content: fa-content($fa-var-shield-alt); } |
||||||
|
.#{$fa-css-prefix}-ship:before { content: fa-content($fa-var-ship); } |
||||||
|
.#{$fa-css-prefix}-shirtsinbulk:before { content: fa-content($fa-var-shirtsinbulk); } |
||||||
|
.#{$fa-css-prefix}-shopping-bag:before { content: fa-content($fa-var-shopping-bag); } |
||||||
|
.#{$fa-css-prefix}-shopping-basket:before { content: fa-content($fa-var-shopping-basket); } |
||||||
|
.#{$fa-css-prefix}-shopping-cart:before { content: fa-content($fa-var-shopping-cart); } |
||||||
|
.#{$fa-css-prefix}-shower:before { content: fa-content($fa-var-shower); } |
||||||
|
.#{$fa-css-prefix}-sign-in-alt:before { content: fa-content($fa-var-sign-in-alt); } |
||||||
|
.#{$fa-css-prefix}-sign-language:before { content: fa-content($fa-var-sign-language); } |
||||||
|
.#{$fa-css-prefix}-sign-out-alt:before { content: fa-content($fa-var-sign-out-alt); } |
||||||
|
.#{$fa-css-prefix}-signal:before { content: fa-content($fa-var-signal); } |
||||||
|
.#{$fa-css-prefix}-simplybuilt:before { content: fa-content($fa-var-simplybuilt); } |
||||||
|
.#{$fa-css-prefix}-sistrix:before { content: fa-content($fa-var-sistrix); } |
||||||
|
.#{$fa-css-prefix}-sitemap:before { content: fa-content($fa-var-sitemap); } |
||||||
|
.#{$fa-css-prefix}-skyatlas:before { content: fa-content($fa-var-skyatlas); } |
||||||
|
.#{$fa-css-prefix}-skype:before { content: fa-content($fa-var-skype); } |
||||||
|
.#{$fa-css-prefix}-slack:before { content: fa-content($fa-var-slack); } |
||||||
|
.#{$fa-css-prefix}-slack-hash:before { content: fa-content($fa-var-slack-hash); } |
||||||
|
.#{$fa-css-prefix}-sliders-h:before { content: fa-content($fa-var-sliders-h); } |
||||||
|
.#{$fa-css-prefix}-slideshare:before { content: fa-content($fa-var-slideshare); } |
||||||
|
.#{$fa-css-prefix}-smile:before { content: fa-content($fa-var-smile); } |
||||||
|
.#{$fa-css-prefix}-snapchat:before { content: fa-content($fa-var-snapchat); } |
||||||
|
.#{$fa-css-prefix}-snapchat-ghost:before { content: fa-content($fa-var-snapchat-ghost); } |
||||||
|
.#{$fa-css-prefix}-snapchat-square:before { content: fa-content($fa-var-snapchat-square); } |
||||||
|
.#{$fa-css-prefix}-snowflake:before { content: fa-content($fa-var-snowflake); } |
||||||
|
.#{$fa-css-prefix}-sort:before { content: fa-content($fa-var-sort); } |
||||||
|
.#{$fa-css-prefix}-sort-alpha-down:before { content: fa-content($fa-var-sort-alpha-down); } |
||||||
|
.#{$fa-css-prefix}-sort-alpha-up:before { content: fa-content($fa-var-sort-alpha-up); } |
||||||
|
.#{$fa-css-prefix}-sort-amount-down:before { content: fa-content($fa-var-sort-amount-down); } |
||||||
|
.#{$fa-css-prefix}-sort-amount-up:before { content: fa-content($fa-var-sort-amount-up); } |
||||||
|
.#{$fa-css-prefix}-sort-down:before { content: fa-content($fa-var-sort-down); } |
||||||
|
.#{$fa-css-prefix}-sort-numeric-down:before { content: fa-content($fa-var-sort-numeric-down); } |
||||||
|
.#{$fa-css-prefix}-sort-numeric-up:before { content: fa-content($fa-var-sort-numeric-up); } |
||||||
|
.#{$fa-css-prefix}-sort-up:before { content: fa-content($fa-var-sort-up); } |
||||||
|
.#{$fa-css-prefix}-soundcloud:before { content: fa-content($fa-var-soundcloud); } |
||||||
|
.#{$fa-css-prefix}-space-shuttle:before { content: fa-content($fa-var-space-shuttle); } |
||||||
|
.#{$fa-css-prefix}-speakap:before { content: fa-content($fa-var-speakap); } |
||||||
|
.#{$fa-css-prefix}-spinner:before { content: fa-content($fa-var-spinner); } |
||||||
|
.#{$fa-css-prefix}-spotify:before { content: fa-content($fa-var-spotify); } |
||||||
|
.#{$fa-css-prefix}-square:before { content: fa-content($fa-var-square); } |
||||||
|
.#{$fa-css-prefix}-square-full:before { content: fa-content($fa-var-square-full); } |
||||||
|
.#{$fa-css-prefix}-stack-exchange:before { content: fa-content($fa-var-stack-exchange); } |
||||||
|
.#{$fa-css-prefix}-stack-overflow:before { content: fa-content($fa-var-stack-overflow); } |
||||||
|
.#{$fa-css-prefix}-star:before { content: fa-content($fa-var-star); } |
||||||
|
.#{$fa-css-prefix}-star-half:before { content: fa-content($fa-var-star-half); } |
||||||
|
.#{$fa-css-prefix}-staylinked:before { content: fa-content($fa-var-staylinked); } |
||||||
|
.#{$fa-css-prefix}-steam:before { content: fa-content($fa-var-steam); } |
||||||
|
.#{$fa-css-prefix}-steam-square:before { content: fa-content($fa-var-steam-square); } |
||||||
|
.#{$fa-css-prefix}-steam-symbol:before { content: fa-content($fa-var-steam-symbol); } |
||||||
|
.#{$fa-css-prefix}-step-backward:before { content: fa-content($fa-var-step-backward); } |
||||||
|
.#{$fa-css-prefix}-step-forward:before { content: fa-content($fa-var-step-forward); } |
||||||
|
.#{$fa-css-prefix}-stethoscope:before { content: fa-content($fa-var-stethoscope); } |
||||||
|
.#{$fa-css-prefix}-sticker-mule:before { content: fa-content($fa-var-sticker-mule); } |
||||||
|
.#{$fa-css-prefix}-sticky-note:before { content: fa-content($fa-var-sticky-note); } |
||||||
|
.#{$fa-css-prefix}-stop:before { content: fa-content($fa-var-stop); } |
||||||
|
.#{$fa-css-prefix}-stop-circle:before { content: fa-content($fa-var-stop-circle); } |
||||||
|
.#{$fa-css-prefix}-stopwatch:before { content: fa-content($fa-var-stopwatch); } |
||||||
|
.#{$fa-css-prefix}-strava:before { content: fa-content($fa-var-strava); } |
||||||
|
.#{$fa-css-prefix}-street-view:before { content: fa-content($fa-var-street-view); } |
||||||
|
.#{$fa-css-prefix}-strikethrough:before { content: fa-content($fa-var-strikethrough); } |
||||||
|
.#{$fa-css-prefix}-stripe:before { content: fa-content($fa-var-stripe); } |
||||||
|
.#{$fa-css-prefix}-stripe-s:before { content: fa-content($fa-var-stripe-s); } |
||||||
|
.#{$fa-css-prefix}-studiovinari:before { content: fa-content($fa-var-studiovinari); } |
||||||
|
.#{$fa-css-prefix}-stumbleupon:before { content: fa-content($fa-var-stumbleupon); } |
||||||
|
.#{$fa-css-prefix}-stumbleupon-circle:before { content: fa-content($fa-var-stumbleupon-circle); } |
||||||
|
.#{$fa-css-prefix}-subscript:before { content: fa-content($fa-var-subscript); } |
||||||
|
.#{$fa-css-prefix}-subway:before { content: fa-content($fa-var-subway); } |
||||||
|
.#{$fa-css-prefix}-suitcase:before { content: fa-content($fa-var-suitcase); } |
||||||
|
.#{$fa-css-prefix}-sun:before { content: fa-content($fa-var-sun); } |
||||||
|
.#{$fa-css-prefix}-superpowers:before { content: fa-content($fa-var-superpowers); } |
||||||
|
.#{$fa-css-prefix}-superscript:before { content: fa-content($fa-var-superscript); } |
||||||
|
.#{$fa-css-prefix}-supple:before { content: fa-content($fa-var-supple); } |
||||||
|
.#{$fa-css-prefix}-sync:before { content: fa-content($fa-var-sync); } |
||||||
|
.#{$fa-css-prefix}-sync-alt:before { content: fa-content($fa-var-sync-alt); } |
||||||
|
.#{$fa-css-prefix}-table:before { content: fa-content($fa-var-table); } |
||||||
|
.#{$fa-css-prefix}-table-tennis:before { content: fa-content($fa-var-table-tennis); } |
||||||
|
.#{$fa-css-prefix}-tablet:before { content: fa-content($fa-var-tablet); } |
||||||
|
.#{$fa-css-prefix}-tablet-alt:before { content: fa-content($fa-var-tablet-alt); } |
||||||
|
.#{$fa-css-prefix}-tachometer-alt:before { content: fa-content($fa-var-tachometer-alt); } |
||||||
|
.#{$fa-css-prefix}-tag:before { content: fa-content($fa-var-tag); } |
||||||
|
.#{$fa-css-prefix}-tags:before { content: fa-content($fa-var-tags); } |
||||||
|
.#{$fa-css-prefix}-tasks:before { content: fa-content($fa-var-tasks); } |
||||||
|
.#{$fa-css-prefix}-taxi:before { content: fa-content($fa-var-taxi); } |
||||||
|
.#{$fa-css-prefix}-telegram:before { content: fa-content($fa-var-telegram); } |
||||||
|
.#{$fa-css-prefix}-telegram-plane:before { content: fa-content($fa-var-telegram-plane); } |
||||||
|
.#{$fa-css-prefix}-tencent-weibo:before { content: fa-content($fa-var-tencent-weibo); } |
||||||
|
.#{$fa-css-prefix}-terminal:before { content: fa-content($fa-var-terminal); } |
||||||
|
.#{$fa-css-prefix}-text-height:before { content: fa-content($fa-var-text-height); } |
||||||
|
.#{$fa-css-prefix}-text-width:before { content: fa-content($fa-var-text-width); } |
||||||
|
.#{$fa-css-prefix}-th:before { content: fa-content($fa-var-th); } |
||||||
|
.#{$fa-css-prefix}-th-large:before { content: fa-content($fa-var-th-large); } |
||||||
|
.#{$fa-css-prefix}-th-list:before { content: fa-content($fa-var-th-list); } |
||||||
|
.#{$fa-css-prefix}-themeisle:before { content: fa-content($fa-var-themeisle); } |
||||||
|
.#{$fa-css-prefix}-thermometer-empty:before { content: fa-content($fa-var-thermometer-empty); } |
||||||
|
.#{$fa-css-prefix}-thermometer-full:before { content: fa-content($fa-var-thermometer-full); } |
||||||
|
.#{$fa-css-prefix}-thermometer-half:before { content: fa-content($fa-var-thermometer-half); } |
||||||
|
.#{$fa-css-prefix}-thermometer-quarter:before { content: fa-content($fa-var-thermometer-quarter); } |
||||||
|
.#{$fa-css-prefix}-thermometer-three-quarters:before { content: fa-content($fa-var-thermometer-three-quarters); } |
||||||
|
.#{$fa-css-prefix}-thumbs-down:before { content: fa-content($fa-var-thumbs-down); } |
||||||
|
.#{$fa-css-prefix}-thumbs-up:before { content: fa-content($fa-var-thumbs-up); } |
||||||
|
.#{$fa-css-prefix}-thumbtack:before { content: fa-content($fa-var-thumbtack); } |
||||||
|
.#{$fa-css-prefix}-ticket-alt:before { content: fa-content($fa-var-ticket-alt); } |
||||||
|
.#{$fa-css-prefix}-times:before { content: fa-content($fa-var-times); } |
||||||
|
.#{$fa-css-prefix}-times-circle:before { content: fa-content($fa-var-times-circle); } |
||||||
|
.#{$fa-css-prefix}-tint:before { content: fa-content($fa-var-tint); } |
||||||
|
.#{$fa-css-prefix}-toggle-off:before { content: fa-content($fa-var-toggle-off); } |
||||||
|
.#{$fa-css-prefix}-toggle-on:before { content: fa-content($fa-var-toggle-on); } |
||||||
|
.#{$fa-css-prefix}-trademark:before { content: fa-content($fa-var-trademark); } |
||||||
|
.#{$fa-css-prefix}-train:before { content: fa-content($fa-var-train); } |
||||||
|
.#{$fa-css-prefix}-transgender:before { content: fa-content($fa-var-transgender); } |
||||||
|
.#{$fa-css-prefix}-transgender-alt:before { content: fa-content($fa-var-transgender-alt); } |
||||||
|
.#{$fa-css-prefix}-trash:before { content: fa-content($fa-var-trash); } |
||||||
|
.#{$fa-css-prefix}-trash-alt:before { content: fa-content($fa-var-trash-alt); } |
||||||
|
.#{$fa-css-prefix}-tree:before { content: fa-content($fa-var-tree); } |
||||||
|
.#{$fa-css-prefix}-trello:before { content: fa-content($fa-var-trello); } |
||||||
|
.#{$fa-css-prefix}-tripadvisor:before { content: fa-content($fa-var-tripadvisor); } |
||||||
|
.#{$fa-css-prefix}-trophy:before { content: fa-content($fa-var-trophy); } |
||||||
|
.#{$fa-css-prefix}-truck:before { content: fa-content($fa-var-truck); } |
||||||
|
.#{$fa-css-prefix}-tty:before { content: fa-content($fa-var-tty); } |
||||||
|
.#{$fa-css-prefix}-tumblr:before { content: fa-content($fa-var-tumblr); } |
||||||
|
.#{$fa-css-prefix}-tumblr-square:before { content: fa-content($fa-var-tumblr-square); } |
||||||
|
.#{$fa-css-prefix}-tv:before { content: fa-content($fa-var-tv); } |
||||||
|
.#{$fa-css-prefix}-twitch:before { content: fa-content($fa-var-twitch); } |
||||||
|
.#{$fa-css-prefix}-twitter:before { content: fa-content($fa-var-twitter); } |
||||||
|
.#{$fa-css-prefix}-twitter-square:before { content: fa-content($fa-var-twitter-square); } |
||||||
|
.#{$fa-css-prefix}-typo3:before { content: fa-content($fa-var-typo3); } |
||||||
|
.#{$fa-css-prefix}-uber:before { content: fa-content($fa-var-uber); } |
||||||
|
.#{$fa-css-prefix}-uikit:before { content: fa-content($fa-var-uikit); } |
||||||
|
.#{$fa-css-prefix}-umbrella:before { content: fa-content($fa-var-umbrella); } |
||||||
|
.#{$fa-css-prefix}-underline:before { content: fa-content($fa-var-underline); } |
||||||
|
.#{$fa-css-prefix}-undo:before { content: fa-content($fa-var-undo); } |
||||||
|
.#{$fa-css-prefix}-undo-alt:before { content: fa-content($fa-var-undo-alt); } |
||||||
|
.#{$fa-css-prefix}-uniregistry:before { content: fa-content($fa-var-uniregistry); } |
||||||
|
.#{$fa-css-prefix}-universal-access:before { content: fa-content($fa-var-universal-access); } |
||||||
|
.#{$fa-css-prefix}-university:before { content: fa-content($fa-var-university); } |
||||||
|
.#{$fa-css-prefix}-unlink:before { content: fa-content($fa-var-unlink); } |
||||||
|
.#{$fa-css-prefix}-unlock:before { content: fa-content($fa-var-unlock); } |
||||||
|
.#{$fa-css-prefix}-unlock-alt:before { content: fa-content($fa-var-unlock-alt); } |
||||||
|
.#{$fa-css-prefix}-untappd:before { content: fa-content($fa-var-untappd); } |
||||||
|
.#{$fa-css-prefix}-upload:before { content: fa-content($fa-var-upload); } |
||||||
|
.#{$fa-css-prefix}-usb:before { content: fa-content($fa-var-usb); } |
||||||
|
.#{$fa-css-prefix}-user:before { content: fa-content($fa-var-user); } |
||||||
|
.#{$fa-css-prefix}-user-circle:before { content: fa-content($fa-var-user-circle); } |
||||||
|
.#{$fa-css-prefix}-user-md:before { content: fa-content($fa-var-user-md); } |
||||||
|
.#{$fa-css-prefix}-user-plus:before { content: fa-content($fa-var-user-plus); } |
||||||
|
.#{$fa-css-prefix}-user-secret:before { content: fa-content($fa-var-user-secret); } |
||||||
|
.#{$fa-css-prefix}-user-times:before { content: fa-content($fa-var-user-times); } |
||||||
|
.#{$fa-css-prefix}-users:before { content: fa-content($fa-var-users); } |
||||||
|
.#{$fa-css-prefix}-ussunnah:before { content: fa-content($fa-var-ussunnah); } |
||||||
|
.#{$fa-css-prefix}-utensil-spoon:before { content: fa-content($fa-var-utensil-spoon); } |
||||||
|
.#{$fa-css-prefix}-utensils:before { content: fa-content($fa-var-utensils); } |
||||||
|
.#{$fa-css-prefix}-vaadin:before { content: fa-content($fa-var-vaadin); } |
||||||
|
.#{$fa-css-prefix}-venus:before { content: fa-content($fa-var-venus); } |
||||||
|
.#{$fa-css-prefix}-venus-double:before { content: fa-content($fa-var-venus-double); } |
||||||
|
.#{$fa-css-prefix}-venus-mars:before { content: fa-content($fa-var-venus-mars); } |
||||||
|
.#{$fa-css-prefix}-viacoin:before { content: fa-content($fa-var-viacoin); } |
||||||
|
.#{$fa-css-prefix}-viadeo:before { content: fa-content($fa-var-viadeo); } |
||||||
|
.#{$fa-css-prefix}-viadeo-square:before { content: fa-content($fa-var-viadeo-square); } |
||||||
|
.#{$fa-css-prefix}-viber:before { content: fa-content($fa-var-viber); } |
||||||
|
.#{$fa-css-prefix}-video:before { content: fa-content($fa-var-video); } |
||||||
|
.#{$fa-css-prefix}-vimeo:before { content: fa-content($fa-var-vimeo); } |
||||||
|
.#{$fa-css-prefix}-vimeo-square:before { content: fa-content($fa-var-vimeo-square); } |
||||||
|
.#{$fa-css-prefix}-vimeo-v:before { content: fa-content($fa-var-vimeo-v); } |
||||||
|
.#{$fa-css-prefix}-vine:before { content: fa-content($fa-var-vine); } |
||||||
|
.#{$fa-css-prefix}-vk:before { content: fa-content($fa-var-vk); } |
||||||
|
.#{$fa-css-prefix}-vnv:before { content: fa-content($fa-var-vnv); } |
||||||
|
.#{$fa-css-prefix}-volleyball-ball:before { content: fa-content($fa-var-volleyball-ball); } |
||||||
|
.#{$fa-css-prefix}-volume-down:before { content: fa-content($fa-var-volume-down); } |
||||||
|
.#{$fa-css-prefix}-volume-off:before { content: fa-content($fa-var-volume-off); } |
||||||
|
.#{$fa-css-prefix}-volume-up:before { content: fa-content($fa-var-volume-up); } |
||||||
|
.#{$fa-css-prefix}-vuejs:before { content: fa-content($fa-var-vuejs); } |
||||||
|
.#{$fa-css-prefix}-weibo:before { content: fa-content($fa-var-weibo); } |
||||||
|
.#{$fa-css-prefix}-weixin:before { content: fa-content($fa-var-weixin); } |
||||||
|
.#{$fa-css-prefix}-whatsapp:before { content: fa-content($fa-var-whatsapp); } |
||||||
|
.#{$fa-css-prefix}-whatsapp-square:before { content: fa-content($fa-var-whatsapp-square); } |
||||||
|
.#{$fa-css-prefix}-wheelchair:before { content: fa-content($fa-var-wheelchair); } |
||||||
|
.#{$fa-css-prefix}-whmcs:before { content: fa-content($fa-var-whmcs); } |
||||||
|
.#{$fa-css-prefix}-wifi:before { content: fa-content($fa-var-wifi); } |
||||||
|
.#{$fa-css-prefix}-wikipedia-w:before { content: fa-content($fa-var-wikipedia-w); } |
||||||
|
.#{$fa-css-prefix}-window-close:before { content: fa-content($fa-var-window-close); } |
||||||
|
.#{$fa-css-prefix}-window-maximize:before { content: fa-content($fa-var-window-maximize); } |
||||||
|
.#{$fa-css-prefix}-window-minimize:before { content: fa-content($fa-var-window-minimize); } |
||||||
|
.#{$fa-css-prefix}-window-restore:before { content: fa-content($fa-var-window-restore); } |
||||||
|
.#{$fa-css-prefix}-windows:before { content: fa-content($fa-var-windows); } |
||||||
|
.#{$fa-css-prefix}-won-sign:before { content: fa-content($fa-var-won-sign); } |
||||||
|
.#{$fa-css-prefix}-wordpress:before { content: fa-content($fa-var-wordpress); } |
||||||
|
.#{$fa-css-prefix}-wordpress-simple:before { content: fa-content($fa-var-wordpress-simple); } |
||||||
|
.#{$fa-css-prefix}-wpbeginner:before { content: fa-content($fa-var-wpbeginner); } |
||||||
|
.#{$fa-css-prefix}-wpexplorer:before { content: fa-content($fa-var-wpexplorer); } |
||||||
|
.#{$fa-css-prefix}-wpforms:before { content: fa-content($fa-var-wpforms); } |
||||||
|
.#{$fa-css-prefix}-wrench:before { content: fa-content($fa-var-wrench); } |
||||||
|
.#{$fa-css-prefix}-xbox:before { content: fa-content($fa-var-xbox); } |
||||||
|
.#{$fa-css-prefix}-xing:before { content: fa-content($fa-var-xing); } |
||||||
|
.#{$fa-css-prefix}-xing-square:before { content: fa-content($fa-var-xing-square); } |
||||||
|
.#{$fa-css-prefix}-y-combinator:before { content: fa-content($fa-var-y-combinator); } |
||||||
|
.#{$fa-css-prefix}-yahoo:before { content: fa-content($fa-var-yahoo); } |
||||||
|
.#{$fa-css-prefix}-yandex:before { content: fa-content($fa-var-yandex); } |
||||||
|
.#{$fa-css-prefix}-yandex-international:before { content: fa-content($fa-var-yandex-international); } |
||||||
|
.#{$fa-css-prefix}-yelp:before { content: fa-content($fa-var-yelp); } |
||||||
|
.#{$fa-css-prefix}-yen-sign:before { content: fa-content($fa-var-yen-sign); } |
||||||
|
.#{$fa-css-prefix}-yoast:before { content: fa-content($fa-var-yoast); } |
||||||
|
.#{$fa-css-prefix}-youtube:before { content: fa-content($fa-var-youtube); } |
||||||
|
.#{$fa-css-prefix}-youtube-square:before { content: fa-content($fa-var-youtube-square); } |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
// Icon Sizes |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
// makes the font 33% larger relative to the icon container |
||||||
|
.#{$fa-css-prefix}-lg { |
||||||
|
font-size: (4em / 3); |
||||||
|
line-height: (3em / 4); |
||||||
|
vertical-align: -.0667em; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-xs { |
||||||
|
font-size: .75em; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-sm { |
||||||
|
font-size: .875em; |
||||||
|
} |
||||||
|
|
||||||
|
@for $i from 1 through 10 { |
||||||
|
.#{$fa-css-prefix}-#{$i}x { |
||||||
|
font-size: $i * 1em; |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,18 @@ |
|||||||
|
// List Icons |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-ul { |
||||||
|
list-style-type: none; |
||||||
|
margin-left: $fa-li-width * 5/4; |
||||||
|
padding-left: 0; |
||||||
|
|
||||||
|
> li { position: relative; } |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-li { |
||||||
|
left: -$fa-li-width; |
||||||
|
position: absolute; |
||||||
|
text-align: center; |
||||||
|
width: $fa-li-width; |
||||||
|
line-height: inherit; |
||||||
|
} |
||||||
@ -0,0 +1,57 @@ |
|||||||
|
// Mixins |
||||||
|
// -------------------------- |
||||||
|
|
||||||
|
@mixin fa-icon { |
||||||
|
-webkit-font-smoothing: antialiased; |
||||||
|
-moz-osx-font-smoothing: grayscale; |
||||||
|
display: inline-block; |
||||||
|
font-style: normal; |
||||||
|
font-variant: normal; |
||||||
|
font-weight: normal; |
||||||
|
line-height: 1; |
||||||
|
vertical-align: -.125em; |
||||||
|
} |
||||||
|
|
||||||
|
@mixin fa-icon-rotate($degrees, $rotation) { |
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})"; |
||||||
|
transform: rotate($degrees); |
||||||
|
} |
||||||
|
|
||||||
|
@mixin fa-icon-flip($horiz, $vert, $rotation) { |
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)"; |
||||||
|
transform: scale($horiz, $vert); |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
// Only display content to screen readers. A la Bootstrap 4. |
||||||
|
// |
||||||
|
// See: http://a11yproject.com/posts/how-to-hide-content/ |
||||||
|
|
||||||
|
@mixin sr-only { |
||||||
|
border: 0; |
||||||
|
clip: rect(0, 0, 0, 0); |
||||||
|
height: 1px; |
||||||
|
margin: -1px; |
||||||
|
overflow: hidden; |
||||||
|
padding: 0; |
||||||
|
position: absolute; |
||||||
|
width: 1px; |
||||||
|
} |
||||||
|
|
||||||
|
// Use in conjunction with .sr-only to only display content when it's focused. |
||||||
|
// |
||||||
|
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 |
||||||
|
// |
||||||
|
// Credit: HTML5 Boilerplate |
||||||
|
|
||||||
|
@mixin sr-only-focusable { |
||||||
|
&:active, |
||||||
|
&:focus { |
||||||
|
clip: auto; |
||||||
|
height: auto; |
||||||
|
margin: 0; |
||||||
|
overflow: visible; |
||||||
|
position: static; |
||||||
|
width: auto; |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
// Rotated & Flipped Icons |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } |
||||||
|
.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } |
||||||
|
.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } |
||||||
|
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } |
||||||
|
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); } |
||||||
|
|
||||||
|
// Hook for IE8-9 |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
:root { |
||||||
|
.#{$fa-css-prefix}-rotate-90, |
||||||
|
.#{$fa-css-prefix}-rotate-180, |
||||||
|
.#{$fa-css-prefix}-rotate-270, |
||||||
|
.#{$fa-css-prefix}-flip-horizontal, |
||||||
|
.#{$fa-css-prefix}-flip-vertical { |
||||||
|
filter: none; |
||||||
|
} |
||||||
|
} |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
// Screen Readers |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.sr-only { @include sr-only; } |
||||||
|
.sr-only-focusable { @include sr-only-focusable; } |
||||||
@ -0,0 +1,31 @@ |
|||||||
|
// Stacked Icons |
||||||
|
// ------------------------- |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-stack { |
||||||
|
display: inline-block; |
||||||
|
height: 2em; |
||||||
|
line-height: 2em; |
||||||
|
position: relative; |
||||||
|
vertical-align: middle; |
||||||
|
width: 2em; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-stack-1x, |
||||||
|
.#{$fa-css-prefix}-stack-2x { |
||||||
|
left: 0; |
||||||
|
position: absolute; |
||||||
|
text-align: center; |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-stack-1x { |
||||||
|
line-height: inherit; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-stack-2x { |
||||||
|
font-size: 2em; |
||||||
|
} |
||||||
|
|
||||||
|
.#{$fa-css-prefix}-inverse { |
||||||
|
color: $fa-inverse; |
||||||
|
} |
||||||
@ -0,0 +1,829 @@ |
|||||||
|
// Variables |
||||||
|
// -------------------------- |
||||||
|
|
||||||
|
$fa-font-path: "../webfonts" !default; |
||||||
|
$fa-font-size-base: 16px !default; |
||||||
|
$fa-css-prefix: fa !default; |
||||||
|
$fa-version: "5.0.6" !default; |
||||||
|
$fa-border-color: #eee !default; |
||||||
|
$fa-inverse: #fff !default; |
||||||
|
$fa-li-width: 2em !default; |
||||||
|
|
||||||
|
// Convenience function used to set content property |
||||||
|
@function fa-content($fa-var) { |
||||||
|
@return unquote("\"#{ $fa-var }\""); |
||||||
|
} |
||||||
|
|
||||||
|
$fa-var-500px: \f26e; |
||||||
|
$fa-var-accessible-icon: \f368; |
||||||
|
$fa-var-accusoft: \f369; |
||||||
|
$fa-var-address-book: \f2b9; |
||||||
|
$fa-var-address-card: \f2bb; |
||||||
|
$fa-var-adjust: \f042; |
||||||
|
$fa-var-adn: \f170; |
||||||
|
$fa-var-adversal: \f36a; |
||||||
|
$fa-var-affiliatetheme: \f36b; |
||||||
|
$fa-var-algolia: \f36c; |
||||||
|
$fa-var-align-center: \f037; |
||||||
|
$fa-var-align-justify: \f039; |
||||||
|
$fa-var-align-left: \f036; |
||||||
|
$fa-var-align-right: \f038; |
||||||
|
$fa-var-amazon: \f270; |
||||||
|
$fa-var-amazon-pay: \f42c; |
||||||
|
$fa-var-ambulance: \f0f9; |
||||||
|
$fa-var-american-sign-language-interpreting: \f2a3; |
||||||
|
$fa-var-amilia: \f36d; |
||||||
|
$fa-var-anchor: \f13d; |
||||||
|
$fa-var-android: \f17b; |
||||||
|
$fa-var-angellist: \f209; |
||||||
|
$fa-var-angle-double-down: \f103; |
||||||
|
$fa-var-angle-double-left: \f100; |
||||||
|
$fa-var-angle-double-right: \f101; |
||||||
|
$fa-var-angle-double-up: \f102; |
||||||
|
$fa-var-angle-down: \f107; |
||||||
|
$fa-var-angle-left: \f104; |
||||||
|
$fa-var-angle-right: \f105; |
||||||
|
$fa-var-angle-up: \f106; |
||||||
|
$fa-var-angrycreative: \f36e; |
||||||
|
$fa-var-angular: \f420; |
||||||
|
$fa-var-app-store: \f36f; |
||||||
|
$fa-var-app-store-ios: \f370; |
||||||
|
$fa-var-apper: \f371; |
||||||
|
$fa-var-apple: \f179; |
||||||
|
$fa-var-apple-pay: \f415; |
||||||
|
$fa-var-archive: \f187; |
||||||
|
$fa-var-arrow-alt-circle-down: \f358; |
||||||
|
$fa-var-arrow-alt-circle-left: \f359; |
||||||
|
$fa-var-arrow-alt-circle-right: \f35a; |
||||||
|
$fa-var-arrow-alt-circle-up: \f35b; |
||||||
|
$fa-var-arrow-circle-down: \f0ab; |
||||||
|
$fa-var-arrow-circle-left: \f0a8; |
||||||
|
$fa-var-arrow-circle-right: \f0a9; |
||||||
|
$fa-var-arrow-circle-up: \f0aa; |
||||||
|
$fa-var-arrow-down: \f063; |
||||||
|
$fa-var-arrow-left: \f060; |
||||||
|
$fa-var-arrow-right: \f061; |
||||||
|
$fa-var-arrow-up: \f062; |
||||||
|
$fa-var-arrows-alt: \f0b2; |
||||||
|
$fa-var-arrows-alt-h: \f337; |
||||||
|
$fa-var-arrows-alt-v: \f338; |
||||||
|
$fa-var-assistive-listening-systems: \f2a2; |
||||||
|
$fa-var-asterisk: \f069; |
||||||
|
$fa-var-asymmetrik: \f372; |
||||||
|
$fa-var-at: \f1fa; |
||||||
|
$fa-var-audible: \f373; |
||||||
|
$fa-var-audio-description: \f29e; |
||||||
|
$fa-var-autoprefixer: \f41c; |
||||||
|
$fa-var-avianex: \f374; |
||||||
|
$fa-var-aviato: \f421; |
||||||
|
$fa-var-aws: \f375; |
||||||
|
$fa-var-backward: \f04a; |
||||||
|
$fa-var-balance-scale: \f24e; |
||||||
|
$fa-var-ban: \f05e; |
||||||
|
$fa-var-bandcamp: \f2d5; |
||||||
|
$fa-var-barcode: \f02a; |
||||||
|
$fa-var-bars: \f0c9; |
||||||
|
$fa-var-baseball-ball: \f433; |
||||||
|
$fa-var-basketball-ball: \f434; |
||||||
|
$fa-var-bath: \f2cd; |
||||||
|
$fa-var-battery-empty: \f244; |
||||||
|
$fa-var-battery-full: \f240; |
||||||
|
$fa-var-battery-half: \f242; |
||||||
|
$fa-var-battery-quarter: \f243; |
||||||
|
$fa-var-battery-three-quarters: \f241; |
||||||
|
$fa-var-bed: \f236; |
||||||
|
$fa-var-beer: \f0fc; |
||||||
|
$fa-var-behance: \f1b4; |
||||||
|
$fa-var-behance-square: \f1b5; |
||||||
|
$fa-var-bell: \f0f3; |
||||||
|
$fa-var-bell-slash: \f1f6; |
||||||
|
$fa-var-bicycle: \f206; |
||||||
|
$fa-var-bimobject: \f378; |
||||||
|
$fa-var-binoculars: \f1e5; |
||||||
|
$fa-var-birthday-cake: \f1fd; |
||||||
|
$fa-var-bitbucket: \f171; |
||||||
|
$fa-var-bitcoin: \f379; |
||||||
|
$fa-var-bity: \f37a; |
||||||
|
$fa-var-black-tie: \f27e; |
||||||
|
$fa-var-blackberry: \f37b; |
||||||
|
$fa-var-blind: \f29d; |
||||||
|
$fa-var-blogger: \f37c; |
||||||
|
$fa-var-blogger-b: \f37d; |
||||||
|
$fa-var-bluetooth: \f293; |
||||||
|
$fa-var-bluetooth-b: \f294; |
||||||
|
$fa-var-bold: \f032; |
||||||
|
$fa-var-bolt: \f0e7; |
||||||
|
$fa-var-bomb: \f1e2; |
||||||
|
$fa-var-book: \f02d; |
||||||
|
$fa-var-bookmark: \f02e; |
||||||
|
$fa-var-bowling-ball: \f436; |
||||||
|
$fa-var-braille: \f2a1; |
||||||
|
$fa-var-briefcase: \f0b1; |
||||||
|
$fa-var-btc: \f15a; |
||||||
|
$fa-var-bug: \f188; |
||||||
|
$fa-var-building: \f1ad; |
||||||
|
$fa-var-bullhorn: \f0a1; |
||||||
|
$fa-var-bullseye: \f140; |
||||||
|
$fa-var-buromobelexperte: \f37f; |
||||||
|
$fa-var-bus: \f207; |
||||||
|
$fa-var-buysellads: \f20d; |
||||||
|
$fa-var-calculator: \f1ec; |
||||||
|
$fa-var-calendar: \f133; |
||||||
|
$fa-var-calendar-alt: \f073; |
||||||
|
$fa-var-calendar-check: \f274; |
||||||
|
$fa-var-calendar-minus: \f272; |
||||||
|
$fa-var-calendar-plus: \f271; |
||||||
|
$fa-var-calendar-times: \f273; |
||||||
|
$fa-var-camera: \f030; |
||||||
|
$fa-var-camera-retro: \f083; |
||||||
|
$fa-var-car: \f1b9; |
||||||
|
$fa-var-caret-down: \f0d7; |
||||||
|
$fa-var-caret-left: \f0d9; |
||||||
|
$fa-var-caret-right: \f0da; |
||||||
|
$fa-var-caret-square-down: \f150; |
||||||
|
$fa-var-caret-square-left: \f191; |
||||||
|
$fa-var-caret-square-right: \f152; |
||||||
|
$fa-var-caret-square-up: \f151; |
||||||
|
$fa-var-caret-up: \f0d8; |
||||||
|
$fa-var-cart-arrow-down: \f218; |
||||||
|
$fa-var-cart-plus: \f217; |
||||||
|
$fa-var-cc-amazon-pay: \f42d; |
||||||
|
$fa-var-cc-amex: \f1f3; |
||||||
|
$fa-var-cc-apple-pay: \f416; |
||||||
|
$fa-var-cc-diners-club: \f24c; |
||||||
|
$fa-var-cc-discover: \f1f2; |
||||||
|
$fa-var-cc-jcb: \f24b; |
||||||
|
$fa-var-cc-mastercard: \f1f1; |
||||||
|
$fa-var-cc-paypal: \f1f4; |
||||||
|
$fa-var-cc-stripe: \f1f5; |
||||||
|
$fa-var-cc-visa: \f1f0; |
||||||
|
$fa-var-centercode: \f380; |
||||||
|
$fa-var-certificate: \f0a3; |
||||||
|
$fa-var-chart-area: \f1fe; |
||||||
|
$fa-var-chart-bar: \f080; |
||||||
|
$fa-var-chart-line: \f201; |
||||||
|
$fa-var-chart-pie: \f200; |
||||||
|
$fa-var-check: \f00c; |
||||||
|
$fa-var-check-circle: \f058; |
||||||
|
$fa-var-check-square: \f14a; |
||||||
|
$fa-var-chess: \f439; |
||||||
|
$fa-var-chess-bishop: \f43a; |
||||||
|
$fa-var-chess-board: \f43c; |
||||||
|
$fa-var-chess-king: \f43f; |
||||||
|
$fa-var-chess-knight: \f441; |
||||||
|
$fa-var-chess-pawn: \f443; |
||||||
|
$fa-var-chess-queen: \f445; |
||||||
|
$fa-var-chess-rook: \f447; |
||||||
|
$fa-var-chevron-circle-down: \f13a; |
||||||
|
$fa-var-chevron-circle-left: \f137; |
||||||
|
$fa-var-chevron-circle-right: \f138; |
||||||
|
$fa-var-chevron-circle-up: \f139; |
||||||
|
$fa-var-chevron-down: \f078; |
||||||
|
$fa-var-chevron-left: \f053; |
||||||
|
$fa-var-chevron-right: \f054; |
||||||
|
$fa-var-chevron-up: \f077; |
||||||
|
$fa-var-child: \f1ae; |
||||||
|
$fa-var-chrome: \f268; |
||||||
|
$fa-var-circle: \f111; |
||||||
|
$fa-var-circle-notch: \f1ce; |
||||||
|
$fa-var-clipboard: \f328; |
||||||
|
$fa-var-clock: \f017; |
||||||
|
$fa-var-clone: \f24d; |
||||||
|
$fa-var-closed-captioning: \f20a; |
||||||
|
$fa-var-cloud: \f0c2; |
||||||
|
$fa-var-cloud-download-alt: \f381; |
||||||
|
$fa-var-cloud-upload-alt: \f382; |
||||||
|
$fa-var-cloudscale: \f383; |
||||||
|
$fa-var-cloudsmith: \f384; |
||||||
|
$fa-var-cloudversify: \f385; |
||||||
|
$fa-var-code: \f121; |
||||||
|
$fa-var-code-branch: \f126; |
||||||
|
$fa-var-codepen: \f1cb; |
||||||
|
$fa-var-codiepie: \f284; |
||||||
|
$fa-var-coffee: \f0f4; |
||||||
|
$fa-var-cog: \f013; |
||||||
|
$fa-var-cogs: \f085; |
||||||
|
$fa-var-columns: \f0db; |
||||||
|
$fa-var-comment: \f075; |
||||||
|
$fa-var-comment-alt: \f27a; |
||||||
|
$fa-var-comments: \f086; |
||||||
|
$fa-var-compass: \f14e; |
||||||
|
$fa-var-compress: \f066; |
||||||
|
$fa-var-connectdevelop: \f20e; |
||||||
|
$fa-var-contao: \f26d; |
||||||
|
$fa-var-copy: \f0c5; |
||||||
|
$fa-var-copyright: \f1f9; |
||||||
|
$fa-var-cpanel: \f388; |
||||||
|
$fa-var-creative-commons: \f25e; |
||||||
|
$fa-var-credit-card: \f09d; |
||||||
|
$fa-var-crop: \f125; |
||||||
|
$fa-var-crosshairs: \f05b; |
||||||
|
$fa-var-css3: \f13c; |
||||||
|
$fa-var-css3-alt: \f38b; |
||||||
|
$fa-var-cube: \f1b2; |
||||||
|
$fa-var-cubes: \f1b3; |
||||||
|
$fa-var-cut: \f0c4; |
||||||
|
$fa-var-cuttlefish: \f38c; |
||||||
|
$fa-var-d-and-d: \f38d; |
||||||
|
$fa-var-dashcube: \f210; |
||||||
|
$fa-var-database: \f1c0; |
||||||
|
$fa-var-deaf: \f2a4; |
||||||
|
$fa-var-delicious: \f1a5; |
||||||
|
$fa-var-deploydog: \f38e; |
||||||
|
$fa-var-deskpro: \f38f; |
||||||
|
$fa-var-desktop: \f108; |
||||||
|
$fa-var-deviantart: \f1bd; |
||||||
|
$fa-var-digg: \f1a6; |
||||||
|
$fa-var-digital-ocean: \f391; |
||||||
|
$fa-var-discord: \f392; |
||||||
|
$fa-var-discourse: \f393; |
||||||
|
$fa-var-dochub: \f394; |
||||||
|
$fa-var-docker: \f395; |
||||||
|
$fa-var-dollar-sign: \f155; |
||||||
|
$fa-var-dot-circle: \f192; |
||||||
|
$fa-var-download: \f019; |
||||||
|
$fa-var-draft2digital: \f396; |
||||||
|
$fa-var-dribbble: \f17d; |
||||||
|
$fa-var-dribbble-square: \f397; |
||||||
|
$fa-var-dropbox: \f16b; |
||||||
|
$fa-var-drupal: \f1a9; |
||||||
|
$fa-var-dyalog: \f399; |
||||||
|
$fa-var-earlybirds: \f39a; |
||||||
|
$fa-var-edge: \f282; |
||||||
|
$fa-var-edit: \f044; |
||||||
|
$fa-var-eject: \f052; |
||||||
|
$fa-var-elementor: \f430; |
||||||
|
$fa-var-ellipsis-h: \f141; |
||||||
|
$fa-var-ellipsis-v: \f142; |
||||||
|
$fa-var-ember: \f423; |
||||||
|
$fa-var-empire: \f1d1; |
||||||
|
$fa-var-envelope: \f0e0; |
||||||
|
$fa-var-envelope-open: \f2b6; |
||||||
|
$fa-var-envelope-square: \f199; |
||||||
|
$fa-var-envira: \f299; |
||||||
|
$fa-var-eraser: \f12d; |
||||||
|
$fa-var-erlang: \f39d; |
||||||
|
$fa-var-ethereum: \f42e; |
||||||
|
$fa-var-etsy: \f2d7; |
||||||
|
$fa-var-euro-sign: \f153; |
||||||
|
$fa-var-exchange-alt: \f362; |
||||||
|
$fa-var-exclamation: \f12a; |
||||||
|
$fa-var-exclamation-circle: \f06a; |
||||||
|
$fa-var-exclamation-triangle: \f071; |
||||||
|
$fa-var-expand: \f065; |
||||||
|
$fa-var-expand-arrows-alt: \f31e; |
||||||
|
$fa-var-expeditedssl: \f23e; |
||||||
|
$fa-var-external-link-alt: \f35d; |
||||||
|
$fa-var-external-link-square-alt: \f360; |
||||||
|
$fa-var-eye: \f06e; |
||||||
|
$fa-var-eye-dropper: \f1fb; |
||||||
|
$fa-var-eye-slash: \f070; |
||||||
|
$fa-var-facebook: \f09a; |
||||||
|
$fa-var-facebook-f: \f39e; |
||||||
|
$fa-var-facebook-messenger: \f39f; |
||||||
|
$fa-var-facebook-square: \f082; |
||||||
|
$fa-var-fast-backward: \f049; |
||||||
|
$fa-var-fast-forward: \f050; |
||||||
|
$fa-var-fax: \f1ac; |
||||||
|
$fa-var-female: \f182; |
||||||
|
$fa-var-fighter-jet: \f0fb; |
||||||
|
$fa-var-file: \f15b; |
||||||
|
$fa-var-file-alt: \f15c; |
||||||
|
$fa-var-file-archive: \f1c6; |
||||||
|
$fa-var-file-audio: \f1c7; |
||||||
|
$fa-var-file-code: \f1c9; |
||||||
|
$fa-var-file-excel: \f1c3; |
||||||
|
$fa-var-file-image: \f1c5; |
||||||
|
$fa-var-file-pdf: \f1c1; |
||||||
|
$fa-var-file-powerpoint: \f1c4; |
||||||
|
$fa-var-file-video: \f1c8; |
||||||
|
$fa-var-file-word: \f1c2; |
||||||
|
$fa-var-film: \f008; |
||||||
|
$fa-var-filter: \f0b0; |
||||||
|
$fa-var-fire: \f06d; |
||||||
|
$fa-var-fire-extinguisher: \f134; |
||||||
|
$fa-var-firefox: \f269; |
||||||
|
$fa-var-first-order: \f2b0; |
||||||
|
$fa-var-firstdraft: \f3a1; |
||||||
|
$fa-var-flag: \f024; |
||||||
|
$fa-var-flag-checkered: \f11e; |
||||||
|
$fa-var-flask: \f0c3; |
||||||
|
$fa-var-flickr: \f16e; |
||||||
|
$fa-var-flipboard: \f44d; |
||||||
|
$fa-var-fly: \f417; |
||||||
|
$fa-var-folder: \f07b; |
||||||
|
$fa-var-folder-open: \f07c; |
||||||
|
$fa-var-font: \f031; |
||||||
|
$fa-var-font-awesome: \f2b4; |
||||||
|
$fa-var-font-awesome-alt: \f35c; |
||||||
|
$fa-var-font-awesome-flag: \f425; |
||||||
|
$fa-var-fonticons: \f280; |
||||||
|
$fa-var-fonticons-fi: \f3a2; |
||||||
|
$fa-var-football-ball: \f44e; |
||||||
|
$fa-var-fort-awesome: \f286; |
||||||
|
$fa-var-fort-awesome-alt: \f3a3; |
||||||
|
$fa-var-forumbee: \f211; |
||||||
|
$fa-var-forward: \f04e; |
||||||
|
$fa-var-foursquare: \f180; |
||||||
|
$fa-var-free-code-camp: \f2c5; |
||||||
|
$fa-var-freebsd: \f3a4; |
||||||
|
$fa-var-frown: \f119; |
||||||
|
$fa-var-futbol: \f1e3; |
||||||
|
$fa-var-gamepad: \f11b; |
||||||
|
$fa-var-gavel: \f0e3; |
||||||
|
$fa-var-gem: \f3a5; |
||||||
|
$fa-var-genderless: \f22d; |
||||||
|
$fa-var-get-pocket: \f265; |
||||||
|
$fa-var-gg: \f260; |
||||||
|
$fa-var-gg-circle: \f261; |
||||||
|
$fa-var-gift: \f06b; |
||||||
|
$fa-var-git: \f1d3; |
||||||
|
$fa-var-git-square: \f1d2; |
||||||
|
$fa-var-github: \f09b; |
||||||
|
$fa-var-github-alt: \f113; |
||||||
|
$fa-var-github-square: \f092; |
||||||
|
$fa-var-gitkraken: \f3a6; |
||||||
|
$fa-var-gitlab: \f296; |
||||||
|
$fa-var-gitter: \f426; |
||||||
|
$fa-var-glass-martini: \f000; |
||||||
|
$fa-var-glide: \f2a5; |
||||||
|
$fa-var-glide-g: \f2a6; |
||||||
|
$fa-var-globe: \f0ac; |
||||||
|
$fa-var-gofore: \f3a7; |
||||||
|
$fa-var-golf-ball: \f450; |
||||||
|
$fa-var-goodreads: \f3a8; |
||||||
|
$fa-var-goodreads-g: \f3a9; |
||||||
|
$fa-var-google: \f1a0; |
||||||
|
$fa-var-google-drive: \f3aa; |
||||||
|
$fa-var-google-play: \f3ab; |
||||||
|
$fa-var-google-plus: \f2b3; |
||||||
|
$fa-var-google-plus-g: \f0d5; |
||||||
|
$fa-var-google-plus-square: \f0d4; |
||||||
|
$fa-var-google-wallet: \f1ee; |
||||||
|
$fa-var-graduation-cap: \f19d; |
||||||
|
$fa-var-gratipay: \f184; |
||||||
|
$fa-var-grav: \f2d6; |
||||||
|
$fa-var-gripfire: \f3ac; |
||||||
|
$fa-var-grunt: \f3ad; |
||||||
|
$fa-var-gulp: \f3ae; |
||||||
|
$fa-var-h-square: \f0fd; |
||||||
|
$fa-var-hacker-news: \f1d4; |
||||||
|
$fa-var-hacker-news-square: \f3af; |
||||||
|
$fa-var-hand-lizard: \f258; |
||||||
|
$fa-var-hand-paper: \f256; |
||||||
|
$fa-var-hand-peace: \f25b; |
||||||
|
$fa-var-hand-point-down: \f0a7; |
||||||
|
$fa-var-hand-point-left: \f0a5; |
||||||
|
$fa-var-hand-point-right: \f0a4; |
||||||
|
$fa-var-hand-point-up: \f0a6; |
||||||
|
$fa-var-hand-pointer: \f25a; |
||||||
|
$fa-var-hand-rock: \f255; |
||||||
|
$fa-var-hand-scissors: \f257; |
||||||
|
$fa-var-hand-spock: \f259; |
||||||
|
$fa-var-handshake: \f2b5; |
||||||
|
$fa-var-hashtag: \f292; |
||||||
|
$fa-var-hdd: \f0a0; |
||||||
|
$fa-var-heading: \f1dc; |
||||||
|
$fa-var-headphones: \f025; |
||||||
|
$fa-var-heart: \f004; |
||||||
|
$fa-var-heartbeat: \f21e; |
||||||
|
$fa-var-hips: \f452; |
||||||
|
$fa-var-hire-a-helper: \f3b0; |
||||||
|
$fa-var-history: \f1da; |
||||||
|
$fa-var-hockey-puck: \f453; |
||||||
|
$fa-var-home: \f015; |
||||||
|
$fa-var-hooli: \f427; |
||||||
|
$fa-var-hospital: \f0f8; |
||||||
|
$fa-var-hotjar: \f3b1; |
||||||
|
$fa-var-hourglass: \f254; |
||||||
|
$fa-var-hourglass-end: \f253; |
||||||
|
$fa-var-hourglass-half: \f252; |
||||||
|
$fa-var-hourglass-start: \f251; |
||||||
|
$fa-var-houzz: \f27c; |
||||||
|
$fa-var-html5: \f13b; |
||||||
|
$fa-var-hubspot: \f3b2; |
||||||
|
$fa-var-i-cursor: \f246; |
||||||
|
$fa-var-id-badge: \f2c1; |
||||||
|
$fa-var-id-card: \f2c2; |
||||||
|
$fa-var-image: \f03e; |
||||||
|
$fa-var-images: \f302; |
||||||
|
$fa-var-imdb: \f2d8; |
||||||
|
$fa-var-inbox: \f01c; |
||||||
|
$fa-var-indent: \f03c; |
||||||
|
$fa-var-industry: \f275; |
||||||
|
$fa-var-info: \f129; |
||||||
|
$fa-var-info-circle: \f05a; |
||||||
|
$fa-var-instagram: \f16d; |
||||||
|
$fa-var-internet-explorer: \f26b; |
||||||
|
$fa-var-ioxhost: \f208; |
||||||
|
$fa-var-italic: \f033; |
||||||
|
$fa-var-itunes: \f3b4; |
||||||
|
$fa-var-itunes-note: \f3b5; |
||||||
|
$fa-var-jenkins: \f3b6; |
||||||
|
$fa-var-joget: \f3b7; |
||||||
|
$fa-var-joomla: \f1aa; |
||||||
|
$fa-var-js: \f3b8; |
||||||
|
$fa-var-js-square: \f3b9; |
||||||
|
$fa-var-jsfiddle: \f1cc; |
||||||
|
$fa-var-key: \f084; |
||||||
|
$fa-var-keyboard: \f11c; |
||||||
|
$fa-var-keycdn: \f3ba; |
||||||
|
$fa-var-kickstarter: \f3bb; |
||||||
|
$fa-var-kickstarter-k: \f3bc; |
||||||
|
$fa-var-korvue: \f42f; |
||||||
|
$fa-var-language: \f1ab; |
||||||
|
$fa-var-laptop: \f109; |
||||||
|
$fa-var-laravel: \f3bd; |
||||||
|
$fa-var-lastfm: \f202; |
||||||
|
$fa-var-lastfm-square: \f203; |
||||||
|
$fa-var-leaf: \f06c; |
||||||
|
$fa-var-leanpub: \f212; |
||||||
|
$fa-var-lemon: \f094; |
||||||
|
$fa-var-less: \f41d; |
||||||
|
$fa-var-level-down-alt: \f3be; |
||||||
|
$fa-var-level-up-alt: \f3bf; |
||||||
|
$fa-var-life-ring: \f1cd; |
||||||
|
$fa-var-lightbulb: \f0eb; |
||||||
|
$fa-var-line: \f3c0; |
||||||
|
$fa-var-link: \f0c1; |
||||||
|
$fa-var-linkedin: \f08c; |
||||||
|
$fa-var-linkedin-in: \f0e1; |
||||||
|
$fa-var-linode: \f2b8; |
||||||
|
$fa-var-linux: \f17c; |
||||||
|
$fa-var-lira-sign: \f195; |
||||||
|
$fa-var-list: \f03a; |
||||||
|
$fa-var-list-alt: \f022; |
||||||
|
$fa-var-list-ol: \f0cb; |
||||||
|
$fa-var-list-ul: \f0ca; |
||||||
|
$fa-var-location-arrow: \f124; |
||||||
|
$fa-var-lock: \f023; |
||||||
|
$fa-var-lock-open: \f3c1; |
||||||
|
$fa-var-long-arrow-alt-down: \f309; |
||||||
|
$fa-var-long-arrow-alt-left: \f30a; |
||||||
|
$fa-var-long-arrow-alt-right: \f30b; |
||||||
|
$fa-var-long-arrow-alt-up: \f30c; |
||||||
|
$fa-var-low-vision: \f2a8; |
||||||
|
$fa-var-lyft: \f3c3; |
||||||
|
$fa-var-magento: \f3c4; |
||||||
|
$fa-var-magic: \f0d0; |
||||||
|
$fa-var-magnet: \f076; |
||||||
|
$fa-var-male: \f183; |
||||||
|
$fa-var-map: \f279; |
||||||
|
$fa-var-map-marker: \f041; |
||||||
|
$fa-var-map-marker-alt: \f3c5; |
||||||
|
$fa-var-map-pin: \f276; |
||||||
|
$fa-var-map-signs: \f277; |
||||||
|
$fa-var-mars: \f222; |
||||||
|
$fa-var-mars-double: \f227; |
||||||
|
$fa-var-mars-stroke: \f229; |
||||||
|
$fa-var-mars-stroke-h: \f22b; |
||||||
|
$fa-var-mars-stroke-v: \f22a; |
||||||
|
$fa-var-maxcdn: \f136; |
||||||
|
$fa-var-medapps: \f3c6; |
||||||
|
$fa-var-medium: \f23a; |
||||||
|
$fa-var-medium-m: \f3c7; |
||||||
|
$fa-var-medkit: \f0fa; |
||||||
|
$fa-var-medrt: \f3c8; |
||||||
|
$fa-var-meetup: \f2e0; |
||||||
|
$fa-var-meh: \f11a; |
||||||
|
$fa-var-mercury: \f223; |
||||||
|
$fa-var-microchip: \f2db; |
||||||
|
$fa-var-microphone: \f130; |
||||||
|
$fa-var-microphone-slash: \f131; |
||||||
|
$fa-var-microsoft: \f3ca; |
||||||
|
$fa-var-minus: \f068; |
||||||
|
$fa-var-minus-circle: \f056; |
||||||
|
$fa-var-minus-square: \f146; |
||||||
|
$fa-var-mix: \f3cb; |
||||||
|
$fa-var-mixcloud: \f289; |
||||||
|
$fa-var-mizuni: \f3cc; |
||||||
|
$fa-var-mobile: \f10b; |
||||||
|
$fa-var-mobile-alt: \f3cd; |
||||||
|
$fa-var-modx: \f285; |
||||||
|
$fa-var-monero: \f3d0; |
||||||
|
$fa-var-money-bill-alt: \f3d1; |
||||||
|
$fa-var-moon: \f186; |
||||||
|
$fa-var-motorcycle: \f21c; |
||||||
|
$fa-var-mouse-pointer: \f245; |
||||||
|
$fa-var-music: \f001; |
||||||
|
$fa-var-napster: \f3d2; |
||||||
|
$fa-var-neuter: \f22c; |
||||||
|
$fa-var-newspaper: \f1ea; |
||||||
|
$fa-var-nintendo-switch: \f418; |
||||||
|
$fa-var-node: \f419; |
||||||
|
$fa-var-node-js: \f3d3; |
||||||
|
$fa-var-npm: \f3d4; |
||||||
|
$fa-var-ns8: \f3d5; |
||||||
|
$fa-var-nutritionix: \f3d6; |
||||||
|
$fa-var-object-group: \f247; |
||||||
|
$fa-var-object-ungroup: \f248; |
||||||
|
$fa-var-odnoklassniki: \f263; |
||||||
|
$fa-var-odnoklassniki-square: \f264; |
||||||
|
$fa-var-opencart: \f23d; |
||||||
|
$fa-var-openid: \f19b; |
||||||
|
$fa-var-opera: \f26a; |
||||||
|
$fa-var-optin-monster: \f23c; |
||||||
|
$fa-var-osi: \f41a; |
||||||
|
$fa-var-outdent: \f03b; |
||||||
|
$fa-var-page4: \f3d7; |
||||||
|
$fa-var-pagelines: \f18c; |
||||||
|
$fa-var-paint-brush: \f1fc; |
||||||
|
$fa-var-palfed: \f3d8; |
||||||
|
$fa-var-paper-plane: \f1d8; |
||||||
|
$fa-var-paperclip: \f0c6; |
||||||
|
$fa-var-paragraph: \f1dd; |
||||||
|
$fa-var-paste: \f0ea; |
||||||
|
$fa-var-patreon: \f3d9; |
||||||
|
$fa-var-pause: \f04c; |
||||||
|
$fa-var-pause-circle: \f28b; |
||||||
|
$fa-var-paw: \f1b0; |
||||||
|
$fa-var-paypal: \f1ed; |
||||||
|
$fa-var-pen-square: \f14b; |
||||||
|
$fa-var-pencil-alt: \f303; |
||||||
|
$fa-var-percent: \f295; |
||||||
|
$fa-var-periscope: \f3da; |
||||||
|
$fa-var-phabricator: \f3db; |
||||||
|
$fa-var-phoenix-framework: \f3dc; |
||||||
|
$fa-var-phone: \f095; |
||||||
|
$fa-var-phone-square: \f098; |
||||||
|
$fa-var-phone-volume: \f2a0; |
||||||
|
$fa-var-php: \f457; |
||||||
|
$fa-var-pied-piper: \f2ae; |
||||||
|
$fa-var-pied-piper-alt: \f1a8; |
||||||
|
$fa-var-pied-piper-pp: \f1a7; |
||||||
|
$fa-var-pinterest: \f0d2; |
||||||
|
$fa-var-pinterest-p: \f231; |
||||||
|
$fa-var-pinterest-square: \f0d3; |
||||||
|
$fa-var-plane: \f072; |
||||||
|
$fa-var-play: \f04b; |
||||||
|
$fa-var-play-circle: \f144; |
||||||
|
$fa-var-playstation: \f3df; |
||||||
|
$fa-var-plug: \f1e6; |
||||||
|
$fa-var-plus: \f067; |
||||||
|
$fa-var-plus-circle: \f055; |
||||||
|
$fa-var-plus-square: \f0fe; |
||||||
|
$fa-var-podcast: \f2ce; |
||||||
|
$fa-var-pound-sign: \f154; |
||||||
|
$fa-var-power-off: \f011; |
||||||
|
$fa-var-print: \f02f; |
||||||
|
$fa-var-product-hunt: \f288; |
||||||
|
$fa-var-pushed: \f3e1; |
||||||
|
$fa-var-puzzle-piece: \f12e; |
||||||
|
$fa-var-python: \f3e2; |
||||||
|
$fa-var-qq: \f1d6; |
||||||
|
$fa-var-qrcode: \f029; |
||||||
|
$fa-var-question: \f128; |
||||||
|
$fa-var-question-circle: \f059; |
||||||
|
$fa-var-quidditch: \f458; |
||||||
|
$fa-var-quinscape: \f459; |
||||||
|
$fa-var-quora: \f2c4; |
||||||
|
$fa-var-quote-left: \f10d; |
||||||
|
$fa-var-quote-right: \f10e; |
||||||
|
$fa-var-random: \f074; |
||||||
|
$fa-var-ravelry: \f2d9; |
||||||
|
$fa-var-react: \f41b; |
||||||
|
$fa-var-rebel: \f1d0; |
||||||
|
$fa-var-recycle: \f1b8; |
||||||
|
$fa-var-red-river: \f3e3; |
||||||
|
$fa-var-reddit: \f1a1; |
||||||
|
$fa-var-reddit-alien: \f281; |
||||||
|
$fa-var-reddit-square: \f1a2; |
||||||
|
$fa-var-redo: \f01e; |
||||||
|
$fa-var-redo-alt: \f2f9; |
||||||
|
$fa-var-registered: \f25d; |
||||||
|
$fa-var-rendact: \f3e4; |
||||||
|
$fa-var-renren: \f18b; |
||||||
|
$fa-var-reply: \f3e5; |
||||||
|
$fa-var-reply-all: \f122; |
||||||
|
$fa-var-replyd: \f3e6; |
||||||
|
$fa-var-resolving: \f3e7; |
||||||
|
$fa-var-retweet: \f079; |
||||||
|
$fa-var-road: \f018; |
||||||
|
$fa-var-rocket: \f135; |
||||||
|
$fa-var-rocketchat: \f3e8; |
||||||
|
$fa-var-rockrms: \f3e9; |
||||||
|
$fa-var-rss: \f09e; |
||||||
|
$fa-var-rss-square: \f143; |
||||||
|
$fa-var-ruble-sign: \f158; |
||||||
|
$fa-var-rupee-sign: \f156; |
||||||
|
$fa-var-safari: \f267; |
||||||
|
$fa-var-sass: \f41e; |
||||||
|
$fa-var-save: \f0c7; |
||||||
|
$fa-var-schlix: \f3ea; |
||||||
|
$fa-var-scribd: \f28a; |
||||||
|
$fa-var-search: \f002; |
||||||
|
$fa-var-search-minus: \f010; |
||||||
|
$fa-var-search-plus: \f00e; |
||||||
|
$fa-var-searchengin: \f3eb; |
||||||
|
$fa-var-sellcast: \f2da; |
||||||
|
$fa-var-sellsy: \f213; |
||||||
|
$fa-var-server: \f233; |
||||||
|
$fa-var-servicestack: \f3ec; |
||||||
|
$fa-var-share: \f064; |
||||||
|
$fa-var-share-alt: \f1e0; |
||||||
|
$fa-var-share-alt-square: \f1e1; |
||||||
|
$fa-var-share-square: \f14d; |
||||||
|
$fa-var-shekel-sign: \f20b; |
||||||
|
$fa-var-shield-alt: \f3ed; |
||||||
|
$fa-var-ship: \f21a; |
||||||
|
$fa-var-shirtsinbulk: \f214; |
||||||
|
$fa-var-shopping-bag: \f290; |
||||||
|
$fa-var-shopping-basket: \f291; |
||||||
|
$fa-var-shopping-cart: \f07a; |
||||||
|
$fa-var-shower: \f2cc; |
||||||
|
$fa-var-sign-in-alt: \f2f6; |
||||||
|
$fa-var-sign-language: \f2a7; |
||||||
|
$fa-var-sign-out-alt: \f2f5; |
||||||
|
$fa-var-signal: \f012; |
||||||
|
$fa-var-simplybuilt: \f215; |
||||||
|
$fa-var-sistrix: \f3ee; |
||||||
|
$fa-var-sitemap: \f0e8; |
||||||
|
$fa-var-skyatlas: \f216; |
||||||
|
$fa-var-skype: \f17e; |
||||||
|
$fa-var-slack: \f198; |
||||||
|
$fa-var-slack-hash: \f3ef; |
||||||
|
$fa-var-sliders-h: \f1de; |
||||||
|
$fa-var-slideshare: \f1e7; |
||||||
|
$fa-var-smile: \f118; |
||||||
|
$fa-var-snapchat: \f2ab; |
||||||
|
$fa-var-snapchat-ghost: \f2ac; |
||||||
|
$fa-var-snapchat-square: \f2ad; |
||||||
|
$fa-var-snowflake: \f2dc; |
||||||
|
$fa-var-sort: \f0dc; |
||||||
|
$fa-var-sort-alpha-down: \f15d; |
||||||
|
$fa-var-sort-alpha-up: \f15e; |
||||||
|
$fa-var-sort-amount-down: \f160; |
||||||
|
$fa-var-sort-amount-up: \f161; |
||||||
|
$fa-var-sort-down: \f0dd; |
||||||
|
$fa-var-sort-numeric-down: \f162; |
||||||
|
$fa-var-sort-numeric-up: \f163; |
||||||
|
$fa-var-sort-up: \f0de; |
||||||
|
$fa-var-soundcloud: \f1be; |
||||||
|
$fa-var-space-shuttle: \f197; |
||||||
|
$fa-var-speakap: \f3f3; |
||||||
|
$fa-var-spinner: \f110; |
||||||
|
$fa-var-spotify: \f1bc; |
||||||
|
$fa-var-square: \f0c8; |
||||||
|
$fa-var-square-full: \f45c; |
||||||
|
$fa-var-stack-exchange: \f18d; |
||||||
|
$fa-var-stack-overflow: \f16c; |
||||||
|
$fa-var-star: \f005; |
||||||
|
$fa-var-star-half: \f089; |
||||||
|
$fa-var-staylinked: \f3f5; |
||||||
|
$fa-var-steam: \f1b6; |
||||||
|
$fa-var-steam-square: \f1b7; |
||||||
|
$fa-var-steam-symbol: \f3f6; |
||||||
|
$fa-var-step-backward: \f048; |
||||||
|
$fa-var-step-forward: \f051; |
||||||
|
$fa-var-stethoscope: \f0f1; |
||||||
|
$fa-var-sticker-mule: \f3f7; |
||||||
|
$fa-var-sticky-note: \f249; |
||||||
|
$fa-var-stop: \f04d; |
||||||
|
$fa-var-stop-circle: \f28d; |
||||||
|
$fa-var-stopwatch: \f2f2; |
||||||
|
$fa-var-strava: \f428; |
||||||
|
$fa-var-street-view: \f21d; |
||||||
|
$fa-var-strikethrough: \f0cc; |
||||||
|
$fa-var-stripe: \f429; |
||||||
|
$fa-var-stripe-s: \f42a; |
||||||
|
$fa-var-studiovinari: \f3f8; |
||||||
|
$fa-var-stumbleupon: \f1a4; |
||||||
|
$fa-var-stumbleupon-circle: \f1a3; |
||||||
|
$fa-var-subscript: \f12c; |
||||||
|
$fa-var-subway: \f239; |
||||||
|
$fa-var-suitcase: \f0f2; |
||||||
|
$fa-var-sun: \f185; |
||||||
|
$fa-var-superpowers: \f2dd; |
||||||
|
$fa-var-superscript: \f12b; |
||||||
|
$fa-var-supple: \f3f9; |
||||||
|
$fa-var-sync: \f021; |
||||||
|
$fa-var-sync-alt: \f2f1; |
||||||
|
$fa-var-table: \f0ce; |
||||||
|
$fa-var-table-tennis: \f45d; |
||||||
|
$fa-var-tablet: \f10a; |
||||||
|
$fa-var-tablet-alt: \f3fa; |
||||||
|
$fa-var-tachometer-alt: \f3fd; |
||||||
|
$fa-var-tag: \f02b; |
||||||
|
$fa-var-tags: \f02c; |
||||||
|
$fa-var-tasks: \f0ae; |
||||||
|
$fa-var-taxi: \f1ba; |
||||||
|
$fa-var-telegram: \f2c6; |
||||||
|
$fa-var-telegram-plane: \f3fe; |
||||||
|
$fa-var-tencent-weibo: \f1d5; |
||||||
|
$fa-var-terminal: \f120; |
||||||
|
$fa-var-text-height: \f034; |
||||||
|
$fa-var-text-width: \f035; |
||||||
|
$fa-var-th: \f00a; |
||||||
|
$fa-var-th-large: \f009; |
||||||
|
$fa-var-th-list: \f00b; |
||||||
|
$fa-var-themeisle: \f2b2; |
||||||
|
$fa-var-thermometer-empty: \f2cb; |
||||||
|
$fa-var-thermometer-full: \f2c7; |
||||||
|
$fa-var-thermometer-half: \f2c9; |
||||||
|
$fa-var-thermometer-quarter: \f2ca; |
||||||
|
$fa-var-thermometer-three-quarters: \f2c8; |
||||||
|
$fa-var-thumbs-down: \f165; |
||||||
|
$fa-var-thumbs-up: \f164; |
||||||
|
$fa-var-thumbtack: \f08d; |
||||||
|
$fa-var-ticket-alt: \f3ff; |
||||||
|
$fa-var-times: \f00d; |
||||||
|
$fa-var-times-circle: \f057; |
||||||
|
$fa-var-tint: \f043; |
||||||
|
$fa-var-toggle-off: \f204; |
||||||
|
$fa-var-toggle-on: \f205; |
||||||
|
$fa-var-trademark: \f25c; |
||||||
|
$fa-var-train: \f238; |
||||||
|
$fa-var-transgender: \f224; |
||||||
|
$fa-var-transgender-alt: \f225; |
||||||
|
$fa-var-trash: \f1f8; |
||||||
|
$fa-var-trash-alt: \f2ed; |
||||||
|
$fa-var-tree: \f1bb; |
||||||
|
$fa-var-trello: \f181; |
||||||
|
$fa-var-tripadvisor: \f262; |
||||||
|
$fa-var-trophy: \f091; |
||||||
|
$fa-var-truck: \f0d1; |
||||||
|
$fa-var-tty: \f1e4; |
||||||
|
$fa-var-tumblr: \f173; |
||||||
|
$fa-var-tumblr-square: \f174; |
||||||
|
$fa-var-tv: \f26c; |
||||||
|
$fa-var-twitch: \f1e8; |
||||||
|
$fa-var-twitter: \f099; |
||||||
|
$fa-var-twitter-square: \f081; |
||||||
|
$fa-var-typo3: \f42b; |
||||||
|
$fa-var-uber: \f402; |
||||||
|
$fa-var-uikit: \f403; |
||||||
|
$fa-var-umbrella: \f0e9; |
||||||
|
$fa-var-underline: \f0cd; |
||||||
|
$fa-var-undo: \f0e2; |
||||||
|
$fa-var-undo-alt: \f2ea; |
||||||
|
$fa-var-uniregistry: \f404; |
||||||
|
$fa-var-universal-access: \f29a; |
||||||
|
$fa-var-university: \f19c; |
||||||
|
$fa-var-unlink: \f127; |
||||||
|
$fa-var-unlock: \f09c; |
||||||
|
$fa-var-unlock-alt: \f13e; |
||||||
|
$fa-var-untappd: \f405; |
||||||
|
$fa-var-upload: \f093; |
||||||
|
$fa-var-usb: \f287; |
||||||
|
$fa-var-user: \f007; |
||||||
|
$fa-var-user-circle: \f2bd; |
||||||
|
$fa-var-user-md: \f0f0; |
||||||
|
$fa-var-user-plus: \f234; |
||||||
|
$fa-var-user-secret: \f21b; |
||||||
|
$fa-var-user-times: \f235; |
||||||
|
$fa-var-users: \f0c0; |
||||||
|
$fa-var-ussunnah: \f407; |
||||||
|
$fa-var-utensil-spoon: \f2e5; |
||||||
|
$fa-var-utensils: \f2e7; |
||||||
|
$fa-var-vaadin: \f408; |
||||||
|
$fa-var-venus: \f221; |
||||||
|
$fa-var-venus-double: \f226; |
||||||
|
$fa-var-venus-mars: \f228; |
||||||
|
$fa-var-viacoin: \f237; |
||||||
|
$fa-var-viadeo: \f2a9; |
||||||
|
$fa-var-viadeo-square: \f2aa; |
||||||
|
$fa-var-viber: \f409; |
||||||
|
$fa-var-video: \f03d; |
||||||
|
$fa-var-vimeo: \f40a; |
||||||
|
$fa-var-vimeo-square: \f194; |
||||||
|
$fa-var-vimeo-v: \f27d; |
||||||
|
$fa-var-vine: \f1ca; |
||||||
|
$fa-var-vk: \f189; |
||||||
|
$fa-var-vnv: \f40b; |
||||||
|
$fa-var-volleyball-ball: \f45f; |
||||||
|
$fa-var-volume-down: \f027; |
||||||
|
$fa-var-volume-off: \f026; |
||||||
|
$fa-var-volume-up: \f028; |
||||||
|
$fa-var-vuejs: \f41f; |
||||||
|
$fa-var-weibo: \f18a; |
||||||
|
$fa-var-weixin: \f1d7; |
||||||
|
$fa-var-whatsapp: \f232; |
||||||
|
$fa-var-whatsapp-square: \f40c; |
||||||
|
$fa-var-wheelchair: \f193; |
||||||
|
$fa-var-whmcs: \f40d; |
||||||
|
$fa-var-wifi: \f1eb; |
||||||
|
$fa-var-wikipedia-w: \f266; |
||||||
|
$fa-var-window-close: \f410; |
||||||
|
$fa-var-window-maximize: \f2d0; |
||||||
|
$fa-var-window-minimize: \f2d1; |
||||||
|
$fa-var-window-restore: \f2d2; |
||||||
|
$fa-var-windows: \f17a; |
||||||
|
$fa-var-won-sign: \f159; |
||||||
|
$fa-var-wordpress: \f19a; |
||||||
|
$fa-var-wordpress-simple: \f411; |
||||||
|
$fa-var-wpbeginner: \f297; |
||||||
|
$fa-var-wpexplorer: \f2de; |
||||||
|
$fa-var-wpforms: \f298; |
||||||
|
$fa-var-wrench: \f0ad; |
||||||
|
$fa-var-xbox: \f412; |
||||||
|
$fa-var-xing: \f168; |
||||||
|
$fa-var-xing-square: \f169; |
||||||
|
$fa-var-y-combinator: \f23b; |
||||||
|
$fa-var-yahoo: \f19e; |
||||||
|
$fa-var-yandex: \f413; |
||||||
|
$fa-var-yandex-international: \f414; |
||||||
|
$fa-var-yelp: \f1e9; |
||||||
|
$fa-var-yen-sign: \f157; |
||||||
|
$fa-var-yoast: \f2b1; |
||||||
|
$fa-var-youtube: \f167; |
||||||
|
$fa-var-youtube-square: \f431; |
||||||
@ -0,0 +1,21 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import 'variables'; |
||||||
|
|
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Brands'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: normal; |
||||||
|
src: url('#{$fa-font-path}/fa-brands-400.eot'); |
||||||
|
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'), |
||||||
|
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'), |
||||||
|
url('#{$fa-font-path}/fa-brands-400.woff') format('woff'), |
||||||
|
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'), |
||||||
|
url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg'); |
||||||
|
} |
||||||
|
|
||||||
|
.fab { |
||||||
|
font-family: 'Font Awesome 5 Brands'; |
||||||
|
} |
||||||
@ -0,0 +1,22 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import 'variables'; |
||||||
|
|
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 400; |
||||||
|
src: url('#{$fa-font-path}/fa-regular-400.eot'); |
||||||
|
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'), |
||||||
|
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'), |
||||||
|
url('#{$fa-font-path}/fa-regular-400.woff') format('woff'), |
||||||
|
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'), |
||||||
|
url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg'); |
||||||
|
} |
||||||
|
|
||||||
|
.far { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-weight: 400; |
||||||
|
} |
||||||
@ -0,0 +1,23 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import 'variables'; |
||||||
|
|
||||||
|
@font-face { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-style: normal; |
||||||
|
font-weight: 900; |
||||||
|
src: url('#{$fa-font-path}/fa-solid-900.eot'); |
||||||
|
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'), |
||||||
|
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'), |
||||||
|
url('#{$fa-font-path}/fa-solid-900.woff') format('woff'), |
||||||
|
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'), |
||||||
|
url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg'); |
||||||
|
} |
||||||
|
|
||||||
|
.fa, |
||||||
|
.fas { |
||||||
|
font-family: 'Font Awesome 5 Free'; |
||||||
|
font-weight: 900; |
||||||
|
} |
||||||
@ -0,0 +1,16 @@ |
|||||||
|
/*! |
||||||
|
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com |
||||||
|
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) |
||||||
|
*/ |
||||||
|
@import 'variables'; |
||||||
|
@import 'mixins'; |
||||||
|
@import 'core'; |
||||||
|
@import 'larger'; |
||||||
|
@import 'fixed-width'; |
||||||
|
@import 'list'; |
||||||
|
@import 'bordered-pulled'; |
||||||
|
@import 'animated'; |
||||||
|
@import 'rotated-flipped'; |
||||||
|
@import 'stacked'; |
||||||
|
@import 'icons'; |
||||||
|
@import 'screen-reader'; |
||||||
|
After Width: | Height: | Size: 496 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 369 KiB |
@ -0,0 +1,37 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html lang="en"> |
||||||
|
<head> |
||||||
|
<meta charset="UTF-8"> |
||||||
|
<title>Title</title> |
||||||
|
<link rel="stylesheet" href="../static/index.css"> |
||||||
|
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
||||||
|
<link rel="stylesheet" href="../static/web-fonts-with-css/css/fontawesome-all.min.css"> |
||||||
|
<link rel="stylesheet" href="../static/buttons.css"> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<div class="content"> |
||||||
|
<div class=" title"> |
||||||
|
<h3>当前奖项:二等奖</h3> |
||||||
|
<h4>抽取人数:1</h4> |
||||||
|
</div> |
||||||
|
<div class="row"> |
||||||
|
<div class="left"> |
||||||
|
<ul class="current-list"> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
<div id='holder' class="holder"></div> |
||||||
|
</div> |
||||||
|
<p class="btns"> |
||||||
|
<a href="javascript:void (0)" class="button button-3d button-action button-rounded " id="start"><i class="fa fa-camera"></i>开始</a> |
||||||
|
<a href="javascript:void (0)" class="button button-3d button-primary button-rounded" id="end"><i class="fa fa-hand-paper"></i>停止</a> |
||||||
|
<a href="javascript:void (0)" class="button button-3d button-primary button-rounded" id="test">中奖</a> |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
<script type="text/javascript" src="../static/jquery-2.1.1.min.js"></script> |
||||||
|
<script type="text/javascript" src="../static/jquery-svg3dtagcloud-plugin-master/js/jquery.svg3dtagcloud.js"></script> |
||||||
|
<script type="text/javascript" src="../static/layer/layer.js"></script> |
||||||
|
<script type="text/javascript" src="../static/index.js"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,143 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html lang="en"> |
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<title>抽奖系统</title> |
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||||
|
<meta name="description" content=""> |
||||||
|
|
||||||
|
<!-- Jquery --> |
||||||
|
<script src="/static/bootstrap/js/jquery-2.0.3.min.js"></script> |
||||||
|
|
||||||
|
<!-- Bootstrap --> |
||||||
|
<script src="/static/bootstrap/js/bootstrap.min.js"></script> |
||||||
|
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet"> |
||||||
|
|
||||||
|
<style> |
||||||
|
.side-left { |
||||||
|
height: 100%; |
||||||
|
position: absolute; |
||||||
|
left: 0; |
||||||
|
} |
||||||
|
|
||||||
|
.side-right { |
||||||
|
height: 100%; |
||||||
|
position: absolute; |
||||||
|
right: 0; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
|
||||||
|
#Result { |
||||||
|
border: 3px solid #40AA53; |
||||||
|
margin: 0 auto; |
||||||
|
text-align: center; |
||||||
|
width: 400px; |
||||||
|
padding: 50px 0; |
||||||
|
background: #efe; |
||||||
|
} |
||||||
|
|
||||||
|
#ResultNum { |
||||||
|
font-size: 50pt; |
||||||
|
font-family: Verdana |
||||||
|
} |
||||||
|
|
||||||
|
#Button { |
||||||
|
margin: 50px 0 0 0; |
||||||
|
} |
||||||
|
|
||||||
|
#Button input { |
||||||
|
font-size: 40px; |
||||||
|
padding: 0 50px; |
||||||
|
} |
||||||
|
|
||||||
|
#btn { |
||||||
|
background-color: #40AA53; |
||||||
|
border: 1px solid #40AA53; |
||||||
|
width: auto; |
||||||
|
height: 55px; |
||||||
|
margin: 0em auto; |
||||||
|
font-size: 1em; |
||||||
|
border-radius: 2.5px; |
||||||
|
-moz-border-radius: 2.5px; |
||||||
|
-webkit-border-radius: 2.5px; |
||||||
|
color: #FFF; |
||||||
|
} |
||||||
|
</style> |
||||||
|
</head> |
||||||
|
|
||||||
|
|
||||||
|
<body style="height: 100%"> |
||||||
|
<div id="container"> |
||||||
|
<div class="row"> |
||||||
|
<div class="col-lg-3 col-sm-4 side-left col-md-offset-1"> |
||||||
|
<div class="panel panel-default" style=" margin-top:15px"> |
||||||
|
<div class="panel-body"> |
||||||
|
<h3><b>奖品列表</b></h3> |
||||||
|
</div> |
||||||
|
<div class="list-group" style="text-align:left" id="awards-list"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="col-sm-8 side-right"> |
||||||
|
<div class="page-header"> |
||||||
|
<h1>当前奖品:<label id="award-tag">--</label> |
||||||
|
<small>剩余:<label id="award-count">--</label>个</small> |
||||||
|
</h1> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div id="Result" style="color:#40AA53"> |
||||||
|
<span id="ResultNum">*****</span> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div id="Button"> |
||||||
|
<input type='button' id="btn" value='开始' onclick='beginRndNum(this)'/> |
||||||
|
</div> |
||||||
|
|
||||||
|
<!-- Modal --> |
||||||
|
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" |
||||||
|
aria-hidden="true"> |
||||||
|
<div class="modal-dialog"> |
||||||
|
<div class="modal-content"> |
||||||
|
<div class="modal-header"> |
||||||
|
<button type="button" class="close" data-dismiss="modal"><span |
||||||
|
aria-hidden="true">×</span><span class="sr-only">Close</span></button> |
||||||
|
<h4 class="modal-title" id="myModalLabel">数据查看</h4> |
||||||
|
</div> |
||||||
|
<div class="modal-body"> |
||||||
|
<div> |
||||||
|
<div class="panel panel-default"> |
||||||
|
<div class="panel-body"> |
||||||
|
<h3><b>中奖名单</b></h3> |
||||||
|
</div> |
||||||
|
<div class="list-group" style="text-align:left" id="winner-list"></div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="modal-footer"> |
||||||
|
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<audio id="runingmic" class="hide" loop> |
||||||
|
<source src="/static/music/runing.wav"> |
||||||
|
</audio> |
||||||
|
<audio id="pausemic" class="hide"> |
||||||
|
<source src="/static/music/stop.mp3"> |
||||||
|
</audio> |
||||||
|
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/static/bootstrap/js/jquery-2.0.3.min.js"></script> |
||||||
|
<script type="text/javascript" src="/static/bootstrap/js/bootstrap.min.js"></script> |
||||||
|
<script type="text/javascript" src="/static/layer/layer.js"></script> |
||||||
|
<script type="text/javascript" src="/static/script.js?id=2"></script> |
||||||
|
</body> |
||||||
|
</html> |
||||||