Files
Font-Awesome-Pro/icons/light/css/external.css
2017-05-02 14:20:43 -04:00

594 lines
8.9 KiB
CSS
Executable File

@font-face {
font-family: 'Fa5Light';
src: url('../icons/icons.eot');
src: url('../icons/icons.eot?#iefix') format('embedded-opentype'),
url('../icons/icons.woff2') format('woff2'),
url('../icons/icons.woff') format('woff'),
url('../icons/icons.ttf') format('truetype'),
url('../icons/icons.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
.fal {
display: inline-block;
font: normal normal normal 14px/1 'Fa5Light';
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.fal-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fal-2x {
font-size: 2em;
}
.fal-3x {
font-size: 3em;
}
.fal-4x {
font-size: 4em;
}
.fal-5x {
font-size: 5em;
}
.fal-fw {
width: 1.28571429em;
text-align: center;
}
.fal-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fal-ul> li {
position: relative;
}
.fal-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fal-li.fal-lg {
left: -1.85714286em;
}
.fal-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fal.pull-left {
margin-right: .3em;
}
.fal.pull-right {
margin-left: .3em;
}
.fal-spin {
-webkit-animation: fal-spin 2s infinite linear;
animation: fal-spin 2s infinite linear;
}
.fal-pulse {
-webkit-animation: fal-spin 1s infinite steps(8);
animation: fal-spin 1s infinite steps(8);
}
@-webkit-keyframes fal-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fal-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fal-rotate-90 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fal-rotate-180 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fal-rotate-270 {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fal-flip-horizontal {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fal-flip-vertical {
filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fal-rotate-90,
:root .fal-rotate-180,
:root .fal-rotate-270,
:root .fal-flip-horizontal,
:root .fal-flip-vertical {
filter: none;
}
.fal-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fal-stack-1x,
.fal-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fal-stack-1x {
line-height: inherit;
}
.fal-stack-2x {
font-size: 2em;
}
.fal-inverse {
color: #ffffff;
}
.fal-book:before {
content: '\1F4D5';
}
.fal-envelope:before {
content: '\2709';
}
.fal-times-circle:before {
content: '\f002';
}
.fal-plus-circle:before {
content: '\f003';
}
.fal-exclamation-triangle:before {
content: '\f004';
}
.fal-pen:before {
content: '\f005';
}
.fal-pen-alt:before {
content: '\f006';
}
.fal-pen-square:before {
content: '\f007';
}
.fal-trash-alt:before {
content: '\f00a';
}
.fal-trash2:before {
content: '\f00b';
}
.fal-rocket:before {
content: '\f00c';
}
.fal-trophy-alt:before {
content: '\f00d';
}
.fal-trophy:before {
content: '\f00e';
}
.fal-coffee:before {
content: '\f00f';
}
.fal-paint-brush:before {
content: '\f010';
}
.fal-poo:before {
content: '\f011';
}
.fal-paper-plane:before {
content: '\f012';
}
.fal-smile:before {
content: '\f013';
}
.fal-bomb:before {
content: '\f014';
}
.fal-thumbs-up:before {
content: '\f015';
}
.fal-thumbs-down:before {
content: '\f016';
}
.fal-star-exclamation:before {
content: '\f018';
}
.fal-star:before {
content: '\f019';
}
.fal-camera-retro:before {
content: '\f01a';
}
.fal-camera-alt:before {
content: '\f01b';
}
.fal-camera:before {
content: '\1F4F7';
}
.fal-bullhorn:before {
content: '\f01d';
}
.fal-lock-alt:before {
content: '\f01e';
}
.fal-lock:before {
content: '\f01f';
}
.fal-file-alt:before {
content: '\f020';
}
.fal-file:before {
content: '\f021';
}
.fal-leaf:before {
content: '\f022';
}
.fal-flask:before {
content: '\f023';
}
.fal-comment-alt:before {
content: '\f024';
}
.fal-comment:before {
content: '\f025';
}
.fal-code:before {
content: '\f026';
}
.fal-edit:before {
content: '\f027';
}
.fal-gamepad:before {
content: '\f028';
}
.fal-print:before {
content: '\f029';
}
.fal-bars:before {
content: '\f02a';
}
.fal-home:before {
content: '\f02b';
}
.fal-magic:before {
content: '\f02c';
}
.fal-jack-o-lantern:before {
content: '\f02d';
}
.fal-pencil:before {
content: '\f02e';
}
.fal-pencil-alt:before {
content: '\f02f';
}
.fal-search:before {
content: '\f030';
}
.fal-search-minus:before {
content: '\f031';
}
.fal-search-plus:before {
content: '\f032';
}
.fal-martini-glass:before {
content: '\f033';
}
.fal-music:before {
content: '\f034';
}
.fal-user:before {
content: '\f035';
}
.fal-film:before {
content: '\f036';
}
.fal-th:before {
content: '\f037';
}
.fal-th-large:before {
content: '\f038';
}
.fal-th-list:before {
content: '\f039';
}
.fal-utensils:before {
content: '\f03a';
}
.fal-utensil-fork:before {
content: '\f03b';
}
.fal-utensil-knife:before {
content: '\f03c';
}
.fal-utensil-spoon:before {
content: '\f03d';
}
.fal-utensils-alt:before {
content: '\f03e';
}
.fal-check:before {
content: '\f03f';
}
.fal-check-square:before {
content: '\f040';
}
.fal-check-circle:before {
content: '\f041';
}
.fal-times:before {
content: '\f042';
}
.fal-times-square:before {
content: '\f043';
}
.fal-plus:before {
content: '\f044';
}
.fal-plus-square:before {
content: '\f045';
}
.fal-minus:before {
content: '\f046';
}
.fal-minus-square:before {
content: '\f047';
}
.fal-minus-circle:before {
content: '\f048';
}
.fal-heart:before {
content: '\f049';
}
.fal-diamond:before {
content: '\f04a';
}
.fal-spade:before {
content: '\f04b';
}
.fal-club:before {
content: '\f04c';
}
.fal-square:before {
content: '\f04d';
}
.fal-circle:before {
content: '\f04e';
}
.fal-octagon:before {
content: '\f04f';
}
.fal-hexagon:before {
content: '\f050';
}
.fal-triangle:before {
content: '\f051';
}
.fal-shield:before {
content: '\f052';
}
.fal-badge:before {
content: '\f053';
}
.fal-shield-check:before {
content: '\f054';
}
.fal-badge-check:before {
content: '\f055';
}
.fal-times-octagon:before {
content: '\f056';
}
.fal-times-hexagon:before {
content: '\f057';
}
.fal-plus-octagon:before {
content: '\f058';
}
.fal-plus-hexagon:before {
content: '\f059';
}
.fal-minus-octagon:before {
content: '\f05a';
}
.fal-minus-hexagon:before {
content: '\f05b';
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}