Commit 9b63bf5e authored by Jérome Perrin's avatar Jérome Perrin

fixup! update fontawesome to 4.0.3

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