Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
c839ce2d
Commit
c839ce2d
authored
Jul 19, 2014
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new icons for opened and closed groups.
parent
0be33b81
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
461 additions
and
365 deletions
+461
-365
css/converse.css
css/converse.css
+12
-1
fonticons/demo-files/demo.css
fonticons/demo-files/demo.css
+0
-3
fonticons/demo.html
fonticons/demo.html
+115
-92
fonticons/fonts/icomoon.eot
fonticons/fonts/icomoon.eot
+0
-0
fonticons/fonts/icomoon.svg
fonticons/fonts/icomoon.svg
+3
-1
fonticons/fonts/icomoon.ttf
fonticons/fonts/icomoon.ttf
+0
-0
fonticons/fonts/icomoon.woff
fonticons/fonts/icomoon.woff
+0
-0
fonticons/selection.json
fonticons/selection.json
+305
-260
fonticons/style.css
fonticons/style.css
+13
-7
less/converse.less
less/converse.less
+13
-1
No files found.
css/converse.css
View file @
c839ce2d
...
...
@@ -38,8 +38,14 @@
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
}
.icon-closed
:before
{
content
:
"\25ba"
;
}
.icon-opened
:before
{
content
:
"\25bc"
;
}
.icon-checkmark
:before
{
content
:
"\
e600
"
;
content
:
"\
2713
"
;
}
#conversejs
.icon-home
:before
{
content
:
"\e000"
;
...
...
@@ -950,6 +956,11 @@ dl.add-converse-contact {
#conversejs
#converse-roster
dd
{
line-height
:
16px
;
}
#conversejs
.roster-group
{
display
:
block
;
width
:
100%
;
}
#conversejs
.roster-group
:hover
,
#conversejs
dd
.available-chatroom
:hover
,
#conversejs
#converse-roster
dd
:hover
{
background-color
:
#eee
;
...
...
fonticons/demo-files/demo.css
View file @
c839ce2d
...
...
@@ -150,6 +150,3 @@ p {
.fs1
{
font-size
:
32px
;
}
.fs2
{
font-size
:
32px
;
}
fonticons/demo.html
View file @
c839ce2d
...
...
@@ -9,27 +9,50 @@
<link
rel=
"stylesheet"
href=
"style.css"
></head>
<body>
<div
class=
"bgc1 clearfix"
>
<h1
class=
"mhmm mvm"
><span
class=
"fgc1"
>
Font Name:
</span>
icomoon
<small
class=
"fgc1"
>
(Glyphs:
8
6
)
</small></h1>
<h1
class=
"mhmm mvm"
><span
class=
"fgc1"
>
Font Name:
</span>
icomoon
<small
class=
"fgc1"
>
(Glyphs:
8
8
)
</small></h1>
</div>
<div
class=
"clearfix mhl ptl"
>
<h1
class=
"mvm mtn bshadow fgc1"
>
Grid Size: 16
</h1>
<div
class=
"glyph fs1"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-c
heckmark"
></span><span
class=
"mls"
>
icon-checkmark
</span>
<span
class=
"icon-c
losed"
></span><span
class=
"mls"
>
icon-closed
</span>
</div>
<fieldset
class=
"fs0 size1of1 clearfix hidden-false"
>
<input
type=
"text"
readonly
value=
"
e600
"
class=
"unit size1of2"
/>
<input
type=
"text"
maxlength=
"1"
readonly
value=
"&#x
e600
;"
class=
"unitRight size1of2 talign-right"
/>
<input
type=
"text"
readonly
value=
"
25ba
"
class=
"unit size1of2"
/>
<input
type=
"text"
maxlength=
"1"
readonly
value=
"&#x
25ba
;"
class=
"unitRight size1of2 talign-right"
/>
</fieldset>
<div
class=
"fs0 bshadow0 clearfix hidden-true"
>
<span
class=
"unit pvs fgc1"
>
liga:
</span>
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs1"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-opened"
></span><span
class=
"mls"
>
icon-opened
</span>
</div>
<div
class=
"clearfix mhl ptl"
>
<h1
class=
"mvm mtn bshadow fgc1"
>
Grid Size: Unknown
</h1>
<div
class=
"glyph fs2"
>
<fieldset
class=
"fs0 size1of1 clearfix hidden-false"
>
<input
type=
"text"
readonly
value=
"25bc"
class=
"unit size1of2"
/>
<input
type=
"text"
maxlength=
"1"
readonly
value=
"▼"
class=
"unitRight size1of2 talign-right"
/>
</fieldset>
<div
class=
"fs0 bshadow0 clearfix hidden-true"
>
<span
class=
"unit pvs fgc1"
>
liga:
</span>
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs1"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-checkmark"
></span><span
class=
"mls"
>
icon-checkmark
</span>
</div>
<fieldset
class=
"fs0 size1of1 clearfix hidden-false"
>
<input
type=
"text"
readonly
value=
"2713"
class=
"unit size1of2"
/>
<input
type=
"text"
maxlength=
"1"
readonly
value=
"✓"
class=
"unitRight size1of2 talign-right"
/>
</fieldset>
<div
class=
"fs0 bshadow0 clearfix hidden-true"
>
<span
class=
"unit pvs fgc1"
>
liga:
</span>
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs1"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-home"
></span><span
class=
"mls"
>
icon-home
</span>
</div>
...
...
@@ -42,7 +65,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-pencil"
></span><span
class=
"mls"
>
icon-pencil
</span>
</div>
...
...
@@ -55,7 +78,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-camera"
></span><span
class=
"mls"
>
icon-camera
</span>
</div>
...
...
@@ -68,7 +91,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-camera2"
></span><span
class=
"mls"
>
icon-camera2
</span>
</div>
...
...
@@ -81,9 +104,9 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-play
"
></span><span
class=
"mls"
>
icon-play
</span>
<span
class=
"icon-play
22"
></span><span
class=
"mls"
>
icon-play22
</span>
</div>
<fieldset
class=
"fs0 size1of1 clearfix hidden-false"
>
<input
type=
"text"
readonly
value=
"25d9"
class=
"unit size1of2"
/>
...
...
@@ -94,7 +117,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-music"
></span><span
class=
"mls"
>
icon-music
</span>
</div>
...
...
@@ -107,7 +130,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-headphones"
></span><span
class=
"mls"
>
icon-headphones
</span>
</div>
...
...
@@ -120,7 +143,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-phone"
></span><span
class=
"mls"
>
icon-phone
</span>
</div>
...
...
@@ -133,7 +156,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-phone-hang-up"
></span><span
class=
"mls"
>
icon-phone-hang-up
</span>
</div>
...
...
@@ -146,7 +169,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-address-book"
></span><span
class=
"mls"
>
icon-address-book
</span>
</div>
...
...
@@ -159,7 +182,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-notebook"
></span><span
class=
"mls"
>
icon-notebook
</span>
</div>
...
...
@@ -172,7 +195,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-envelop"
></span><span
class=
"mls"
>
icon-envelop
</span>
</div>
...
...
@@ -185,7 +208,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-pushpin"
></span><span
class=
"mls"
>
icon-pushpin
</span>
</div>
...
...
@@ -198,7 +221,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-bubble"
></span><span
class=
"mls"
>
icon-bubble
</span>
</div>
...
...
@@ -211,7 +234,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-bubble2"
></span><span
class=
"mls"
>
icon-bubble2
</span>
</div>
...
...
@@ -224,7 +247,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-bubbles"
></span><span
class=
"mls"
>
icon-bubbles
</span>
</div>
...
...
@@ -237,7 +260,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-bubbles2"
></span><span
class=
"mls"
>
icon-bubbles2
</span>
</div>
...
...
@@ -250,7 +273,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-bubbles3"
></span><span
class=
"mls"
>
icon-bubbles3
</span>
</div>
...
...
@@ -263,7 +286,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-user"
></span><span
class=
"mls"
>
icon-user
</span>
</div>
...
...
@@ -276,7 +299,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-users"
></span><span
class=
"mls"
>
icon-users
</span>
</div>
...
...
@@ -289,7 +312,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-quotes-left"
></span><span
class=
"mls"
>
icon-quotes-left
</span>
</div>
...
...
@@ -302,7 +325,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-spinner"
></span><span
class=
"mls"
>
icon-spinner
</span>
</div>
...
...
@@ -315,7 +338,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-search"
></span><span
class=
"mls"
>
icon-search
</span>
</div>
...
...
@@ -328,7 +351,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-cogs"
></span><span
class=
"mls"
>
icon-cogs
</span>
</div>
...
...
@@ -341,7 +364,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-wrench"
></span><span
class=
"mls"
>
icon-wrench
</span>
</div>
...
...
@@ -354,7 +377,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-unlocked"
></span><span
class=
"mls"
>
icon-unlocked
</span>
</div>
...
...
@@ -367,7 +390,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-lock"
></span><span
class=
"mls"
>
icon-lock
</span>
</div>
...
...
@@ -380,7 +403,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-lock2"
></span><span
class=
"mls"
>
icon-lock2
</span>
</div>
...
...
@@ -393,7 +416,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-key"
></span><span
class=
"mls"
>
icon-key
</span>
</div>
...
...
@@ -406,7 +429,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-key2"
></span><span
class=
"mls"
>
icon-key2
</span>
</div>
...
...
@@ -419,7 +442,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-zoomout"
></span><span
class=
"mls"
>
icon-zoomout
</span>
</div>
...
...
@@ -432,7 +455,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-zoomin"
></span><span
class=
"mls"
>
icon-zoomin
</span>
</div>
...
...
@@ -445,7 +468,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-cog"
></span><span
class=
"mls"
>
icon-cog
</span>
</div>
...
...
@@ -458,7 +481,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-remove"
></span><span
class=
"mls"
>
icon-remove
</span>
</div>
...
...
@@ -471,7 +494,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-remove2"
></span><span
class=
"mls"
>
icon-remove2
</span>
</div>
...
...
@@ -484,7 +507,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-eye"
></span><span
class=
"mls"
>
icon-eye
</span>
</div>
...
...
@@ -497,7 +520,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-eye-blocked"
></span><span
class=
"mls"
>
icon-eye-blocked
</span>
</div>
...
...
@@ -510,7 +533,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-attachment"
></span><span
class=
"mls"
>
icon-attachment
</span>
</div>
...
...
@@ -523,7 +546,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-globe"
></span><span
class=
"mls"
>
icon-globe
</span>
</div>
...
...
@@ -536,7 +559,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-heart"
></span><span
class=
"mls"
>
icon-heart
</span>
</div>
...
...
@@ -549,7 +572,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-happy"
></span><span
class=
"mls"
>
icon-happy
</span>
</div>
...
...
@@ -562,7 +585,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-thumbs-up"
></span><span
class=
"mls"
>
icon-thumbs-up
</span>
</div>
...
...
@@ -575,7 +598,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-smiley"
></span><span
class=
"mls"
>
icon-smiley
</span>
</div>
...
...
@@ -588,7 +611,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-tongue"
></span><span
class=
"mls"
>
icon-tongue
</span>
</div>
...
...
@@ -601,7 +624,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-sad"
></span><span
class=
"mls"
>
icon-sad
</span>
</div>
...
...
@@ -614,7 +637,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-wink"
></span><span
class=
"mls"
>
icon-wink
</span>
</div>
...
...
@@ -627,7 +650,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-wondering"
></span><span
class=
"mls"
>
icon-wondering
</span>
</div>
...
...
@@ -640,7 +663,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-confused"
></span><span
class=
"mls"
>
icon-confused
</span>
</div>
...
...
@@ -653,7 +676,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-shocked"
></span><span
class=
"mls"
>
icon-shocked
</span>
</div>
...
...
@@ -666,7 +689,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-evil"
></span><span
class=
"mls"
>
icon-evil
</span>
</div>
...
...
@@ -679,7 +702,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-angry"
></span><span
class=
"mls"
>
icon-angry
</span>
</div>
...
...
@@ -692,7 +715,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-cool"
></span><span
class=
"mls"
>
icon-cool
</span>
</div>
...
...
@@ -705,7 +728,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-grin"
></span><span
class=
"mls"
>
icon-grin
</span>
</div>
...
...
@@ -718,7 +741,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-info"
></span><span
class=
"mls"
>
icon-info
</span>
</div>
...
...
@@ -731,7 +754,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-notification"
></span><span
class=
"mls"
>
icon-notification
</span>
</div>
...
...
@@ -744,7 +767,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-warning"
></span><span
class=
"mls"
>
icon-warning
</span>
</div>
...
...
@@ -757,7 +780,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-spell-check"
></span><span
class=
"mls"
>
icon-spell-check
</span>
</div>
...
...
@@ -770,7 +793,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-volume-high"
></span><span
class=
"mls"
>
icon-volume-high
</span>
</div>
...
...
@@ -783,7 +806,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-volume-medium"
></span><span
class=
"mls"
>
icon-volume-medium
</span>
</div>
...
...
@@ -796,7 +819,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-volume-low"
></span><span
class=
"mls"
>
icon-volume-low
</span>
</div>
...
...
@@ -809,7 +832,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-volume-mute"
></span><span
class=
"mls"
>
icon-volume-mute
</span>
</div>
...
...
@@ -822,7 +845,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-volume-mute2"
></span><span
class=
"mls"
>
icon-volume-mute2
</span>
</div>
...
...
@@ -835,7 +858,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-volume-decrease"
></span><span
class=
"mls"
>
icon-volume-decrease
</span>
</div>
...
...
@@ -848,7 +871,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-volume-increase"
></span><span
class=
"mls"
>
icon-volume-increase
</span>
</div>
...
...
@@ -861,7 +884,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-bold"
></span><span
class=
"mls"
>
icon-bold
</span>
</div>
...
...
@@ -874,7 +897,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-underline"
></span><span
class=
"mls"
>
icon-underline
</span>
</div>
...
...
@@ -887,7 +910,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-italic"
></span><span
class=
"mls"
>
icon-italic
</span>
</div>
...
...
@@ -900,7 +923,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-strikethrough"
></span><span
class=
"mls"
>
icon-strikethrough
</span>
</div>
...
...
@@ -913,7 +936,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-newtab"
></span><span
class=
"mls"
>
icon-newtab
</span>
</div>
...
...
@@ -926,7 +949,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-youtube"
></span><span
class=
"mls"
>
icon-youtube
</span>
</div>
...
...
@@ -939,7 +962,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-close"
></span><span
class=
"mls"
>
icon-close
</span>
</div>
...
...
@@ -952,7 +975,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-blocked"
></span><span
class=
"mls"
>
icon-blocked
</span>
</div>
...
...
@@ -965,7 +988,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-cancel-circle"
></span><span
class=
"mls"
>
icon-cancel-circle
</span>
</div>
...
...
@@ -978,7 +1001,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-minus"
></span><span
class=
"mls"
>
icon-minus
</span>
</div>
...
...
@@ -991,7 +1014,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-plus"
></span><span
class=
"mls"
>
icon-plus
</span>
</div>
...
...
@@ -1004,7 +1027,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-checkbox-checked"
></span><span
class=
"mls"
>
icon-checkbox-checked
</span>
</div>
...
...
@@ -1017,7 +1040,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-checkbox-unchecked"
></span><span
class=
"mls"
>
icon-checkbox-unchecked
</span>
</div>
...
...
@@ -1030,7 +1053,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-checkbox-partial"
></span><span
class=
"mls"
>
icon-checkbox-partial
</span>
</div>
...
...
@@ -1043,7 +1066,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-radio-checked"
></span><span
class=
"mls"
>
icon-radio-checked
</span>
</div>
...
...
@@ -1056,7 +1079,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-radio-unchecked"
></span><span
class=
"mls"
>
icon-radio-unchecked
</span>
</div>
...
...
@@ -1069,7 +1092,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-info2"
></span><span
class=
"mls"
>
icon-info2
</span>
</div>
...
...
@@ -1082,7 +1105,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-newspaper"
></span><span
class=
"mls"
>
icon-newspaper
</span>
</div>
...
...
@@ -1095,7 +1118,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-image"
></span><span
class=
"mls"
>
icon-image
</span>
</div>
...
...
@@ -1108,7 +1131,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-offline"
></span><span
class=
"mls"
>
icon-offline
</span>
</div>
...
...
@@ -1121,7 +1144,7 @@
<input
type=
"text"
readonly
value=
""
class=
"liga unitRight"
/>
</div>
</div>
<div
class=
"glyph fs
2
"
>
<div
class=
"glyph fs
1
"
>
<div
class=
"clearfix bshadow0 pbs"
>
<span
class=
"icon-busy"
></span><span
class=
"mls"
>
icon-busy
</span>
</div>
...
...
fonticons/fonts/icomoon.eot
View file @
c839ce2d
No preview for this file type
fonticons/fonts/icomoon.svg
View file @
c839ce2d
...
...
@@ -12,6 +12,8 @@
<glyph
unicode=
"⍤"
d=
"M256-32c141.385 0 256 114.615 256 256s-114.615 256-256 256-256-114.615-256-256 114.615-256 256-256zM256 432c114.875 0 208-93.125 208-208s-93.125-208-208-208-208 93.125-208 208 93.125 208 208 208zM192 128c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64s-64 28.654-64 64zM320 304c0-26.51 14.327-48 32-48s32 21.49 32 48c0 26.51-14.327 48-32 48s-32-21.49-32-48zM128 304c0-26.51 14.327-48 32-48s32 21.49 32 48c0 26.51-14.327 48-32 48s-32-21.49-32-48z"
/>
<glyph
unicode=
"⍨"
d=
"M256-32c141.385 0 256 114.615 256 256s-114.615 256-256 256-256-114.615-256-256 114.615-256 256-256zM256 432c114.875 0 208-93.125 208-208s-93.125-208-208-208-208 93.125-208 208 93.125 208 208 208zM128 320c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32s-32-14.327-32-32zM320 320c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32s-32-14.327-32-32zM363.053 160h32.432c4.623-36.253-16.226-72.265-51.979-85.28-41.452-15.088-87.45 6.358-102.54 47.808-9.054 24.872-36.653 37.741-61.524 28.686-22.781-8.294-35.478-32.149-30.494-55.212h-32.43c-4.621 36.254 16.225 72.264 51.978 85.28 41.452 15.089 87.451-6.358 102.541-47.807 9.052-24.874 36.653-37.741 61.522-28.686 22.781 8.292 35.478 32.149 30.494 55.211z"
/>
<glyph
unicode=
"⍩"
d=
"M256-32c141.385 0 256 114.615 256 256s-114.615 256-256 256-256-114.615-256-256 114.615-256 256-256zM256 432c114.875 0 208-93.125 208-208s-93.125-208-208-208-208 93.125-208 208 93.125 208 208 208zM372.87 179.19l11.244-38.388-218.504-64.001-11.244 38.388zM128 320c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32zM320 320c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32s-32 14.327-32 32z"
/>
<glyph
unicode=
"►"
d=
"M96 416l320-192-320-192z"
/>
<glyph
unicode=
"▼"
d=
"M448 384l-192-320-192 320z"
/>
<glyph
unicode=
"◙"
d=
"M490.594 399.946c-71.816 10.325-151.166 16.054-234.593 16.054-83.43 0-162.778-5.729-234.597-16.054-13.765-53.863-21.404-113.375-21.404-175.946 0-62.57 7.639-122.083 21.404-175.945 71.819-10.326 151.168-16.055 234.597-16.055 83.427 0 162.776 5.729 234.593 16.055 13.766 53.862 21.406 113.375 21.406 175.945 0 62.571-7.64 122.083-21.406 175.946zM192.001 128v192l160-96-160-96z"
/>
<glyph
unicode=
"◻"
d=
"M256 384c-27.466 0-53.994-4.331-78.847-12.871-23.356-8.027-44.153-19.372-61.814-33.722-33.107-26.899-51.339-61.492-51.339-97.407 0-20.149 5.594-39.689 16.626-58.076 11.376-18.96 28.491-36.293 49.494-50.126 15.178-9.996 25.39-25.974 28.088-43.947 0.9-5.992 1.464-12.044 1.685-18.062 3.735 3.097 7.375 6.423 10.94 9.988 12.077 12.076 28.39 18.745 45.251 18.745 2.684 0 5.381-0.168 8.078-0.512 10.487-1.333 21.199-2.010 31.838-2.010 27.467 0 53.994 4.33 78.847 12.871 23.356 8.027 44.153 19.372 61.814 33.722 33.107 26.898 51.339 61.492 51.339 97.407s-18.232 70.508-51.339 97.407c-17.661 14.349-38.458 25.695-61.814 33.722-24.853 8.54-51.38 12.871-78.847 12.871zM256 448v0c141.385 0 256-93.125 256-208s-114.615-208-256-208c-13.578 0-26.905 0.867-39.912 2.522-54.989-54.989-120.625-64.85-184.088-66.298v13.458c34.268 16.789 64 47.37 64 82.318 0 4.877-0.379 9.665-1.082 14.348-57.898 38.132-94.918 96.377-94.918 161.652 0 114.875 114.615 208 256 208z"
/>
<glyph
unicode=
"◼"
d=
"M256 448c141.385 0 256-93.125 256-208s-114.615-208-256-208c-13.578 0-26.905 0.867-39.912 2.522-54.989-54.989-120.625-64.85-184.088-66.298v13.458c34.268 16.789 64 47.37 64 82.318 0 4.877-0.379 9.665-1.082 14.348-57.898 38.132-94.918 96.377-94.918 161.652 0 114.875 114.615 208 256 208z"
/>
...
...
@@ -31,6 +33,7 @@
<glyph
unicode=
"✎"
d=
"M432 480c44.182 0 80-35.817 80-80 0-18.010-5.955-34.629-16-48l-32-32-112 112 32 32c13.371 10.045 29.989 16 48 16zM32 112l-32-144 144 32 296 296-112 112-296-296zM357.789 298.211l-224-224-27.578 27.578 224 224 27.578-27.578z"
/>
<glyph
unicode=
"✏"
d=
"M480 352c17.673 0 32 14.327 32 32v64h-64v32h-416c-17.6 0-32-14.399-32-32v-448c0-17.6 14.398-32 32-32h416v128h32c17.673 0 32 14.327 32 32v64h-64v32h32c17.673 0 32 14.327 32 32v64h-64v32h32zM288 351.835c35.255 0 63.835-28.58 63.835-63.835s-28.58-63.835-63.835-63.835c-35.255 0-63.835 28.58-63.835 63.835s28.58 63.835 63.835 63.835zM128 0h-32v448h32v-448zM384 96h-192v32c0 35.347 28.654 64 64 64v0h64c35.348 0 64-28.653 64-64v-32z"
/>
<glyph
unicode=
"✐"
d=
"M449.18 448h-385.18v-64h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.8 8.38-16.936 17.18-16.936h46.82v-32h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.8 8.38-16.936 17.18-16.936h46.82v-32h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.799 8.38-16.936 17.18-16.936h46.82v-32h-46.82c-8.8 0-17.18-6.264-17.18-15.064v-32c0-8.8 8.38-16.936 17.18-16.936h46.82v-64h385.18c17.674 0 30.82 15.263 30.82 32.936v416c0 17.673-13.146 31.064-30.82 31.064zM160 0h-64v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.021 15.064-14.82 15.064h-17.18v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.021 15.064-14.82 15.064h-17.18v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.021 15.064-14.82 15.064h-17.18v32h17.18c8.8 0 14.82 8.136 14.82 16.936v32c0 8.801-6.020 15.064-14.82 15.064h-17.18v32h64v-416z"
/>
<glyph
unicode=
"✓"
d=
"M432 416l-240-240-112 112-80-80 192-192 320 320z"
/>
<glyph
unicode=
"✕"
d=
"M507.331 68.67c-0.002 0.002-0.004 0.004-0.006 0.005l-155.322 155.325 155.322 155.325c0.002 0.002 0.004 0.003 0.006 0.005 1.672 1.673 2.881 3.627 3.656 5.708 2.123 5.688 0.912 12.341-3.662 16.915l-73.373 73.373c-4.574 4.573-11.225 5.783-16.914 3.66-2.080-0.775-4.035-1.984-5.709-3.655 0-0.002-0.002-0.003-0.004-0.005l-155.324-155.326-155.324 155.325c-0.002 0.002-0.003 0.003-0.005 0.005-1.673 1.671-3.627 2.88-5.707 3.655-5.69 2.124-12.341 0.913-16.915-3.66l-73.374-73.374c-4.574-4.574-5.784-11.226-3.661-16.914 0.776-2.080 1.985-4.036 3.656-5.708 0.002-0.001 0.003-0.003 0.005-0.005l155.325-155.324-155.325-155.326c-0.001-0.002-0.003-0.003-0.004-0.005-1.671-1.673-2.88-3.627-3.657-5.707-2.124-5.688-0.913-12.341 3.661-16.915l73.374-73.373c4.575-4.574 11.226-5.784 16.915-3.661 2.080 0.776 4.035 1.985 5.708 3.656 0.001 0.002 0.003 0.003 0.005 0.005l155.324 155.325 155.324-155.325c0.002-0.001 0.004-0.003 0.006-0.004 1.674-1.672 3.627-2.881 5.707-3.657 5.689-2.123 12.342-0.913 16.914 3.661l73.373 73.374c4.574 4.574 5.785 11.227 3.662 16.915-0.776 2.080-1.985 4.034-3.657 5.707z"
/>
<glyph
unicode=
"✘"
d=
"M0 224c0-141.385 114.615-256 256-256s256 114.615 256 256-114.614 256-256 256c-141.385 0-256-114.615-256-256zM448 224c0-36.618-10.256-70.84-28.044-99.956l-263.911 263.912c29.115 17.789 63.337 28.044 99.955 28.044 106.038 0 192-85.961 192-192zM64 224c0 36.618 10.256 70.839 28.045 99.956l263.911-263.912c-29.117-17.789-63.338-28.044-99.956-28.044-106.038 0-192 85.961-192 192z"
/>
<glyph
unicode=
"✚"
d=
"M496 288h-176v176c0 8.836-7.164 16-16 16h-96c-8.836 0-16-7.164-16-16v-176h-176c-8.836 0-16-7.164-16-16v-96c0-8.836 7.164-16 16-16h176v-176c0-8.836 7.164-16 16-16h96c8.836 0 16 7.164 16 16v176h176c8.836 0 16 7.164 16 16v96c0 8.836-7.164 16-16 16z"
/>
...
...
@@ -92,5 +95,4 @@
<glyph
unicode=
""
d=
"M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM384 306.745l-82.744-82.745 82.744-82.744v-45.256h-45.256l-82.744 82.744-82.745-82.744h-45.255v45.256l82.745 82.744-82.745 82.745v45.255h45.255l82.745-82.745 82.744 82.745h45.256v-45.255z"
/>
<glyph
unicode=
""
d=
"M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM224 384h64v-64h-64v64zM320 64h-128v32h32v128h-32v32h96v-160h32v-32z"
/>
<glyph
unicode=
""
d=
"M0 272v-96c0-8.836 7.164-16 16-16h480c8.836 0 16 7.164 16 16v96c0 8.836-7.164 16-16 16h-480c-8.836 0-16-7.164-16-16z"
/>
<glyph
unicode=
""
d=
"M432 416l-240-240-112 112-80-80 192-192 320 320z"
/>
</font></defs></svg>
\ No newline at end of file
fonticons/fonts/icomoon.ttf
View file @
c839ce2d
No preview for this file type
fonticons/fonts/icomoon.woff
View file @
c839ce2d
No preview for this file type
fonticons/selection.json
View file @
c839ce2d
{
"IcoMoonType"
:
"selection"
,
"icons"
:
[
{
"icon"
:
{
"paths"
:
[
"M192 128l640 384-640 384z"
],
"tags"
:
[
"play"
,
"media control"
,
"audio"
],
"grid"
:
16
},
"properties"
:
{
"order"
:
89
,
"id"
:
451
,
"prevSize"
:
32
,
"code"
:
9658
,
"name"
:
"closed"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
266
},
{
"icon"
:
{
"paths"
:
[
"M896 192l-384 640-384-640z"
],
"tags"
:
[
"opened"
],
"grid"
:
16
},
"properties"
:
{
"id"
:
266
,
"order"
:
88
,
"prevSize"
:
32
,
"code"
:
9660
,
"name"
:
"opened"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
267
},
{
"icon"
:
{
"paths"
:
[
...
...
@@ -19,12 +63,12 @@
"order"
:
1
,
"id"
:
85
,
"prevSize"
:
32
,
"code"
:
58880
,
"code"
:
10003
,
"name"
:
"checkmark"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
0
"setIdx"
:
1
,
"iconIdx"
:
88
},
{
"icon"
:
{
...
...
@@ -37,7 +81,7 @@
"building"
],
"defaultCode"
:
57344
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
0
,
...
...
@@ -47,8 +91,8 @@
"name"
:
"home"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
"setIdx"
:
1
,
"iconIdx"
:
89
},
{
"icon"
:
{
...
...
@@ -63,7 +107,7 @@
"note"
],
"defaultCode"
:
9998
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
1
,
...
...
@@ -73,8 +117,8 @@
"name"
:
"pencil"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
2
"setIdx"
:
1
,
"iconIdx"
:
90
},
{
"icon"
:
{
...
...
@@ -88,7 +132,7 @@
"image"
],
"defaultCode"
:
57347
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
2
,
...
...
@@ -98,8 +142,8 @@
"name"
:
"camera"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
3
"setIdx"
:
1
,
"iconIdx"
:
91
},
{
"icon"
:
{
...
...
@@ -114,7 +158,7 @@
"movie"
],
"defaultCode"
:
9750
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
3
,
...
...
@@ -124,8 +168,8 @@
"name"
:
"camera2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
4
"setIdx"
:
1
,
"iconIdx"
:
92
},
{
"icon"
:
{
...
...
@@ -138,18 +182,18 @@
"movie"
],
"defaultCode"
:
9689
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
4
,
"order"
:
6
,
"prevSize"
:
32
,
"code"
:
9689
,
"name"
:
"play"
,
"name"
:
"play
22
"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
5
"setIdx"
:
1
,
"iconIdx"
:
93
},
{
"icon"
:
{
...
...
@@ -163,7 +207,7 @@
"sound"
],
"defaultCode"
:
9835
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
5
,
...
...
@@ -173,8 +217,8 @@
"name"
:
"music"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
6
"setIdx"
:
1
,
"iconIdx"
:
94
},
{
"icon"
:
{
...
...
@@ -189,7 +233,7 @@
"audio"
],
"defaultCode"
:
9836
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
6
,
...
...
@@ -199,8 +243,8 @@
"name"
:
"headphones"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
7
"setIdx"
:
1
,
"iconIdx"
:
95
},
{
"icon"
:
{
...
...
@@ -215,7 +259,7 @@
"call"
],
"defaultCode"
:
9743
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
7
,
...
...
@@ -225,8 +269,8 @@
"name"
:
"phone"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
8
"setIdx"
:
1
,
"iconIdx"
:
96
},
{
"icon"
:
{
...
...
@@ -241,7 +285,7 @@
"call"
],
"defaultCode"
:
9742
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
8
,
...
...
@@ -251,8 +295,8 @@
"name"
:
"phone-hang-up"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
9
"setIdx"
:
1
,
"iconIdx"
:
9
7
},
{
"icon"
:
{
...
...
@@ -265,7 +309,7 @@
"contacts"
],
"defaultCode"
:
9999
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
9
,
...
...
@@ -275,8 +319,8 @@
"name"
:
"address-book"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
10
"setIdx"
:
1
,
"iconIdx"
:
98
},
{
"icon"
:
{
...
...
@@ -290,7 +334,7 @@
"journal"
],
"defaultCode"
:
10000
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
10
,
...
...
@@ -300,8 +344,8 @@
"name"
:
"notebook"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
11
"setIdx"
:
1
,
"iconIdx"
:
99
},
{
"icon"
:
{
...
...
@@ -316,7 +360,7 @@
"letter"
],
"defaultCode"
:
9993
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
11
,
...
...
@@ -326,8 +370,8 @@
"name"
:
"envelop"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
2
"setIdx"
:
1
,
"iconIdx"
:
1
00
},
{
"icon"
:
{
...
...
@@ -339,7 +383,7 @@
"pin"
],
"defaultCode"
:
57362
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
12
,
...
...
@@ -349,8 +393,8 @@
"name"
:
"pushpin"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
3
"setIdx"
:
1
,
"iconIdx"
:
1
01
},
{
"icon"
:
{
...
...
@@ -364,7 +408,7 @@
"talk"
],
"defaultCode"
:
9724
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
13
,
...
...
@@ -374,8 +418,8 @@
"name"
:
"bubble"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
4
"setIdx"
:
1
,
"iconIdx"
:
1
02
},
{
"icon"
:
{
...
...
@@ -389,7 +433,7 @@
"talk"
],
"defaultCode"
:
9723
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
14
,
...
...
@@ -399,8 +443,8 @@
"name"
:
"bubble2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
5
"setIdx"
:
1
,
"iconIdx"
:
1
03
},
{
"icon"
:
{
...
...
@@ -415,7 +459,7 @@
"talk"
],
"defaultCode"
:
57365
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
15
,
...
...
@@ -425,8 +469,8 @@
"name"
:
"bubbles"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
6
"setIdx"
:
1
,
"iconIdx"
:
1
04
},
{
"icon"
:
{
...
...
@@ -441,7 +485,7 @@
"talk"
],
"defaultCode"
:
57366
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
16
,
...
...
@@ -451,8 +495,8 @@
"name"
:
"bubbles2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
7
"setIdx"
:
1
,
"iconIdx"
:
1
05
},
{
"icon"
:
{
...
...
@@ -467,7 +511,7 @@
"talk"
],
"defaultCode"
:
57367
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
17
,
...
...
@@ -477,8 +521,8 @@
"name"
:
"bubbles3"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
8
"setIdx"
:
1
,
"iconIdx"
:
1
06
},
{
"icon"
:
{
...
...
@@ -494,7 +538,7 @@
"member"
],
"defaultCode"
:
57370
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
18
,
...
...
@@ -504,8 +548,8 @@
"name"
:
"user"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
1
9
"setIdx"
:
1
,
"iconIdx"
:
1
07
},
{
"icon"
:
{
...
...
@@ -521,7 +565,7 @@
"community"
],
"defaultCode"
:
57371
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
19
,
...
...
@@ -531,8 +575,8 @@
"name"
:
"users"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
20
"setIdx"
:
1
,
"iconIdx"
:
108
},
{
"icon"
:
{
...
...
@@ -544,7 +588,7 @@
"ldquo"
],
"defaultCode"
:
57373
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
20
,
...
...
@@ -554,8 +598,8 @@
"name"
:
"quotes-left"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
21
"setIdx"
:
1
,
"iconIdx"
:
109
},
{
"icon"
:
{
...
...
@@ -570,7 +614,7 @@
"wheel"
],
"defaultCode"
:
8987
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
21
,
...
...
@@ -580,8 +624,8 @@
"name"
:
"spinner"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
22
"setIdx"
:
1
,
"iconIdx"
:
110
},
{
"icon"
:
{
...
...
@@ -595,7 +639,7 @@
"find"
],
"defaultCode"
:
57377
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
22
,
...
...
@@ -605,8 +649,8 @@
"name"
:
"search"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
23
"setIdx"
:
1
,
"iconIdx"
:
111
},
{
"icon"
:
{
...
...
@@ -622,7 +666,7 @@
"options"
],
"defaultCode"
:
57378
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
23
,
...
...
@@ -632,8 +676,8 @@
"name"
:
"cogs"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
24
"setIdx"
:
1
,
"iconIdx"
:
112
},
{
"icon"
:
{
...
...
@@ -650,7 +694,7 @@
"fix"
],
"defaultCode"
:
57380
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
24
,
...
...
@@ -660,8 +704,8 @@
"name"
:
"wrench"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
25
"setIdx"
:
1
,
"iconIdx"
:
113
},
{
"icon"
:
{
...
...
@@ -673,7 +717,7 @@
"lock"
],
"defaultCode"
:
57381
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
25
,
...
...
@@ -683,8 +727,8 @@
"name"
:
"unlocked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
26
"setIdx"
:
1
,
"iconIdx"
:
114
},
{
"icon"
:
{
...
...
@@ -698,7 +742,7 @@
"encrypted"
],
"defaultCode"
:
57382
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
26
,
...
...
@@ -708,8 +752,8 @@
"name"
:
"lock"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
27
"setIdx"
:
1
,
"iconIdx"
:
115
},
{
"icon"
:
{
...
...
@@ -723,7 +767,7 @@
"encrypted"
],
"defaultCode"
:
57383
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
27
,
...
...
@@ -733,8 +777,8 @@
"name"
:
"lock2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
28
"setIdx"
:
1
,
"iconIdx"
:
116
},
{
"icon"
:
{
...
...
@@ -750,7 +794,7 @@
"sign in"
],
"defaultCode"
:
57384
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
28
,
...
...
@@ -760,8 +804,8 @@
"name"
:
"key"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
29
"setIdx"
:
1
,
"iconIdx"
:
117
},
{
"icon"
:
{
...
...
@@ -777,7 +821,7 @@
"sign in"
],
"defaultCode"
:
57385
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
29
,
...
...
@@ -787,8 +831,8 @@
"name"
:
"key2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
30
"setIdx"
:
1
,
"iconIdx"
:
118
},
{
"icon"
:
{
...
...
@@ -802,7 +846,7 @@
"reduce"
],
"defaultCode"
:
57386
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
30
,
...
...
@@ -812,8 +856,8 @@
"name"
:
"zoomout"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
31
"setIdx"
:
1
,
"iconIdx"
:
119
},
{
"icon"
:
{
...
...
@@ -826,7 +870,7 @@
"scale"
],
"defaultCode"
:
57387
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
31
,
...
...
@@ -836,8 +880,8 @@
"name"
:
"zoomin"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
32
"setIdx"
:
1
,
"iconIdx"
:
120
},
{
"icon"
:
{
...
...
@@ -854,7 +898,7 @@
"options"
],
"defaultCode"
:
57391
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
32
,
...
...
@@ -864,8 +908,8 @@
"name"
:
"cog"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
33
"setIdx"
:
1
,
"iconIdx"
:
121
},
{
"icon"
:
{
...
...
@@ -881,7 +925,7 @@
"dispose"
],
"defaultCode"
:
57389
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
33
,
...
...
@@ -891,8 +935,8 @@
"name"
:
"remove"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
34
"setIdx"
:
1
,
"iconIdx"
:
122
},
{
"icon"
:
{
...
...
@@ -908,7 +952,7 @@
"dispose"
],
"defaultCode"
:
57390
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
34
,
...
...
@@ -918,8 +962,8 @@
"name"
:
"remove2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
35
"setIdx"
:
1
,
"iconIdx"
:
123
},
{
"icon"
:
{
...
...
@@ -933,7 +977,7 @@
"visit"
],
"defaultCode"
:
57392
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
35
,
...
...
@@ -943,8 +987,8 @@
"name"
:
"eye"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
36
"setIdx"
:
1
,
"iconIdx"
:
124
},
{
"icon"
:
{
...
...
@@ -962,7 +1006,7 @@
"private"
],
"defaultCode"
:
57393
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
36
,
...
...
@@ -972,8 +1016,8 @@
"name"
:
"eye-blocked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
37
"setIdx"
:
1
,
"iconIdx"
:
125
},
{
"icon"
:
{
...
...
@@ -985,7 +1029,7 @@
"paperclip"
],
"defaultCode"
:
57394
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
37
,
...
...
@@ -995,8 +1039,8 @@
"name"
:
"attachment"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
38
"setIdx"
:
1
,
"iconIdx"
:
126
},
{
"icon"
:
{
...
...
@@ -1011,7 +1055,7 @@
"sphere"
],
"defaultCode"
:
57395
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
38
,
...
...
@@ -1021,8 +1065,8 @@
"name"
:
"globe"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
39
"setIdx"
:
1
,
"iconIdx"
:
127
},
{
"icon"
:
{
...
...
@@ -1036,7 +1080,7 @@
"favorite"
],
"defaultCode"
:
10084
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
39
,
...
...
@@ -1046,8 +1090,8 @@
"name"
:
"heart"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
40
"setIdx"
:
1
,
"iconIdx"
:
128
},
{
"icon"
:
{
...
...
@@ -1061,7 +1105,7 @@
"face"
],
"defaultCode"
:
9787
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
40
,
...
...
@@ -1071,8 +1115,8 @@
"name"
:
"happy"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
41
"setIdx"
:
1
,
"iconIdx"
:
129
},
{
"icon"
:
{
...
...
@@ -1087,7 +1131,7 @@
"vote up"
],
"defaultCode"
:
9757
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
41
,
...
...
@@ -1097,8 +1141,8 @@
"name"
:
"thumbs-up"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
42
"setIdx"
:
1
,
"iconIdx"
:
130
},
{
"icon"
:
{
...
...
@@ -1111,7 +1155,7 @@
"face"
],
"defaultCode"
:
9786
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
42
,
...
...
@@ -1121,8 +1165,8 @@
"name"
:
"smiley"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
43
"setIdx"
:
1
,
"iconIdx"
:
131
},
{
"icon"
:
{
...
...
@@ -1136,7 +1180,7 @@
"face"
],
"defaultCode"
:
57400
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
43
,
...
...
@@ -1146,8 +1190,8 @@
"name"
:
"tongue"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
44
"setIdx"
:
1
,
"iconIdx"
:
132
},
{
"icon"
:
{
...
...
@@ -1161,7 +1205,7 @@
"face"
],
"defaultCode"
:
9785
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
44
,
...
...
@@ -1171,8 +1215,8 @@
"name"
:
"sad"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
45
"setIdx"
:
1
,
"iconIdx"
:
133
},
{
"icon"
:
{
...
...
@@ -1186,7 +1230,7 @@
"face"
],
"defaultCode"
:
57402
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
45
,
...
...
@@ -1196,8 +1240,8 @@
"name"
:
"wink"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
46
"setIdx"
:
1
,
"iconIdx"
:
134
},
{
"icon"
:
{
...
...
@@ -1212,7 +1256,7 @@
"question"
],
"defaultCode"
:
9065
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
46
,
...
...
@@ -1222,8 +1266,8 @@
"name"
:
"wondering"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
47
"setIdx"
:
1
,
"iconIdx"
:
135
},
{
"icon"
:
{
...
...
@@ -1238,7 +1282,7 @@
"bewildered"
],
"defaultCode"
:
9064
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
47
,
...
...
@@ -1248,8 +1292,8 @@
"name"
:
"confused"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
48
"setIdx"
:
1
,
"iconIdx"
:
136
},
{
"icon"
:
{
...
...
@@ -1263,7 +1307,7 @@
"face"
],
"defaultCode"
:
9060
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
48
,
...
...
@@ -1273,8 +1317,8 @@
"name"
:
"shocked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
49
"setIdx"
:
1
,
"iconIdx"
:
137
},
{
"icon"
:
{
...
...
@@ -1288,7 +1332,7 @@
"face"
],
"defaultCode"
:
9759
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
49
,
...
...
@@ -1298,8 +1342,8 @@
"name"
:
"evil"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
50
"setIdx"
:
1
,
"iconIdx"
:
138
},
{
"icon"
:
{
...
...
@@ -1314,7 +1358,7 @@
"rage"
],
"defaultCode"
:
57407
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
50
,
...
...
@@ -1324,8 +1368,8 @@
"name"
:
"angry"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
51
"setIdx"
:
1
,
"iconIdx"
:
139
},
{
"icon"
:
{
...
...
@@ -1339,7 +1383,7 @@
"face"
],
"defaultCode"
:
57408
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
51
,
...
...
@@ -1349,8 +1393,8 @@
"name"
:
"cool"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
52
"setIdx"
:
1
,
"iconIdx"
:
140
},
{
"icon"
:
{
...
...
@@ -1364,7 +1408,7 @@
"face"
],
"defaultCode"
:
57409
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
52
,
...
...
@@ -1374,8 +1418,8 @@
"name"
:
"grin"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
53
"setIdx"
:
1
,
"iconIdx"
:
141
},
{
"icon"
:
{
...
...
@@ -1387,7 +1431,7 @@
"information"
],
"defaultCode"
:
9056
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
53
,
...
...
@@ -1397,8 +1441,8 @@
"name"
:
"info"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
54
"setIdx"
:
1
,
"iconIdx"
:
142
},
{
"icon"
:
{
...
...
@@ -1413,7 +1457,7 @@
"exclamation"
],
"defaultCode"
:
57375
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
54
,
...
...
@@ -1423,8 +1467,8 @@
"name"
:
"notification"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
55
"setIdx"
:
1
,
"iconIdx"
:
143
},
{
"icon"
:
{
...
...
@@ -1436,7 +1480,7 @@
"sign"
],
"defaultCode"
:
9888
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
55
,
...
...
@@ -1446,8 +1490,8 @@
"name"
:
"warning"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
56
"setIdx"
:
1
,
"iconIdx"
:
144
},
{
"icon"
:
{
...
...
@@ -1459,7 +1503,7 @@
"correct"
],
"defaultCode"
:
57413
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
56
,
...
...
@@ -1469,8 +1513,8 @@
"name"
:
"spell-check"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
57
"setIdx"
:
1
,
"iconIdx"
:
145
},
{
"icon"
:
{
...
...
@@ -1485,7 +1529,7 @@
"audio"
],
"defaultCode"
:
57414
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
57
,
...
...
@@ -1495,8 +1539,8 @@
"name"
:
"volume-high"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
58
"setIdx"
:
1
,
"iconIdx"
:
146
},
{
"icon"
:
{
...
...
@@ -1510,7 +1554,7 @@
"audio"
],
"defaultCode"
:
57415
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
58
,
...
...
@@ -1520,8 +1564,8 @@
"name"
:
"volume-medium"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
59
"setIdx"
:
1
,
"iconIdx"
:
147
},
{
"icon"
:
{
...
...
@@ -1535,7 +1579,7 @@
"audio"
],
"defaultCode"
:
57416
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
59
,
...
...
@@ -1545,8 +1589,8 @@
"name"
:
"volume-low"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
60
"setIdx"
:
1
,
"iconIdx"
:
148
},
{
"icon"
:
{
...
...
@@ -1561,7 +1605,7 @@
"mute"
],
"defaultCode"
:
57417
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
60
,
...
...
@@ -1571,8 +1615,8 @@
"name"
:
"volume-mute"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
61
"setIdx"
:
1
,
"iconIdx"
:
149
},
{
"icon"
:
{
...
...
@@ -1587,7 +1631,7 @@
"mute"
],
"defaultCode"
:
57418
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
61
,
...
...
@@ -1597,8 +1641,8 @@
"name"
:
"volume-mute2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
62
"setIdx"
:
1
,
"iconIdx"
:
150
},
{
"icon"
:
{
...
...
@@ -1612,7 +1656,7 @@
"audio"
],
"defaultCode"
:
57419
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
62
,
...
...
@@ -1622,8 +1666,8 @@
"name"
:
"volume-decrease"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
63
"setIdx"
:
1
,
"iconIdx"
:
151
},
{
"icon"
:
{
...
...
@@ -1637,7 +1681,7 @@
"audio"
],
"defaultCode"
:
57420
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
63
,
...
...
@@ -1647,8 +1691,8 @@
"name"
:
"volume-increase"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
64
"setIdx"
:
1
,
"iconIdx"
:
152
},
{
"icon"
:
{
...
...
@@ -1660,7 +1704,7 @@
"wysiwyg"
],
"defaultCode"
:
57421
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
64
,
...
...
@@ -1670,8 +1714,8 @@
"name"
:
"bold"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
65
"setIdx"
:
1
,
"iconIdx"
:
153
},
{
"icon"
:
{
...
...
@@ -1683,7 +1727,7 @@
"wysiwyg"
],
"defaultCode"
:
57422
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
65
,
...
...
@@ -1693,8 +1737,8 @@
"name"
:
"underline"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
66
"setIdx"
:
1
,
"iconIdx"
:
154
},
{
"icon"
:
{
...
...
@@ -1706,7 +1750,7 @@
"wysiwyg"
],
"defaultCode"
:
57423
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
66
,
...
...
@@ -1716,8 +1760,8 @@
"name"
:
"italic"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
67
"setIdx"
:
1
,
"iconIdx"
:
155
},
{
"icon"
:
{
...
...
@@ -1729,7 +1773,7 @@
"wysiwyg"
],
"defaultCode"
:
57424
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
67
,
...
...
@@ -1739,8 +1783,8 @@
"name"
:
"strikethrough"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
68
"setIdx"
:
1
,
"iconIdx"
:
156
},
{
"icon"
:
{
...
...
@@ -1756,7 +1800,7 @@
"blank"
],
"defaultCode"
:
57427
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
68
,
...
...
@@ -1766,8 +1810,8 @@
"name"
:
"newtab"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
69
"setIdx"
:
1
,
"iconIdx"
:
157
},
{
"icon"
:
{
...
...
@@ -1779,7 +1823,7 @@
"social"
],
"defaultCode"
:
57429
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
69
,
...
...
@@ -1789,8 +1833,8 @@
"name"
:
"youtube"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
70
"setIdx"
:
1
,
"iconIdx"
:
158
},
{
"icon"
:
{
...
...
@@ -1805,7 +1849,7 @@
"cross"
],
"defaultCode"
:
10005
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
70
,
...
...
@@ -1815,8 +1859,8 @@
"name"
:
"close"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
71
"setIdx"
:
1
,
"iconIdx"
:
159
},
{
"icon"
:
{
...
...
@@ -1832,7 +1876,7 @@
"banned"
],
"defaultCode"
:
10008
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
71
,
...
...
@@ -1842,8 +1886,8 @@
"name"
:
"blocked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
72
"setIdx"
:
1
,
"iconIdx"
:
160
},
{
"icon"
:
{
...
...
@@ -1857,7 +1901,7 @@
"delete"
],
"defaultCode"
:
57432
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
72
,
...
...
@@ -1867,8 +1911,8 @@
"name"
:
"cancel-circle"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
73
"setIdx"
:
1
,
"iconIdx"
:
161
},
{
"icon"
:
{
...
...
@@ -1881,7 +1925,7 @@
"subtract"
],
"defaultCode"
:
57434
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
73
,
...
...
@@ -1891,8 +1935,8 @@
"name"
:
"minus"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
74
"setIdx"
:
1
,
"iconIdx"
:
162
},
{
"icon"
:
{
...
...
@@ -1905,7 +1949,7 @@
"sum"
],
"defaultCode"
:
10010
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
74
,
...
...
@@ -1915,8 +1959,8 @@
"name"
:
"plus"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
75
"setIdx"
:
1
,
"iconIdx"
:
163
},
{
"icon"
:
{
...
...
@@ -1930,7 +1974,7 @@
"selected"
],
"defaultCode"
:
9745
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
75
,
...
...
@@ -1940,8 +1984,8 @@
"name"
:
"checkbox-checked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
76
"setIdx"
:
1
,
"iconIdx"
:
164
},
{
"icon"
:
{
...
...
@@ -1954,7 +1998,7 @@
"square"
],
"defaultCode"
:
11047
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
76
,
...
...
@@ -1964,8 +2008,8 @@
"name"
:
"checkbox-unchecked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
77
"setIdx"
:
1
,
"iconIdx"
:
165
},
{
"icon"
:
{
...
...
@@ -1977,7 +2021,7 @@
"partial"
],
"defaultCode"
:
11048
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
77
,
...
...
@@ -1987,8 +2031,8 @@
"name"
:
"checkbox-partial"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
78
"setIdx"
:
1
,
"iconIdx"
:
166
},
{
"icon"
:
{
...
...
@@ -1999,7 +2043,7 @@
"radio-checked"
],
"defaultCode"
:
11046
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
78
,
...
...
@@ -2009,8 +2053,8 @@
"name"
:
"radio-checked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
79
"setIdx"
:
1
,
"iconIdx"
:
167
},
{
"icon"
:
{
...
...
@@ -2022,7 +2066,7 @@
"circle"
],
"defaultCode"
:
11045
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
79
,
...
...
@@ -2032,8 +2076,8 @@
"name"
:
"radio-unchecked"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
80
"setIdx"
:
1
,
"iconIdx"
:
168
},
{
"icon"
:
{
...
...
@@ -2045,7 +2089,7 @@
"information"
],
"defaultCode"
:
57433
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
80
,
...
...
@@ -2055,8 +2099,8 @@
"name"
:
"info2"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
81
"setIdx"
:
1
,
"iconIdx"
:
169
},
{
"icon"
:
{
...
...
@@ -2068,7 +2112,7 @@
"paper"
],
"defaultCode"
:
57345
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
81
,
...
...
@@ -2078,8 +2122,8 @@
"name"
:
"newspaper"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
82
"setIdx"
:
1
,
"iconIdx"
:
170
},
{
"icon"
:
{
...
...
@@ -2093,7 +2137,7 @@
"graphic"
],
"defaultCode"
:
11028
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
82
,
...
...
@@ -2103,8 +2147,8 @@
"name"
:
"image"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
83
"setIdx"
:
1
,
"iconIdx"
:
171
},
{
"icon"
:
{
...
...
@@ -2115,7 +2159,7 @@
"offline"
],
"defaultCode"
:
57346
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
83
,
...
...
@@ -2125,8 +2169,8 @@
"name"
:
"offline"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
84
"setIdx"
:
1
,
"iconIdx"
:
172
},
{
"icon"
:
{
...
...
@@ -2137,7 +2181,7 @@
"busy"
],
"defaultCode"
:
57348
,
"grid"
:
0
"grid"
:
16
},
"properties"
:
{
"id"
:
84
,
...
...
@@ -2147,8 +2191,8 @@
"name"
:
"busy"
,
"ligatures"
:
""
},
"setIdx"
:
0
,
"iconIdx"
:
85
"setIdx"
:
1
,
"iconIdx"
:
173
}
],
"height"
:
1024
,
...
...
@@ -2172,6 +2216,7 @@
"imagePref"
:
{},
"historySize"
:
100
,
"showCodes"
:
true
,
"search"
:
""
"search"
:
""
,
"gridSize"
:
16
}
}
\ No newline at end of file
fonticons/style.css
View file @
c839ce2d
@font-face
{
font-family
:
'icomoon'
;
src
:
url('fonts/icomoon.eot?
7poj4t
')
;
src
:
url('fonts/icomoon.eot?#iefix
7poj4t
')
format
(
'embedded-opentype'
),
url('fonts/icomoon.woff?
7poj4t
')
format
(
'woff'
),
url('fonts/icomoon.ttf?
7poj4t
')
format
(
'truetype'
),
url('fonts/icomoon.svg?
7poj4t
#icomoon')
format
(
'svg'
);
src
:
url('fonts/icomoon.eot?
-m2p76k
')
;
src
:
url('fonts/icomoon.eot?#iefix
-m2p76k
')
format
(
'embedded-opentype'
),
url('fonts/icomoon.woff?
-m2p76k
')
format
(
'woff'
),
url('fonts/icomoon.ttf?
-m2p76k
')
format
(
'truetype'
),
url('fonts/icomoon.svg?
-m2p76k
#icomoon')
format
(
'svg'
);
font-weight
:
normal
;
font-style
:
normal
;
}
...
...
@@ -23,8 +23,14 @@
-moz-osx-font-smoothing
:
grayscale
;
}
.icon-closed
:before
{
content
:
"\25ba"
;
}
.icon-opened
:before
{
content
:
"\25bc"
;
}
.icon-checkmark
:before
{
content
:
"\
e600
"
;
content
:
"\
2713
"
;
}
.icon-home
:before
{
content
:
"\e000"
;
...
...
@@ -38,7 +44,7 @@
.icon-camera2
:before
{
content
:
"\2616"
;
}
.icon-play
:before
{
.icon-play
22
:before
{
content
:
"\25d9"
;
}
.icon-music
:before
{
...
...
less/converse.less
View file @
c839ce2d
...
...
@@ -46,8 +46,14 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-closed:before {
content: "\25ba";
}
.icon-opened:before {
content: "\25bc";
}
.icon-checkmark:before {
content: "\
e600
";
content: "\
2713
";
}
#conversejs .icon-home:before {
content: "\e000";
...
...
@@ -1060,6 +1066,12 @@ dl.add-converse-contact {
line-height: 16px;
}
#conversejs .roster-group {
display: block;
width: 100%;
}
#conversejs .roster-group:hover,
#conversejs dd.available-chatroom:hover,
#conversejs #converse-roster dd:hover {
background-color: #eee;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment