github.com/wanliu/go-oauth2-server@v0.0.0-20180817021415-f928fa1580df/public/fontawesome/css/fontawesome-all.min.css (about) 1 .fa,.fab,.fal,.far,.fas { 2 -moz-osx-font-smoothing: grayscale; 3 -webkit-font-smoothing: antialiased; 4 display: inline-block; 5 font-style: normal; 6 font-variant: normal; 7 text-rendering: auto; 8 line-height: 1 9 } 10 11 .fa-lg { 12 font-size: 1.33333em; 13 line-height: .75em; 14 vertical-align: -.0667em 15 } 16 17 .fa-xs { 18 font-size: .75em 19 } 20 21 .fa-sm { 22 font-size: .875em 23 } 24 25 .fa-1x { 26 font-size: 1em 27 } 28 29 .fa-2x { 30 font-size: 2em 31 } 32 33 .fa-3x { 34 font-size: 3em 35 } 36 37 .fa-4x { 38 font-size: 4em 39 } 40 41 .fa-5x { 42 font-size: 5em 43 } 44 45 .fa-6x { 46 font-size: 6em 47 } 48 49 .fa-7x { 50 font-size: 7em 51 } 52 53 .fa-8x { 54 font-size: 8em 55 } 56 57 .fa-9x { 58 font-size: 9em 59 } 60 61 .fa-10x { 62 font-size: 10em 63 } 64 65 .fa-fw { 66 text-align: center; 67 width: 1.25em 68 } 69 70 .fa-ul { 71 list-style-type: none; 72 margin-left: 2.5em; 73 padding-left: 0 74 } 75 76 .fa-ul>li { 77 position: relative 78 } 79 80 .fa-li { 81 left: -2em; 82 position: absolute; 83 text-align: center; 84 width: 2em; 85 line-height: inherit 86 } 87 88 .fa-border { 89 border: .08em solid #eee; 90 border-radius: .1em; 91 padding: .2em .25em .15em 92 } 93 94 .fa-pull-left { 95 float: left 96 } 97 98 .fa-pull-right { 99 float: right 100 } 101 102 .fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left { 103 margin-right: .3em 104 } 105 106 .fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right { 107 margin-left: .3em 108 } 109 110 .fa-spin { 111 -webkit-animation: a 2s infinite linear; 112 animation: a 2s infinite linear 113 } 114 115 .fa-pulse { 116 -webkit-animation: a 1s infinite steps(8); 117 animation: a 1s infinite steps(8) 118 } 119 120 @-webkit-keyframes a { 121 0% { 122 -webkit-transform: rotate(0deg); 123 transform: rotate(0deg) 124 } 125 126 to { 127 -webkit-transform: rotate(1turn); 128 transform: rotate(1turn) 129 } 130 } 131 132 @keyframes a { 133 0% { 134 -webkit-transform: rotate(0deg); 135 transform: rotate(0deg) 136 } 137 138 to { 139 -webkit-transform: rotate(1turn); 140 transform: rotate(1turn) 141 } 142 } 143 144 .fa-rotate-90 { 145 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; 146 -webkit-transform: rotate(90deg); 147 transform: rotate(90deg) 148 } 149 150 .fa-rotate-180 { 151 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; 152 -webkit-transform: rotate(180deg); 153 transform: rotate(180deg) 154 } 155 156 .fa-rotate-270 { 157 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; 158 -webkit-transform: rotate(270deg); 159 transform: rotate(270deg) 160 } 161 162 .fa-flip-horizontal { 163 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 164 -webkit-transform: scaleX(-1); 165 transform: scaleX(-1) 166 } 167 168 .fa-flip-vertical { 169 -webkit-transform: scaleY(-1); 170 transform: scaleY(-1) 171 } 172 173 .fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical { 174 -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)" 175 } 176 177 .fa-flip-horizontal.fa-flip-vertical { 178 -webkit-transform: scale(-1); 179 transform: scale(-1) 180 } 181 182 :root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 { 183 -webkit-filter: none; 184 filter: none 185 } 186 187 .fa-stack { 188 display: inline-block; 189 height: 2em; 190 line-height: 2em; 191 position: relative; 192 vertical-align: middle; 193 width: 2em 194 } 195 196 .fa-stack-1x,.fa-stack-2x { 197 left: 0; 198 position: absolute; 199 text-align: center; 200 width: 100% 201 } 202 .fa-comments:before { 203 content: "\f086" 204 } 205 .fa-handshake:before { 206 content: "\f2b5" 207 } 208 .fa-phone-volume:before { 209 content: "\f2a0" 210 } 211 .fa-home:before { 212 content: "\f015" 213 } 214 215 .fa-times:before { 216 content: "\f00d" 217 } 218 219 220 .fa-volume-off:before { 221 content: "\f026" 222 } 223 224 .fa-volume-up:before { 225 content: "\f028" 226 } 227 228 .fa-vuejs:before { 229 content: "\f41f" 230 } 231 232 .fa-weibo:before { 233 content: "\f18a" 234 } 235 236 .fa-weixin:before { 237 content: "\f1d7" 238 } 239 240 .fa-whatsapp:before { 241 content: "\f232" 242 } 243 244 .fa-whatsapp-square:before { 245 content: "\f40c" 246 } 247 248 .fa-wheelchair:before { 249 content: "\f193" 250 } 251 252 .fa-whmcs:before { 253 content: "\f40d" 254 } 255 256 .fa-wifi:before { 257 content: "\f1eb" 258 } 259 260 .fa-wikipedia-w:before { 261 content: "\f266" 262 } 263 264 .fa-window-close:before { 265 content: "\f410" 266 } 267 268 .fa-window-maximize:before { 269 content: "\f2d0" 270 } 271 272 .fa-window-minimize:before { 273 content: "\f2d1" 274 } 275 276 .fa-window-restore:before { 277 content: "\f2d2" 278 } 279 280 .fa-windows:before { 281 content: "\f17a" 282 } 283 284 .fa-won-sign:before { 285 content: "\f159" 286 } 287 288 .fa-wordpress:before { 289 content: "\f19a" 290 } 291 292 .fa-wordpress-simple:before { 293 content: "\f411" 294 } 295 296 .fa-wpbeginner:before { 297 content: "\f297" 298 } 299 300 .fa-wpexplorer:before { 301 content: "\f2de" 302 } 303 304 .fa-wpforms:before { 305 content: "\f298" 306 } 307 308 .fa-wrench:before { 309 content: "\f0ad" 310 } 311 312 .fa-xbox:before { 313 content: "\f412" 314 } 315 316 .fa-xing:before { 317 content: "\f168" 318 } 319 320 .fa-xing-square:before { 321 content: "\f169" 322 } 323 324 .fa-y-combinator:before { 325 content: "\f23b" 326 } 327 328 .fa-yahoo:before { 329 content: "\f19e" 330 } 331 332 .fa-yandex:before { 333 content: "\f413" 334 } 335 336 .fa-yandex-international:before { 337 content: "\f414" 338 } 339 340 .fa-yelp:before { 341 content: "\f1e9" 342 } 343 344 .fa-yen-sign:before { 345 content: "\f157" 346 } 347 348 .fa-yoast:before { 349 content: "\f2b1" 350 } 351 352 .fa-youtube:before { 353 content: "\f167" 354 } 355 356 .sr-only { 357 border: 0; 358 clip: rect(0,0,0,0); 359 height: 1px; 360 margin: -1px; 361 overflow: hidden; 362 padding: 0; 363 position: absolute; 364 width: 1px 365 } 366 367 .sr-only-focusable:active,.sr-only-focusable:focus { 368 clip: auto; 369 height: auto; 370 margin: 0; 371 overflow: visible; 372 position: static; 373 width: auto 374 } 375 376 @font-face { 377 font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg") 378 } 379 380 .fab { 381 font-family: Font Awesome\ 5 Brands 382 } 383 384 @font-face { 385 font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg") 386 } 387 388 .far { 389 font-weight: 400 390 } 391 392 @font-face { 393 font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg") 394 } 395 396 .fa,.far,.fas { 397 font-family: Font Awesome\ 5 Free 398 } 399 400 .fa,.fas { 401 font-weight: 900 402 }