|
@@ -1,28 +1,27 @@
|
|
|
/*!
|
|
|
- * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
|
|
|
+ * Font Awesome 4.2.0 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';
|
|
|
- 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');
|
|
|
+ src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
|
|
|
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
|
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
|
}
|
|
|
.fa {
|
|
|
display: inline-block;
|
|
|
- font-family: FontAwesome;
|
|
|
- font-style: normal;
|
|
|
- font-weight: normal;
|
|
|
- line-height: 1;
|
|
|
+ font: normal normal normal 14px/1 FontAwesome;
|
|
|
+ font-size: inherit;
|
|
|
+ text-rendering: auto;
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
}
|
|
|
/* makes the font 33% larger relative to the icon container */
|
|
|
.fa-lg {
|
|
|
- font-size: 1.3333333333333333em;
|
|
|
+ font-size: 1.33333333em;
|
|
|
line-height: 0.75em;
|
|
|
vertical-align: -15%;
|
|
|
}
|
|
@@ -39,12 +38,12 @@
|
|
|
font-size: 5em;
|
|
|
}
|
|
|
.fa-fw {
|
|
|
- width: 1.2857142857142858em;
|
|
|
+ width: 1.28571429em;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.fa-ul {
|
|
|
padding-left: 0;
|
|
|
- margin-left: 2.142857142857143em;
|
|
|
+ margin-left: 2.14285714em;
|
|
|
list-style-type: none;
|
|
|
}
|
|
|
.fa-ul > li {
|
|
@@ -52,13 +51,13 @@
|
|
|
}
|
|
|
.fa-li {
|
|
|
position: absolute;
|
|
|
- left: -2.142857142857143em;
|
|
|
- width: 2.142857142857143em;
|
|
|
- top: 0.14285714285714285em;
|
|
|
+ left: -2.14285714em;
|
|
|
+ width: 2.14285714em;
|
|
|
+ top: 0.14285714em;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.fa-li.fa-lg {
|
|
|
- left: -1.8571428571428572em;
|
|
|
+ left: -1.85714286em;
|
|
|
}
|
|
|
.fa-border {
|
|
|
padding: .2em .25em .15em;
|
|
@@ -78,91 +77,66 @@
|
|
|
margin-left: .3em;
|
|
|
}
|
|
|
.fa-spin {
|
|
|
- -webkit-animation: spin 2s infinite linear;
|
|
|
- -moz-animation: spin 2s infinite linear;
|
|
|
- -o-animation: spin 2s infinite linear;
|
|
|
- animation: spin 2s infinite linear;
|
|
|
+ -webkit-animation: fa-spin 2s infinite linear;
|
|
|
+ animation: fa-spin 2s infinite linear;
|
|
|
}
|
|
|
-@-moz-keyframes spin {
|
|
|
- 0% {
|
|
|
- -moz-transform: rotate(0deg);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- -moz-transform: rotate(359deg);
|
|
|
- }
|
|
|
-}
|
|
|
-@-webkit-keyframes spin {
|
|
|
+@-webkit-keyframes fa-spin {
|
|
|
0% {
|
|
|
-webkit-transform: rotate(0deg);
|
|
|
+ transform: rotate(0deg);
|
|
|
}
|
|
|
100% {
|
|
|
-webkit-transform: rotate(359deg);
|
|
|
+ transform: rotate(359deg);
|
|
|
}
|
|
|
}
|
|
|
-@-o-keyframes spin {
|
|
|
- 0% {
|
|
|
- -o-transform: rotate(0deg);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- -o-transform: rotate(359deg);
|
|
|
- }
|
|
|
-}
|
|
|
-@-ms-keyframes spin {
|
|
|
- 0% {
|
|
|
- -ms-transform: rotate(0deg);
|
|
|
- }
|
|
|
- 100% {
|
|
|
- -ms-transform: rotate(359deg);
|
|
|
- }
|
|
|
-}
|
|
|
-@keyframes spin {
|
|
|
+@keyframes fa-spin {
|
|
|
0% {
|
|
|
+ -webkit-transform: rotate(0deg);
|
|
|
transform: rotate(0deg);
|
|
|
}
|
|
|
100% {
|
|
|
+ -webkit-transform: rotate(359deg);
|
|
|
transform: rotate(359deg);
|
|
|
}
|
|
|
}
|
|
|
.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);
|
|
|
}
|
|
|
.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);
|
|
|
}
|
|
|
.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);
|
|
|
}
|
|
|
.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);
|
|
|
}
|
|
|
.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);
|
|
|
}
|
|
|
+:root .fa-rotate-90,
|
|
|
+:root .fa-rotate-180,
|
|
|
+:root .fa-rotate-270,
|
|
|
+:root .fa-flip-horizontal,
|
|
|
+:root .fa-flip-vertical {
|
|
|
+ filter: none;
|
|
|
+}
|
|
|
.fa-stack {
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
@@ -228,6 +202,8 @@
|
|
|
.fa-check:before {
|
|
|
content: "\f00c";
|
|
|
}
|
|
|
+.fa-remove:before,
|
|
|
+.fa-close:before,
|
|
|
.fa-times:before {
|
|
|
content: "\f00d";
|
|
|
}
|
|
@@ -369,6 +345,8 @@
|
|
|
.fa-video-camera:before {
|
|
|
content: "\f03d";
|
|
|
}
|
|
|
+.fa-photo:before,
|
|
|
+.fa-image:before,
|
|
|
.fa-picture-o:before {
|
|
|
content: "\f03e";
|
|
|
}
|
|
@@ -555,7 +533,8 @@
|
|
|
.fa-arrows-h:before {
|
|
|
content: "\f07e";
|
|
|
}
|
|
|
-.fa-bar-chart-o:before {
|
|
|
+.fa-bar-chart-o:before,
|
|
|
+.fa-bar-chart:before {
|
|
|
content: "\f080";
|
|
|
}
|
|
|
.fa-twitter-square:before {
|
|
@@ -732,6 +711,8 @@
|
|
|
.fa-square:before {
|
|
|
content: "\f0c8";
|
|
|
}
|
|
|
+.fa-navicon:before,
|
|
|
+.fa-reorder:before,
|
|
|
.fa-bars:before {
|
|
|
content: "\f0c9";
|
|
|
}
|
|
@@ -791,11 +772,11 @@
|
|
|
content: "\f0dc";
|
|
|
}
|
|
|
.fa-sort-down:before,
|
|
|
-.fa-sort-asc:before {
|
|
|
+.fa-sort-desc:before {
|
|
|
content: "\f0dd";
|
|
|
}
|
|
|
.fa-sort-up:before,
|
|
|
-.fa-sort-desc:before {
|
|
|
+.fa-sort-asc:before {
|
|
|
content: "\f0de";
|
|
|
}
|
|
|
.fa-envelope:before {
|
|
@@ -985,12 +966,10 @@
|
|
|
.fa-code:before {
|
|
|
content: "\f121";
|
|
|
}
|
|
|
+.fa-mail-reply-all:before,
|
|
|
.fa-reply-all:before {
|
|
|
content: "\f122";
|
|
|
}
|
|
|
-.fa-mail-reply-all:before {
|
|
|
- content: "\f122";
|
|
|
-}
|
|
|
.fa-star-half-empty:before,
|
|
|
.fa-star-half-full:before,
|
|
|
.fa-star-half-o:before {
|
|
@@ -1336,3 +1315,358 @@
|
|
|
.fa-plus-square-o:before {
|
|
|
content: "\f196";
|
|
|
}
|
|
|
+.fa-space-shuttle:before {
|
|
|
+ content: "\f197";
|
|
|
+}
|
|
|
+.fa-slack:before {
|
|
|
+ content: "\f198";
|
|
|
+}
|
|
|
+.fa-envelope-square:before {
|
|
|
+ content: "\f199";
|
|
|
+}
|
|
|
+.fa-wordpress:before {
|
|
|
+ content: "\f19a";
|
|
|
+}
|
|
|
+.fa-openid:before {
|
|
|
+ content: "\f19b";
|
|
|
+}
|
|
|
+.fa-institution:before,
|
|
|
+.fa-bank:before,
|
|
|
+.fa-university:before {
|
|
|
+ content: "\f19c";
|
|
|
+}
|
|
|
+.fa-mortar-board:before,
|
|
|
+.fa-graduation-cap:before {
|
|
|
+ content: "\f19d";
|
|
|
+}
|
|
|
+.fa-yahoo:before {
|
|
|
+ content: "\f19e";
|
|
|
+}
|
|
|
+.fa-google:before {
|
|
|
+ content: "\f1a0";
|
|
|
+}
|
|
|
+.fa-reddit:before {
|
|
|
+ content: "\f1a1";
|
|
|
+}
|
|
|
+.fa-reddit-square:before {
|
|
|
+ content: "\f1a2";
|
|
|
+}
|
|
|
+.fa-stumbleupon-circle:before {
|
|
|
+ content: "\f1a3";
|
|
|
+}
|
|
|
+.fa-stumbleupon:before {
|
|
|
+ content: "\f1a4";
|
|
|
+}
|
|
|
+.fa-delicious:before {
|
|
|
+ content: "\f1a5";
|
|
|
+}
|
|
|
+.fa-digg:before {
|
|
|
+ content: "\f1a6";
|
|
|
+}
|
|
|
+.fa-pied-piper:before {
|
|
|
+ content: "\f1a7";
|
|
|
+}
|
|
|
+.fa-pied-piper-alt:before {
|
|
|
+ content: "\f1a8";
|
|
|
+}
|
|
|
+.fa-drupal:before {
|
|
|
+ content: "\f1a9";
|
|
|
+}
|
|
|
+.fa-joomla:before {
|
|
|
+ content: "\f1aa";
|
|
|
+}
|
|
|
+.fa-language:before {
|
|
|
+ content: "\f1ab";
|
|
|
+}
|
|
|
+.fa-fax:before {
|
|
|
+ content: "\f1ac";
|
|
|
+}
|
|
|
+.fa-building:before {
|
|
|
+ content: "\f1ad";
|
|
|
+}
|
|
|
+.fa-child:before {
|
|
|
+ content: "\f1ae";
|
|
|
+}
|
|
|
+.fa-paw:before {
|
|
|
+ content: "\f1b0";
|
|
|
+}
|
|
|
+.fa-spoon:before {
|
|
|
+ content: "\f1b1";
|
|
|
+}
|
|
|
+.fa-cube:before {
|
|
|
+ content: "\f1b2";
|
|
|
+}
|
|
|
+.fa-cubes:before {
|
|
|
+ content: "\f1b3";
|
|
|
+}
|
|
|
+.fa-behance:before {
|
|
|
+ content: "\f1b4";
|
|
|
+}
|
|
|
+.fa-behance-square:before {
|
|
|
+ content: "\f1b5";
|
|
|
+}
|
|
|
+.fa-steam:before {
|
|
|
+ content: "\f1b6";
|
|
|
+}
|
|
|
+.fa-steam-square:before {
|
|
|
+ content: "\f1b7";
|
|
|
+}
|
|
|
+.fa-recycle:before {
|
|
|
+ content: "\f1b8";
|
|
|
+}
|
|
|
+.fa-automobile:before,
|
|
|
+.fa-car:before {
|
|
|
+ content: "\f1b9";
|
|
|
+}
|
|
|
+.fa-cab:before,
|
|
|
+.fa-taxi:before {
|
|
|
+ content: "\f1ba";
|
|
|
+}
|
|
|
+.fa-tree:before {
|
|
|
+ content: "\f1bb";
|
|
|
+}
|
|
|
+.fa-spotify:before {
|
|
|
+ content: "\f1bc";
|
|
|
+}
|
|
|
+.fa-deviantart:before {
|
|
|
+ content: "\f1bd";
|
|
|
+}
|
|
|
+.fa-soundcloud:before {
|
|
|
+ content: "\f1be";
|
|
|
+}
|
|
|
+.fa-database:before {
|
|
|
+ content: "\f1c0";
|
|
|
+}
|
|
|
+.fa-file-pdf-o:before {
|
|
|
+ content: "\f1c1";
|
|
|
+}
|
|
|
+.fa-file-word-o:before {
|
|
|
+ content: "\f1c2";
|
|
|
+}
|
|
|
+.fa-file-excel-o:before {
|
|
|
+ content: "\f1c3";
|
|
|
+}
|
|
|
+.fa-file-powerpoint-o:before {
|
|
|
+ content: "\f1c4";
|
|
|
+}
|
|
|
+.fa-file-photo-o:before,
|
|
|
+.fa-file-picture-o:before,
|
|
|
+.fa-file-image-o:before {
|
|
|
+ content: "\f1c5";
|
|
|
+}
|
|
|
+.fa-file-zip-o:before,
|
|
|
+.fa-file-archive-o:before {
|
|
|
+ content: "\f1c6";
|
|
|
+}
|
|
|
+.fa-file-sound-o:before,
|
|
|
+.fa-file-audio-o:before {
|
|
|
+ content: "\f1c7";
|
|
|
+}
|
|
|
+.fa-file-movie-o:before,
|
|
|
+.fa-file-video-o:before {
|
|
|
+ content: "\f1c8";
|
|
|
+}
|
|
|
+.fa-file-code-o:before {
|
|
|
+ content: "\f1c9";
|
|
|
+}
|
|
|
+.fa-vine:before {
|
|
|
+ content: "\f1ca";
|
|
|
+}
|
|
|
+.fa-codepen:before {
|
|
|
+ content: "\f1cb";
|
|
|
+}
|
|
|
+.fa-jsfiddle:before {
|
|
|
+ content: "\f1cc";
|
|
|
+}
|
|
|
+.fa-life-bouy:before,
|
|
|
+.fa-life-buoy:before,
|
|
|
+.fa-life-saver:before,
|
|
|
+.fa-support:before,
|
|
|
+.fa-life-ring:before {
|
|
|
+ content: "\f1cd";
|
|
|
+}
|
|
|
+.fa-circle-o-notch:before {
|
|
|
+ content: "\f1ce";
|
|
|
+}
|
|
|
+.fa-ra:before,
|
|
|
+.fa-rebel:before {
|
|
|
+ content: "\f1d0";
|
|
|
+}
|
|
|
+.fa-ge:before,
|
|
|
+.fa-empire:before {
|
|
|
+ content: "\f1d1";
|
|
|
+}
|
|
|
+.fa-git-square:before {
|
|
|
+ content: "\f1d2";
|
|
|
+}
|
|
|
+.fa-git:before {
|
|
|
+ content: "\f1d3";
|
|
|
+}
|
|
|
+.fa-hacker-news:before {
|
|
|
+ content: "\f1d4";
|
|
|
+}
|
|
|
+.fa-tencent-weibo:before {
|
|
|
+ content: "\f1d5";
|
|
|
+}
|
|
|
+.fa-qq:before {
|
|
|
+ content: "\f1d6";
|
|
|
+}
|
|
|
+.fa-wechat:before,
|
|
|
+.fa-weixin:before {
|
|
|
+ content: "\f1d7";
|
|
|
+}
|
|
|
+.fa-send:before,
|
|
|
+.fa-paper-plane:before {
|
|
|
+ content: "\f1d8";
|
|
|
+}
|
|
|
+.fa-send-o:before,
|
|
|
+.fa-paper-plane-o:before {
|
|
|
+ content: "\f1d9";
|
|
|
+}
|
|
|
+.fa-history:before {
|
|
|
+ content: "\f1da";
|
|
|
+}
|
|
|
+.fa-circle-thin:before {
|
|
|
+ content: "\f1db";
|
|
|
+}
|
|
|
+.fa-header:before {
|
|
|
+ content: "\f1dc";
|
|
|
+}
|
|
|
+.fa-paragraph:before {
|
|
|
+ content: "\f1dd";
|
|
|
+}
|
|
|
+.fa-sliders:before {
|
|
|
+ content: "\f1de";
|
|
|
+}
|
|
|
+.fa-share-alt:before {
|
|
|
+ content: "\f1e0";
|
|
|
+}
|
|
|
+.fa-share-alt-square:before {
|
|
|
+ content: "\f1e1";
|
|
|
+}
|
|
|
+.fa-bomb:before {
|
|
|
+ content: "\f1e2";
|
|
|
+}
|
|
|
+.fa-soccer-ball-o:before,
|
|
|
+.fa-futbol-o:before {
|
|
|
+ content: "\f1e3";
|
|
|
+}
|
|
|
+.fa-tty:before {
|
|
|
+ content: "\f1e4";
|
|
|
+}
|
|
|
+.fa-binoculars:before {
|
|
|
+ content: "\f1e5";
|
|
|
+}
|
|
|
+.fa-plug:before {
|
|
|
+ content: "\f1e6";
|
|
|
+}
|
|
|
+.fa-slideshare:before {
|
|
|
+ content: "\f1e7";
|
|
|
+}
|
|
|
+.fa-twitch:before {
|
|
|
+ content: "\f1e8";
|
|
|
+}
|
|
|
+.fa-yelp:before {
|
|
|
+ content: "\f1e9";
|
|
|
+}
|
|
|
+.fa-newspaper-o:before {
|
|
|
+ content: "\f1ea";
|
|
|
+}
|
|
|
+.fa-wifi:before {
|
|
|
+ content: "\f1eb";
|
|
|
+}
|
|
|
+.fa-calculator:before {
|
|
|
+ content: "\f1ec";
|
|
|
+}
|
|
|
+.fa-paypal:before {
|
|
|
+ content: "\f1ed";
|
|
|
+}
|
|
|
+.fa-google-wallet:before {
|
|
|
+ content: "\f1ee";
|
|
|
+}
|
|
|
+.fa-cc-visa:before {
|
|
|
+ content: "\f1f0";
|
|
|
+}
|
|
|
+.fa-cc-mastercard:before {
|
|
|
+ content: "\f1f1";
|
|
|
+}
|
|
|
+.fa-cc-discover:before {
|
|
|
+ content: "\f1f2";
|
|
|
+}
|
|
|
+.fa-cc-amex:before {
|
|
|
+ content: "\f1f3";
|
|
|
+}
|
|
|
+.fa-cc-paypal:before {
|
|
|
+ content: "\f1f4";
|
|
|
+}
|
|
|
+.fa-cc-stripe:before {
|
|
|
+ content: "\f1f5";
|
|
|
+}
|
|
|
+.fa-bell-slash:before {
|
|
|
+ content: "\f1f6";
|
|
|
+}
|
|
|
+.fa-bell-slash-o:before {
|
|
|
+ content: "\f1f7";
|
|
|
+}
|
|
|
+.fa-trash:before {
|
|
|
+ content: "\f1f8";
|
|
|
+}
|
|
|
+.fa-copyright:before {
|
|
|
+ content: "\f1f9";
|
|
|
+}
|
|
|
+.fa-at:before {
|
|
|
+ content: "\f1fa";
|
|
|
+}
|
|
|
+.fa-eyedropper:before {
|
|
|
+ content: "\f1fb";
|
|
|
+}
|
|
|
+.fa-paint-brush:before {
|
|
|
+ content: "\f1fc";
|
|
|
+}
|
|
|
+.fa-birthday-cake:before {
|
|
|
+ content: "\f1fd";
|
|
|
+}
|
|
|
+.fa-area-chart:before {
|
|
|
+ content: "\f1fe";
|
|
|
+}
|
|
|
+.fa-pie-chart:before {
|
|
|
+ content: "\f200";
|
|
|
+}
|
|
|
+.fa-line-chart:before {
|
|
|
+ content: "\f201";
|
|
|
+}
|
|
|
+.fa-lastfm:before {
|
|
|
+ content: "\f202";
|
|
|
+}
|
|
|
+.fa-lastfm-square:before {
|
|
|
+ content: "\f203";
|
|
|
+}
|
|
|
+.fa-toggle-off:before {
|
|
|
+ content: "\f204";
|
|
|
+}
|
|
|
+.fa-toggle-on:before {
|
|
|
+ content: "\f205";
|
|
|
+}
|
|
|
+.fa-bicycle:before {
|
|
|
+ content: "\f206";
|
|
|
+}
|
|
|
+.fa-bus:before {
|
|
|
+ content: "\f207";
|
|
|
+}
|
|
|
+.fa-ioxhost:before {
|
|
|
+ content: "\f208";
|
|
|
+}
|
|
|
+.fa-angellist:before {
|
|
|
+ content: "\f209";
|
|
|
+}
|
|
|
+.fa-cc:before {
|
|
|
+ content: "\f20a";
|
|
|
+}
|
|
|
+.fa-shekel:before,
|
|
|
+.fa-sheqel:before,
|
|
|
+.fa-ils:before {
|
|
|
+ content: "\f20b";
|
|
|
+}
|
|
|
+.fa-meanpath:before {
|
|
|
+ content: "\f20c";
|
|
|
+}
|