Website for the AME project.
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.

954 lines
12 KiB

4 years ago
  1. /* Bootstrap */
  2. @font-face
  3. font-family 'Icons'
  4. src url('../fonts/open-iconic.eot')
  5. src url('../fonts/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.svg#iconic-sm') format('svg')
  6. font-weight normal
  7. font-style normal
  8. // Catchall baseclass
  9. .oi
  10. position relative
  11. top 1px
  12. display inline-block
  13. font-family 'Icons'
  14. font-style normal
  15. font-weight normal
  16. line-height 1
  17. -webkit-font-smoothing antialiased
  18. -moz-osx-font-smoothing grayscale
  19. &:empty:before
  20. width 1em
  21. text-align center
  22. box-sizing content-box
  23. &.oi-align-center:before
  24. text-align center
  25. &.oi-align-left:before
  26. text-align left
  27. &.oi-align-right:before
  28. text-align right
  29. &.oi-flip-horizontal:before
  30. -webkit-transform scale(-1, 1)
  31. -ms-transform scale(-1, 1)
  32. transform scale(-1, 1)
  33. &.oi-flip-vertical:before
  34. -webkit-transform scale(1, -1)
  35. -ms-transform scale(-1, 1)
  36. transform scale(1, -1)
  37. &.oi-flip-horizontal-vertical:before
  38. -webkit-transform scale(-1, -1)
  39. -ms-transform scale(-1, 1)
  40. transform scale(-1, -1)
  41. .oi-account-login:before {
  42. content'\e000'
  43. }
  44. .oi-account-logout:before {
  45. content'\e001'
  46. }
  47. .oi-action-redo:before {
  48. content'\e002'
  49. }
  50. .oi-action-undo:before {
  51. content'\e003'
  52. }
  53. .oi-align-center:before {
  54. content'\e004'
  55. }
  56. .oi-align-left:before {
  57. content'\e005'
  58. }
  59. .oi-align-right:before {
  60. content'\e006'
  61. }
  62. .oi-aperture:before {
  63. content'\e007'
  64. }
  65. .oi-arrow-bottom:before {
  66. content'\e008'
  67. }
  68. .oi-arrow-circle-bottom:before {
  69. content'\e009'
  70. }
  71. .oi-arrow-circle-left:before {
  72. content'\e00a'
  73. }
  74. .oi-arrow-circle-right:before {
  75. content'\e00b'
  76. }
  77. .oi-arrow-circle-top:before {
  78. content'\e00c'
  79. }
  80. .oi-arrow-left:before {
  81. content'\e00d'
  82. }
  83. .oi-arrow-right:before {
  84. content'\e00e'
  85. }
  86. .oi-arrow-thick-bottom:before {
  87. content'\e00f'
  88. }
  89. .oi-arrow-thick-left:before {
  90. content'\e010'
  91. }
  92. .oi-arrow-thick-right:before {
  93. content'\e011'
  94. }
  95. .oi-arrow-thick-top:before {
  96. content'\e012'
  97. }
  98. .oi-arrow-top:before {
  99. content'\e013'
  100. }
  101. .oi-audio-spectrum:before {
  102. content'\e014'
  103. }
  104. .oi-audio:before {
  105. content'\e015'
  106. }
  107. .oi-badge:before {
  108. content'\e016'
  109. }
  110. .oi-ban:before {
  111. content'\e017'
  112. }
  113. .oi-bar-chart:before {
  114. content'\e018'
  115. }
  116. .oi-basket:before {
  117. content'\e019'
  118. }
  119. .oi-battery-empty:before {
  120. content'\e01a'
  121. }
  122. .oi-battery-full:before {
  123. content'\e01b'
  124. }
  125. .oi-beaker:before {
  126. content'\e01c'
  127. }
  128. .oi-bell:before {
  129. content'\e01d'
  130. }
  131. .oi-bluetooth:before {
  132. content'\e01e'
  133. }
  134. .oi-bold:before {
  135. content'\e01f'
  136. }
  137. .oi-bolt:before {
  138. content'\e020'
  139. }
  140. .oi-book:before {
  141. content'\e021'
  142. }
  143. .oi-bookmark:before {
  144. content'\e022'
  145. }
  146. .oi-box:before {
  147. content'\e023'
  148. }
  149. .oi-briefcase:before {
  150. content'\e024'
  151. }
  152. .oi-british-pound:before {
  153. content'\e025'
  154. }
  155. .oi-browser:before {
  156. content'\e026'
  157. }
  158. .oi-brush:before {
  159. content'\e027'
  160. }
  161. .oi-bug:before {
  162. content'\e028'
  163. }
  164. .oi-bullhorn:before {
  165. content'\e029'
  166. }
  167. .oi-calculator:before {
  168. content'\e02a'
  169. }
  170. .oi-calendar:before {
  171. content'\e02b'
  172. }
  173. .oi-camera-slr:before {
  174. content'\e02c'
  175. }
  176. .oi-caret-bottom:before {
  177. content'\e02d'
  178. }
  179. .oi-caret-left:before {
  180. content'\e02e'
  181. }
  182. .oi-caret-right:before {
  183. content'\e02f'
  184. }
  185. .oi-caret-top:before {
  186. content'\e030'
  187. }
  188. .oi-cart:before {
  189. content'\e031'
  190. }
  191. .oi-chat:before {
  192. content'\e032'
  193. }
  194. .oi-check:before {
  195. content'\e033'
  196. }
  197. .oi-chevron-bottom:before {
  198. content'\e034'
  199. }
  200. .oi-chevron-left:before {
  201. content'\e035'
  202. }
  203. .oi-chevron-right:before {
  204. content'\e036'
  205. }
  206. .oi-chevron-top:before {
  207. content'\e037'
  208. }
  209. .oi-circle-check:before {
  210. content'\e038'
  211. }
  212. .oi-circle-x:before {
  213. content'\e039'
  214. }
  215. .oi-clipboard:before {
  216. content'\e03a'
  217. }
  218. .oi-clock:before {
  219. content'\e03b'
  220. }
  221. .oi-cloud-download:before {
  222. content'\e03c'
  223. }
  224. .oi-cloud-upload:before {
  225. content'\e03d'
  226. }
  227. .oi-cloud:before {
  228. content'\e03e'
  229. }
  230. .oi-cloudy:before {
  231. content'\e03f'
  232. }
  233. .oi-code:before {
  234. content'\e040'
  235. }
  236. .oi-cog:before {
  237. content'\e041'
  238. }
  239. .oi-collapse-down:before {
  240. content'\e042'
  241. }
  242. .oi-collapse-left:before {
  243. content'\e043'
  244. }
  245. .oi-collapse-right:before {
  246. content'\e044'
  247. }
  248. .oi-collapse-up:before {
  249. content'\e045'
  250. }
  251. .oi-command:before {
  252. content'\e046'
  253. }
  254. .oi-comment-square:before {
  255. content'\e047'
  256. }
  257. .oi-compass:before {
  258. content'\e048'
  259. }
  260. .oi-contrast:before {
  261. content'\e049'
  262. }
  263. .oi-copywriting:before {
  264. content'\e04a'
  265. }
  266. .oi-credit-card:before {
  267. content'\e04b'
  268. }
  269. .oi-crop:before {
  270. content'\e04c'
  271. }
  272. .oi-dashboard:before {
  273. content'\e04d'
  274. }
  275. .oi-data-transfer-download:before {
  276. content'\e04e'
  277. }
  278. .oi-data-transfer-upload:before {
  279. content'\e04f'
  280. }
  281. .oi-delete:before {
  282. content'\e050'
  283. }
  284. .oi-dial:before {
  285. content'\e051'
  286. }
  287. .oi-document:before {
  288. content'\e052'
  289. }
  290. .oi-dollar:before {
  291. content'\e053'
  292. }
  293. .oi-double-quote-sans-left:before {
  294. content'\e054'
  295. }
  296. .oi-double-quote-sans-right:before {
  297. content'\e055'
  298. }
  299. .oi-double-quote-serif-left:before {
  300. content'\e056'
  301. }
  302. .oi-double-quote-serif-right:before {
  303. content'\e057'
  304. }
  305. .oi-droplet:before {
  306. content'\e058'
  307. }
  308. .oi-eject:before {
  309. content'\e059'
  310. }
  311. .oi-elevator:before {
  312. content'\e05a'
  313. }
  314. .oi-ellipses:before {
  315. content'\e05b'
  316. }
  317. .oi-envelope-closed:before {
  318. content'\e05c'
  319. }
  320. .oi-envelope-open:before {
  321. content'\e05d'
  322. }
  323. .oi-euro:before {
  324. content'\e05e'
  325. }
  326. .oi-excerpt:before {
  327. content'\e05f'
  328. }
  329. .oi-expand-down:before {
  330. content'\e060'
  331. }
  332. .oi-expand-left:before {
  333. content'\e061'
  334. }
  335. .oi-expand-right:before {
  336. content'\e062'
  337. }
  338. .oi-expand-up:before {
  339. content'\e063'
  340. }
  341. .oi-external-link:before {
  342. content'\e064'
  343. }
  344. .oi-eye:before {
  345. content'\e065'
  346. }
  347. .oi-eyedropper:before {
  348. content'\e066'
  349. }
  350. .oi-file:before {
  351. content'\e067'
  352. }
  353. .oi-fire:before {
  354. content'\e068'
  355. }
  356. .oi-flag:before {
  357. content'\e069'
  358. }
  359. .oi-flash:before {
  360. content'\e06a'
  361. }
  362. .oi-folder:before {
  363. content'\e06b'
  364. }
  365. .oi-fork:before {
  366. content'\e06c'
  367. }
  368. .oi-fullscreen-enter:before {
  369. content'\e06d'
  370. }
  371. .oi-fullscreen-exit:before {
  372. content'\e06e'
  373. }
  374. .oi-globe:before {
  375. content'\e06f'
  376. }
  377. .oi-graph:before {
  378. content'\e070'
  379. }
  380. .oi-grid-four-up:before {
  381. content'\e071'
  382. }
  383. .oi-grid-three-up:before {
  384. content'\e072'
  385. }
  386. .oi-grid-two-up:before {
  387. content'\e073'
  388. }
  389. .oi-hard-drive:before {
  390. content'\e074'
  391. }
  392. .oi-header:before {
  393. content'\e075'
  394. }
  395. .oi-headphones:before {
  396. content'\e076'
  397. }
  398. .oi-heart:before {
  399. content'\e077'
  400. }
  401. .oi-home:before {
  402. content'\e078'
  403. }
  404. .oi-image:before {
  405. content'\e079'
  406. }
  407. .oi-inbox:before {
  408. content'\e07a'
  409. }
  410. .oi-infinity:before {
  411. content'\e07b'
  412. }
  413. .oi-info:before {
  414. content'\e07c'
  415. }
  416. .oi-italic:before {
  417. content'\e07d'
  418. }
  419. .oi-justify-center:before {
  420. content'\e07e'
  421. }
  422. .oi-justify-left:before {
  423. content'\e07f'
  424. }
  425. .oi-justify-right:before {
  426. content'\e080'
  427. }
  428. .oi-key:before {
  429. content'\e081'
  430. }
  431. .oi-laptop:before {
  432. content'\e082'
  433. }
  434. .oi-layers:before {
  435. content'\e083'
  436. }
  437. .oi-lightbulb:before {
  438. content'\e084'
  439. }
  440. .oi-link-broken:before {
  441. content'\e085'
  442. }
  443. .oi-link-intact:before {
  444. content'\e086'
  445. }
  446. .oi-list-rich:before {
  447. content'\e087'
  448. }
  449. .oi-list:before {
  450. content'\e088'
  451. }
  452. .oi-location:before {
  453. content'\e089'
  454. }
  455. .oi-lock-locked:before {
  456. content'\e08a'
  457. }
  458. .oi-lock-unlocked:before {
  459. content'\e08b'
  460. }
  461. .oi-loop-circular:before {
  462. content'\e08c'
  463. }
  464. .oi-loop-square:before {
  465. content'\e08d'
  466. }
  467. .oi-loop:before {
  468. content'\e08e'
  469. }
  470. .oi-magnifying-glass:before {
  471. content'\e08f'
  472. }
  473. .oi-map-marker:before {
  474. content'\e090'
  475. }
  476. .oi-map:before {
  477. content'\e091'
  478. }
  479. .oi-media-pause:before {
  480. content'\e092'
  481. }
  482. .oi-media-play:before {
  483. content'\e093'
  484. }
  485. .oi-media-record:before {
  486. content'\e094'
  487. }
  488. .oi-media-skip-backward:before {
  489. content'\e095'
  490. }
  491. .oi-media-skip-forward:before {
  492. content'\e096'
  493. }
  494. .oi-media-step-backward:before {
  495. content'\e097'
  496. }
  497. .oi-media-step-forward:before {
  498. content'\e098'
  499. }
  500. .oi-media-stop:before {
  501. content'\e099'
  502. }
  503. .oi-medical-cross:before {
  504. content'\e09a'
  505. }
  506. .oi-menu:before {
  507. content'\e09b'
  508. }
  509. .oi-microphone:before {
  510. content'\e09c'
  511. }
  512. .oi-minus:before {
  513. content'\e09d'
  514. }
  515. .oi-monitor:before {
  516. content'\e09e'
  517. }
  518. .oi-moon:before {
  519. content'\e09f'
  520. }
  521. .oi-move:before {
  522. content'\e0a0'
  523. }
  524. .oi-musical-note:before {
  525. content'\e0a1'
  526. }
  527. .oi-paperclip:before {
  528. content'\e0a2'
  529. }
  530. .oi-pencil:before {
  531. content'\e0a3'
  532. }
  533. .oi-people:before {
  534. content'\e0a4'
  535. }
  536. .oi-person:before {
  537. content'\e0a5'
  538. }
  539. .oi-phone:before {
  540. content'\e0a6'
  541. }
  542. .oi-pie-chart:before {
  543. content'\e0a7'
  544. }
  545. .oi-pin:before {
  546. content'\e0a8'
  547. }
  548. .oi-play-circle:before {
  549. content'\e0a9'
  550. }
  551. .oi-plus:before {
  552. content'\e0aa'
  553. }
  554. .oi-power-standby:before {
  555. content'\e0ab'
  556. }
  557. .oi-print:before {
  558. content'\e0ac'
  559. }
  560. .oi-project:before {
  561. content'\e0ad'
  562. }
  563. .oi-pulse:before {
  564. content'\e0ae'
  565. }
  566. .oi-puzzle-piece:before {
  567. content'\e0af'
  568. }
  569. .oi-question-mark:before {
  570. content'\e0b0'
  571. }
  572. .oi-rain:before {
  573. content'\e0b1'
  574. }
  575. .oi-random:before {
  576. content'\e0b2'
  577. }
  578. .oi-reload:before {
  579. content'\e0b3'
  580. }
  581. .oi-resize-both:before {
  582. content'\e0b4'
  583. }
  584. .oi-resize-height:before {
  585. content'\e0b5'
  586. }
  587. .oi-resize-width:before {
  588. content'\e0b6'
  589. }
  590. .oi-rss-alt:before {
  591. content'\e0b7'
  592. }
  593. .oi-rss:before {
  594. content'\e0b8'
  595. }
  596. .oi-script:before {
  597. content'\e0b9'
  598. }
  599. .oi-share-boxed:before {
  600. content'\e0ba'
  601. }
  602. .oi-share:before {
  603. content'\e0bb'
  604. }
  605. .oi-shield:before {
  606. content'\e0bc'
  607. }
  608. .oi-signal:before {
  609. content'\e0bd'
  610. }
  611. .oi-signpost:before {
  612. content'\e0be'
  613. }
  614. .oi-sort-ascending:before {
  615. content'\e0bf'
  616. }
  617. .oi-sort-descending:before {
  618. content'\e0c0'
  619. }
  620. .oi-spreadsheet:before {
  621. content'\e0c1'
  622. }
  623. .oi-star:before {
  624. content'\e0c2'
  625. }
  626. .oi-sun:before {
  627. content'\e0c3'
  628. }
  629. .oi-tablet:before {
  630. content'\e0c4'
  631. }
  632. .oi-tag:before {
  633. content'\e0c5'
  634. }
  635. .oi-tags:before {
  636. content'\e0c6'
  637. }
  638. .oi-target:before {
  639. content'\e0c7'
  640. }
  641. .oi-task:before {
  642. content'\e0c8'
  643. }
  644. .oi-terminal:before {
  645. content'\e0c9'
  646. }
  647. .oi-text:before {
  648. content'\e0ca'
  649. }
  650. .oi-thumb-down:before {
  651. content'\e0cb'
  652. }
  653. .oi-thumb-up:before {
  654. content'\e0cc'
  655. }
  656. .oi-timer:before {
  657. content'\e0cd'
  658. }
  659. .oi-transfer:before {
  660. content'\e0ce'
  661. }
  662. .oi-trash:before {
  663. content'\e0cf'
  664. }
  665. .oi-underline:before {
  666. content'\e0d0'
  667. }
  668. .oi-vertical-align-bottom:before {
  669. content'\e0d1'
  670. }
  671. .oi-vertical-align-center:before {
  672. content'\e0d2'
  673. }
  674. .oi-vertical-align-top:before {
  675. content'\e0d3'
  676. }
  677. .oi-video:before {
  678. content'\e0d4'
  679. }
  680. .oi-volume-high:before {
  681. content'\e0d5'
  682. }
  683. .oi-volume-low:before {
  684. content'\e0d6'
  685. }
  686. .oi-volume-off:before {
  687. content'\e0d7'
  688. }
  689. .oi-warning:before {
  690. content'\e0d8'
  691. }
  692. .oi-wifi:before {
  693. content'\e0d9'
  694. }
  695. .oi-wrench:before {
  696. content'\e0da'
  697. }
  698. .oi-x:before {
  699. content'\e0db'
  700. }
  701. .oi-yen:before {
  702. content'\e0dc'
  703. }
  704. .oi-zoom-in:before {
  705. content'\e0dd'
  706. }
  707. .oi-zoom-out:before {
  708. content'\e0de'
  709. }