|
@@ -28,7 +28,7 @@
|
|
@font-face {
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
font-family: 'FontAwesome';
|
|
src: url('../font/fontawesome-webfont.eot?v=3.2.1');
|
|
src: url('../font/fontawesome-webfont.eot?v=3.2.1');
|
|
- src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
|
|
|
|
|
|
+ src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg?v=3.2.1#fontawesomeregular') format('svg');
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
@@ -36,24 +36,24 @@
|
|
* -------------------------- */
|
|
* -------------------------- */
|
|
[class^="icon-"],
|
|
[class^="icon-"],
|
|
[class*=" icon-"] {
|
|
[class*=" icon-"] {
|
|
|
|
+ *margin-right: .3em;
|
|
font-family: FontAwesome;
|
|
font-family: FontAwesome;
|
|
- font-weight: normal;
|
|
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
|
+ font-weight: normal;
|
|
text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
- -webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
- *margin-right: .3em;
|
|
|
|
}
|
|
}
|
|
[class^="icon-"]:before,
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
[class*=" icon-"]:before {
|
|
- text-decoration: inherit;
|
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
+ text-decoration: inherit;
|
|
speak: none;
|
|
speak: none;
|
|
}
|
|
}
|
|
/* makes the font 33% larger relative to the icon container */
|
|
/* makes the font 33% larger relative to the icon container */
|
|
.icon-large:before {
|
|
.icon-large:before {
|
|
- vertical-align: -10%;
|
|
|
|
font-size: 1.3333333333333333em;
|
|
font-size: 1.3333333333333333em;
|
|
|
|
+ vertical-align: -10%;
|
|
}
|
|
}
|
|
/* makes sure icons active on rollover in links */
|
|
/* makes sure icons active on rollover in links */
|
|
a [class^="icon-"],
|
|
a [class^="icon-"],
|
|
@@ -65,14 +65,15 @@ a [class*=" icon-"] {
|
|
[class*=" icon-"].icon-fixed-width {
|
|
[class*=" icon-"].icon-fixed-width {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 1.1428571428571428em;
|
|
width: 1.1428571428571428em;
|
|
- text-align: right;
|
|
|
|
padding-right: 0.2857142857142857em;
|
|
padding-right: 0.2857142857142857em;
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
[class^="icon-"].icon-fixed-width.icon-large,
|
|
[class^="icon-"].icon-fixed-width.icon-large,
|
|
[class*=" icon-"].icon-fixed-width.icon-large {
|
|
[class*=" icon-"].icon-fixed-width.icon-large {
|
|
width: 1.4285714285714286em;
|
|
width: 1.4285714285714286em;
|
|
}
|
|
}
|
|
.icons-ul {
|
|
.icons-ul {
|
|
|
|
+ padding-left: 0;
|
|
margin-left: 2.142857142857143em;
|
|
margin-left: 2.142857142857143em;
|
|
list-style-type: none;
|
|
list-style-type: none;
|
|
}
|
|
}
|
|
@@ -83,8 +84,8 @@ a [class*=" icon-"] {
|
|
position: absolute;
|
|
position: absolute;
|
|
left: -2.142857142857143em;
|
|
left: -2.142857142857143em;
|
|
width: 2.142857142857143em;
|
|
width: 2.142857142857143em;
|
|
- text-align: center;
|
|
|
|
line-height: inherit;
|
|
line-height: inherit;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
[class^="icon-"].hide,
|
|
[class^="icon-"].hide,
|
|
[class*=" icon-"].hide {
|
|
[class*=" icon-"].hide {
|
|
@@ -100,8 +101,8 @@ a [class*=" icon-"] {
|
|
color: #333333;
|
|
color: #333333;
|
|
}
|
|
}
|
|
.icon-border {
|
|
.icon-border {
|
|
- border: solid 1px #eeeeee;
|
|
|
|
padding: .2em .25em .15em;
|
|
padding: .2em .25em .15em;
|
|
|
|
+ border: solid 1px #eeeeee;
|
|
-webkit-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
@@ -164,12 +165,12 @@ a [class*=" icon-"] {
|
|
display: inline;
|
|
display: inline;
|
|
width: auto;
|
|
width: auto;
|
|
height: auto;
|
|
height: auto;
|
|
|
|
+ margin-top: 0;
|
|
line-height: normal;
|
|
line-height: normal;
|
|
vertical-align: baseline;
|
|
vertical-align: baseline;
|
|
background-image: none;
|
|
background-image: none;
|
|
- background-position: 0% 0%;
|
|
|
|
|
|
+ background-position: 0 0;
|
|
background-repeat: repeat;
|
|
background-repeat: repeat;
|
|
- margin-top: 0;
|
|
|
|
}
|
|
}
|
|
/* more sprites.less reset */
|
|
/* more sprites.less reset */
|
|
.icon-white,
|
|
.icon-white,
|
|
@@ -262,14 +263,14 @@ a [class*=" icon-"] {
|
|
}
|
|
}
|
|
.icon-stack [class^="icon-"],
|
|
.icon-stack [class^="icon-"],
|
|
.icon-stack [class*=" icon-"] {
|
|
.icon-stack [class*=" icon-"] {
|
|
- display: block;
|
|
|
|
- text-align: center;
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
+ display: block;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
font-size: 1em;
|
|
font-size: 1em;
|
|
line-height: inherit;
|
|
line-height: inherit;
|
|
*line-height: 2em;
|
|
*line-height: 2em;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
.icon-stack .icon-stack-base {
|
|
.icon-stack .icon-stack-base {
|
|
font-size: 2em;
|
|
font-size: 2em;
|
|
@@ -278,9 +279,9 @@ a [class*=" icon-"] {
|
|
/* Animated rotating icon */
|
|
/* Animated rotating icon */
|
|
.icon-spin {
|
|
.icon-spin {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
|
+ -webkit-animation: spin 2s infinite linear;
|
|
-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;
|
|
}
|
|
}
|
|
/* Prevent stack and spinners from being taken inline when inside a link */
|
|
/* Prevent stack and spinners from being taken inline when inside a link */
|
|
@@ -331,28 +332,28 @@ a .icon-spin {
|
|
}
|
|
}
|
|
/* Icon rotations and mirroring */
|
|
/* Icon rotations and mirroring */
|
|
.icon-rotate-90:before {
|
|
.icon-rotate-90:before {
|
|
|
|
+ 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);
|
|
|
|
}
|
|
}
|
|
.icon-rotate-180:before {
|
|
.icon-rotate-180:before {
|
|
|
|
+ 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);
|
|
|
|
}
|
|
}
|
|
.icon-rotate-270:before {
|
|
.icon-rotate-270:before {
|
|
|
|
+ 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);
|
|
|
|
}
|
|
}
|
|
.icon-flip-horizontal:before {
|
|
.icon-flip-horizontal:before {
|
|
-webkit-transform: scale(-1, 1);
|
|
-webkit-transform: scale(-1, 1);
|