DEV: Новые иконки + исправлены некоторые ошибки...

This commit is contained in:
Evg 2021-08-09 22:13:17 +03:00
parent f306d823b7
commit 66bf7c4d85
56 changed files with 1078 additions and 1010 deletions

View file

@ -305,23 +305,23 @@ function votes($user_id, $content, $type)
if ($user_id > 0) {
if ($content['votes_' . $type . '_user_id'] || $user_id == $content[$type . '_user_id']) {
$html .= '<div class="voters active">
<div class="up-id"></div>
<div class="score gray">
$html .= '<div class="voters active flex">
<div class="up-id gray-light-2 icon-up-bold"></div>
<div class="score gray mr5">
' . $count . '
</div></div>';
} else {
$num_count = empty($count) ? 0 : $count;
$html .= '<div id="up' . $content[$type . '_id'] . '" class="voters">
<div data-id="' . $content[$type . '_id'] . '" data-count="' . $num_count . '" data-type="' . $type . '" class="up-id"></div>
<div class="score gray">
$html .= '<div id="up' . $content[$type . '_id'] . '" class="voters flex">
<div data-id="' . $content[$type . '_id'] . '" data-count="' . $num_count . '" data-type="' . $type . '" class="up-id gray-light-2 icon-up-bold"></div>
<div class="score gray mr5">
' . $count . '
</div></div>';
}
} else {
$html .= '<div class="voters">
<a rel="nofollow" href="/login"><div class="up-id"></div></a>
<div class="score gray">
$html .= '<div class="voters flex">
<a rel="nofollow" href="/login"><div class="up-id gray-light-2 icon-up-bold"></div></a>
<div class="score gray mr5">
' . $count . '
</div></div>';
}

View file

@ -57,7 +57,7 @@ CREATE TABLE `badges` (
--
INSERT INTO `badges` (`badge_id`, `badge_icon`, `badge_tl`, `badge_score`, `badge_title`, `badge_description`) VALUES
(1, '<i title=\"Тестер\" class=\"light-icon-bug\"></i>', 0, 0, 'Тестер', 'Сообщение об ошибке, которое понравилось команде сайта.');
(1, '<i title=\"Тестер\" class=\"icon-bug\"></i>', 0, 0, 'Тестер', 'Сообщение об ошибке, которое понравилось команде сайта.');
-- --------------------------------------------------------

View file

@ -5,73 +5,73 @@
<ul class="p0">
<li class="nav<?php if ($data['sheet'] == 'admin') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Aadmin'); ?>" href="/admin">
<i class="light-icon-building-pavilon middle"></i>
<i class="icon-building-pavilon middle"></i>
<span class="middle"><?= lang('Admin'); ?></span>
</a>
<li>
<li class="nav<?php if ($data['sheet'] == 'userall' || $data['sheet'] == 'banuser') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Users'); ?>" href="/admin/users">
<i class="light-icon-users middle"></i>
<i class="icon-user-o middle"></i>
<span class="middle"><?= lang('Users'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'all' || $data['sheet'] == 'ban') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Audit'); ?>" href="/admin/audits">
<i class="light-icon-activity middle"></i>
<i class="icon-lightbulb middle"></i>
<span class="middle"><?= lang('Audit'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'allspaces' || $data['sheet'] == 'banspaces') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Spaces'); ?>" href="/admin/spaces">
<i class="light-icon-infinity middle"></i>
<i class="icon-infinity middle"></i>
<span class="middle"><?= lang('Spaces'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'topics') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Topics'); ?>" href="/admin/topics">
<i class="light-icon-layers-subtract middle"></i>
<i class="icon-clone middle"></i>
<span class="middle"><?= lang('Topics'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'invitations') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Invites'); ?>" href="/admin/invitations">
<i class="light-icon-wind middle"></i>
<i class="icon-user-add-outline middle"></i>
<span class="middle"><?= lang('Invites'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'postall' || $data['sheet'] == 'postban') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Invites'); ?>" href="/admin/posts">
<i class="light-icon-book middle"></i>
<i class="icon-book-open middle"></i>
<span class="middle"><?= lang('Posts'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'commentall' || $data['sheet'] == 'commentban') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Comments-n'); ?>" href="/admin/comments">
<i class="light-icon-messages middle"></i>
<i class="icon-commenting-o middle"></i>
<span class="middle"><?= lang('Comments-n'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'answerall' || $data['sheet'] == 'answerban') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Answers-n'); ?>" href="/admin/answers">
<i class="light-icon-message middle"></i>
<i class="icon-comment-empty middle"></i>
<span class="middle"><?= lang('Answers-n'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'badges') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Badges'); ?>" href="/admin/badges">
<i class="light-icon-award middle"></i>
<i class="icon-award middle"></i>
<span class="middle"><?= lang('Badges'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'domains') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Domains'); ?>" href="/admin/webs">
<i class="light-icon-link middle"></i>
<i class="icon-link middle"></i>
<span class="middle"><?= lang('Domains'); ?></span>
</a>
</li>
<li class="nav<?php if ($data['sheet'] == 'words') { ?> active<?php } ?>">
<a class="light-gray" title="<?= lang('Stop words'); ?>" href="/admin/words">
<i class="light-icon-ab-testing middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('Stop words'); ?></span>
</a>
</li>

View file

@ -16,8 +16,8 @@
IP: <?= Request::getRemoteAddress(); ?>
</div>
<div class="right p15">
<a title="<?= lang('Home'); ?>" rel="noreferrer" href="/">
<i class="light-icon-arrow-bar-right"></i>
<a title="<?= lang('Home'); ?>" rel="noreferrer gray" href="/">
На сайт <i class="icon-right-open-big"></i>
</a>
</div>
</header>

View file

@ -44,7 +44,7 @@
</a>
<?php if ($answer['post_type'] == 1) { ?>
<i class="light-icon-language green"></i>
<i class="icon-help green"></i>
<?php } ?>
</div>
<div class="answ-telo-body max-width">
@ -68,7 +68,7 @@
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('No'); ?>...</span>
</p>
<?php } ?>

View file

@ -16,7 +16,7 @@
<div class="boxline max-width">
<label class="form-label" for="post_title">Icon</label>
<textarea class="add" name="badge_icon" required></textarea>
<div class="box_h"><?= lang('For example'); ?>: &lt;i title="<?= lang('Title'); ?>" class="light-icon-brush"&gt;&lt;/i&gt;</div>
<div class="box_h"><?= lang('For example'); ?>: &lt;i title="<?= lang('Title'); ?>" class="icon-trophy"&gt;&lt;/i&gt;</div>
</div>
<div class="boxline">
<label class="form-label" for="post_title">Tl</label>

View file

@ -4,7 +4,7 @@
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<a class="right" title="<?= lang('Add'); ?>" href="/admin/badges/add">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
</a>
<?= breadcrumb('/admin', lang('Admin'), null, null, $data['meta_title']); ?>
@ -34,7 +34,7 @@
</span>
<span class="t-td center">
<a title="<?= lang('Edit'); ?>" href="/admin/badges/<?= $bg['badge_id']; ?>/edit">
<i class="light-icon-edit middle"></i>
<i class="icon-pencil size-15"></i>
</a>
</span>
</div>
@ -44,8 +44,6 @@
<div class="no-content"><?= lang('No'); ?>...</div>
<?php } ?>
</div>
<br>
https://icons.lightvue.org/icons
</div>
</div>
</main>

View file

@ -20,7 +20,7 @@
<div class="boxline max-width">
<label class="form-label" for="post_title">Icon</label>
<textarea class="add" name="badge_icon" required><?= $badge['badge_icon']; ?></textarea>
<div class="box_h"><?= lang('For example'); ?>: &lt;i title="<?= lang('Title'); ?>" class="light-icon-brush"&gt;&lt;/i&gt; https://icons.lightvue.org/icons</div>
<div class="box_h"><?= lang('For example'); ?>: &lt;i title="<?= lang('Title'); ?>" class="icon-trophy"&gt;&lt;/i&gt; </div>
</div>
<div class="boxline">
<label class="form-label" for="post_title">Tl</label>

View file

@ -43,7 +43,7 @@
</a>
<?php if ($comment['post_type'] == 1) { ?>
<i class="light-icon-messages middle"></i>
<i class="icon-commenting-o middle"></i>
<?php } ?>
</div>
<div class="comm-telo-body">

View file

@ -1,24 +0,0 @@
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#">
<head>
<title><?= $data['meta_title']; ?></title>
<link rel="stylesheet" href="/assets/css/admin.css">
<script src="/assets/js/jquery-3.6.0.min.js"></script>
<script src="/assets/js/app.js" charset="utf-8"></script>
<script src="/assets/js/admin.js"></script>
</head>
<body>
<header>
<div class="header-left">
IP: <?= Request::getRemoteAddress(); ?>
</div>
<div class="header-right">
<a title="<?= lang('Home'); ?>" rel="noreferrer" href="/">
<i class="light-icon-arrow-bar-right"></i>
</a>
</div>
</header>
<?php include 'admin-menu.php'; ?>

View file

@ -10,23 +10,23 @@
<div class="white-box">
<div class="pt5 pr15 pb5 pl15 flex center">
<div class="box-number center">
<a rel="noreferrer" href="/admin/posts">
<a rel="noreferrer gray" href="/admin/posts">
<div class="stat-height">
<i class="light-icon-book gray"></i>
<sup class="size-13 gray absolute"><?= $stats['posts_count']; ?></sup>
<i class="icon-book-open gray"></i>
<sup class="size-13 absolute"><?= $stats['posts_count']; ?></sup>
</div>
<div class="size-13">
<div class="size-13 gray">
<?= lang('Posts'); ?>
</div>
</a>
</div>
<div class="box-number center">
<a rel="noreferrer" href="/admin/answers">
<a rel="noreferrer gray" href="/admin/answers">
<div class="stat-height">
<i class="light-icon-message gray"></i>
<i class="icon-comment-empty gray"></i>
<sup class="size-13 gray absolute"><?= $stats['answers_count']; ?></sup>
</div>
<div class="size-13">
<div class="size-13 gray">
<?= lang('Answers-n'); ?>
</div>
</a>
@ -34,10 +34,10 @@
<div class="box-number center">
<a rel="noreferrer" href="/admin/comments">
<div class="stat-height">
<i class="light-icon-messages gray"></i>
<i class="icon-commenting-o gray"></i>
<sup class="size-13 gray absolute"><?= $stats['comments_count']; ?></sup>
</div>
<div class="size-13">
<div class="size-13 gray">
<?= lang('Comments-n'); ?>
</div>
</a>
@ -46,10 +46,10 @@
<div class="box-number center">
<a rel="noreferrer" href="/admin/users">
<div class="stat-height">
<i class="light-icon-users red"></i>
<i class="icon-user-o red"></i>
<sup class="size-13 gray absolute"><?= $stats['users_count']; ?></sup>
</div>
<div class="size-13">
<div class="size-13 gray">
<?= lang('Users'); ?>
</div>
</a>
@ -57,10 +57,10 @@
<div class="box-number center">
<a rel="noreferrer" href="/admin/spaces">
<div class="stat-height">
<i class="light-icon-infinity green"></i>
<i class="icon-infinity green"></i>
<sup class="size-13 gray absolute"><?= $stats['spaces_count']; ?></sup>
</div>
<div class="size-13">
<div class="size-13 gray">
<?= lang('Spaces'); ?>
</div>
</a>
@ -68,10 +68,10 @@
<div class="box-number center">
<a rel="noreferrer" href="/admin/topics">
<div class="stat-height">
<i class="light-icon-layers-subtract brown"></i>
<i class="icon-clone brown"></i>
<sup class="size-13 gray absolute"><?= $stats['topics_count']; ?></sup>
</div>
<div class="size-13">
<div class="size-13 gray">
<?= lang('Topics'); ?>
</div>
</a>
@ -79,10 +79,10 @@
<div class="box-number center">
<a rel="noreferrer" href="/admin/webs">
<div class="stat-height">
<i class="light-icon-link blue"></i>
<i class="icon-link blue"></i>
<sup class="size-13 gray absolute"><?= $stats['links_count']; ?></sup>
</div>
<div class="size-13">
<div class="size-13 gray">
<?= lang('Domains'); ?>
</div>
</a>
@ -94,8 +94,8 @@
<div class="pt5 pr15 pb5 pl15">
<h3><?= lang('Help'); ?>:</h3>
<i class="light-icon-point middle"></i> <a rel="noreferrer" href="https://loriup.ru">LoriUP.ru</a></br>
<i class="light-icon-point middle"></i> <a rel="noreferrer" href="https://phphleb.ru/">PHP Micro-Framework HLEB</a></br>
<i class="icon-record-outline gray-light"></i> <a rel="noreferrer" href="https://loriup.ru">LoriUP.ru</a></br>
<i class="icon-record-outline gray-light"></i> <a rel="noreferrer" href="https://phphleb.ru/">PHP Micro-Framework HLEB</a></br>
</ul>
<hr>
<div class="boxline">

View file

@ -44,7 +44,7 @@
<?= $post['date']; ?>
<?php if ($post['post_type'] == 1) { ?>
<i class="light-icon-language green"></i>
<i class="icon-help green"></i>
<?php } ?>
</div>
<div class="show_add_<?= $post['post_id']; ?>">
@ -71,7 +71,7 @@
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('No'); ?>...</span>
</p>
<?php } ?>

View file

@ -4,7 +4,7 @@
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<a class="right" title="<?= lang('Add'); ?>" href="/space/add">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
</a>
<?= breadcrumb('/admin', lang('Admin'), null, null, $data['meta_title']); ?>
@ -86,7 +86,7 @@
</span>
<span class="t-td center">
<a title="<?= lang('Edit'); ?>" href="/space/edit/<?= $sp['space_id']; ?>">
<i class="light-icon-edit middle"></i>
<i class="icon-pencil size-15"></i>
</a>
</span>
@ -97,7 +97,7 @@
<?php } else { ?>
<div class="no-content gray">
<i class="light-icon-info-square green middle"></i>
<i class="icon-info green middle"></i>
<span class="middle"><?= lang('No'); ?>...</span>
</div>
<?php } ?>

View file

@ -4,7 +4,7 @@
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<a class="right" title="<?= lang('Add'); ?>" href="/admin/topics/add">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
</a>
<?= breadcrumb('/admin', lang('Admin'), null, null, $data['meta_title']); ?>
@ -47,7 +47,7 @@
</span>
<span class="t-td width-30 center">
<a title="<?= lang('Edit'); ?>" href="topics/<?= $topic['topic_id']; ?>/edit">
<i class="light-icon-edit middle"></i>
<i class="icon-pencil size-15"></i>
</a>
</span>
</div>

View file

@ -58,7 +58,7 @@
<span class="t-td center">
<?php if ($user['trust_level'] != 5) { ?>
<a title="<?= lang('Edit'); ?>" href="/admin/user/<?= $user['id']; ?>/edit">
<i class="light-icon-edit middle"></i>
<i class="icon-pencil size-15"></i>
</a>
<?php } else { ?>
---

View file

@ -104,7 +104,7 @@
<span class="t-td center">
<?php if ($user['trust_level'] != 5) { ?>
<a title="<?= lang('Edit'); ?>" href="/admin/users/<?= $user['id']; ?>/edit">
<i class="light-icon-edit middle"></i>
<i class="icon-pencil size-15"></i>
</a>
<?php } else { ?>
---
@ -115,7 +115,7 @@
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square green middle"></i>
<i class="icon-info green middle"></i>
<span class="middle"><?= lang('No users'); ?>...</span>
</p>
<?php } ?>

View file

@ -4,7 +4,7 @@
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<a class="right" title="<?= lang('Add'); ?>" href="/admin/webs/add">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
</a>
<?= breadcrumb('/admin', lang('Admin'), null, null, $data['meta_title']); ?>

View file

@ -4,7 +4,7 @@
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<a class="right" title="<?= lang('Add'); ?>" href="/admin/words/add">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
</a>
<?= breadcrumb('/admin', lang('Admin'), null, null, $data['meta_title']); ?>

View file

@ -1,606 +1,118 @@
/* github.com/lightvue/light-icons */
@font-face {
font-family: "light-icon";
src: url("./icons/light-icon.woff2") format("woff2"),
url("./icons/light-icon.woff") format("woff"),
url('./icons/light-icon.ttf') format('truetype');
font-family: 'fontello';
src: url('./icons/fontello.eot?35739612');
src: url('./icons/fontello.eot?35739612#iefix') format('embedded-opentype'),
url('./icons/fontello.woff2?35739612') format('woff2'),
url('./icons/fontello.woff?35739612') format('woff'),
url('./icons/fontello.ttf?35739612') format('truetype'),
url('./icons/fontello.svg?35739612#fontello') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="light-icon-"],
[class*="light-icon-"] {
font-family: 'light-icon';
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-size: 21px;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.light-icon-chevron-down {
font-size: 16px;
}
.light-icon-ab-testing::before { content: "\ea01"; }
.light-icon-accessible::before { content: "\ea02"; }
.light-icon-account-security::before { content: "\ea03"; }
.light-icon-activity::before { content: "\ea04"; }
.light-icon-ad::before { content: "\ea05"; }
.light-icon-adjustments-alt::before { content: "\ea06"; }
.light-icon-adjustments-horizontal::before { content: "\ea07"; }
.light-icon-adjustments::before { content: "\ea08"; }
.light-icon-alarm::before { content: "\ea09"; }
.light-icon-alert-circle::before { content: "\ea0a"; }
.light-icon-alert-triangle::before { content: "\ea0b"; }
.light-icon-alien::before { content: "\ea0c"; }
.light-icon-align-center::before { content: "\ea0d"; }
.light-icon-align-justified::before { content: "\ea0e"; }
.light-icon-align-left::before { content: "\ea0f"; }
.light-icon-align-right::before { content: "\ea10"; }
.light-icon-ambulance::before { content: "\ea11"; }
.light-icon-anchor::before { content: "\ea12"; }
.light-icon-aperture::before { content: "\ea13"; }
.light-icon-apps::before { content: "\ea14"; }
.light-icon-archive::before { content: "\ea15"; }
.light-icon-arrow-back-up::before { content: "\ea16"; }
.light-icon-arrow-back::before { content: "\ea17"; }
.light-icon-arrow-bar-down::before { content: "\ea18"; }
.light-icon-arrow-bar-left::before { content: "\ea19"; }
.light-icon-arrow-bar-right::before { content: "\ea1a"; }
.light-icon-arrow-bar-up::before { content: "\ea1b"; }
.light-icon-arrow-down-circle::before { content: "\ea1c"; }
.light-icon-arrow-down-left-circle::before { content: "\ea1d"; }
.light-icon-arrow-down-left::before { content: "\ea1e"; }
.light-icon-arrow-down-right-circle::before { content: "\ea1f"; }
.light-icon-arrow-down-right::before { content: "\ea20"; }
.light-icon-arrow-down::before { content: "\ea21"; }
.light-icon-arrow-forward-up::before { content: "\ea22"; }
.light-icon-arrow-forward::before { content: "\ea23"; }
.light-icon-arrow-left-circle::before { content: "\ea24"; }
.light-icon-arrow-left::before { content: "\ea25"; }
.light-icon-arrow-narrow-down::before { content: "\ea26"; }
.light-icon-arrow-narrow-left::before { content: "\ea27"; }
.light-icon-arrow-narrow-right::before { content: "\ea28"; }
.light-icon-arrow-narrow-up::before { content: "\ea29"; }
.light-icon-arrow-right-circle::before { content: "\ea2a"; }
.light-icon-arrow-right::before { content: "\ea2b"; }
.light-icon-arrow-up-circle::before { content: "\ea2c"; }
.light-icon-arrow-up-left-circle::before { content: "\ea2d"; }
.light-icon-arrow-up-left::before { content: "\ea2e"; }
.light-icon-arrow-up-right-circle::before { content: "\ea2f"; }
.light-icon-arrow-up-right::before { content: "\ea30"; }
.light-icon-arrow-up::before { content: "\ea31"; }
.light-icon-arrows-diagonal-2::before { content: "\ea32"; }
.light-icon-arrows-diagonal::before { content: "\ea33"; }
.light-icon-arrows-horizontal::before { content: "\ea34"; }
.light-icon-arrows-maximize::before { content: "\ea35"; }
.light-icon-arrows-minimize::before { content: "\ea36"; }
.light-icon-arrows-sort::before { content: "\ea37"; }
.light-icon-arrows-vertical::before { content: "\ea38"; }
.light-icon-artboard::before { content: "\ea39"; }
.light-icon-at::before { content: "\ea3a"; }
.light-icon-atom-2::before { content: "\ea3b"; }
.light-icon-atom::before { content: "\ea3c"; }
.light-icon-award::before { content: "\ea3d"; }
.light-icon-backspace::before { content: "\ea3e"; }
.light-icon-ball-basketball::before { content: "\ea3f"; }
.light-icon-ball-bowling::before { content: "\ea40"; }
.light-icon-ball-tennis::before { content: "\ea41"; }
.light-icon-ball-volleyball::before { content: "\ea42"; }
.light-icon-ban::before { content: "\ea43"; }
.light-icon-bandage::before { content: "\ea44"; }
.light-icon-barcode::before { content: "\ea45"; }
.light-icon-basket::before { content: "\ea46"; }
.light-icon-battery-1::before { content: "\ea47"; }
.light-icon-battery-2::before { content: "\ea48"; }
.light-icon-battery-3::before { content: "\ea49"; }
.light-icon-battery-4::before { content: "\ea4a"; }
.light-icon-battery-charging::before { content: "\ea4b"; }
.light-icon-battery::before { content: "\ea4c"; }
.light-icon-bed::before { content: "\ea4d"; }
.light-icon-bell::before { content: "\ea4e"; }
.light-icon-bike::before { content: "\ea4f"; }
.light-icon-bluetooth::before { content: "\ea50"; }
.light-icon-bold::before { content: "\ea51"; }
.light-icon-bolt::before { content: "\ea52"; }
.light-icon-book::before { content: "\ea53"; }
.light-icon-bookmark::before { content: "\ea54"; }
.light-icon-border-all::before { content: "\ea55"; }
.light-icon-border-bottom::before { content: "\ea56"; }
.light-icon-border-horizontal::before { content: "\ea57"; }
.light-icon-border-inner::before { content: "\ea58"; }
.light-icon-border-left::before { content: "\ea59"; }
.light-icon-border-none::before { content: "\ea5a"; }
.light-icon-border-outer::before { content: "\ea5b"; }
.light-icon-border-radius::before { content: "\ea5c"; }
.light-icon-border-right::before { content: "\ea5d"; }
.light-icon-border-top::before { content: "\ea5e"; }
.light-icon-border-vertical::before { content: "\ea5f"; }
.light-icon-box::before { content: "\ea60"; }
.light-icon-braces::before { content: "\ea61"; }
.light-icon-brackets::before { content: "\ea62"; }
.light-icon-brand-android::before { content: "\ea63"; }
.light-icon-brand-apple::before { content: "\ea64"; }
.light-icon-brand-chrome::before { content: "\ea65"; }
.light-icon-brand-dribbble::before { content: "\ea66"; }
.light-icon-brand-facebook::before { content: "\ea67"; }
.light-icon-brand-framer::before { content: "\ea68"; }
.light-icon-brand-github::before { content: "\ea69"; }
.light-icon-brand-gitlab::before { content: "\ea6a"; }
.light-icon-brand-google-drive::before { content: "\ea6b"; }
.light-icon-brand-google::before { content: "\ea6c"; }
.light-icon-brand-instagram::before { content: "\ea6d"; }
.light-icon-brand-linkedin::before { content: "\ea6e"; }
.light-icon-brand-npm::before { content: "\ea6f"; }
.light-icon-brand-opera::before { content: "\ea70"; }
.light-icon-brand-paypal::before { content: "\ea71"; }
.light-icon-brand-safari::before { content: "\ea72"; }
.light-icon-brand-sketch::before { content: "\ea73"; }
.light-icon-brand-snapchat::before { content: "\ea74"; }
.light-icon-brand-telegram::before { content: "\ea75"; }
.light-icon-brand-twitter::before { content: "\ea76"; }
.light-icon-brand-whatsapp::before { content: "\ea77"; }
.light-icon-brand-windows::before { content: "\ea78"; }
.light-icon-brand-youtube::before { content: "\ea79"; }
.light-icon-briefcase::before { content: "\ea7a"; }
.light-icon-brightness-down::before { content: "\ea7b"; }
.light-icon-brightness-up::before { content: "\ea7c"; }
.light-icon-brightness::before { content: "\ea7d"; }
.light-icon-browser::before { content: "\ea7e"; }
.light-icon-brush::before { content: "\ea7f"; }
.light-icon-bucket::before { content: "\ea80"; }
.light-icon-bug::before { content: "\ea81"; }
.light-icon-building-arch::before { content: "\ea82"; }
.light-icon-building-bank::before { content: "\ea83"; }
.light-icon-building-bridge-2::before { content: "\ea84"; }
.light-icon-building-bridge::before { content: "\ea85"; }
.light-icon-building-church::before { content: "\ea86"; }
.light-icon-building-community::before { content: "\ea87"; }
.light-icon-building-hospital::before { content: "\ea88"; }
.light-icon-building-pavilon::before { content: "\ea89"; }
.light-icon-building-skyscraper::before { content: "\ea8a"; }
.light-icon-building-store::before { content: "\ea8b"; }
.light-icon-building-warehouse::before { content: "\ea8c"; }
.light-icon-building::before { content: "\ea8d"; }
.light-icon-bulb-off::before { content: "\ea8e"; }
.light-icon-bulb::before { content: "\ea8f"; }
.light-icon-bus::before { content: "\ea90"; }
.light-icon-calculator::before { content: "\ea91"; }
.light-icon-calendar-event::before { content: "\ea92"; }
.light-icon-calendar-minus::before { content: "\ea93"; }
.light-icon-calendar-plus::before { content: "\ea94"; }
.light-icon-calendar::before { content: "\ea95"; }
.light-icon-camera-minus::before { content: "\ea96"; }
.light-icon-camera-plus::before { content: "\ea97"; }
.light-icon-camera::before { content: "\ea98"; }
.light-icon-capture::before { content: "\ea99"; }
.light-icon-car::before { content: "\ea9a"; }
.light-icon-caret-down::before { content: "\ea9b"; }
.light-icon-caret-left::before { content: "\ea9c"; }
.light-icon-caret-right::before { content: "\ea9d"; }
.light-icon-caret-up::before { content: "\ea9e"; }
.light-icon-cash::before { content: "\ea9f"; }
.light-icon-cast::before { content: "\eaa0"; }
.light-icon-chart-area-line::before { content: "\eaa1"; }
.light-icon-chart-area::before { content: "\eaa2"; }
.light-icon-chart-bar::before { content: "\eaa3"; }
.light-icon-chart-candle::before { content: "\eaa4"; }
.light-icon-chart-donut::before { content: "\eaa5"; }
.light-icon-chart-line::before { content: "\eaa6"; }
.light-icon-chart-pie::before { content: "\eaa7"; }
.light-icon-check::before { content: "\eaa8"; }
.light-icon-checkbox::before { content: "\eaa9"; }
.light-icon-checks::before { content: "\eaaa"; }
.light-icon-chevron-down::before { content: "\eaab"; }
.light-icon-chevron-left::before { content: "\eaac"; }
.light-icon-chevron-right::before { content: "\eaad"; }
.light-icon-chevron-up::before { content: "\eaae"; }
.light-icon-chevrons-down::before { content: "\eaaf"; }
.light-icon-chevrons-left::before { content: "\eab0"; }
.light-icon-chevrons-right::before { content: "\eab1"; }
.light-icon-chevrons-up::before { content: "\eab2"; }
.light-icon-circle-check::before { content: "\eab3"; }
.light-icon-circle-minus::before { content: "\eab4"; }
.light-icon-circle-plus::before { content: "\eab5"; }
.light-icon-circle-x::before { content: "\eab6"; }
.light-icon-circle::before { content: "\eab7"; }
.light-icon-clear-formatting::before { content: "\eab8"; }
.light-icon-click::before { content: "\eab9"; }
.light-icon-clipboard-check::before { content: "\eaba"; }
.light-icon-clipboard-list::before { content: "\eabb"; }
.light-icon-clipboard-x::before { content: "\eabc"; }
.light-icon-clipboard::before { content: "\eabd"; }
.light-icon-clock::before { content: "\eabe"; }
.light-icon-cloud-download::before { content: "\eabf"; }
.light-icon-cloud-rain::before { content: "\eac0"; }
.light-icon-cloud-snow::before { content: "\eac1"; }
.light-icon-cloud-storm::before { content: "\eac2"; }
.light-icon-cloud-upload::before { content: "\eac3"; }
.light-icon-cloud::before { content: "\eac4"; }
.light-icon-code::before { content: "\eac5"; }
.light-icon-coin::before { content: "\eac6"; }
.light-icon-color-picker::before { content: "\eac7"; }
.light-icon-color-swatch::before { content: "\eac8"; }
.light-icon-columns::before { content: "\eac9"; }
.light-icon-command::before { content: "\eaca"; }
.light-icon-compass::before { content: "\eacb"; }
.light-icon-copy::before { content: "\eacc"; }
.light-icon-copyleft::before { content: "\eacd"; }
.light-icon-copyright::before { content: "\eace"; }
.light-icon-corner-down-left::before { content: "\eacf"; }
.light-icon-corner-down-right::before { content: "\ead0"; }
.light-icon-corner-left-down::before { content: "\ead1"; }
.light-icon-corner-left-up::before { content: "\ead2"; }
.light-icon-corner-right-down::before { content: "\ead3"; }
.light-icon-corner-right-up::before { content: "\ead4"; }
.light-icon-corner-up-left::before { content: "\ead5"; }
.light-icon-corner-up-right::before { content: "\ead6"; }
.light-icon-credit-card::before { content: "\ead7"; }
.light-icon-crop::before { content: "\ead8"; }
.light-icon-crosshair::before { content: "\ead9"; }
.light-icon-currency-bitcoin::before { content: "\eada"; }
.light-icon-currency-dollar::before { content: "\eadb"; }
.light-icon-currency-euro::before { content: "\eadc"; }
.light-icon-currency-pound::before { content: "\eadd"; }
.light-icon-currency-rupee::before { content: "\eade"; }
.light-icon-currency-yen::before { content: "\eadf"; }
.light-icon-cut::before { content: "\eae0"; }
.light-icon-dashboard::before { content: "\eae1"; }
.light-icon-database::before { content: "\eae2"; }
.light-icon-device-desktop::before { content: "\eae3"; }
.light-icon-device-floppy::before { content: "\eae4"; }
.light-icon-device-gamepad::before { content: "\eae5"; }
.light-icon-device-laptop::before { content: "\eae6"; }
.light-icon-device-mobile-vibration::before { content: "\eae7"; }
.light-icon-device-mobile::before { content: "\eae8"; }
.light-icon-device-speaker::before { content: "\eae9"; }
.light-icon-device-tablet::before { content: "\eaea"; }
.light-icon-device-tv::before { content: "\eaeb"; }
.light-icon-device-watch::before { content: "\eaec"; }
.light-icon-devices::before { content: "\eaed"; }
.light-icon-diamond::before { content: "\eaee"; }
.light-icon-dice::before { content: "\eaef"; }
.light-icon-direction-horizontal::before { content: "\eaf0"; }
.light-icon-direction::before { content: "\eaf1"; }
.light-icon-directions::before { content: "\eaf2"; }
.light-icon-disabled-2::before { content: "\eaf3"; }
.light-icon-disabled::before { content: "\eaf4"; }
.light-icon-disc::before { content: "\eaf5"; }
.light-icon-discount::before { content: "\eaf6"; }
.light-icon-dots-circle-horizontal::before { content: "\eaf7"; }
.light-icon-dots-diagonal-2::before { content: "\eaf8"; }
.light-icon-dots-diagonal::before { content: "\eaf9"; }
.light-icon-dots-vertical::before { content: "\eafa"; }
.light-icon-dots::before { content: "\eafb"; }
.light-icon-download::before { content: "\eafc"; }
.light-icon-drag-drop-2::before { content: "\eafd"; }
.light-icon-drag-drop::before { content: "\eafe"; }
.light-icon-droplet::before { content: "\eaff"; }
.light-icon-ear::before { content: "\eb00"; }
.light-icon-edit::before { content: "\eb01"; }
.light-icon-egg::before { content: "\eb02"; }
.light-icon-emphasis::before { content: "\eb03"; }
.light-icon-eraser::before { content: "\eb04"; }
.light-icon-exchange::before { content: "\eb05"; }
.light-icon-exposure::before { content: "\eb06"; }
.light-icon-external-link::before { content: "\eb07"; }
.light-icon-eye::before { content: "\eb08"; }
.light-icon-face-id::before { content: "\eb09"; }
.light-icon-file-check::before { content: "\eb0a"; }
.light-icon-file-code::before { content: "\eb0b"; }
.light-icon-file-download::before { content: "\eb0c"; }
.light-icon-file-horizontal::before { content: "\eb0d"; }
.light-icon-file-invoice::before { content: "\eb0e"; }
.light-icon-file-minus::before { content: "\eb0f"; }
.light-icon-file-music::before { content: "\eb10"; }
.light-icon-file-plus::before { content: "\eb11"; }
.light-icon-file-shredder::before { content: "\eb12"; }
.light-icon-file-text::before { content: "\eb13"; }
.light-icon-file-x::before { content: "\eb14"; }
.light-icon-file::before { content: "\eb15"; }
.light-icon-filter::before { content: "\eb16"; }
.light-icon-fingerprint::before { content: "\eb17"; }
.light-icon-firetruck::before { content: "\eb18"; }
.light-icon-flag::before { content: "\eb19"; }
.light-icon-flame::before { content: "\eb1a"; }
.light-icon-flask::before { content: "\eb1b"; }
.light-icon-flip-horizontal::before { content: "\eb1c"; }
.light-icon-flip-vertical::before { content: "\eb1d"; }
.light-icon-float-center::before { content: "\eb1e"; }
.light-icon-float-left::before { content: "\eb1f"; }
.light-icon-float-right::before { content: "\eb20"; }
.light-icon-focus-2::before { content: "\eb21"; }
.light-icon-focus::before { content: "\eb22"; }
.light-icon-folder-minus::before { content: "\eb23"; }
.light-icon-folder-plus::before { content: "\eb24"; }
.light-icon-folder-x::before { content: "\eb25"; }
.light-icon-folder::before { content: "\eb26"; }
.light-icon-folders::before { content: "\eb27"; }
.light-icon-forbid-2::before { content: "\eb28"; }
.light-icon-forbid::before { content: "\eb29"; }
.light-icon-forklift::before { content: "\eb2a"; }
.light-icon-frame::before { content: "\eb2b"; }
.light-icon-friends::before { content: "\eb2c"; }
.light-icon-gauge::before { content: "\eb2d"; }
.light-icon-ghost::before { content: "\eb2e"; }
.light-icon-gift::before { content: "\eb2f"; }
.light-icon-git-branch::before { content: "\eb30"; }
.light-icon-git-commit::before { content: "\eb31"; }
.light-icon-git-compare::before { content: "\eb32"; }
.light-icon-git-fork::before { content: "\eb33"; }
.light-icon-git-merge::before { content: "\eb34"; }
.light-icon-git-pull-request::before { content: "\eb35"; }
.light-icon-glass-full::before { content: "\eb36"; }
.light-icon-glass::before { content: "\eb37"; }
.light-icon-globe::before { content: "\eb38"; }
.light-icon-grid-dots::before { content: "\eb39"; }
.light-icon-grid::before { content: "\eb3a"; }
.light-icon-grip-horizontal::before { content: "\eb3b"; }
.light-icon-grip-vertical::before { content: "\eb3c"; }
.light-icon-hand-middle-finger::before { content: "\eb3d"; }
.light-icon-hand-stop::before { content: "\eb3e"; }
.light-icon-hash::before { content: "\eb3f"; }
.light-icon-headphones::before { content: "\eb40"; }
.light-icon-headset::before { content: "\eb41"; }
.light-icon-heart::before { content: "\eb42"; }
.light-icon-help::before { content: "\eb43"; }
.light-icon-hexagon::before { content: "\eb44"; }
.light-icon-history::before { content: "\eb45"; }
.light-icon-home-2::before { content: "\eb46"; }
.light-icon-home::before { content: "\eb47"; }
.light-icon-ice-cream::before { content: "\eb48"; }
.light-icon-id::before { content: "\eb49"; }
.light-icon-inbox::before { content: "\eb4a"; }
.light-icon-indent-decrease::before { content: "\eb4b"; }
.light-icon-indent-increase::before { content: "\eb4c"; }
.light-icon-infinity::before { content: "\eb4d"; }
.light-icon-info-circle::before { content: "\eb4e"; }
.light-icon-info-square::before { content: "\eb4f"; }
.light-icon-italic::before { content: "\eb50"; }
.light-icon-key::before { content: "\eb51"; }
.light-icon-keyboard::before { content: "\eb52"; }
.light-icon-language::before { content: "\eb53"; }
.light-icon-layers-difference::before { content: "\eb54"; }
.light-icon-layers-intersect::before { content: "\eb55"; }
.light-icon-layers-subtract::before { content: "\eb56"; }
.light-icon-layers-union::before { content: "\eb57"; }
.light-icon-layout-2::before { content: "\eb58"; }
.light-icon-layout-align-bottom::before { content: "\eb59"; }
.light-icon-layout-align-center::before { content: "\eb5a"; }
.light-icon-layout-align-left::before { content: "\eb5b"; }
.light-icon-layout-align-middle::before { content: "\eb5c"; }
.light-icon-layout-align-right::before { content: "\eb5d"; }
.light-icon-layout-align-top::before { content: "\eb5e"; }
.light-icon-layout-bottombar::before { content: "\eb5f"; }
.light-icon-layout-cards::before { content: "\eb60"; }
.light-icon-layout-columns::before { content: "\eb61"; }
.light-icon-layout-distribute-horizontal::before { content: "\eb62"; }
.light-icon-layout-distribute-vertical::before { content: "\eb63"; }
.light-icon-layout-kanban::before { content: "\eb64"; }
.light-icon-layout-list::before { content: "\eb65"; }
.light-icon-layout-navbar::before { content: "\eb66"; }
.light-icon-layout-rows::before { content: "\eb67"; }
.light-icon-layout-sidebar-right::before { content: "\eb68"; }
.light-icon-layout-sidebar::before { content: "\eb69"; }
.light-icon-layout::before { content: "\eb6a"; }
.light-icon-lego::before { content: "\eb6b"; }
.light-icon-letter-case::before { content: "\eb6c"; }
.light-icon-license::before { content: "\eb6d"; }
.light-icon-lifebuoy::before { content: "\eb6e"; }
.light-icon-line-height::before { content: "\eb6f"; }
.light-icon-line::before { content: "\eb70"; }
.light-icon-link::before { content: "\eb71"; }
.light-icon-list-check::before { content: "\eb72"; }
.light-icon-list::before { content: "\eb73"; }
.light-icon-live-photo::before { content: "\eb74"; }
.light-icon-location::before { content: "\eb75"; }
.light-icon-lock-open::before { content: "\eb76"; }
.light-icon-lock::before { content: "\eb77"; }
.light-icon-login::before { content: "\eb78"; }
.light-icon-logout::before { content: "\eb79"; }
.light-icon-magnet::before { content: "\eb7a"; }
.light-icon-mail-opened::before { content: "\eb7b"; }
.light-icon-mail::before { content: "\eb7c"; }
.light-icon-man::before { content: "\eb7d"; }
.light-icon-map-2::before { content: "\eb7e"; }
.light-icon-map-pin::before { content: "\eb7f"; }
.light-icon-map::before { content: "\eb80"; }
.light-icon-markdown::before { content: "\eb81"; }
.light-icon-math::before { content: "\eb82"; }
.light-icon-maximize::before { content: "\eb83"; }
.light-icon-medical-cross::before { content: "\eb84"; }
.light-icon-menu-2::before { content: "\eb85"; }
.light-icon-menu::before { content: "\eb86"; }
.light-icon-message-2::before { content: "\eb87"; }
.light-icon-message-circle::before { content: "\eb88"; }
.light-icon-message-dots::before { content: "\eb89"; }
.light-icon-message::before { content: "\eb8a"; }
.light-icon-messages::before { content: "\eb8b"; }
.light-icon-microphone::before { content: "\eb8c"; }
.light-icon-minimize::before { content: "\eb8d"; }
.light-icon-minus::before { content: "\eb8e"; }
.light-icon-mist::before { content: "\eb8f"; }
.light-icon-mood-confuzed::before { content: "\eb90"; }
.light-icon-mood-happy::before { content: "\eb91"; }
.light-icon-mood-kid::before { content: "\eb92"; }
.light-icon-mood-neutral::before { content: "\eb93"; }
.light-icon-mood-sad::before { content: "\eb94"; }
.light-icon-mood-smile::before { content: "\eb95"; }
.light-icon-mood-suprised::before { content: "\eb96"; }
.light-icon-mood-tongue::before { content: "\eb97"; }
.light-icon-moon::before { content: "\eb98"; }
.light-icon-mouse::before { content: "\eb99"; }
.light-icon-movie::before { content: "\eb9a"; }
.light-icon-mug::before { content: "\eb9b"; }
.light-icon-music::before { content: "\eb9c"; }
.light-icon-new-section::before { content: "\eb9d"; }
.light-icon-news::before { content: "\eb9e"; }
.light-icon-note::before { content: "\eb9f"; }
.light-icon-notebook::before { content: "\eba0"; }
.light-icon-notes::before { content: "\eba1"; }
.light-icon-notification::before { content: "\eba2"; }
.light-icon-omega::before { content: "\eba3"; }
.light-icon-outlet::before { content: "\eba4"; }
.light-icon-package::before { content: "\eba5"; }
.light-icon-paint::before { content: "\eba6"; }
.light-icon-palette::before { content: "\eba7"; }
.light-icon-paperclip::before { content: "\eba8"; }
.light-icon-parentheses::before { content: "\eba9"; }
.light-icon-parking::before { content: "\ebaa"; }
.light-icon-pencil::before { content: "\ebab"; }
.light-icon-phone-call::before { content: "\ebac"; }
.light-icon-phone-calling::before { content: "\ebad"; }
.light-icon-phone-check::before { content: "\ebae"; }
.light-icon-phone-incoming::before { content: "\ebaf"; }
.light-icon-phone-outgoing::before { content: "\ebb0"; }
.light-icon-phone-pause::before { content: "\ebb1"; }
.light-icon-phone-plus::before { content: "\ebb2"; }
.light-icon-phone-x::before { content: "\ebb3"; }
.light-icon-phone::before { content: "\ebb4"; }
.light-icon-photo::before { content: "\ebb5"; }
.light-icon-pill::before { content: "\ebb6"; }
.light-icon-plane-arrival::before { content: "\ebb7"; }
.light-icon-plane-departure::before { content: "\ebb8"; }
.light-icon-plane::before { content: "\ebb9"; }
.light-icon-planet::before { content: "\ebba"; }
.light-icon-plug::before { content: "\ebbb"; }
.light-icon-plus::before { content: "\ebbc"; }
.light-icon-point::before { content: "\ebbd"; }
.light-icon-power::before { content: "\ebbe"; }
.light-icon-presentation::before { content: "\ebbf"; }
.light-icon-printer::before { content: "\ebc0"; }
.light-icon-prompt::before { content: "\ebc1"; }
.light-icon-puzzle::before { content: "\ebc2"; }
.light-icon-qrcode::before { content: "\ebc3"; }
.light-icon-record-mail::before { content: "\ebc4"; }
.light-icon-recycle::before { content: "\ebc5"; }
.light-icon-refresh::before { content: "\ebc6"; }
.light-icon-registered::before { content: "\ebc7"; }
.light-icon-repeat-once::before { content: "\ebc8"; }
.light-icon-repeat::before { content: "\ebc9"; }
.light-icon-replace::before { content: "\ebca"; }
.light-icon-rocket::before { content: "\ebcb"; }
.light-icon-rotate-2::before { content: "\ebcc"; }
.light-icon-rotate-clockwise-2::before { content: "\ebcd"; }
.light-icon-rotate-clockwise::before { content: "\ebce"; }
.light-icon-rotate-rectangle::before { content: "\ebcf"; }
.light-icon-rotate::before { content: "\ebd0"; }
.light-icon-route::before { content: "\ebd1"; }
.light-icon-router::before { content: "\ebd2"; }
.light-icon-rss::before { content: "\ebd3"; }
.light-icon-ruler::before { content: "\ebd4"; }
.light-icon-scale::before { content: "\ebd5"; }
.light-icon-scan::before { content: "\ebd6"; }
.light-icon-scissors::before { content: "\ebd7"; }
.light-icon-search::before { content: "\ebd8"; }
.light-icon-selector::before { content: "\ebd9"; }
.light-icon-send::before { content: "\ebda"; }
.light-icon-separator::before { content: "\ebdb"; }
.light-icon-server::before { content: "\ebdc"; }
.light-icon-servicemark::before { content: "\ebdd"; }
.light-icon-settings::before { content: "\ebde"; }
.light-icon-shape::before { content: "\ebdf"; }
.light-icon-share::before { content: "\ebe0"; }
.light-icon-shield-check::before { content: "\ebe1"; }
.light-icon-shield-x::before { content: "\ebe2"; }
.light-icon-shield::before { content: "\ebe3"; }
.light-icon-shirt::before { content: "\ebe4"; }
.light-icon-shopping-cart::before { content: "\ebe5"; }
.light-icon-sitemap::before { content: "\ebe6"; }
.light-icon-slice::before { content: "\ebe7"; }
.light-icon-slideshow::before { content: "\ebe8"; }
.light-icon-snowflake::before { content: "\ebe9"; }
.light-icon-social::before { content: "\ebea"; }
.light-icon-sort-ascending::before { content: "\ebeb"; }
.light-icon-sort-descending::before { content: "\ebec"; }
.light-icon-space::before { content: "\ebed"; }
.light-icon-square-check::before { content: "\ebee"; }
.light-icon-square-minus::before { content: "\ebef"; }
.light-icon-square-plus::before { content: "\ebf0"; }
.light-icon-square-x::before { content: "\ebf1"; }
.light-icon-square::before { content: "\ebf2"; }
.light-icon-stack::before { content: "\ebf3"; }
.light-icon-star::before { content: "\ebf4"; }
.light-icon-sticker::before { content: "\ebf5"; }
.light-icon-strikethrough::before { content: "\ebf6"; }
.light-icon-subscript::before { content: "\ebf7"; }
.light-icon-sum::before { content: "\ebf8"; }
.light-icon-sun::before { content: "\ebf9"; }
.light-icon-sunset::before { content: "\ebfa"; }
.light-icon-sunshine::before { content: "\ebfb"; }
.light-icon-superscript::before { content: "\ebfc"; }
.light-icon-switch-horizontal::before { content: "\ebfd"; }
.light-icon-switch-vertical::before { content: "\ebfe"; }
.light-icon-switch::before { content: "\ebff"; }
.light-icon-table::before { content: "\ec00"; }
.light-icon-tag::before { content: "\ec01"; }
.light-icon-tallymark-1::before { content: "\ec02"; }
.light-icon-tallymark-2::before { content: "\ec03"; }
.light-icon-tallymark-3::before { content: "\ec04"; }
.light-icon-tallymark-4::before { content: "\ec05"; }
.light-icon-tallymarks::before { content: "\ec06"; }
.light-icon-target::before { content: "\ec07"; }
.light-icon-tax::before { content: "\ec08"; }
.light-icon-temperature-celsius::before { content: "\ec09"; }
.light-icon-temperature-fahrenheit::before { content: "\ec0a"; }
.light-icon-temperature-minus::before { content: "\ec0b"; }
.light-icon-temperature-plus::before { content: "\ec0c"; }
.light-icon-temperature::before { content: "\ec0d"; }
.light-icon-template::before { content: "\ec0e"; }
.light-icon-terminal-2::before { content: "\ec0f"; }
.light-icon-terminal::before { content: "\ec10"; }
.light-icon-test-pipe::before { content: "\ec11"; }
.light-icon-text-wrap::before { content: "\ec12"; }
.light-icon-thumb-down::before { content: "\ec13"; }
.light-icon-thumb-up::before { content: "\ec14"; }
.light-icon-ticket::before { content: "\ec15"; }
.light-icon-tir::before { content: "\ec16"; }
.light-icon-toggle-left::before { content: "\ec17"; }
.light-icon-toggle-right::before { content: "\ec18"; }
.light-icon-tool::before { content: "\ec19"; }
.light-icon-tools::before { content: "\ec1a"; }
.light-icon-tractor::before { content: "\ec1b"; }
.light-icon-trademark::before { content: "\ec1c"; }
.light-icon-traffic-cone::before { content: "\ec1d"; }
.light-icon-trash::before { content: "\ec1e"; }
.light-icon-trees::before { content: "\ec1f"; }
.light-icon-trending-down::before { content: "\ec20"; }
.light-icon-trending-up::before { content: "\ec21"; }
.light-icon-triangle::before { content: "\ec22"; }
.light-icon-trophy::before { content: "\ec23"; }
.light-icon-truck-delivery::before { content: "\ec24"; }
.light-icon-truck-return::before { content: "\ec25"; }
.light-icon-truck::before { content: "\ec26"; }
.light-icon-typography::before { content: "\ec27"; }
.light-icon-umbrella::before { content: "\ec28"; }
.light-icon-underline::before { content: "\ec29"; }
.light-icon-unlink::before { content: "\ec2a"; }
.light-icon-upload::before { content: "\ec2b"; }
.light-icon-urgent::before { content: "\ec2c"; }
.light-icon-user-check::before { content: "\ec2d"; }
.light-icon-user-exclamation::before { content: "\ec2e"; }
.light-icon-user-minus::before { content: "\ec2f"; }
.light-icon-user-plus::before { content: "\ec30"; }
.light-icon-user-x::before { content: "\ec31"; }
.light-icon-user::before { content: "\ec32"; }
.light-icon-users::before { content: "\ec33"; }
.light-icon-viewfinder::before { content: "\ec34"; }
.light-icon-viewport-narrow::before { content: "\ec35"; }
.light-icon-viewport-wide::before { content: "\ec36"; }
.light-icon-virus::before { content: "\ec37"; }
.light-icon-volume-2::before { content: "\ec38"; }
.light-icon-volume-3::before { content: "\ec39"; }
.light-icon-volume::before { content: "\ec3a"; }
.light-icon-wallet::before { content: "\ec3b"; }
.light-icon-wand::before { content: "\ec3c"; }
.light-icon-wifi-0::before { content: "\ec3d"; }
.light-icon-wifi-1::before { content: "\ec3e"; }
.light-icon-wifi-2::before { content: "\ec3f"; }
.light-icon-wifi::before { content: "\ec40"; }
.light-icon-wind::before { content: "\ec41"; }
.light-icon-woman::before { content: "\ec42"; }
.light-icon-world::before { content: "\ec43"; }
.light-icon-x::before { content: "\ec44"; }
.light-icon-yin-yang::before { content: "\ec45"; }
.light-icon-zoom-cancel::before { content: "\ec46"; }
.light-icon-zoom-in::before { content: "\ec47"; }
.light-icon-zoom-out::before { content: "\ec48"; }
.icon-mail:before { content: '\e800'; }
.icon-bell:before { content: '\e801'; }
.icon-bold:before { content: '\e802'; }
.icon-italic:before { content: '\e803'; }
.icon-cog-outline:before { content: '\e804'; }
.icon-sun:before { content: '\e805'; }
.icon-plus:before { content: '\e806'; }
.icon-up-bold:before { content: '\e807'; }
.icon-right-open-big:before { content: '\e808'; }
.icon-camera-outline:before { content: '\e809'; }
.icon-down-dir:before { content: '\e80a'; }
.icon-pencil:before { content: '\e80b'; }
.icon-link:before { content: '\e80c'; }
.icon-warning-empty:before { content: '\e80d'; }
.icon-logout:before { content: '\e80e'; }
.icon-reply-outline:before { content: '\e80f'; }
.icon-ok-outline:before { content: '\e810'; }
.icon-pin-outline:before { content: '\e811'; }
.icon-upload-cloud-outline:before { content: '\e812'; }
.icon-home-outline:before { content: '\e813'; }
.icon-record-outline:before { content: '\e814'; }
.icon-attach:before { content: '\e815'; }
.icon-quote:before { content: '\e816'; }
.icon-lock:before { content: '\e817'; }
.icon-calendar:before { content: '\e818'; }
.icon-trash-empty:before { content: '\e819'; }
.icon-tools:before { content: '\e81a'; }
.icon-lightbulb:before { content: '\e81b'; }
.icon-minus-outline:before { content: '\e81c'; }
.icon-user-add-outline:before { content: '\e81d'; }
.icon-trophy:before { content: '\e81e'; }
.icon-infinity:before { content: '\e81f'; }
.icon-award:before { content: '\e820'; }
.icon-export:before { content: '\e821'; }
.icon-edit:before { content: '\e822'; }
.icon-air:before { content: '\e823'; }
.icon-book-open:before { content: '\e824'; }
.icon-cancel:before { content: '\e82e'; }
.icon-users-outline:before { content: '\e825'; }
.icon-scissors:before { content: '\e826'; }
.icon-gift:before { content: '\e827'; }
.icon-chart-bar:before { content: '\e828'; }
.icon-desktop:before { content: '\e829'; }
.icon-mobile:before { content: '\e82a'; }
.icon-search:before { content: '\e82b'; }
.icon-heart-empty:before { content: '\e82c'; }
.icon-star-empty:before { content: '\e82d'; }
.icon-move:before { content: '\f047'; }
.icon-link-ext:before { content: '\f08e'; }
.icon-check-empty:before { content: '\f096'; }
.icon-bookmark-empty:before { content: '\f097'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-github-circled:before { content: '\f09b'; }
.icon-docs:before { content: '\f0c5'; }
.icon-list-bullet:before { content: '\f0ca'; }
.icon-strike:before { content: '\f0cc'; }
.icon-comment-empty:before { content: '\f0e5'; }
.icon-doc-text:before { content: '\f0f6'; }
.icon-smile:before { content: '\f118'; }
.icon-flag-empty:before { content: '\f11d'; }
.icon-terminal:before { content: '\f120'; }
.icon-code:before { content: '\f121'; }
.icon-help:before { content: '\f128'; }
.icon-info:before { content: '\f129'; }
.icon-ellipsis:before { content: '\f141'; }
.icon-linux:before { content: '\f17c'; }
.icon-bug:before { content: '\f188'; }
.icon-vkontakte:before { content: '\f189'; }
.icon-paw:before { content: '\f1b0'; }
.icon-file-code:before { content: '\f1c9'; }
.icon-wechat:before { content: '\f1d7'; }
.icon-header:before { content: '\f1dc'; }
.icon-at:before { content: '\f1fa'; }
.icon-diamond:before { content: '\f219'; }
.icon-pinterest:before { content: '\f231'; }
.icon-object-group:before { content: '\f247'; }
.icon-object-ungroup:before { content: '\f248'; }
.icon-sticky-note-o:before { content: '\f24a'; }
.icon-clone:before { content: '\f24d'; }
.icon-gg:before { content: '\f260'; }
.icon-commenting-o:before { content: '\f27b'; }
.icon-user-o:before { content: '\f2c0'; }
.icon-id-card-o:before { content: '\f2c3'; }

View file

@ -0,0 +1,509 @@
<!DOCTYPE html>
<html>
<head>
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<meta charset="UTF-8">
<style>
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
input {
margin: 0;
font-size: 100%;
vertical-align: middle;
*overflow: visible;
line-height: normal;
}
input::-moz-focus-inner {
padding: 0;
border: 0;
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
background-color: #fff;
}
a {
color: #08c;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
.row {
margin-left: -20px;
*zoom: 1;
}
.row:before,
.row:after {
display: table;
content: "";
line-height: 0;
}
.row:after {
clear: both;
}
.span3 {
float: left;
min-height: 1px;
margin-left: 20px;
width: 220px;
}
.container {
width: 940px;
margin-right: auto;
margin-left: auto;
*zoom: 1;
}
.container:before,
.container:after {
display: table;
content: "";
line-height: 0;
}
.container:after {
clear: both;
}
small {
font-size: 85%;
}
h1 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
line-height: 40px;
font-size: 38.5px;
}
h1 small {
font-weight: normal;
line-height: 1;
color: #999;
font-size: 24.5px;
}
body {
margin-top: 90px;
}
.header {
position: fixed;
top: 0;
left: 50%;
margin-left: -480px;
background-color: #fff;
border-bottom: 1px solid #ddd;
padding-top: 10px;
z-index: 10;
}
.footer {
color: #ddd;
font-size: 12px;
text-align: center;
margin-top: 20px;
}
.footer a {
color: #ccc;
text-decoration: underline;
}
.the-icons {
font-size: 14px;
line-height: 24px;
}
.switch {
position: absolute;
right: 0;
bottom: 10px;
color: #666;
}
.switch input {
margin-right: 0.3em;
}
.codesOn .i-name {
display: none;
}
.codesOn .i-code {
display: inline;
}
.i-code {
display: none;
}
@font-face {
font-family: 'fontello';
src: url('./fontello.eot?91620186');
src: url('./fontello.eot?91620186#iefix') format('embedded-opentype'),
url('./fontello.woff?91620186') format('woff'),
url('./fontello.ttf?91620186') format('truetype'),
url('./fontello.svg?91620186#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
.demo-icon {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* You can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
</style>
<link rel="stylesheet" href="css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/" + font.fontname + "-ie7.css"><![endif]-->
<script>
function toggleCodes(on) {
var obj = document.getElementById('icons');
if (on) {
obj.className += ' codesOn';
} else {
obj.className = obj.className.replace(' codesOn', '');
}
}
</script>
</head>
<body>
<div class="container header">
<h1>fontello <small>font demo</small></h1>
<label class="switch">
<input type="checkbox" onclick="toggleCodes(this.checked)">show codes
</label>
</div>
<div class="container" id="icons">
<div class="row">
<div class="span3" title="Code: 0xe800">
<i class="demo-icon icon-mail">&#xe800;</i> <span class="i-name">icon-mail</span><span class="i-code">0xe800</span>
</div>
<div class="span3" title="Code: 0xe801">
<i class="demo-icon icon-bell">&#xe801;</i> <span class="i-name">icon-bell</span><span class="i-code">0xe801</span>
</div>
<div class="span3" title="Code: 0xe802">
<i class="demo-icon icon-bold">&#xe802;</i> <span class="i-name">icon-bold</span><span class="i-code">0xe802</span>
</div>
<div class="span3" title="Code: 0xe803">
<i class="demo-icon icon-italic">&#xe803;</i> <span class="i-name">icon-italic</span><span class="i-code">0xe803</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe804">
<i class="demo-icon icon-cog-outline">&#xe804;</i> <span class="i-name">icon-cog-outline</span><span class="i-code">0xe804</span>
</div>
<div class="span3" title="Code: 0xe805">
<i class="demo-icon icon-sun">&#xe805;</i> <span class="i-name">icon-sun</span><span class="i-code">0xe805</span>
</div>
<div class="span3" title="Code: 0xe806">
<i class="demo-icon icon-plus">&#xe806;</i> <span class="i-name">icon-plus</span><span class="i-code">0xe806</span>
</div>
<div class="span3" title="Code: 0xe807">
<i class="demo-icon icon-up-bold">&#xe807;</i> <span class="i-name">icon-up-bold</span><span class="i-code">0xe807</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe808">
<i class="demo-icon icon-right-open-big">&#xe808;</i> <span class="i-name">icon-right-open-big</span><span class="i-code">0xe808</span>
</div>
<div class="span3" title="Code: 0xe809">
<i class="demo-icon icon-camera-outline">&#xe809;</i> <span class="i-name">icon-camera-outline</span><span class="i-code">0xe809</span>
</div>
<div class="span3" title="Code: 0xe80a">
<i class="demo-icon icon-down-dir">&#xe80a;</i> <span class="i-name">icon-down-dir</span><span class="i-code">0xe80a</span>
</div>
<div class="span3" title="Code: 0xe80b">
<i class="demo-icon icon-pencil">&#xe80b;</i> <span class="i-name">icon-pencil</span><span class="i-code">0xe80b</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe80c">
<i class="demo-icon icon-link">&#xe80c;</i> <span class="i-name">icon-link</span><span class="i-code">0xe80c</span>
</div>
<div class="span3" title="Code: 0xe80d">
<i class="demo-icon icon-warning-empty">&#xe80d;</i> <span class="i-name">icon-warning-empty</span><span class="i-code">0xe80d</span>
</div>
<div class="span3" title="Code: 0xe80e">
<i class="demo-icon icon-logout">&#xe80e;</i> <span class="i-name">icon-logout</span><span class="i-code">0xe80e</span>
</div>
<div class="span3" title="Code: 0xe80f">
<i class="demo-icon icon-reply-outline">&#xe80f;</i> <span class="i-name">icon-reply-outline</span><span class="i-code">0xe80f</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe810">
<i class="demo-icon icon-ok-outline">&#xe810;</i> <span class="i-name">icon-ok-outline</span><span class="i-code">0xe810</span>
</div>
<div class="span3" title="Code: 0xe811">
<i class="demo-icon icon-pin-outline">&#xe811;</i> <span class="i-name">icon-pin-outline</span><span class="i-code">0xe811</span>
</div>
<div class="span3" title="Code: 0xe812">
<i class="demo-icon icon-upload-cloud-outline">&#xe812;</i> <span class="i-name">icon-upload-cloud-outline</span><span class="i-code">0xe812</span>
</div>
<div class="span3" title="Code: 0xe813">
<i class="demo-icon icon-home-outline">&#xe813;</i> <span class="i-name">icon-home-outline</span><span class="i-code">0xe813</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe814">
<i class="demo-icon icon-record-outline">&#xe814;</i> <span class="i-name">icon-record-outline</span><span class="i-code">0xe814</span>
</div>
<div class="span3" title="Code: 0xe815">
<i class="demo-icon icon-attach">&#xe815;</i> <span class="i-name">icon-attach</span><span class="i-code">0xe815</span>
</div>
<div class="span3" title="Code: 0xe816">
<i class="demo-icon icon-quote">&#xe816;</i> <span class="i-name">icon-quote</span><span class="i-code">0xe816</span>
</div>
<div class="span3" title="Code: 0xe817">
<i class="demo-icon icon-lock">&#xe817;</i> <span class="i-name">icon-lock</span><span class="i-code">0xe817</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe818">
<i class="demo-icon icon-calendar">&#xe818;</i> <span class="i-name">icon-calendar</span><span class="i-code">0xe818</span>
</div>
<div class="span3" title="Code: 0xe819">
<i class="demo-icon icon-trash-empty">&#xe819;</i> <span class="i-name">icon-trash-empty</span><span class="i-code">0xe819</span>
</div>
<div class="span3" title="Code: 0xe81a">
<i class="demo-icon icon-tools">&#xe81a;</i> <span class="i-name">icon-tools</span><span class="i-code">0xe81a</span>
</div>
<div class="span3" title="Code: 0xe81b">
<i class="demo-icon icon-lightbulb">&#xe81b;</i> <span class="i-name">icon-lightbulb</span><span class="i-code">0xe81b</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe81c">
<i class="demo-icon icon-minus-outline">&#xe81c;</i> <span class="i-name">icon-minus-outline</span><span class="i-code">0xe81c</span>
</div>
<div class="span3" title="Code: 0xe81d">
<i class="demo-icon icon-user-add-outline">&#xe81d;</i> <span class="i-name">icon-user-add-outline</span><span class="i-code">0xe81d</span>
</div>
<div class="span3" title="Code: 0xe81e">
<i class="demo-icon icon-trophy">&#xe81e;</i> <span class="i-name">icon-trophy</span><span class="i-code">0xe81e</span>
</div>
<div class="span3" title="Code: 0xe81f">
<i class="demo-icon icon-infinity">&#xe81f;</i> <span class="i-name">icon-infinity</span><span class="i-code">0xe81f</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe820">
<i class="demo-icon icon-award">&#xe820;</i> <span class="i-name">icon-award</span><span class="i-code">0xe820</span>
</div>
<div class="span3" title="Code: 0xe821">
<i class="demo-icon icon-export">&#xe821;</i> <span class="i-name">icon-export</span><span class="i-code">0xe821</span>
</div>
<div class="span3" title="Code: 0xe822">
<i class="demo-icon icon-edit">&#xe822;</i> <span class="i-name">icon-edit</span><span class="i-code">0xe822</span>
</div>
<div class="span3" title="Code: 0xe823">
<i class="demo-icon icon-air">&#xe823;</i> <span class="i-name">icon-air</span><span class="i-code">0xe823</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe824">
<i class="demo-icon icon-book-open">&#xe824;</i> <span class="i-name">icon-book-open</span><span class="i-code">0xe824</span>
</div>
<div class="span3" title="Code: 0xe825">
<i class="demo-icon icon-users-outline">&#xe825;</i> <span class="i-name">icon-users-outline</span><span class="i-code">0xe825</span>
</div>
<div class="span3" title="Code: 0xe826">
<i class="demo-icon icon-scissors">&#xe826;</i> <span class="i-name">icon-scissors</span><span class="i-code">0xe826</span>
</div>
<div class="span3" title="Code: 0xe827">
<i class="demo-icon icon-gift">&#xe827;</i> <span class="i-name">icon-gift</span><span class="i-code">0xe827</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe828">
<i class="demo-icon icon-chart-bar">&#xe828;</i> <span class="i-name">icon-chart-bar</span><span class="i-code">0xe828</span>
</div>
<div class="span3" title="Code: 0xe829">
<i class="demo-icon icon-desktop">&#xe829;</i> <span class="i-name">icon-desktop</span><span class="i-code">0xe829</span>
</div>
<div class="span3" title="Code: 0xe82a">
<i class="demo-icon icon-mobile">&#xe82a;</i> <span class="i-name">icon-mobile</span><span class="i-code">0xe82a</span>
</div>
<div class="span3" title="Code: 0xe82b">
<i class="demo-icon icon-search">&#xe82b;</i> <span class="i-name">icon-search</span><span class="i-code">0xe82b</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xe82c">
<i class="demo-icon icon-heart-empty">&#xe82c;</i> <span class="i-name">icon-heart-empty</span><span class="i-code">0xe82c</span>
</div>
<div class="span3" title="Code: 0xe82d">
<i class="demo-icon icon-star-empty">&#xe82d;</i> <span class="i-name">icon-star-empty</span><span class="i-code">0xe82d</span>
</div>
<div class="span3" title="Code: 0xe82e">
<i class="demo-icon icon-cancel">&#xe82e;</i> <span class="i-name">icon-cancel</span><span class="i-code">0xe82e</span>
</div>
<div class="span3" title="Code: 0xf047">
<i class="demo-icon icon-move">&#xf047;</i> <span class="i-name">icon-move</span><span class="i-code">0xf047</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf08e">
<i class="demo-icon icon-link-ext">&#xf08e;</i> <span class="i-name">icon-link-ext</span><span class="i-code">0xf08e</span>
</div>
<div class="span3" title="Code: 0xf096">
<i class="demo-icon icon-check-empty">&#xf096;</i> <span class="i-name">icon-check-empty</span><span class="i-code">0xf096</span>
</div>
<div class="span3" title="Code: 0xf097">
<i class="demo-icon icon-bookmark-empty">&#xf097;</i> <span class="i-name">icon-bookmark-empty</span><span class="i-code">0xf097</span>
</div>
<div class="span3" title="Code: 0xf099">
<i class="demo-icon icon-twitter">&#xf099;</i> <span class="i-name">icon-twitter</span><span class="i-code">0xf099</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf09a">
<i class="demo-icon icon-facebook">&#xf09a;</i> <span class="i-name">icon-facebook</span><span class="i-code">0xf09a</span>
</div>
<div class="span3" title="Code: 0xf09b">
<i class="demo-icon icon-github-circled">&#xf09b;</i> <span class="i-name">icon-github-circled</span><span class="i-code">0xf09b</span>
</div>
<div class="span3" title="Code: 0xf0c5">
<i class="demo-icon icon-docs">&#xf0c5;</i> <span class="i-name">icon-docs</span><span class="i-code">0xf0c5</span>
</div>
<div class="span3" title="Code: 0xf0ca">
<i class="demo-icon icon-list-bullet">&#xf0ca;</i> <span class="i-name">icon-list-bullet</span><span class="i-code">0xf0ca</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf0cc">
<i class="demo-icon icon-strike">&#xf0cc;</i> <span class="i-name">icon-strike</span><span class="i-code">0xf0cc</span>
</div>
<div class="span3" title="Code: 0xf0e5">
<i class="demo-icon icon-comment-empty">&#xf0e5;</i> <span class="i-name">icon-comment-empty</span><span class="i-code">0xf0e5</span>
</div>
<div class="span3" title="Code: 0xf0f6">
<i class="demo-icon icon-doc-text">&#xf0f6;</i> <span class="i-name">icon-doc-text</span><span class="i-code">0xf0f6</span>
</div>
<div class="span3" title="Code: 0xf118">
<i class="demo-icon icon-smile">&#xf118;</i> <span class="i-name">icon-smile</span><span class="i-code">0xf118</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf11d">
<i class="demo-icon icon-flag-empty">&#xf11d;</i> <span class="i-name">icon-flag-empty</span><span class="i-code">0xf11d</span>
</div>
<div class="span3" title="Code: 0xf120">
<i class="demo-icon icon-terminal">&#xf120;</i> <span class="i-name">icon-terminal</span><span class="i-code">0xf120</span>
</div>
<div class="span3" title="Code: 0xf121">
<i class="demo-icon icon-code">&#xf121;</i> <span class="i-name">icon-code</span><span class="i-code">0xf121</span>
</div>
<div class="span3" title="Code: 0xf128">
<i class="demo-icon icon-help">&#xf128;</i> <span class="i-name">icon-help</span><span class="i-code">0xf128</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf129">
<i class="demo-icon icon-info">&#xf129;</i> <span class="i-name">icon-info</span><span class="i-code">0xf129</span>
</div>
<div class="span3" title="Code: 0xf141">
<i class="demo-icon icon-ellipsis">&#xf141;</i> <span class="i-name">icon-ellipsis</span><span class="i-code">0xf141</span>
</div>
<div class="span3" title="Code: 0xf17c">
<i class="demo-icon icon-linux">&#xf17c;</i> <span class="i-name">icon-linux</span><span class="i-code">0xf17c</span>
</div>
<div class="span3" title="Code: 0xf188">
<i class="demo-icon icon-bug">&#xf188;</i> <span class="i-name">icon-bug</span><span class="i-code">0xf188</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf189">
<i class="demo-icon icon-vkontakte">&#xf189;</i> <span class="i-name">icon-vkontakte</span><span class="i-code">0xf189</span>
</div>
<div class="span3" title="Code: 0xf1b0">
<i class="demo-icon icon-paw">&#xf1b0;</i> <span class="i-name">icon-paw</span><span class="i-code">0xf1b0</span>
</div>
<div class="span3" title="Code: 0xf1c9">
<i class="demo-icon icon-file-code">&#xf1c9;</i> <span class="i-name">icon-file-code</span><span class="i-code">0xf1c9</span>
</div>
<div class="span3" title="Code: 0xf1d7">
<i class="demo-icon icon-wechat">&#xf1d7;</i> <span class="i-name">icon-wechat</span><span class="i-code">0xf1d7</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf1dc">
<i class="demo-icon icon-header">&#xf1dc;</i> <span class="i-name">icon-header</span><span class="i-code">0xf1dc</span>
</div>
<div class="span3" title="Code: 0xf1fa">
<i class="demo-icon icon-at">&#xf1fa;</i> <span class="i-name">icon-at</span><span class="i-code">0xf1fa</span>
</div>
<div class="span3" title="Code: 0xf219">
<i class="demo-icon icon-diamond">&#xf219;</i> <span class="i-name">icon-diamond</span><span class="i-code">0xf219</span>
</div>
<div class="span3" title="Code: 0xf231">
<i class="demo-icon icon-pinterest">&#xf231;</i> <span class="i-name">icon-pinterest</span><span class="i-code">0xf231</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf247">
<i class="demo-icon icon-object-group">&#xf247;</i> <span class="i-name">icon-object-group</span><span class="i-code">0xf247</span>
</div>
<div class="span3" title="Code: 0xf248">
<i class="demo-icon icon-object-ungroup">&#xf248;</i> <span class="i-name">icon-object-ungroup</span><span class="i-code">0xf248</span>
</div>
<div class="span3" title="Code: 0xf24a">
<i class="demo-icon icon-sticky-note-o">&#xf24a;</i> <span class="i-name">icon-sticky-note-o</span><span class="i-code">0xf24a</span>
</div>
<div class="span3" title="Code: 0xf24d">
<i class="demo-icon icon-clone">&#xf24d;</i> <span class="i-name">icon-clone</span><span class="i-code">0xf24d</span>
</div>
</div>
<div class="row">
<div class="span3" title="Code: 0xf260">
<i class="demo-icon icon-gg">&#xf260;</i> <span class="i-name">icon-gg</span><span class="i-code">0xf260</span>
</div>
<div class="span3" title="Code: 0xf27b">
<i class="demo-icon icon-commenting-o">&#xf27b;</i> <span class="i-name">icon-commenting-o</span><span class="i-code">0xf27b</span>
</div>
<div class="span3" title="Code: 0xf2c0">
<i class="demo-icon icon-user-o">&#xf2c0;</i> <span class="i-name">icon-user-o</span><span class="i-code">0xf2c0</span>
</div>
<div class="span3" title="Code: 0xf2c3">
<i class="demo-icon icon-id-card-o">&#xf2c3;</i> <span class="i-name">icon-id-card-o</span><span class="i-code">0xf2c3</span>
</div>
</div>
<div class="container footer">Generated by <a href="https://fontello.com">fontello.com</a></div>
</body>
</html>

Binary file not shown.

View file

@ -0,0 +1,178 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2021 by original authors @ fontello.com</metadata>
<defs>
<font id="fontello" horiz-adv-x="1000" >
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="mail" unicode="&#xe800;" d="M929 11v428q-18-20-39-36-149-115-238-189-28-24-46-37t-48-28-57-13h-2q-26 0-57 13t-48 28-46 37q-88 74-238 189-21 16-39 36v-428q0-7 6-13t12-5h822q7 0 12 5t6 13z m0 586v14t-1 7-1 7-3 5-5 4-8 2h-822q-7 0-12-6t-6-12q0-94 83-159 107-84 223-176 4-3 20-17t25-21 25-17 28-16 24-5h2q11 0 24 5t28 16 25 17 25 21 20 17q116 92 224 176 30 24 56 65t26 73z m71 21v-607q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v607q0 37 26 63t63 26h822q37 0 63-26t26-63z" horiz-adv-x="1000" />
<glyph glyph-name="bell" unicode="&#xe801;" d="M509-96q0 8-9 8-33 0-57 24t-23 57q0 9-9 9t-9-9q0-41 29-70t69-28q9 0 9 9z m-372 160h726q-149 168-149 465 0 28-13 58t-39 58-67 45-95 17-95-17-67-45-39-58-13-58q0-297-149-465z m827 0q0-29-21-50t-50-21h-250q0-59-42-101t-101-42-101 42-42 101h-250q-29 0-50 21t-21 50q28 24 51 49t47 67 42 89 27 115 11 145q0 84 66 157t171 89q-5 10-5 21 0 23 16 38t38 16 38-16 16-38q0-11-5-21 106-16 171-89t66-157q0-78 11-145t28-115 41-89 48-67 50-49z" horiz-adv-x="1000" />
<glyph glyph-name="bold" unicode="&#xe802;" d="M310 1q41-18 78-18 210 0 210 187 0 64-23 101-15 24-34 41t-38 26-45 14-47 6-53 1q-40 0-56-6 0-29 0-88t-1-88q0-5 0-38t0-54 2-47 7-37z m-8 417q23-4 61-4 46 0 80 7t61 25 42 50 14 79q0 39-16 68t-45 46-60 24-69 8q-28 0-73-7 0-28 3-84t2-85q0-15 0-45t-1-44q0-26 1-38z m-302-497l1 53q9 2 48 9t59 15q4 7 7 15t4 19 4 18 1 21 0 19v36q0 548-12 572-2 5-12 8t-25 6-28 4-27 3-17 2l-2 46q55 1 190 6t208 6q13 0 38-1t38 0q39 0 76-7t72-24 60-39 41-59 16-76q0-29-9-54t-22-40-36-32-41-25-47-22q86-20 144-75t57-138q0-56-20-101t-52-72-77-48-91-27-98-8q-25 0-74 2t-74 1q-59 0-171-6t-129-7z" horiz-adv-x="785.7" />
<glyph glyph-name="italic" unicode="&#xe803;" d="M0-78l10 48q12 4 34 9t40 11 33 13q16 19 23 56 1 4 35 162t63 303 29 165v14q-13 8-30 11t-39 4-32 3l10 58q19-1 67-4t84-4 67-1q27 0 55 1t68 4 54 4q-2-22-10-50-17-6-57-16t-60-19q-5-10-8-23t-5-23-4-25-4-24q-15-82-49-234t-43-198q-1-5-7-32t-11-51-9-46-4-32l1-10q9-3 103-18-2-24-9-55-6 0-18-1t-18-1q-16 0-49 6t-48 6q-77 1-115 1-28 0-79-5t-68-7z" horiz-adv-x="571.4" />
<glyph glyph-name="cog-outline" unicode="&#xe804;" d="M560 741l-156 0-45-178-176 51-79-136 133-128-133-127 79-135 176 50 45-178 156 0 44 178 178-50 77 135-132 127 132 128-77 136-178-51z m0 104q35 0 63-22t37-57l19-73 74 21q15 4 29 4 60 0 90-53l77-135q18-31 13-66t-30-60l-55-54 55-52q25-25 30-60t-13-67l-77-136q-30-51-90-51-14 0-29 3l-74 21-17-74q-9-35-37-57t-65-22l-156 0q-36 0-64 22t-37 57l-19 74-72-22q-15-4-29-4-60 0-90 53l-79 135q-18 31-13 67t31 61l55 52-55 53q-25 25-30 60t12 67l79 135q30 53 90 53 14 0 29-4l72-21 19 73q9 35 37 57t64 22l156 0z m-78-391q-44 0-74-30t-30-74 30-74 74-30 74 31 31 73-31 73-74 31z m0 52q65 0 110-45t46-111-46-111-110-45-111 45-46 111 46 111 111 45z" horiz-adv-x="963" />
<glyph glyph-name="sun" unicode="&#xe805;" d="M542 766l-51-152-53 152q-7 22 3 42t31 28q30 10 56-11t14-59z m-469-363l153-53-153-52q-21-8-42 3t-28 32q-10 30 12 56t58 14z m365-469l53 152 51-152q7-21-3-42t-31-28q-30-10-56 12t-14 58z m469 364l-153 52 153 53q21 7 42-3t28-32q10-30-12-57t-58-13z m-675 383l71-145-145 72q-21 10-28 31t3 42q16 32 50 30t49-30z m-74-588l145 71-71-145q-10-21-31-28t-43 3q-31 16-30 50t30 49z m590-74l-71 145 145-71q21-10 28-32t-3-42q-16-31-50-30t-49 30z m74 589l-145-72 71 145q10 22 31 29t43-4q31-16 30-50t-30-48z m-331-493q-97 0-166 70t-69 165 69 166 166 69 165-69 68-166-68-165-165-70z m0 365q-54 0-93-38t-39-92 39-92 93-38 92 38 38 92-38 92-92 38z" horiz-adv-x="980" />
<glyph glyph-name="plus" unicode="&#xe806;" d="M786 439v-107q0-22-16-38t-38-15h-232v-233q0-22-16-37t-38-16h-107q-22 0-38 16t-15 37v233h-232q-23 0-38 15t-16 38v107q0 23 16 38t38 16h232v232q0 22 15 38t38 16h107q23 0 38-16t16-38v-232h232q23 0 38-16t16-38z" horiz-adv-x="785.7" />
<glyph glyph-name="up-bold" unicode="&#xe807;" d="M760 336l-192 0 0-350-376 0 0 350-192 0 380 380z" horiz-adv-x="760" />
<glyph glyph-name="right-open-big" unicode="&#xe808;" d="M13-20l358 370-358 372q-26 26 0 48 26 26 48 0l392-394q24-26 0-50l-392-394q-22-26-48 0-26 22 0 48z" horiz-adv-x="465" />
<glyph glyph-name="camera-outline" unicode="&#xe809;" d="M885-66l-729 0q-65 0-110 46t-46 110l0 417q0 65 46 110t110 46l83 0 52 52q23 23 58 37t67 15l209 0q33 0 68-15t58-37l52-52 82 0q65 0 111-46t45-110l0-417q0-65-45-110t-111-46z m-729 625q-21 0-37-16t-15-36l0-417q0-21 15-37t37-15l729 0q21 0 37 15t16 37l0 417q0 21-16 36t-37 16l-104 0q-21 0-36 15l-67 68q-22 21-53 21l-209 0q-30 0-51-21l-67-68q-15-15-38-15l-104 0z m365-105q-53 0-92-38t-39-92 39-92 92-38 92 38 38 92-38 92-92 38z m0 53q77 0 129-54t53-129q0-75-54-129t-128-53q-76 0-129 53t-53 129q0 76 53 129t129 54z m313 16q27 0 47-20t20-49-19-48-48-19-49 20-20 47q0 29 20 49t49 20z" horiz-adv-x="1041" />
<glyph glyph-name="down-dir" unicode="&#xe80a;" d="M460 550l-230-400-230 400 460 0z" horiz-adv-x="460" />
<glyph glyph-name="pencil" unicode="&#xe80b;" d="M203-7l50 51-131 131-51-51v-60h72v-71h60z m291 518q0 12-12 12-5 0-9-4l-303-302q-4-4-4-10 0-12 13-12 5 0 9 4l303 302q3 4 3 10z m-30 107l232-232-464-465h-232v233z m381-54q0-29-20-50l-93-93-232 233 93 92q20 21 50 21 29 0 51-21l131-131q20-22 20-51z" horiz-adv-x="857.1" />
<glyph glyph-name="link" unicode="&#xe80c;" d="M294 116q14 14 34 14t36-14q32-34 0-70l-42-40q-56-56-132-56-78 0-134 56t-56 132q0 78 56 134l148 148q70 68 144 77t128-43q16-16 16-36t-16-36q-36-32-70 0-50 48-132-34l-148-146q-26-26-26-64t26-62q26-26 63-26t63 26z m450 574q56-56 56-132 0-78-56-134l-158-158q-74-72-150-72-62 0-112 50-14 14-14 34t14 36q14 14 35 14t35-14q50-48 122 24l158 156q28 28 28 64 0 38-28 62-24 26-56 31t-60-21l-50-50q-16-14-36-14t-34 14q-34 34 0 70l50 50q54 54 127 51t129-61z" horiz-adv-x="800" />
<glyph glyph-name="warning-empty" unicode="&#xe80d;" d="M514 701q-49 0-81-55l-308-513q-32-55-11-95t87-40l625 0q65 0 87 40t-12 95l-307 513q-33 55-80 55z m0 105q106 0 169-107l308-513q63-105 12-199-52-93-177-93l-625 0q-123 0-177 93-53 92 11 199l309 513q62 107 170 107z m-69-652q0 69 69 69 67 0 67-69 0-67-67-67-69 0-69 67z m146 313q0-14-6-29l-71-179q-44 108-73 179-6 15-6 29 0 32 23 55t56 24 55-24 22-55z" horiz-adv-x="1026" />
<glyph glyph-name="logout" unicode="&#xe80e;" d="M357 46q0-2 1-11t0-14-2-14-5-11-12-3h-178q-67 0-114 47t-47 114v392q0 67 47 114t114 47h178q8 0 13-5t5-13q0-2 1-11t0-15-2-13-5-11-12-3h-178q-37 0-63-26t-27-64v-392q0-37 27-63t63-27h174t6 0 7-2 4-3 4-5 1-8z m518 304q0-14-11-25l-303-304q-11-10-25-10t-25 10-11 25v161h-250q-14 0-25 11t-11 25v214q0 15 11 25t25 11h250v161q0 14 11 25t25 10 25-10l303-304q11-10 11-25z" horiz-adv-x="928.6" />
<glyph glyph-name="reply-outline" unicode="&#xe80f;" d="M938-1q0-22-15-37t-38-15q-26 0-42 24-60 93-139 133t-183 48l0-75q0-42-31-73-30-30-74-30t-72 30l-329 322q-15 15-15 38t15 37l328 323q28 28 73 29t74-29q31-32 31-74l0-89q182-36 299-180t118-330l0-52z m-468 260q224-5 353-110-30 126-129 213t-231 103l-47 2 0 183-290-286 290-287 0 183q39-1 54-1z" horiz-adv-x="938" />
<glyph glyph-name="ok-outline" unicode="&#xe810;" d="M365-41q-66 0-111 45l-208 209q-46 46-46 110 0 65 46 111 44 44 110 44t110-44l63-62 160 287q20 38 57 60t79 22q88 0 134-76t2-157l-260-469q-43-80-136-80z m-209 417q-21 0-37-16t-15-37q0-20 16-36l208-209q18-19 44-15t38 26l260 469q11 23 4 43t-24 28q-19 10-39 4t-31-24l-227-408-160 160q-15 15-37 15z" horiz-adv-x="783" />
<glyph glyph-name="pin-outline" unicode="&#xe811;" d="M856 554q30-30 30-73t-30-75q-16-16-36-24-106-51-144-125-51-102-51-246 0-45-29-74t-75-30q-47 0-75 30l-167 169-279-199 199 279-169 168q-20 18-27 49t5 64q27 65 96 65 146 0 246 50l11 7q69 37 118 141 7 20 21 34 30 30 74 29t74-31z m-273-250q53 107 196 175l-205 211q-69-146-176-200l-13-6q-120-57-281-57l416-416q0 168 63 293z" horiz-adv-x="886" />
<glyph glyph-name="upload-cloud-outline" unicode="&#xe812;" d="M794 506q107 0 184-76t77-184-77-184-184-77l-573 0q-87 0-154 62t-67 147q0 66 48 122t96 79l0 8q0 128 97 220t228 92q102 0 189-59t118-151q4 0 9 1t9 0z m0-416q65 0 110 46t46 110-45 111-110 46q-17 0-42-8l-57-15-10 56q-13 75-71 125t-134 49q-86 0-147-61t-60-146q0-23 4-43l12-62-74 1q-40 0-69-31t-29-74q0-44 30-74t73-30l287 0 0 198-112-113q-7-7-18-7-17 0-24 16t5 29l156 156q6 6 18 7t20-7l156-156q12-13 5-29t-24-16q-11 0-19 7l-111 113 0-198 234 0z" horiz-adv-x="1055" />
<glyph glyph-name="home-outline" unicode="&#xe813;" d="M1108 422q38-30 38-80 0-42-30-73t-75-31l-51 0 0-312q0-44-31-75t-74-30l-625 0q-42 0-73 30t-31 75l0 312-52 0q-44 0-74 31t-30 73q0 46 36 79 79 66 204 174t211 181 88 75l34 29 35-29q1-1 86-75t211-181 203-173z m-430-496l0 260-209 0 0-260 209 0z m207 416l156 0q-231 194-468 400-238-206-469-400l156 0 0-416 156 0 0 312 313 0 0-312 156 0 0 416z" horiz-adv-x="1146" />
<glyph glyph-name="record-outline" unicode="&#xe814;" d="M313 559q-87 0-148-61t-61-148 61-147 148-62 147 62 61 147-61 148-147 61z m0 104q130 0 221-92t91-221-91-221-221-91-222 91-91 221 91 221 222 92z" horiz-adv-x="625" />
<glyph glyph-name="attach" unicode="&#xe815;" d="M784 77q0-65-45-109t-109-44q-75 0-131 55l-434 434q-63 64-63 151 0 89 62 150t150 62q88 0 152-63l338-338q5-5 5-12 0-9-17-26t-26-17q-7 0-12 5l-339 339q-44 43-101 43-59 0-100-42t-40-101q0-58 42-101l433-433q35-36 81-36 36 0 59 24t24 59q0 46-35 81l-325 324q-14 14-33 14-16 0-27-11t-11-27q0-18 14-33l229-228q6-6 6-13 0-9-18-26t-26-17q-6 0-12 5l-229 229q-35 34-35 83 0 46 32 78t77 32q49 0 84-35l324-325q56-54 56-131z" horiz-adv-x="785.7" />
<glyph glyph-name="quote" unicode="&#xe816;" d="M146 680q146 0 184-146 38-140-40-302-80-168-224-204-32-8-66-8l0 70q112 0 182 108 54 86 26 146-16 36-62 36-60 0-103 44t-43 106 43 106 103 44z m420 0q146 0 184-146 38-140-40-302-80-168-224-204-32-8-66-8l0 70q112 0 182 108 54 86 26 146-16 36-62 36-60 0-103 44t-43 106 43 106 103 44z" horiz-adv-x="762" />
<glyph glyph-name="lock" unicode="&#xe817;" d="M298 116q0 68 67 68t68-68-68-67-67 67z m67 677q85 0 146-62t62-146l0-105 52 0q43 0 73-31t31-73l0-365q0-42-31-73t-73-31l-521 0q-44 0-74 31t-30 73l0 365q0 43 30 73t74 31l52 0 0 105q0 60 30 107t74 73q48 28 105 28z m0-104q-44 0-74-31t-31-73l0-156 209 0 0 156q0 44-31 74t-73 30z m260-678l0 365-521 0 0-365 521 0z" horiz-adv-x="729" />
<glyph glyph-name="calendar" unicode="&#xe818;" d="M71-79h161v161h-161v-161z m197 0h178v161h-178v-161z m-197 197h161v178h-161v-178z m197 0h178v178h-178v-178z m-197 214h161v161h-161v-161z m411-411h179v161h-179v-161z m-214 411h178v161h-178v-161z m428-411h161v161h-161v-161z m-214 197h179v178h-179v-178z m-196 482v161q0 7-6 12t-12 6h-36q-7 0-12-6t-6-12v-161q0-7 6-13t12-5h36q7 0 12 5t6 13z m410-482h161v178h-161v-178z m-214 214h179v161h-179v-161z m214 0h161v161h-161v-161z m18 268v161q0 7-5 12t-13 6h-35q-7 0-13-6t-5-12v-161q0-7 5-13t13-5h35q8 0 13 5t5 13z m215 36v-715q0-29-22-50t-50-21h-786q-29 0-50 21t-21 50v715q0 29 21 50t50 21h72v54q0 37 26 63t63 26h36q37 0 63-26t26-63v-54h214v54q0 37 27 63t63 26h35q37 0 64-26t26-63v-54h71q29 0 50-21t22-50z" horiz-adv-x="928.6" />
<glyph glyph-name="trash-empty" unicode="&#xe819;" d="M286 439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15 6-5h464q2 0 6 5t8 15 4 22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79v531h-53q-8 0-13 5t-5 13v36q0 8 5 13t13 5h172l39 93q9 21 31 35t44 15h178q23 0 44-15t30-35l39-93h173q8 0 13-5t5-13z" horiz-adv-x="785.7" />
<glyph glyph-name="tools" unicode="&#xe81a;" d="M155 506q-8-8-11-22t-3-25-2-11q-2-2-17-15t-19-17q-16-14-28 4l-70 76q-11 12 2 24 2 2 18 14t20 16q6 6 27 6t37 14q14 14 18 38t10 30q2 0 9 7t26 22 41 31q134 90 186 96 122 0 148-2 12 0-8-8-120-52-152-76-80-56-36-114 34-46 38-48 8-8-2-14-2-2-38-35t-38-35q-14-8-18-4-42 48-71 60t-67-12z m286-26l410-476q18-22-2-38l-48-42q-22-14-38 4l-414 472q-8 8 0 20l72 62q12 8 20-2z m554 202q16-104-16-166-50-88-154-62-56 12-100-32l-82-78-68 78 68 70q24 24 31 53t6 65 5 58q12 56 140 112 12 6 18-3t2-15q-12-12-46-80-14-10-12-35t40-53q58-40 96 22 6 12 26 41t22 33q4 10 13 9t11-17z m-858-684l254 248 76-86-246-242q-20-20-38-4l-46 46q-22 18 0 38z" horiz-adv-x="1000" />
<glyph glyph-name="lightbulb" unicode="&#xe81b;" d="M390 663q64 0 109-45t46-110q0-11-7-18t-19-8-19 8-7 18q0 43-30 73t-73 30q-25 0-25 26t25 26z m0-860q-21 0-36 16t-15 37l-104 0q-21 0-37 15t-15 37l0 157q0 31-23 76t-90 142q-70 97-70 224 0 161 114 276t276 114 276-114 115-276q0-121-71-224-67-96-89-140t-22-78l0-157q0-21-15-37t-36-15l-105 0q0-22-16-37t-37-16z m105 156l0 53-209 0 0-53 209 0z m130 383q53 76 53 165 0 118-85 202t-203 84q-117 0-202-84t-84-202q0-87 52-164 107-155 124-227l59 0 0 105q0 21 15 36t36 15 37-15 16-36l0-105 57 0q16 71 125 226z" horiz-adv-x="781" />
<glyph glyph-name="minus-outline" unicode="&#xe81c;" d="M781 194l-625 0q-65 0-110 46t-46 110 46 111 110 46l625 0q65 0 111-46t46-111-46-110-111-46z m-625 209q-21 0-37-16t-15-37 15-36 37-15l625 0q22 0 37 15t16 36-16 37-37 16l-625 0z" horiz-adv-x="938" />
<glyph glyph-name="user-add-outline" unicode="&#xe81d;" d="M938 273l-313 0q-21 0-37 15t-15 36 15 37 37 15l313 0q21 0 36-15t16-37-16-36-36-15z m-157-157q-21 0-37 15t-15 37l0 312q0 21 15 37t37 16 37-16 16-37l0-312q0-22-16-37t-37-15z m-468 573q-65 0-111-46t-46-110 46-111 111-46 110 46 46 111-46 110-110 46z m0 104q107 0 183-77t77-183-77-184-183-76-184 76-76 184 76 183 184 77z m0-677q-74 0-127-22t-72-54q75-29 199-29t197 29q-21 30-73 53t-124 23z m0 104q136 0 224-63t88-146q0-41-89-72t-223-32q-140 0-227 32t-86 72q0 83 86 146t227 63z" horiz-adv-x="990" />
<glyph glyph-name="trophy" unicode="&#xe81e;" d="M510 134l0-66q70-8 116-32t46-56q0-36-65-63t-157-27q-90 0-156 27t-66 63q0 32 46 56t118 32l0 66q0 50-33 84t-113 88q-56 36-87 61t-75 72-64 108-20 137q0 14 11 24t25 10l172 0q48 92 242 92 196 0 244-92l170 0q14 0 25-10t11-24q0-76-20-137t-64-108-75-72-87-61q-78-52-111-87t-33-85z m138 252q80 56 126 114t54 148l-126 0q-6-158-54-262z m-198 364q-62 0-108-15t-64-32-18-29q0-14 18-31t64-32 108-15 108 15 64 32 18 31q0 12-18 29t-64 32-108 15z m-378-102q8-90 54-148t126-114q-48 104-54 262l-126 0z" horiz-adv-x="900" />
<glyph glyph-name="infinity" unicode="&#xe81f;" d="M796 570q84 0 144-53t60-167q0-112-60-166t-144-54q-78 0-157 40t-139 106q-58-66-137-106t-157-40q-86 0-146 54t-60 166q0 114 60 167t146 53q78 0 157-39t137-105q58 66 138 105t158 39z m-590-352q60 0 127 37t113 95q-46 58-112 95t-128 37q-114 0-114-132t114-132z m590 0q114 0 114 132t-114 132q-62 0-129-37t-111-95q44-58 111-95t129-37z" horiz-adv-x="1000" />
<glyph glyph-name="award" unicode="&#xe820;" d="M256 357q-42 91-42 207h-143v-53q0-44 53-91t132-63z m601 154v53h-143q0-116-41-207 79 16 131 63t53 91z m72 71v-71q0-40-24-80t-62-73-97-54-120-25q-23-30-53-53-21-19-29-40t-8-50q0-30 17-51t54-21q42 0 75-25t32-64v-36q0-8-5-13t-13-5h-464q-8 0-13 5t-5 13v36q0 39 33 64t74 25q38 0 55 21t17 51q0 28-8 50t-29 40q-30 23-53 53-64 3-121 25t-96 54-63 73-23 80v71q0 23 16 38t38 16h160v53q0 37 27 63t63 27h321q37 0 63-27t26-63v-53h161q22 0 38-16t16-38z" horiz-adv-x="928.6" />
<glyph glyph-name="export" unicode="&#xe821;" d="M786 298v-144q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h142q7 0 13-6t5-12q0-15-15-18-43-15-74-34-5-2-9-2h-62q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v119q0 11 10 16 16 7 31 21 8 9 19 4 12-5 12-16z m132 277l-214-214q-10-11-25-11-7 0-14 3-22 9-22 33v107h-89q-181 0-245-73-66-77-41-264 2-13-11-19-5-1-7-1-9 0-14 7-6 8-12 17t-22 39-28 55-21 64-10 68q0 27 2 51t8 50 15 49 27 45 38 42 52 34 70 27 89 17 110 6h89v107q0 24 22 33 7 3 14 3 14 0 25-11l214-214q11-10 11-25t-11-25z" horiz-adv-x="928.6" />
<glyph glyph-name="edit" unicode="&#xe822;" d="M496 189l64 65-85 85-64-65v-31h53v-54h32z m245 402q-9 9-18 0l-196-196q-9-9 0-18t18 0l196 196q9 9 0 18z m45-331v-106q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-8-8-18-4-13 3-25 3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v70q0 7 5 12l36 36q8 8 20 4t11-16z m-54 411l161-160-375-375h-161v160z m248-73l-51-52-161 161 51 52q16 15 38 15t38-15l85-85q16-16 16-38t-16-38z" horiz-adv-x="1000" />
<glyph glyph-name="air" unicode="&#xe823;" d="M85 534q-16-14-36-12t-34 18q-14 14-12 36t18 36q48 40 79 60t89 40 129 4 159-66 155-53 100 16 89 67q38 30 70-6 32-40-6-72-122-110-234-110-100 0-222 70-68 38-119 52t-93 0-65-29-67-51z m736-110q38 32 70-6 32-40-6-72-40-34-65-53t-72-38-97-19q-96 0-222 70-68 38-119 52t-93 0-65-29-67-51q-14-14-35-12t-35 18q-32 40 6 72 38 34 60 50t69 38 88 23 105-15 134-56q68-38 119-52t93 0 65 29 67 51z m0-256q38 32 70-6 14-14 12-36t-18-36q-40-34-65-53t-72-38-97-19q-96 0-222 70-68 38-119 52t-93 1-66-29-66-52q-14-14-35-12t-35 18q-32 40 6 72 38 34 60 50t69 38 88 23 105-15 134-56q68-38 119-52t93 0 65 29 67 51z" horiz-adv-x="905" />
<glyph glyph-name="book-open" unicode="&#xe824;" d="M340 238l0-68-200 80 0 68z m0 208l0-68-200 80 0 68z m538 346q22-12 22-42l0-640q0-34-32-46l-398-160q-8-2-10-2t-5-1-5-1-5 1-5 1l-10 2-398 160q-32 12-32 46l0 640q0 30 22 42 22 16 46 6l382-154 382 154q24 10 46-6z m-478-788l0 560-320 128 0-560z m420 128l0 560-320-128 0-560z m-60 186l0-68-200-80 0 68z m0 208l0-68-200-80 0 68z" horiz-adv-x="900" />
<glyph glyph-name="users-outline" unicode="&#xe825;" d="M599 273q-108 0-184 76t-76 184 76 183 184 77 184-77 77-183-77-184-184-76z m0 416q-65 0-111-46t-45-110 45-111 111-46 110 46 46 111-46 110-110 46z m416-469q-55 0-92 38t-38 92 38 92 92 38 93-38 38-92-38-92-93-38z m0 209q-31 0-54-23t-23-56q0-31 22-54t55-23 56 23 23 54-23 55-56 24z m0-240q80 0 131-34t52-79q0-22-53-40t-130-17q-42 0-82 6 0-2 0-7t1-7q0-41-96-72t-239-32q-150 0-242 32t-92 72q0 3 1 8t0 7q-50-7-83-7-82 0-132 17t-51 40q0 45 50 79t133 34q98 0 151-50 99 81 265 81t265-81q52 50 151 50z m-832-118q60 0 102 12 5 7 13 17-38 38-115 38-98 0-127-49 44-18 127-18z m416-60q131 0 216 30-25 30-82 53t-134 22q-81 0-138-22t-80-53q84-30 218-30z m416 60q84 0 126 19-12 19-45 33t-81 15q-76 0-115-37 5-6 13-18 40-12 102-12z m-832 149q-55 0-93 38t-37 92 38 92 92 38 91-38 39-92-38-92-92-38z m0 209q-33 0-56-24t-23-55 23-54 56-23 55 23 22 54q0 33-23 56t-54 23z" horiz-adv-x="1198" />
<glyph glyph-name="scissors" unicode="&#xe826;" d="M536 350q14 0 25-11t10-25-10-25-25-10-25 10-11 25 11 25 25 11z m167-36l283-222q16-11 14-31-3-20-19-28l-72-36q-7-4-16-4-10 0-17 4l-385 216-62-36q-4-3-7-3 8-28 6-54-4-43-31-83t-74-69q-74-47-154-47-76 0-124 44-51 47-44 116 4 42 31 82t73 69q74 47 155 47 46 0 84-18 5 8 13 13l68 40-68 41q-8 5-13 12-38-17-84-17-81 0-155 47-46 30-73 69t-31 82q-3 33 8 63t36 52q47 44 124 44 80 0 154-47 46-29 74-68t31-83q2-27-6-54 3-1 7-3l62-37 385 216q7 5 17 5 9 0 16-4l72-36q16-9 19-28 2-20-14-32z m-380 145q26 24 12 61t-59 65q-52 33-107 33-42 0-63-20-26-24-12-60t59-66q51-33 107-33 41 0 63 20z m-47-415q45 28 59 65t-12 60q-22 20-63 20-56 0-107-33-45-28-59-65t12-60q21-20 63-20 55 0 107 33z m99 342l54-33v7q0 20 18 31l8 4-44 26-15-14q-1-2-5-6t-7-7q-1-1-2-2t-2-1z m125-125l54-18 410 321-71 36-429-240v-64l-89-53 5-5q1-1 4-3 2-2 6-7t6-6l15-15z m393-232l71 35-290 228-99-77q-1-2-7-4z" horiz-adv-x="1000" />
<glyph glyph-name="gift" unicode="&#xe827;" d="M518 93v400h-179v-400q0-14 10-21t26-8h107q16 0 26 8t10 21z m-255 471h109l-70 90q-15 17-39 17-22 0-38-15t-15-38 15-38 38-16z m384 54q0 22-15 38t-38 15q-24 0-39-17l-69-90h108q22 0 38 16t15 38z m210-143v-179q0-7-5-12t-13-5h-53v-233q0-22-16-37t-38-16h-607q-22 0-38 16t-16 37v233h-53q-8 0-13 5t-5 12v179q0 8 5 13t13 5h245q-51 0-88 36t-37 89 37 88 88 37q60 0 94-43l72-92 71 92q34 43 94 43 52 0 88-37t37-88-37-89-88-36h245q8 0 13-5t5-13z" horiz-adv-x="857.1" />
<glyph glyph-name="chart-bar" unicode="&#xe828;" d="M357 350v-286h-143v286h143z m214 286v-572h-142v572h142z m572-643v-72h-1143v858h71v-786h1072z m-357 500v-429h-143v429h143z m214 214v-643h-143v643h143z" horiz-adv-x="1142.9" />
<glyph glyph-name="desktop" unicode="&#xe829;" d="M1094 897q65 0 110-46t46-110l0-573q0-65-46-110t-110-46l-313 0 0-104 157 0q21 0 36-15t16-37-16-37-36-16l-625 0q-22 0-37 16t-16 37 16 37 37 15l156 0 0 104-313 0q-65 0-110 46t-46 110l0 573q0 65 46 110t110 46l938 0z m-365-989l0 104-208 0 0-104 208 0z m417 260l0 573q0 21-15 37t-37 15l-938 0q-21 0-37-15t-15-37l0-573q0-21 15-37t37-15l938 0q21 0 37 15t15 37z m-105 573q22 0 37-15t16-36l0-418q0-21-16-36t-37-15l-832 0q-21 0-37 15t-16 36l0 418q0 21 16 36t37 15l832 0z m0-469l0 418-832 0 0-418 832 0z" horiz-adv-x="1250" />
<glyph glyph-name="mobile" unicode="&#xe82a;" d="M521 819q65 0 111-46t46-110l0-625q0-65-46-111t-111-46l-365 0q-65 0-110 46t-46 111l0 625q0 65 46 110t110 46l365 0z m52-781l0 625q0 21-15 37t-37 15l-365 0q-21 0-37-15t-15-37l0-625q0-21 15-37t37-16l365 0q22 0 37 16t15 37z m-104 625q21 0 37-16t15-37l0-468q0-22-15-37t-37-15l-79 0q0-21-15-37t-36-15-37 15-16 37l-77 0q-21 0-37 15t-16 37l0 468q0 22 16 37t37 16l260 0z m0-521l0 468-260 0 0-468 260 0z" horiz-adv-x="678" />
<glyph glyph-name="search" unicode="&#xe82b;" d="M643 386q0 103-73 176t-177 74-177-74-73-176 73-177 177-73 177 73 73 177z m286-465q0-29-22-50t-50-21q-30 0-50 21l-191 191q-100-69-223-69-80 0-153 31t-125 84-84 125-31 153 31 152 84 126 125 84 153 31 153-31 125-84 84-126 31-152q0-123-69-223l191-191q21-21 21-51z" horiz-adv-x="928.6" />
<glyph glyph-name="heart-empty" unicode="&#xe82c;" d="M929 517q0 46-12 80t-31 55-46 33-52 18-55 4-62-14-62-36-48-40-34-34q-10-13-27-13t-27 13q-14 15-34 34t-48 40-62 36-62 14-55-4-52-18-46-33-31-55-12-80q0-93 105-198l324-312 324 312q105 105 105 198z m71 0q0-123-128-251l-347-335q-10-10-25-10t-25 10l-348 336q-5 5-15 15t-31 37-38 54-30 67-13 77q0 123 71 192t196 70q34 0 70-12t67-33 54-38 42-38q20 20 42 38t54 38 67 33 70 12q125 0 196-70t71-192z" horiz-adv-x="1000" />
<glyph glyph-name="star-empty" unicode="&#xe82d;" d="M635 290l170 166-235 34-106 213-105-213-236-34 171-166-41-235 211 111 211-111z m294 199q0-12-15-27l-202-197 48-279q0-4 0-12 0-28-23-28-10 0-22 7l-251 132-250-132q-12-7-23-7-11 0-17 9t-6 19q0 4 1 12l48 279-203 197q-14 15-14 27 0 21 31 26l280 40 126 254q11 23 27 23t28-23l125-254 280-40q32-5 32-26z" horiz-adv-x="928.6" />
<glyph glyph-name="cancel" unicode="&#xe82e;" d="M452 194q18-18 18-43t-18-43q-18-16-43-16t-43 16l-132 152-132-152q-18-16-43-16t-43 16q-16 18-16 43t16 43l138 156-138 158q-16 18-16 43t16 43q18 16 43 16t43-16l132-152 132 152q18 16 43 16t43-16q18-18 18-43t-18-43l-138-158z" horiz-adv-x="470" />
<glyph glyph-name="move" unicode="&#xf047;" d="M1000 350q0-14-11-25l-142-143q-11-11-26-11t-25 11-10 25v72h-215v-215h72q14 0 25-10t11-25-11-25l-143-143q-10-11-25-11t-25 11l-143 143q-11 10-11 25t11 25 25 10h72v215h-215v-72q0-14-10-25t-25-11-25 11l-143 143q-11 11-11 25t11 25l143 143q10 11 25 11t25-11 10-25v-72h215v215h-72q-14 0-25 10t-11 25 11 26l143 142q11 11 25 11t25-11l143-142q11-11 11-26t-11-25-25-10h-72v-215h215v72q0 14 10 25t25 11 26-11l142-143q11-10 11-25z" horiz-adv-x="1000" />
<glyph glyph-name="link-ext" unicode="&#xf08e;" d="M786 332v-178q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h393q7 0 12-5t5-13v-36q0-8-5-13t-12-5h-393q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v178q0 8 5 13t13 5h36q8 0 13-5t5-13z m214 482v-285q0-15-11-25t-25-11-25 11l-98 98-364-364q-5-6-13-6t-12 6l-64 64q-6 5-6 12t6 13l364 364-98 98q-11 11-11 25t11 25 25 11h285q15 0 25-11t11-25z" horiz-adv-x="1000" />
<glyph glyph-name="check-empty" unicode="&#xf096;" d="M625 707h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v464q0 37-26 63t-63 26z m161-89v-464q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 48h464q66 0 114-48t47-113z" horiz-adv-x="785.7" />
<glyph glyph-name="bookmark-empty" unicode="&#xf097;" d="M643 707h-572v-693l237 227 49 47 50-47 236-227v693z m7 72q12 0 24-5 19-8 29-23t11-35v-719q0-19-11-35t-29-23q-10-4-24-4-27 0-47 18l-246 236-246-236q-20-19-46-19-13 0-25 5-18 7-29 23t-11 35v719q0 19 11 35t29 23q12 5 25 5h585z" horiz-adv-x="714.3" />
<glyph glyph-name="twitter" unicode="&#xf099;" d="M904 622q-37-54-90-93 0-8 0-23 0-73-21-145t-64-139-103-117-144-82-181-30q-151 0-276 81 19-2 43-2 126 0 224 77-59 1-105 36t-64 89q19-3 34-3 24 0 48 6-63 13-104 62t-41 115v2q38-21 82-23-37 25-59 64t-22 86q0 49 25 91 68-83 164-133t208-55q-5 21-5 41 0 75 53 127t127 53q79 0 132-57 61 12 115 44-21-64-80-100 52 6 104 28z" horiz-adv-x="928.6" />
<glyph glyph-name="facebook" unicode="&#xf09a;" d="M535 843v-147h-87q-48 0-65-20t-17-60v-106h164l-22-165h-142v-424h-171v424h-142v165h142v122q0 104 58 161t155 57q82 0 127-7z" horiz-adv-x="571.4" />
<glyph glyph-name="github-circled" unicode="&#xf09b;" d="M429 779q116 0 215-58t156-156 57-215q0-140-82-252t-211-155q-15-3-22 4t-7 17q0 1 0 43t0 75q0 54-29 79 32 3 57 10t53 22 45 37 30 58 11 84q0 67-44 115 21 51-4 114-16 5-46-6t-51-25l-21-13q-52 15-107 15t-108-15q-8 6-23 15t-47 22-47 7q-25-63-5-114-44-48-44-115 0-47 12-83t29-59 45-37 52-22 57-10q-21-20-27-58-12-5-25-8t-32-3-36 12-31 35q-11 18-27 29t-28 14l-11 1q-12 0-16-2t-3-7 5-8 7-6l4-3q12-6 24-21t18-29l6-13q7-21 24-34t37-17 39-3 31 1l13 3q0-22 0-50t1-30q0-10-8-17t-22-4q-129 43-211 155t-82 252q0 117 58 215t155 156 216 58z m-267-616q2 4-3 7-6 1-8-1-1-4 4-7 5-3 7 1z m18-19q4 3-1 9-6 5-9 2-4-3 1-9 5-6 9-2z m16-25q6 4 0 11-4 7-9 3-5-3 0-10t9-4z m24-23q4 4-2 10-7 7-11 2-5-5 2-11 6-6 11-1z m32-14q1 6-8 9-8 2-10-4t7-9q8-3 11 4z m35-3q0 7-10 6-9 0-9-6 0-7 10-6 9 0 9 6z m32 5q-1 7-10 5-9-1-8-8t10-4 8 7z" horiz-adv-x="857.1" />
<glyph glyph-name="docs" unicode="&#xf0c5;" d="M946 636q23 0 38-16t16-38v-678q0-23-16-38t-38-16h-535q-23 0-38 16t-16 38v160h-303q-23 0-38 16t-16 38v375q0 22 11 49t27 42l228 228q15 16 42 27t49 11h232q23 0 38-16t16-38v-183q38 23 71 23h232z m-303-119l-167-167h167v167z m-357 214l-167-167h167v167z m109-361l176 176v233h-214v-233q0-22-15-37t-38-16h-233v-357h286v143q0 22 11 49t27 42z m534-449v643h-215v-232q0-22-15-38t-38-15h-232v-358h500z" horiz-adv-x="1000" />
<glyph glyph-name="list-bullet" unicode="&#xf0ca;" d="M214 64q0-44-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m0 286q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m786-232v-107q0-7-5-13t-13-5h-678q-8 0-13 5t-5 13v107q0 7 5 12t13 6h678q7 0 13-6t5-12z m-786 518q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m786-232v-108q0-7-5-12t-13-5h-678q-8 0-13 5t-5 12v108q0 7 5 12t13 5h678q7 0 13-5t5-12z m0 285v-107q0-7-5-12t-13-6h-678q-8 0-13 6t-5 12v107q0 8 5 13t13 5h678q7 0 13-5t5-13z" horiz-adv-x="1000" />
<glyph glyph-name="strike" unicode="&#xf0cc;" d="M982 350q8 0 13-5t5-13v-36q0-7-5-12t-13-5h-964q-8 0-13 5t-5 12v36q0 8 5 13t13 5h964z m-712 36q-16 19-29 44-27 55-27 105 0 101 75 173 74 71 219 71 28 0 94-11 36-7 98-27 6-21 12-66 8-68 8-102 0-10-3-25l-7-2-46 4-8 1q-28 83-58 114-49 51-117 51-64 0-101-33-38-32-38-81 0-41 37-78t156-72q38-12 96-37 33-16 53-29h-414z m283-143h229q4-22 4-51 0-62-23-119-13-31-40-58-20-19-61-45-44-27-85-37-45-12-113-12-64 0-109 13l-78 23q-32 8-40 15-5 5-5 12v8q0 60-1 87 0 17 0 38l1 20v25l57 1q8-19 17-40t12-31 7-15q20-32 45-52 24-20 59-32 33-12 73-12 36 0 78 15 43 14 68 48 26 34 26 72 0 47-45 87-19 16-76 40z" horiz-adv-x="1000" />
<glyph glyph-name="comment-empty" unicode="&#xf0e5;" d="M500 636q-114 0-213-39t-157-105-59-142q0-62 40-119t113-98l48-28-15-53q-13-51-39-97 85 36 154 96l24 21 32-3q38-5 72-5 114 0 213 39t157 105 59 142-59 142-157 105-213 39z m500-286q0-97-67-179t-182-130-251-48q-39 0-81 4-110-97-257-135-27-8-63-12h-3q-8 0-15 6t-9 15v1q-2 2 0 6t1 6 2 5l4 5t4 5 4 5q4 5 17 19t20 22 17 22 18 28 15 33 15 42q-88 50-138 123t-51 157q0 97 67 179t182 130 251 48 251-48 182-130 67-179z" horiz-adv-x="1000" />
<glyph glyph-name="doc-text" unicode="&#xf0f6;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-572 483q0 7 5 12t13 5h393q8 0 13-5t5-12v-36q0-8-5-13t-13-5h-393q-8 0-13 5t-5 13v36z m411-125q8 0 13-5t5-13v-36q0-8-5-13t-13-5h-393q-8 0-13 5t-5 13v36q0 8 5 13t13 5h393z m0-143q8 0 13-5t5-13v-36q0-8-5-13t-13-5h-393q-8 0-13 5t-5 13v36q0 8 5 13t13 5h393z" horiz-adv-x="857.1" />
<glyph glyph-name="smile" unicode="&#xf118;" d="M633 250q-21-67-77-109t-127-41-128 41-77 109q-4 14 3 27t21 18q14 4 27-2t17-22q14-44 52-72t85-28 84 28 52 72q4 15 18 22t27 2 21-18 2-27z m-276 243q0-30-21-51t-50-21-51 21-21 51 21 50 51 21 50-21 21-50z m286 0q0-30-21-51t-51-21-50 21-21 51 21 50 50 21 51-21 21-50z m143-143q0 73-29 139t-76 114-114 76-138 28-139-28-114-76-76-114-29-139 29-139 76-113 114-77 139-28 138 28 114 77 76 113 29 139z m71 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="flag-empty" unicode="&#xf11d;" d="M929 267v344q-95-51-171-51-46 0-81 18-56 27-103 42t-99 16q-97 0-225-71v-334q137 63 242 63 30 0 57-4t55-15 43-17 46-22l16-8q24-12 56-12 67 0 164 51z m-750 440q0-19-10-36t-26-25v-707q0-8-5-13t-13-5h-36q-7 0-12 5t-6 13v707q-16 9-25 25t-10 36q0 30 21 51t50 21 51-21 21-51z m821-36v-425q0-22-19-32-6-3-10-5-122-65-206-65-49 0-88 20l-16 7q-35 19-55 27t-51 16-63 8q-57 0-132-24t-127-57q-9-5-19-5-9 0-18 4-17 11-17 31v415q0 19 17 30 19 12 44 24t63 29 85 28 87 10q62 0 117-17t116-48q21-11 50-11 68 0 173 63 12 6 17 9 17 9 35-1 17-11 17-31z" horiz-adv-x="1000" />
<glyph glyph-name="terminal" unicode="&#xf120;" d="M327 302l-261-261q-5-5-12-5t-13 5l-28 28q-6 6-6 13t6 13l219 219-219 220q-6 5-6 12t6 13l28 28q5 6 13 6t12-6l261-260q5-5 5-13t-5-12z m602-256v-35q0-8-5-13t-13-5h-536q-8 0-13 5t-5 13v35q0 8 5 13t13 5h536q8 0 13-5t5-13z" horiz-adv-x="928.6" />
<glyph glyph-name="code" unicode="&#xf121;" d="M344 69l-28-28q-5-5-12-5t-13 5l-260 261q-6 5-6 12t6 13l260 260q5 6 13 6t12-6l28-28q6-5 6-13t-6-12l-219-220 219-219q6-6 6-13t-6-13z m330 596l-208-721q-2-7-9-11t-13-1l-34 9q-8 3-11 9t-2 14l209 720q2 8 8 11t13 2l35-10q7-2 11-9t1-13z m367-363l-260-261q-6-5-13-5t-13 5l-28 28q-5 6-5 13t5 13l219 219-219 220q-5 5-5 12t5 13l28 28q6 6 13 6t13-6l260-260q5-5 5-13t-5-12z" horiz-adv-x="1071.4" />
<glyph glyph-name="help" unicode="&#xf128;" d="M393 149v-134q0-9-7-15t-15-7h-134q-9 0-16 7t-7 15v134q0 9 7 16t16 6h134q9 0 15-6t7-16z m176 335q0-30-8-56t-20-43-31-33-32-25-34-19q-23-13-38-37t-15-37q0-10-7-18t-16-9h-134q-8 0-14 11t-6 20v26q0 46 37 87t79 60q33 16 47 32t14 42q0 24-26 41t-60 18q-36 0-60-16-20-14-60-64-7-9-17-9-7 0-14 4l-91 70q-8 6-9 14t3 16q89 148 259 148 45 0 90-17t81-46 59-72 23-88z" horiz-adv-x="571.4" />
<glyph glyph-name="info" unicode="&#xf129;" d="M357 100v-71q0-15-10-25t-26-11h-285q-15 0-25 11t-11 25v71q0 15 11 25t25 11h35v214h-35q-15 0-25 11t-11 25v71q0 15 11 25t25 11h214q15 0 25-11t11-25v-321h35q15 0 26-11t10-25z m-71 643v-107q0-15-11-25t-25-11h-143q-14 0-25 11t-11 25v107q0 14 11 25t25 11h143q15 0 25-11t11-25z" horiz-adv-x="357.1" />
<glyph glyph-name="ellipsis" unicode="&#xf141;" d="M214 439v-107q0-22-15-38t-38-15h-107q-23 0-38 15t-16 38v107q0 23 16 38t38 16h107q22 0 38-16t15-38z m286 0v-107q0-22-16-38t-38-15h-107q-22 0-38 15t-15 38v107q0 23 15 38t38 16h107q23 0 38-16t16-38z m286 0v-107q0-22-16-38t-38-15h-107q-22 0-38 15t-16 38v107q0 23 16 38t38 16h107q23 0 38-16t16-38z" horiz-adv-x="785.7" />
<glyph glyph-name="linux" unicode="&#xf17c;" d="M370 621q-6-1-9-6t-4-5q-3-1-3 2 0 7 10 9h6z m49-8q-3-1-7 4t-10 2q14 6 18-1 2-3-1-5z m-196-238q-3 0-4-2t-2-7-3-8-6-7q-5-6 0-7 2 0 7 4t7 10q0 2 1 4t1 4 1 2 0 2v2t-1 1-1 2z m477-201q0 10-31 24 2 8 4 15t3 15 2 12 0 12 0 11-2 12-3 12-2 14-4 14q-5 27-26 58t-40 42q13-11 32-47 48-90 30-155-6-22-28-23-17-2-21 10t-5 47-6 60q-5 21-11 38t-11 25-9 14-7 8-4 4q-8 35-17 58t-17 31-13 19-8 22q-3 12 3 30t2 27-24 14q-9 2-25 10t-20 9q-4 1-6 15t4 28 20 15q21 2 29-16t2-33q-6-10-1-15t17 0q7 2 7 20v21q-3 17-8 28t-11 17-13 8-15 4q-60-4-50-74 0-9-1-9-5 5-16 6t-19 0-8 3q0 31-9 50t-25 19q-15 0-23-16t-10-33q0-8 2-20t8-21 8-8q6 2 9 8 2 5-4 4-4 0-8 8t-6 19q0 12 5 21t19 8q10 0 15-12t6-22-1-12q-12-9-17-16-5-7-16-13t-11-7q-7-8-9-16t4-10q8-4 14-10t9-11 11-7 19-4q27-1 57 8 1 1 13 4t19 6 17 7 12 10q5 8 11 5 2-2 3-5t-1-7-10-5q-11-3-31-12t-25-11q-25-11-40-13-14-3-44 1-5 1-5-1t10-10q14-13 37-13 10 1 20 4t20 8 19 10 17 9 13 7 10 1 5-6q0-1-1-2t-2-3-3-3-5-2-5-3-5-3-6-2q-15-8-37-25t-38-24-27 0q-12 6-35 41-12 17-14 12-1-2-1-6 0-14-8-31t-16-31-12-33 6-35q-13-3-35-50t-26-79q-1-10-1-38t-3-33q-4-14-16-2-18 17-20 53-1 15 2 31 2 10-1 10-1-1-2-3-20-36 6-92 3-7 14-16t13-11q11-13 58-51t52-42q9-9 10-22t-8-24-25-13q4-8 16-24t15-31 4-39q26 13 4 51-2 5-6 9t-5 7-1 3q2 3 7 6t11-2q26-29 93-20 74 9 99 49 13 21 19 17 6-4 5-30 0-13-13-51-5-13-3-21t14-8q1 10 8 43t7 50q1 12-3 41t-5 54 13 39q9 10 29 10 0 21 19 30t40 6 34-13z m-351 462q2 9-1 17t-6 8q-5 1-5-4 1-3 2-3 6 0 4-9-1-11 5-11 1 0 1 2z m234-110q-1 4-3 6t-8 3-8 3q-3 2-5 5t-4 4-3 4-2 2-3-1q-7-9 4-24t22-18q5 0 8 5t2 11z m-99 119q0 6-3 11t-6 7-5 1q-3 0-5-1t0-2 3-2q8-2 10-17 0-2 5 1 1 1 1 2z m30 130q0 1-1 3t-5 3-6 4q-8 8-13 8-5 0-7-4t0-7 0-7q-1-3-4-6t-3-5 2-5q2-2 4 0t6 5 9 5q0 1 5 1t8 1 5 4z m315-749q11-6 18-13t6-14-1-12-9-13-13-10-17-11-17-9-18-9-15-7q-21-11-48-31t-42-36q-9-9-38-11t-50 8q-10 5-16 13t-9 15-13 11-26 5q-24 0-72 0-11 0-32 0t-32-2q-25 0-45-8t-30-17-24-16-30-6q-16 0-62 17t-81 24q-11 2-29 5t-28 5-22 6-18 8-10 11q-5 12 4 37t10 30q1 9-2 23t-6 23-2 21 6 15q7 6 31 8t34 6q17 10 23 20t7 28q12-41-18-59-18-11-46-8-19 1-24-6-7-8 3-32 1-3 4-10t5-10 2-9 1-13q0-8-9-27t-8-27q1-9 20-14 12-4 47-11t56-11q13-3 41-12t46-13 31-2q24 3 36 15t13 27-4 33-11 29-11 20q-67 106-94 135-38 42-63 23-6-5-9 8-1 9-1 21 1 16 6 29t13 26 13 24q4 12 14 40t17 43 17 35 21 30q62 79 70 108-7 63-9 173-1 51 13 85t59 58q22 12 58 12 30 1 59-7t50-24q32-23 51-67t17-83q-3-53 16-119 19-63 75-122 30-33 55-91t33-106q5-28 3-48t-7-30-11-13q-5-1-13-10t-15-20-23-19-34-8q-10 1-17 3t-13 8-7 8-7 12-5 11q-12 20-23 16t-15-27 4-54q11-39 0-109-5-36 10-56t41-19 47 20q33 28 50 37t58 24q30 10 43 20t10 20-14 16-28 13q-19 6-28 27t-8 40 8 27q1-18 5-32t8-23 11-15 12-11 12-7 9-6z" horiz-adv-x="857.1" />
<glyph glyph-name="bug" unicode="&#xf188;" d="M911 314q0-14-11-25t-25-10h-125q0-96-37-162l116-117q10-11 10-25t-10-25q-10-11-25-11t-25 11l-111 110q-3-3-8-7t-24-16-36-21-46-16-54-7v500h-71v-500q-29 0-57 7t-49 19-36 22-25 18l-8 8-102-116q-11-12-27-12-13 0-24 9-11 10-11 25t8 26l113 127q-32 63-32 153h-125q-15 0-25 10t-11 25 11 25 25 11h125v164l-97 97q-11 10-11 25t11 25 25 10 25-10l97-97h471l96 97q11 10 25 10t26-10 10-25-10-25l-97-97v-164h125q15 0 25-11t11-25z m-268 322h-357q0 74 52 126t126 52 127-52 52-126z" horiz-adv-x="928.6" />
<glyph glyph-name="vkontakte" unicode="&#xf189;" d="M1070 560q13-36-84-164-13-18-36-48-22-28-31-40t-17-27-7-24 8-19 18-24 32-30q2-1 2-2 79-73 107-123 2-3 4-7t4-15-1-19-14-15-33-7l-142-3q-14-2-32 3t-29 13l-11 6q-17 12-39 36t-38 43-34 33-32 8q-1 0-4-2t-10-8-12-16-9-29-4-44q0-8-2-15t-4-10l-2-3q-10-11-30-12h-64q-40-3-81 9t-74 29-57 37-40 32l-14 14q-5 5-15 17t-40 50-59 85-68 117-73 152q-4 9-4 15t2 9l2 3q9 11 32 11l153 1q7-1 13-3t9-5l3-2q9-6 13-18 11-28 26-57t23-46l9-16q16-34 31-58t27-38 23-22 19-8 15 3q1 1 3 3t7 12 7 26 5 46 0 69q-1 23-5 41t-7 26l-4 6q-14 19-47 24-8 2 3 14 8 10 21 17 29 14 133 13 46-1 75-7 12-3 19-8t12-13 5-18 2-25 0-31-2-40 0-46q0-6-1-23t0-27 2-22 6-22 13-14q4-1 9-2t15 6 21 19 29 38 38 60q33 58 60 125 2 6 5 10t6 6l3 2 2 1t8 2 11 0l160 1q22 3 36-1t17-10z" horiz-adv-x="1071.4" />
<glyph glyph-name="paw" unicode="&#xf1b0;" d="M435 587q0-34-10-64t-35-51-59-22q-42 0-77 32t-51 76-17 84q0 33 10 63t36 52 58 22q43 0 78-32t51-76 16-84z m-191-270q0-45-23-77t-66-33q-43 0-79 31t-56 74-20 85q0 45 23 78t67 33q42 0 79-31t56-75 19-85z m220 15q66 0 143-54t127-132 52-142q0-26-10-43t-27-25-36-12-42-3q-38 0-105 25t-102 26q-36 0-107-25t-112-25q-102 0-102 82 0 48 31 106t78 108 105 81 107 33z m134 118q-34 0-59 22t-35 51-11 64q0 41 17 84t51 76 77 32q34 0 59-22t35-52 11-63q0-41-17-84t-51-76-77-32z m241 58q43 0 66-33t24-78q0-41-20-85t-56-74-79-31q-43 0-66 33t-24 77q0 41 20 85t56 75 79 31z" horiz-adv-x="928.6" />
<glyph glyph-name="file-code" unicode="&#xf1c9;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-518 500q4 7 12 7t13-3l28-21q7-5 7-12t-3-13l-102-136 102-136q4-6 3-13t-7-12l-28-21q-6-4-13-4t-12 7l-126 168q-8 11 0 22z m447-167q8-11 0-22l-126-168q-4-6-11-7t-14 4l-28 21q-6 5-7 12t3 13l102 136-102 136q-4 6-3 13t7 12l28 21q6 4 14 3t11-7z m-346-258q-7 1-11 8t-3 13l77 464q1 7 7 11t14 3l35-5q7-2 11-8t3-13l-77-464q-1-7-7-11t-13-3z" horiz-adv-x="857.1" />
<glyph glyph-name="wechat" unicode="&#xf1d7;" d="M324 593q0 23-14 37t-37 14q-24 0-42-15t-19-36q0-22 19-36t42-14q23 0 37 13t14 37z m414-283q0 15-14 28t-36 12q-16 0-28-13t-13-27q0-16 13-28t28-13q22 0 36 12t14 29z m-131 283q0 23-14 37t-37 14q-24 0-42-15t-18-36q0-22 18-36t42-14q23 0 37 13t14 37z m354-283q0 15-15 28t-36 12q-15 0-27-13t-13-27q0-16 13-28t27-13q22 0 36 12t15 29z m-148 221q-18 3-40 3-94 0-173-43t-125-117-45-160q0-44 13-85-20-2-38-2-15 0-28 1t-31 4-25 4-30 6-28 5l-141-70 40 121q-162 114-162 274 0 94 54 173t148 125 203 45q98 0 185-36t146-102 77-146z m330-313q0-65-38-124t-104-108l31-101-111 60q-84-20-122-20-94 0-173 39t-125 107-46 147 46 148 125 107 173 39q90 0 169-39t127-108 48-147z" horiz-adv-x="1142.9" />
<glyph glyph-name="header" unicode="&#xf1dc;" d="M939-79q-25 0-74 2t-75 2q-24 0-73-2t-74-2q-13 0-21 12t-7 25q0 18 9 26t22 9 29 4 25 9q18 11 18 78l0 218q0 12-1 17-7 3-28 3h-376q-22 0-29-3 0-5 0-17l-1-207q0-79 21-91 9-6 26-8t32-2 25-8 11-26q0-14-6-26t-21-13q-26 0-78 2t-77 2q-24 0-71-2t-71-2q-13 0-20 12t-7 25q0 17 9 25t20 10 26 4 24 9q18 13 18 80l-1 31v454q0 2 1 15t0 20-1 21-2 24-4 20-6 18-9 10q-8 5-25 7t-29 1-23 7-10 26q0 14 6 26t20 13q26 0 78-2t77-2q23 0 71 2t70 2q14 0 21-13t7-26q0-17-9-25t-22-8-27-2-24-7q-20-12-20-90l1-178q0-12 0-18 7-2 22-2h390q14 0 21 2 1 6 1 18l0 178q0 78-19 90-10 6-33 7t-37 7-14 28q0 14 7 26t21 13q24 0 74-2t73-2q24 0 72 2t72 2q14 0 21-13t7-26q0-17-10-25t-22-8-29-2-24-7q-20-13-20-90l1-526q0-66 19-78 9-6 25-8t30-2 23-9 10-25q0-14-6-26t-20-13z" horiz-adv-x="1000" />
<glyph glyph-name="at" unicode="&#xf1fa;" d="M542 418q0 60-29 94t-83 34q-35 0-69-17t-61-47-45-77-17-100q0-63 30-97t84-34q54 0 98 37t69 93 23 114z m315-68q0-62-20-110t-55-75-74-42-81-15q-3 0-8 0t-10-1q-53 0-79 30-15 18-18 46-29-37-74-61t-96-25q-90 0-140 54t-49 150q0 88 37 162t100 117 137 43q48 0 86-19t60-56l1 11 6 31q0 3 3 7t5 3h66q3 0 7-6 3-3 2-9l-67-343q-3-13-3-26 0-22 7-29t25-8q16 1 32 3t41 14 43 28 31 50 14 76q0 163-97 260t-260 97q-73 0-139-28t-114-76-76-114-29-139 29-139 76-113 114-77 139-28q127 0 226 80 6 5 13 5t12-7l23-27q4-7 4-14-2-7-7-12-57-46-127-72t-144-25q-87 0-167 34t-136 92-92 137-34 166 34 166 92 137 136 92 167 34q192 0 310-119t118-310z" horiz-adv-x="857.1" />
<glyph glyph-name="diamond" unicode="&#xf219;" d="M118 421l348-371-167 371h-181z m453-430l195 430h-389z m-271 502l114 214h-146l-161-214h193z m377-443l348 371h-181z m-296 443h381l-114 214h-153z m462 0h193l-161 214h-146z m78 271l215-286q7-10 7-23t-10-22l-535-572q-10-11-27-11t-26 11l-535 572q-9 9-10 22t7 23l215 286q10 15 28 15h643q18 0 28-15z" horiz-adv-x="1142.9" />
<glyph glyph-name="pinterest" unicode="&#xf231;" d="M0 517q0 60 21 113t58 93 85 69 103 44 113 14q88 0 164-37t123-108 47-160q0-54-10-105t-34-99-56-83-80-58-106-21q-38 0-75 18t-54 49q-5-22-15-63t-14-53-11-40-15-39-17-35-26-44-35-48l-7-3-5 6q-9 88-9 105 0 51 12 115t37 161 29 113q-18 36-18 94 0 47 29 87t74 41q34 0 53-23t19-57q0-37-24-106t-25-105q0-35 25-58t61-23q31 0 57 14t44 38 31 53 21 61 11 62 4 56q0 96-61 150t-160 54q-111 0-186-72t-75-183q0-25 7-48t15-36 15-26 7-17q0-15-8-40t-21-25q-1 0-9 1-29 9-51 31t-34 53-18 60-6 60z" horiz-adv-x="714.3" />
<glyph glyph-name="object-group" unicode="&#xf247;" d="M1143 636h-72v-572h72v-214h-214v71h-715v-71h-214v214h71v572h-71v214h214v-71h715v71h214v-214z m-143 143v-72h71v72h-71z m-929 0v-72h72v72h-72z m72-858v72h-72v-72h72z m786 72v71h71v572h-71v71h-715v-71h-71v-572h71v-71h715z m142-72v72h-71v-72h71z m-357 572h215v-429h-500v143h-215v429h500v-143z m-428-214h357v285h-357v-285z m571-143v285h-143v-214h-214v-71h357z" horiz-adv-x="1142.9" />
<glyph glyph-name="object-ungroup" unicode="&#xf248;" d="M1286 421h-72v-357h72v-214h-215v71h-500v-71h-214v214h72v72h-215v-72h-214v215h71v357h-71v214h214v-71h500v71h215v-214h-72v-72h214v72h215v-215z m-143 143v-71h71v71h-71z m-357 215v-72h71v72h-71z m-715 0v-72h72v72h-72z m72-643v71h-72v-71h72z m714 71h-71v-71h71v71z m-643 0h500v72h72v357h-72v71h-500v-71h-71v-357h71v-72z m286-286v72h-71v-72h71z m714 0v72h-71v-72h71z m-71 143v357h-72v72h-214v-214h72v-215h-215v72h-214v-72h71v-71h500v71h72z" horiz-adv-x="1285.7" />
<glyph glyph-name="sticky-note-o" unicode="&#xf24a;" d="M781 136h-138v-139q16 6 23 13l103 103q7 7 12 23z m-156 71h161v500h-715v-714h500v161q0 22 16 38t38 15z m232 518v-571q0-23-11-49t-27-43l-102-103q-16-15-43-26t-49-12h-571q-23 0-38 16t-16 38v750q0 22 16 38t38 16h750q22 0 38-16t15-38z" horiz-adv-x="857.1" />
<glyph glyph-name="clone" unicode="&#xf24d;" d="M929-61v607q0 8-6 13t-12 5h-607q-8 0-13-5t-5-13v-607q0-7 5-12t13-6h607q7 0 12 6t6 12z m71 607v-607q0-37-26-63t-63-26h-607q-37 0-63 26t-27 63v607q0 37 27 64t63 26h607q37 0 63-26t26-64z m-214 215v-90h-72v90q0 7-5 12t-13 6h-607q-7 0-12-6t-6-12v-607q0-8 6-13t12-5h90v-72h-90q-36 0-63 27t-26 63v607q0 37 26 63t63 26h607q37 0 64-26t26-63z" horiz-adv-x="1000" />
<glyph glyph-name="gg" unicode="&#xf260;" d="M411 404l214-215-214-214-375 375 375 375 94-94-54-53-40 40-268-268 268-268 107 108-161 160z m321 321l375-375-375-375-94 94 54 53 40-40 268 268-268 268-108-108 162-160-54-54-214 215z" horiz-adv-x="1142.9" />
<glyph glyph-name="commenting-o" unicode="&#xf27b;" d="M357 350q0-30-21-50t-50-21-51 21-21 50 21 51 51 20 50-20 21-51z m214 0q0-30-20-50t-51-21-50 21-21 50 21 51 50 20 51-20 20-51z m215 0q0-30-21-50t-51-21-50 21-21 50 21 51 50 20 51-20 21-51z m-286 286q-114 0-213-39t-157-105-59-142q0-62 40-119t113-98l48-28-15-53q-13-51-39-97 85 36 154 96l24 21 32-3q38-5 72-5 114 0 213 39t157 105 59 142-59 142-157 105-213 39z m500-286q0-97-67-179t-182-130-251-48q-39 0-81 4-110-97-257-135-27-8-63-12h-3q-8 0-15 6t-9 15v1q-2 2 0 6t1 6 2 5l4 5t4 5 4 5q4 5 17 19t20 22 17 22 18 28 15 33 15 42q-88 50-138 123t-51 157q0 73 40 139t106 114 160 76 194 28 194-28 160-76 106-114 40-139z" horiz-adv-x="1000" />
<glyph glyph-name="user-o" unicode="&#xf2c0;" d="M670 413q26-8 50-22t50-40 44-65 31-96 12-132q0-86-56-147t-134-61h-477q-78 0-134 61t-56 147q0 73 12 132t31 96 44 65 50 40 50 22q-44 69-44 151 0 58 23 111t61 91 91 61 111 23 110-23 92-61 61-91 22-111q0-82-44-151z m-241 366q-89 0-152-63t-63-152 63-151 152-63 151 63 63 151-63 152-151 63z m238-858q49 0 84 40t35 97q0 134-44 211t-126 80q-81-70-187-70t-188 70q-82-3-126-80t-44-211q0-57 35-97t84-40h477z" horiz-adv-x="857.1" />
<glyph glyph-name="id-card-o" unicode="&#xf2c3;" d="M500 174q0-31-18-52t-42-22h-237q-25 0-43 22t-17 52q0 30 4 56t14 50 28 38 45 14q36-36 87-36t88 36q26 0 45-14t28-38 14-50 4-56z m-71 247q0-44-32-75t-76-32-75 32-32 75 32 76 75 32 76-32 32-76z m571-232v-35q0-8-5-13t-13-5h-393q-7 0-12 5t-6 13v35q0 8 6 13t12 5h393q8 0 13-5t5-13z m-214 143v-36q0-7-5-12t-13-5h-179q-7 0-12 5t-6 12v36q0 8 6 13t12 5h179q8 0 13-5t5-13z m214 0v-36q0-7-5-12t-13-5h-107q-8 0-13 5t-5 12v36q0 8 5 13t13 5h107q8 0 13-5t5-13z m0 143v-36q0-7-5-12t-13-6h-393q-7 0-12 6t-6 12v36q0 8 6 13t12 5h393q8 0 13-5t5-13z m71-464v625h-1000v-625q0-7 6-13t12-5h965q7 0 12 5t5 13z m72 678v-678q0-37-26-63t-63-27h-965q-36 0-63 27t-26 63v678q0 37 26 63t63 27h965q36 0 63-27t26-63z" horiz-adv-x="1142.9" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -114,6 +114,12 @@ img {
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }
.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }
.p15 { padding: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
@ -123,7 +129,8 @@ img {
.black { color: #222; }
.gray { color: #5b7083; }
.gray-light { color: #666; }
.green { color: #390; }
.gray-light-2 { color: #919191; }
.green { color: #318407; }
.blue { color: #54b9f7; }
.white { color: #fff; }
.red { color: #e45735; }
@ -139,7 +146,7 @@ img {
.center { text-align: center; }
.middle { vertical-align: middle; }
.lowercase { text-transform: lowercase; }
.flex { display: flex; }
.flex { display: flex; }
.justify-content-between { justify-content: space-between; }
.align-items-center { align-items: center; }
.italic { font-style: italic; }
@ -239,10 +246,6 @@ pre code {
color: #fff;
}
.add-post {
margin-top: -5px;
}
.banner {
color: rgba(33, 32, 31, 0.5);
border-radius: 2px;
@ -260,6 +263,11 @@ pre code {
text-decoration: underline;
}
.answer-footer,
.comm-footer {
line-height: 17px;
}
.answers h2 {
margin: 0 0 0 4px;
font-weight: 300;
@ -416,13 +424,13 @@ textarea:focus {
}
/* Authorization form */
.login-nav label {
.login-nav-home label {
line-height: 13px;
margin-bottom: 7px;
display: block;
}
.login-nav input {
.login-nav-home input {
height: 26px;
border: none;
border-radius: 0;
@ -432,42 +440,35 @@ textarea:focus {
outline: 0;
color: #004874;
width: 100%;
padding-left: 3px;
}
.login-nav input:hover {
.login-nav-home input:hover {
border-bottom: 2px solid #1ca1f3;
background-color: #eff3f6;
}
.login-nav input#rememberme {
.login-nav-home input#rememberme {
height: 12px;
width: 12px;
float: left;
margin-right: 5px;
}
.login-nav label#rem-text {
.login-nav-home label#rem-text {
margin-top: 13px;
padding-top: 3px;
}
.login-nav hr {
.login-nav-home hr {
width: 60%;
margin-top: 22px;
}
.recover {
line-height: 16px;
font-weight: 500;
opacity: 0.7;
}
.login-nav button {
.login-nav-home button {
background-color: #1ca1f3;
border: 1px solid #1ca1f3;
outline: 0;
padding: 10px 15px;
font-size: 11px;
line-height: 13px;
font-weight: 500;
width: 100%;
@ -475,7 +476,7 @@ textarea:focus {
border-radius: 10em;
}
.login-nav button:hover {
.login-nav-home button:hover {
color: #1ca1f3;
background-color: #fff;
}
@ -565,24 +566,6 @@ form.form {
padding: 1px 15px;
}
.push {
padding: 5px 15px;
font-size: 32px;
}
.push i {
padding: 5px 15px;
font-size: 32px;
}
.vk {
fill: #5b7083;
}
.vk:hover {
fill: #e45735;
}
.post-telo.full {
overflow: hidden;
margin-bottom: 22px;
@ -642,7 +625,8 @@ img.img-post,
color: #e45735;
}
#stHeader {
#stHeader,
.black.redactor #stHeader.sticky {
display: none;
}
@ -662,10 +646,6 @@ img.img-post,
color: #e45735;
}
.black.redactor #stHeader.sticky {
display: none;
}
.no-md p {
margin: 2px 0;
}
@ -689,11 +669,6 @@ img.img-post,
height: 21px;
}
.bar-title {
text-transform: uppercase;
margin: 8px 0 0;
}
/* Answers */
.line {
border-top: 2px dotted #ddd;
@ -702,12 +677,6 @@ img.img-post,
.line-qa {
border-top: 1px solid #eee;
margin-left: 30px;
}
ol.answer-telo {
padding: 0;
margin: 0;
}
.answ-telo-body p {
@ -732,6 +701,7 @@ ol.answer-telo {
color: #f8a853;
}
ol,
.comments_subtree,
.answers_subtree {
position: relative;
@ -757,28 +727,7 @@ ol.answer-telo {
background-color: lightyellow;
}
.container {
padding: 5px;
}
ol {
list-style: none;
}
ol.comment-telo.one {
padding: 0;
}
ol.comment-telo.two {
margin-left: 25px;
}
ol.comment-telo.three {
margin-left: 50px;
}
ol.comment-telo {
list-style: none;
padding-left: 23px;
}
@ -790,25 +739,21 @@ ol.comment-telo {
margin: 8px 0;
}
.answers .comm-telo {
list-style: none;
}
.qa-comm .comm-telo-body {
margin: 2px 0 2px 0;
}
.answers .comm-telo.qa-comm {
margin-top: 1px;
margin-bottom: 1px;
}
.comments .comm-telo {
padding: 3px 0 0 0;
font-size: 10.5pt;
max-width: 800px;
}
.answers .comm-telo.qa-comm {
margin-top: 1px;
margin-bottom: 1px;
}
.qa-footer {
width: 130px;
margin: 10px 0 0;
@ -826,59 +771,19 @@ ol.comment-telo {
}
/* Voting */
.post-footer .voters {
margin-top: 3px;
}
.voters,
.voters a,
.voters .up-id,
.telo-detail-post .voters {
float: left;
height: 28px;
}
.voters .icon-up-bold,
.voters .score {
float: left;
margin: 0 5px 0 2px;
display: inline-block;
}
.answer-telo .voters,
.comm-telo .voters {
margin: 0 5px 0 0;
.icon-up-bold {
font-size: 1.2em;
}
.voters .up-id {
border-color: transparent transparent #bbb transparent;
border-style: solid;
border-width: 6px;
width: 0;
height: 0;
margin-bottom: 0;
padding: 0;
display: block;
border-bottom-width: 11px;
}
.comm-footer .voters .up-id {
margin-top: -1px;
}
.voters .up-id:hover {
border-color: transparent transparent #e45735 transparent;
}
.voters.active .up-id,
.voters.active .score {
border-color: transparent transparent #e45735 transparent;
.voters.active .icon-up-bold,
.voters .icon-up-bold:hover {
color: #e45735;
border-bottom-width: 11px;
float: left;
}
.heart-link .voters {
padding-top: 5px;
}
.favicon {
@ -966,10 +871,6 @@ ul.breadcrumb {
display: none;
}
.related {
margin: 0 0 25px 0;
}
.related-count {
background-color: #eef0f1;
width: 21px;
@ -1213,8 +1114,10 @@ footer a.footer:hover {
.dark .form-input,
.dark input.form-search,
.dark .banner,
.dark textarea,
.dark .no-content,
.dark textarea,
.dark .add-focus,
.dark .add-focus:hover,
.dark .login-nav input {
background-color: #383838;
border: 1px solid #282828;

View file

@ -14,21 +14,21 @@ var editor = editormd("test-markdown-view-post", {
imageUploadURL: "/backend/uploadimage", //"{{url('/backend/uploadimage')}}",
toolbarIconsClass : {
bold : "light-icon-bold",
del : "light-icon-strikethrough",
italic : "light-icon-italic",
quote : "light-icon-message-circle",
h3 : editormd.classPrefix + "light-icon-message-circle",
"list-ul" : "light-icon-list",
hr : "light-icon-separator",
link : "light-icon-link",
image : "light-icon-camera",
code : "light-icon-code",
"code-block" : "light-icon-terminal",
preview : "light-icon-device-desktop",
bold : "icon-bold",
del : "icon-strike",
italic : "icon-italic",
quote : "icon-quote",
h3 : editormd.classPrefix + "icon-message-circle",
"list-ul" : "icon-list-bullet",
hr : "icon-minus-outline",
link : "icon-link",
image : "icon-camera-outline",
code : "icon-terminal",
"code-block" : "icon-file-code",
preview : "icon-device-desktop",
search : "fa-search",
fullscreen : "light-icon-arrows-maximize",
help : "light-icon-info-square",
fullscreen : "icon-move",
help : "icon-info",
info : "fa-info-circle"
},
toolbarIconTexts : {},

View file

@ -19,22 +19,22 @@ var editor = editormd("test-markdown-view", {
toolbarIconsClass : {
undo : "fa-undo",
redo : "fa-repeat",
bold : "light-icon-bold",
del : "light-icon-strikethrough",
italic : "light-icon-italic",
quote : "light-icon-message-circle",
bold : "icon-bold",
del : "icon-strike",
italic : "icon-italic",
quote : "icon-quote",
uppercase : "fa-font",
h3 : editormd.classPrefix + "light-icon-message-circle",
h4 : editormd.classPrefix + "bold",
"list-ul" : "light-icon-list",
"list-ul" : "icon-list-bullet",
"list-ol" : "fa-list-ol",
hr : "light-icon-separator",
link : "light-icon-link",
hr : "icon-minus-outline",
link : "icon-link",
"reference-link" : "fa-anchor",
image : "light-icon-camera",
code : "light-icon-code",
"preformatted-text" : "light-icon-terminal",
"code-block" : "light-icon-terminal",
image : "icon-camera-outline",
code : "icon-terminal",
"preformatted-text" : "icon-terminal",
"code-block" : "icon-file-code",
table : "fa-table",
datetime : "fa-clock-o",
emoji : "icon crop",
@ -43,11 +43,11 @@ var editor = editormd("test-markdown-view", {
"goto-line" : "fa-terminal", // fa-crosshairs
watch : "fa-eye-slash",
unwatch : "fa-eye",
preview : "light-icon-device-desktop",
preview : "icon-device-desktop",
search : "fa-search",
fullscreen : "light-icon-arrows-maximize",
fullscreen : "icon-move",
clear : "fa-eraser",
help : "light-icon-info-square",
help : "icon-info",
info : "fa-info-circle"
},
toolbarIconTexts : {},

View file

@ -93,7 +93,7 @@
}).appendTo($container),
// Create the icon and append it to the text container
$i = $('<i>', {class: 'icon cloud-upload'}).appendTo($textContainer),
$i = $('<i>', {class: 'icon-upload-cloud-outline gray-light-2'}).appendTo($textContainer),
// Create the text and append it to the text container
$span = $('<span>', {text: plugin.settings.label}).appendTo($textContainer);
@ -138,7 +138,7 @@
$button = $('<button>', {class: 'delete-image'}).appendTo($container),
// Create the delete icon
$i = $('<i>', {class: 'light-icon-arrows-minimize'}).appendTo($button);
$i = $('<i>', {class: 'icon-cancel'}).appendTo($button);
// If the image is preloaded
if (preloaded) {

View file

@ -1,11 +1,11 @@
<div class="white-box menu-info sticky">
<div class="p15">
<a title="<?= lang('Info'); ?>" class="gray<?php if ($uid['uri'] == '/info') { ?> active<?php } ?>" href="/info">
<i class="light-icon-point middle"></i>
<i class="icon-record-outline middle"></i>
<span class="middle"><?= lang('Info'); ?></span>
</a>
<a title="<?= lang('Privacy'); ?>" class="gray<?php if ($uid['uri'] == '/info/privacy') { ?> active" <?php } ?>" href="/info/privacy">
<i class="light-icon-point middle"></i>
<i class="icon-record-outline middle"></i>
<span class="middle"><?= lang('Privacy'); ?></span>
</a>
</div>

View file

@ -2,29 +2,31 @@
<div class="pt15 pr15 pb5 pl15">
<form class="" action="/login" method="post">
<?php csrf_field(); ?>
<div class="login-nav mb20">
<div class="mb20">
<label for="email">Email</label>
<input type="email" placeholder="<?= lang('Enter'); ?> e-mail" name="email" id="email">
</div>
<div class="login-nav mb20">
<div class="mb20">
<label for="password"><?= lang('Password'); ?></label>
<input type="password" placeholder="<?= lang('Enter your password'); ?>" name="password" id="password">
</div>
<div class="login-nav mb20">
<div class="mb20">
<input type="checkbox" id="rememberme" name="rememberme" value="1">
<label id="rem-text" class="form-check-label" for="rememberme"><?= lang('Remember me'); ?></label>
</div>
<div class="login-nav mb20">
<button type="submit" class="button-primary white"><?= lang('Sign in'); ?></button>
<div class="mb20">
<button type="submit" class="button-primary pt10 pr15 pb10 pl15 size-13 white">
<?= lang('Sign in'); ?>
</button>
</div>
<div class="login-nav center size-13">
<div class="center size-13">
Продолжая, вы соглашаетесь с <a href="/info/privacy">Условиями использования</a> сайта
</div>
<div class="login-nav mb20 mt15 center size-13">
<a class="recover gray" href="/recover"><?= lang('Forgot your password'); ?>?</a>
<div class="mb20 mt15 center size-13">
<a class="gray-light" href="/recover"><?= lang('Forgot your password'); ?>?</a>
<hr>
</div>
<div class="login-nav mb20 center size-13">
<div class="mb20 center size-13">
<?= lang('No account available'); ?>?
<br>
<a href="/register"><?= lang('Sign up'); ?></a>

View file

@ -29,19 +29,19 @@
<a href="/post/<?= $post['post_id']; ?>/<?= $post['post_slug']; ?>">
<h2 class="title size-21 ml15 mt0 mb0"><?= $post['post_title']; ?>
<?php if ($post['post_is_deleted'] == 1) { ?>
<i class="light-icon-trash red"></i>
<i class="icon-trash red"></i>
<?php } ?>
<?php if ($post['post_closed'] == 1) { ?>
<i class="light-icon-lock"></i>
<i class="icon-lock gray"></i>
<?php } ?>
<?php if ($post['post_top'] == 1) { ?>
<i class="light-icon-arrow-narrow-up red"></i>
<i class="icon-pin-outline red"></i>
<?php } ?>
<?php if ($post['post_lo'] > 0) { ?>
<i class="light-icon-checks red"></i>
<i class="icon-diamond red"></i>
<?php } ?>
<?php if ($post['post_type'] == 1) { ?>
<i class="light-icon-language green"></i>
<i class="icon-help green"></i>
<?php } ?>
<?php if ($post['post_translation'] == 1) { ?>
<span class="translation size-13 italic lowercase"><?= lang('Translation'); ?></span>
@ -50,7 +50,7 @@
<span class="trust-level italic size-13">tl<?= $post['post_tl']; ?></span>
<?php } ?>
<?php if ($post['post_merged_id'] > 0) { ?>
<i class="light-icon-arrow-forward-up red"></i>
<i class="icon-link-ext red"></i>
<?php } ?>
</h2>
</a>
@ -63,7 +63,7 @@
<?php if ($post['post_url_domain']) { ?>
<span class="mr5 ml5"></span>
<a class="gray-light size-13" href="/domain/<?= $post['post_url_domain']; ?>">
<i class="light-icon-link size-13 middle"></i> <?= $post['post_url_domain']; ?>
<i class="icon-link size-13 middle"></i> <?= $post['post_url_domain']; ?>
</a>
<?php } ?>
</div>
@ -84,15 +84,15 @@
</div>
<?php } ?>
<div class="pt5 pr15 pb5 pl15 hidden lowercase">
<div class="pt5 pr10 pb5 pl10 hidden lowercase flex-100">
<?= votes($uid['id'], $post, 'post'); ?>
<?php if ($post['post_answers_count'] != 0) { ?>
<a class="right gray-light" href="/post/<?= $post['post_id']; ?>/<?= $post['post_slug']; ?>">
<?php if ($post['post_type'] == 0) { ?>
<i class="light-icon-messages middle"></i>
<i class="icon-commenting-o"></i>
<?= $post['post_answers_count'] + $post['post_comments_count']; ?>
<?php } else { ?>
<i class="light-icon-message middle"></i>
<i class="icon-commenting-o"></i>
<?= $post['post_answers_count']; ?> <?= $post['lang_num_answers']; ?>
<?php } ?>
</a>

View file

@ -1,20 +1,20 @@
<div class="white-box sticky">
<div class="p15">
<div class="menu-info">
<a title="<?= lang('Profile'); ?>" class="gray" href="/u/<?= Request::get('login'); ?>">
<i class="light-icon-user middle"></i>
<a title="<?= lang('Profile'); ?>" class="mb5 gray" href="/u/<?= Request::get('login'); ?>">
<i class="icon-user-o middle"></i>
<span class="middle"><?= lang('Profile'); ?></span>
</a>
<a title="<?= lang('Posts'); ?>" class="gray<?php if ($uid['uri'] == '/u/' . Request::get('login') . '/posts') { ?> active<?php } ?>" href="/u/<?= Request::get('login'); ?>/posts">
<i class="light-icon-book middle"></i>
<a title="<?= lang('Posts'); ?>" class="mb5 gray<?php if ($uid['uri'] == '/u/' . Request::get('login') . '/posts') { ?> active<?php } ?>" href="/u/<?= Request::get('login'); ?>/posts">
<i class="icon-book-open middle"></i>
<span class="middle"><?= lang('Posts'); ?></span>
</a>
<a title="<?= lang('Answers-n'); ?>" class="gray<?php if ($uid['uri'] == '/u/' . Request::get('login') . '/answers') { ?> active<?php } ?>" href="/u/<?= Request::get('login'); ?>/answers">
<i class="light-icon-message middle"></i>
<a title="<?= lang('Answers-n'); ?>" class="mb5 gray<?php if ($uid['uri'] == '/u/' . Request::get('login') . '/answers') { ?> active<?php } ?>" href="/u/<?= Request::get('login'); ?>/answers">
<i class="icon-comment-empty middle"></i>
<span class="middle"><?= lang('Answers-n'); ?></span>
</a>
<a title="<?= lang('Comments-n'); ?>" class="gray<?php if ($uid['uri'] == '/u/' . Request::get('login') . '/comments') { ?> active<?php } ?>" href="/u/<?= Request::get('login'); ?>/comments">
<i class="light-icon-messages middle"></i>
<a title="<?= lang('Comments-n'); ?>" class="mb5 gray<?php if ($uid['uri'] == '/u/' . Request::get('login') . '/comments') { ?> active<?php } ?>" href="/u/<?= Request::get('login'); ?>/comments">
<i class="icon-commenting-o middle"></i>
<span class="middle"><?= lang('Comments-n'); ?></span>
</a>
</div>

View file

@ -39,7 +39,7 @@
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('No answers'); ?>...</span>
</p>
<?php } ?>

View file

@ -40,7 +40,7 @@
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('There are no comments'); ?>...</span>
</p>
<?php } ?>

View file

@ -20,18 +20,11 @@
</div>
<div class="text-oth ots">
<h4 class="p-head-n"><?= lang('Social networks'); ?></h4>
<a rel="nofollow noopener" class="discord" title="DISCORD" href="https://discord.gg/dw47aNx5nU">
<svg class="md-icon discord">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<circle cx="9" cy="12" r="1" />
<circle cx="15" cy="12" r="1" />
<path d="M7.5 7.5c3.5-1 5.5-1 9 0" />
<path d="M7 16.5c3.5 1 6.5 1 10 0" />
<path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-1 2.5" />
<path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l1 2.5" />
</svg></a>
<a rel="nofollow noopener" class="github white" title="GitHub" href="https://github.com/LoriUp/loriup">
<i class="light-icon-brand-github size-21"></i>
<a rel="nofollow noopener" class="white" title="DISCORD" href="https://discord.gg/dw47aNx5nU">
<i class="icon-wechat size-21 mr5"></i>
</a>
<a rel="nofollow noopener" class="white" title="GitHub" href="https://github.com/LoriUp/loriup">
<i class="icon-github-circled size-21"></i>
</a>
<div class="size-13">

View file

@ -11,7 +11,7 @@
<body class="black<?php if (Request::getCookie('dayNight') == 'dark') { ?> dark<?php } ?>">
<header class="flex justify-content-between align-items-center gray">
<header class="flex justify-content-between align-items-center gray-light-2">
<div class="flex align-items-center">
<div>
<a title="<?= lang('Home'); ?>" class="logo" href="/">LORI<span class="red">UP</span></a>
@ -23,18 +23,18 @@
</form>
</div>
<div>
<a class="gray nav no-mob" title="<?= lang('Topics'); ?>" href="/topics">
<i class="light-icon-layers-subtract"></i>
<a class="gray-light-2 nav no-mob" title="<?= lang('Topics'); ?>" href="/topics">
<i class="icon-clone"></i>
</a>
<a class="gray nav no-mob" title="<?= lang('Spaces'); ?>" href="/spaces">
<i class="light-icon-infinity"></i>
<a class="gray-light-2 nav no-mob" title="<?= lang('Spaces'); ?>" href="/spaces">
<i class="icon-infinity"></i>
</a>
</div>
</div>
<div class="flex align-items-center">
<div class="nav">
<span id="toggledark" class="my-color-m">
<i class="light-icon-brightness-up"></i>
<i class="icon-sun"></i>
</span>
</div>
<?php if (!$uid['id']) { ?>
@ -53,9 +53,9 @@
<div class="nav notif">
<a href="/u/<?= $uid['login']; ?>/notifications">
<?php if ($uid['notif']['action_type'] == 1) { ?>
<i class="light-icon-mail-opened red"></i>
<i class="icon-mail-opened red"></i>
<?php } else { ?>
<i class="light-icon-bell red"></i>
<i class="icon-bell red"></i>
<?php } ?>
</a>
</div>
@ -63,56 +63,56 @@
<div class="nav add-post">
<a title="<?= lang('Add post'); ?>" href="/post/add">
<i class="light-icon-plus blue middle"></i>
<i class="icon-plus blue middle"></i>
</a>
</div>
<div class="dropbtn nav">
<div class="nick gray" title="<?= $uid['login']; ?>">
<?= $uid['login']; ?>
<?= user_avatar_img($uid['avatar'], 'small', $uid['login'], 'ava ml5'); ?>
<i class="light-icon-chevron-down middle"></i>
<i class="icon-down-dir middle"></i>
</div>
<div class="dropdown-menu absolute">
<span class="st"></span>
<a class="dr-menu gray" href="/u/<?= $uid['login']; ?>">
<i class="light-icon-user middle"></i>
<a class="dr-menu mb5 gray" href="/u/<?= $uid['login']; ?>">
<i class="icon-user-o middle"></i>
<span class="middle size-13"><?= lang('Profile'); ?></span>
</a>
<a class="dr-menu gray" href="/u/<?= $uid['login']; ?>/setting">
<i class="light-icon-settings middle"></i>
<a class="dr-menu mb5 gray" href="/u/<?= $uid['login']; ?>/setting">
<i class="icon-cog-outline middle"></i>
<span class="middle size-13"><?= lang('Settings'); ?></span>
</a>
<a class="dr-menu gray" href="/u/<?= $uid['login']; ?>/drafts">
<i class="light-icon-note middle"></i>
<a class="dr-menu mb5 gray" href="/u/<?= $uid['login']; ?>/drafts">
<i class="icon-edit middle"></i>
<span class="middle size-13"><?= lang('Drafts'); ?></span>
</a>
<a class="dr-menu gray" href="/u/<?= $uid['login']; ?>/notifications">
<i class="light-icon-notification middle"></i>
<a class="dr-menu mb5 gray" href="/u/<?= $uid['login']; ?>/notifications">
<i class="icon-lightbulb middle"></i>
<span class="middle size-13"><?= lang('Notifications'); ?></span>
</a>
<a class="dr-menu gray" href="/u/<?= $uid['login']; ?>/messages">
<i class="light-icon-mail middle"></i>
<a class="dr-menu mb5 gray" href="/u/<?= $uid['login']; ?>/messages">
<i class="icon-mail middle"></i>
<span class="middle size-13"><?= lang('Messages-m'); ?></span>
</a>
<a class="dr-menu gray" href="/u/<?= $uid['login']; ?>/favorite">
<i class="light-icon-bookmark middle"></i>
<a class="dr-menu mb5 gray" href="/u/<?= $uid['login']; ?>/favorite">
<i class="icon-bookmark-empty middle"></i>
<span class="middle size-13"><?= lang('Favorites'); ?></span>
</a>
<?php if ($uid['trust_level'] > 1) { ?>
<a class="dr-menu gray" href="/u/<?= $uid['login']; ?>/invitation">
<i class="light-icon-wind middle"></i>
<a class="dr-menu mb5 gray" href="/u/<?= $uid['login']; ?>/invitation">
<i class="icon-user-add-outline middle"></i>
<span class="middle size-13"><?= lang('Invites'); ?></span>
</a>
<?php } ?>
<?php if ($uid['trust_level'] == 5) { ?>
<a class="dr-menu gray" href="/admin" target="_black">
<i class="light-icon-key middle"></i>
<a class="dr-menu mb5 gray" href="/admin" target="_black">
<i class="icon-tools middle"></i>
<span class="middle size-13"><?= lang('Admin'); ?></span>
</a>
<?php } ?>
<hr>
<a class="dr-menu gray" href="/logout" class="logout" title="<?= lang('Sign out'); ?>">
<i class="light-icon-logout middle"></i>
<a class="dr-menu mb5 gray" href="/logout" class="logout" title="<?= lang('Sign out'); ?>">
<i class="icon-logout middle"></i>
<span class="middle size-13"><?= lang('Sign out'); ?></span>
</a>
</div>

View file

@ -66,7 +66,7 @@
<?php if ($uid['uri'] == '/' && $uid['id'] > 0 && empty($data['space_user'])) { ?>
<div class="white-box">
<div class="pt5 pr15 pb5 pl15 big center gray">
<i class="light-icon-bulb middle red"></i>
<i class="icon-lightbulb middle red"></i>
<span class="middle"><?= lang('space-subscription'); ?>...</span>
</div>
</div>
@ -82,8 +82,10 @@
<?php if (!empty($data['space_user'])) { ?>
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<a class="right" title="<?= lang('Spaces'); ?>" href="/spaces"><i class="light-icon-chevron-right"></i></a>
<div class="bar-title size-13">
<a class="right" title="<?= lang('Spaces'); ?>" href="/spaces">
<i class="icon-right-open-big middle size-13"></i>
</a>
<div class="uppercase mb5 mt5 size-13">
<?= lang('Signed'); ?>
</div>
<?php foreach ($data['space_user'] as $sig) { ?>

View file

@ -25,7 +25,7 @@
<?= $mod['post_title']; ?>
</a>
<?php if ($mod['post_type'] == 1) { ?>
<i class="light-icon-language green"></i>
<i class="icon-help green"></i>
<?php } ?>
</div>
<div class="size-13">
@ -36,7 +36,7 @@
</div>
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('No moderation logs'); ?>...</span>
</p>
<?php } ?>

View file

@ -14,9 +14,9 @@
<?php if ($notif['action_type'] == 1) { ?>
<?php if ($notif['read_flag'] == 0) { ?>
<i class="light-icon-mail middle red"></i>
<i class="icon-mail middle red"></i>
<?php } else { ?>
<i class="light-icon-mail middle"></i>
<i class="icon-mail middle"></i>
<?php } ?>
<span class="mr5 ml5"></span>
<a class="gray" href="/u/<?= $notif['login']; ?>"><?= $notif['login']; ?></a>
@ -29,7 +29,7 @@
<?php } ?>
<?php if ($notif['action_type'] == 3) { ?>
<i class="light-icon-book middle"></i>
<i class="icon-book-open middle"></i>
<span class="mr5 ml5"></span>
<a class="gray" href="/u/<?= $notif['login']; ?>">@<?= $notif['login']; ?></a>
<a class="ntf2 lowercase" href="/notifications/read/<?= $notif['notification_id']; ?>">
@ -38,7 +38,7 @@
<?php } ?>
<?php if ($notif['action_type'] == 10 || $notif['action_type'] == 11 || $notif['action_type'] == 12) { ?>
<i class="light-icon-user middle"></i>
<i class="icon-user-o middle"></i>
<span class="mr5 ml5"></span>
<a class="gray" href="/u/<?= $notif['login']; ?>">@<?= $notif['login']; ?></a>
<?= lang('appealed to you'); ?>
@ -54,7 +54,7 @@
<?php } ?>
<?php if ($notif['action_type'] == 15) { ?>
<a class="ntf2 lowercase" href="/notifications/read/<?= $notif['notification_id']; ?>">
<i class="light-icon-activity middle red"></i>
<i class="icon-lightbulb middle red"></i>
<span class="mr5 ml5"></span>
<?= lang('Audit'); ?>
</a>
@ -70,9 +70,9 @@
<span class="lowercase">
<?php if ($notif['action_type'] == 4) { ?>
<?php if ($notif['read_flag'] == 0) { ?>
<i class="light-icon-messages middle red"></i>
<i class="icon-commenting-o middle red"></i>
<?php } else { ?>
<i class="light-icon-messages middle"></i>
<i class="icon-commenting-o middle"></i>
<?php } ?>
<span class="mr5 ml5"></span>
<a class="gray" href="/u/<?= $notif['login']; ?>"><?= $notif['login']; ?></a>

View file

@ -145,7 +145,7 @@
</div>
<?php } else { ?>
<div class="no-content gray">
<i class="light-icon-info-square green middle"></i>
<i class="icon-info green middle"></i>
<span class="middle"><?= lang('no-space-to-add'); ?>...</span>
</div>
<?php } ?>

View file

@ -8,7 +8,7 @@
<div class="block-answer">
<?php if ($answer['answer_is_deleted'] == 0) { ?>
<div class="line"></div>
<ol class="answer-telo">
<ol class="p0 m0">
<li class="answers_subtree" id="answer_<?= $answer['answer_id']; ?>">
<div class="container">
<div class="answ-telo">
@ -105,7 +105,7 @@
</li>
</ol>
<?php } else { ?>
<div class="gray answer-telo m5 p5 size-13">
<div class="gray m5 p5 size-13">
<span class="answ-deletes">~ <?= lang('Comment deleted'); ?></span>
</div>
<?php } ?>
@ -118,7 +118,7 @@
<ol class="pl15<?php if ($comment['comment_comment_id'] > 0) { ?> step<?php } ?>">
<li class="comment_subtree" id="comment_<?= $comment['comment_id']; ?>">
<div class="container">
<div class="p5">
<div class="comm-telo">
<div class="size-13 flex">
<a class="gray-light" href="/u/<?= $comment['login']; ?>">
@ -158,7 +158,7 @@
<?= lori\Content::text($comment['comment_content'], 'line'); ?>
</div>
</div>
<div class="comm-footer size-13">
<div class="comm-footer size-13 flex">
<?= votes($uid['id'], $comment, 'comment'); ?>
<?php if ($post['post_closed'] == 0) { ?>
@ -212,7 +212,7 @@
<?php } else { ?>
<?php if ($post['post_closed'] != 1) { ?>
<div class="no-content gray">
<i class="light-icon-info-square green middle"></i>
<i class="icon-info green middle"></i>
<span class="middle"><?= lang('There are no comments'); ?>...</span>
</div>
<?php } ?>

View file

@ -11,7 +11,7 @@
<?php if ($uid['id'] == $answer['answer_user_id']) { ?> <?php $otvet = 1; ?> <?php } ?>
<div class="line"></div>
<ol class="answer-telo">
<ol class="p0 m0">
<li class="answers_subtree" id="answer_<?= $answer['answer_id']; ?>">
<div class="answ-telo hidden">
<div class="qa-footer">
@ -34,7 +34,9 @@
<?= $answer['answer_content'] ?>
</div>
<div class="answer-footer size-13">
<div class="answer-footer flex size-13">
<?= votes($uid['id'], $answer, 'answer'); ?>
<?php if ($uid['trust_level'] >= Lori\Config::get(Lori\Config::PARAM_TL_ADD_COMM_QA)) { ?>
<?php if ($post['post_closed'] == 0) { ?>
<?php if ($post['post_is_deleted'] == 0 || $uid['trust_level'] == 5) { ?>
@ -71,9 +73,6 @@
</a>
</span>
<?php } ?>
<?= votes($uid['id'], $answer, 'answer'); ?>
</div>
<div id="answer_addentry<?= $answer['answer_id']; ?>" class="reply"></div>
</li>
@ -91,9 +90,9 @@
<?php foreach ($answer['comm'] as $comment) { ?>
<?php if ($comment['comment_is_deleted'] == 0) { ?>
<ol class="comm-telo qa-comm">
<ol class="comm-telo mb0 mt0 qa-comm2">
<li class="comment_subtree" id="comment_<?= $comment['comment_id']; ?>">
<div class="line-qa"></div>
<div class="line-qa ml15"></div>
<div class="comm-telo">
<div class="size-13 pt5 pr5 pb5 pl15">
<?= $comment['comment_content'] ?>
@ -152,7 +151,7 @@
<?php } else { ?>
<?php if ($post['post_closed'] != 1) { ?>
<div class="no-content gray">
<i class="light-icon-info-square green middle"></i>
<i class="icon-info green middle"></i>
<span class="middle"><?= lang('No answers'); ?>... </span>
</div>
<?php } ?>
@ -161,7 +160,7 @@
<?php if (!empty($otvet)) { ?>
<div class="no-content gray">
<i class="light-icon-info-square green middle"></i>
<i class="icon-info green middle"></i>
<span class="middle"><?= lang('you-question-no'); ?>...</span>
</div>

View file

@ -1,7 +1,7 @@
<?php include TEMPLATE_DIR . '/header.php'; ?>
<div class="wrap">
<div id="stHeader">
<a href="/"><i class="light-icon-home middle"></i></a>
<a title="<?= lang('Home'); ?>" href="/"><i class="icon-home-outline"></i></a>
<span class="separator gray middle mr5 ml5">\</span>
<span class="middle"><?= $post['post_title']; ?></span>
</div>
@ -15,19 +15,19 @@
<h1 class="title size-21">
<?= $post['post_title']; ?>
<?php if ($post['post_is_deleted'] == 1) { ?>
<i class="light-icon-trash red"></i>
<i class="icon-trash-empty red"></i>
<?php } ?>
<?php if ($post['post_closed'] == 1) { ?>
<i class="light-icon-lock"></i>
<i class="icon-closed"></i>
<?php } ?>
<?php if ($post['post_top'] == 1) { ?>
<i class="light-icon-arrow-narrow-up red"></i>
<i class="icon-pin-outline red"></i>
<?php } ?>
<?php if ($post['post_lo'] > 0) { ?>
<i class="light-icon-checks red"></i>
<i class="icon-diamond red"></i>
<?php } ?>
<?php if ($post['post_type'] == 1) { ?>
<i class="light-icon-language green"></i>
<i class="icon-help green"></i>
<?php } ?>
<?php if ($post['post_translation'] == 1) { ?>
<span class="translation size-13 italic lowercase"><?= lang('Translation'); ?></span>
@ -36,7 +36,7 @@
<span class="trust-level italic size-13">tl<?= $post['post_tl']; ?></span>
<?php } ?>
<?php if ($post['post_merged_id'] > 0) { ?>
<i class="light-icon-arrow-forward-up red"></i>
<i class="link-link-ext red"></i>
<?php } ?>
</h1>
<div class="size-13 lowercase flex gray-light">
@ -114,7 +114,7 @@
<h3 class="recommend">ЛО</h3>
<span class="right">
<a rel="nofollow" href="/post/<?= $post['post_id']; ?>/<?= $post['post_slug']; ?>#comment_<?= $lo['comment_id']; ?>">
<i class="light-icon-checks red"></i>
<i class="icon-diamond red"></i>
</a>
</span>
<?= $lo['comment_content']; ?>
@ -129,7 +129,7 @@
<?php } ?>
<?php if (!empty($post_related)) { ?>
<div class="related">
<div class="mb20">
<h3 class="uppercase mb5 mt0 fw300 size-13 gray"><?= lang('Related'); ?>:</h3>
<?php $num = 0; ?>
<?php foreach ($post_related as $related) { ?>
@ -145,7 +145,7 @@
<?php } ?>
<?php if (!empty($topics)) { ?>
<div class="related">
<div class="mb20">
<h3 class="uppercase mb5 mt0 fw300 size-13 gray"><?= lang('Topics'); ?>:</h3>
<?php foreach ($topics as $topic) { ?>
<a class="tags gray size-13" href="/topic/<?= $topic['topic_slug']; ?>">
@ -160,7 +160,7 @@
<?= votes($uid['id'], $post, 'post'); ?>
<span class="right gray-light">
<i class="light-icon-messages middle"></i>
<i class="icon-commenting-o middle"></i>
<?= $post['post_answers_count'] + $post['post_comments_count'] ?>
</span>
@ -220,7 +220,7 @@
<?php include TEMPLATE_DIR . '/post/comment-view.php'; ?>
<?php if ($post['post_closed'] == 1) { ?>
<p class="no-content gray">
<i class="light-icon-lock middle"></i>
<i class="icon-lock middle"></i>
<span class="middle"><?= lang('The post is closed'); ?>...</span>
</p>
<?php } ?>
@ -228,14 +228,14 @@
<?php include TEMPLATE_DIR . '/post/questions-view.php'; ?>
<?php if ($post['post_closed'] == 1) { ?>
<p class="no-content gray">
<i class="light-icon-lock middle"></i>
<i class="icon-lock middle"></i>
<span class="middle"><?= lang('The question is closed'); ?>...</span>
</p>
<?php } ?>
<?php } ?>
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('This is a draft'); ?>...</span>
</p>
<?php } ?>
@ -262,16 +262,12 @@
</div>
<?php } ?>
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<div class="pt5 pr15 pb10 pl15">
<h3 class="recommend size-13"><?= lang('To share'); ?></h3>
<div class="social center" data-url="<?= Lori\Config::get(Lori\Config::PARAM_URL) . '/post/' . $post['post_id'] . '/' . $post['post_slug']; ?>" data-title="<?= $post['post_title']; ?>">
<a class="push gray" data-id="fb"><i class="light-icon-brand-facebook"></i></a>
<a class="push gray" data-id="vk">
<svg class="vk" xmlns="http://www.w3.org/2000/svg" width="34" height="34" viewBox="0 0 24 24">
<path class="st0" d="M13.162 18.994c.609 0 .858-.406.851-.915-.031-1.917.714-2.949 2.059-1.604 1.488 1.488 1.796 2.519 3.603 2.519h3.2c.808 0 1.126-.26 1.126-.668 0-.863-1.421-2.386-2.625-3.504-1.686-1.565-1.765-1.602-.313-3.486 1.801-2.339 4.157-5.336 2.073-5.336h-3.981c-.772 0-.828.435-1.103 1.083-.995 2.347-2.886 5.387-3.604 4.922-.751-.485-.407-2.406-.35-5.261.015-.754.011-1.271-1.141-1.539-.629-.145-1.241-.205-1.809-.205-2.273 0-3.841.953-2.95 1.119 1.571.293 1.42 3.692 1.054 5.16-.638 2.556-3.036-2.024-4.035-4.305-.241-.548-.315-.974-1.175-.974h-3.255c-.492 0-.787.16-.787.516 0 .602 2.96 6.72 5.786 9.77 2.756 2.975 5.48 2.708 7.376 2.708z" />
</svg>
</a>
<a class="push gray" data-id="tw"><i class="light-icon-brand-twitter"></i></a>
<a class="size-21 pl15 pr15 gray-light-2" data-id="fb"><i class="icon-facebook"></i></a>
<a class="size-21 pl15 pr15 gray-light-2" data-id="vk"><i class="icon-vkontakte"></i></a>
<a class="size-21 pl15 pr15 gray-light-2" data-id="tw"><i class="icon-twitter"></i></a>
</div>
</div>
</div>

View file

@ -22,12 +22,12 @@
<div class="right">
<?php if (is_array($space_signed)) { ?>
<div data-id="<?= $space_info['space_id']; ?>" data-type="space" class="focus-id focus-space no-space">
<i class="light-icon-check middle"></i>
<i class="icon-ok-outline middle"></i>
<span class="middle"><?= lang('Unsubscribe'); ?></span>
</div>
<?php } else { ?>
<div data-id="<?= $space_info['space_id']; ?>" data-type="space" class="focus-id focus-space yes-space">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
<span class="middle"><?= lang('Read'); ?></span>
</div>
<?php } ?>
@ -112,14 +112,14 @@
<hr>
<div class="gray-light">
<i class="light-icon-calendar middle"></i>
<i class="icon-calendar middle"></i>
<span class="middle"><?= $space_info['space_date']; ?></span>
</div>
<?php if (!$uid['id']) { ?>
<div class="sb-add-space-post center">
<a class="mt15 mb20 white" href="/login">
<i class="light-icon-edit middle"></i>
<i class="icon-pencil size-15"></i>
<?= lang('Create Post'); ?>
</a>
</div>
@ -130,7 +130,7 @@
<?= lang('Create Post'); ?>
</a>
<?php } else { ?>
<?php if ($space_signed == 1) { ?>
<?php if ($space_signed) { ?>
<?php if ($space_info['space_permit_users'] == 1) { ?>
<?php if ($uid['trust_level'] == 5 || $space_info['space_user_id'] == $uid['id']) { ?>
<a class="add-space-post" href="/post/add/space/<?= $space_info['space_id']; ?>">
@ -162,7 +162,7 @@
<?php } else { ?>
<main class="w-100">
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('ban-space'); ?>...</span>
</p>
</main>

View file

@ -5,8 +5,8 @@
<div class="pt5 pr15 pb5 pl15">
<?php if ($uid['id'] > 0) { ?>
<?php if ($add_space_button === true) { ?>
<a title="<?= lang('To create'); ?>" class="right mt15 mb15 size-13" href="/space/add">
<i class="light-icon-plus red"></i>
<a title="<?= lang('To create'); ?>" class="right mt5 mb15 size-21" href="/space/add">
<i class="icon-plus red"></i>
</a>
<?php } ?>
<?php } ?>
@ -69,7 +69,7 @@
<div class="top-15-px">
<a href="/login">
<div class="focus-space yes-space absolute">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
<span class="middle"><?= lang('Read'); ?></span>
</div>
</a>
@ -80,12 +80,12 @@
<div class="top-15-px">
<?php if ($sp['signed_space_id'] >= 1) { ?>
<div data-id="<?= $sp['space_id']; ?>" data-type="space" class="focus-id focus-space absolute">
<i class="light-icon-check middle"></i>
<i class="icon-ok-outline middle"></i>
<span class="middle"><?= lang('Unsubscribe'); ?></span>
</div>
<?php } else { ?>
<div data-id="<?= $sp['space_id']; ?>" data-type="space" class="focus-id focus-space absolute">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
<span class="middle"><?= lang('Read'); ?></span>
</div>
<?php } ?>
@ -93,7 +93,7 @@
<?php } ?>
<?php if ($sp['space_user_id'] == $uid['id']) { ?>
<div class="focus-space absolute">
<i class="light-icon-checks middle"></i>
<i class="icon-ok-outline middle"></i>
<span class="middle"><?= lang('Created by'); ?></span>
</div>
<?php } ?>
@ -105,7 +105,7 @@
</div>
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-help middle"></i>
<span class="middle"><?= lang('No spaces'); ?>...</span>
</p>
<?php } ?>

View file

@ -9,8 +9,8 @@
<h1 class="topics"><a href="/topic/<?= $topic['topic_slug']; ?>"><?= $data['h1']; ?></a>
<?php if ($uid['trust_level'] == 5) { ?>
<a class="right" href="/admin/topics/<?= $topic['topic_id']; ?>/edit">
<i class="light-icon-edit middle"></i>
<a class="right gray-light" href="/admin/topics/<?= $topic['topic_id']; ?>/edit">
<i class="icon-pencil size-15"></i>
</a>
<?php } ?>
</h1>
@ -23,7 +23,7 @@
<?php if (!empty($post_related)) { ?>
<div class="white-box">
<div class="pt5 pr15 pb5 pl15">
<div class="related">
<div class="mb20">
<h3 class="uppercase mb5 mt0 fw300 size-13 gray"><?= lang('By topic'); ?>:</h3>
<?php $num = 0; ?>
<?php foreach ($post_related as $related) { ?>
@ -52,7 +52,7 @@
</center>
<hr>
<div class="gray-light">
<i class="light-icon-calendar middle"></i>
<i class="icon-calendar middle"></i>
<span class="middle"><?= $topic['topic_add_date']; ?></span>
</div>
</div>

View file

@ -11,8 +11,8 @@
<h1>
<?= $data['h1']; ?>
<?php if ($uid['trust_level'] == 5) { ?>
<a class="right" href="/admin/topics/<?= $topic['topic_id']; ?>/edit">
<i class="light-icon-edit middle"></i>
<a class="right gray-light" href="/admin/topics/<?= $topic['topic_id']; ?>/edit">
<i class="icon-pencil size-15"></i>
</a>
<?php } ?>
</h1>
@ -34,7 +34,7 @@
<?php } ?>
<?php } ?>
<a title="<?= lang('Info'); ?>" class="size-13 lowercase right gray" href="/topic/<?= $topic['topic_slug']; ?>/info">
<i class="light-icon-info-square"></i>
<i class="icon-info"></i>
</a>
</div>
</div>

View file

@ -5,8 +5,8 @@
<div class="pt5 pr15 pb5 pl15">
<h1><?= $data['h1']; ?>
<?php if ($uid['trust_level'] == 5) { ?>
<a class="right" href="/admin/topics">
<i class="light-icon-edit middle"></i>
<a class="right gray-light" href="/admin/topics">
<i class="icon-pencil size-15"></i>
</a>
<?php } ?>
</h1>
@ -35,7 +35,7 @@
</div>
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('Topics no'); ?>...</span>
</p>
<?php } ?>

View file

@ -64,7 +64,7 @@
</a>
<?php if ($fav['post_answers_count'] != 0) { ?>
<a class="mr5 gray" href="/post/<?= $fav['post_id']; ?>/<?= $fav['post_slug']; ?>">
<i class="light-icon-messages middle"></i> <?= $fav['post_answers_count'] ?>
<i class="icon-commenting-o middle"></i> <?= $fav['post_answers_count'] ?>
</a>
<?php } ?>
</div>
@ -98,7 +98,7 @@
<?php } ?>
<?php } else { ?>
<p class="no-content gray">
<i class="light-icon-info-square middle"></i>
<i class="icon-info middle"></i>
<span class="middle"><?= lang('There are no favorites'); ?>...</span>
</p>
<?php } ?>

View file

@ -18,12 +18,12 @@
<?php if ($uid['login'] != $user['login']) { ?>
<?php if ($button_pm === true) { ?>
<a class="right pm" href="/u/<?= $user['login']; ?>/mess">
<i class="light-icon-mail"></i>
<i class="icon-mail"></i>
</a>
<?php } ?>
<?php } else { ?>
<a class="right pm" href="/u/<?= $uid['login']; ?>/setting">
<i class="light-icon-edit"></i>
<i class="icon-pencil size-21"></i>
</a>
<?php } ?>
</div>
@ -78,7 +78,7 @@
<?php if ($data['spaces_user']) { ?>
<br>
<div class="bar-title size-13"><?= lang('Created by'); ?></div>
<div class="uppercase mb5 mt5 size-13"><?= lang('Created by'); ?></div>
<span class="d">
<?php foreach ($data['spaces_user'] as $space) { ?>
<div class="profile-space">
@ -104,7 +104,7 @@
</div>
<div class="profile-about">
<i class="light-icon-calendar middle"></i>
<i class="icon-calendar middle"></i>
<span class="middle">
<span class="ts"><?= $user['created_at']; ?></span> —
<?= $data['trust_level']['trust_name']; ?> <sup class="date">TL<?= $user['trust_level']; ?></sup>
@ -201,7 +201,7 @@
<?php if ($onepost['post_answers_count'] != 0) { ?>
<a class="gray right" href="/post/<?= $onepost['post_id']; ?>/<?= $onepost['post_slug']; ?>">
<span class="mr5 ml5"></span>
<i class="light-icon-messages middle"></i>
<i class="icon-comment-empty middle"></i>
<?= $onepost['post_answers_count']; ?>
</a>
<?php } ?>
@ -219,7 +219,7 @@
<h3 class="badge"><?= lang('Badges'); ?></h3>
<div class="profile-badge">
<?php if ($user['id'] < 50) { ?>
<i title="<?= lang('Joined in the early days'); ?>" class="light-icon-award green"></i>
<i title="<?= lang('Joined in the early days'); ?>" class="icon-award green"></i>
<?php } ?>
<?php foreach ($data['badges'] as $badge) { ?>
<?= $badge['badge_icon']; ?>
@ -233,11 +233,11 @@
<h3 class="badge"><?= lang('Admin'); ?></h3>
<div class="menu-info">
<a class="gray" href="/admin/users/<?= $user['id']; ?>/edit">
<i class="light-icon-settings middle"></i>
<i class="icon-cog-outline middle"></i>
<span class="middle"><?= lang('Edit'); ?></span>
</a>
<a class="gray" href="/admin/badges/user/add/<?= $user['id']; ?>">
<i class="light-icon-award middle"></i>
<i class="icon-award middle"></i>
<span class="middle"><?= lang('Reward the user'); ?></span>
</a>
<hr>

View file

@ -11,7 +11,7 @@
<?php if ($uid['trust_level'] > 4) { ?>
<span class="mr5 ml5"></span>
<a class="size-13" title="<?= lang('Edit'); ?>" href="/admin/webs/<?= $link['link_id']; ?>/edit">
<i class="light-icon-edit middle"></i>
<i class="icon-pencil size-15"></i>
</a>
<?php } ?>
</h1>
@ -41,10 +41,10 @@
<div class="white-box">
<div class="pt5 pr15 pb5 pl15 space-tags">
<?php if (!empty($domains)) { ?>
<div class="bar-title size-13"><?= lang('Domains'); ?></div>
<div class="uppercase mb5 mt5 size-13"><?= lang('Domains'); ?></div>
<?php foreach ($domains as $domain) { ?>
<a class="size-13 gray" href="/domain/<?= $domain['link_url_domain']; ?>">
<i class="light-icon-link middle"></i> <?= $domain['link_url_domain']; ?>
<i class="icon-link middle"></i> <?= $domain['link_url_domain']; ?>
<sup class="size-13"><?= $domain['link_count']; ?></sup>
</a><br>
<?php } ?>

View file

@ -5,7 +5,7 @@
<div class="pt5 pr15 pb5 pl15 space-tags">
<?php if ($uid['trust_level'] == 5) { ?>
<a title="<?= lang('Add'); ?>" class="right mb5" href="/web/add">
<i class="light-icon-plus middle"></i>
<i class="icon-plus middle"></i>
</a>
<?php } ?>
<h1><?= $data['h1']; ?></h1>
@ -26,7 +26,7 @@
</a>
<?php if ($uid['trust_level'] == 5) { ?>
<a class="size-13 right" title="<?= lang('Edit'); ?>" href="/admin/webs/<?= $link['link_id']; ?>/edit">
<i class="light-icon-edit"></i>
<i class="icon-pencil size-15"></i>
</a>
<?php } ?>
<span class="green ml15">