Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
9b63bf5e
Commit
9b63bf5e
authored
Feb 18, 2014
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! update fontawesome to 4.0.3
parent
39743610
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1338 additions
and
0 deletions
+1338
-0
dream/platform/static/css/font-awesome.css
dream/platform/static/css/font-awesome.css
+1338
-0
No files found.
dream/platform/static/css/fontawesome.css
→
dream/platform/static/css/font
-
awesome.css
View file @
9b63bf5e
/* ===================================================================== */
/* FontAwesome */
/* ===================================================================== */
/*!
* Font Awesome 3.2.0
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
* found at http://fontawesome.io. Stay up to date on Twitter at
* http://twitter.com/fontawesome.
*
* License
* ------------------------------------------------------------------------------
* - The Font Awesome font is licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*
* Author - Dave Gandy
* ------------------------------------------------------------------------------
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/byscuits
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
*/
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
* -------------------------- */
@font-face
{
font-family
:
'FontAwesome-webfont'
;
src
:
url('../lib/fontawesome-webfont.eot?v=3.2.0')
;
/* IE9 Compat Modes */
src
:
url('../lib/fontawesome-webfont.eot?#iefix&v=3.2.0')
format
(
'embedded-opentype'
),
/* IE6-IE8 */
url('../lib/fontawesome-webfont.woff?v=3.2.0')
format
(
'woff'
),
/* Modern Browsers */
url('../lib/fontawesome-webfont.ttf?v=3.2.0')
format
(
'truetype'
),
/* Safari, Android, iOS */
url('../lib/fontawesome-webfont.ff#fontawesomeregular?v=3.2.0')
format
(
'svg'
);
/* Legacy iOS */
font-family
:
'FontAwesome'
;
src
:
url('../fonts/fontawesome-webfont.eot?v=4.0.3')
;
src
:
url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3')
format
(
'embedded-opentype'
),
url('../fonts/fontawesome-webfont.woff?v=4.0.3')
format
(
'woff'
),
url('../fonts/fontawesome-webfont.ttf?v=4.0.3')
format
(
'truetype'
),
url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular')
format
(
'svg'
);
font-weight
:
normal
;
font-style
:
normal
;
}
/* FONT AWESOME CORE
* -------------------------- */
html
[
class
^=
"ui-icon-"
]
:after
,
html
[
class
*=
" ui-icon-"
]
:after
{
font-family
:
FontAwesome-webfont
;
font-weight
:
normal
;
.fa
{
display
:
inline-block
;
font-family
:
FontAwesome
;
font-style
:
normal
;
text-decoration
:
inherit
;
font-weight
:
normal
;
line-height
:
1
;
-webkit-font-smoothing
:
antialiased
;
*
margin-right
:
.3em
;
}
html
[
class
^=
"ui-icon-"
]
:after
,
html
[
class
*=
" ui-icon-"
]
:after
{
text-decoration
:
inherit
;
display
:
inline-block
;
cursor
:
pointer
;
speak
:
none
;
-moz-osx-font-smoothing
:
grayscale
;
}
/* makes the font 33% larger relative to the icon container */
html
.ui-page
.icon-large
:after
{
vertical-align
:
-10%
;
.fa-lg
{
font-size
:
1.3333333333333333em
;
line-height
:
0.75em
;
vertical-align
:
-15%
;
}
/* makes sure icons active on rollover in links */
html
a
[
class
^=
"ui-icon-"
]
:after
,
html
a
[
class
*=
" ui-icon-"
]
:after
{
display
:
inline
;
.fa-2x
{
font-size
:
2em
;
}
/* increased font size for icon-large */
html
[
class
^=
"ui-icon-"
]
.icon-fixed-width
:after
,
html
[
class
*=
" ui-icon-"
]
.icon-fixed-width
:after
{
display
:
inline-block
;
width
:
1.1428571428571428em
;
text-align
:
right
;
padding-right
:
0.2857142857142857em
;
.fa-3x
{
font-size
:
3em
;
}
html
[
class
^=
"ui-icon-"
]
.icon-fixed-width.icon-large
:after
,
html
[
class
*=
" ui-icon-"
]
.icon-fixed-width.icon-large
:after
{
width
:
1.4285714285714286em
;
.fa-4x
{
font-size
:
4em
;
}
.fa-5x
{
font-size
:
5em
;
}
html
.ui-page
.icons-ul
{
.fa-fw
{
width
:
1.2857142857142858em
;
text-align
:
center
;
}
.fa-ul
{
padding-left
:
0
;
margin-left
:
2.142857142857143em
;
list-style-type
:
none
;
}
html
.ui-page
.icons
-ul
>
li
{
.fa
-ul
>
li
{
position
:
relative
;
}
html
.ui-page
.icons-ul
.icon
-li
{
.fa
-li
{
position
:
absolute
;
left
:
-2.142857142857143em
;
width
:
2.142857142857143em
;
top
:
0.14285714285714285em
;
text-align
:
center
;
line-height
:
inherit
;
}
html
[
class
^=
"ui-icon-"
]
.hide
:after
,
html
[
class
*=
" ui-icon-"
]
.hide
:after
{
display
:
none
;
}
html
.ui-page
.icon-muted
{
color
:
#eeeeee
;
}
html
.ui-page
.icon-light
{
color
:
#ffffff
;
}
html
.ui-page
.icon-dark
{
color
:
#333333
;
.fa-li.fa-lg
{
left
:
-1.8571428571428572em
;
}
html
.ui-page
.icon-border
{
border
:
solid
1px
#eeeeee
;
.fa-border
{
padding
:
.2em
.25em
.15em
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
}
html
.ui-page
.icon-2x
{
font-size
:
2em
;
}
html
.ui-page
.icon-2x.icon-border
{
border-width
:
2px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border
:
solid
0.08em
#eeeeee
;
border-radius
:
.1em
;
}
html
.ui-page
.icon-3x
{
font-size
:
3em
;
}
html
.ui-page
.icon-3x.icon-border
{
border-width
:
3px
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
}
html
.ui-page
.icon-4x
{
font-size
:
4em
;
}
html
.ui-page
.icon-4x.icon-border
{
border-width
:
4px
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
}
html
.ui-page
.icon-5x
{
font-size
:
5em
;
}
html
.ui-page
.icon-5x.icon-border
{
border-width
:
5px
;
-webkit-border-radius
:
7px
;
-moz-border-radius
:
7px
;
border-radius
:
7px
;
}
html
.ui-page
.pull-right
{
.pull-right
{
float
:
right
;
}
html
.ui-page
.pull-left
{
.pull-left
{
float
:
left
;
}
html
[
class
^=
"ui-icon-"
]
.pull-left
:after
,
html
[
class
*=
" ui-icon-"
]
.pull-left
:after
{
.fa.pull-left
{
margin-right
:
.3em
;
}
html
[
class
^=
"ui-icon-"
]
.pull-right
:after
,
html
[
class
*=
" ui-icon-"
]
.pull-right
:after
{
.fa.pull-right
{
margin-left
:
.3em
;
}
/* EXTRAS
* -------------------------- */
/* Stacked and layered icon */
html
.ui-page
.icon-stack
{
position
:
relative
;
display
:
inline-block
;
width
:
2em
;
height
:
2em
;
line-height
:
2em
;
vertical-align
:
-35%
;
}
html
.ui-page
.icon-stack
[
class
^=
"ui-icon-"
]
:after
,
html
.ui-page
.icon-stack
[
class
*=
" ui-icon-"
]
:after
{
display
:
block
;
text-align
:
center
;
position
:
absolute
;
width
:
100%
;
height
:
100%
;
font-size
:
1em
;
line-height
:
inherit
;
*
line-height
:
2em
;
}
html
.ui-page
.icon-stack
.icon-stack-base
{
font-size
:
2em
;
*
line-height
:
1em
;
}
/* Animated rotating icon */
html
.ui-page
.icon-spin
{
display
:
inline-block
;
.fa-spin
{
-webkit-animation
:
spin
2s
infinite
linear
;
-moz-animation
:
spin
2s
infinite
linear
;
-o-animation
:
spin
2s
infinite
linear
;
-webkit-animation
:
spin
2s
infinite
linear
;
animation
:
spin
2s
infinite
linear
;
}
html
a
.icon-spin
{
display
:
inline-block
;
text-decoration
:
none
;
}
@-moz-keyframes
spin
{
0
%
{
-moz-transform
:
rotate
(
0deg
);
...
...
@@ -242,1201 +123,1216 @@ html a .icon-spin {
transform
:
rotate
(
359deg
);
}
}
/* Icon rotations and mirroring */
html
.ui-page
.icon-rotate-90
:after
{
.fa-rotate-90
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
1
);
-webkit-transform
:
rotate
(
90deg
);
-moz-transform
:
rotate
(
90deg
);
-ms-transform
:
rotate
(
90deg
);
-o-transform
:
rotate
(
90deg
);
transform
:
rotate
(
90deg
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
1
);
}
html
.ui-page
.icon-rotate-180
:after
{
.fa-rotate-180
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
2
);
-webkit-transform
:
rotate
(
180deg
);
-moz-transform
:
rotate
(
180deg
);
-ms-transform
:
rotate
(
180deg
);
-o-transform
:
rotate
(
180deg
);
transform
:
rotate
(
180deg
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
2
);
}
html
.ui-page
.icon-rotate-270
:after
{
.fa-rotate-270
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
-webkit-transform
:
rotate
(
270deg
);
-moz-transform
:
rotate
(
270deg
);
-ms-transform
:
rotate
(
270deg
);
-o-transform
:
rotate
(
270deg
);
transform
:
rotate
(
270deg
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
3
);
}
html
.ui-page
.icon-flip-horizontal
:after
{
.fa-flip-horizontal
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
0
,
mirror
=
1
);
-webkit-transform
:
scale
(
-1
,
1
);
-moz-transform
:
scale
(
-1
,
1
);
-ms-transform
:
scale
(
-1
,
1
);
-o-transform
:
scale
(
-1
,
1
);
transform
:
scale
(
-1
,
1
);
}
html
.ui-page
.icon-flip-vertical
:after
{
.fa-flip-vertical
{
filter
:
progid
:
DXImageTransform
.
Microsoft
.
BasicImage
(
rotation
=
2
,
mirror
=
1
);
-webkit-transform
:
scale
(
1
,
-1
);
-moz-transform
:
scale
(
1
,
-1
);
-ms-transform
:
scale
(
1
,
-1
);
-o-transform
:
scale
(
1
,
-1
);
transform
:
scale
(
1
,
-1
);
}
/* ensure rotation occurs inside anchor tags */
html
a
.icon-rotate-90
:after
,
html
a
.icon-rotate-180
:after
,
html
a
.icon-rotate-270
:after
,
html
a
.icon-flip-horizontal
:after
,
html
a
.icon-flip-vertical
:after
{
.fa-stack
{
position
:
relative
;
display
:
inline-block
;
width
:
2em
;
height
:
2em
;
line-height
:
2em
;
vertical-align
:
middle
;
}
.fa-stack-1x
,
.fa-stack-2x
{
position
:
absolute
;
left
:
0
;
width
:
100%
;
text-align
:
center
;
}
.fa-stack-1x
{
line-height
:
inherit
;
}
.fa-stack-2x
{
font-size
:
2em
;
}
.fa-inverse
{
color
:
#ffffff
;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
html
.ui-page
.ui-icon-glass
:after
{
.fa-glass
:before
{
content
:
"\f000"
;
}
html
.ui-page
.ui-icon-music
:after
{
.fa-music
:before
{
content
:
"\f001"
;
}
html
.ui-page
.ui-icon-search
:after
{
.fa-search
:before
{
content
:
"\f002"
;
}
html
.ui-page
.ui-icon-envelope-alt
:after
{
.fa-envelope-o
:before
{
content
:
"\f003"
;
}
html
.ui-page
.ui-icon-heart
:after
{
.fa-heart
:before
{
content
:
"\f004"
;
}
html
.ui-page
.ui-icon-star
:after
{
.fa-star
:before
{
content
:
"\f005"
;
}
html
.ui-page
.ui-icon-star-empty
:after
{
.fa-star-o
:before
{
content
:
"\f006"
;
}
html
.ui-page
.ui-icon-user
:after
{
.fa-user
:before
{
content
:
"\f007"
;
}
html
.ui-page
.ui-icon-film
:after
{
.fa-film
:before
{
content
:
"\f008"
;
}
html
.ui-page
.ui-icon-th-large
:after
{
.fa-th-large
:before
{
content
:
"\f009"
;
}
html
.ui-page
.ui-icon-th
:after
{
.fa-th
:before
{
content
:
"\f00a"
;
}
html
.ui-page
.ui-icon-th-list
:after
{
.fa-th-list
:before
{
content
:
"\f00b"
;
}
html
.ui-page
.ui-icon-ok
:after
{
.fa-check
:before
{
content
:
"\f00c"
;
}
html
.ui-page
.ui-icon-remove
:after
,
html
.ui-page
.ui-icon-delete
:after
{
.fa-times
:before
{
content
:
"\f00d"
;
}
html
.ui-page
.ui-icon-zoom-in
:after
{
.fa-search-plus
:before
{
content
:
"\f00e"
;
}
html
.ui-page
.ui-icon-zoom-out
:after
{
.fa-search-minus
:before
{
content
:
"\f010"
;
}
html
.ui-page
.ui-icon-power-off
:after
,
html
.ui-page
.ui-icon-off
:after
{
.fa-power-off
:before
{
content
:
"\f011"
;
}
html
.ui-page
.ui-icon-signal
:after
{
.fa-signal
:before
{
content
:
"\f012"
;
}
html
.ui-page
.ui-icon-cog
:after
{
.fa-gear
:before
,
.fa-cog
:before
{
content
:
"\f013"
;
}
html
.ui-page
.ui-icon-trash
:after
{
.fa-trash-o
:before
{
content
:
"\f014"
;
}
html
.ui-page
.ui-icon-home
:after
{
.fa-home
:before
{
content
:
"\f015"
;
}
html
.ui-page
.ui-icon-file-alt
:after
{
.fa-file-o
:before
{
content
:
"\f016"
;
}
html
.ui-page
.ui-icon-time
:after
{
.fa-clock-o
:before
{
content
:
"\f017"
;
}
html
.ui-page
.ui-icon-road
:after
{
.fa-road
:before
{
content
:
"\f018"
;
}
html
.ui-page
.ui-icon-download-alt
:after
{
.fa-download
:before
{
content
:
"\f019"
;
}
html
.ui-page
.ui-icon-download
:after
{
.fa-arrow-circle-o-down
:before
{
content
:
"\f01a"
;
}
html
.ui-page
.ui-icon-upload
:after
{
.fa-arrow-circle-o-up
:before
{
content
:
"\f01b"
;
}
html
.ui-page
.ui-icon-inbox
:after
{
.fa-inbox
:before
{
content
:
"\f01c"
;
}
html
.ui-page
.ui-icon-play-circle
:after
{
.fa-play-circle-o
:before
{
content
:
"\f01d"
;
}
html
.ui-page
.ui-icon-rotate-right
:after
,
html
.ui-page
.ui-icon-repeat
:after
{
.fa-rotate-right
:before
,
.fa-repeat
:before
{
content
:
"\f01e"
;
}
html
.ui-page
.ui-icon-refresh
:after
{
.fa-refresh
:before
{
content
:
"\f021"
;
}
html
.ui-page
.ui-icon-list-alt
:after
{
.fa-list-alt
:before
{
content
:
"\f022"
;
}
html
.ui-page
.ui-icon-lock
:after
{
.fa-lock
:before
{
content
:
"\f023"
;
}
html
.ui-page
.ui-icon-flag
:after
{
.fa-flag
:before
{
content
:
"\f024"
;
}
html
.ui-page
.ui-icon-headphones
:after
{
.fa-headphones
:before
{
content
:
"\f025"
;
}
html
.ui-page
.ui-icon-volume-off
:after
{
.fa-volume-off
:before
{
content
:
"\f026"
;
}
html
.ui-page
.ui-icon-volume-down
:after
{
.fa-volume-down
:before
{
content
:
"\f027"
;
}
html
.ui-page
.ui-icon-volume-up
:after
{
.fa-volume-up
:before
{
content
:
"\f028"
;
}
html
.ui-page
.ui-icon-qrcode
:after
{
.fa-qrcode
:before
{
content
:
"\f029"
;
}
html
.ui-page
.ui-icon-barcode
:after
{
.fa-barcode
:before
{
content
:
"\f02a"
;
}
html
.ui-page
.ui-icon-tag
:after
{
.fa-tag
:before
{
content
:
"\f02b"
;
}
html
.ui-page
.ui-icon-tags
:after
{
.fa-tags
:before
{
content
:
"\f02c"
;
}
html
.ui-page
.ui-icon-book
:after
{
.fa-book
:before
{
content
:
"\f02d"
;
}
html
.ui-page
.ui-icon-bookmark
:after
{
.fa-bookmark
:before
{
content
:
"\f02e"
;
}
html
.ui-page
.ui-icon-print
:after
{
.fa-print
:before
{
content
:
"\f02f"
;
}
html
.ui-page
.ui-icon-camera
:after
{
.fa-camera
:before
{
content
:
"\f030"
;
}
html
.ui-page
.ui-icon-font
:after
{
.fa-font
:before
{
content
:
"\f031"
;
}
html
.ui-page
.ui-icon-bold
:after
{
.fa-bold
:before
{
content
:
"\f032"
;
}
html
.ui-page
.ui-icon-italic
:after
{
.fa-italic
:before
{
content
:
"\f033"
;
}
html
.ui-page
.ui-icon-text-height
:after
{
.fa-text-height
:before
{
content
:
"\f034"
;
}
html
.ui-page
.ui-icon-text-width
:after
{
.fa-text-width
:before
{
content
:
"\f035"
;
}
html
.ui-page
.ui-icon-align-left
:after
{
.fa-align-left
:before
{
content
:
"\f036"
;
}
html
.ui-page
.ui-icon-align-center
:after
{
.fa-align-center
:before
{
content
:
"\f037"
;
}
html
.ui-page
.ui-icon-align-right
:after
{
.fa-align-right
:before
{
content
:
"\f038"
;
}
html
.ui-page
.ui-icon-align-justify
:after
{
.fa-align-justify
:before
{
content
:
"\f039"
;
}
html
.ui-page
.ui-icon-list
:after
{
.fa-list
:before
{
content
:
"\f03a"
;
}
html
.ui-page
.ui-icon-indent-left
:after
{
.fa-dedent
:before
,
.fa-outdent
:before
{
content
:
"\f03b"
;
}
html
.ui-page
.ui-icon-indent-right
:after
{
.fa-indent
:before
{
content
:
"\f03c"
;
}
html
.ui-page
.ui-icon-facetime-video
:after
{
.fa-video-camera
:before
{
content
:
"\f03d"
;
}
html
.ui-page
.ui-icon-picture
:after
{
.fa-picture-o
:before
{
content
:
"\f03e"
;
}
html
.ui-page
.ui-icon-pencil
:after
{
.fa-pencil
:before
{
content
:
"\f040"
;
}
html
.ui-page
.ui-icon-map-marker
:after
{
.fa-map-marker
:before
{
content
:
"\f041"
;
}
html
.ui-page
.ui-icon-adjust
:after
{
.fa-adjust
:before
{
content
:
"\f042"
;
}
html
.ui-page
.ui-icon-tint
:after
{
.fa-tint
:before
{
content
:
"\f043"
;
}
html
.ui-page
.ui-icon-edit
:after
{
.fa-edit
:before
,
.fa-pencil-square-o
:before
{
content
:
"\f044"
;
}
html
.ui-page
.ui-icon-share
:after
{
.fa-share-square-o
:before
{
content
:
"\f045"
;
}
html
.ui-page
.ui-icon-check
:after
,
html
.ui-page
.ui-icon-checkbox-on
:after
{
.fa-check-square-o
:before
{
content
:
"\f046"
;
}
html
.ui-page
.ui-icon-move
:after
{
.fa-arrows
:before
{
content
:
"\f047"
;
}
html
.ui-page
.ui-icon-step-backward
:after
{
.fa-step-backward
:before
{
content
:
"\f048"
;
}
html
.ui-page
.ui-icon-fast-backward
:after
{
.fa-fast-backward
:before
{
content
:
"\f049"
;
}
html
.ui-page
.ui-icon-backward
:after
{
.fa-backward
:before
{
content
:
"\f04a"
;
}
html
.ui-page
.ui-icon-play
:after
{
.fa-play
:before
{
content
:
"\f04b"
;
}
html
.ui-page
.ui-icon-pause
:after
{
.fa-pause
:before
{
content
:
"\f04c"
;
}
html
.ui-page
.ui-icon-stop
:after
{
.fa-stop
:before
{
content
:
"\f04d"
;
}
html
.ui-page
.ui-icon-forward
:after
{
.fa-forward
:before
{
content
:
"\f04e"
;
}
html
.ui-page
.ui-icon-fast-forward
:after
{
.fa-fast-forward
:before
{
content
:
"\f050"
;
}
html
.ui-page
.ui-icon-step-forward
:after
{
.fa-step-forward
:before
{
content
:
"\f051"
;
}
html
.ui-page
.ui-icon-eject
:after
{
.fa-eject
:before
{
content
:
"\f052"
;
}
html
.ui-page
.ui-icon-chevron-left
:after
{
.fa-chevron-left
:before
{
content
:
"\f053"
;
}
html
.ui-page
.ui-icon-chevron-right
:after
{
.fa-chevron-right
:before
{
content
:
"\f054"
;
}
html
.ui-page
.ui-icon-plus-sign
:after
{
.fa-plus-circle
:before
{
content
:
"\f055"
;
}
html
.ui-page
.ui-icon-minus-sign
:after
{
.fa-minus-circle
:before
{
content
:
"\f056"
;
}
html
.ui-page
.ui-icon-remove-sign
:after
{
.fa-times-circle
:before
{
content
:
"\f057"
;
}
html
.ui-page
.ui-icon-ok-sign
:after
{
.fa-check-circle
:before
{
content
:
"\f058"
;
}
html
.ui-page
.ui-icon-question-sign
:after
{
.fa-question-circle
:before
{
content
:
"\f059"
;
}
html
.ui-page
.ui-icon-info-sign
:after
{
.fa-info-circle
:before
{
content
:
"\f05a"
;
}
html
.ui-page
.ui-icon-screenshot
:after
{
.fa-crosshairs
:before
{
content
:
"\f05b"
;
}
html
.ui-page
.ui-icon-remove-circle
:after
{
.fa-times-circle-o
:before
{
content
:
"\f05c"
;
}
html
.ui-page
.ui-icon-ok-circle
:after
,
html
.ui-page
.ui-icon-radio-on
:after
{
.fa-check-circle-o
:before
{
content
:
"\f05d"
;
}
html
.ui-page
.ui-icon-ban-circle
:after
{
.fa-ban
:before
{
content
:
"\f05e"
;
}
html
.ui-page
.ui-icon-arrow-left
:after
{
.fa-arrow-left
:before
{
content
:
"\f060"
;
}
html
.ui-page
.ui-icon-arrow-right
:after
{
.fa-arrow-right
:before
{
content
:
"\f061"
;
}
html
.ui-page
.ui-icon-arrow-up
:after
{
.fa-arrow-up
:before
{
content
:
"\f062"
;
}
html
.ui-page
.ui-icon-arrow-down
:after
{
.fa-arrow-down
:before
{
content
:
"\f063"
;
}
html
.ui-page
.ui-icon-mail-forward
:after
,
html
.ui-page
.ui-icon-share-alt
:after
{
.fa-mail-forward
:before
,
.fa-share
:before
{
content
:
"\f064"
;
}
html
.ui-page
.ui-icon-resize-full
:after
{
.fa-expand
:before
{
content
:
"\f065"
;
}
html
.ui-page
.ui-icon-resize-small
:after
{
.fa-compress
:before
{
content
:
"\f066"
;
}
html
.ui-page
.ui-icon-plus
:after
{
.fa-plus
:before
{
content
:
"\f067"
;
}
html
.ui-page
.ui-icon-minus
:after
{
.fa-minus
:before
{
content
:
"\f068"
;
}
html
.ui-page
.ui-icon-asterisk
:after
{
.fa-asterisk
:before
{
content
:
"\f069"
;
}
html
.ui-page
.ui-icon-exclamation-sign
:after
{
.fa-exclamation-circle
:before
{
content
:
"\f06a"
;
}
html
.ui-page
.ui-icon-gift
:after
{
.fa-gift
:before
{
content
:
"\f06b"
;
}
html
.ui-page
.ui-icon-leaf
:after
{
.fa-leaf
:before
{
content
:
"\f06c"
;
}
html
.ui-page
.ui-icon-fire
:after
{
.fa-fire
:before
{
content
:
"\f06d"
;
}
html
.ui-page
.ui-icon-eye-open
:after
{
.fa-eye
:before
{
content
:
"\f06e"
;
}
html
.ui-page
.ui-icon-eye-close
:after
{
.fa-eye-slash
:before
{
content
:
"\f070"
;
}
html
.ui-page
.ui-icon-warning-sign
:after
{
.fa-warning
:before
,
.fa-exclamation-triangle
:before
{
content
:
"\f071"
;
}
html
.ui-page
.ui-icon-plane
:after
{
.fa-plane
:before
{
content
:
"\f072"
;
}
html
.ui-page
.ui-icon-calendar
:after
{
.fa-calendar
:before
{
content
:
"\f073"
;
}
html
.ui-page
.ui-icon-random
:after
{
.fa-random
:before
{
content
:
"\f074"
;
}
html
.ui-page
.ui-icon-comment
:after
{
.fa-comment
:before
{
content
:
"\f075"
;
}
html
.ui-page
.ui-icon-magnet
:after
{
.fa-magnet
:before
{
content
:
"\f076"
;
}
html
.ui-page
.ui-icon-chevron-up
:after
{
.fa-chevron-up
:before
{
content
:
"\f077"
;
}
html
.ui-page
.ui-icon-chevron-down
:after
{
.fa-chevron-down
:before
{
content
:
"\f078"
;
}
html
.ui-page
.ui-icon-retweet
:after
{
.fa-retweet
:before
{
content
:
"\f079"
;
}
html
.ui-page
.ui-icon-shopping-cart
:after
{
.fa-shopping-cart
:before
{
content
:
"\f07a"
;
}
html
.ui-page
.ui-icon-folder-close
:after
{
.fa-folder
:before
{
content
:
"\f07b"
;
}
html
.ui-page
.ui-icon-folder-open
:after
{
.fa-folder-open
:before
{
content
:
"\f07c"
;
}
html
.ui-page
.ui-icon-resize-vertical
:after
{
.fa-arrows-v
:before
{
content
:
"\f07d"
;
}
html
.ui-page
.ui-icon-resize-horizontal
:after
{
.fa-arrows-h
:before
{
content
:
"\f07e"
;
}
html
.ui-page
.ui-icon-bar-chart
:after
{
.fa-bar-chart-o
:before
{
content
:
"\f080"
;
}
html
.ui-page
.ui-icon-twitter-sign
:after
{
.fa-twitter-square
:before
{
content
:
"\f081"
;
}
html
.ui-page
.ui-icon-facebook-sign
:after
{
.fa-facebook-square
:before
{
content
:
"\f082"
;
}
html
.ui-page
.ui-icon-camera-retro
:after
{
.fa-camera-retro
:before
{
content
:
"\f083"
;
}
html
.ui-page
.ui-icon-key
:after
{
.fa-key
:before
{
content
:
"\f084"
;
}
html
.ui-page
.ui-icon-cogs
:after
{
.fa-gears
:before
,
.fa-cogs
:before
{
content
:
"\f085"
;
}
html
.ui-page
.ui-icon-comments
:after
{
.fa-comments
:before
{
content
:
"\f086"
;
}
html
.ui-page
.ui-icon-thumbs-up-alt
:after
{
.fa-thumbs-o-up
:before
{
content
:
"\f087"
;
}
html
.ui-page
.ui-icon-thumbs-down-alt
:after
{
.fa-thumbs-o-down
:before
{
content
:
"\f088"
;
}
html
.ui-page
.ui-icon-star-half
:after
{
.fa-star-half
:before
{
content
:
"\f089"
;
}
html
.ui-page
.ui-icon-heart-empty
:after
{
.fa-heart-o
:before
{
content
:
"\f08a"
;
}
html
.ui-page
.ui-icon-signout
:after
{
.fa-sign-out
:before
{
content
:
"\f08b"
;
}
html
.ui-page
.ui-icon-linkedin-sign
:after
{
.fa-linkedin-square
:before
{
content
:
"\f08c"
;
}
html
.ui-page
.ui-icon-pushpin
:after
{
.fa-thumb-tack
:before
{
content
:
"\f08d"
;
}
html
.ui-page
.ui-icon-external-link
:after
{
.fa-external-link
:before
{
content
:
"\f08e"
;
}
html
.ui-page
.ui-icon-signin
:after
{
.fa-sign-in
:before
{
content
:
"\f090"
;
}
html
.ui-page
.ui-icon-trophy
:after
{
.fa-trophy
:before
{
content
:
"\f091"
;
}
html
.ui-page
.ui-icon-github-sign
:after
{
.fa-github-square
:before
{
content
:
"\f092"
;
}
html
.ui-page
.ui-icon-upload-alt
:after
{
.fa-upload
:before
{
content
:
"\f093"
;
}
html
.ui-page
.ui-icon-lemon
:after
{
.fa-lemon-o
:before
{
content
:
"\f094"
;
}
html
.ui-page
.ui-icon-phone
:after
{
.fa-phone
:before
{
content
:
"\f095"
;
}
html
.ui-page
.ui-icon-unchecked
:after
,
html
.ui-page
.ui-icon-checkbox-off
:after
,
html
.ui-page
.ui-icon-check-empty
:after
{
.fa-square-o
:before
{
content
:
"\f096"
;
}
html
.ui-page
.ui-icon-bookmark-empty
:after
{
.fa-bookmark-o
:before
{
content
:
"\f097"
;
}
html
.ui-page
.ui-icon-phone-sign
:after
{
.fa-phone-square
:before
{
content
:
"\f098"
;
}
html
.ui-page
.ui-icon-twitter
:after
{
.fa-twitter
:before
{
content
:
"\f099"
;
}
html
.ui-page
.ui-icon-facebook
:after
{
.fa-facebook
:before
{
content
:
"\f09a"
;
}
html
.ui-page
.ui-icon-github
:after
{
.fa-github
:before
{
content
:
"\f09b"
;
}
html
.ui-page
.ui-icon-unlock
:after
{
.fa-unlock
:before
{
content
:
"\f09c"
;
}
html
.ui-page
.ui-icon-credit-card
:after
{
.fa-credit-card
:before
{
content
:
"\f09d"
;
}
html
.ui-page
.ui-icon-rss
:after
{
.fa-rss
:before
{
content
:
"\f09e"
;
}
html
.ui-page
.ui-icon-hdd
:after
{
.fa-hdd-o
:before
{
content
:
"\f0a0"
;
}
html
.ui-page
.ui-icon-bullhorn
:after
{
.fa-bullhorn
:before
{
content
:
"\f0a1"
;
}
html
.ui-page
.ui-icon-bell
:after
{
content
:
"\f0
a2
"
;
.fa-bell
:before
{
content
:
"\f0
f3
"
;
}
html
.ui-page
.ui-icon-certificate
:after
{
.fa-certificate
:before
{
content
:
"\f0a3"
;
}
html
.ui-page
.ui-icon-hand-right
:after
{
.fa-hand-o-right
:before
{
content
:
"\f0a4"
;
}
html
.ui-page
.ui-icon-hand-left
:after
{
.fa-hand-o-left
:before
{
content
:
"\f0a5"
;
}
html
.ui-page
.ui-icon-hand-up
:after
{
.fa-hand-o-up
:before
{
content
:
"\f0a6"
;
}
html
.ui-page
.ui-icon-hand-down
:after
{
.fa-hand-o-down
:before
{
content
:
"\f0a7"
;
}
html
.ui-page
.ui-icon-circle-arrow-left
:after
{
.fa-arrow-circle-left
:before
{
content
:
"\f0a8"
;
}
html
.ui-page
.ui-icon-circle-arrow-right
:after
{
.fa-arrow-circle-right
:before
{
content
:
"\f0a9"
;
}
html
.ui-page
.ui-icon-circle-arrow-up
:after
{
.fa-arrow-circle-up
:before
{
content
:
"\f0aa"
;
}
html
.ui-page
.ui-icon-circle-arrow-down
:after
{
.fa-arrow-circle-down
:before
{
content
:
"\f0ab"
;
}
html
.ui-page
.ui-icon-globe
:after
{
.fa-globe
:before
{
content
:
"\f0ac"
;
}
html
.ui-page
.ui-icon-wrench
:after
{
.fa-wrench
:before
{
content
:
"\f0ad"
;
}
html
.ui-page
.ui-icon-tasks
:after
{
.fa-tasks
:before
{
content
:
"\f0ae"
;
}
html
.ui-page
.ui-icon-filter
:after
{
.fa-filter
:before
{
content
:
"\f0b0"
;
}
html
.ui-page
.ui-icon-briefcase
:after
{
.fa-briefcase
:before
{
content
:
"\f0b1"
;
}
html
.ui-page
.ui-icon-fullscreen
:after
{
.fa-arrows-alt
:before
{
content
:
"\f0b2"
;
}
html
.ui-page
.ui-icon-group
:after
{
.fa-group
:before
,
.fa-users
:before
{
content
:
"\f0c0"
;
}
html
.ui-page
.ui-icon-link
:after
{
.fa-chain
:before
,
.fa-link
:before
{
content
:
"\f0c1"
;
}
html
.ui-page
.ui-icon-cloud
:after
{
.fa-cloud
:before
{
content
:
"\f0c2"
;
}
html
.ui-page
.ui-icon-beaker
:after
{
.fa-flask
:before
{
content
:
"\f0c3"
;
}
html
.ui-page
.ui-icon-cut
:after
{
.fa-cut
:before
,
.fa-scissors
:before
{
content
:
"\f0c4"
;
}
html
.ui-page
.ui-icon-copy
:after
{
.fa-copy
:before
,
.fa-files-o
:before
{
content
:
"\f0c5"
;
}
html
.ui-page
.ui-icon-paperclip
:after
,
html
.ui-page
.ui-icon-paper-clip
:after
{
.fa-paperclip
:before
{
content
:
"\f0c6"
;
}
html
.ui-page
.ui-icon-save
:after
{
.fa-save
:before
,
.fa-floppy-o
:before
{
content
:
"\f0c7"
;
}
html
.ui-page
.ui-icon-sign-blank
:after
{
.fa-square
:before
{
content
:
"\f0c8"
;
}
html
.ui-page
.ui-icon-reorder
:after
{
.fa-bars
:before
{
content
:
"\f0c9"
;
}
html
.ui-page
.ui-icon-list-ul
:after
{
.fa-list-ul
:before
{
content
:
"\f0ca"
;
}
html
.ui-page
.ui-icon-list-ol
:after
{
.fa-list-ol
:before
{
content
:
"\f0cb"
;
}
html
.ui-page
.ui-icon-strikethrough
:after
{
.fa-strikethrough
:before
{
content
:
"\f0cc"
;
}
html
.ui-page
.ui-icon-underline
:after
{
.fa-underline
:before
{
content
:
"\f0cd"
;
}
html
.ui-page
.ui-icon-table
:after
{
.fa-table
:before
{
content
:
"\f0ce"
;
}
html
.ui-page
.ui-icon-magic
:after
{
.fa-magic
:before
{
content
:
"\f0d0"
;
}
html
.ui-page
.ui-icon-truck
:after
{
.fa-truck
:before
{
content
:
"\f0d1"
;
}
html
.ui-page
.ui-icon-pinterest
:after
{
.fa-pinterest
:before
{
content
:
"\f0d2"
;
}
html
.ui-page
.ui-icon-pinterest-sign
:after
{
.fa-pinterest-square
:before
{
content
:
"\f0d3"
;
}
html
.ui-page
.ui-icon-google-plus-sign
:after
{
.fa-google-plus-square
:before
{
content
:
"\f0d4"
;
}
html
.ui-page
.ui-icon-google-plus
:after
{
.fa-google-plus
:before
{
content
:
"\f0d5"
;
}
html
.ui-page
.ui-icon-money
:after
{
.fa-money
:before
{
content
:
"\f0d6"
;
}
html
.ui-page
.ui-icon-caret-down
:after
,
html
.ui-page
.ui-icon-carat-d
:after
{
.fa-caret-down
:before
{
content
:
"\f0d7"
;
}
html
.ui-page
.ui-icon-caret-up
:after
,
html
.ui-page
.ui-icon-carat-u
:after
{
.fa-caret-up
:before
{
content
:
"\f0d8"
;
}
html
.ui-page
.ui-icon-caret-left
:after
,
html
.ui-page
.ui-icon-carat-l
:after
{
.fa-caret-left
:before
{
content
:
"\f0d9"
;
}
html
.ui-page
.ui-icon-caret-right
:after
,
html
.ui-page
.ui-icon-carat-r
:after
{
.fa-caret-right
:before
{
content
:
"\f0da"
;
}
html
.ui-page
.ui-icon-columns
:after
{
.fa-columns
:before
{
content
:
"\f0db"
;
}
html
.ui-page
.ui-icon-sort
:after
,
{
.fa-unsorted
:before
,
.fa-sort
:before
{
content
:
"\f0dc"
;
}
html
.ui-page
.ui-icon-sort-down
:after
{
.fa-sort-down
:before
,
.fa-sort-asc
:before
{
content
:
"\f0dd"
;
}
html
.ui-page
.ui-icon-sort-up
:after
{
.fa-sort-up
:before
,
.fa-sort-desc
:before
{
content
:
"\f0de"
;
}
html
.ui-page
.ui-icon-envelope
:after
{
.fa-envelope
:before
{
content
:
"\f0e0"
;
}
html
.ui-page
.ui-icon-linkedin
:after
{
.fa-linkedin
:before
{
content
:
"\f0e1"
;
}
html
.ui-page
.ui-icon-rotate-left
:after
,
html
.ui-page
.ui-icon-undo
:after
{
.fa-rotate-left
:before
,
.fa-undo
:before
{
content
:
"\f0e2"
;
}
html
.ui-page
.ui-icon-legal
:after
{
.fa-legal
:before
,
.fa-gavel
:before
{
content
:
"\f0e3"
;
}
html
.ui-page
.ui-icon-dashboard
:after
{
.fa-dashboard
:before
,
.fa-tachometer
:before
{
content
:
"\f0e4"
;
}
html
.ui-page
.ui-icon-comment-alt
:after
{
.fa-comment-o
:before
{
content
:
"\f0e5"
;
}
html
.ui-page
.ui-icon-comments-alt
:after
{
.fa-comments-o
:before
{
content
:
"\f0e6"
;
}
html
.ui-page
.ui-icon-bolt
:after
{
.fa-flash
:before
,
.fa-bolt
:before
{
content
:
"\f0e7"
;
}
html
.ui-page
.ui-icon-sitemap
:after
{
.fa-sitemap
:before
{
content
:
"\f0e8"
;
}
html
.ui-page
.ui-icon-umbrella
:after
{
.fa-umbrella
:before
{
content
:
"\f0e9"
;
}
html
.ui-page
.ui-icon-paste
:after
{
.fa-paste
:before
,
.fa-clipboard
:before
{
content
:
"\f0ea"
;
}
html
.ui-page
.ui-icon-lightbulb
:after
{
.fa-lightbulb-o
:before
{
content
:
"\f0eb"
;
}
html
.ui-page
.ui-icon-exchange
:after
{
.fa-exchange
:before
{
content
:
"\f0ec"
;
}
html
.ui-page
.ui-icon-cloud-download
:after
{
.fa-cloud-download
:before
{
content
:
"\f0ed"
;
}
html
.ui-page
.ui-icon-cloud-upload
:after
{
.fa-cloud-upload
:before
{
content
:
"\f0ee"
;
}
html
.ui-page
.ui-icon-user-md
:after
{
.fa-user-md
:before
{
content
:
"\f0f0"
;
}
html
.ui-page
.ui-icon-stethoscope
:after
{
.fa-stethoscope
:before
{
content
:
"\f0f1"
;
}
html
.ui-page
.ui-icon-suitcase
:after
{
.fa-suitcase
:before
{
content
:
"\f0f2"
;
}
html
.ui-page
.ui-icon-bell-alt
:after
{
content
:
"\f0
f3
"
;
.fa-bell-o
:before
{
content
:
"\f0
a2
"
;
}
html
.ui-page
.ui-icon-coffee
:after
{
.fa-coffee
:before
{
content
:
"\f0f4"
;
}
html
.ui-page
.ui-icon-food
:after
{
.fa-cutlery
:before
{
content
:
"\f0f5"
;
}
html
.ui-page
.ui-icon-file-text-alt
:after
{
.fa-file-text-o
:before
{
content
:
"\f0f6"
;
}
html
.ui-page
.ui-icon-building
:after
{
.fa-building-o
:before
{
content
:
"\f0f7"
;
}
html
.ui-page
.ui-icon-hospital
:after
{
.fa-hospital-o
:before
{
content
:
"\f0f8"
;
}
html
.ui-page
.ui-icon-ambulance
:after
{
.fa-ambulance
:before
{
content
:
"\f0f9"
;
}
html
.ui-page
.ui-icon-medkit
:after
{
.fa-medkit
:before
{
content
:
"\f0fa"
;
}
html
.ui-page
.ui-icon-fighter-jet
:after
{
.fa-fighter-jet
:before
{
content
:
"\f0fb"
;
}
html
.ui-page
.ui-icon-beer
:after
{
.fa-beer
:before
{
content
:
"\f0fc"
;
}
html
.ui-page
.ui-icon-h-sign
:after
{
.fa-h-square
:before
{
content
:
"\f0fd"
;
}
html
.ui-page
.ui-icon-plus-sign-alt
:after
{
.fa-plus-square
:before
{
content
:
"\f0fe"
;
}
html
.ui-page
.ui-icon-double-angle-left
:after
{
.fa-angle-double-left
:before
{
content
:
"\f100"
;
}
html
.ui-page
.ui-icon-double-angle-right
:after
{
.fa-angle-double-right
:before
{
content
:
"\f101"
;
}
html
.ui-page
.ui-icon-double-angle-up
:after
{
.fa-angle-double-up
:before
{
content
:
"\f102"
;
}
html
.ui-page
.ui-icon-double-angle-down
:after
{
.fa-angle-double-down
:before
{
content
:
"\f103"
;
}
html
.ui-page
.ui-icon-angle-left
:after
{
.fa-angle-left
:before
{
content
:
"\f104"
;
}
html
.ui-page
.ui-icon-angle-right
:after
{
.fa-angle-right
:before
{
content
:
"\f105"
;
}
html
.ui-page
.ui-icon-angle-up
:after
{
.fa-angle-up
:before
{
content
:
"\f106"
;
}
html
.ui-page
.ui-icon-angle-down
:after
{
.fa-angle-down
:before
{
content
:
"\f107"
;
}
html
.ui-page
.ui-icon-desktop
:after
{
.fa-desktop
:before
{
content
:
"\f108"
;
}
html
.ui-page
.ui-icon-laptop
:after
{
.fa-laptop
:before
{
content
:
"\f109"
;
}
html
.ui-page
.ui-icon-tablet
:after
{
.fa-tablet
:before
{
content
:
"\f10a"
;
}
html
.ui-page
.ui-icon-mobile-phone
:after
{
.fa-mobile-phone
:before
,
.fa-mobile
:before
{
content
:
"\f10b"
;
}
html
.ui-page
.ui-icon-circle-blank
:after
,
html
.ui-page
.ui-icon-radio-off
:after
{
.fa-circle-o
:before
{
content
:
"\f10c"
;
}
html
.ui-page
.ui-icon-quote-left
:after
{
.fa-quote-left
:before
{
content
:
"\f10d"
;
}
html
.ui-page
.ui-icon-quote-right
:after
{
.fa-quote-right
:before
{
content
:
"\f10e"
;
}
html
.ui-page
.ui-icon-spinner
:after
{
.fa-spinner
:before
{
content
:
"\f110"
;
}
html
.ui-page
.ui-icon-circle
:after
{
.fa-circle
:before
{
content
:
"\f111"
;
}
html
.ui-page
.ui-icon-mail-reply
:after
,
html
.ui-page
.ui-icon-reply
:after
{
.fa-mail-reply
:before
,
.fa-reply
:before
{
content
:
"\f112"
;
}
html
.ui-page
.ui-icon-github-alt
:after
{
.fa-github-alt
:before
{
content
:
"\f113"
;
}
html
.ui-page
.ui-icon-folder-close-alt
:after
{
.fa-folder-o
:before
{
content
:
"\f114"
;
}
html
.ui-page
.ui-icon-folder-open-alt
:after
{
.fa-folder-open-o
:before
{
content
:
"\f115"
;
}
html
.ui-page
.ui-icon-expand-alt
:after
{
content
:
"\f116"
;
}
html
.ui-page
.ui-icon-collapse-alt
:after
{
content
:
"\f117"
;
}
html
.ui-page
.ui-icon-smile
:after
{
.fa-smile-o
:before
{
content
:
"\f118"
;
}
html
.ui-page
.ui-icon-frown
:after
{
.fa-frown-o
:before
{
content
:
"\f119"
;
}
html
.ui-page
.ui-icon-meh
:after
{
.fa-meh-o
:before
{
content
:
"\f11a"
;
}
html
.ui-page
.ui-icon-gamepad
:after
{
.fa-gamepad
:before
{
content
:
"\f11b"
;
}
html
.ui-page
.ui-icon-keyboard
:after
{
.fa-keyboard-o
:before
{
content
:
"\f11c"
;
}
html
.ui-page
.ui-icon-flag-alt
:after
{
.fa-flag-o
:before
{
content
:
"\f11d"
;
}
html
.ui-page
.ui-icon-flag-checkered
:after
{
.fa-flag-checkered
:before
{
content
:
"\f11e"
;
}
html
.ui-page
.ui-icon-terminal
:after
{
.fa-terminal
:before
{
content
:
"\f120"
;
}
html
.ui-page
.ui-icon-code
:after
{
.fa-code
:before
{
content
:
"\f121"
;
}
html
.ui-page
.ui-icon-reply-all
:after
{
.fa-reply-all
:before
{
content
:
"\f122"
;
}
html
.ui-page
.ui-icon-mail-reply-all
:after
{
.fa-mail-reply-all
:before
{
content
:
"\f122"
;
}
html
.ui-page
.ui-icon-star-half-full
:after
,
html
.ui-page
.ui-icon-star-half-empty
:after
{
.fa-star-half-empty
:before
,
.fa-star-half-full
:before
,
.fa-star-half-o
:before
{
content
:
"\f123"
;
}
html
.ui-page
.ui-icon-location-arrow
:after
{
.fa-location-arrow
:before
{
content
:
"\f124"
;
}
html
.ui-page
.ui-icon-crop
:after
{
.fa-crop
:before
{
content
:
"\f125"
;
}
html
.ui-page
.ui-icon-code-fork
:after
{
.fa-code-fork
:before
{
content
:
"\f126"
;
}
html
.ui-page
.ui-icon-unlink
:after
{
.fa-unlink
:before
,
.fa-chain-broken
:before
{
content
:
"\f127"
;
}
html
.ui-page
.ui-icon-question
:after
{
.fa-question
:before
{
content
:
"\f128"
;
}
html
.ui-page
.ui-icon-info
:after
{
.fa-info
:before
{
content
:
"\f129"
;
}
html
.ui-page
.ui-icon-exclamation
:after
{
.fa-exclamation
:before
{
content
:
"\f12a"
;
}
html
.ui-page
.ui-icon-superscript
:after
{
.fa-superscript
:before
{
content
:
"\f12b"
;
}
html
.ui-page
.ui-icon-subscript
:after
{
.fa-subscript
:before
{
content
:
"\f12c"
;
}
html
.ui-page
.ui-icon-eraser
:after
{
.fa-eraser
:before
{
content
:
"\f12d"
;
}
html
.ui-page
.ui-icon-puzzle-piece
:after
{
.fa-puzzle-piece
:before
{
content
:
"\f12e"
;
}
html
.ui-page
.ui-icon-microphone
:after
{
.fa-microphone
:before
{
content
:
"\f130"
;
}
html
.ui-page
.ui-icon-microphone-off
:after
{
.fa-microphone-slash
:before
{
content
:
"\f131"
;
}
html
.ui-page
.ui-icon-shield
:after
{
.fa-shield
:before
{
content
:
"\f132"
;
}
html
.ui-page
.ui-icon-calendar-empty
:after
{
.fa-calendar-o
:before
{
content
:
"\f133"
;
}
html
.ui-page
.ui-icon-fire-extinguisher
:after
{
.fa-fire-extinguisher
:before
{
content
:
"\f134"
;
}
html
.ui-page
.ui-icon-rocket
:after
{
.fa-rocket
:before
{
content
:
"\f135"
;
}
html
.ui-page
.ui-icon-maxcdn
:after
{
.fa-maxcdn
:before
{
content
:
"\f136"
;
}
html
.ui-page
.ui-icon-chevron-sign-left
:after
{
.fa-chevron-circle-left
:before
{
content
:
"\f137"
;
}
html
.ui-page
.ui-icon-chevron-sign-right
:after
{
.fa-chevron-circle-right
:before
{
content
:
"\f138"
;
}
html
.ui-page
.ui-icon-chevron-sign-up
:after
{
.fa-chevron-circle-up
:before
{
content
:
"\f139"
;
}
html
.ui-page
.ui-icon-chevron-sign-down
:after
{
.fa-chevron-circle-down
:before
{
content
:
"\f13a"
;
}
html
.ui-page
.ui-icon-html5
:after
{
.fa-html5
:before
{
content
:
"\f13b"
;
}
html
.ui-page
.ui-icon-css3
:after
{
.fa-css3
:before
{
content
:
"\f13c"
;
}
html
.ui-page
.ui-icon-anchor
:after
{
.fa-anchor
:before
{
content
:
"\f13d"
;
}
html
.ui-page
.ui-icon-unlock-alt
:after
{
.fa-unlock-alt
:before
{
content
:
"\f13e"
;
}
html
.ui-page
.ui-icon-bullseye
:after
{
.fa-bullseye
:before
{
content
:
"\f140"
;
}
html
.ui-page
.ui-icon-ellipsis-horizontal
:after
{
.fa-ellipsis-h
:before
{
content
:
"\f141"
;
}
html
.ui-page
.ui-icon-ellipsis-vertical
:after
{
.fa-ellipsis-v
:before
{
content
:
"\f142"
;
}
html
.ui-page
.ui-icon-rss-sign
:after
{
.fa-rss-square
:before
{
content
:
"\f143"
;
}
html
.ui-page
.ui-icon-play-sign
:after
{
.fa-play-circle
:before
{
content
:
"\f144"
;
}
html
.ui-page
.ui-icon-ticket
:after
{
.fa-ticket
:before
{
content
:
"\f145"
;
}
html
.ui-page
.ui-icon-minus-sign-alt
:after
{
.fa-minus-square
:before
{
content
:
"\f146"
;
}
html
.ui-page
.ui-icon-check-minus
:after
{
.fa-minus-square-o
:before
{
content
:
"\f147"
;
}
html
.ui-page
.ui-icon-level-up
:after
{
.fa-level-up
:before
{
content
:
"\f148"
;
}
html
.ui-page
.ui-icon-level-down
:after
{
.fa-level-down
:before
{
content
:
"\f149"
;
}
html
.ui-page
.ui-icon-check-sign
:after
{
.fa-check-square
:before
{
content
:
"\f14a"
;
}
html
.ui-page
.ui-icon-edit-sign
:after
{
.fa-pencil-square
:before
{
content
:
"\f14b"
;
}
html
.ui-page
.ui-icon-external-link-sign
:after
{
.fa-external-link-square
:before
{
content
:
"\f14c"
;
}
html
.ui-page
.ui-icon-share-sign
:after
{
.fa-share-square
:before
{
content
:
"\f14d"
;
}
html
.ui-page
.ui-icon-compass
:after
{
.fa-compass
:before
{
content
:
"\f14e"
;
}
html
.ui-page
.ui-icon-collapse
:after
{
.fa-toggle-down
:before
,
.fa-caret-square-o-down
:before
{
content
:
"\f150"
;
}
html
.ui-page
.ui-icon-collapse-top
:after
{
.fa-toggle-up
:before
,
.fa-caret-square-o-up
:before
{
content
:
"\f151"
;
}
html
.ui-page
.ui-icon-expand
:after
{
.fa-toggle-right
:before
,
.fa-caret-square-o-right
:before
{
content
:
"\f152"
;
}
html
.ui-page
.ui-icon-euro
:after
,
html
.ui-page
.ui-icon-eur
:after
{
.fa-euro
:before
,
.fa-eur
:before
{
content
:
"\f153"
;
}
html
.ui-page
.ui-icon-gbp
:after
{
.fa-gbp
:before
{
content
:
"\f154"
;
}
html
.ui-page
.ui-icon-dollar
:after
,
html
.ui-page
.ui-icon-usd
:after
{
.fa-dollar
:before
,
.fa-usd
:before
{
content
:
"\f155"
;
}
html
.ui-page
.ui-icon-rupee
:after
,
html
.ui-page
.ui-icon-inr
:after
{
.fa-rupee
:before
,
.fa-inr
:before
{
content
:
"\f156"
;
}
html
.ui-page
.ui-icon-yen
:after
,
html
.ui-page
.ui-icon-jpy
:after
{
.fa-cny
:before
,
.fa-rmb
:before
,
.fa-yen
:before
,
.fa-jpy
:before
{
content
:
"\f157"
;
}
html
.ui-page
.ui-icon-renminbi
:after
,
html
.ui-page
.ui-icon-cny
:after
{
.fa-ruble
:before
,
.fa-rouble
:before
,
.fa-rub
:before
{
content
:
"\f158"
;
}
html
.ui-page
.ui-icon-won
:after
,
html
.ui-page
.ui-icon-krw
:after
{
.fa-won
:before
,
.fa-krw
:before
{
content
:
"\f159"
;
}
html
.ui-page
.ui-icon-bitcoin
:after
,
html
.ui-page
.ui-icon-btc
:after
{
.fa-bitcoin
:before
,
.fa-btc
:before
{
content
:
"\f15a"
;
}
html
.ui-page
.ui-icon-file
:after
{
.fa-file
:before
{
content
:
"\f15b"
;
}
html
.ui-page
.ui-icon-file-text
:after
{
.fa-file-text
:before
{
content
:
"\f15c"
;
}
html
.ui-page
.ui-icon-sort-by-alphabet
:after
{
.fa-sort-alpha-asc
:before
{
content
:
"\f15d"
;
}
html
.ui-page
.ui-icon-sort-by-alphabet-alt
:after
{
.fa-sort-alpha-desc
:before
{
content
:
"\f15e"
;
}
html
.ui-page
.ui-icon-sort-by-attributes
:after
{
.fa-sort-amount-asc
:before
{
content
:
"\f160"
;
}
html
.ui-page
.ui-icon-sort-by-attributes-alt
:after
{
.fa-sort-amount-desc
:before
{
content
:
"\f161"
;
}
html
.ui-page
.ui-icon-sort-by-order
:after
{
.fa-sort-numeric-asc
:before
{
content
:
"\f162"
;
}
html
.ui-page
.ui-icon-sort-by-order-alt
:after
{
.fa-sort-numeric-desc
:before
{
content
:
"\f163"
;
}
html
.ui-page
.ui-icon-thumbs-up
:after
{
.fa-thumbs-up
:before
{
content
:
"\f164"
;
}
html
.ui-page
.ui-icon-thumbs-down
:after
{
.fa-thumbs-down
:before
{
content
:
"\f165"
;
}
html
.ui-page
.ui-icon-youtube-sign
:after
{
.fa-youtube-square
:before
{
content
:
"\f166"
;
}
html
.ui-page
.ui-icon-youtube
:after
{
.fa-youtube
:before
{
content
:
"\f167"
;
}
html
.ui-page
.ui-icon-xing
:after
{
.fa-xing
:before
{
content
:
"\f168"
;
}
html
.ui-page
.ui-icon-xing-sign
:after
{
.fa-xing-square
:before
{
content
:
"\f169"
;
}
html
.ui-page
.ui-icon-youtube-play
:after
{
.fa-youtube-play
:before
{
content
:
"\f16a"
;
}
html
.ui-page
.ui-icon-dropbox
:after
{
.fa-dropbox
:before
{
content
:
"\f16b"
;
}
html
.ui-page
.ui-icon-stackexchange
:after
{
.fa-stack-overflow
:before
{
content
:
"\f16c"
;
}
html
.ui-page
.ui-icon-instagram
:after
{
.fa-instagram
:before
{
content
:
"\f16d"
;
}
html
.ui-page
.ui-icon-flickr
:after
{
.fa-flickr
:before
{
content
:
"\f16e"
;
}
html
.ui-page
.ui-icon-adn
:after
{
.fa-adn
:before
{
content
:
"\f170"
;
}
html
.ui-page
.ui-icon-bitbucket
:after
{
.fa-bitbucket
:before
{
content
:
"\f171"
;
}
html
.ui-page
.ui-icon-bitbucket-sign
:after
{
.fa-bitbucket-square
:before
{
content
:
"\f172"
;
}
html
.ui-page
.ui-icon-tumblr
:after
{
.fa-tumblr
:before
{
content
:
"\f173"
;
}
html
.ui-page
.ui-icon-tumblr-sign
:after
{
.fa-tumblr-square
:before
{
content
:
"\f174"
;
}
html
.ui-page
.ui-icon-long-arrow-down
:after
{
.fa-long-arrow-down
:before
{
content
:
"\f175"
;
}
html
.ui-page
.ui-icon-long-arrow-up
:after
{
.fa-long-arrow-up
:before
{
content
:
"\f176"
;
}
html
.ui-page
.ui-icon-long-arrow-left
:after
{
.fa-long-arrow-left
:before
{
content
:
"\f177"
;
}
html
.ui-page
.ui-icon-long-arrow-right
:after
{
.fa-long-arrow-right
:before
{
content
:
"\f178"
;
}
html
.ui-page
.ui-icon-apple
:after
{
.fa-apple
:before
{
content
:
"\f179"
;
}
html
.ui-page
.ui-icon-windows
:after
{
.fa-windows
:before
{
content
:
"\f17a"
;
}
html
.ui-page
.ui-icon-android
:after
{
.fa-android
:before
{
content
:
"\f17b"
;
}
html
.ui-page
.ui-icon-linux
:after
{
.fa-linux
:before
{
content
:
"\f17c"
;
}
html
.ui-page
.ui-icon-dribble
:after
{
.fa-dribbble
:before
{
content
:
"\f17d"
;
}
html
.ui-page
.ui-icon-skype
:after
{
.fa-skype
:before
{
content
:
"\f17e"
;
}
html
.ui-page
.ui-icon-foursquare
:after
{
.fa-foursquare
:before
{
content
:
"\f180"
;
}
html
.ui-page
.ui-icon-trello
:after
{
.fa-trello
:before
{
content
:
"\f181"
;
}
html
.ui-page
.ui-icon-female
:after
{
.fa-female
:before
{
content
:
"\f182"
;
}
html
.ui-page
.ui-icon-male
:after
{
.fa-male
:before
{
content
:
"\f183"
;
}
html
.ui-page
.ui-icon-gittip
:after
{
.fa-gittip
:before
{
content
:
"\f184"
;
}
html
.ui-page
.ui-icon-sun
:after
{
.fa-sun-o
:before
{
content
:
"\f185"
;
}
html
.ui-page
.ui-icon-moon
:after
{
.fa-moon-o
:before
{
content
:
"\f186"
;
}
html
.ui-page
.ui-icon-archive
:after
{
.fa-archive
:before
{
content
:
"\f187"
;
}
html
.ui-page
.ui-icon-bug
:after
{
.fa-bug
:before
{
content
:
"\f188"
;
}
html
.ui-page
.ui-icon-vk
:after
{
.fa-vk
:before
{
content
:
"\f189"
;
}
html
.ui-page
.ui-icon-weibo
:after
{
.fa-weibo
:before
{
content
:
"\f18a"
;
}
html
.ui-page
.ui-icon-renren
:after
{
.fa-renren
:before
{
content
:
"\f18b"
;
}
/* JQM compat */
/* clear background */
html
.ui-page
.ui-btn
:after
{
background
:
0
none
;
border-radius
:
0
;
-webkit-border-radius
:
0
;
}
/* iconsize, positioning */
.ui-page
.ui-btn
[
class
*=
"ui-icon-"
]
:after
,
.ui-page
.ui-btn
[
class
*=
"ui-icon-"
]
:after
{
font-size
:
1.5em
;
}
.ui-page
.ui-header
.ui-btn
[
class
*=
"ui-icon-"
]
:after
,
.ui-page
.ui-header
.ui-btn
[
class
*=
"ui-icon-"
]
:after
{
margin-top
:
0
;
top
:
0
;
}
/* revert for no-svg */
.ui-nosvg
.ui-page
.ui-btn
[
class
*=
"ui-icon-"
]
:after
,
.ui-nosvg
.ui-page
.ui-btn
[
class
*=
"ui-icon-"
]
:after
{
margin-top
:
-11px
;
top
:
50%
;
content
:
""
;
}
/* FALLBACK Icons - JQM compat: user, reorder, search, delete */
/* bars */
.ui-nosvg
.ui-icon-reorder
:after
{
background-image
:
url(img/jquery-mobile/icons-png/bars-black.png)
;
}
/* delete */
.ui-nosvg
.ui-icon-delete
:after
{
background-image
:
url(images/icons-png/delete-black.png)
;
}
/* search */
.ui-nosvg
.ui-icon-search
:after
{
background-image
:
url(images/icons-png/search-black.png)
;
}
/* user */
.ui-nosvg
.ui-icon-user
:after
{
background-image
:
url(images/icons-png/user-white.png)
;
.fa-pagelines
:before
{
content
:
"\f18c"
;
}
.fa-stack-exchange
:before
{
content
:
"\f18d"
;
}
.fa-arrow-circle-o-right
:before
{
content
:
"\f18e"
;
}
.fa-arrow-circle-o-left
:before
{
content
:
"\f190"
;
}
.fa-toggle-left
:before
,
.fa-caret-square-o-left
:before
{
content
:
"\f191"
;
}
.fa-dot-circle-o
:before
{
content
:
"\f192"
;
}
.fa-wheelchair
:before
{
content
:
"\f193"
;
}
.fa-vimeo-square
:before
{
content
:
"\f194"
;
}
.fa-turkish-lira
:before
,
.fa-try
:before
{
content
:
"\f195"
;
}
.fa-plus-square-o
:before
{
content
:
"\f196"
;
}
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