Commit d72463c9 authored by JC Brand's avatar JC Brand

Make more semantic by putting login/register column info in css

parent b3f2fafe
...@@ -4426,6 +4426,28 @@ ...@@ -4426,6 +4426,28 @@
body.reset { body.reset {
margin: 0; } margin: 0; }
@font-face {
font-family: 'Converse-js';
src: url("../fonticons/fonts/icomoon.eot?wvi0ht");
src: url("../fonticons/fonts/icomoon.eot?wvi0ht#iefix") format("embedded-opentype"), url("../fonticons/fonts/icomoon.ttf?wvi0ht") format("truetype"), url("../fonticons/fonts/icomoon.woff?wvi0ht") format("woff"), url("../fonticons/fonts/icomoon.svg?wvi0ht#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
.icon-conversejs {
padding-right: 0.2em;
font-family: 'Converse-js';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-conversejs:before {
content: "\e600"; }
#conversejs { #conversejs {
padding-left: env(safe-area-inset-left); padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right); padding-right: env(safe-area-inset-right);
...@@ -5466,10 +5488,13 @@ body.reset { ...@@ -5466,10 +5488,13 @@ body.reset {
padding-bottom: 0.5em; } padding-bottom: 0.5em; }
#conversejs #controlbox .conn-feedback p.feedback-subject.error { #conversejs #controlbox .conn-feedback p.feedback-subject.error {
font-weight: bold; } font-weight: bold; }
#conversejs #controlbox .brand-heading-container .brand-heading { #conversejs #controlbox .brand-heading-container {
text-align: center; } flex: 0 0 100%;
#conversejs #controlbox .brand-heading-container .brand-name { max-width: 100%; }
font-size: 120%; } #conversejs #controlbox .brand-heading-container .brand-heading {
text-align: center; }
#conversejs #controlbox .brand-heading-container .brand-name {
font-size: 120%; }
#conversejs #controlbox #converse-login-panel { #conversejs #controlbox #converse-login-panel {
flex-direction: column; } flex-direction: column; }
#conversejs #controlbox #converse-login-panel .brand-heading { #conversejs #controlbox #converse-login-panel .brand-heading {
...@@ -5675,6 +5700,9 @@ body.reset { ...@@ -5675,6 +5700,9 @@ body.reset {
display: block; } } display: block; } }
#conversejs:not(.fullscreen) #controlbox { #conversejs:not(.fullscreen) #controlbox {
order: -1; } order: -1; }
#conversejs:not(.fullscreen) #controlbox #converse-register, #conversejs:not(.fullscreen) #controlbox #converse-login {
flex: 0 0 100%;
max-width: 100%; }
#conversejs:not(.fullscreen) #controlbox #converse-register .button-cancel { #conversejs:not(.fullscreen) #controlbox #converse-register .button-cancel {
font-size: 90%; } font-size: 90%; }
#conversejs:not(.fullscreen) #controlbox .controlbox-panes { #conversejs:not(.fullscreen) #controlbox .controlbox-panes {
......
...@@ -4426,6 +4426,28 @@ ...@@ -4426,6 +4426,28 @@
body.reset { body.reset {
margin: 0; } margin: 0; }
@font-face {
font-family: 'Converse-js';
src: url("../fonticons/fonts/icomoon.eot?wvi0ht");
src: url("../fonticons/fonts/icomoon.eot?wvi0ht#iefix") format("embedded-opentype"), url("../fonticons/fonts/icomoon.ttf?wvi0ht") format("truetype"), url("../fonticons/fonts/icomoon.woff?wvi0ht") format("woff"), url("../fonticons/fonts/icomoon.svg?wvi0ht#icomoon") format("svg");
font-weight: normal;
font-style: normal; }
.icon-conversejs {
padding-right: 0.2em;
font-family: 'Converse-js';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-conversejs:before {
content: "\e600"; }
#conversejs { #conversejs {
padding-left: env(safe-area-inset-left); padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right); padding-right: env(safe-area-inset-right);
...@@ -5533,10 +5555,13 @@ body { ...@@ -5533,10 +5555,13 @@ body {
padding-bottom: 0.5em; } padding-bottom: 0.5em; }
#conversejs #controlbox .conn-feedback p.feedback-subject.error { #conversejs #controlbox .conn-feedback p.feedback-subject.error {
font-weight: bold; } font-weight: bold; }
#conversejs #controlbox .brand-heading-container .brand-heading { #conversejs #controlbox .brand-heading-container {
text-align: center; } flex: 0 0 100%;
#conversejs #controlbox .brand-heading-container .brand-name { max-width: 100%; }
font-size: 120%; } #conversejs #controlbox .brand-heading-container .brand-heading {
text-align: center; }
#conversejs #controlbox .brand-heading-container .brand-name {
font-size: 120%; }
#conversejs #controlbox #converse-login-panel { #conversejs #controlbox #converse-login-panel {
flex-direction: column; } flex-direction: column; }
#conversejs #controlbox #converse-login-panel .brand-heading { #conversejs #controlbox #converse-login-panel .brand-heading {
...@@ -5749,7 +5774,6 @@ body { ...@@ -5749,7 +5774,6 @@ body {
#conversejs.fullscreen #controlbox #converse-login-panel { #conversejs.fullscreen #controlbox #converse-login-panel {
border-radius: 0; } border-radius: 0; }
#conversejs.fullscreen #controlbox #converse-login-panel .converse-form { #conversejs.fullscreen #controlbox #converse-login-panel .converse-form {
margin: 0;
padding: 3em 2em 3em; } padding: 3em 2em 3em; }
#conversejs.fullscreen #controlbox .toggle-register-login { #conversejs.fullscreen #controlbox .toggle-register-login {
line-height: 26px; } line-height: 26px; }
...@@ -5792,12 +5816,36 @@ body { ...@@ -5792,12 +5816,36 @@ body {
background-color: #578EA9; } background-color: #578EA9; }
#conversejs.fullscreen #controlbox .box-flyout .controlbox-head { #conversejs.fullscreen #controlbox .box-flyout .controlbox-head {
display: none; } display: none; }
#conversejs.fullscreen #controlbox #converse-register .title, #conversejs.fullscreen #controlbox #converse-register .instructions, #conversejs.fullscreen #controlbox #converse-login .title, #conversejs.fullscreen #controlbox #converse-login .instructions { #conversejs.fullscreen #controlbox #converse-register, #conversejs.fullscreen #controlbox #converse-login {
margin: 1em 0; } position: relative;
#conversejs.fullscreen #controlbox #converse-register input[type=submit], width: 100%;
#conversejs.fullscreen #controlbox #converse-register input[type=button], #conversejs.fullscreen #controlbox #converse-login input[type=submit], min-height: 1px;
#conversejs.fullscreen #controlbox #converse-login input[type=button] { padding-right: 15px;
width: auto; } padding-left: 15px;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
margin-left: 16.6666666667%; }
@media (min-width: 576px) {
#conversejs.fullscreen #controlbox #converse-register, #conversejs.fullscreen #controlbox #converse-login {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
margin-left: 16.6666666667%; } }
@media (min-width: 768px) {
#conversejs.fullscreen #controlbox #converse-register, #conversejs.fullscreen #controlbox #converse-login {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
margin-left: 16.6666666667%; } }
@media (min-width: 992px) {
#conversejs.fullscreen #controlbox #converse-register, #conversejs.fullscreen #controlbox #converse-login {
flex: 0 0 50%;
max-width: 50%;
margin-left: 25%; } }
#conversejs.fullscreen #controlbox #converse-register .title, #conversejs.fullscreen #controlbox #converse-register .instructions, #conversejs.fullscreen #controlbox #converse-login .title, #conversejs.fullscreen #controlbox #converse-login .instructions {
margin: 1em 0; }
#conversejs.fullscreen #controlbox #converse-register input[type=submit],
#conversejs.fullscreen #controlbox #converse-register input[type=button], #conversejs.fullscreen #controlbox #converse-login input[type=submit],
#conversejs.fullscreen #controlbox #converse-login input[type=button] {
width: auto; }
#conversejs #converse-roster { #conversejs #converse-roster {
text-align: left; text-align: left;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<script src="src/config.js"></script> <script src="src/config.js"></script>
</head> </head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom"> <body id="page-top" class="reset" data-target=".navbar-custom">
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation"> <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container"> <div class="container">
<div class="navbar-header page-scroll"> <div class="navbar-header page-scroll">
......
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
a:hover, a:focus {
box-shadow: 0 1px #e74c3c;
}
.bshadow0, input {
box-shadow: inset 0 -2px #e7e7e7;
}
input:hover {
box-shadow: inset 0 -2px #ccc;
}
input, fieldset {
font-family: sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
border: 0;
}
input {
color: inherit;
line-height: 1.5;
height: 1.5em;
padding: .25em 0;
}
input:focus {
outline: none;
box-shadow: inset 0 -2px #449fdb;
}
.glyph {
font-size: 16px;
width: 15em;
padding-bottom: 1em;
margin-right: 4em;
margin-bottom: 1em;
float: left;
overflow: hidden;
}
.liga {
width: 80%;
width: calc(100% - 2.5em);
}
.talign-right {
text-align: right;
}
.talign-center {
text-align: center;
}
.bgc1 {
background: #f1f1f1;
}
.fgc1 {
color: #999;
}
.fgc0 {
color: #000;
}
p {
margin-top: 1em;
margin-bottom: 1em;
}
.mvm {
margin-top: .75em;
margin-bottom: .75em;
}
.mtn {
margin-top: 0;
}
.mtl, .mal {
margin-top: 1.5em;
}
.mbl, .mal {
margin-bottom: 1.5em;
}
.mal, .mhl {
margin-left: 1.5em;
margin-right: 1.5em;
}
.mhmm {
margin-left: 1em;
margin-right: 1em;
}
.mls {
margin-left: .25em;
}
.ptl {
padding-top: 1.5em;
}
.pbs, .pvs {
padding-bottom: .25em;
}
.pvs, .pts {
padding-top: .25em;
}
.unit {
float: left;
}
.unitRight {
float: right;
}
.size1of2 {
width: 50%;
}
.size1of1 {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden-true {
display: none;
}
.textbox0 {
width: 3em;
background: #f1f1f1;
padding: .25em .5em;
line-height: 1.5;
height: 1.5em;
}
#testDrive {
display: block;
padding-top: 24px;
line-height: 1.5;
}
.fs0 {
font-size: 16px;
}
.fs1 {
font-size: 32px;
}
.fs2 {
font-size: 32px;
}
if (!('boxShadow' in document.body.style)) {
document.body.setAttribute('class', 'noBoxShadow');
}
document.body.addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT" &&
target.getAttribute('class').indexOf('liga') === -1) {
target.select();
}
});
(function() {
var fontSize = document.getElementById('fontSize'),
testDrive = document.getElementById('testDrive'),
testText = document.getElementById('testText');
function updateTest() {
testDrive.innerHTML = testText.value || String.fromCharCode(160);
if (window.icomoonLiga) {
window.icomoonLiga(testDrive);
}
}
function updateSize() {
testDrive.style.fontSize = fontSize.value + 'px';
}
fontSize.addEventListener('change', updateSize, false);
testText.addEventListener('input', updateTest, false);
testText.addEventListener('change', updateTest, false);
updateSize();
}());
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>IcoMoon Demo</title>
<meta name="description" content="An Icon Font Generated By IcoMoon.io">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="demo-files/demo.css">
<link rel="stylesheet" href="style.css"></head>
<body>
<div class="bgc1 clearfix">
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:&nbsp;76)</small></h1>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-save">
</span>
<span class="mls"> icon-save</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f0c7" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf0c7;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-idcard-dark">
</span>
<span class="mls"> icon-idcard-dark</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f2c2" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf2c2;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-idcard">
</span>
<span class="mls"> icon-idcard</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f2c3" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf2c3;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-snowflake">
</span>
<span class="mls"> icon-snowflake</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f2dc" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf2dc;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-globe">
</span>
<span class="mls"> icon-globe</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f0ac" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf0ac;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-legal">
</span>
<span class="mls"> icon-legal</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f0e3" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf0e3;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-group">
</span>
<span class="mls"> icon-group</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f0c0" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf0c0;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-database">
</span>
<span class="mls"> icon-database</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f1c0" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf1c0;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-envelope">
</span>
<span class="mls"> icon-envelope</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f003" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf003;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-heart2">
</span>
<span class="mls"> icon-heart2</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f004" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf004;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-star">
</span>
<span class="mls"> icon-star</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f005" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf005;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-star_empty">
</span>
<span class="mls"> icon-star_empty</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f006" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf006;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs1">
<div class="clearfix bshadow0 pbs">
<span class="icon-heart_empty">
</span>
<span class="mls"> icon-heart_empty</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="f08a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xf08a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
</div>
<div class="clearfix mhl ptl">
<h1 class="mvm mtn fgc1">Grid Size: 16</h1>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-xa">
</span>
<span class="mls"> icon-xa</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e602" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe602;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-conversejs">
</span>
<span class="mls"> icon-conversejs</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e600" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe600;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-closed">
</span>
<span class="mls"> icon-closed</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="25ba" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x25ba;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-opened">
</span>
<span class="mls"> icon-opened</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="25bc" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x25bc;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-checkmark">
</span>
<span class="mls"> icon-checkmark</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="2713" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2713;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-home">
</span>
<span class="mls"> icon-home</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e000" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe000;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-pencil">
</span>
<span class="mls"> icon-pencil</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="270e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x270e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-music">
</span>
<span class="mls"> icon-music</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="266b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x266b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-phone">
</span>
<span class="mls"> icon-phone</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="260f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x260f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-phone-hang-up">
</span>
<span class="mls"> icon-phone-hang-up</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="260e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x260e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-address-book">
</span>
<span class="mls"> icon-address-book</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="270f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x270f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-notebook">
</span>
<span class="mls"> icon-notebook</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="2710" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2710;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-pushpin">
</span>
<span class="mls"> icon-pushpin</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e012" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe012;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-online">
</span>
<span class="mls"> icon-online</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="25fc" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x25fc;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-away">
</span>
<span class="mls"> icon-away</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="25fb" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x25fb;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-bubbles">
</span>
<span class="mls"> icon-bubbles</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e015" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe015;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-bubbles2">
</span>
<span class="mls"> icon-bubbles2</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e016" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe016;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-bubbles3">
</span>
<span class="mls"> icon-bubbles3</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e017" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe017;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-user">
</span>
<span class="mls"> icon-user</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e01a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-hide-users">
</span>
<span class="mls"> icon-hide-users</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e01c" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01c;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-show-users">
</span>
<span class="mls"> icon-show-users</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e01e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-users">
</span>
<span class="mls"> icon-users</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e01b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-quotes-left">
</span>
<span class="mls"> icon-quotes-left</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e01d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-spinner">
</span>
<span class="mls"> icon-spinner</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="231b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x231b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-search">
</span>
<span class="mls"> icon-search</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e021" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe021;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-cogs">
</span>
<span class="mls"> icon-cogs</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e022" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe022;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-wrench">
</span>
<span class="mls"> icon-wrench</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e024" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe024;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-unlocked">
</span>
<span class="mls"> icon-unlocked</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e025" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe025;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-lock-2">
</span>
<span class="mls"> icon-lock-2</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e027" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe027;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-key">
</span>
<span class="mls"> icon-key</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e028" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe028;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-zoomout">
</span>
<span class="mls"> icon-zoomout</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e02a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe02a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-zoomin">
</span>
<span class="mls"> icon-zoomin</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e02b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe02b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-cog">
</span>
<span class="mls"> icon-cog</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e02f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe02f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-remove">
</span>
<span class="mls"> icon-remove</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e02d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe02d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye">
</span>
<span class="mls"> icon-eye</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e030" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe030;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-eye-blocked">
</span>
<span class="mls"> icon-eye-blocked</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e031" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe031;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-attachment">
</span>
<span class="mls"> icon-attachment</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e032" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe032;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-heart">
</span>
<span class="mls"> icon-heart</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="2764" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2764;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-happy">
</span>
<span class="mls"> icon-happy</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="263b" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x263b;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-smiley">
</span>
<span class="mls"> icon-smiley</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="263a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x263a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-info">
</span>
<span class="mls"> icon-info</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="2360" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2360;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-notification">
</span>
<span class="mls"> icon-notification</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e01f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe01f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-warning">
</span>
<span class="mls"> icon-warning</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="26a0" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x26a0;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-spell-check">
</span>
<span class="mls"> icon-spell-check</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e045" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe045;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-bold">
</span>
<span class="mls"> icon-bold</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e04d" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe04d;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-underline">
</span>
<span class="mls"> icon-underline</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e04e" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe04e;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-italic">
</span>
<span class="mls"> icon-italic</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e04f" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe04f;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-strikethrough">
</span>
<span class="mls"> icon-strikethrough</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e050" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe050;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-newtab">
</span>
<span class="mls"> icon-newtab</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e053" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe053;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-close">
</span>
<span class="mls"> icon-close</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="2715" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2715;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-blocked">
</span>
<span class="mls"> icon-blocked</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="2718" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2718;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-cancel-circle">
</span>
<span class="mls"> icon-cancel-circle</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e058" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe058;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-minus">
</span>
<span class="mls"> icon-minus</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e05a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe05a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-plus">
</span>
<span class="mls"> icon-plus</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="271a" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x271a;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-room-info">
</span>
<span class="mls"> icon-room-info</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e059" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe059;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-image">
</span>
<span class="mls"> icon-image</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="2b14" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#x2b14;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-offline">
</span>
<span class="mls"> icon-offline</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e002" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe002;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-busy">
</span>
<span class="mls"> icon-busy</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e004" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe004;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-exit">
</span>
<span class="mls"> icon-exit</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="e601" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xe601;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-google2">
</span>
<span class="mls"> icon-google2</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="ea89" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xea89;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="google2, brand3" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-twitter">
</span>
<span class="mls"> icon-twitter</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="ea96" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xea96;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="twitter, brand16" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-github">
</span>
<span class="mls"> icon-github</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="eab0" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xeab0;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="github, brand40" class="liga unitRight" />
</div>
</div>
<div class="glyph fs2">
<div class="clearfix bshadow0 pbs">
<span class="icon-reddit">
</span>
<span class="mls"> icon-reddit</span>
</div>
<fieldset class="fs0 size1of1 clearfix hidden-false">
<input type="text" readonly value="eac6" class="unit size1of2" />
<input type="text" maxlength="1" readonly value="&#xeac6;" class="unitRight size1of2 talign-right" />
</fieldset>
<div class="fs0 bshadow0 clearfix hidden-false">
<span class="unit pvs fgc1">liga: </span>
<input type="text" readonly value="reddit, brand61" class="liga unitRight" />
</div>
</div>
</div>
<!--[if gt IE 8]><!-->
<div class="mhl clearfix mbl">
<h1>Font Test Drive</h1>
<label>
Font Size: <input id="fontSize" type="number" class="textbox0 mbm"
min="8" value="48" />
px
</label>
<input id="testText" type="text" class="phl size1of1 mvl"
placeholder="Type some text to test..." value="google2 brand3 twitter brand16 github brand40 reddit brand61"/>
<div id="testDrive" class="icon-">google2 brand3 twitter brand16 github brand40 reddit brand61&nbsp;
</div>
</div>
<!--<![endif]-->
<div class="bgc1 clearfix">
<p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
</div>
<script src="liga.js"></script>
<script src="demo-files/demo.js"></script>
</body>
</html>
No preview for this file type
...@@ -7,89 +7,5 @@ ...@@ -7,89 +7,5 @@
<font-face units-per-em="512" ascent="438.8571428571429" descent="-73.14285714285714" /> <font-face units-per-em="512" ascent="438.8571428571429" descent="-73.14285714285714" />
<missing-glyph horiz-adv-x="512" /> <missing-glyph horiz-adv-x="512" />
<glyph unicode="&#x20;" horiz-adv-x="128" d="" /> <glyph unicode="&#x20;" horiz-adv-x="128" d="" />
<glyph unicode="&#x231b;" glyph-name="spinner" d="M192 384c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM327.765 327.765c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM416 192c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32s-32-14.327-32-32zM359.765 56.235c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32s-32-14.327-32-32zM224.001 0c0 0 0 0 0 0 0-17.673 14.327-32 32-32s32 14.327 32 32c0 0 0 0 0 0s0 0 0 0c0 17.673-14.327 32-32 32s-32-14.327-32-32c0 0 0 0 0 0zM88.236 56.235c0 0 0 0 0 0 0-17.673 14.327-32 32-32s32 14.327 32 32c0 0 0 0 0 0s0 0 0 0c0 17.673-14.327 32-32 32s-32-14.327-32-32c0 0 0 0 0 0zM72.236 327.765c0 0 0 0 0 0 0-26.51 21.49-48 48-48s48 21.49 48 48c0 0 0 0 0 0s0 0 0 0c0 26.51-21.49 48-48 48s-48-21.49-48-48c0 0 0 0 0 0zM28 192c0-19.882 16.117-36 36-36s36 16.118 36 36c0 19.882-16.118 36-36 36s-36-16.118-36-36z" />
<glyph unicode="&#x2360;" glyph-name="info" d="M256 448c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM256-16c-114.875 0-208 93.125-208 208s93.125 208 208 208 208-93.125 208-208-93.125-208-208-208zM224 320h64v-64h-64zM320 64h-128v32h32v96h-32v32h96v-128h32z" />
<glyph unicode="&#x25ba;" glyph-name="closed" d="M96 384l320-192-320-192z" />
<glyph unicode="&#x25bc;" glyph-name="opened" d="M448 352l-192-320-192 320z" />
<glyph unicode="&#x25fb;" glyph-name="away" d="M256 352c-27.466 0-53.994-4.331-78.847-12.871-23.356-8.027-44.153-19.372-61.814-33.722-33.107-26.899-51.339-61.492-51.339-97.407 0-20.149 5.594-39.689 16.626-58.076 11.376-18.96 28.491-36.293 49.494-50.126 15.178-9.996 25.39-25.974 28.088-43.947 0.9-5.992 1.464-12.044 1.685-18.062 3.735 3.097 7.375 6.423 10.94 9.988 12.077 12.076 28.39 18.745 45.251 18.745 2.684 0 5.381-0.168 8.078-0.512 10.487-1.333 21.199-2.010 31.838-2.010 27.467 0 53.994 4.33 78.847 12.871 23.356 8.027 44.153 19.372 61.814 33.722 33.107 26.898 51.339 61.492 51.339 97.407s-18.232 70.508-51.339 97.407c-17.661 14.349-38.458 25.695-61.814 33.722-24.853 8.54-51.38 12.871-78.847 12.871zM256 416v0c141.385 0 256-93.125 256-208 0-114.876-114.615-208-256-208-13.578 0-26.905 0.867-39.912 2.522-54.989-54.989-120.625-64.85-184.088-66.298v13.458c34.268 16.789 64 47.37 64 82.318 0 4.877-0.379 9.665-1.082 14.348-57.898 38.132-94.918 96.377-94.918 161.652 0 114.875 114.615 208 256 208z" />
<glyph unicode="&#x25fc;" glyph-name="online" d="M256 416c141.385 0 256-93.125 256-208 0-114.876-114.615-208-256-208-13.578 0-26.905 0.867-39.912 2.522-54.989-54.989-120.625-64.85-184.088-66.298v13.458c34.268 16.789 64 47.37 64 82.318 0 4.877-0.379 9.665-1.082 14.348-57.898 38.132-94.918 96.377-94.918 161.652 0 114.875 114.615 208 256 208z" />
<glyph unicode="&#x260e;" glyph-name="phone-hang-up" d="M508.689 160.003c4.002-27.741 6.608-65.696-5.832-80.223-20.571-24.022-150.856-24.022-150.856 24.021 0 24.199 21.428 40.067 0.856 64.089-20.236 23.631-56.513 24.015-96.857 24.021-40.343-0.006-76.621-0.39-96.857-24.021-20.571-24.023 0.857-39.89 0.857-64.089 0-48.043-130.285-48.043-150.857-24.022-12.439 14.527-9.834 52.482-5.831 80.223 3.080 18.519 10.862 38.498 35.774 63.997 0 0.001 0.001 0.001 0.001 0.002 37.369 34.871 93.923 63.369 214.913 63.984v0.015c0.672 0 1.332-0.005 2-0.007 0.669 0.002 1.328 0.007 2 0.007v-0.014c120.99-0.615 177.544-29.113 214.913-63.984 0.001-0.001 0.001-0.002 0.001-0.002 24.912-25.498 32.695-45.477 35.775-63.997z" />
<glyph unicode="&#x260f;" glyph-name="phone" d="M352 128c-32-32-32-64-64-64s-64 32-96 64-64 64-64 96 32 32 64 64-64 128-96 128-96-96-96-96c0-64 65.75-193.75 128-256s192-128 256-128c0 0 96 64 96 96s-96 128-128 96z" />
<glyph unicode="&#x263a;" glyph-name="smiley" d="M256-64c141.385 0 256 114.615 256 256s-114.615 256-256 256-256-114.615-256-256 114.615-256 256-256zM256 400c114.875 0 208-93.125 208-208s-93.125-208-208-208-208 93.125-208 208 93.125 208 208 208zM128 288c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM320 288c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM352.049 134.37l41.164-24.698c-27.981-46.535-78.958-77.672-137.213-77.672s-109.232 31.137-137.213 77.672l41.164 24.698c19.587-32.574 55.271-54.37 96.049-54.37s76.462 21.796 96.049 54.37z" />
<glyph unicode="&#x263b;" glyph-name="happy" d="M256-64c141.385 0 256 114.615 256 256s-114.615 256-256 256-256-114.615-256-256 114.615-256 256-256zM256 400c114.875 0 208-93.125 208-208s-93.125-208-208-208-208 93.125-208 208 93.125 208 208 208zM256 148.62c57.975 0 113.115 15.403 160 42.46-7.287-89.219-76.564-159.080-160-159.080-83.434 0-152.711 69.936-160 159.152 46.885-27.056 102.025-42.532 160-42.532zM128 272c0-26.509 14.327-48 32-48s32 21.49 32 48c0 26.51-14.327 48-32 48s-32-21.49-32-48zM320 272c0-26.509 14.327-48 32-48s32 21.49 32 48c0 26.51-14.327 48-32 48s-32-21.49-32-48z" />
<glyph unicode="&#x266b;" glyph-name="music" d="M160 352l352 96v-368c0-44.183-50.145-80-112-80s-112 35.817-112 80c0 44.183 50.145 80 112 80 17.179 0 33.451-2.766 48-7.703v164.794l-224-61.091v-240c0-44.183-50.144-80-112-80s-112 35.817-112 80c0 44.183 50.144 80 112 80 17.179 0 33.451-2.766 48-7.703v263.703z" />
<glyph unicode="&#x26a0;" glyph-name="warning" d="M256 368.638l-172.417-368.638h344.834l-172.417 368.638zM256 448v0c11.035 0 22.070-7.441 30.442-22.324l218.536-435.556c16.745-29.766 2.5-54.12-31.651-54.12h-434.654c-34.152 0-48.395 24.354-31.652 54.12l218.537 435.556c8.372 14.883 19.407 22.324 30.442 22.324zM224 64c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32s-32-14.327-32-32zM256 256c17.673 0 32-14.327 32-32l-10-96h-44l-10 96c0 17.673 14.327 32 32 32z" />
<glyph unicode="&#x270e;" glyph-name="pencil" d="M432 448c44.182 0 80-35.817 80-80 0-18.010-5.955-34.629-16-48l-32-32-112 112 32 32c13.371 10.045 29.989 16 48 16zM32 80l-32-144 144 32 296 296-112 112-296-296zM357.789 266.211l-224-224-27.578 27.578 224 224 27.578-27.578z" />
<glyph unicode="&#x270f;" glyph-name="address-book" d="M480 320c17.673 0 32 14.327 32 32v64h-64v32h-416c-17.6 0-32-14.399-32-32v-448c0-17.6 14.398-32 32-32h416v128h32c17.673 0 32 14.327 32 32v64h-64v32h32c17.673 0 32 14.327 32 32v64h-64v32h32zM288 319.835c35.255 0 63.835-28.58 63.835-63.835s-28.58-63.835-63.835-63.835c-35.255 0-63.835 28.58-63.835 63.835s28.58 63.835 63.835 63.835zM128-32h-32v448h32v-448zM384 64h-192v32c0 35.347 28.654 64 64 64v0h64c35.348 0 64-28.653 64-64v-32z" />
<glyph unicode="&#x2710;" glyph-name="notebook" d="M449.18 416h-385.18v-64h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.8 8.38-16.936 17.18-16.936h46.82v-32h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.8 8.38-16.936 17.18-16.936h46.82v-32h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.799 8.38-16.936 17.18-16.936h46.82v-32h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.8 8.38-16.936 17.18-16.936h46.82v-64h385.18c17.674 0 30.82 15.263 30.82 32.936v416c0 17.673-13.146 31.064-30.82 31.064zM160-32h-64v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.021 15.064-14.82 15.064h-17.18v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.021 15.064-14.82 15.064h-17.18v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.021 15.064-14.82 15.064h-17.18v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.020 15.064-14.82 15.064h-17.18v32h64v-416z" />
<glyph unicode="&#x2713;" glyph-name="checkmark" d="M432 384l-240-240-112 112-80-80 192-192 320 320z" />
<glyph unicode="&#x2715;" glyph-name="close" d="M507.331 36.67c-0.002 0.002-0.004 0.004-0.006 0.005l-155.322 155.325 155.322 155.325c0.002 0.002 0.004 0.003 0.006 0.005 1.672 1.673 2.881 3.627 3.656 5.708 2.123 5.688 0.912 12.341-3.662 16.915l-73.373 73.373c-4.574 4.573-11.225 5.783-16.914 3.66-2.080-0.775-4.035-1.984-5.709-3.655 0-0.002-0.002-0.003-0.004-0.005l-155.324-155.326-155.324 155.325c-0.002 0.002-0.003 0.003-0.005 0.005-1.673 1.671-3.627 2.88-5.707 3.655-5.69 2.124-12.341 0.913-16.915-3.66l-73.374-73.374c-4.574-4.574-5.784-11.226-3.661-16.914 0.776-2.080 1.985-4.036 3.656-5.708 0.002-0.001 0.003-0.003 0.005-0.005l155.325-155.324-155.325-155.326c-0.001-0.002-0.003-0.003-0.004-0.005-1.671-1.673-2.88-3.627-3.657-5.707-2.124-5.688-0.913-12.341 3.661-16.915l73.374-73.373c4.575-4.574 11.226-5.784 16.915-3.661 2.080 0.776 4.035 1.985 5.708 3.656 0.001 0.002 0.003 0.003 0.005 0.005l155.324 155.325 155.324-155.325c0.002-0.001 0.004-0.003 0.006-0.004 1.674-1.672 3.627-2.881 5.707-3.657 5.689-2.123 12.342-0.913 16.914 3.661l73.373 73.374c4.574 4.574 5.785 11.227 3.662 16.915-0.776 2.080-1.985 4.034-3.657 5.707z" />
<glyph unicode="&#x2718;" glyph-name="blocked" d="M0 192c0-141.385 114.615-256 256-256s256 114.615 256 256-114.614 256-256 256c-141.385 0-256-114.615-256-256zM448 192c0-36.618-10.256-70.84-28.044-99.956l-263.911 263.912c29.115 17.789 63.337 28.044 99.955 28.044 106.038 0 192-85.961 192-192zM64 192c0 36.618 10.256 70.839 28.045 99.956l263.911-263.912c-29.117-17.789-63.338-28.044-99.956-28.044-106.038 0-192 85.961-192 192z" />
<glyph unicode="&#x271a;" glyph-name="plus" d="M496 256h-176v176c0 8.836-7.164 16-16 16h-96c-8.836 0-16-7.164-16-16v-176h-176c-8.836 0-16-7.164-16-16v-96c0-8.836 7.164-16 16-16h176v-176c0-8.836 7.164-16 16-16h96c8.836 0 16 7.164 16 16v176h176c8.836 0 16 7.164 16 16v96c0 8.836-7.164 16-16 16z" />
<glyph unicode="&#x2764;" glyph-name="heart" d="M512 268.922c0 81.229-65.85 147.078-147.078 147.078-43.181 0-82.015-18.609-108.922-48.245-26.907 29.636-65.741 48.245-108.922 48.245-81.229 0-147.078-65.849-147.078-147.078 0-43.181 18.609-82.015 48.245-108.922h-0.245l160-160c16-16 32-32 48-32s32 16 48 32l160 160h-0.245c29.636 26.907 48.245 65.741 48.245 108.922zM420.734 207.384l-161.989-162.129c-0.839-0.839-1.766-1.766-2.745-2.74-0.98 0.975-1.907 1.901-2.745 2.74l-161.989 162.128c-17.583 15.964-27.266 37.819-27.266 61.539 0 45.809 37.269 83.078 83.078 83.078 23.72 0 45.575-9.683 61.538-27.266l47.384-52.19 47.384 52.189c15.964 17.584 37.818 27.267 61.538 27.267 45.809 0 83.078-37.269 83.078-83.078 0-23.72-9.684-45.575-27.266-61.538z" />
<glyph unicode="&#x2b14;" glyph-name="image" d="M448 352h-384v-320h384v320zM512 416v0-448h-512v448h512zM416 64h-320v64l96 160 131.5-160 92.5 64v-32zM320 272c0-26.509 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48s-48-21.49-48-48z" />
<glyph unicode="&#xe000;" glyph-name="home" d="M512 152.778l-256 198.713-256-198.714v81.019l256 198.713 256-198.714zM448 160v-192h-128v128h-128v-128h-128v192l192 144z" />
<glyph unicode="&#xe002;" glyph-name="offline" d="M256 416c-141.382 0-256-93.106-256-208.004 0-65.249 37.368-123.33 95.271-161.451 0.698-4.701 0.729-9.658 0.729-14.545 0-34.956-29.743-65.404-64-82.184v-13.816c63.465 1.443 129.008 11.21 184.002 66.18 13.009-1.652 26.43-2.18 39.998-2.18 141.382 0 256 93.13 256 207.996 0 114.898-114.618 208.004-256 208.004zM162.909 350.542c1.575 0.325 3.576-0.156 5.089-0.722 1.109-0.411 2.017-1.288 2.909-2.188l82.913-82.905 82.905 82.905c0.9 0.9 1.808 1.777 2.909 2.188 3.049 1.133 7.006 0.248 9.457-2.188l39.277-39.268c2.428-2.452 2.583-5.694 1.45-8.728-0.411-1.109-0.558-2.017-1.45-2.909l-83.643-82.913 83.643-82.905c0.892-0.892 1.039-1.8 1.45-2.909 1.141-3.041 0.993-7.005-1.45-9.456l-39.277-39.269c-2.451-2.436-6.423-2.591-9.457-1.459-1.101 0.411-2.009 0.559-2.909 1.459l-82.905 82.905-82.913-82.905c-0.892-0.9-1.8-1.048-2.909-1.459-3.041-1.14-7.005-0.993-9.449 1.459l-38.547 39.269c-2.436 2.451-3.313 6.423-2.18 9.456 0.403 1.109 1.28 2.017 2.18 2.909l82.905 82.905-82.905 82.913c-0.9 0.892-1.777 1.8-2.18 2.909-1.148 3.041-0.271 6.276 2.18 8.728l38.547 39.268c1.218 1.218 2.785 2.592 4.36 2.91z" />
<glyph unicode="&#xe004;" glyph-name="busy" d="M256 416c-141.382 0-256-93.106-256-208.004 0-65.249 37.368-123.33 95.271-161.451 0.698-4.701 0.729-9.658 0.729-14.545 0-34.956-29.743-65.404-64-82.184v-13.816c63.465 1.443 129.008 11.21 184.002 66.18 13.009-1.652 26.43-2.18 39.998-2.18 141.382 0 256 93.13 256 207.996 0 114.898-114.618 208.004-256 208.004zM77.816 256h347.64c6.408 0 11.637-5.229 11.637-11.636v-69.819c0-6.407-5.229-11.636-11.637-11.636h-347.64c-6.408 0-11.636 5.229-11.636 11.636v69.819c0 6.407 5.228 11.636 11.636 11.636z" />
<glyph unicode="&#xe012;" glyph-name="pushpin" d="M272 448l-48-48 48-48-112-128h-112l88-88-136-180.308v-19.692h19.692l180.308 136 88-88v112l128 112 48-48 48 48-240 240zM224 176l-32 32 112 112 32-32-112-112z" />
<glyph unicode="&#xe015;" glyph-name="bubbles" horiz-adv-x="576" d="M544-2.583c0-22.75 13.014-42.454 32-52.092v-7.969c-5.313-0.727-10.736-1.112-16.25-1.112-34.004 0-64.674 14.264-86.361 37.132-13.111-3.491-27.001-5.376-41.389-5.376-79.529 0-144 57.308-144 128s64.471 128 144 128c79.529 0 144-57.308 144-128 0-27.674-9.882-53.296-26.678-74.233-3.412-7.412-5.322-15.656-5.322-24.35zM115.339 337.407c-33.107-26.899-51.339-61.492-51.339-97.407 0-20.149 5.594-39.689 16.626-58.075 11.376-18.96 28.491-36.293 49.494-50.126 15.178-9.996 25.39-25.974 28.088-43.947 0.9-5.992 1.464-12.044 1.685-18.062 3.735 3.097 7.375 6.423 10.94 9.988 12.077 12.076 28.39 18.745 45.251 18.745 2.684 0 5.381-0.168 8.078-0.512 10.474-1.331 21.172-2.008 31.797-2.010v-64c-13.564 0.001-26.877 0.869-39.871 2.521-54.989-54.989-120.625-64.85-184.088-66.298v13.458c34.268 16.789 64 47.37 64 82.318 0 4.877-0.379 9.665-1.082 14.348-57.898 38.132-94.918 96.377-94.918 161.652 0 114.875 114.615 208 256 208 139.229 0 252.496-90.307 255.918-202.76-20.548 9.158-42.92 14.711-66.131 16.289-5.765 28.034-22.701 54.408-49.126 75.878-17.661 14.349-38.458 25.695-61.814 33.722-24.853 8.54-51.38 12.871-78.847 12.871s-53.994-4.331-78.847-12.871c-23.356-8.027-44.153-19.372-61.814-33.722z" />
<glyph unicode="&#xe016;" glyph-name="bubbles2" horiz-adv-x="576" d="M240 448v0c132.548 0 240-86.957 240-194.224s-107.452-194.224-240-194.224c-12.729 0-25.223 0.81-37.417 2.355-51.553-51.347-111.086-60.554-170.583-61.907v12.567c32.126 15.677 58 44.233 58 76.867 0 4.553-0.356 9.024-1.015 13.397-54.279 35.607-88.985 89.994-88.985 150.945 0 107.267 107.452 194.224 240 194.224zM498 12.657c0-27.971 18.157-52.449 46-65.886v-10.771c-51.563 1.159-98.893 9.051-143.571 53.063-10.57-1.325-21.397-2.020-32.429-2.020-47.735 0-91.704 12.879-126.807 34.52 72.337 0.253 140.63 23.427 192.417 65.336 26.104 21.126 46.697 45.913 61.207 73.674 15.383 29.433 23.183 60.791 23.183 93.203 0 5.224-0.225 10.418-0.629 15.584 36.285-29.967 58.629-70.811 58.629-115.838 0-52.244-30.079-98.861-77.12-129.382-0.571-3.748-0.88-7.58-0.88-11.483z" />
<glyph unicode="&#xe017;" glyph-name="bubbles3" horiz-adv-x="576" d="M240 384c-25.333 0-49.791-3.975-72.693-11.814-21.462-7.347-40.557-17.718-56.751-30.823-30.022-24.295-46.556-55.401-46.556-87.587 0-17.995 5.033-35.474 14.96-51.949 10.343-17.17 25.949-32.897 45.13-45.479 15.22-9.984 25.468-25.976 28.181-43.975 0.451-2.995 0.815-6.003 1.090-9.016 1.361 1.26 2.712 2.557 4.057 3.897 12.069 12.020 28.344 18.656 45.161 18.656 2.674 0 5.359-0.168 8.047-0.509 9.68-1.226 19.562-1.848 29.374-1.848 25.333 0 49.79 3.974 72.692 11.814 21.463 7.346 40.558 17.717 56.752 30.822 30.023 24.295 46.556 55.401 46.556 87.587s-16.533 63.291-46.556 87.587c-16.194 13.106-35.289 23.476-56.752 30.823-22.902 7.839-47.359 11.814-72.692 11.814zM240 448v0c132.548 0 240-86.957 240-194.224s-107.452-194.224-240-194.224c-12.729 0-25.223 0.81-37.417 2.355-51.553-51.347-111.086-60.554-170.583-61.907v12.567c32.126 15.677 58 44.233 58 76.867 0 4.553-0.356 9.024-1.015 13.397-54.279 35.607-88.985 89.994-88.985 150.945 0 107.267 107.452 194.224 240 194.224zM498 12.657c0-27.971 18.157-52.449 46-65.886v-10.771c-51.563 1.159-98.893 9.051-143.571 53.063-10.57-1.325-21.397-2.020-32.429-2.020-47.735 0-91.704 12.879-126.807 34.52 72.337 0.253 140.63 23.427 192.417 65.336 26.104 21.126 46.697 45.913 61.207 73.674 15.383 29.433 23.183 60.791 23.183 93.203 0 5.224-0.225 10.418-0.629 15.584 36.285-29.967 58.629-70.811 58.629-115.838 0-52.244-30.079-98.861-77.12-129.382-0.571-3.748-0.88-7.58-0.88-11.483z" />
<glyph unicode="&#xe01a;" glyph-name="user" d="M424-64h-336c-13.255 0-24 10.745-24 24 0 34.431 14.534 76.102 38.879 111.471 20.346 29.559 45.342 51.81 72.339 64.805-11.899 10.822-22.147 24.013-30.254 39.061-13 24.131-19.873 52.024-19.873 80.664 0 39.803 13.102 77.411 36.893 105.895 24.832 29.73 58.221 46.104 94.016 46.104s69.184-16.374 94.017-46.105c23.79-28.484 36.893-66.091 36.893-105.895 0-28.64-6.872-56.533-19.872-80.664-8.107-15.048-18.355-28.239-30.255-39.061 26.997-12.995 51.993-35.246 72.339-64.805 24.344-35.368 38.878-77.039 38.878-111.47 0-13.255-10.745-24-24-24zM115.037-16h281.926c-4.613 19.67-14.26 41.192-27.381 60.255-20.727 30.113-46.588 49.811-72.819 55.463-11.053 2.382-18.944 12.155-18.944 23.462v17.146c0 8.63 4.633 16.595 12.135 20.861 29.739 16.916 48.956 54.133 48.956 94.813 0 57.346-37.192 104-82.909 104s-82.909-46.654-82.909-104c0-40.68 19.217-77.896 48.957-94.813 7.501-4.267 12.134-12.231 12.134-20.861v-17.146c0-11.307-7.892-21.080-18.944-23.462-26.231-5.652-52.092-25.35-72.82-55.463-13.123-19.063-22.768-40.585-27.382-60.255z" />
<glyph unicode="&#xe01b;" glyph-name="users" d="M488-64h-336c-13.255 0-24 10.745-24 24 0 34.431 14.534 76.102 38.879 111.471 20.346 29.559 45.342 51.81 72.339 64.805-11.899 10.822-22.147 24.013-30.254 39.061-13 24.131-19.873 52.024-19.873 80.664 0 39.803 13.102 77.411 36.893 105.895 24.832 29.73 58.221 46.104 94.016 46.104s69.184-16.374 94.017-46.105c23.79-28.484 36.893-66.091 36.893-105.895 0-28.64-6.872-56.533-19.872-80.664-8.107-15.048-18.355-28.239-30.255-39.061 26.997-12.995 51.993-35.246 72.339-64.805 24.344-35.368 38.878-77.039 38.878-111.47 0-13.255-10.745-24-24-24zM179.037-16h281.926c-4.613 19.67-14.26 41.192-27.381 60.255-20.727 30.113-46.588 49.811-72.819 55.463-11.053 2.382-18.944 12.155-18.944 23.462v17.146c0 8.63 4.633 16.595 12.135 20.861 29.739 16.916 48.956 54.133 48.956 94.813 0 57.346-37.192 104-82.909 104s-82.909-46.654-82.909-104c0-40.68 19.217-77.896 48.957-94.813 7.501-4.267 12.134-12.231 12.134-20.861v-17.146c0-11.307-7.892-21.080-18.944-23.462-26.231-5.652-52.092-25.35-72.82-55.463-13.123-19.063-22.768-40.585-27.382-60.255zM98.557 16h-47.52c4.614 19.67 14.259 41.192 27.38 60.255 20.728 30.113 46.589 49.811 72.82 55.463 11.053 2.382 18.944 12.155 18.944 23.462v17.146c0 8.63-4.633 16.595-12.134 20.861-29.74 16.917-48.957 54.133-48.957 94.813 0 57.346 37.192 104 82.909 104 3.127 0 6.213-0.226 9.251-0.651 13.179 14.667 28.117 26.587 44.321 35.502-16.596 8.616-34.75 13.149-53.571 13.149-35.795 0-69.184-16.374-94.017-46.105-23.79-28.484-36.892-66.092-36.892-105.895 0-28.64 6.872-56.533 19.873-80.664 8.107-15.048 18.355-28.238 30.254-39.061-26.997-12.995-51.993-35.246-72.339-64.805-24.345-35.368-38.879-77.039-38.879-111.47 0-13.255 10.745-24 24-24h66.193c0.738 15.513 3.599 31.706 8.364 48z" />
<glyph unicode="&#xe01c;" glyph-name="hide-users" d="M461.118-64h-317.491c-12.525 0-22.678 10.153-22.678 22.678 0 32.534 13.733 71.91 36.738 105.331 19.225 27.931 42.844 48.956 68.354 61.235-11.244 10.226-20.927 22.69-28.588 36.909-12.284 22.802-18.779 49.159-18.779 76.221 0 37.61 12.381 73.147 34.861 100.062 23.464 28.093 55.014 43.565 88.837 43.565s65.373-15.472 88.838-43.565c22.48-26.915 34.861-62.451 34.861-100.062 0-27.063-6.493-53.419-18.777-76.221-7.661-14.219-17.344-26.683-28.589-36.909 25.51-12.279 49.129-33.304 68.354-61.235 23.003-33.42 36.736-72.795 36.736-105.329 0-12.525-10.153-22.678-22.678-22.678zM169.175-18.644h266.396c-4.359 18.587-13.474 38.923-25.873 56.936-19.586 28.454-44.022 47.067-68.808 52.408-10.444 2.251-17.901 11.486-17.901 22.169v16.202c0 8.154 4.378 15.681 11.466 19.712 28.101 15.984 46.26 51.151 46.26 89.59 0 54.187-35.144 98.271-78.342 98.271s-78.342-44.084-78.342-98.271c0-38.439 18.159-73.605 46.26-89.59 7.088-4.032 11.466-11.558 11.466-19.712v-16.202c0-10.684-7.457-19.919-17.901-22.169-24.786-5.341-49.222-23.953-68.808-52.408-12.4-18.013-21.514-38.349-25.874-56.936zM93.128 11.593h-44.903c4.36 18.587 13.474 38.923 25.872 56.936 19.586 28.454 44.023 47.067 68.809 52.408 10.444 2.251 17.9 11.486 17.9 22.169v16.202c0 8.154-4.378 15.681-11.465 19.712-28.102 15.985-46.26 51.151-46.26 89.59 0 54.187 35.144 98.271 78.342 98.271 2.954 0 5.871-0.214 8.742-0.615 12.453 13.859 26.568 25.123 41.88 33.546-15.682 8.142-32.836 12.425-50.62 12.425-33.823 0-65.373-15.472-88.838-43.565-22.48-26.915-34.86-62.452-34.86-100.062 0-27.063 6.493-53.419 18.778-76.22 7.66-14.219 17.344-26.683 28.588-36.91-25.51-12.279-49.129-33.304-68.354-61.235-23.004-33.42-36.737-72.795-36.737-105.329 0-12.525 10.153-22.678 22.678-22.678h62.547c0.698 14.659 3.401 29.959 7.903 45.356zM363.512 412.513v-27.615c0-2.542 2.061-4.603 4.603-4.603h138.077c2.542 0 4.603 2.061 4.603 4.603v27.615c0 2.542-2.061 4.602-4.603 4.602h-138.077c-2.542 0-4.603-2.061-4.603-4.602z" />
<glyph unicode="&#xe01d;" glyph-name="quotes-left" d="M112.5 224c61.856 0 112-50.145 112-112s-50.144-112-112-112-112 50.144-112 112l-0.5 16c0 123.712 100.288 224 224 224v-64c-42.737 0-82.917-16.643-113.137-46.863-5.817-5.818-11.126-12.008-15.915-18.51 5.719 0.9 11.58 1.373 17.552 1.373zM400.5 224c61.855 0 112-50.145 112-112s-50.145-112-112-112-112 50.144-112 112l-0.5 16c0 123.712 100.288 224 224 224v-64c-42.737 0-82.917-16.643-113.137-46.863-5.818-5.818-11.127-12.008-15.916-18.51 5.72 0.9 11.58 1.373 17.553 1.373z" />
<glyph unicode="&#xe01e;" glyph-name="show-users" d="M461.118-64h-317.491c-12.525 0-22.678 10.153-22.678 22.678 0 32.534 13.733 71.91 36.738 105.331 19.225 27.931 42.844 48.956 68.354 61.235-11.244 10.226-20.927 22.69-28.588 36.909-12.284 22.802-18.779 49.159-18.779 76.221 0 37.61 12.381 73.147 34.861 100.062 23.464 28.093 55.014 43.565 88.837 43.565s65.373-15.472 88.838-43.565c22.48-26.915 34.861-62.451 34.861-100.062 0-27.063-6.493-53.419-18.777-76.221-7.661-14.219-17.344-26.683-28.589-36.909 25.51-12.279 49.129-33.304 68.354-61.235 23.003-33.42 36.736-72.795 36.736-105.329 0-12.525-10.153-22.678-22.678-22.678zM169.175-18.644h266.396c-4.359 18.587-13.474 38.923-25.873 56.936-19.586 28.454-44.022 47.067-68.808 52.408-10.444 2.251-17.901 11.486-17.901 22.169v16.202c0 8.154 4.378 15.681 11.466 19.712 28.101 15.984 46.26 51.151 46.26 89.59 0 54.187-35.144 98.271-78.342 98.271s-78.342-44.084-78.342-98.271c0-38.439 18.159-73.605 46.26-89.59 7.088-4.032 11.466-11.558 11.466-19.712v-16.202c0-10.684-7.457-19.919-17.901-22.169-24.786-5.341-49.222-23.953-68.808-52.408-12.4-18.013-21.514-38.349-25.874-56.936zM93.128 11.593h-44.903c4.36 18.587 13.474 38.923 25.872 56.936 19.586 28.454 44.023 47.067 68.809 52.408 10.444 2.251 17.9 11.486 17.9 22.169v16.202c0 8.154-4.378 15.681-11.465 19.712-28.102 15.985-46.26 51.151-46.26 89.59 0 54.187 35.144 98.271 78.342 98.271 2.954 0 5.871-0.214 8.742-0.615 12.453 13.859 26.568 25.123 41.88 33.546-15.682 8.142-32.836 12.425-50.62 12.425-33.823 0-65.373-15.472-88.838-43.565-22.48-26.915-34.86-62.452-34.86-100.062 0-27.063 6.493-53.419 18.778-76.22 7.66-14.219 17.344-26.683 28.588-36.91-25.51-12.279-49.129-33.304-68.354-61.235-23.004-33.42-36.737-72.795-36.737-105.329 0-12.525 10.153-22.678 22.678-22.678h62.547c0.698 14.659 3.401 29.959 7.903 45.356zM512.211 397.587h-48.225v48.225c0 2.421-1.963 4.384-4.384 4.384h-26.305c-2.421 0-4.384-1.963-4.384-4.384v-48.225h-48.225c-2.421 0-4.384-1.963-4.384-4.384v-26.305c0-2.421 1.963-4.384 4.384-4.384h48.225v-48.225c0-2.421 1.963-4.384 4.384-4.384h26.305c2.421 0 4.384 1.963 4.384 4.384v48.225h48.225c2.421 0 4.384 1.963 4.384 4.384v26.304c0 2.421-1.963 4.384-4.384 4.384z" />
<glyph unicode="&#xe01f;" glyph-name="notification" d="M256 400c-55.559 0-107.792-21.636-147.078-60.922s-60.922-91.519-60.922-147.078c0-55.559 21.636-107.792 60.922-147.078s91.519-60.922 147.078-60.922c55.559 0 107.792 21.636 147.078 60.922s60.922 91.519 60.922 147.078c0 55.559-21.636 107.792-60.922 147.078s-91.519 60.922-147.078 60.922zM256 448v0c141.385 0 256-114.615 256-256s-114.615-256-256-256c-141.385 0-256 114.615-256 256s114.615 256 256 256zM224 96h64v-64h-64zM224 352h64v-192h-64z" />
<glyph unicode="&#xe021;" glyph-name="search" d="M496.131 12.302l-121.276 103.147c-12.537 11.283-25.945 16.463-36.776 15.963 28.628 33.534 45.921 77.039 45.921 124.588 0 106.039-85.961 192-192 192s-192-85.961-192-192 85.961-192 192-192c47.549 0 91.054 17.293 124.588 45.922-0.5-10.831 4.68-24.239 15.963-36.776l103.147-121.276c17.661-19.623 46.511-21.277 64.11-3.678s15.946 46.449-3.677 64.11zM192 128c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.307-128-128-128z" />
<glyph unicode="&#xe022;" glyph-name="cogs" d="M181.861 86.974l20.649 28.908-22.627 22.628-28.909-20.648c-5.361 2.997-11.102 5.387-17.133 7.096l-5.841 35.042h-32l-5.84-35.043c-6.031-1.709-11.772-4.099-17.133-7.096l-28.909 20.649-22.628-22.628 20.649-28.908c-2.997-5.36-5.387-11.103-7.096-17.133l-35.043-5.841v-32l35.043-5.841c1.709-6.030 4.099-11.772 7.096-17.133l-20.649-28.908 22.627-22.628 28.909 20.648c5.361-2.997 11.102-5.387 17.133-7.096l5.841-35.042h32l5.84 35.043c6.031 1.709 11.772 4.099 17.133 7.096l28.909-20.648 22.627 22.628-20.649 28.908c2.997 5.36 5.387 11.103 7.096 17.133l35.044 5.84v32l-35.043 5.841c-1.709 6.030-4.099 11.772-7.096 17.133zM112 16c-17.674 0-32 14.327-32 32s14.326 32 32 32 32-14.327 32-32-14.326-32-32-32zM512 256v32l-33.691 6.125c-0.621 4.023-1.416 7.989-2.362 11.895l28.779 18.55-12.246 29.564-33.472-7.234c-2.107 3.455-4.363 6.81-6.746 10.065l19.503 28.171-22.628 22.627-28.171-19.503c-3.256 2.383-6.61 4.638-10.065 6.747l7.234 33.472-29.564 12.247-18.55-28.779c-3.906 0.946-7.872 1.741-11.895 2.362l-6.126 33.691h-32l-6.126-33.691c-4.023-0.621-7.988-1.416-11.895-2.362l-18.549 28.779-29.564-12.246 7.234-33.472c-3.455-2.108-6.81-4.364-10.065-6.747l-28.171 19.503-22.627-22.627 19.503-28.171c-2.383-3.255-4.639-6.61-6.747-10.065l-33.472 7.234-12.246-29.564 28.779-18.55c-0.946-3.906-1.741-7.871-2.362-11.895l-33.692-6.126v-32l33.691-6.125c0.621-4.023 1.416-7.989 2.362-11.895l-28.779-18.55 12.246-29.564 33.472 7.234c2.108-3.455 4.364-6.809 6.747-10.065l-19.503-28.171 22.627-22.628 28.171 19.503c3.255-2.383 6.61-4.638 10.065-6.746l-7.234-33.472 29.564-12.246 18.551 28.779c3.905-0.946 7.871-1.741 11.894-2.362l6.126-33.692h32l6.126 33.691c4.022 0.621 7.988 1.416 11.895 2.362l18.55-28.779 29.564 12.246-7.234 33.472c3.455 2.108 6.81 4.363 10.065 6.746l28.171-19.503 22.628 22.628-19.503 28.171c2.383 3.256 4.638 6.61 6.746 10.065l33.472-7.234 12.246 29.565-28.779 18.55c0.946 3.906 1.741 7.871 2.362 11.895l33.691 6.125zM336 202.4c-38.439 0-69.6 31.161-69.6 69.6s31.16 69.6 69.6 69.6 69.6-31.161 69.6-69.6c0-38.439-31.16-69.6-69.6-69.6z" />
<glyph unicode="&#xe024;" glyph-name="wrench" d="M501.467 39.062l-230.276 197.38c10.724 20.149 16.809 43.141 16.809 67.558 0 79.529-64.471 144-144 144-14.547 0-28.586-2.166-41.823-6.177l83.195-83.195c12.445-12.445 12.445-32.81 0-45.255l-50.745-50.745c-12.445-12.445-32.81-12.445-45.255 0l-83.195 83.195c-4.011-13.237-6.177-27.276-6.177-41.823 0-79.529 64.471-144 144-144 24.417 0 47.409 6.085 67.558 16.81l197.38-230.276c11.454-13.362 31.008-14.113 43.452-1.669l50.746 50.746c12.444 12.444 11.693 31.997-1.669 43.451z" />
<glyph unicode="&#xe025;" glyph-name="unlocked" d="M384 416h-64c-52.935 0-96-43.065-96-96v-96h-200c-13.2 0-24-10.8-24-24v-240c0-13.2 10.8-24 24-24h272c13.2 0 24 10.8 24 24v240c0 13.2-10.8 24-24 24h-8v96c0 17.645 14.355 32 32 32h64c17.645 0 32-14.355 32-32v-96h64v96c0 52.935-43.065 96-96 96zM192 0h-64l13.92 69.6c-8.404 5.766-13.92 15.437-13.92 26.4 0 17.673 14.327 32 32 32s32-14.327 32-32c0-10.963-5.516-20.634-13.92-26.4l13.92-69.6z" />
<glyph unicode="&#xe027;" glyph-name="lock-2" d="M296 224h-8v96c0 52.935-43.065 96-96 96h-64c-52.935 0-96-43.065-96-96v-96h-8c-13.2 0-24-10.8-24-24v-240c0-13.2 10.8-24 24-24h272c13.2 0 24 10.8 24 24v240c0 13.2-10.8 24-24 24zM192 0h-64l13.92 69.6c-8.404 5.766-13.92 15.437-13.92 26.4 0 17.673 14.327 32 32 32s32-14.327 32-32c0-10.963-5.516-20.634-13.92-26.4l13.92-69.6zM224 224h-128v96c0 17.645 14.355 32 32 32h64c17.645 0 32-14.355 32-32v-96z" />
<glyph unicode="&#xe028;" glyph-name="key" d="M352 448c-88.365 0-160-71.634-160-160 0-10.013 0.929-19.808 2.688-29.312l-194.688-194.688v-96c0-17.673 14.327-32 32-32h32v32h64v64h64v64h64l41.521 41.521c17.005-6.158 35.348-9.521 54.479-9.521 88.365 0 160 71.634 160 160s-71.635 160-160 160zM399.937 287.937c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z" />
<glyph unicode="&#xe02a;" glyph-name="zoomout" d="M496.131 12.302l-121.276 103.147c-12.537 11.283-25.945 16.463-36.776 15.963 28.628 33.534 45.921 77.039 45.921 124.588 0 106.039-85.961 192-192 192s-192-85.961-192-192 85.961-192 192-192c47.549 0 91.054 17.293 124.588 45.922-0.5-10.831 4.68-24.239 15.963-36.776l103.147-121.276c17.661-19.623 46.511-21.277 64.11-3.678s15.946 46.449-3.677 64.11zM192 128c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.307-128-128-128zM96 288h192v-64h-192z" />
<glyph unicode="&#xe02b;" glyph-name="zoomin" d="M496.131 12.302l-121.276 103.147c-12.537 11.283-25.945 16.463-36.776 15.963 28.628 33.534 45.921 77.039 45.921 124.588 0 106.039-85.961 192-192 192s-192-85.961-192-192 85.961-192 192-192c47.549 0 91.054 17.293 124.588 45.922-0.5-10.831 4.68-24.239 15.963-36.776l103.147-121.276c17.661-19.623 46.511-21.277 64.11-3.678s15.946 46.449-3.677 64.11zM192 128c-70.692 0-128 57.308-128 128s57.308 128 128 128 128-57.308 128-128-57.307-128-128-128zM224 352h-64v-64h-64v-64h64v-64h64v64h64v64h-64z" />
<glyph unicode="&#xe02d;" glyph-name="remove" d="M400 384h-288c-26.51 0-48-21.49-48-48v-16h384v16c0 26.51-21.49 48-48 48zM316.16 416l7.058-50.5h-134.436l7.057 50.5h120.321zM320 448h-128c-13.2 0-25.495-10.696-27.321-23.769l-9.357-66.962c-1.827-13.073 7.478-23.769 20.678-23.769h160c13.2 0 22.505 10.696 20.679 23.769l-9.357 66.962c-1.827 13.073-14.122 23.769-27.322 23.769v0zM408 288h-304c-17.6 0-30.696-14.341-29.103-31.869l26.206-288.263c1.593-17.527 17.297-31.868 34.897-31.868h240c17.6 0 33.304 14.341 34.897 31.868l26.205 288.263c1.594 17.528-11.502 31.869-29.102 31.869zM192 0h-48l-16 224h64v-224zM288 0h-64v224h64v-224zM368 0h-48v224h64l-16-224z" />
<glyph unicode="&#xe02f;" glyph-name="cog" d="M512 143.953v96.094l-73.387 12.231c-2.979 9.066-6.611 17.834-10.847 26.25l43.227 60.517-67.948 67.949-60.413-43.152c-8.455 4.277-17.269 7.944-26.384 10.951l-12.201 73.207h-96.094l-12.201-73.208c-9.115-3.007-17.929-6.674-26.383-10.951l-60.414 43.152-67.949-67.949 43.227-60.518c-4.235-8.415-7.867-17.183-10.846-26.249l-73.387-12.23v-96.094l73.559-12.26c2.98-8.984 6.605-17.674 10.821-26.015l-43.374-60.724 67.949-67.948 60.827 43.447c8.301-4.175 16.945-7.764 25.882-10.717l12.289-73.736h96.094l12.289 73.737c8.937 2.953 17.581 6.542 25.883 10.716l60.826-43.446 67.948 67.948-43.372 60.723c4.216 8.341 7.839 17.031 10.82 26.016l73.559 12.259zM256 128c-35.346 0-64 28.653-64 64 0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.347-28.653-64-64-64z" />
<glyph unicode="&#xe030;" glyph-name="eye" d="M256 352c-111.659 0-208.441-65.021-256-160 47.559-94.979 144.341-160 256-160 111.657 0 208.439 65.021 256 160-47.558 94.979-144.343 160-256 160zM382.225 267.148c30.081-19.187 55.571-44.887 74.717-75.148-19.146-30.261-44.637-55.961-74.718-75.149-37.797-24.108-81.445-36.851-126.224-36.851-44.78 0-88.428 12.743-126.225 36.852-30.080 19.186-55.57 44.886-74.717 75.148 19.146 30.262 44.637 55.962 74.717 75.148 1.959 1.25 3.938 2.461 5.929 3.65-4.979-13.664-7.704-28.411-7.704-43.798 0-70.692 57.308-128 128-128s128 57.308 128 128c0 15.387-2.725 30.134-7.704 43.799 1.99-1.189 3.969-2.401 5.929-3.651zM256 243c0-26.51-21.49-48-48-48s-48 21.49-48 48 21.49 48 48 48 48-21.49 48-48z" />
<glyph unicode="&#xe031;" glyph-name="eye-blocked" d="M419.661 299.792c38.822-27.515 70.685-64.546 92.339-107.792-47.561-94.979-144.343-160-256-160-31.283 0-61.396 5.106-89.589 14.542l38.978 38.978c16.529-3.65 33.486-5.52 50.611-5.52 44.779 0 88.427 12.743 126.223 36.852 30.081 19.188 55.572 44.888 74.718 75.149-18.526 29.283-43.007 54.275-71.825 73.247l34.545 34.544zM256 99c-11.362 0-22.376 1.488-32.864 4.267l156.593 156.592c2.781-10.486 4.271-21.497 4.271-32.859 0-70.692-57.308-128-128-128zM480 448h-26.869l-109.806-109.806c-27.538 8.962-56.877 13.806-87.325 13.806-111.659 0-208.441-65.021-256-160 21.329-42.596 52.564-79.154 90.597-106.534l-90.597-90.597v-26.869h26.869l453.131 453.131v26.869zM208 291c24.022 0 43.923-17.647 47.446-40.685l-54.762-54.762c-23.037 3.524-40.684 23.425-40.684 47.447 0 26.51 21.49 48 48 48zM55.058 192c19.146 30.262 44.637 55.962 74.717 75.148 1.959 1.25 3.938 2.461 5.929 3.65-4.979-13.664-7.704-28.411-7.704-43.798 0-29.262 9.825-56.224 26.349-77.781l-29.275-29.275c-28.036 18.821-51.877 43.386-70.016 72.056z" />
<glyph unicode="&#xe032;" glyph-name="attachment" d="M348.916 284.476l-32.476 32.461-162.405-162.371c-26.907-26.896-26.907-70.524 0-97.422 26.902-26.896 70.53-26.896 97.437 0l194.886 194.854c44.857 44.831 44.857 117.531 0 162.363-44.833 44.852-117.556 44.852-162.391 0l-204.615-204.589c-0.145-0.152-0.306-0.288-0.438-0.423-62.551-62.548-62.551-163.928 0-226.453 62.527-62.528 163.934-62.528 226.494 0 0.137 0.137 0.258 0.284 0.41 0.438l0.016-0.017 139.666 139.646-32.493 32.46-139.665-139.631c-0.148-0.134-0.282-0.285-0.423-0.422-44.537-44.529-116.99-44.529-161.538 0-44.531 44.521-44.531 116.961 0 161.489 0.152 0.152 0.302 0.291 0.444 0.423l-0.023 0.030 204.64 204.583c26.856 26.869 70.572 26.869 97.443 0 26.856-26.867 26.856-70.574 0-97.42l-194.886-194.85c-8.968-8.961-23.527-8.961-32.486 0-8.947 8.943-8.947 23.516 0 32.46l162.403 162.391z" />
<glyph unicode="&#xe045;" glyph-name="spell-check" d="M64 320h64v-96h32v192c0 17.6-14.4 32-32 32h-64c-17.6 0-32-14.4-32-32v-192h32v96zM64 416h64v-64h-64v64zM480 416v32h-96c-17.601 0-32-14.4-32-32v-160c0-17.6 14.399-32 32-32h96v32h-96v160h96zM320 368v48c0 17.6-14.4 32-32 32h-96v-224h96c17.6 0 32 14.4 32 32v48c0 17.6-4.4 32-22 32 17.6 0 22 14.4 22 32zM288 256h-64v64h64v-64zM288 352h-64v64h64v-64zM416 160l-208-224-112 144 41 35 71-74 176 151z" />
<glyph unicode="&#xe04d;" glyph-name="bold" d="M353.94 205.674c18.749 22.271 30.060 51.004 30.060 82.326 0 70.58-57.421 128-128 128h-160v-448h192c70.579 0 128 57.421 128 128 0 46.478-24.899 87.248-62.060 109.674zM192 352h50.75c27.984 0 50.75-28.71 50.75-64s-22.766-64-50.75-64h-50.75v128zM271.5 32h-79.5v128h79.5c29.225 0 53-28.71 53-64s-23.775-64-53-64z" />
<glyph unicode="&#xe04e;" glyph-name="underline" d="M352 416h64v-208c0-79.529-71.634-144-160-144s-160 64.471-160 144v208h64v-208c0-20.083 9.119-39.352 25.677-54.253 18.448-16.602 43.423-25.747 70.323-25.747s51.875 9.145 70.323 25.747c16.558 14.901 25.677 34.17 25.677 54.253v208zM96 32h320v-64h-320z" />
<glyph unicode="&#xe04f;" glyph-name="italic" d="M448 416v-32h-64l-160-384h64v-32h-224v32h64l160 384h-64v32z" />
<glyph unicode="&#xe050;" glyph-name="strikethrough" d="M512 192v-32h-117.253c13.752-19.255 21.253-41.346 21.253-64 0-35.439-18.33-69.513-50.29-93.482-29.679-22.259-68.642-34.518-109.71-34.518-41.069 0-80.031 12.259-109.71 34.518-31.96 23.969-50.29 58.043-50.29 93.482h64c0-34.691 43.963-64 96-64s96 29.309 96 64c0 34.691-43.963 64-96 64h-256v32h149.759c-1.169 0.827-2.328 1.662-3.469 2.518-31.96 23.97-50.29 58.043-50.29 93.482s18.33 69.512 50.29 93.482c29.679 22.259 68.641 34.518 109.71 34.518 41.068 0 80.031-12.259 109.71-34.518 31.96-23.97 50.29-58.043 50.29-93.482h-64c0 34.691-43.963 64-96 64s-96-29.309-96-64c0-34.691 43.963-64 96-64 39.489 0 77.027-11.339 106.241-32h149.759z" />
<glyph unicode="&#xe053;" glyph-name="newtab" d="M96 416v-384h384v384h-384zM448 64h-320v320h320v-320zM64 0v320l-32 32v-384h384l-32 32zM214.627 105.373l96 96 73.373-73.373v192h-192l73.373-73.373-96-96z" />
<glyph unicode="&#xe058;" glyph-name="cancel-circle" d="M256 448c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM384 274.745l-82.744-82.745 82.744-82.744v-45.256h-45.256l-82.744 82.744-82.745-82.744h-45.255v45.256l82.745 82.744-82.745 82.745v45.255h45.255l82.745-82.745 82.744 82.745h45.256v-45.255z" />
<glyph unicode="&#xe059;" glyph-name="room-info" d="M256 448c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM224 352h64v-64h-64v64zM320 32h-128v32h32v128h-32v32h96v-160h32v-32z" />
<glyph unicode="&#xe05a;" glyph-name="minus" d="M0 240v-96c0-8.836 7.164-16 16-16h480c8.836 0 16 7.164 16 16v96c0 8.836-7.164 16-16 16h-480c-8.836 0-16-7.164-16-16z" />
<glyph unicode="&#xe600;" glyph-name="conversejs" horiz-adv-x="410" d="M33.015 447.986c-18.29 0-33.005-14.716-33.005-33.006v-384.702c0-18.289 14.716-33.024 33.005-33.024h343.955c18.289 0 33.024 14.734 33.024 33.024v384.702c0 18.29-14.734 33.006-33.024 33.006h-343.955zM40.939 440.833h328.786c17.749 0 32.049-14.301 32.049-32.049v-126.414l-49.425-56.1h-286.825l-5.535-4.597-50.344-58.178-0.809 88.756 0.257 2.685c-0.116 1.109-0.184 2.224-0.184 3.365v150.482c0 17.749 14.283 32.049 32.031 32.049zM283.212 386.719c-29.102 0-52.698-23.577-52.698-52.679s23.595-52.699 52.698-52.699c29.103 0 52.699 23.596 52.699 52.698s-23.596 52.68-52.699 52.68zM124.749 165.96c0.451 0.011 0.906 0 1.361 0 29.102 0 52.679-23.577 52.679-52.68s-23.577-52.698-52.679-52.698c-29.102 0-52.698 23.596-52.698 52.698 0 28.648 22.864 51.958 51.338 52.68z" /> <glyph unicode="&#xe600;" glyph-name="conversejs" horiz-adv-x="410" d="M33.015 447.986c-18.29 0-33.005-14.716-33.005-33.006v-384.702c0-18.289 14.716-33.024 33.005-33.024h343.955c18.289 0 33.024 14.734 33.024 33.024v384.702c0 18.29-14.734 33.006-33.024 33.006h-343.955zM40.939 440.833h328.786c17.749 0 32.049-14.301 32.049-32.049v-126.414l-49.425-56.1h-286.825l-5.535-4.597-50.344-58.178-0.809 88.756 0.257 2.685c-0.116 1.109-0.184 2.224-0.184 3.365v150.482c0 17.749 14.283 32.049 32.031 32.049zM283.212 386.719c-29.102 0-52.698-23.577-52.698-52.679s23.595-52.699 52.698-52.699c29.103 0 52.699 23.596 52.699 52.698s-23.596 52.68-52.699 52.68zM124.749 165.96c0.451 0.011 0.906 0 1.361 0 29.102 0 52.679-23.577 52.679-52.68s-23.577-52.698-52.679-52.698c-29.102 0-52.698 23.596-52.698 52.698 0 28.648 22.864 51.958 51.338 52.68z" />
<glyph unicode="&#xe601;" glyph-name="exit" d="M384 128v64h-160v64h160v64l96-96zM352 160v-128h-160v-96l-192 96v416h352v-160h-32v128h-256l128-64v-288h128v96z" />
<glyph unicode="&#xe602;" glyph-name="xa" d="M353.825-63.334c-7.731 0.602-18.904 2.467-26.955 4.5-31.274 7.894-61.113 27.811-80.623 53.813l-4.316 5.753-6.785 0.453c-3.732 0.249-9.418 0.76-12.637 1.137l-5.853 0.684-4.602-4.351c-42.045-39.748-93.922-58.769-167.866-61.551l-11.84-0.446v14.216l3.395 1.834c13.346 7.21 24.137 15.128 33.861 24.846 12.21 12.202 19.795 24.279 23.617 37.604 2.056 7.17 3.198 16.552 2.683 22.043-0.975 10.388-0.341 9.2-7.671 14.407-17.231 12.243-36.264 30.14-47.508 44.673-15.707 20.301-27.456 42.712-33.645 64.178-10.544 36.569-8.728 76.714 5.058 111.801 35.493 90.335 141.651 150.144 257.076 144.836 36.486-1.678 67.24-8.061 98.589-20.463 70.337-27.827 121.201-80.164 138.156-142.162 4.647-16.993 6.614-33.061 6.051-49.422-0.656-19.032-3.22-33.797-8.839-50.891l-2.351-7.154 1.998-5.519c12.073-33.352 12.431-69.262 1.027-103.235-3.092-9.213-11.693-26.695-17.157-34.876-14.281-21.379-32.64-38.056-55.062-50.013-23.134-12.337-52.597-18.66-77.8-16.696v0zM377.786-23.706c11.009 1.306 24.373 5.429 35.034 10.81 19.764 9.974 38.827 29.211 48.958 49.404 25.974 51.769 9.822 114.568-37.703 146.593-11.748 7.916-25.447 13.569-40.299 16.629-10.827 2.231-29.448 2.262-40.399 0.069-73.502-14.72-112.105-95.584-78.077-163.556 12.747-25.462 36.724-46.281 63.726-55.333 15.912-5.334 30.803-6.744 48.76-4.614v0zM375.29 48.832l-30.783 31.428v84.055h37.938v-67.702l24.959-25.537c13.728-14.045 24.952-25.75 24.943-26.012s-5.924-6.592-13.145-14.067l-13.13-13.591-30.783 31.428zM168.934 47.403c2.823 2.651 7.016 6.212 9.318 7.912 9.934 7.338 23.738 12.284 34.286 12.284h3.566l-0.527 5.169c-0.906 8.889-0.505 29.149 0.744 37.519 4.928 33.042 18.965 61.7 41.608 84.95 12.924 13.27 25.206 22.282 40.984 30.072 19.443 9.6 37.712 14.121 59.903 14.825 29.371 0.931 55.94-6.053 81.034-21.303l7.155-4.348v2.429c-0.006 3.828-1.878 14.427-3.697 20.909-6.327 22.551-20.584 44.728-39.897 62.056-30.675 27.525-68.606 44.102-116.477 50.902-10.048 1.428-39.526 2.019-50.95 1.022-46.279-4.040-86.225-19.189-119.439-45.298-6.522-5.127-21.262-20.093-26.063-26.464-27.791-36.876-33.073-78.924-14.783-117.696 10.785-22.863 29.244-43.615 53.472-60.116 10.876-7.408 18.928-16.448 24.006-26.957 3.623-7.497 5.441-14.452 6.362-24.327 0.394-4.229 0.855-8.399 1.024-9.265 0.303-1.552 0.329-1.557 1.774-0.336 0.806 0.682 3.776 3.409 6.599 6.061h-0.002z" />
<glyph unicode="&#xea89;" glyph-name="google2" d="M464 448h-416c-26.4 0-48-21.6-48-48v-416c0-26.4 21.6-48 48-48h416c26.4 0 48 21.6 48 48v416c0 26.4-21.6 48-48 48zM259.8 0c-106.1 0-192 85.9-192 192s85.9 192 192 192c51.8 0 95.2-18.9 128.6-50.2l-52.1-50.2c-14.3 13.7-39.2 29.6-76.5 29.6-65.6 0-119-54.3-119-121.2s53.5-121.2 119-121.2c76 0 104.5 54.6 108.9 82.8h-108.9v65.8h181.3c1.6-9.6 3-19.2 3-31.8 0.1-109.7-73.4-187.6-184.3-187.6z" />
<glyph unicode="&#xea96;" glyph-name="twitter" d="M512 334.8c-18.8-8.4-39.1-14-60.3-16.5 21.7 13 38.3 33.6 46.2 58.1-20.3-12-42.8-20.8-66.7-25.5-19.2 20.4-46.5 33.1-76.7 33.1-58 0-105-47-105-105 0-8.2 0.9-16.2 2.7-23.9-87.3 4.4-164.7 46.2-216.5 109.8-9-15.5-14.2-33.6-14.2-52.8 0-36.4 18.5-68.6 46.7-87.4-17.2 0.5-33.4 5.3-47.6 13.1 0-0.4 0-0.9 0-1.3 0-50.9 36.2-93.4 84.3-103-8.8-2.4-18.1-3.7-27.7-3.7-6.8 0-13.3 0.7-19.8 1.9 13.4-41.7 52.2-72.1 98.1-73-36-28.2-81.2-45-130.5-45-8.5 0-16.8 0.5-25.1 1.5 46.6-29.9 101.8-47.2 161.1-47.2 193.2 0 298.9 160.1 298.9 298.9 0 4.6-0.1 9.1-0.3 13.6 20.5 14.7 38.3 33.2 52.4 54.3z" />
<glyph unicode="&#xeab0;" glyph-name="github" d="M256.004 441.679c-141.369 0-256.004-114.609-256.004-255.999 0-113.107 73.352-209.066 175.068-242.918 12.793-2.369 17.496 5.555 17.496 12.316 0 6.102-0.24 26.271-0.348 47.662-71.224-15.488-86.252 30.205-86.252 30.205-11.641 29.588-28.424 37.458-28.424 37.458-23.226 15.889 1.755 15.562 1.755 15.562 25.7-1.805 39.238-26.383 39.238-26.383 22.836-39.135 59.888-27.82 74.502-21.279 2.294 16.543 8.926 27.84 16.253 34.232-56.865 6.471-116.638 28.425-116.638 126.516 0 27.949 10.002 50.787 26.38 68.714-2.658 6.45-11.427 32.486 2.476 67.75 0 0 21.503 6.876 70.42-26.245 20.418 5.674 42.318 8.518 64.077 8.617 21.751-0.099 43.668-2.943 64.128-8.617 48.867 33.122 70.328 26.245 70.328 26.245 13.936-35.264 5.175-61.3 2.518-67.75 16.41-17.928 26.347-40.766 26.347-68.714 0-98.327-59.889-119.975-116.895-126.312 9.182-7.945 17.362-23.523 17.362-47.406 0-34.254-0.298-61.822-0.298-70.254 0-6.814 4.611-14.797 17.586-12.283 101.661 33.888 174.921 129.813 174.921 242.884 0 141.39-114.617 255.999-255.996 255.999z" />
<glyph unicode="&#xeac6;" glyph-name="reddit" d="M128 128c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM320 128c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM321.556 59.611c8.241 6.493 20.188 5.077 26.682-3.166s5.076-20.189-3.167-26.683c-22.948-18.079-57.911-29.762-89.071-29.762s-66.124 11.683-89.072 29.761c-8.243 6.495-9.66 18.441-3.166 26.684 6.495 8.241 18.441 9.659 26.683 3.166 13.211-10.409 39.361-21.611 65.555-21.611s52.344 11.202 65.556 21.611zM512 192c0 35.346-28.654 64-64 64-24.058 0-44.996-13.285-55.926-32.91-32.896 17.997-72.976 29.623-116.64 32.304l38.191 85.763 73.097-21.1c6.576-18.671 24.359-32.057 45.278-32.057 26.51 0 48 21.49 48 48s-21.49 48-48 48c-18.28 0-34.171-10.221-42.277-25.257l-81.453 23.512c-9.112 2.629-18.769-1.861-22.626-10.526l-51.885-116.513c-42.569-2.998-81.631-14.511-113.818-32.118-10.932 19.625-31.883 32.902-55.941 32.902-35.346 0-64-28.654-64-64 0-26.156 15.701-48.627 38.186-58.551-4.035-12.014-6.186-24.552-6.186-37.449 0-88.365 100.288-160 224-160s224 71.635 224 160c0 12.896-2.15 25.431-6.184 37.443 22.485 9.925 38.184 32.401 38.184 58.557zM432 354c9.941 0 18-8.059 18-18s-8.059-18-18-18-18 8.059-18 18 8.059 18 18 18zM32 192c0 17.645 14.355 32 32 32 12.754 0 23.786-7.502 28.923-18.323-16.724-12.683-30.583-27.313-40.833-43.369-11.762 4.735-20.090 16.256-20.090 29.692zM256-26c-102.725 0-186 54.621-186 122s83.275 122 186 122c102.725 0 186-54.621 186-122s-83.275-122-186-122zM459.91 162.308c-10.25 16.056-24.109 30.686-40.833 43.369 5.138 10.821 16.169 18.323 28.923 18.323 17.645 0 32-14.355 32-32 0-13.436-8.328-24.957-20.090-29.692z" />
<glyph unicode="&#xf003;" glyph-name="envelope" d="M475.428 2.286v219.428q-9.143-10.286-19.714-18.857-76.572-58.857-121.714-96.571-14.572-12.286-23.714-19.143t-24.714-13.857-29.286-7h-0.571q-13.714 0-29.285 7t-24.714 13.857-23.714 19.143q-45.143 37.715-121.715 96.572-10.572 8.572-19.715 18.857v-219.429q0-3.714 2.715-6.428t6.428-2.714h420.572q3.714 0 6.428 2.714t2.714 6.428zM475.428 302.572v7t-0.143 3.714-0.857 3.572-1.572 2.572-2.572 2.143-4 0.715h-420.572q-3.715 0-6.428-2.715t-2.715-6.428q0-48 42-81.143 55.143-43.428 114.571-90.572 1.714-1.428 10-8.428t13.143-10.714 12.714-9 14.429-7.857 12.286-2.572h0.572q5.714 0 12.286 2.572t14.428 7.857 12.714 9 13.143 10.714 10 8.428q59.428 47.143 114.572 90.572 15.428 12.286 28.714 33t13.286 37.572zM512 313.143v-310.857q0-18.857-13.428-32.285t-32.286-13.428h-420.572q-18.857 0-32.285 13.428t-13.428 32.285v310.857q0 18.857 13.428 32.285t32.285 13.428h420.572q18.857 0 32.286-13.428t13.428-32.285z" />
<glyph unicode="&#xf004;" glyph-name="heart2" d="M256-43.428q-7.428 0-12.572 5.143l-178.286 172q-2.857 2.285-7.857 7.428t-15.857 18.714-19.428 27.857-15.286 34.571-6.715 39.428q0 62.857 36.285 98.286t100.285 35.429q17.714 0 36.143-6.143t34.285-16.572 27.286-19.572 21.714-19.428q10.286 10.286 21.714 19.428t27.286 19.572 34.286 16.572 36.143 6.143q64 0 100.286-35.429t36.286-98.286q0-63.143-65.428-128.572l-178-171.428q-5.143-5.143-12.572-5.143z" />
<glyph unicode="&#xf005;" glyph-name="star" horiz-adv-x="476" d="M475.428 247.143q0-6.286-7.428-13.714l-103.714-101.143 24.572-142.857q0.286-2 0.286-5.714 0-6-3-10.143t-8.714-4.143q-5.428 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.285-3.428-11.428-3.428-6 0-9 4.143t-3 10.143q0 1.715 0.572 5.715l24.572 142.857-104 101.143q-7.143 7.714-7.143 13.714 0 10.571 16 13.143l143.428 20.857 64.286 130q5.428 11.714 14 11.714t14-11.714l64.286-130 143.429-20.857q16-2.571 16-13.143z" />
<glyph unicode="&#xf006;" glyph-name="star_empty" horiz-adv-x="476" d="M324.857 145.143l87.428 84.857-120.572 17.715-54 109.143-54-109.143-120.572-17.714 87.428-84.857-20.857-120.285 108 56.857 107.714-56.857zM475.428 247.143q0-6.286-7.428-13.714l-103.714-101.143 24.572-142.857q0.286-2 0.286-5.714 0-14.286-11.714-14.286-5.428 0-11.428 3.428l-128.286 67.428-128.286-67.428q-6.285-3.428-11.428-3.428-6 0-9 4.143t-3 10.143q0 1.715 0.572 5.715l24.572 142.857-104 101.143q-7.143 7.714-7.143 13.714 0 10.571 16 13.143l143.428 20.857 64.286 130q5.428 11.714 14 11.714t14-11.714l64.286-130 143.429-20.857q16-2.571 16-13.143z" />
<glyph unicode="&#xf08a;" glyph-name="heart_empty" d="M475.428 261.715q0 23.143-6.143 40.857t-15.714 28.143-23.286 17-26.857 8.857-28 2.286-32-7.286-31.572-18.286-24.714-20.571-17.143-17.572q-5.143-6.286-14-6.286t-14 6.286q-6.857 8-17.143 17.571t-24.715 20.572-31.572 18.286-32 7.285-28-2.285-26.857-8.857-23.285-17-15.715-28.143-6.143-40.857q0-48 53.428-101.429l166-160 165.714 159.715q53.714 53.714 53.714 101.714zM512 261.715q0-63.143-65.428-128.572l-178-171.428q-5.143-5.143-12.572-5.143t-12.572 5.143l-178.286 172q-2.857 2.286-7.857 7.428t-15.857 18.715-19.428 27.857-15.286 34.571-6.715 39.429q0 62.857 36.285 98.285t100.285 35.428q17.714 0 36.143-6.143t34.285-16.572 27.286-19.571 21.714-19.429q10.286 10.286 21.714 19.429t27.286 19.571 34.286 16.572 36.143 6.143q64 0 100.286-35.428t36.286-98.285z" />
<glyph unicode="&#xf0ac;" glyph-name="globe" d="M219.429 395.429q59.715 0 110.143-29.429t79.857-79.857 29.428-110.143-29.428-110.143-79.857-79.857-110.143-29.428-110.143 29.428-79.857 79.857-29.428 110.143 29.428 110.143 79.857 79.857 110.143 29.429zM297.714 246.572q-0.572-0.286-2.714-2.714t-3.857-2.714q0.572 0 1.286 1.429t1.428 3.143 1 2q1.714 2 6.286 4.286 4 1.714 14.857 3.429 9.714 2.285 14.572-3.143-0.572 0.571 2.714 3.714t4.143 3.429q0.857 0.571 4.286 1.285t4.286 2.143l0.572 6.286q-3.428-0.286-5 2t-1.857 6q0-0.571-1.714-2.286 0 2-1.286 2.286t-3.286-0.286-2.572-0.286q-2.857 0.857-4.286 2.143t-2.286 4.715-1.143 4.285q-0.572 1.429-2.714 3.143t-2.714 2.857q-0.286 0.572-0.714 1.572t-0.857 1.857-1.143 1.572-1.572 0.714-2-1.429-2.143-2.857-1.286-1.428q-0.857 0.571-1.714 0.428t-1.286-0.286-1.286-0.857-1.428-1q-0.857-0.571-2.428-0.857t-2.428-0.572q4.286 1.429-0.286 3.143-2.857 1.143-4.572 0.857 2.572 1.143 2.143 3.429t-2.428 4h1.428q-0.286 1.143-2.428 2.428t-5 2.429-3.714 1.714q-2.286 1.428-9.714 2.714t-9.428 0.143q-1.428-1.715-1.286-3t1.143-4 1-3.572q0.286-1.714-1.572-3.714t-1.857-3.429q0-2 4-4.428t2.857-6.143q-0.857-2.286-4.572-4.571t-4.572-3.429q-1.428-2.286-0.428-5.286t3-4.714q0.572-0.571 0.428-1.143t-1-1.286-1.572-1.143-1.857-1l-0.857-0.571q-3.143-1.429-5.857 1.714t-3.857 7.428q-2 7.143-4.572 8.572-6.572 2.286-8.286-0.285-1.429 3.714-11.714 7.428-7.143 2.571-16.572 1.143 1.714 0.286 0 4.286-2 4.286-5.428 3.428 0.857 1.715 1.143 5t0.286 3.857q0.857 3.714 3.429 6.572 0.286 0.286 2 2.428t2.714 3.857 0.143 1.714q10-1.143 14.286 3.143 1.429 1.428 3.286 4.857t3 4.857q2.571 1.714 4 1.572t4.143-1.572 4.143-1.428q4-0.286 4.429 3.143t-2.143 5.715q3.429-0.286 0.857 4.857-1.143 2-2.286 2.572-3.429 1.143-7.714-1.428-2.286-1.143 0.571-2.286-0.286 0.286-2.714-3t-4.714-5-4.571 1.428q-0.286 0.286-1.571 3.857t-2.714 3.857q-2.286 0-4.571-4.285 0.857 2.285-3.143 4.285t-6.857 2.286q5.428 3.428-2.286 7.714-2 1.143-5.857 1.428t-5.571-1.143q-1.429-2-1.571-3.286t1.429-2.285 3-1.572 3.286-1.143 2.429-0.857q4-2.857 2.286-4-0.571-0.286-2.429-1t-3.286-1.286-1.714-1.143q-0.857-1.143 0-4t-0.571-4q-1.429 1.428-2.571 5t-2 4.714q2-2.572-7.143-1.714l-2.857 0.285q-1.143 0-4.572-0.572t-5.857-0.285-3.857 2.285q-1.143 2.286 0 5.715 0.286 1.143 1.143 0.572-1.143 0.857-3.143 2.714t-2.857 2.428q-13.143-4.286-26.857-11.714 1.714-0.286 3.429 0.285 1.429 0.572 3.714 1.857t2.857 1.572q9.714 4 12 2l1.429 1.428q4-4.572 5.714-7.143-2 1.143-8.571 0.285-5.714-1.714-6.286-3.428 2-3.428 1.429-5.143-1.143 0.857-3.286 2.857t-4.143 3.143-4.286 1.429q-4.572 0-6.286-0.286-41.715-22.857-67.143-63.428 2-2 3.428-2.286 1.143-0.285 1.428-2.571t0.715-3.143 3.285 0.857q2.572-2.286 0.857-5.428 0.285 0.285 12.572-7.715 5.428-4.857 6-6 0.857-3.143-2.857-5.143-0.285 0.571-2.572 2.571t-2.572 1.143q-0.857-1.429 0.143-5.286t3-3.571q-2 0-2.715-4.572t-0.715-10.143-0.285-6.714l0.572-0.286q-0.857-3.429 1.572-9.857t6.143-5.572q-3.715-0.857 5.715-12.286 1.715-2.286 2.285-2.571 0.857-0.571 3.428-2.143t4.285-2.857 2.857-3q1.143-1.429 2.857-6.429t4-6.714q-0.572-1.715 2.715-5.715t3-6.572q-0.285 0-0.715-0.285t-0.715-0.286q0.857-2 4.428-4t4.429-3.714q0.286-0.857 0.571-2.857t0.857-3.143 2.286-0.572q0.571 5.714-6.857 17.714-4.285 7.143-4.857 8.286-0.857 1.428-1.572 4.428t-1.285 4.143q0.572 0 1.715-0.428t2.428-1 2.143-1.143 0.572-0.857q-0.857-2 0.572-5t3.429-5.285 4.857-5.428 3.429-3.715q1.714-1.714 4-5.572t0-3.857q2.571 0 5.714-3t4.857-5.572q1.429-2.286 2.286-7.428t1.429-6.857q0.571-2 2.429-3.857t3.571-2.715l4.571-2.285t3.714-2q1.429-0.572 5.286-3t6.143-3.286q2.857-1.143 4.571-1.143t4.143 0.714 3.857 1q4.286 0.572 8.286-4.285t6-6q10.286-5.428 15.714-3.143-0.571-0.285 0.143-2.143t2.286-4.428 2.571-4.143 1.571-2.428q1.429-1.714 5.143-4.285t5.143-4.286q1.714 1.143 2 2.572-0.857-2.285 2-5.714t5.143-2.857q4 0.857 4 9.143-8.857-4.285-14 5.143 0 0.285-0.714 1.572t-1.143 2.428-0.714 2.428 0 2.143 1.429 0.857q2.571 0 2.857 1t-0.571 3.572-1.143 3.714q-0.286 2.286-3.143 5.715t-3.429 4.285q-1.429-2.572-4.571-2.285t-4.572 2.572q0-0.286-0.429-1.572t-0.429-1.857q-3.714 0-4.286 0.286 0.286 0.857 0.714 5t1 6.428q0.286 1.143 1.571 3.428t2.143 4.143 1.143 3.572-1.286 2.715-5 0.714q-5.429-0.285-7.429-5.714-0.286-0.857-0.857-3t-1.429-3.286-2.571-2q-2-0.857-6.857-0.572t-6.857 1.428q-3.714 2.286-6.429 8.286t-2.714 10.572q0 2.857 0.714 7.572t0.857 7.143-1.571 7q0.857 0.572 2.571 2.715t2.857 3q0.571 0.285 1.286 0.428t1.286 0 1.143 0.428 0.857 1.714q-0.286 0.286-1.143 0.857-0.857 0.857-1.143 0.857 2-0.857 8.143 0.428t7.857-0.428q4.286-3.143 6.286 0.572 0 0.286-0.714 2.715t-0.143 3.857q1.429-7.714 8.286-2.572 0.857-0.857 4.429-1.428t5-1.428q0.857-0.572 2-1.572t1.571-1.285 1.429 0.143 2.429 1.857q2.857-4 3.429-6.857 3.143-11.428 5.428-12.572 2-0.857 3.143-0.572t1.286 2.715 0 4-0.429 3.572l-0.286 2.285v5.143l-0.286 2.285q-4.286 0.857-5.286 3.428t0.429 5.286 4.286 5.285q0.286 0.286 2.286 1t4.429 1.857 3.572 2.286q6 5.429 4.286 10 2 0 3.143 2.571-0.286 0-1.428 0.857t-2.143 1.429-1.286 0.571q2.572 1.429 0.572 4.571 1.428 0.857 2.143 3.143t2.143 2.857q2.572-3.429 6-0.571 2.286 2.286 0.286 4.571 1.428 2 5.857 3t5.286 2.714q2-0.571 2.286 0.571t0.286 3.429 0.857 3.429q1.143 1.429 4.286 2.571t3.714 1.429l4.857 3.143q0.857 1.143 0 1.143 5.143-0.571 8.857 3.143 2.857 3.143-1.714 5.714 0.857 1.714-0.857 2.714t-4.286 1.571q0.857 0.286 3.286 0.143t3 0.429q4.286 2.857-2 4.571-4.857 1.429-12.286-3.429zM251.143-4q58.857 10.286 100.285 54-0.857 0.857-3.572 1.286t-3.572 1q-5.143 2-6.857 2.285 0.286 2-0.714 3.715t-2.286 2.572-3.572 2.285-3.143 2q-0.572 0.572-2 1.715t-2 1.572-2.143 1.285-2.428 0.572-2.857-0.285l-0.857-0.286q-0.857-0.285-1.572-0.714t-1.572-0.857-1.143-0.857 0-0.715q-6 4.857-10.286 6.286-1.428 0.285-3.143 1.572t-3 2-2.857 0.428-3.286-2q-1.428-1.428-1.714-4.286t-0.572-3.714q-2 1.428 0 5t0.572 5.285q-0.857 1.715-3 1.286t-3.428-1.286-3.286-2.428-2.572-1.857-2.428-1.572-2.428-2.143q-0.857-1.143-1.714-3.428t-1.428-3.143q-0.572 1.143-3.286 1.857t-2.714 1.572q0.572-2.857 1.143-10t1.428-10.857q2-8.857-3.428-13.714-7.714-7.143-8.286-11.428-1.143-6.286 3.429-7.428 0-2-2.286-5.857t-2-6.143q0-1.715 0.571-4.572z" />
<glyph unicode="&#xf0c0;" glyph-name="group" horiz-adv-x="549" d="M169.429 176q-46.285-1.428-75.715-36.572h-38.285q-23.428 0-39.428 11.572t-16 33.857q0 100.857 35.428 100.857 1.715 0 12.428-6t27.857-12.143 34-6.143q19.143 0 38 6.572-1.429-10.572-1.429-18.857 0-39.715 23.143-73.143zM475.428-6q0-34.285-20.857-54.143t-55.428-19.857h-249.714q-34.572 0-55.428 19.857t-20.857 54.143q0 15.143 1 29.572t4 31.143 7.572 31 12.285 27.857 17.715 23.143 24.428 15.286 31.857 5.714q2.857 0 12.286-6.143t20.857-13.715 30.572-13.714 38.572-6.143 38.572 6.143 30.572 13.714 20.857 13.715 12.286 6.143q17.428 0 31.857-5.714t24.428-15.286 17.714-23.143 12.286-27.857 7.572-31 4-31.143 1-29.572zM182.857 358.857q0-30.286-21.429-51.714t-51.715-21.428-51.715 21.428-21.428 51.714 21.428 51.714 51.715 21.428 51.715-21.428 21.428-51.714zM384 249.143q0-45.429-32.143-77.572t-77.572-32.143-77.572 32.143-32.143 77.572 32.143 77.571 77.572 32.143 77.572-32.143 32.143-77.571zM548.572 184.857q0-22.286-16-33.857t-39.428-11.572h-38.286q-29.428 35.143-75.714 36.572 23.143 33.429 23.143 73.143 0 8.286-1.428 18.857 18.857-6.572 38-6.572 16.857 0 34 6.143t27.857 12.143 12.428 6q35.428 0 35.428-100.857zM512 358.857q0-30.286-21.428-51.714t-51.714-21.428-51.714 21.428-21.428 51.714 21.428 51.714 51.714 21.428 51.714-21.428 21.428-51.714z" />
<glyph unicode="&#xf0c7;" glyph-name="save" d="M109.715-6.857h219.429v109.714h-219.429v-109.714zM365.714-6.857h36.572v256q0 4-2.857 11t-5.714 9.857l-80.286 80.286q-2.857 2.857-9.714 5.714t-11.143 2.857v-118.857q0-11.429-8-19.429t-19.428-8h-164.571q-11.428 0-19.428 8t-8 19.428v118.857h-36.572v-365.715h36.572v118.857q0 11.428 8 19.428t19.428 8h237.715q11.428 0 19.428-8t8-19.428v-118.857zM256 258.286v91.428q0 3.714-2.714 6.428t-6.428 2.714h-54.857q-3.714 0-6.429-2.714t-2.714-6.428v-91.428q0-3.715 2.714-6.429t6.428-2.714h54.857q3.714 0 6.429 2.714t2.714 6.429zM438.857 249.143v-265.143q0-11.428-8-19.428t-19.428-8h-384q-11.428 0-19.428 8t-8 19.428v384q0 11.429 8 19.429t19.428 8h265.143q11.428 0 25.143-5.714t21.714-13.715l80-80q8-8 13.714-21.714t5.714-25.143z" />
<glyph unicode="&#xf0e3;" glyph-name="legal" d="M506-6.857q0-15.143-10.572-25.715l-30.572-30.857q-11.143-10.572-26-10.572-15.143 0-25.714 10.572l-103.714 104q-10.857 10.286-10.857 25.715 0 15.143 12.286 27.428l-73.143 73.143-36-36q-4-4-9.714-4t-9.714 4q0.571-0.572 3.571-3.428t3.571-3.714 2.857-3.286 2.857-3.857 1.714-3.857 1.571-4.714 0.429-5.143q0-10.857-8-19.428-0.857-0.857-4.714-5.143t-5.429-5.857-5.286-4.714-6.286-4.428-6.286-2.572-7.428-1.286q-11.428 0-19.428 8l-116.572 116.572q-8 8-8 19.428 0 3.714 1.286 7.428t2.572 6.286 4.428 6.286 4.715 5.286 5.857 5.428 5.143 4.714q8.572 8 19.428 8 2.857 0 5.143-0.429t4.715-1.571 3.857-1.714 3.857-2.857 3.285-2.857 3.715-3.571 3.428-3.571q-4 4-4 9.714t4 9.714l99.429 99.429q4 4 9.714 4t9.714-4q-0.571 0.572-3.571 3.428t-3.571 3.714-2.857 3.286-2.857 3.857-1.714 3.857-1.571 4.714-0.429 5.143q0 10.857 8 19.428 0.857 0.857 4.714 5.143t5.428 5.857 5.286 4.714 6.286 4.429 6.286 2.571 7.428 1.286q11.428 0 19.428-8l116.572-116.572q8-8 8-19.428 0-3.714-1.286-7.428t-2.572-6.285-4.428-6.286-4.714-5.285-5.857-5.428-5.143-4.714q-8.572-8-19.428-8-2.857 0-5.143 0.429t-4.714 1.571-3.857 1.714-3.857 2.857-3.286 2.857-3.714 3.571-3.428 3.571q4-4 4-9.714t-4-9.714l-36-36 73.143-73.143q12.286 12.286 27.428 12.286 14.857 0 26-10.572l103.714-103.715q10.572-11.143 10.572-26z" />
<glyph unicode="&#xf1c0;" glyph-name="database" d="M219.429 212.572q67.715 0 126.571 12.286t92.857 36.286v-48.572q0-19.714-29.428-36.571t-80-26.715-110-9.857-110 9.857-80 26.715-29.428 36.571v48.572q34-24 92.857-36.286t126.572-12.286zM219.429-6.857q67.715 0 126.571 12.285t92.857 36.286v-48.572q0-19.715-29.428-36.572t-80-26.715-110-9.857-110 9.857-80 26.715-29.428 36.572v48.572q34-24 92.857-36.286t126.572-12.285zM219.429 102.857q67.715 0 126.571 12.285t92.857 36.286v-48.572q0-19.715-29.428-36.572t-80-26.715-110-9.857-110 9.857-80 26.715-29.428 36.572v48.572q34-24 92.857-36.286t126.572-12.285zM219.429 432q59.429 0 110-9.857t80-26.714 29.428-36.572v-36.572q0-19.714-29.428-36.571t-80-26.715-110-9.857-110 9.857-80 26.715-29.428 36.571v36.572q0 19.714 29.428 36.572t80 26.714 110 9.857z" />
<glyph unicode="&#xf2c2;" glyph-name="idcard-dark" horiz-adv-x="585" d="M256 85.715q0 15.428-2.143 28.714t-7 25.715-14.571 19.572-23.143 7.143q-18.285-18.285-44.571-18.285t-44.572 18.285q-13.428 0-23.143-7.143t-14.572-19.572-7-25.715-2.143-28.714q0-15.715 9-26.715t21.572-11h121.715q12.571 0 21.571 11t9 26.715zM219.429 212.572q0 22.857-16 38.857t-38.857 16-38.857-16-16-38.857 16-38.857 38.857-16 38.857 16 16 38.857zM512 75.428v18.286q0 4-2.572 6.572t-6.572 2.572h-201.143q-4 0-6.572-2.572t-2.572-6.572v-18.286q0-4 2.572-6.572t6.572-2.572h201.143q4 0 6.572 2.572t2.572 6.572zM402.286 148.572v18.286q0 4-2.572 6.572t-6.572 2.571h-91.428q-4 0-6.572-2.571t-2.572-6.572v-18.286q0-4 2.572-6.572t6.572-2.572h91.428q4 0 6.572 2.572t2.572 6.572zM512 148.572v18.286q0 4-2.572 6.572t-6.572 2.571h-54.857q-4 0-6.572-2.571t-2.572-6.572v-18.286q0-4 2.572-6.572t6.572-2.572h54.857q4 0 6.572 2.572t2.572 6.572zM512 221.715v18.286q0 4-2.572 6.572t-6.572 2.571h-201.143q-4 0-6.572-2.571t-2.572-6.572v-18.286q0-4 2.572-6.572t6.572-2.571h201.143q4 0 6.572 2.571t2.572 6.572zM36.572 322.286h512v27.429q0 4-2.572 6.571t-6.572 2.572h-493.714q-4 0-6.572-2.572t-2.572-6.571v-27.429zM585.143 349.715v-347.428q0-18.857-13.428-32.286t-32.285-13.428h-493.714q-18.857 0-32.285 13.428t-13.428 32.286v347.428q0 18.857 13.428 32.285t32.285 13.428h493.714q18.857 0 32.285-13.428t13.428-32.285z" />
<glyph unicode="&#xf2c3;" glyph-name="idcard" horiz-adv-x="585" d="M256 85.715q0-15.715-9-26.715t-21.572-11h-121.715q-12.572 0-21.572 11t-9 26.715q0 15.428 2.143 28.714t7 25.715 14.572 19.572 23.143 7.143q18.285-18.285 44.572-18.285t44.571 18.285q13.428 0 23.143-7.143t14.571-19.572 7-25.715 2.143-28.714zM219.429 212.572q0-22.857-16-38.857t-38.857-16-38.857 16-16 38.857 16 38.857 38.857 16 38.857-16 16-38.857zM512 93.715v-18.286q0-4-2.572-6.572t-6.572-2.572h-201.143q-4 0-6.572 2.572t-2.572 6.572v18.286q0 4 2.572 6.572t6.572 2.572h201.143q4 0 6.572-2.572t2.572-6.572zM402.286 166.857v-18.286q0-4-2.572-6.572t-6.572-2.572h-91.428q-4 0-6.572 2.572t-2.572 6.572v18.286q0 4 2.572 6.572t6.572 2.571h91.428q4 0 6.572-2.571t2.572-6.572zM512 166.857v-18.286q0-4-2.572-6.572t-6.572-2.572h-54.857q-4 0-6.572 2.572t-2.572 6.572v18.286q0 4 2.572 6.572t6.572 2.571h54.857q4 0 6.572-2.571t2.572-6.572zM512 240v-18.286q0-4-2.572-6.572t-6.572-2.571h-201.143q-4 0-6.572 2.571t-2.572 6.572v18.286q0 4 2.572 6.572t6.572 2.571h201.143q4 0 6.572-2.571t2.572-6.572zM548.572 2.286v320h-512v-320q0-3.715 2.715-6.428t6.428-2.715h493.714q3.715 0 6.428 2.715t2.715 6.428zM585.143 349.715v-347.428q0-18.857-13.428-32.286t-32.285-13.428h-493.714q-18.857 0-32.285 13.428t-13.428 32.286v347.428q0 18.857 13.428 32.285t32.285 13.428h493.714q18.857 0 32.285-13.428t13.428-32.285z" />
<glyph unicode="&#xf2dc;" glyph-name="snowflake" horiz-adv-x="476" d="M447.428 112.857l-47.714-9.428 53.143-30.572q6.572-3.715 8.428-11t-1.857-13.857q-4-6.572-11.143-8.428t-13.714 1.857l-53.143 30.285 15.714-45.714q3.714-10.857-3.428-18.143t-17.286-5.857-13.857 12l-29.143 85.714-77.428 44.572v-89.428l59.428-68q4.572-5.143 4.857-11.143t-3.143-10.428-8.143-7.143-10.572-1.572-10.428 6.285l-32 36.572v-61.143q0-7.428-5.428-12.857t-12.857-5.428-12.857 5.428-5.428 12.857v61.143l-32-36.572q-4.572-5.143-10.428-6.285t-10.572 1.572-8.143 7.143-3.143 10.428 4.857 11.143l59.429 68v89.428l-77.428-44.572-29.143-85.714q-3.715-10.572-13.857-12t-17.285 5.857-3.428 18.143l15.715 45.715-53.143-30.286q-6.572-3.714-13.715-1.857t-11.143 8.428q-3.715 6.572-1.857 13.857t8.428 11l53.143 30.572-47.715 9.428q-8.285 1.715-12 8.286t-2.428 13.285 7.285 11.428 14.285 3l88.572-17.714 77.428 44.857-77.428 44.857-88.572-17.715q-1.143-0.286-3.715-0.286-7.715 0-12.572 5.143t-5.428 11.429 3.143 12.286 11.428 7.428l47.715 9.428-53.143 30.572q-6.572 3.714-8.428 11t1.857 13.857 11.143 8.572 13.715-2l53.143-30.286-15.715 45.714q-3.715 10.857 3.428 18.143t17.285 5.857 13.857-12l29.143-85.714 77.429-44.571v89.429l-59.428 68q-4.572 5.143-4.857 11.143t3.143 10.428 8.143 7.143 10.571 1.571 10.428-6.285l32-36.572v61.143q0 7.428 5.428 12.857t12.857 5.428 12.857-5.428 5.428-12.857v-61.143l32 36.572q4.572 5.143 10.428 6.285t10.572-1.571 8.143-7.143 3.143-10.428-4.857-11.143l-59.428-68v-89.429l77.428 44.572 29.143 85.715q3.714 10.571 13.857 12t17.286-5.857 3.428-18.143l-15.714-45.714 53.143 30.285q6.572 3.715 13.714 1.857t11.143-8.429q3.714-6.572 1.857-13.857t-8.428-11l-53.143-30.571 47.714-9.428q7.714-1.429 11.428-7.428t3.143-12.286-5.428-11.428-12.572-5.143q-2.572 0-3.714 0.286l-88.572 17.715-77.428-44.857 77.428-44.857 88.572 17.715q8.286 1.714 14.286-3t7.286-11.428-2.428-13.286-12-8.285z" />
<glyph unicode="" glyph-name="snowflake" horiz-adv-x="476" d="M447.428 112.857l-47.714-9.428 53.143-30.572q6.572-3.715 8.428-11t-1.857-13.857q-4-6.572-11.143-8.428t-13.714 1.857l-53.143 30.285 15.714-45.714q3.714-10.857-3.428-18.143t-17.286-5.857-13.857 12l-29.143 85.714-77.428 44.572v-89.428l59.428-68q4.572-5.143 4.857-11.143t-3.143-10.428-8.143-7.143-10.572-1.572-10.428 6.285l-32 36.572v-61.143q0-7.428-5.428-12.857t-12.857-5.428-12.857 5.428-5.428 12.857v61.143l-32-36.572q-4.572-5.143-10.428-6.285t-10.572 1.572-8.143 7.143-3.143 10.428 4.857 11.143l59.429 68v89.428l-77.428-44.572-29.143-85.714q-3.715-10.572-13.857-12t-17.285 5.857-3.428 18.143l15.715 45.715-53.143-30.286q-6.572-3.714-13.715-1.857t-11.143 8.428q-3.715 6.572-1.857 13.857t8.428 11l53.143 30.572-47.715 9.428q-8.285 1.715-12 8.286t-2.428 13.285 7.285 11.428 14.285 3l88.572-17.714 77.428 44.857-77.428 44.857-88.572-17.715q-1.143-0.286-3.715-0.286-7.715 0-12.572 5.143t-5.428 11.429 3.143 12.286 11.428 7.428l47.715 9.428-53.143 30.572q-6.572 3.714-8.428 11t1.857 13.857 11.143 8.572 13.715-2l53.143-30.286-15.715 45.714q-3.715 10.857 3.428 18.143t17.285 5.857 13.857-12l29.143-85.714 77.429-44.571v89.429l-59.428 68q-4.572 5.143-4.857 11.143t3.143 10.428 8.143 7.143 10.571 1.571 10.428-6.285l32-36.572v61.143q0 7.428 5.428 12.857t12.857 5.428 12.857-5.428 5.428-12.857v-61.143l32 36.572q4.572 5.143 10.428 6.285t10.572-1.571 8.143-7.143 3.143-10.428-4.857-11.143l-59.428-68v-89.429l77.428 44.572 29.143 85.715q3.714 10.571 13.857 12t17.286-5.857 3.428-18.143l-15.714-45.714 53.143 30.285q6.572 3.715 13.714 1.857t11.143-8.429q3.714-6.572 1.857-13.857t-8.428-11l-53.143-30.571 47.714-9.428q7.714-1.429 11.428-7.428t3.143-12.286-5.428-11.428-12.572-5.143q-2.572 0-3.714 0.286l-88.572 17.715-77.428-44.857 77.428-44.857 88.572 17.715q8.286 1.714 14.286-3t7.286-11.428-2.428-13.286-12-8.285z" />
<glyph unicode="twitter" glyph-name="twitter" d="M512 334.8c-18.8-8.4-39.1-14-60.3-16.5 21.7 13 38.3 33.6 46.2 58.1-20.3-12-42.8-20.8-66.7-25.5-19.2 20.4-46.5 33.1-76.7 33.1-58 0-105-47-105-105 0-8.2 0.9-16.2 2.7-23.9-87.3 4.4-164.7 46.2-216.5 109.8-9-15.5-14.2-33.6-14.2-52.8 0-36.4 18.5-68.6 46.7-87.4-17.2 0.5-33.4 5.3-47.6 13.1 0-0.4 0-0.9 0-1.3 0-50.9 36.2-93.4 84.3-103-8.8-2.4-18.1-3.7-27.7-3.7-6.8 0-13.3 0.7-19.8 1.9 13.4-41.7 52.2-72.1 98.1-73-36-28.2-81.2-45-130.5-45-8.5 0-16.8 0.5-25.1 1.5 46.6-29.9 101.8-47.2 161.1-47.2 193.2 0 298.9 160.1 298.9 298.9 0 4.6-0.1 9.1-0.3 13.6 20.5 14.7 38.3 33.2 52.4 54.3z" />
<glyph unicode="reddit" glyph-name="reddit" d="M128 128c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM320 128c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM321.556 59.611c8.241 6.493 20.188 5.077 26.682-3.166s5.076-20.189-3.167-26.683c-22.948-18.079-57.911-29.762-89.071-29.762s-66.124 11.683-89.072 29.761c-8.243 6.495-9.66 18.441-3.166 26.684 6.495 8.241 18.441 9.659 26.683 3.166 13.211-10.409 39.361-21.611 65.555-21.611s52.344 11.202 65.556 21.611zM512 192c0 35.346-28.654 64-64 64-24.058 0-44.996-13.285-55.926-32.91-32.896 17.997-72.976 29.623-116.64 32.304l38.191 85.763 73.097-21.1c6.576-18.671 24.359-32.057 45.278-32.057 26.51 0 48 21.49 48 48s-21.49 48-48 48c-18.28 0-34.171-10.221-42.277-25.257l-81.453 23.512c-9.112 2.629-18.769-1.861-22.626-10.526l-51.885-116.513c-42.569-2.998-81.631-14.511-113.818-32.118-10.932 19.625-31.883 32.902-55.941 32.902-35.346 0-64-28.654-64-64 0-26.156 15.701-48.627 38.186-58.551-4.035-12.014-6.186-24.552-6.186-37.449 0-88.365 100.288-160 224-160s224 71.635 224 160c0 12.896-2.15 25.431-6.184 37.443 22.485 9.925 38.184 32.401 38.184 58.557zM432 354c9.941 0 18-8.059 18-18s-8.059-18-18-18-18 8.059-18 18 8.059 18 18 18zM32 192c0 17.645 14.355 32 32 32 12.754 0 23.786-7.502 28.923-18.323-16.724-12.683-30.583-27.313-40.833-43.369-11.762 4.735-20.090 16.256-20.090 29.692zM256-26c-102.725 0-186 54.621-186 122s83.275 122 186 122c102.725 0 186-54.621 186-122s-83.275-122-186-122zM459.91 162.308c-10.25 16.056-24.109 30.686-40.833 43.369 5.138 10.821 16.169 18.323 28.923 18.323 17.645 0 32-14.355 32-32 0-13.436-8.328-24.957-20.090-29.692z" />
<glyph unicode="google2" glyph-name="google2" d="M464 448h-416c-26.4 0-48-21.6-48-48v-416c0-26.4 21.6-48 48-48h416c26.4 0 48 21.6 48 48v416c0 26.4-21.6 48-48 48zM259.8 0c-106.1 0-192 85.9-192 192s85.9 192 192 192c51.8 0 95.2-18.9 128.6-50.2l-52.1-50.2c-14.3 13.7-39.2 29.6-76.5 29.6-65.6 0-119-54.3-119-121.2s53.5-121.2 119-121.2c76 0 104.5 54.6 108.9 82.8h-108.9v65.8h181.3c1.6-9.6 3-19.2 3-31.8 0.1-109.7-73.4-187.6-184.3-187.6z" />
<glyph unicode="github" glyph-name="github" d="M256.004 441.679c-141.369 0-256.004-114.609-256.004-255.999 0-113.107 73.352-209.066 175.068-242.918 12.793-2.369 17.496 5.555 17.496 12.316 0 6.102-0.24 26.271-0.348 47.662-71.224-15.488-86.252 30.205-86.252 30.205-11.641 29.588-28.424 37.458-28.424 37.458-23.226 15.889 1.755 15.562 1.755 15.562 25.7-1.805 39.238-26.383 39.238-26.383 22.836-39.135 59.888-27.82 74.502-21.279 2.294 16.543 8.926 27.84 16.253 34.232-56.865 6.471-116.638 28.425-116.638 126.516 0 27.949 10.002 50.787 26.38 68.714-2.658 6.45-11.427 32.486 2.476 67.75 0 0 21.503 6.876 70.42-26.245 20.418 5.674 42.318 8.518 64.077 8.617 21.751-0.099 43.668-2.943 64.128-8.617 48.867 33.122 70.328 26.245 70.328 26.245 13.936-35.264 5.175-61.3 2.518-67.75 16.41-17.928 26.347-40.766 26.347-68.714 0-98.327-59.889-119.975-116.895-126.312 9.182-7.945 17.362-23.523 17.362-47.406 0-34.254-0.298-61.822-0.298-70.254 0-6.814 4.611-14.797 17.586-12.283 101.661 33.888 174.921 129.813 174.921 242.884 0 141.39-114.617 255.999-255.996 255.999z" />
<glyph unicode="brand61" glyph-name="reddit" d="M128 128c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM320 128c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM321.556 59.611c8.241 6.493 20.188 5.077 26.682-3.166s5.076-20.189-3.167-26.683c-22.948-18.079-57.911-29.762-89.071-29.762s-66.124 11.683-89.072 29.761c-8.243 6.495-9.66 18.441-3.166 26.684 6.495 8.241 18.441 9.659 26.683 3.166 13.211-10.409 39.361-21.611 65.555-21.611s52.344 11.202 65.556 21.611zM512 192c0 35.346-28.654 64-64 64-24.058 0-44.996-13.285-55.926-32.91-32.896 17.997-72.976 29.623-116.64 32.304l38.191 85.763 73.097-21.1c6.576-18.671 24.359-32.057 45.278-32.057 26.51 0 48 21.49 48 48s-21.49 48-48 48c-18.28 0-34.171-10.221-42.277-25.257l-81.453 23.512c-9.112 2.629-18.769-1.861-22.626-10.526l-51.885-116.513c-42.569-2.998-81.631-14.511-113.818-32.118-10.932 19.625-31.883 32.902-55.941 32.902-35.346 0-64-28.654-64-64 0-26.156 15.701-48.627 38.186-58.551-4.035-12.014-6.186-24.552-6.186-37.449 0-88.365 100.288-160 224-160s224 71.635 224 160c0 12.896-2.15 25.431-6.184 37.443 22.485 9.925 38.184 32.401 38.184 58.557zM432 354c9.941 0 18-8.059 18-18s-8.059-18-18-18-18 8.059-18 18 8.059 18 18 18zM32 192c0 17.645 14.355 32 32 32 12.754 0 23.786-7.502 28.923-18.323-16.724-12.683-30.583-27.313-40.833-43.369-11.762 4.735-20.090 16.256-20.090 29.692zM256-26c-102.725 0-186 54.621-186 122s83.275 122 186 122c102.725 0 186-54.621 186-122s-83.275-122-186-122zM459.91 162.308c-10.25 16.056-24.109 30.686-40.833 43.369 5.138 10.821 16.169 18.323 28.923 18.323 17.645 0 32-14.355 32-32 0-13.436-8.328-24.957-20.090-29.692z" />
<glyph unicode="brand40" glyph-name="github" d="M256.004 441.679c-141.369 0-256.004-114.609-256.004-255.999 0-113.107 73.352-209.066 175.068-242.918 12.793-2.369 17.496 5.555 17.496 12.316 0 6.102-0.24 26.271-0.348 47.662-71.224-15.488-86.252 30.205-86.252 30.205-11.641 29.588-28.424 37.458-28.424 37.458-23.226 15.889 1.755 15.562 1.755 15.562 25.7-1.805 39.238-26.383 39.238-26.383 22.836-39.135 59.888-27.82 74.502-21.279 2.294 16.543 8.926 27.84 16.253 34.232-56.865 6.471-116.638 28.425-116.638 126.516 0 27.949 10.002 50.787 26.38 68.714-2.658 6.45-11.427 32.486 2.476 67.75 0 0 21.503 6.876 70.42-26.245 20.418 5.674 42.318 8.518 64.077 8.617 21.751-0.099 43.668-2.943 64.128-8.617 48.867 33.122 70.328 26.245 70.328 26.245 13.936-35.264 5.175-61.3 2.518-67.75 16.41-17.928 26.347-40.766 26.347-68.714 0-98.327-59.889-119.975-116.895-126.312 9.182-7.945 17.362-23.523 17.362-47.406 0-34.254-0.298-61.822-0.298-70.254 0-6.814 4.611-14.797 17.586-12.283 101.661 33.888 174.921 129.813 174.921 242.884 0 141.39-114.617 255.999-255.996 255.999z" />
<glyph unicode="brand3" glyph-name="google2" d="M464 448h-416c-26.4 0-48-21.6-48-48v-416c0-26.4 21.6-48 48-48h416c26.4 0 48 21.6 48 48v416c0 26.4-21.6 48-48 48zM259.8 0c-106.1 0-192 85.9-192 192s85.9 192 192 192c51.8 0 95.2-18.9 128.6-50.2l-52.1-50.2c-14.3 13.7-39.2 29.6-76.5 29.6-65.6 0-119-54.3-119-121.2s53.5-121.2 119-121.2c76 0 104.5 54.6 108.9 82.8h-108.9v65.8h181.3c1.6-9.6 3-19.2 3-31.8 0.1-109.7-73.4-187.6-184.3-187.6z" />
<glyph unicode="brand16" glyph-name="twitter" d="M512 334.8c-18.8-8.4-39.1-14-60.3-16.5 21.7 13 38.3 33.6 46.2 58.1-20.3-12-42.8-20.8-66.7-25.5-19.2 20.4-46.5 33.1-76.7 33.1-58 0-105-47-105-105 0-8.2 0.9-16.2 2.7-23.9-87.3 4.4-164.7 46.2-216.5 109.8-9-15.5-14.2-33.6-14.2-52.8 0-36.4 18.5-68.6 46.7-87.4-17.2 0.5-33.4 5.3-47.6 13.1 0-0.4 0-0.9 0-1.3 0-50.9 36.2-93.4 84.3-103-8.8-2.4-18.1-3.7-27.7-3.7-6.8 0-13.3 0.7-19.8 1.9 13.4-41.7 52.2-72.1 98.1-73-36-28.2-81.2-45-130.5-45-8.5 0-16.8 0.5-25.1 1.5 46.6-29.9 101.8-47.2 161.1-47.2 193.2 0 298.9 160.1 298.9 298.9 0 4.6-0.1 9.1-0.3 13.6 20.5 14.7 38.3 33.2 52.4 54.3z" />
</font></defs></svg> </font></defs></svg>
\ No newline at end of file
No preview for this file type
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
@font-face { @font-face {
font-family: 'icomoon'; font-family: 'icomoon';
src: url('fonts/icomoon.eot?hbusyn'); src: url('fonts/icomoon.eot?x0id2b');
src: url('fonts/icomoon.eot?hbusyn#iefix') format('embedded-opentype'), src: url('fonts/icomoon.eot?x0id2b#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?hbusyn') format('truetype'), url('fonts/icomoon.ttf?x0id2b') format('truetype'),
url('fonts/icomoon.woff?hbusyn') format('woff'), url('fonts/icomoon.woff?x0id2b') format('woff'),
url('fonts/icomoon.svg?hbusyn#icomoon') format('svg'); url('fonts/icomoon.svg?x0id2b#icomoon') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
...@@ -18,95 +18,12 @@ ...@@ -18,95 +18,12 @@
font-variant: normal; font-variant: normal;
text-transform: none; text-transform: none;
line-height: 1; line-height: 1;
/* Enable Ligatures ================ */
letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures;
/* Better Font Rendering =========== */ /* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-address-book:before { content: "\270f"; } .icon-conversejs:before {
.icon-attachment:before { content: "\e032"; } content: "\e600";
.icon-away:before { content: "\25fb"; } }
.icon-blocked:before { content: "\2718"; }
.icon-bold:before { content: "\e04d"; }
.icon-bubbles2:before { content: "\e016"; }
.icon-bubbles3:before { content: "\e017"; }
.icon-bubbles:before { content: "\e015"; }
.icon-busy:before { content: "\e004"; }
.icon-cancel-circle:before { content: "\e058"; }
.icon-checkmark:before { content: "\2713"; }
.icon-close:before { content: "\2715"; }
.icon-closed:before { content: "\25ba"; }
.icon-cog:before { content: "\e02f"; }
.icon-cogs:before { content: "\e022"; }
.icon-conversejs:before { content: "\e600"; }
.icon-database:before { content: "\f1c0"; }
.icon-envelope:before { content: "\f003"; }
.icon-exit:before { content: "\e601"; }
.icon-eye-blocked:before { content: "\e031"; }
.icon-eye:before { content: "\e030"; }
.icon-github:before { content: "\eab0"; }
.icon-globe:before { content: "\f0ac"; }
.icon-google2:before { content: "\ea89"; }
.icon-group:before { content: "\f0c0"; }
.icon-happy:before { content: "\263b"; }
.icon-heart2:before { content: "\f004"; }
.icon-heart:before { content: "\2764"; }
.icon-heart_empty:before { content: "\f08a"; }
.icon-hide-users:before { content: "\e01c"; }
.icon-home:before { content: "\e000"; }
.icon-idcard-dark:before { content: "\f2c2"; }
.icon-idcard:before { content: "\f2c3"; }
.icon-image:before { content: "\2b14"; }
.icon-info:before { content: "\2360"; }
.icon-italic:before { content: "\e04f"; }
.icon-key:before { content: "\e028"; }
.icon-legal:before { content: "\f0e3"; }
.icon-lock-2:before { content: "\e027"; }
.icon-minus:before { content: "\e05a"; }
.icon-music:before { content: "\266b"; }
.icon-newtab:before { content: "\e053"; }
.icon-notebook:before { content: "\2710"; }
.icon-notification:before { content: "\e01f"; }
.icon-offline:before { content: "\e002"; }
.icon-online:before { content: "\25fc"; }
.icon-opened:before { content: "\25bc"; }
.icon-pencil:before { content: "\270e"; }
.icon-phone-hang-up:before { content: "\260e"; }
.icon-phone:before { content: "\260f"; }
.icon-plus:before { content: "\271a"; }
.icon-pushpin:before { content: "\e012"; }
.icon-quotes-left:before { content: "\e01d"; }
.icon-reddit:before { content: "\eac6"; }
.icon-remove:before { content: "\e02d"; }
.icon-room-info:before { content: "\e059"; }
.icon-save:before { content: "\f0c7"; }
.icon-search:before { content: "\e021"; }
.icon-show-users:before { content: "\e01e"; }
.icon-smiley:before { content: "\263a"; }
.icon-snowflake:before { content: "\f2dc"; }
.icon-spell-check:before { content: "\e045"; }
.icon-spinner:before { content: "\231b"; }
.icon-star:before { content: "\f005"; }
.icon-star_empty:before { content: "\f006"; }
.icon-strikethrough:before { content: "\e050"; }
.icon-twitter:before { content: "\ea96"; }
.icon-underline:before { content: "\e04e"; }
.icon-unlocked:before { content: "\e025"; }
.icon-user:before { content: "\e01a"; }
.icon-users:before { content: "\e01b"; }
.icon-warning:before { content: "\26a0"; }
.icon-wrench:before { content: "\e024"; }
.icon-xa:before { content: "\e602"; }
.icon-zoomin:before { content: "\e02b"; }
.icon-zoomout:before { content: "\e02a"; }
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<body> <body>
<div class="container converse-bg"> <div class="container converse-bg">
<h1 class="brand-heading"><i class="icon-conversejs"></i>&nbsp;inVerse</h1> <h1 class="brand-heading">inVerse</h1>
</div> </div>
<div id="conversejs" class="fullscreen"> <div id="conversejs" class="fullscreen">
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="flyout box-flyout"> <div class="flyout box-flyout">
<div class="controlbox-panes"> <div class="controlbox-panes">
<div class="row"> <div class="row">
<div class="brand-heading-container col-12"> <div class="brand-heading-container">
<h1 class="brand-heading"><i class="icon-conversejs"></i> inVerse</h1> <h1 class="brand-heading"><i class="icon-conversejs"></i> inVerse</h1>
<p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://conversejs.org">Open Source</a> XMPP chat client</p> <p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://conversejs.org">Open Source</a> XMPP chat client</p>
<p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://hosted.weblate.org/projects/conversejs/#languages">Translate</a> into your own language</p> <p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://hosted.weblate.org/projects/conversejs/#languages">Translate</a> into your own language</p>
...@@ -28,25 +28,23 @@ ...@@ -28,25 +28,23 @@
</div> </div>
<div id="converse-login-panel" class="controlbox-pane fade-in row"> <div id="converse-login-panel" class="controlbox-pane fade-in row">
<div class="col-sm-8 offset-sm-2 col-md-8 offset-md-2 col-lg-6 offset-lg-3"> <form id="converse-login" class="converse-form" method="post">
<form id="converse-login" class="converse-form" method="post"> <div class="form-group">
<div class="form-group"> <label for="jid">XMPP Username:</label>
<label for="jid">XMPP Username:</label> <input type="text" name="jid" class="form-control" placeholder="user@server" autocomplete="off">
<input type="text" name="jid" class="form-control" placeholder="user@server" autocomplete="off"> </div>
<div class="form-group">
<label for="password">Password:</label>
<input type="password" name="password" class="form-control" placeholder="password" autocomplete="off">
</div>
<fieldset class="buttons">
<p><input class="btn btn-primary" type="submit" value="Log In"></p>
<div class="switch-form">
<p>Don't have an XMPP account?</p>
<p>Click <a href="#" data-toggle="modal" data-target="#registerModal">here</a> to register.</p>
</div> </div>
<div class="form-group"> </fieldset>
<label for="password">Password:</label> </form>
<input type="password" name="password" class="form-control" placeholder="password" autocomplete="off">
</div>
<fieldset class="buttons">
<p><input class="btn btn-primary" type="submit" value="Log In"></p>
<div class="switch-form">
<p>Don't have an XMPP account?</p>
<p>Click <a href="#" data-toggle="modal" data-target="#registerModal">here</a> to register.</p>
</div>
</fieldset>
</form>
</div>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<body style="background-color: #578EA9"> <body style="background-color: #578EA9">
<div class="converse-bg container"> <div class="converse-bg container">
<h1 class="brand-heading"><i class="icon-conversejs"></i>Converse.js</h1> <h1 class="brand-heading">Converse</h1>
</div> </div>
<div id="conversejs"> <div id="conversejs">
...@@ -20,25 +20,22 @@ ...@@ -20,25 +20,22 @@
<div class="flyout box-flyout"> <div class="flyout box-flyout">
<div class="controlbox-panes"> <div class="controlbox-panes">
<div id="login-dialog" class="controlbox-pane row"> <div id="login-dialog" class="controlbox-pane row">
<div class="brand-heading-container col-12"> <div class="brand-heading-container">
<h1 class="brand-heading"><i class="icon-conversejs"></i> converse</h1> <h1 class="brand-heading"><i class="icon-conversejs"></i> converse</h1>
</div> </div>
<form id="converse-login" class="pure-form converse-form">
<div class="col-12"> <div class="form-group">
<form id="converse-login" class="pure-form converse-form"> <label for="jid">XMPP Username:</label>
<div class="form-group"> <input type="text" name="jid" class="form-control" placeholder="user@server" autocomplete="off">
<label for="jid">XMPP Username:</label> </div>
<input type="text" name="jid" class="form-control" placeholder="user@server" autocomplete="off"> <div class="form-group">
</div> <label for="password">Password:</label>
<div class="form-group"> <input type="password" name="password" class="form-control" placeholder="password" autocomplete="off">
<label for="password">Password:</label> </div>
<input type="password" name="password" class="form-control" placeholder="password" autocomplete="off"> <p></p>
</div> <p><input class="btn btn-primary" type="submit" value="Log In"></p>
<p></p> <p>Click <a href="#" data-toggle="modal" data-target="#registerModal">here</a> to register.</p>
<p><input class="btn btn-primary" type="submit" value="Log In"></p> </form>
<p>Click <a href="#" data-toggle="modal" data-target="#registerModal">here</a> to register.</p>
</form>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -61,7 +58,6 @@ ...@@ -61,7 +58,6 @@
document.addEventListener("DOMContentLoaded", function(event) { document.addEventListener("DOMContentLoaded", function(event) {
new Modals(); new Modals();
new Sidebar(); new Sidebar();
new UserPanel();
}); });
</script> </script>
......
...@@ -148,6 +148,8 @@ ...@@ -148,6 +148,8 @@
} }
.brand-heading-container { .brand-heading-container {
@include make-col(12);
.brand-heading { .brand-heading {
text-align: center; text-align: center;
} }
......
...@@ -10,6 +10,35 @@ body.reset { ...@@ -10,6 +10,35 @@ body.reset {
margin: 0; margin: 0;
} }
@font-face {
font-family: 'Converse-js';
src: url($font-path + 'icomoon.eot?wvi0ht');
src: url($font-path + 'icomoon.eot?wvi0ht#iefix') format('embedded-opentype'),
url($font-path + 'icomoon.ttf?wvi0ht') format('truetype'),
url($font-path + 'icomoon.woff?wvi0ht') format('woff'),
url($font-path + 'icomoon.svg?wvi0ht#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.icon-conversejs {
padding-right: 0.2em;
font-family: 'Converse-js';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-conversejs:before {
content: "\e600";
}
#conversejs { #conversejs {
padding-left: env(safe-area-inset-left); padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right); padding-right: env(safe-area-inset-right);
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
#controlbox { #controlbox {
order: -1; order: -1;
#converse-register, #converse-login {
@include make-col(12);
}
#converse-register { #converse-register {
.button-cancel { .button-cancel {
font-size: 90%; font-size: 90%;
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#converse-login-panel { #converse-login-panel {
border-radius: 0; border-radius: 0;
.converse-form { .converse-form {
margin: 0;
padding: 3em 2em 3em; padding: 3em 2em 3em;
} }
} }
...@@ -61,6 +60,22 @@ ...@@ -61,6 +60,22 @@
} }
#converse-register, #converse-login { #converse-register, #converse-login {
@include make-col-ready();
@include make-col(8);
@include make-col-offset(2);
@include media-breakpoint-up(sm) {
@include make-col(8);
@include make-col-offset(2);
}
@include media-breakpoint-up(md) {
@include make-col(8);
@include make-col-offset(2);
}
@include media-breakpoint-up(lg) {
@include make-col(6);
@include make-col-offset(3);
}
.title, .instructions { .title, .instructions {
margin: 1em 0; margin: 1em 0;
} }
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
@import "bootstrap/scss/functions"; @import "bootstrap/scss/functions";
@import "bootstrap/scss/variables"; @import "bootstrap/scss/variables";
@import "bootstrap/scss/mixins"; @import "bootstrap/scss/mixins";
#conversejs { #conversejs {
@import "bootstrap/scss/root"; @import "bootstrap/scss/root";
@import "bootstrap/scss/reboot"; @import "bootstrap/scss/reboot";
......
...@@ -251,6 +251,7 @@ ...@@ -251,6 +251,7 @@
}, },
render () { render () {
this.setClasses();
if (this.model.get('connected')) { if (this.model.get('connected')) {
if (_.isUndefined(this.model.get('closed'))) { if (_.isUndefined(this.model.get('closed'))) {
this.model.set('closed', !_converse.show_controlbox_by_default); this.model.set('closed', !_converse.show_controlbox_by_default);
...@@ -277,6 +278,17 @@ ...@@ -277,6 +278,17 @@
return this; return this;
}, },
setClasses () {
if (_converse.view_mode !== 'fullscreen') {
this.el.classList.add('col');
this.el.classList.add('col-lg-2');
this.el.classList.add('col-md-3');
this.el.classList.add('col-sm-4');
this.el.classList.add('col-sx-12');
this.el.classList.add('w-100');
}
},
onConnected () { onConnected () {
if (this.model.get('connected')) { if (this.model.get('connected')) {
this.render(); this.render();
......
<span class="brand-heading-container"> <div class="brand-heading-container">
<h1 class="brand-heading"><i class="icon-conversejs"></i> inVerse</h1> <h1 class="brand-heading"><i class="icon-conversejs"></i> inVerse</h1>
<p class="brand-subtitle"><a href="https://conversejs.org">Open Source</a> XMPP chat client</p> <div>
<span>
<div class="row"> <div class="row">
<span class="container brand-heading-container col-12"> <div class="container brand-heading-container">
<h1 class="brand-heading"><i class="icon-conversejs"></i>inVerse</h1> <h1 class="brand-heading"><i class="icon-conversejs"></i>inVerse</h1>
<p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://conversejs.org">Open Source</a> XMPP chat client</p> <p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://conversejs.org">Open Source</a> XMPP chat client</p>
<p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://hosted.weblate.org/projects/conversejs/#languages">Translate</a> into your own language</p> <p class="brand-subtitle"><a target="_blank" rel="nofollow" href="https://hosted.weblate.org/projects/conversejs/#languages">Translate</a> into your own language</p>
<span> <div>
</div> </div>
<div id="converse-login-panel" class="controlbox-pane fade-in row"> <div id="converse-login-panel" class="controlbox-pane fade-in row">
<div class="col-sm-8 offset-sm-2 col-md-8 offset-md-2 col-lg-6 offset-lg-3"> <form id="converse-login" class="converse-form" method="post">
<form id="converse-login" class="converse-form" method="post"> <legend>{{{o.__("Login")}}}</legend>
<legend>{{{o.__("Login")}}}</legend> <div class="conn-feedback fade-in {[ if (!o.conn_feedback_subject) { ]} hidden {[ } ]} {{{o.conn_feedback_class}}}">
<div class="conn-feedback fade-in {[ if (!o.conn_feedback_subject) { ]} hidden {[ } ]} {{{o.conn_feedback_class}}}"> <p class="feedback-subject">{{{ o.conn_feedback_subject }}}</p>
<p class="feedback-subject">{{{ o.conn_feedback_subject }}}</p> <p class="feedback-message {[ if (!o.conn_feedback_message) { ]} hidden {[ } ]}">{{{o.conn_feedback_message}}}</p>
<p class="feedback-message {[ if (!o.conn_feedback_message) { ]} hidden {[ } ]}">{{{o.conn_feedback_message}}}</p> </div>
</div> {[ if (o.auto_login || o._converse.CONNECTION_STATUS[o.connection_status] === 'CONNECTING') { ]}
{[ if (o.auto_login || o._converse.CONNECTION_STATUS[o.connection_status] === 'CONNECTING') { ]} <span class="spinner centered"/>
<span class="spinner centered"/> {[ } else { ]}
{[ } else { ]} {[ if (o.authentication == o.LOGIN || o.authentication == o.EXTERNAL) { ]}
{[ if (o.authentication == o.LOGIN || o.authentication == o.EXTERNAL) { ]} <div class="form-group">
<div class="form-group"> <label for="jid">{{{o.__("XMPP Username:")}}}</label>
<label for="jid">{{{o.__("XMPP Username:")}}}</label> <input class="form-control" autofocus required="required" type="text" name="jid" placeholder="{{{o.placeholder_username}}}">
<input class="form-control" autofocus required="required" type="text" name="jid" placeholder="{{{o.placeholder_username}}}"> </div>
</div> {[ if (o.authentication !== o.EXTERNAL) { ]}
{[ if (o.authentication !== o.EXTERNAL) { ]} <div class="form-group">
<div class="form-group"> <label for="password">{{{o.__("Password:")}}}</label>
<label for="password">{{{o.__("Password:")}}}</label> <input class="form-control" required="required" type="password" name="password" placeholder="{{{o.__('password')}}}">
<input class="form-control" required="required" type="password" name="password" placeholder="{{{o.__('password')}}}"> </div>
</div>
{[ } ]}
<fieldset class="buttons">
<input class="btn btn-primary" type="submit" value="{{{o.__('Submit')}}}">
</fieldset>
{[ } ]}
{[ if (o.authentication == o.ANONYMOUS) { ]}
<input class="pure-button button-primary login-anon" type="submit" value="{{{o.__('Click here to log in anonymously')}}}"/>
{[ } ]}
{[ if (o.authentication == o.PREBIND) { ]}
<p>Disconnected.</p>
{[ } ]} {[ } ]}
<fieldset class="buttons">
<input class="btn btn-primary" type="submit" value="{{{o.__('Submit')}}}">
</fieldset>
{[ } ]}
{[ if (o.authentication == o.ANONYMOUS) { ]}
<input class="pure-button button-primary login-anon" type="submit" value="{{{o.__('Click here to log in anonymously')}}}"/>
{[ } ]}
{[ if (o.authentication == o.PREBIND) { ]}
<p>Disconnected.</p>
{[ } ]} {[ } ]}
</fieldset> {[ } ]}
</form> </fieldset>
</div> </form>
</div> </div>
<div class="row"> <div class="row">
<div class="col-sm-8 offset-sm-2 col-md-8 offset-md-2 col-lg-6 offset-lg-3"> <form id="converse-register" class="converse-form">
<form id="converse-register" class="converse-form"> <legend>{{{o.__("Create your account")}}}</legend>
<legend>{{{o.__("Create your account")}}}</legend>
<div class="form-group"> <div class="form-group">
<label>{{{o.__("Please enter the XMPP provider to register with:")}}}</label> <label>{{{o.__("Please enter the XMPP provider to register with:")}}}</label>
<div class="form-errors hidden"></div> <div class="form-errors hidden"></div>
{[ if (o.default_domain) { ]} {[ if (o.default_domain) { ]}
{{{o.default_domain}}} {{{o.default_domain}}}
</div>
{[ } ]}
{[ if (!o.default_domain) { ]}
<input class="form-control" autofocus="autofocus" required="required" type="text" name="domain" placeholder="{{{o.domain_placeholder}}}">
<p class="form-text text-muted">{{{o.help_providers}}} <a href="{{{o.href_providers}}}" class="url" target="_blank" rel="noopener">{{{o.help_providers_link}}}</a>.</p>
</div>
<fieldset class="buttons">
<input class="btn btn-primary" type="submit" value="{{{o.label_register}}}">
<div class="switch-form">
<p>{{{ o.__("Already have a chat account?") }}}</p>
<p><a class="login-here toggle-register-login" href="#converse/login">{{{o.__("Log in here")}}}</a></p>
</div>
</fieldset>
{[ } ]}
</div> </div>
</form> {[ } ]}
{[ if (!o.default_domain) { ]}
</div> <input class="form-control" autofocus="autofocus" required="required" type="text" name="domain" placeholder="{{{o.domain_placeholder}}}">
<p class="form-text text-muted">{{{o.help_providers}}} <a href="{{{o.href_providers}}}" class="url" target="_blank" rel="noopener">{{{o.help_providers_link}}}</a>.</p>
</div>
<fieldset class="buttons">
<input class="btn btn-primary" type="submit" value="{{{o.label_register}}}">
<div class="switch-form">
<p>{{{ o.__("Already have a chat account?") }}}</p>
<p><a class="login-here toggle-register-login" href="#converse/login">{{{o.__("Log in here")}}}</a></p>
</div>
</fieldset>
{[ } ]}
</div>
</form>
</div> </div>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment