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.

iconic.css 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. /*
  2. * Iconic CSS by Jansy
  3. * http://jasny.github.io/bootstrap
  4. *
  5. */
  6. @font-face {
  7. font-family: IconicStroke;
  8. font-weight: normal;
  9. src: url(../font/iconic_stroke.eot);
  10. src: local('IconicStroke'), url(../font/iconic_stroke.eot?#iefix) format('embedded-opentype'), url(../font/iconic_stroke.woff) format('woff'), url(../font/iconic_stroke.ttf) format('truetype'), url(../font/iconic_stroke.svg#iconic) format('svg'), url(../font/iconic_stroke.otf) format('opentype');
  11. }
  12. @font-face {
  13. font-family: IconicFill;
  14. font-weight: normal;
  15. src: url(../font/iconic_fill.eot);
  16. src: local('IconicFill'), url(../font/iconic_fill.eot?#iefix) format('embedded-opentype'), url(../font/iconic_fill.woff) format('woff'), url(../font/iconic_fill.ttf) format('truetype'), url(../font/iconic_fill.svg#iconic) format('svg'), url(../font/iconic_fill.otf) format('opentype');
  17. }
  18. @media screen, print {
  19. [class*="iconic-"] {
  20. font-style: inherit;
  21. font-weight: normal;
  22. vertical-align: bottom;
  23. }
  24. [class*="iconic-"]:before {
  25. display: inline-block;
  26. width: 1em;
  27. font-family: IconicFill;
  28. font-size: 0.9em;
  29. text-align: center;
  30. vertical-align: middle;
  31. content: "";
  32. }
  33. .iconic-stroke:before {
  34. font-family: IconicStroke;
  35. }
  36. .iconic-hash:before {
  37. content: '\23';
  38. }
  39. .iconic-question-mark:before {
  40. content: '\3f';
  41. }
  42. .iconic-at:before {
  43. content: '\40';
  44. }
  45. .iconic-pilcrow:before {
  46. content: '\b6';
  47. }
  48. .iconic-info:before {
  49. content: '\2139';
  50. }
  51. .iconic-arrow-left:before {
  52. content: '\2190';
  53. }
  54. .iconic-arrow-up:before {
  55. content: '\2191';
  56. }
  57. .iconic-arrow-right:before {
  58. content: '\2192';
  59. }
  60. .iconic-arrow-down:before {
  61. content: '\2193';
  62. }
  63. .iconic-home:before {
  64. content: '\2302';
  65. }
  66. .iconic-sun:before {
  67. content: '\2600';
  68. }
  69. .iconic-cloud:before {
  70. content: '\2601';
  71. }
  72. .iconic-umbrella:before {
  73. content: '\2602';
  74. }
  75. .iconic-star:before {
  76. content: '\2605';
  77. }
  78. .iconic-moon:before {
  79. content: '\263e';
  80. }
  81. .iconic-heart:before {
  82. content: '\2764';
  83. }
  84. .iconic-cog:before {
  85. content: '\2699';
  86. }
  87. .iconic-bolt:before {
  88. content: '\26a1';
  89. }
  90. .iconic-key:before {
  91. content: '\26bf';
  92. }
  93. .iconic-rain:before {
  94. content: '\26c6';
  95. }
  96. .iconic-denied:before {
  97. content: '\26d4';
  98. }
  99. .iconic-mail:before {
  100. content: '\2709';
  101. }
  102. .iconic-pen:before {
  103. content: '\270e';
  104. }
  105. .iconic-x:before {
  106. content: '\2717';
  107. }
  108. .iconic-o-x:before {
  109. content: '\2718';
  110. }
  111. .iconic-check:before {
  112. content: '\2713';
  113. }
  114. .iconic-o-check:before {
  115. content: '\2714';
  116. }
  117. .iconic-left-quote:before {
  118. content: '\275d';
  119. }
  120. .iconic-right-quote:before {
  121. content: '\275e';
  122. }
  123. .iconic-plus:before {
  124. content: '\2795';
  125. }
  126. .iconic-minus:before {
  127. content: '\2796';
  128. }
  129. .iconic-curved-arrow:before {
  130. content: '\2935';
  131. }
  132. .iconic-document-alt:before {
  133. content: '\e000';
  134. }
  135. .iconic-calendar:before {
  136. content: '\e001';
  137. }
  138. .iconic-map-pin-alt:before {
  139. content: '\e002';
  140. }
  141. .iconic-comment-alt1:before {
  142. content: '\e003';
  143. }
  144. .iconic-comment-alt2:before {
  145. content: '\e004';
  146. }
  147. .iconic-pen-alt:before {
  148. content: '\e005';
  149. }
  150. .iconic-pen-alt2:before {
  151. content: '\e006';
  152. }
  153. .iconic-chat-alt:before {
  154. content: '\e007';
  155. }
  156. .iconic-o-plus:before {
  157. content: '\e008';
  158. }
  159. .iconic-o-minus:before {
  160. content: '\e009';
  161. }
  162. .iconic-bars-alt:before {
  163. content: '\e00a';
  164. }
  165. .iconic-book-alt:before {
  166. content: '\e00b';
  167. }
  168. .iconic-aperture-alt:before {
  169. content: '\e00c';
  170. }
  171. .iconic-beaker-alt:before {
  172. content: '\e010';
  173. }
  174. .iconic-left-quote-alt:before {
  175. content: '\e011';
  176. }
  177. .iconic-right-quote-alt:before {
  178. content: '\e012';
  179. }
  180. .iconic-o-arrow-left:before {
  181. content: '\e013';
  182. }
  183. .iconic-o-arrow-up:before {
  184. content: '\e014';
  185. }
  186. .iconic-o-arrow-right:before {
  187. content: '\e015';
  188. }
  189. .iconic-o-arrow-down:before {
  190. content: '\e016';
  191. }
  192. .iconic-o-arrow-left-alt:before {
  193. content: '\e017';
  194. }
  195. .iconic-o-arrow-up-alt:before {
  196. content: '\e018';
  197. }
  198. .iconic-o-arrow-right-alt:before {
  199. content: '\e019';
  200. }
  201. .iconic-o-arrow-down-alt:before {
  202. content: '\e01a';
  203. }
  204. .iconic-brush:before {
  205. content: '\e01b';
  206. }
  207. .iconic-brush-alt:before {
  208. content: '\e01c';
  209. }
  210. .iconic-eyedropper:before {
  211. content: '\e01e';
  212. }
  213. .iconic-layers:before {
  214. content: '\e01f';
  215. }
  216. .iconic-layers-alt:before {
  217. content: '\e020';
  218. }
  219. .iconic-compass:before {
  220. content: '\e021';
  221. }
  222. .iconic-award:before {
  223. content: '\e022';
  224. }
  225. .iconic-beaker:before {
  226. content: '\e023';
  227. }
  228. .iconic-steering-wheel:before {
  229. content: '\e024';
  230. }
  231. .iconic-eye:before {
  232. content: '\e025';
  233. }
  234. .iconic-aperture:before {
  235. content: '\e026';
  236. }
  237. .iconic-image:before {
  238. content: '\e027';
  239. }
  240. .iconic-chart:before {
  241. content: '\e028';
  242. }
  243. .iconic-chart-alt:before {
  244. content: '\e029';
  245. }
  246. .iconic-target:before {
  247. content: '\e02a';
  248. }
  249. .iconic-tag:before {
  250. content: '\e02b';
  251. }
  252. .iconic-rss:before {
  253. content: '\e02c';
  254. }
  255. .iconic-rss-alt:before {
  256. content: '\e02d';
  257. }
  258. .iconic-share:before {
  259. content: '\e02e';
  260. }
  261. .iconic-undo:before {
  262. content: '\e02f';
  263. }
  264. .iconic-reload:before {
  265. content: '\e030';
  266. }
  267. .iconic-reload-alt:before {
  268. content: '\e031';
  269. }
  270. .iconic-loop:before {
  271. content: '\e032';
  272. }
  273. .iconic-loop-alt:before {
  274. content: '\e033';
  275. }
  276. .iconic-back-forth:before {
  277. content: '\e034';
  278. }
  279. .iconic-back-forth-alt:before {
  280. content: '\e035';
  281. }
  282. .iconic-spin:before {
  283. content: '\e036';
  284. }
  285. .iconic-spin-alt:before {
  286. content: '\e037';
  287. }
  288. .iconic-move-horizontal:before {
  289. content: '\e038';
  290. }
  291. .iconic-move-horizontal-alt:before {
  292. content: '\e039';
  293. }
  294. .iconic-o-move-horizontal:before {
  295. content: '\e03a';
  296. }
  297. .iconic-move-vertical:before {
  298. content: '\e03b';
  299. }
  300. .iconic-move-vertical-alt:before {
  301. content: '\e03c';
  302. }
  303. .iconic-o-move-vertical:before {
  304. content: '\e03d';
  305. }
  306. .iconic-move:before {
  307. content: '\e03e';
  308. }
  309. .iconic-move-alt:before {
  310. content: '\e03f';
  311. }
  312. .iconic-o-move:before {
  313. content: '\e040';
  314. }
  315. .iconic-transfer:before {
  316. content: '\e041';
  317. }
  318. .iconic-download:before {
  319. content: '\e042';
  320. }
  321. .iconic-upload:before {
  322. content: '\e043';
  323. }
  324. .iconic-cloud-download:before {
  325. content: '\e044';
  326. }
  327. .iconic-cloud-upload:before {
  328. content: '\e045';
  329. }
  330. .iconic-fork:before {
  331. content: '\e046';
  332. }
  333. .iconic-play:before {
  334. content: '\e047';
  335. }
  336. .iconic-o-play:before {
  337. content: '\e048';
  338. }
  339. .iconic-pause:before {
  340. content: '\e049';
  341. }
  342. .iconic-stop:before {
  343. content: '\e04a';
  344. }
  345. .iconic-eject:before {
  346. content: '\e04b';
  347. }
  348. .iconic-first:before {
  349. content: '\e04c';
  350. }
  351. .iconic-last:before {
  352. content: '\e04d';
  353. }
  354. .iconic-fullscreen:before {
  355. content: '\e04e';
  356. }
  357. .iconic-fullscreen-alt:before {
  358. content: '\e04f';
  359. }
  360. .iconic-fullscreen-exit:before {
  361. content: '\e050';
  362. }
  363. .iconic-fullscreen-exit-alt:before {
  364. content: '\e051';
  365. }
  366. .iconic-equalizer:before {
  367. content: '\e052';
  368. }
  369. .iconic-article:before {
  370. content: '\e053';
  371. }
  372. .iconic-read-more:before {
  373. content: '\e054';
  374. }
  375. .iconic-list:before {
  376. content: '\e055';
  377. }
  378. .iconic-list-nested:before {
  379. content: '\e056';
  380. }
  381. .iconic-cursor:before {
  382. content: '\e057';
  383. }
  384. .iconic-dial:before {
  385. content: '\e058';
  386. }
  387. .iconic-new-window:before {
  388. content: '\e059';
  389. }
  390. .iconic-trash:before {
  391. content: '\e05a';
  392. }
  393. .iconic-battery-half:before {
  394. content: '\e05b';
  395. }
  396. .iconic-battery-empty:before {
  397. content: '\e05c';
  398. }
  399. .iconic-battery-charging:before {
  400. content: '\e05d';
  401. }
  402. .iconic-chat:before {
  403. content: '\e05e';
  404. }
  405. .iconic-mic:before {
  406. content: '\e05f';
  407. }
  408. .iconic-movie:before {
  409. content: '\e060';
  410. }
  411. .iconic-headphones:before {
  412. content: '\e061';
  413. }
  414. .iconic-user:before {
  415. content: '\e062';
  416. }
  417. .iconic-lightbulb:before {
  418. content: '\e063';
  419. }
  420. .iconic-cd:before {
  421. content: '\e064';
  422. }
  423. .iconic-folder:before {
  424. content: '\e065';
  425. }
  426. .iconic-document:before {
  427. content: '\e066';
  428. }
  429. .iconic-pin:before {
  430. content: '\e067';
  431. }
  432. .iconic-map-pin:before {
  433. content: '\e068';
  434. }
  435. .iconic-book:before {
  436. content: '\e069';
  437. }
  438. .iconic-book-alt2:before {
  439. content: '\e06a';
  440. }
  441. .iconic-box:before {
  442. content: '\e06b';
  443. }
  444. .iconic-calendar-alt:before {
  445. content: '\e06c';
  446. }
  447. .iconic-comment:before {
  448. content: '\e06d';
  449. }
  450. .iconic-iphone:before {
  451. content: '\e06e';
  452. }
  453. .iconic-bars:before {
  454. content: '\e06f';
  455. }
  456. .iconic-camera:before {
  457. content: '\e070';
  458. }
  459. .iconic-volume-mute:before {
  460. content: '\e071';
  461. }
  462. .iconic-volume:before {
  463. content: '\e072';
  464. }
  465. .iconic-battery-full:before {
  466. content: '\e073';
  467. }
  468. .iconic-magnifying-glass:before {
  469. content: '\e074';
  470. }
  471. .iconic-lock:before {
  472. content: '\e075';
  473. }
  474. .iconic-unlock:before {
  475. content: '\e076';
  476. }
  477. .iconic-link:before {
  478. content: '\e077';
  479. }
  480. .iconic-wrench:before {
  481. content: '\e078';
  482. }
  483. .iconic-clock:before {
  484. content: '\e079';
  485. }
  486. .iconic-sun-stroke:before {
  487. font-family: IconicStroke;
  488. content: '\2600';
  489. }
  490. .iconic-moon-stroke:before {
  491. font-family: IconicStroke;
  492. content: '\263e';
  493. }
  494. .iconic-star-stroke:before {
  495. font-family: IconicStroke;
  496. content: '\2605';
  497. }
  498. .iconic-heart-stroke:before {
  499. font-family: IconicStroke;
  500. content: '\2764';
  501. }
  502. .iconic-key-stroke:before {
  503. font-family: IconicStroke;
  504. content: '\26bf';
  505. }
  506. .iconic-document-alt-stroke:before {
  507. font-family: IconicStroke;
  508. content: '\e000';
  509. }
  510. .iconic-comment-alt1-stroke:before {
  511. font-family: IconicStroke;
  512. content: '\e003';
  513. }
  514. .iconic-comment-alt2-stroke:before {
  515. font-family: IconicStroke;
  516. content: '\e004';
  517. }
  518. .iconic-pen-alt-stroke:before {
  519. font-family: IconicStroke;
  520. content: '\e005';
  521. }
  522. .iconic-chat-alt-stroke:before {
  523. font-family: IconicStroke;
  524. content: '\e007';
  525. }
  526. .iconic-award-stroke:before {
  527. font-family: IconicStroke;
  528. content: '\e022';
  529. }
  530. .iconic-tag-stroke:before {
  531. font-family: IconicStroke;
  532. content: '\e02b';
  533. }
  534. .iconic-trash-stroke:before {
  535. font-family: IconicStroke;
  536. content: '\e05a';
  537. }
  538. .iconic-folder-stroke:before {
  539. font-family: IconicStroke;
  540. content: '\e065';
  541. }
  542. .iconic-document-stroke:before {
  543. font-family: IconicStroke;
  544. content: '\e066';
  545. }
  546. .iconic-map-pin-stroke:before {
  547. font-family: IconicStroke;
  548. content: '\e068';
  549. }
  550. .iconic-calendar-alt-stroke:before {
  551. font-family: IconicStroke;
  552. content: '\e06c';
  553. }
  554. .iconic-comment-stroke:before {
  555. font-family: IconicStroke;
  556. content: '\e06d';
  557. }
  558. .iconic-lock-stroke:before {
  559. font-family: IconicStroke;
  560. content: '\e075';
  561. }
  562. .iconic-unlock-stroke:before {
  563. font-family: IconicStroke;
  564. content: '\e076';
  565. }
  566. }