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.

960 lines
12 KiB

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