web-icons.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. /**
  2. * UI v1.1.0
  3. * Copyright 2017-2018 Muyao
  4. * Licensed under the Muyao License 1.0
  5. */
  6. @font-face {
  7. font-family: "Web Icons";
  8. font-style: normal;
  9. font-weight: normal;
  10. src: url("web-icons.eot?v=.2.3");
  11. src: url("web-icons.eot?#iefix&v=.2.3") format("embedded-opentype"), url("web-icons.woff2?v=.2.3") format("woff2"), url("web-icons.woff?v=.2.3") format("woff"), url("web-icons.ttf?v=.2.3") format("truetype"), url("web-icons.svg?v=.2.3#web-icons") format("svg");
  12. }
  13. [class^="wb-"], [class*=" wb-"] {
  14. position: relative;
  15. display: inline-block;
  16. font-family: "Web Icons";
  17. font-style: normal;
  18. font-weight: normal;
  19. -webkit-transform: translate(0, 0);
  20. -ms-transform: translate(0, 0);
  21. -o-transform: translate(0, 0);
  22. transform: translate(0, 0);
  23. text-rendering: auto;
  24. speak: none;
  25. -webkit-font-smoothing: antialiased;
  26. -moz-osx-font-smoothing: grayscale;
  27. }
  28. .wb-dashboard:before {
  29. content: "\f101";
  30. }
  31. .wb-inbox:before {
  32. content: "\f102";
  33. }
  34. .wb-cloud:before {
  35. content: "\f103";
  36. }
  37. .wb-bell:before {
  38. content: "\f104";
  39. }
  40. .wb-book:before {
  41. content: "\f105";
  42. }
  43. .wb-bookmark:before {
  44. content: "\f106";
  45. }
  46. .wb-tag:before {
  47. content: "\f107";
  48. }
  49. .wb-library:before {
  50. content: "\f108";
  51. }
  52. .wb-share:before {
  53. content: "\f109";
  54. }
  55. .wb-reply:before {
  56. content: "\f10a";
  57. }
  58. .wb-refresh:before {
  59. content: "\f10b";
  60. }
  61. .wb-move:before {
  62. content: "\f10c";
  63. }
  64. .wb-chat:before {
  65. content: "\f10d";
  66. }
  67. .wb-chat-working:before {
  68. content: "\f10e";
  69. }
  70. .wb-chat-text:before {
  71. content: "\f10f";
  72. }
  73. .wb-chat-group:before {
  74. content: "\f110";
  75. }
  76. .wb-envelope:before {
  77. content: "\f111";
  78. }
  79. .wb-envelope-open:before {
  80. content: "\f112";
  81. }
  82. .wb-user:before {
  83. content: "\f113";
  84. }
  85. .wb-user-circle:before {
  86. content: "\f114";
  87. }
  88. .wb-users:before {
  89. content: "\f115";
  90. }
  91. .wb-user-add:before {
  92. content: "\f116";
  93. }
  94. .wb-grid-9:before {
  95. content: "\f117";
  96. }
  97. .wb-grid-4:before {
  98. content: "\f118";
  99. }
  100. .wb-menu:before {
  101. content: "\f119";
  102. }
  103. .wb-layout:before {
  104. content: "\f11a";
  105. }
  106. .wb-fullscreen:before {
  107. content: "\f11b";
  108. }
  109. .wb-fullscreen-exit:before {
  110. content: "\f11c";
  111. }
  112. .wb-expand:before {
  113. content: "\f11d";
  114. }
  115. .wb-contract:before {
  116. content: "\f11e";
  117. }
  118. .wb-arrow-expand:before {
  119. content: "\f11f";
  120. }
  121. .wb-arrow-shrink:before {
  122. content: "\f120";
  123. }
  124. .wb-desktop:before {
  125. content: "\f121";
  126. }
  127. .wb-mobile:before {
  128. content: "\f122";
  129. }
  130. .wb-signal:before {
  131. content: "\f123";
  132. }
  133. .wb-power:before {
  134. content: "\f124";
  135. }
  136. .wb-more-horizontal:before {
  137. content: "\f125";
  138. }
  139. .wb-more-vertical:before {
  140. content: "\f126";
  141. }
  142. .wb-globe:before {
  143. content: "\f127";
  144. }
  145. .wb-map:before {
  146. content: "\f128";
  147. }
  148. .wb-flag:before {
  149. content: "\f129";
  150. }
  151. .wb-pie-chart:before {
  152. content: "\f12a";
  153. }
  154. .wb-stats-bars:before {
  155. content: "\f12b";
  156. }
  157. .wb-pluse:before {
  158. content: "\f12c";
  159. }
  160. .wb-home:before {
  161. content: "\f12d";
  162. }
  163. .wb-shopping-cart:before {
  164. content: "\f12e";
  165. }
  166. .wb-payment:before {
  167. content: "\f12f";
  168. }
  169. .wb-briefcase:before {
  170. content: "\f130";
  171. }
  172. .wb-search:before {
  173. content: "\f131";
  174. }
  175. .wb-zoom-in:before {
  176. content: "\f132";
  177. }
  178. .wb-zoom-out:before {
  179. content: "\f133";
  180. }
  181. .wb-download:before {
  182. content: "\f134";
  183. }
  184. .wb-upload:before {
  185. content: "\f135";
  186. }
  187. .wb-sort-asc:before {
  188. content: "\f136";
  189. }
  190. .wb-sort-des:before {
  191. content: "\f137";
  192. }
  193. .wb-graph-up:before {
  194. content: "\f138";
  195. }
  196. .wb-graph-down:before {
  197. content: "\f139";
  198. }
  199. .wb-replay:before {
  200. content: "\f13a";
  201. }
  202. .wb-edit:before {
  203. content: "\f13b";
  204. }
  205. .wb-pencil:before {
  206. content: "\f13c";
  207. }
  208. .wb-rubber:before {
  209. content: "\f13d";
  210. }
  211. .wb-crop:before {
  212. content: "\f13e";
  213. }
  214. .wb-eye:before {
  215. content: "\f13f";
  216. }
  217. .wb-eye-close:before {
  218. content: "\f140";
  219. }
  220. .wb-image:before {
  221. content: "\f141";
  222. }
  223. .wb-gallery:before {
  224. content: "\f142";
  225. }
  226. .wb-video:before {
  227. content: "\f143";
  228. }
  229. .wb-camera:before {
  230. content: "\f144";
  231. }
  232. .wb-folder:before {
  233. content: "\f145";
  234. }
  235. .wb-clipboard:before {
  236. content: "\f146";
  237. }
  238. .wb-order:before {
  239. content: "\f147";
  240. }
  241. .wb-file:before {
  242. content: "\f148";
  243. }
  244. .wb-copy:before {
  245. content: "\f149";
  246. }
  247. .wb-add-file:before {
  248. content: "\f14a";
  249. }
  250. .wb-print:before {
  251. content: "\f14b";
  252. }
  253. .wb-calendar:before {
  254. content: "\f14c";
  255. }
  256. .wb-time:before {
  257. content: "\f14d";
  258. }
  259. .wb-trash:before {
  260. content: "\f14e";
  261. }
  262. .wb-plugin:before {
  263. content: "\f14f";
  264. }
  265. .wb-extension:before {
  266. content: "\f150";
  267. }
  268. .wb-memory:before {
  269. content: "\f151";
  270. }
  271. .wb-settings:before {
  272. content: "\f152";
  273. }
  274. .wb-scissor:before {
  275. content: "\f153";
  276. }
  277. .wb-wrench:before {
  278. content: "\f154";
  279. }
  280. .wb-hammer:before {
  281. content: "\f155";
  282. }
  283. .wb-lock:before {
  284. content: "\f156";
  285. }
  286. .wb-unlock:before {
  287. content: "\f157";
  288. }
  289. .wb-volume-low:before {
  290. content: "\f158";
  291. }
  292. .wb-volume-high:before {
  293. content: "\f159";
  294. }
  295. .wb-volume-off:before {
  296. content: "\f15a";
  297. }
  298. .wb-pause:before {
  299. content: "\f15b";
  300. }
  301. .wb-play:before {
  302. content: "\f15c";
  303. }
  304. .wb-stop:before {
  305. content: "\f15d";
  306. }
  307. .wb-musical:before {
  308. content: "\f15e";
  309. }
  310. .wb-random:before {
  311. content: "\f15f";
  312. }
  313. .wb-reload:before {
  314. content: "\f160";
  315. }
  316. .wb-loop:before {
  317. content: "\f161";
  318. }
  319. .wb-text:before {
  320. content: "\f162";
  321. }
  322. .wb-bold:before {
  323. content: "\f163";
  324. }
  325. .wb-italic:before {
  326. content: "\f164";
  327. }
  328. .wb-underline:before {
  329. content: "\f165";
  330. }
  331. .wb-format-clear:before {
  332. content: "\f166";
  333. }
  334. .wb-text-type:before {
  335. content: "\f167";
  336. }
  337. .wb-table:before {
  338. content: "\f168";
  339. }
  340. .wb-attach-file:before {
  341. content: "\f169";
  342. }
  343. .wb-paperclip:before {
  344. content: "\f16a";
  345. }
  346. .wb-link-intact:before {
  347. content: "\f16b";
  348. }
  349. .wb-link:before {
  350. content: "\f16c";
  351. }
  352. .wb-link-broken:before {
  353. content: "\f16d";
  354. }
  355. .wb-indent-increase:before {
  356. content: "\f16e";
  357. }
  358. .wb-indent-decrease:before {
  359. content: "\f16f";
  360. }
  361. .wb-align-justify:before {
  362. content: "\f170";
  363. }
  364. .wb-align-left:before {
  365. content: "\f171";
  366. }
  367. .wb-align-center:before {
  368. content: "\f172";
  369. }
  370. .wb-align-right:before {
  371. content: "\f173";
  372. }
  373. .wb-list-numbered:before {
  374. content: "\f174";
  375. }
  376. .wb-list-bulleted:before {
  377. content: "\f175";
  378. }
  379. .wb-list:before {
  380. content: "\f176";
  381. }
  382. .wb-emoticon:before {
  383. content: "\f177";
  384. }
  385. .wb-quote-right:before {
  386. content: "\f178";
  387. }
  388. .wb-code:before {
  389. content: "\f179";
  390. }
  391. .wb-code-working:before {
  392. content: "\f17a";
  393. }
  394. .wb-code-unfold:before {
  395. content: "\f17b";
  396. }
  397. .wb-chevron-right:before {
  398. content: "\f17c";
  399. }
  400. .wb-chevron-left:before {
  401. content: "\f17d";
  402. }
  403. .wb-chevron-left-mini:before {
  404. content: "\f17e";
  405. }
  406. .wb-chevron-right-mini:before {
  407. content: "\f17f";
  408. }
  409. .wb-chevron-up:before {
  410. content: "\f180";
  411. }
  412. .wb-chevron-down:before {
  413. content: "\f181";
  414. }
  415. .wb-chevron-up-mini:before {
  416. content: "\f182";
  417. }
  418. .wb-chevron-down-mini:before {
  419. content: "\f183";
  420. }
  421. .wb-arrow-left:before {
  422. content: "\f184";
  423. }
  424. .wb-arrow-right:before {
  425. content: "\f185";
  426. }
  427. .wb-arrow-up:before {
  428. content: "\f186";
  429. }
  430. .wb-arrow-down:before {
  431. content: "\f187";
  432. }
  433. .wb-dropdown:before {
  434. content: "\f188";
  435. }
  436. .wb-dropup:before {
  437. content: "\f189";
  438. }
  439. .wb-dropright:before {
  440. content: "\f18a";
  441. }
  442. .wb-dropleft:before {
  443. content: "\f18b";
  444. }
  445. .wb-sort-vertical:before {
  446. content: "\f18c";
  447. }
  448. .wb-triangle-left:before {
  449. content: "\f18d";
  450. }
  451. .wb-triangle-right:before {
  452. content: "\f18e";
  453. }
  454. .wb-triangle-down:before {
  455. content: "\f18f";
  456. }
  457. .wb-triangle-up:before {
  458. content: "\f190";
  459. }
  460. .wb-check-circle:before {
  461. content: "\f191";
  462. }
  463. .wb-check:before {
  464. content: "\f192";
  465. }
  466. .wb-check-mini:before {
  467. content: "\f193";
  468. }
  469. .wb-close:before {
  470. content: "\f194";
  471. }
  472. .wb-close-mini:before {
  473. content: "\f195";
  474. }
  475. .wb-plus-circle:before {
  476. content: "\f196";
  477. }
  478. .wb-plus:before {
  479. content: "\f197";
  480. }
  481. .wb-minus-circle:before {
  482. content: "\f198";
  483. }
  484. .wb-minus:before {
  485. content: "\f199";
  486. }
  487. .wb-alert-circle:before {
  488. content: "\f19a";
  489. }
  490. .wb-alert:before {
  491. content: "\f19b";
  492. }
  493. .wb-help-circle:before {
  494. content: "\f19c";
  495. }
  496. .wb-help:before {
  497. content: "\f19d";
  498. }
  499. .wb-info-circle:before {
  500. content: "\f19e";
  501. }
  502. .wb-info:before {
  503. content: "\f19f";
  504. }
  505. .wb-warning:before {
  506. content: "\f1a0";
  507. }
  508. .wb-heart:before {
  509. content: "\f1a1";
  510. }
  511. .wb-heart-outline:before {
  512. content: "\f1a2";
  513. }
  514. .wb-star:before {
  515. content: "\f1a3";
  516. }
  517. .wb-star-half:before {
  518. content: "\f1a4";
  519. }
  520. .wb-star-outline:before {
  521. content: "\f1a5";
  522. }
  523. .wb-thumb-up:before {
  524. content: "\f1a6";
  525. }
  526. .wb-thumb-down:before {
  527. content: "\f1a7";
  528. }
  529. .wb-small-point:before {
  530. content: "\f1a8";
  531. }
  532. .wb-medium-point:before {
  533. content: "\f1a9";
  534. }
  535. .wb-large-point:before {
  536. content: "\f1aa";
  537. }