You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1254 lines
23 KiB

2 years ago
  1. /*!
  2. * Font Awesome 3.1.0
  3. * the iconic font designed for Bootstrap
  4. * -------------------------------------------------------
  5. * The full suite of pictographic icons, examples, and documentation
  6. * can be found at: http://fontawesome.io
  7. *
  8. * License
  9. * -------------------------------------------------------
  10. * - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
  11. * http://scripts.sil.org/OFL
  12. * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
  13. * http://opensource.org/licenses/mit-license.html
  14. * - Font Awesome documentation licensed under CC BY 3.0 License -
  15. * http://creativecommons.org/licenses/by/3.0/
  16. * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
  17. * "Font Awesome by Dave Gandy - http://fontawesome.io"
  18. * Contact
  19. * -------------------------------------------------------
  20. * Email: dave@fontawesome.io
  21. * Twitter: http://twitter.com/fortaweso_me
  22. * Work: Lead Product Designer @ http://kyruus.com
  23. */
  24. @font-face {
  25. font-family:'FontAwesome';
  26. src:url('../font/fontawesome-webfont.eot');
  27. src:url('../font/fontawesome-webfont.eot') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf')
  28. format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  29. font-weight:normal;
  30. font-style:normal
  31. }
  32. [class^="icon-"], [class*=" icon-"] {
  33. font-family:FontAwesome;
  34. font-weight:normal;
  35. font-style:normal;
  36. text-decoration:inherit;
  37. -webkit-font-smoothing:antialiased;
  38. *margin-right:.3em
  39. }
  40. [class^="icon-"]:before, [class*=" icon-"]:before {
  41. text-decoration:inherit;
  42. display:inline-block;
  43. speak:none
  44. }
  45. .icon-large:before {
  46. vertical-align:-10%;
  47. font-size:1.3333333333333333em;
  48. }
  49. a [class^="icon-"], a [class*=" icon-"], a [class^="icon-"]:before, a [class*=" icon-"]:before {
  50. display:inline
  51. }
  52. [class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  53. display:inline-block;
  54. width:1.2857142857142858em;
  55. text-align:center
  56. }
  57. [class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  58. width:1.5714285714285714em
  59. }
  60. ul.icons-ul {
  61. list-style-type:none;
  62. text-indent:-0.7142857142857143em;
  63. margin-left:2.142857142857143em
  64. }
  65. ul.icons-ul>li .icon-li {
  66. width:.7142857142857143em;
  67. display:inline-block;
  68. text-align:center
  69. }
  70. [class^="icon-"].hide, [class*=" icon-"].hide {
  71. display:none
  72. }
  73. .icon-muted {
  74. color:#eee
  75. }
  76. .icon-light {
  77. color:#fff
  78. }
  79. .icon-dark {
  80. color:#333
  81. }
  82. .icon-border {
  83. border:solid 1px #eee;
  84. padding:.2em .25em .15em;
  85. -webkit-border-radius:3px;
  86. -moz-border-radius:3px;
  87. border-radius:3px
  88. }
  89. .icon-2x {
  90. font-size:2em
  91. }
  92. .icon-2x.icon-border {
  93. border-width:2px;
  94. -webkit-border-radius:4px;
  95. -moz-border-radius:4px;
  96. border-radius:4px
  97. }
  98. .icon-3x {
  99. font-size:3em
  100. }
  101. .icon-3x.icon-border {
  102. border-width:3px;
  103. -webkit-border-radius:5px;
  104. -moz-border-radius:5px;
  105. border-radius:5px
  106. }
  107. .icon-4x {
  108. font-size:4em
  109. }
  110. .icon-4x.icon-border{
  111. border-width:4px;
  112. -webkit-border-radius:6px;
  113. -moz-border-radius:6px;
  114. border-radius:6px
  115. }
  116. .icon-5x{
  117. font-size:5em
  118. }
  119. .icon-5x.icon-border {
  120. border-width:5px;
  121. -webkit-border-radius:7px;
  122. -moz-border-radius:7px;
  123. border-radius:7px
  124. }
  125. .pull-right {
  126. float:right
  127. }
  128. .pull-left {
  129. float:left
  130. }
  131. [class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  132. margin-right:.3em
  133. }
  134. [class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  135. margin-left:.3em
  136. }
  137. [class^="icon-"], [class*=" icon-"] {
  138. display:inline;
  139. width:auto;
  140. height:auto;
  141. line-height:normal;
  142. vertical-align:baseline;
  143. background-image:none;
  144. background-position:0 0;
  145. margin-top:0
  146. }
  147. .icon-white, .nav-pills>.active>a>[class^="icon-"], .nav-pills>.active>a>[class*=" icon-"], .nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"], .navbar-inverse .nav>.active>a>[class^="icon-"], .navbar-inverse .nav>.active>a>[class*=" icon-"], .dropdown-menu>li>a:hover>[class^="icon-"], .dropdown-menu>li>a:hover>[class*=" icon-"], .dropdown-menu>.active>a>[class^="icon-"], .dropdown-menu>.active>a>[class*=" icon-"], .dropdown-submenu:hover>a>[class^="icon-"], .dropdown-submenu:hover>a>[class*=" icon-"] {
  148. background-image:none
  149. }
  150. .btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  151. line-height:.9em
  152. }
  153. .btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  154. display:inline-block
  155. }
  156. .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  157. line-height:.9em
  158. }
  159. .btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  160. margin-top:.18em
  161. }
  162. .btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  163. line-height:.8em
  164. }
  165. .btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  166. margin-top:.25em
  167. }
  168. .btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
  169. margin-top:0
  170. }
  171. .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  172. margin-top:.05em
  173. }
  174. .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  175. margin-right:.2em
  176. }
  177. .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  178. margin-left:.2em
  179. }
  180. .icon-stack {
  181. position:relative;
  182. display:inline-block;
  183. width:2em;
  184. height:2em;
  185. line-height:2em;
  186. vertical-align:-35%
  187. }
  188. .icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
  189. display:block;
  190. text-align:center;
  191. position:absolute;
  192. width:100%;
  193. height:100%;
  194. font-size:1em;
  195. line-height:inherit;
  196. *line-height:2em
  197. }
  198. .icon-stack .icon-stack-base {
  199. font-size:2em;
  200. *line-height:1em
  201. }
  202. .icon-spin {
  203. display:inline-block;
  204. -moz-animation:spin 2s infinite linear;
  205. -o-animation:spin 2s infinite linear;
  206. -webkit-animation:spin 2s infinite linear;
  207. animation:spin 2s infinite linear
  208. }
  209. @-moz-keyframes spin {
  210. 0% {
  211. -moz-transform:rotate(0deg)
  212. }
  213. 100% {
  214. -moz-transform:rotate(359deg)
  215. }
  216. }
  217. @-webkit-keyframes spin {
  218. 0% {
  219. -webkit-transform:rotate(0deg)
  220. }
  221. 100% {
  222. -webkit-transform:rotate(359deg)
  223. }
  224. }
  225. @-o-keyframes spin {
  226. 0% {
  227. -o-transform:rotate(0deg)
  228. }
  229. 100% {
  230. -o-transform:rotate(359deg)
  231. }
  232. }
  233. @-ms-keyframes spin {
  234. 0% {
  235. -ms-transform:rotate(0deg)
  236. }
  237. 100% {
  238. -ms-transform:rotate(359deg)
  239. }
  240. }
  241. @keyframes spin {
  242. 0% {
  243. transform:rotate(0deg)
  244. }
  245. 100% {
  246. transform:rotate(359deg)
  247. }
  248. }
  249. .icon-rotate-90:before {
  250. -webkit-transform:rotate(90deg);
  251. -moz-transform:rotate(90deg);
  252. -ms-transform:rotate(90deg);
  253. -o-transform:rotate(90deg);
  254. transform:rotate(90deg);
  255. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
  256. }
  257. .icon-rotate-180:before {
  258. -webkit-transform:rotate(180deg);
  259. -moz-transform:rotate(180deg);
  260. -ms-transform:rotate(180deg);
  261. -o-transform:rotate(180deg);
  262. transform:rotate(180deg);
  263. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
  264. }
  265. .icon-rotate-270:before {
  266. -webkit-transform:rotate(270deg);
  267. -moz-transform:rotate(270deg);
  268. -ms-transform:rotate(270deg);
  269. -o-transform:rotate(270deg);
  270. transform:rotate(270deg);
  271. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
  272. }
  273. .icon-flip-horizontal:before {
  274. -webkit-transform:scale(-1, 1);
  275. -moz-transform:scale(-1, 1);
  276. -ms-transform:scale(-1, 1);
  277. -o-transform:scale(-1, 1);
  278. transform:scale(-1, 1)
  279. }
  280. .icon-flip-vertical:before {
  281. -webkit-transform:scale(1, -1);
  282. -moz-transform:scale(1, -1);
  283. -ms-transform:scale(1, -1);
  284. -o-transform:scale(1, -1);
  285. transform:scale(1, -1)
  286. }
  287. .icon-glass:before {
  288. content:"\f000"
  289. }
  290. .icon-music:before {
  291. content:"\f001"
  292. }
  293. .icon-envelope:before {
  294. content:"\f003"
  295. }
  296. .icon-heart:before {
  297. content:"\f004"
  298. }
  299. .icon-star:before {
  300. content:"\f005"
  301. }
  302. .icon-star-empty:before {
  303. content:"\f006"
  304. }
  305. .icon-user:before {
  306. content:"\f007"
  307. }
  308. .icon-film:before {
  309. content:"\f008"
  310. }
  311. .icon-th-large:before {
  312. content:"\f009"
  313. }
  314. .icon-th:before {
  315. content:"\f00a"
  316. }
  317. .icon-th-list:before {
  318. content:"\f00b"
  319. }
  320. .icon-ok:before {
  321. content:"\f00c"
  322. }
  323. .icon-remove:before {
  324. content:"\f00d"
  325. }
  326. .icon-zoom-in:before {
  327. content:"\f00e"
  328. }
  329. .icon-zoom-out:before {
  330. content:"\f010"
  331. }
  332. .icon-off:before {
  333. content:"\f011"
  334. }
  335. .icon-signal:before {
  336. content:"\f012"
  337. }
  338. .icon-cog:before {
  339. content:"\f013"
  340. }
  341. .icon-trash:before {
  342. content:"\f014"
  343. }
  344. .icon-home:before {
  345. content:"\f015"
  346. }
  347. .icon-file:before {
  348. content:"\f016"
  349. }
  350. .icon-time:before {
  351. content:"\f017"
  352. }
  353. .icon-road:before {
  354. content:"\f018"
  355. }
  356. .icon-download-alt:before {
  357. content:"\f019"
  358. }
  359. .icon-download:before {
  360. content:"\f01a"
  361. }
  362. .icon-upload:before {
  363. content:"\f01b"
  364. }
  365. .icon-inbox:before {
  366. content:"\f01c"
  367. }
  368. .icon-play-circle:before {
  369. content:"\f01d"
  370. }
  371. .icon-repeat:before, .icon-rotate-right:before {
  372. content:"\f01e"
  373. }
  374. .icon-refresh:before {
  375. content:"\f021"
  376. }
  377. .icon-list-alt:before {
  378. content:"\f022"
  379. }
  380. .icon-lock:before {
  381. content:"\f023"
  382. }
  383. .icon-flag:before {
  384. content:"\f024"
  385. }
  386. .icon-headphones:before {
  387. content:"\f025"
  388. }
  389. .icon-volume-off:before {
  390. content:"\f026"
  391. }
  392. .icon-volume-down:before {
  393. content:"\f027"
  394. }
  395. .icon-volume-up:before {
  396. content:"\f028"
  397. }
  398. .icon-qrcode:before {
  399. content:"\f029"
  400. }
  401. .icon-barcode:before {
  402. content:"\f02a"
  403. }
  404. .icon-tag:before {
  405. content:"\f02b"
  406. }
  407. .icon-tags:before {
  408. content:"\f02c"
  409. }
  410. .icon-book:before {
  411. content:"\f02d"
  412. }
  413. .icon-bookmark:before {
  414. content:"\f02e"
  415. }
  416. icon-print:before {
  417. content:"\f02f"
  418. }
  419. .icon-camera:before {
  420. content:"\f030"
  421. }
  422. .icon-font:before {
  423. content:"\f031"
  424. }
  425. .icon-bold:before {
  426. content:"\f032"
  427. }
  428. .icon-italic:before {
  429. content:"\f033"
  430. }
  431. .icon-text-height:before {
  432. content:"\f034"
  433. }
  434. .icon-text-width:before {
  435. content:"\f035"
  436. }
  437. .icon-align-left:before {
  438. content:"\f036"
  439. }
  440. .icon-align-center:before {
  441. content:"\f037"
  442. }
  443. .icon-align-right:before {
  444. content:"\f038"
  445. }
  446. .icon-align-justify:before {
  447. content:"\f039"
  448. }
  449. icon-list:before {
  450. content:"\f03a"
  451. }
  452. .icon-indent-left:before {
  453. content:"\f03b"
  454. }
  455. .icon-indent-right:before {
  456. content:"\f03c"
  457. }
  458. .icon-facetime-video:before {
  459. content:"\f03d"
  460. }
  461. .icon-picture:before {
  462. content:"\f03e"
  463. }
  464. .icon-pencil:before {
  465. content:"\f040"
  466. }
  467. .icon-adjust:before {
  468. content:"\f042"
  469. }
  470. .icon-tint:before {
  471. content:"\f043"
  472. }
  473. .icon-edit:before {
  474. content:"\f044"
  475. }
  476. .icon-share:before {
  477. content:"\f045"
  478. }
  479. .icon-check:before {
  480. content:"\f046"
  481. }
  482. .icon-unfold:before {
  483. content:"\f048"
  484. }
  485. .icon-shut:before {
  486. content:"\f049"
  487. }
  488. .icon-backward:before {
  489. content:"\f04a"
  490. }
  491. .icon-pause:before {
  492. content:"\f04c"
  493. }
  494. .icon-stop:before {
  495. content:"\f04d"
  496. }
  497. .icon-forward:before {
  498. content:"\f04e"
  499. }
  500. .icon-fast-forward:before {
  501. content:"\f050"
  502. }
  503. .icon-step-forward:before {
  504. content:"\f051"
  505. }
  506. .icon-eject:before {
  507. content:"\f052"
  508. }
  509. .icon-chevron-left:before {
  510. content:"\f053"
  511. }
  512. .icon-chevron-right:before {
  513. content:"\f054"
  514. }
  515. .icon-plus-sign:before {
  516. content:"\f055"
  517. }
  518. .icon-minus-sign:before {
  519. content:"\f056"
  520. }
  521. .icon-remove-sign:before {
  522. content:"\f057"
  523. }
  524. .icon-question-sign:before {
  525. content:"\f059"
  526. }
  527. .icon-info-sign:before {
  528. content:"\f05a"
  529. }
  530. .icon-screenshot:before {
  531. content:"\f05b"
  532. }
  533. .icon-remove-circle:before {
  534. content:"\f05c"
  535. }
  536. .icon-ok-circle:before {
  537. content:"\f05d"
  538. }
  539. .icon-ban-circle:before {
  540. content:"\f05e"
  541. }
  542. .icon-arrow-left:before {
  543. content:"\f060"
  544. }
  545. .icon-arrow-right:before {
  546. content:"\f061"
  547. }
  548. .icon-arrow-up:before {
  549. content:"\f062"
  550. }
  551. .icon-arrow-down:before {
  552. content:"\f063"
  553. }
  554. .icon-share-alt:before, .icon-mail-forward:before {
  555. content:"\f064"
  556. }
  557. .icon-resize-full:before {
  558. content:"\f065"
  559. }
  560. .icon-resize-small:before {
  561. content:"\f066"
  562. }
  563. .icon-plus:before {
  564. content:"\f067"
  565. }
  566. .icon-minus:before {
  567. content:"\f068"
  568. }
  569. .icon-asterisk:before {
  570. content:"\f069"
  571. }
  572. .icon-exclamation-sign:before {
  573. content:"\f06a"
  574. }
  575. .icon-gift:before {
  576. content:"\f06b"
  577. }
  578. .icon-leaf:before {
  579. content:"\f06c"
  580. }
  581. .icon-fire:before {
  582. content:"\f06d"
  583. }
  584. .icon-eye-open:before {
  585. content:"\f06e"
  586. }
  587. .icon-eye-close:before {
  588. content:"\f070"
  589. }
  590. .icon-warning-sign:before {
  591. content:"\f071"
  592. }
  593. .icon-plane:before {
  594. content:"\f072"
  595. }
  596. .icon-calendar:before {
  597. content:"\f073"
  598. }
  599. .icon-random:before {
  600. content:"\f074"
  601. }
  602. .icon-comment:before {
  603. content:"\f075"
  604. }
  605. .icon-magnet:before {
  606. content:"\f076"
  607. }
  608. .icon-chevron-up:before {
  609. content:"\f077"
  610. }
  611. .icon-chevron-down:before {
  612. content:"\f078"
  613. }
  614. .icon-retweet:before {
  615. content:"\f079"
  616. }
  617. .icon-shopping-cart:before {
  618. content:"\f07a"
  619. }
  620. .icon-folder-close:before {
  621. content:"\f07b"
  622. }
  623. .icon-folder-open:before {
  624. content:"\f07c"
  625. }
  626. .icon-resize-vertical:before {
  627. content:"\f07d"
  628. }
  629. .icon-resize-horizontal:before {
  630. content:"\f07e"
  631. }
  632. .icon-bar-chart:before {
  633. content:"\f080"
  634. }
  635. .icon-twitter-sign:before {
  636. content:"\f081"
  637. }
  638. .icon-facebook-sign:before {
  639. content:"\f082"
  640. }
  641. .icon-camera-retro:before {
  642. content:"\f083"
  643. }
  644. .icon-key:before {
  645. content:"\f084"
  646. }
  647. .icon-cogs:before {
  648. content:"\f085"
  649. }
  650. .icon-comments:before {
  651. content:"\f086"
  652. }
  653. .icon-thumbs-up:before {
  654. content:"\f087"
  655. }
  656. .icon-thumbs-down:before {
  657. content:"\f088"
  658. }
  659. .icon-star-half:before {
  660. content:"\f089"
  661. }
  662. .icon-heart-empty:before {
  663. content:"\f08a"
  664. }
  665. .icon-signout:before {
  666. content:"\f08b"
  667. }
  668. .icon-linkedin-sign:before {
  669. content:"\f08c"
  670. }
  671. .icon-pushpin:before {
  672. content:"\f08d"
  673. }
  674. .icon-external-link:before {
  675. content:"\f08e"
  676. }
  677. .icon-signin:before {
  678. content:"\f090"
  679. }
  680. .icon-trophy:before {
  681. content:"\f091"
  682. }
  683. .icon-github-sign:before {
  684. content:"\f092"
  685. }
  686. .icon-upload-alt:before {
  687. content:"\f093"
  688. }
  689. .icon-lemon:before {
  690. content:"\f094"
  691. }
  692. .icon-phone:before {
  693. content:"\f095"
  694. }
  695. .icon-check-empty:before {
  696. content:"\f096"
  697. }
  698. .icon-bookmark-empty:before {
  699. content:"\f097"
  700. }
  701. .icon-phone-sign:before {
  702. content:"\f098"
  703. }
  704. .icon-twitter:before {
  705. content:"\f099"
  706. }
  707. .icon-facebook:before {
  708. content:"\f09a"
  709. }
  710. .icon-github:before {
  711. content:"\f09b"
  712. }
  713. .icon-unlock:before {
  714. content:"\f09c"
  715. }
  716. .icon-credit-card:before {
  717. content:"\f09d"
  718. }
  719. .icon-rss:before {
  720. content:"\f09e"
  721. }
  722. .icon-hdd:before {
  723. content:"\f0a0"
  724. }
  725. .icon-bullhorn:before {
  726. content:"\f0a1"
  727. }
  728. .icon-bell:before {
  729. content:"\f0a2"
  730. }
  731. .icon-certificate:before {
  732. content:"\f0a3"
  733. }
  734. .icon-hand-right:before {
  735. content:"\f0a4"
  736. }
  737. .icon-hand-left:before {
  738. content:"\f0a5"
  739. }
  740. .icon-hand-up:before {
  741. content:"\f0a6"
  742. }
  743. .icon-hand-down:before {
  744. content:"\f0a7"
  745. }
  746. .icon-circle-arrow-left:before {
  747. content:"\f0a8"
  748. }
  749. .icon-circle-arrow-right:before {
  750. content:"\f0a9"
  751. }
  752. .icon-circle-arrow-up:before {
  753. content:"\f0aa"
  754. }
  755. .icon-circle-arrow-down:before {
  756. content:"\f0ab"
  757. }
  758. .icon-globe:before {
  759. content:"\f0ac"
  760. }
  761. .icon-wrench:before {
  762. content:"\f0ad"
  763. }
  764. .icon-tasks:before {
  765. content:"\f0ae"
  766. }
  767. .icon-filter:before {
  768. content:"\f0b0"
  769. }
  770. .icon-briefcase:before {
  771. content:"\f0b1"
  772. }
  773. .icon-fullscreen:before {
  774. content:"\f0b2"
  775. }
  776. .icon-group:before {
  777. content:"\f0c0"
  778. }
  779. .icon-link:before {
  780. content:"\f0c1"
  781. }
  782. .icon-cloud:before {
  783. content:"\f0c2"
  784. }
  785. .icon-beaker:before {
  786. content:"\f0c3"
  787. }
  788. .icon-cut:before {
  789. content:"\f0c4"
  790. }
  791. .icon-copy:before {
  792. content:"\f0c5"
  793. }
  794. .icon-paper-clip:before {
  795. content:"\f0c6"
  796. }
  797. .icon-Save:before { /*Dean �Ȯɮ���*/
  798. content:"\f0c7"
  799. }
  800. .icon-sign-blank:before {
  801. content:"\f0c8"
  802. }
  803. .icon-reorder:before {
  804. content:"\f0c9"
  805. }
  806. .icon-list-ul:before {
  807. content:"\f0ca"
  808. }
  809. .icon-list-ol:before {
  810. content:"\f0cb"
  811. }
  812. .icon-strikethrough:before {
  813. content:"\f0cc"
  814. }
  815. .icon-underline:before {
  816. content:"\f0cd"
  817. }
  818. .icon-table:before {
  819. content:"\f0ce"
  820. }
  821. .icon-magic:before {
  822. content:"\f0d0"
  823. }
  824. .icon-truck:before {
  825. content:"\f0d1"
  826. }
  827. .icon-pinterest:before {
  828. content:"\f0d2"
  829. }
  830. .icon-pinterest-sign:before {
  831. content:"\f0d3"
  832. }
  833. .icon-google-plus-sign:before {
  834. content:"\f0d4"
  835. }
  836. .icon-google-plus:before {
  837. content:"\f0d5"
  838. }
  839. .icon-money:before {
  840. content:"\f0d6"
  841. }
  842. .icon-caret-down:before {
  843. content:"\f0d7"
  844. }
  845. .icon-caret-up:before {
  846. content:"\f0d8"
  847. }
  848. .icon-caret-left:before {
  849. content:"\f0d9"
  850. }
  851. .icon-caret-right:before {
  852. content:"\f0da"
  853. }
  854. .icon-columns:before {
  855. content:"\f0db"
  856. }
  857. .icon-sort:before {
  858. content:"\f0dc"
  859. }
  860. .icon-sort-down:before {
  861. content:"\f0dd"
  862. }
  863. .icon-sort-up:before {
  864. content:"\f0de"
  865. }
  866. .icon-envelope-alt:before {
  867. content:"\f0e0"
  868. }
  869. .icon-linkedin:before {
  870. content:"\f0e1"
  871. }
  872. .icon-undo:before, .icon-rotate-left:before {
  873. content:"\f0e2"
  874. }
  875. .icon-legal:before {
  876. content:"\f0e3"
  877. }
  878. .icon-dashboard:before {
  879. content:"\f0e4"
  880. }
  881. .icon-comment-alt:before {
  882. content:"\f0e5"
  883. }
  884. .icon-comments-alt:before {
  885. content:"\f0e6"
  886. }
  887. .icon-bolt:before {
  888. content:"\f0e7"
  889. }
  890. .icon-sitemap:before {
  891. content:"\f0e8"
  892. }
  893. .icon-umbrella:before {
  894. content:"\f0e9"
  895. }
  896. .icon-paste:before {
  897. content:"\f0ea"
  898. }
  899. .icon-lightbulb:before {
  900. content:"\f0eb"
  901. }
  902. .icon-exchange:before {
  903. content:"\f0ec"
  904. }
  905. .icon-cloud-download:before {
  906. content:"\f0ed"
  907. }
  908. .icon-cloud-upload:before {
  909. content:"\f0ee"
  910. }
  911. .icon-user-md:before {
  912. content:"\f0f0"
  913. }
  914. .icon-stethoscope:before {
  915. content:"\f0f1"
  916. }
  917. .icon-suitcase:before {
  918. content:"\f0f2"
  919. }
  920. .icon-bell-alt:before {
  921. content:"\f0f3"
  922. }
  923. .icon-coffee:before {
  924. content:"\f0f4"
  925. }
  926. .icon-food:before {
  927. content:"\f0f5"
  928. }
  929. .icon-file-alt:before {
  930. content:"\f0f6"
  931. }
  932. .icon-building:before {
  933. content:"\f0f7"
  934. }
  935. .icon-hospital:before {
  936. content:"\f0f8"
  937. }
  938. .icon-ambulance:before {
  939. content:"\f0f9"
  940. }
  941. .icon-medkit:before {
  942. content:"\f0fa"
  943. }
  944. .icon-fighter-jet:before {
  945. content:"\f0fb"
  946. }
  947. .icon-beer:before {
  948. content:"\f0fc"
  949. }
  950. .icon-h-sign:before {
  951. content:"\f0fd"
  952. }
  953. .icon-plus-sign-alt:before {
  954. content:"\f0fe"
  955. }
  956. .icon-double-angle-left:before {
  957. content:"\F050"
  958. }
  959. .icon-double-angle-right:before {
  960. content:"\F051"
  961. }
  962. .icon-double-angle-up:before {
  963. content:"\f102"
  964. }
  965. .icon-double-angle-down:before {
  966. content:"\f103"
  967. }
  968. .icon-angle-left:before {
  969. content:"\F04D"
  970. }
  971. .icon-angle-right:before {
  972. content:"\F04e"
  973. }
  974. .icon-angle-up:before {
  975. content:"\f106"
  976. }
  977. .icon-angle-down:before {
  978. content:"\f107"
  979. }
  980. .icon-desktop:before {
  981. content:"\f108"
  982. }
  983. .icon-laptop:before {
  984. content:"\f109"
  985. }
  986. .icon-tablet:before {
  987. content:"\f10a"
  988. }
  989. .icon-mobile-phone:before {
  990. content:"\f10b"
  991. }
  992. .icon-circle-blank:before {
  993. content:"\f10c"
  994. }
  995. .icon-quote-left:before {
  996. content:"\f10d"
  997. }
  998. .icon-quote-right:before {
  999. content:"\f10e"
  1000. }
  1001. .icon-spinner:before {
  1002. content:"\f110"
  1003. }
  1004. .icon-circle:before {
  1005. content:"\f111"
  1006. }
  1007. .icon-reply:before, .icon-mail-reply:before {
  1008. content:"\f112"
  1009. }
  1010. .icon-folder-close-alt:before {
  1011. content:"\f114"
  1012. }
  1013. .icon-folder-open-alt:before {
  1014. content:"\f115"
  1015. }
  1016. .icon-expand-alt:before {
  1017. content:"\f116"
  1018. }
  1019. .icon-collapse-alt:before {
  1020. content:"\f117"
  1021. }
  1022. .icon-smile:before {
  1023. content:"\f118"
  1024. }
  1025. .icon-frown:before {
  1026. content:"\f119"
  1027. }
  1028. .icon-meh:before {
  1029. content:"\f11a"
  1030. }
  1031. .icon-gamepad:before {
  1032. content:"\f11b"
  1033. }
  1034. .icon-keyboard:before {
  1035. content:"\f11c"
  1036. }
  1037. .icon-flag-alt:before {
  1038. content:"\f11d"
  1039. }
  1040. .icon-flag-checkered:before {
  1041. content:"\f11e"
  1042. }
  1043. .icon-terminal:before {
  1044. content:"\f120"
  1045. }
  1046. .icon-code:before {
  1047. content:"\f121"
  1048. }
  1049. .icon-reply-all:before {
  1050. content:"\f122"
  1051. }
  1052. .icon-mail-reply-all:before {
  1053. content:"\f122"
  1054. }
  1055. .icon-star-half-full:before, .icon-star-half-empty:before {
  1056. content:"\f123"
  1057. }
  1058. .icon-location-arrow:before {
  1059. content:"\f124"
  1060. }
  1061. .icon-crop:before {
  1062. content:"\f125"
  1063. }
  1064. .icon-code-fork:before {
  1065. content:"\f126"
  1066. }
  1067. .icon-unlink:before {
  1068. content:"\f127"
  1069. }
  1070. .icon-question:before {
  1071. content:"\f128"
  1072. }
  1073. .icon-info:before {
  1074. content:"\f129"
  1075. }
  1076. .icon-exclamation:before {
  1077. content:"\f12a"
  1078. }
  1079. .icon-superscript:before {
  1080. content:"\f12b"
  1081. }
  1082. .icon-subscript:before {
  1083. content:"\f12c"
  1084. }
  1085. .icon-eraser:before {
  1086. content:"\f12d"
  1087. }
  1088. .icon-puzzle-piece:before {
  1089. content:"\f12e"
  1090. }
  1091. .icon-microphone:before {
  1092. content:"\f130"
  1093. }
  1094. .icon-microphone-off:before {
  1095. content:"\f131"
  1096. }
  1097. .icon-shield:before {
  1098. content:"\f132"
  1099. }
  1100. .icon-calendar-empty:before {
  1101. content:"\f133"
  1102. }
  1103. .icon-fire-extinguisher:before {
  1104. content:"\f134"
  1105. }
  1106. .icon-rocket:before {
  1107. content:"\f135"
  1108. }
  1109. .icon-maxcdn:before {
  1110. content:"\f136"
  1111. }
  1112. .icon-chevron-sign-left:before {
  1113. content:"\f137"
  1114. }
  1115. .icon-chevron-sign-right:before {
  1116. content:"\f138"
  1117. }
  1118. .icon-chevron-sign-up:before {
  1119. content:"\f139"
  1120. }
  1121. .icon-chevron-sign-down:before {
  1122. content:"\f13a"
  1123. }
  1124. .icon-html5:before {
  1125. content:"\f13b"
  1126. }
  1127. .icon-css3:before {
  1128. content:"\f13c"
  1129. }
  1130. .icon-anchor:before {
  1131. content:"\f13d"
  1132. }
  1133. .icon-unlock-alt:before {
  1134. content:"\f13e"
  1135. }
  1136. .icon-bullseye:before {
  1137. content:"\f140"
  1138. }
  1139. .icon-ellipsis-horizontal:before {
  1140. content:"\f141"
  1141. }
  1142. .icon-ellipsis-vertical:before {
  1143. content:"\f142"
  1144. }
  1145. .icon-rss-sign:before {
  1146. content:"\f143"
  1147. }
  1148. .icon-play-sign:before {
  1149. content:"\f144"
  1150. }
  1151. .icon-ticket:before {
  1152. content:"\f145"
  1153. }
  1154. .icon-minus-sign-alt:before {
  1155. content:"\f146"
  1156. }
  1157. .icon-check-minus:before {
  1158. content:"\f147"
  1159. }
  1160. .icon-level-up:before {
  1161. content:"\f148"
  1162. }
  1163. .icon-level-down:before {
  1164. content:"\f149"
  1165. }
  1166. .icon-check-sign:before {
  1167. content:"\f14a"
  1168. }
  1169. .icon-edit-sign:before {
  1170. content:"\f14b"
  1171. }
  1172. .icon-external-link-sign:before {
  1173. content:"\f14c"
  1174. }
  1175. .icon-share-sign:before{
  1176. content:"\f14d"
  1177. }
  1178. .icon-ser:before{
  1179. content:"\f02f"
  1180. }
  1181. .icon-category:before{
  1182. content:"\f034"
  1183. }
  1184. .icon-logout:before{
  1185. content:"\f030"
  1186. }
  1187. .icon-login:before{
  1188. content:"\f031"
  1189. }
  1190. /*.icon-close:before{content:"\f04a";}
  1191. .icon-menu:before{content:"\f03d";}
  1192. .icon-title-file:before{content:"\F055";}
  1193. .icon-search:before{content:"\F039";}
  1194. .icon-search-s:before{content:"\F03A"; margin-left:3px;}
  1195. .icon-error:before{content:"\F043";}
  1196. .icon-ok:before {content:"\f041"}
  1197. .icon-save:before{content:"\F047";}
  1198. .icon-export:before{content:"\F037";}
  1199. .icon-dele:before{content:"\F040";}
  1200. .icon-depart:before{content:"\F04B";}
  1201. .icon-faq:before{content:"\F042";}
  1202. .icon-nav:before{content:"\02B6";}*/
  1203. .icon-error:before{content:"\F043";}
  1204. .icon-menu:before{content:"\f03d";}
  1205. .icon-title-file:before{content:"\F055";}
  1206. .icon-qry-s:before{content:"\F03A"; margin-left:3px;}
  1207. .icon-error:before{content:"\F043";}
  1208. .icon-ok:before {content:"\f041"}
  1209. .icon-reduce:before{content:"\F068"}
  1210. .icon-close-o:before{content:"\F04A"}
  1211. .icon-depart:before{content:"\F04B";}
  1212. .icon-faq:before{content:"\F042";}
  1213. .icon-nav:before{content:"\02B6";}
  1214. .icon-search:before{content:"\F039";}
  1215. /*BWT*/
  1216. .Funcicon:before{content:"\F055";}
  1217. /*�����ϥ�*/
  1218. .link-pagebox .link-page01:before {content:"\F050"}
  1219. .link-pagebox .link-page02:before {content:"\F04D"}
  1220. .link-pagebox .link-page03:before {content:"\F04e"}
  1221. .link-pagebox .link-page04:before {content:"\F051"}
  1222. /*.icon-add:before{content:"\F067"}
  1223. .icon-qry:before{content:"\F039";}
  1224. .icon-clear:before{content:"\F03E"; padding-right:8px;}
  1225. .icon-exp:before{content:"\F037";}
  1226. .icon-save:before{content:"\F047";}
  1227. .icon-readd:before{content:"\F047";}
  1228. .icon-upd:before{content:"\F033"; padding-right:5px;}
  1229. .icon-del:before{content:"\F040";}
  1230. .icon-leave:before{content:"\f04a";}*/
  1231. /*icon-size*/
  1232. .icon-64{ font-size:64px;}
  1233. .icon-50{ font-size:50px;}
  1234. .icon-40{ font-size:40px;}
  1235. .icon-32{ font-size:32px;}
  1236. .icon-24{font-size:24px;}
  1237. .icon-20{font-size:20px;}
  1238. .icon-16{ font-size:16px;}