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.

958 lines
12 KiB

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