|
1 | 1 | /*!
|
2 |
| - * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome |
| 2 | + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome |
3 | 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 | 4 | */
|
5 | 5 | /* FONT PATH
|
6 | 6 | * -------------------------- */
|
7 | 7 | @font-face {
|
8 | 8 | font-family: 'FontAwesome';
|
9 |
| - src: url('../fonts/fontawesome-webfont.eot?v=4.5.0'); |
10 |
| - src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg'); |
| 9 | + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); |
| 10 | + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); |
11 | 11 | font-weight: normal;
|
12 | 12 | font-style: normal;
|
13 | 13 | }
|
|
118 | 118 | }
|
119 | 119 | }
|
120 | 120 | .fa-rotate-90 {
|
121 |
| - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); |
| 121 | + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; |
122 | 122 | -webkit-transform: rotate(90deg);
|
123 | 123 | -ms-transform: rotate(90deg);
|
124 | 124 | transform: rotate(90deg);
|
125 | 125 | }
|
126 | 126 | .fa-rotate-180 {
|
127 |
| - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); |
| 127 | + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; |
128 | 128 | -webkit-transform: rotate(180deg);
|
129 | 129 | -ms-transform: rotate(180deg);
|
130 | 130 | transform: rotate(180deg);
|
131 | 131 | }
|
132 | 132 | .fa-rotate-270 {
|
133 |
| - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); |
| 133 | + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; |
134 | 134 | -webkit-transform: rotate(270deg);
|
135 | 135 | -ms-transform: rotate(270deg);
|
136 | 136 | transform: rotate(270deg);
|
137 | 137 | }
|
138 | 138 | .fa-flip-horizontal {
|
139 |
| - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); |
| 139 | + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; |
140 | 140 | -webkit-transform: scale(-1, 1);
|
141 | 141 | -ms-transform: scale(-1, 1);
|
142 | 142 | transform: scale(-1, 1);
|
143 | 143 | }
|
144 | 144 | .fa-flip-vertical {
|
145 |
| - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); |
| 145 | + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; |
146 | 146 | -webkit-transform: scale(1, -1);
|
147 | 147 | -ms-transform: scale(1, -1);
|
148 | 148 | transform: scale(1, -1);
|
|
1383 | 1383 | .fa-digg:before {
|
1384 | 1384 | content: "\f1a6";
|
1385 | 1385 | }
|
1386 |
| -.fa-pied-piper:before { |
| 1386 | +.fa-pied-piper-pp:before { |
1387 | 1387 | content: "\f1a7";
|
1388 | 1388 | }
|
1389 | 1389 | .fa-pied-piper-alt:before {
|
|
1509 | 1509 | content: "\f1ce";
|
1510 | 1510 | }
|
1511 | 1511 | .fa-ra:before,
|
| 1512 | +.fa-resistance:before, |
1512 | 1513 | .fa-rebel:before {
|
1513 | 1514 | content: "\f1d0";
|
1514 | 1515 | }
|
|
1831 | 1832 | content: "\f23e";
|
1832 | 1833 | }
|
1833 | 1834 | .fa-battery-4:before,
|
| 1835 | +.fa-battery:before, |
1834 | 1836 | .fa-battery-full:before {
|
1835 | 1837 | content: "\f240";
|
1836 | 1838 | }
|
|
2084 | 2086 | .fa-percent:before {
|
2085 | 2087 | content: "\f295";
|
2086 | 2088 | }
|
| 2089 | +.fa-gitlab:before { |
| 2090 | + content: "\f296"; |
| 2091 | +} |
| 2092 | +.fa-wpbeginner:before { |
| 2093 | + content: "\f297"; |
| 2094 | +} |
| 2095 | +.fa-wpforms:before { |
| 2096 | + content: "\f298"; |
| 2097 | +} |
| 2098 | +.fa-envira:before { |
| 2099 | + content: "\f299"; |
| 2100 | +} |
| 2101 | +.fa-universal-access:before { |
| 2102 | + content: "\f29a"; |
| 2103 | +} |
| 2104 | +.fa-wheelchair-alt:before { |
| 2105 | + content: "\f29b"; |
| 2106 | +} |
| 2107 | +.fa-question-circle-o:before { |
| 2108 | + content: "\f29c"; |
| 2109 | +} |
| 2110 | +.fa-blind:before { |
| 2111 | + content: "\f29d"; |
| 2112 | +} |
| 2113 | +.fa-audio-description:before { |
| 2114 | + content: "\f29e"; |
| 2115 | +} |
| 2116 | +.fa-volume-control-phone:before { |
| 2117 | + content: "\f2a0"; |
| 2118 | +} |
| 2119 | +.fa-braille:before { |
| 2120 | + content: "\f2a1"; |
| 2121 | +} |
| 2122 | +.fa-assistive-listening-systems:before { |
| 2123 | + content: "\f2a2"; |
| 2124 | +} |
| 2125 | +.fa-asl-interpreting:before, |
| 2126 | +.fa-american-sign-language-interpreting:before { |
| 2127 | + content: "\f2a3"; |
| 2128 | +} |
| 2129 | +.fa-deafness:before, |
| 2130 | +.fa-hard-of-hearing:before, |
| 2131 | +.fa-deaf:before { |
| 2132 | + content: "\f2a4"; |
| 2133 | +} |
| 2134 | +.fa-glide:before { |
| 2135 | + content: "\f2a5"; |
| 2136 | +} |
| 2137 | +.fa-glide-g:before { |
| 2138 | + content: "\f2a6"; |
| 2139 | +} |
| 2140 | +.fa-signing:before, |
| 2141 | +.fa-sign-language:before { |
| 2142 | + content: "\f2a7"; |
| 2143 | +} |
| 2144 | +.fa-low-vision:before { |
| 2145 | + content: "\f2a8"; |
| 2146 | +} |
| 2147 | +.fa-viadeo:before { |
| 2148 | + content: "\f2a9"; |
| 2149 | +} |
| 2150 | +.fa-viadeo-square:before { |
| 2151 | + content: "\f2aa"; |
| 2152 | +} |
| 2153 | +.fa-snapchat:before { |
| 2154 | + content: "\f2ab"; |
| 2155 | +} |
| 2156 | +.fa-snapchat-ghost:before { |
| 2157 | + content: "\f2ac"; |
| 2158 | +} |
| 2159 | +.fa-snapchat-square:before { |
| 2160 | + content: "\f2ad"; |
| 2161 | +} |
| 2162 | +.fa-pied-piper:before { |
| 2163 | + content: "\f2ae"; |
| 2164 | +} |
| 2165 | +.fa-first-order:before { |
| 2166 | + content: "\f2b0"; |
| 2167 | +} |
| 2168 | +.fa-yoast:before { |
| 2169 | + content: "\f2b1"; |
| 2170 | +} |
| 2171 | +.fa-themeisle:before { |
| 2172 | + content: "\f2b2"; |
| 2173 | +} |
| 2174 | +.fa-google-plus-circle:before, |
| 2175 | +.fa-google-plus-official:before { |
| 2176 | + content: "\f2b3"; |
| 2177 | +} |
| 2178 | +.fa-fa:before, |
| 2179 | +.fa-font-awesome:before { |
| 2180 | + content: "\f2b4"; |
| 2181 | +} |
| 2182 | +.fa-handshake-o:before { |
| 2183 | + content: "\f2b5"; |
| 2184 | +} |
| 2185 | +.fa-envelope-open:before { |
| 2186 | + content: "\f2b6"; |
| 2187 | +} |
| 2188 | +.fa-envelope-open-o:before { |
| 2189 | + content: "\f2b7"; |
| 2190 | +} |
| 2191 | +.fa-linode:before { |
| 2192 | + content: "\f2b8"; |
| 2193 | +} |
| 2194 | +.fa-address-book:before { |
| 2195 | + content: "\f2b9"; |
| 2196 | +} |
| 2197 | +.fa-address-book-o:before { |
| 2198 | + content: "\f2ba"; |
| 2199 | +} |
| 2200 | +.fa-vcard:before, |
| 2201 | +.fa-address-card:before { |
| 2202 | + content: "\f2bb"; |
| 2203 | +} |
| 2204 | +.fa-vcard-o:before, |
| 2205 | +.fa-address-card-o:before { |
| 2206 | + content: "\f2bc"; |
| 2207 | +} |
| 2208 | +.fa-user-circle:before { |
| 2209 | + content: "\f2bd"; |
| 2210 | +} |
| 2211 | +.fa-user-circle-o:before { |
| 2212 | + content: "\f2be"; |
| 2213 | +} |
| 2214 | +.fa-user-o:before { |
| 2215 | + content: "\f2c0"; |
| 2216 | +} |
| 2217 | +.fa-id-badge:before { |
| 2218 | + content: "\f2c1"; |
| 2219 | +} |
| 2220 | +.fa-drivers-license:before, |
| 2221 | +.fa-id-card:before { |
| 2222 | + content: "\f2c2"; |
| 2223 | +} |
| 2224 | +.fa-drivers-license-o:before, |
| 2225 | +.fa-id-card-o:before { |
| 2226 | + content: "\f2c3"; |
| 2227 | +} |
| 2228 | +.fa-quora:before { |
| 2229 | + content: "\f2c4"; |
| 2230 | +} |
| 2231 | +.fa-free-code-camp:before { |
| 2232 | + content: "\f2c5"; |
| 2233 | +} |
| 2234 | +.fa-telegram:before { |
| 2235 | + content: "\f2c6"; |
| 2236 | +} |
| 2237 | +.fa-thermometer-4:before, |
| 2238 | +.fa-thermometer:before, |
| 2239 | +.fa-thermometer-full:before { |
| 2240 | + content: "\f2c7"; |
| 2241 | +} |
| 2242 | +.fa-thermometer-3:before, |
| 2243 | +.fa-thermometer-three-quarters:before { |
| 2244 | + content: "\f2c8"; |
| 2245 | +} |
| 2246 | +.fa-thermometer-2:before, |
| 2247 | +.fa-thermometer-half:before { |
| 2248 | + content: "\f2c9"; |
| 2249 | +} |
| 2250 | +.fa-thermometer-1:before, |
| 2251 | +.fa-thermometer-quarter:before { |
| 2252 | + content: "\f2ca"; |
| 2253 | +} |
| 2254 | +.fa-thermometer-0:before, |
| 2255 | +.fa-thermometer-empty:before { |
| 2256 | + content: "\f2cb"; |
| 2257 | +} |
| 2258 | +.fa-shower:before { |
| 2259 | + content: "\f2cc"; |
| 2260 | +} |
| 2261 | +.fa-bathtub:before, |
| 2262 | +.fa-s15:before, |
| 2263 | +.fa-bath:before { |
| 2264 | + content: "\f2cd"; |
| 2265 | +} |
| 2266 | +.fa-podcast:before { |
| 2267 | + content: "\f2ce"; |
| 2268 | +} |
| 2269 | +.fa-window-maximize:before { |
| 2270 | + content: "\f2d0"; |
| 2271 | +} |
| 2272 | +.fa-window-minimize:before { |
| 2273 | + content: "\f2d1"; |
| 2274 | +} |
| 2275 | +.fa-window-restore:before { |
| 2276 | + content: "\f2d2"; |
| 2277 | +} |
| 2278 | +.fa-times-rectangle:before, |
| 2279 | +.fa-window-close:before { |
| 2280 | + content: "\f2d3"; |
| 2281 | +} |
| 2282 | +.fa-times-rectangle-o:before, |
| 2283 | +.fa-window-close-o:before { |
| 2284 | + content: "\f2d4"; |
| 2285 | +} |
| 2286 | +.fa-bandcamp:before { |
| 2287 | + content: "\f2d5"; |
| 2288 | +} |
| 2289 | +.fa-grav:before { |
| 2290 | + content: "\f2d6"; |
| 2291 | +} |
| 2292 | +.fa-etsy:before { |
| 2293 | + content: "\f2d7"; |
| 2294 | +} |
| 2295 | +.fa-imdb:before { |
| 2296 | + content: "\f2d8"; |
| 2297 | +} |
| 2298 | +.fa-ravelry:before { |
| 2299 | + content: "\f2d9"; |
| 2300 | +} |
| 2301 | +.fa-eercast:before { |
| 2302 | + content: "\f2da"; |
| 2303 | +} |
| 2304 | +.fa-microchip:before { |
| 2305 | + content: "\f2db"; |
| 2306 | +} |
| 2307 | +.fa-snowflake-o:before { |
| 2308 | + content: "\f2dc"; |
| 2309 | +} |
| 2310 | +.fa-superpowers:before { |
| 2311 | + content: "\f2dd"; |
| 2312 | +} |
| 2313 | +.fa-wpexplorer:before { |
| 2314 | + content: "\f2de"; |
| 2315 | +} |
| 2316 | +.fa-meetup:before { |
| 2317 | + content: "\f2e0"; |
| 2318 | +} |
| 2319 | +.sr-only { |
| 2320 | + position: absolute; |
| 2321 | + width: 1px; |
| 2322 | + height: 1px; |
| 2323 | + padding: 0; |
| 2324 | + margin: -1px; |
| 2325 | + overflow: hidden; |
| 2326 | + clip: rect(0, 0, 0, 0); |
| 2327 | + border: 0; |
| 2328 | +} |
| 2329 | +.sr-only-focusable:active, |
| 2330 | +.sr-only-focusable:focus { |
| 2331 | + position: static; |
| 2332 | + width: auto; |
| 2333 | + height: auto; |
| 2334 | + margin: 0; |
| 2335 | + overflow: visible; |
| 2336 | + clip: auto; |
| 2337 | +} |
0 commit comments