Advertisement
rafi_chris

tiles_html.tar

Jan 1st, 2021
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 244.82 KB | None | 0 0
  1. default.css0000744017777601777760000006107013642441351013045 0ustar nobodynogroup html { font-size: 15px; }
  2. html, body { margin: 0; padding: 0; min-height: 100%; }
  3. body { height:100%; display: flex; flex-direction: column; }
  4. .referer-warning {
  5. background: black;
  6. box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
  7. padding: 0.5em;
  8. color: white;
  9. text-align: center;
  10. font-family: 'Lato', 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Sans-Serif;
  11. line-height: 1.2;
  12. font-size: 2.2rem;
  13. position: relative;
  14. z-index: 2;
  15. }
  16. .referer-warning h1 { font-size: 3.2rem; margin: 0; }
  17. .referer-warning a { color: #56bcf9; } /* $linkColorOnBlack */
  18.  
  19.  
  20. /* -- import Roboto Font ---------------------------- */
  21. @font-face {
  22. font-family: 'Roboto';
  23. font-style: italic;
  24. font-weight: 100;
  25. src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdKg.ttf) format('truetype');
  26. }
  27. @font-face {
  28. font-family: 'Roboto';
  29. font-style: italic;
  30. font-weight: 300;
  31. src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsE.ttf) format('truetype');
  32. }
  33. @font-face {
  34. font-family: 'Roboto';
  35. font-style: italic;
  36. font-weight: 400;
  37. src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzc.ttf) format('truetype');
  38. }
  39. @font-face {
  40. font-family: 'Roboto';
  41. font-style: italic;
  42. font-weight: 500;
  43. src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsE.ttf) format('truetype');
  44. }
  45. @font-face {
  46. font-family: 'Roboto';
  47. font-style: italic;
  48. font-weight: 700;
  49. src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsE.ttf) format('truetype');
  50. }
  51. @font-face {
  52. font-family: 'Roboto';
  53. font-style: italic;
  54. font-weight: 900;
  55. src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsE.ttf) format('truetype');
  56. }
  57. @font-face {
  58. font-family: 'Roboto';
  59. font-style: normal;
  60. font-weight: 100;
  61. src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzc.ttf) format('truetype');
  62. }
  63. @font-face {
  64. font-family: 'Roboto';
  65. font-style: normal;
  66. font-weight: 300;
  67. src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype');
  68. }
  69. @font-face {
  70. font-family: 'Roboto';
  71. font-style: normal;
  72. font-weight: 400;
  73. src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
  74. }
  75. @font-face {
  76. font-family: 'Roboto';
  77. font-style: normal;
  78. font-weight: 500;
  79. src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
  80. }
  81. @font-face {
  82. font-family: 'Roboto';
  83. font-style: normal;
  84. font-weight: 700;
  85. src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
  86. }
  87. @font-face {
  88. font-family: 'Roboto';
  89. font-style: normal;
  90. font-weight: 900;
  91. src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc9.ttf) format('truetype');
  92. }
  93. /* -- You can use this tables in Bootstrap (v3) projects. -- */
  94. /* -- Box model ------------------------------- */
  95. *,
  96. *:after,
  97. *:before {
  98. -webkit-box-sizing: border-box;
  99. -moz-box-sizing: border-box;
  100. box-sizing: border-box;
  101. }
  102. /* -- Demo style ------------------------------- */
  103. html,
  104. body {
  105. position: relative;
  106. min-height: 100%;
  107. height: 100%;
  108. }
  109. html {
  110. position: relative;
  111. overflow-x: hidden;
  112. margin: 16px;
  113. padding: 0;
  114. min-height: 100%;
  115. font-size: 62.5%;
  116. }
  117. body {
  118. font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
  119. font-style: normal;
  120. font-weight: 300;
  121. font-size: 1.4rem;
  122. line-height: 2rem;
  123. letter-spacing: 0.01rem;
  124. color: #212121;
  125. background-color: #f5f5f5;
  126. -webkit-font-smoothing: antialiased;
  127. -moz-osx-font-smoothing: grayscale;
  128. text-rendering: optimizeLegibility;
  129. }
  130. #demo {
  131. margin: 20px auto;
  132. max-width: 960px;
  133. }
  134. #demo h1 {
  135. font-size: 2.4rem;
  136. line-height: 3.2rem;
  137. letter-spacing: 0;
  138. font-weight: 300;
  139. color: #212121;
  140. text-transform: inherit;
  141. margin-bottom: 1rem;
  142. text-align: center;
  143. }
  144. #demo h2 {
  145. font-size: 1.5rem;
  146. line-height: 2.8rem;
  147. letter-spacing: 0.01rem;
  148. font-weight: 400;
  149. color: #212121;
  150. text-align: center;
  151. }
  152. .shadow-z-1 {
  153. -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  154. -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  155. box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  156. }
  157. /* -- Material Design Table style -------------- */
  158. .table {
  159. width: 100%;
  160. max-width: 100%;
  161. margin-bottom: 2rem;
  162. background-color: #fff;
  163. }
  164. .table > thead > tr,
  165. .table > tbody > tr,
  166. .table > tfoot > tr {
  167. -webkit-transition: all 0.3s ease;
  168. -o-transition: all 0.3s ease;
  169. transition: all 0.3s ease;
  170. }
  171. .table > thead > tr > th,
  172. .table > tbody > tr > th,
  173. .table > tfoot > tr > th,
  174. .table > thead > tr > td,
  175. .table > tbody > tr > td,
  176. .table > tfoot > tr > td {
  177. text-align: left;
  178. padding: 1.6rem;
  179. vertical-align: top;
  180. border-top: 0;
  181. -webkit-transition: all 0.3s ease;
  182. -o-transition: all 0.3s ease;
  183. transition: all 0.3s ease;
  184. }
  185. .table > thead > tr > th {
  186. font-weight: 400;
  187. color: #757575;
  188. vertical-align: bottom;
  189. border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  190. }
  191. .table > caption + thead > tr:first-child > th,
  192. .table > colgroup + thead > tr:first-child > th,
  193. .table > thead:first-child > tr:first-child > th,
  194. .table > caption + thead > tr:first-child > td,
  195. .table > colgroup + thead > tr:first-child > td,
  196. .table > thead:first-child > tr:first-child > td {
  197. border-top: 0;
  198. }
  199. .table > tbody + tbody {
  200. border-top: 1px solid rgba(0, 0, 0, 0.12);
  201. }
  202. .table .table {
  203. background-color: #fff;
  204. }
  205. .table .no-border {
  206. border: 0;
  207. }
  208. .table-condensed > thead > tr > th,
  209. .table-condensed > tbody > tr > th,
  210. .table-condensed > tfoot > tr > th,
  211. .table-condensed > thead > tr > td,
  212. .table-condensed > tbody > tr > td,
  213. .table-condensed > tfoot > tr > td {
  214. padding: 0.8rem;
  215. }
  216. .table-bordered {
  217. border: 0;
  218. }
  219. .table-bordered > thead > tr > th,
  220. .table-bordered > tbody > tr > th,
  221. .table-bordered > tfoot > tr > th,
  222. .table-bordered > thead > tr > td,
  223. .table-bordered > tbody > tr > td,
  224. .table-bordered > tfoot > tr > td {
  225. border: 0;
  226. border-bottom: 1px solid #e0e0e0;
  227. }
  228. .table-bordered > thead > tr > th,
  229. .table-bordered > thead > tr > td {
  230. border-bottom-width: 2px;
  231. }
  232. .table-striped > tbody > tr:nth-child(odd) > td,
  233. .table-striped > tbody > tr:nth-child(odd) > th {
  234. background-color: #f5f5f5;
  235. }
  236. .table-hover > tbody > tr:hover > td,
  237. .table-hover > tbody > tr:hover > th {
  238. background-color: rgba(0, 0, 0, 0.12);
  239. }
  240. @media screen and (max-width: 768px) {
  241. .table-responsive-vertical > .table {
  242. margin-bottom: 0;
  243. background-color: transparent;
  244. }
  245. .table-responsive-vertical > .table > thead,
  246. .table-responsive-vertical > .table > tfoot {
  247. display: none;
  248. }
  249. .table-responsive-vertical > .table > tbody {
  250. display: block;
  251. }
  252. .table-responsive-vertical > .table > tbody > tr {
  253. display: block;
  254. border: 1px solid #e0e0e0;
  255. border-radius: 2px;
  256. margin-bottom: 1.6rem;
  257. }
  258. .table-responsive-vertical > .table > tbody > tr > td {
  259. background-color: #fff;
  260. display: block;
  261. vertical-align: middle;
  262. text-align: right;
  263. }
  264. .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
  265. content: attr(data-title);
  266. float: left;
  267. font-size: inherit;
  268. font-weight: 400;
  269. color: #757575;
  270. }
  271. .table-responsive-vertical.shadow-z-1 {
  272. -webkit-box-shadow: none;
  273. -moz-box-shadow: none;
  274. box-shadow: none;
  275. }
  276. .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
  277. border: none;
  278. -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  279. -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  280. box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  281. }
  282. .table-responsive-vertical > .table-bordered {
  283. border: 0;
  284. }
  285. .table-responsive-vertical > .table-bordered > tbody > tr > td {
  286. border: 0;
  287. border-bottom: 1px solid #e0e0e0;
  288. }
  289. .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
  290. border-bottom: 0;
  291. }
  292. .table-responsive-vertical > .table-striped > tbody > tr > td,
  293. .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
  294. background-color: #fff;
  295. }
  296. .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
  297. background-color: #f5f5f5;
  298. }
  299. .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  300. .table-responsive-vertical > .table-hover > tbody > tr:hover {
  301. background-color: #fff;
  302. }
  303. .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
  304. background-color: rgba(0, 0, 0, 0.12);
  305. }
  306. }
  307. .table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
  308. .table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  309. background-color: #fde0dc;
  310. }
  311. .table-hover.table-mc-red > tbody > tr:hover > td,
  312. .table-hover.table-mc-red > tbody > tr:hover > th {
  313. background-color: #f9bdbb;
  314. }
  315. @media screen and (max-width: 767px) {
  316. .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  317. .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
  318. background-color: #fff;
  319. }
  320. .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
  321. background-color: #fde0dc;
  322. }
  323. .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  324. .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
  325. background-color: #fff;
  326. }
  327. .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
  328. background-color: #f9bdbb;
  329. }
  330. }
  331. .table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
  332. .table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  333. background-color: #fce4ec;
  334. }
  335. .table-hover.table-mc-pink > tbody > tr:hover > td,
  336. .table-hover.table-mc-pink > tbody > tr:hover > th {
  337. background-color: #f8bbd0;
  338. }
  339. @media screen and (max-width: 767px) {
  340. .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  341. .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
  342. background-color: #fff;
  343. }
  344. .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
  345. background-color: #fce4ec;
  346. }
  347. .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  348. .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
  349. background-color: #fff;
  350. }
  351. .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
  352. background-color: #f8bbd0;
  353. }
  354. }
  355. .table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
  356. .table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  357. background-color: #f3e5f5;
  358. }
  359. .table-hover.table-mc-purple > tbody > tr:hover > td,
  360. .table-hover.table-mc-purple > tbody > tr:hover > th {
  361. background-color: #e1bee7;
  362. }
  363. @media screen and (max-width: 767px) {
  364. .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  365. .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
  366. background-color: #fff;
  367. }
  368. .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
  369. background-color: #f3e5f5;
  370. }
  371. .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  372. .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
  373. background-color: #fff;
  374. }
  375. .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
  376. background-color: #e1bee7;
  377. }
  378. }
  379. .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
  380. .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  381. background-color: #ede7f6;
  382. }
  383. .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  384. .table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  385. background-color: #d1c4e9;
  386. }
  387. @media screen and (max-width: 767px) {
  388. .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  389. .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
  390. background-color: #fff;
  391. }
  392. .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
  393. background-color: #ede7f6;
  394. }
  395. .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  396. .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
  397. background-color: #fff;
  398. }
  399. .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
  400. background-color: #d1c4e9;
  401. }
  402. }
  403. .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
  404. .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  405. background-color: #e8eaf6;
  406. }
  407. .table-hover.table-mc-indigo > tbody > tr:hover > td,
  408. .table-hover.table-mc-indigo > tbody > tr:hover > th {
  409. background-color: #c5cae9;
  410. }
  411. @media screen and (max-width: 767px) {
  412. .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  413. .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
  414. background-color: #fff;
  415. }
  416. .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
  417. background-color: #e8eaf6;
  418. }
  419. .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  420. .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
  421. background-color: #fff;
  422. }
  423. .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
  424. background-color: #c5cae9;
  425. }
  426. }
  427. .table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
  428. .table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  429. background-color: #e7e9fd;
  430. }
  431. .table-hover.table-mc-blue > tbody > tr:hover > td,
  432. .table-hover.table-mc-blue > tbody > tr:hover > th {
  433. background-color: #d0d9ff;
  434. }
  435. @media screen and (max-width: 767px) {
  436. .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  437. .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
  438. background-color: #fff;
  439. }
  440. .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
  441. background-color: #e7e9fd;
  442. }
  443. .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  444. .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
  445. background-color: #fff;
  446. }
  447. .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
  448. background-color: #d0d9ff;
  449. }
  450. }
  451. .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
  452. .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  453. background-color: #e1f5fe;
  454. }
  455. .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  456. .table-hover.table-mc-light-blue > tbody > tr:hover > th {
  457. background-color: #b3e5fc;
  458. }
  459. @media screen and (max-width: 767px) {
  460. .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  461. .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
  462. background-color: #fff;
  463. }
  464. .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
  465. background-color: #e1f5fe;
  466. }
  467. .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  468. .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
  469. background-color: #fff;
  470. }
  471. .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
  472. background-color: #b3e5fc;
  473. }
  474. }
  475. .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
  476. .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  477. background-color: #e0f7fa;
  478. }
  479. .table-hover.table-mc-cyan > tbody > tr:hover > td,
  480. .table-hover.table-mc-cyan > tbody > tr:hover > th {
  481. background-color: #b2ebf2;
  482. }
  483. @media screen and (max-width: 767px) {
  484. .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  485. .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
  486. background-color: #fff;
  487. }
  488. .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
  489. background-color: #e0f7fa;
  490. }
  491. .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  492. .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
  493. background-color: #fff;
  494. }
  495. .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
  496. background-color: #b2ebf2;
  497. }
  498. }
  499. .table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
  500. .table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  501. background-color: #e0f2f1;
  502. }
  503. .table-hover.table-mc-teal > tbody > tr:hover > td,
  504. .table-hover.table-mc-teal > tbody > tr:hover > th {
  505. background-color: #b2dfdb;
  506. }
  507. @media screen and (max-width: 767px) {
  508. .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  509. .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
  510. background-color: #fff;
  511. }
  512. .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
  513. background-color: #e0f2f1;
  514. }
  515. .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  516. .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
  517. background-color: #fff;
  518. }
  519. .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
  520. background-color: #b2dfdb;
  521. }
  522. }
  523. .table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
  524. .table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  525. background-color: #d0f8ce;
  526. }
  527. .table-hover.table-mc-green > tbody > tr:hover > td,
  528. .table-hover.table-mc-green > tbody > tr:hover > th {
  529. background-color: #a3e9a4;
  530. }
  531. @media screen and (max-width: 767px) {
  532. .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  533. .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
  534. background-color: #fff;
  535. }
  536. .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
  537. background-color: #d0f8ce;
  538. }
  539. .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  540. .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
  541. background-color: #fff;
  542. }
  543. .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
  544. background-color: #a3e9a4;
  545. }
  546. }
  547. .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
  548. .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  549. background-color: #f1f8e9;
  550. }
  551. .table-hover.table-mc-light-green > tbody > tr:hover > td,
  552. .table-hover.table-mc-light-green > tbody > tr:hover > th {
  553. background-color: #dcedc8;
  554. }
  555. @media screen and (max-width: 767px) {
  556. .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  557. .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
  558. background-color: #fff;
  559. }
  560. .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
  561. background-color: #f1f8e9;
  562. }
  563. .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  564. .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
  565. background-color: #fff;
  566. }
  567. .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
  568. background-color: #dcedc8;
  569. }
  570. }
  571. .table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
  572. .table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  573. background-color: #f9fbe7;
  574. }
  575. .table-hover.table-mc-lime > tbody > tr:hover > td,
  576. .table-hover.table-mc-lime > tbody > tr:hover > th {
  577. background-color: #f0f4c3;
  578. }
  579. @media screen and (max-width: 767px) {
  580. .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  581. .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
  582. background-color: #fff;
  583. }
  584. .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
  585. background-color: #f9fbe7;
  586. }
  587. .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  588. .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
  589. background-color: #fff;
  590. }
  591. .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
  592. background-color: #f0f4c3;
  593. }
  594. }
  595. .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
  596. .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  597. background-color: #fffde7;
  598. }
  599. .table-hover.table-mc-yellow > tbody > tr:hover > td,
  600. .table-hover.table-mc-yellow > tbody > tr:hover > th {
  601. background-color: #fff9c4;
  602. }
  603. @media screen and (max-width: 767px) {
  604. .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  605. .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
  606. background-color: #fff;
  607. }
  608. .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
  609. background-color: #fffde7;
  610. }
  611. .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  612. .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
  613. background-color: #fff;
  614. }
  615. .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
  616. background-color: #fff9c4;
  617. }
  618. }
  619. .table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
  620. .table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  621. background-color: #fff8e1;
  622. }
  623. .table-hover.table-mc-amber > tbody > tr:hover > td,
  624. .table-hover.table-mc-amber > tbody > tr:hover > th {
  625. background-color: #ffecb3;
  626. }
  627. @media screen and (max-width: 767px) {
  628. .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  629. .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
  630. background-color: #fff;
  631. }
  632. .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
  633. background-color: #fff8e1;
  634. }
  635. .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  636. .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
  637. background-color: #fff;
  638. }
  639. .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
  640. background-color: #ffecb3;
  641. }
  642. }
  643. .table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
  644. .table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  645. background-color: #fff3e0;
  646. }
  647. .table-hover.table-mc-orange > tbody > tr:hover > td,
  648. .table-hover.table-mc-orange > tbody > tr:hover > th {
  649. background-color: #ffe0b2;
  650. }
  651. @media screen and (max-width: 767px) {
  652. .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  653. .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
  654. background-color: #fff;
  655. }
  656. .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
  657. background-color: #fff3e0;
  658. }
  659. .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  660. .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
  661. background-color: #fff;
  662. }
  663. .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
  664. background-color: #ffe0b2;
  665. }
  666. }
  667. .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
  668. .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  669. background-color: #fbe9e7;
  670. }
  671. .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  672. .table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  673. background-color: #ffccbc;
  674. }
  675. @media screen and (max-width: 767px) {
  676. .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  677. .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
  678. background-color: #fff;
  679. }
  680. .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
  681. background-color: #fbe9e7;
  682. }
  683. .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  684. .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
  685. background-color: #fff;
  686. }
  687. .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
  688. background-color: #ffccbc;
  689. }
  690. }
  691. favicon/0000755017777601777760000000000013744637342012341 5ustar nobodynogroupfavicon/settings.js0000744017777601777760000001714613744637374014556 0ustar nobodynogroup/**
  692. * Copyright 2013 IBM Corp.
  693. *
  694. * Licensed under the Apache License, Version 2.0 (the "License");
  695. * you may not use this file except in compliance with the License.
  696. * You may obtain a copy of the License at
  697. *
  698. * http://www.apache.org/licenses/LICENSE-2.0
  699. *
  700. * Unless required by applicable law or agreed to in writing, software
  701. * distributed under the License is distributed on an "AS IS" BASIS,
  702. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  703. * See the License for the specific language governing permissions and
  704. * limitations under the License.
  705. **/
  706.  
  707. // The `https` setting requires the `fs` module. Uncomment the following
  708. // to make it available:
  709. //var fs = require("fs");
  710.  
  711. module.exports = {
  712. // the tcp port that the Node-RED web server is listening on
  713. uiPort: '%%port%%',
  714. uiHost: '%%bind%%',
  715.  
  716. // By default, the Node-RED UI accepts connections on all IPv4 interfaces.
  717. // The following property can be used to listen on a specific interface. For
  718. // example, the following would only allow connections from the local machine.
  719. //uiHost: "127.0.0.1",
  720. iobrokerInstance: '%%instance%%',
  721. iobrokerConfig: '%%config%%',
  722. allowCreationOfForeignObjects: '%%allowCreationOfForeignObjects%%',
  723.  
  724. // Retry time in milliseconds for MQTT connections
  725. mqttReconnectTime: 15000,
  726.  
  727. // Retry time in milliseconds for Serial port connections
  728. serialReconnectTime: 15000,
  729.  
  730. // Retry time in milliseconds for TCP socket connections
  731. //socketReconnectTime: 10000,
  732.  
  733. // Timeout in milliseconds for TCP server socket connections
  734. // defaults to no timeout
  735. //socketTimeout: 120000,
  736.  
  737. // Maximum number of lines in debug window before pruning
  738. debugMaxLength: 1000,
  739.  
  740. // The file containing the flows. If not set, it defaults to flows_<hostname>.json
  741. flowFile: 'flows.json',
  742.  
  743. // To enabled pretty-printing of the flow within the flow file, set the following
  744. // property to true:
  745. flowFilePretty: true,
  746.  
  747. // By default, all user data is stored in the Node-RED install directory. To
  748. // use a different location, the following property can be used
  749. userDir: __dirname + '/',
  750.  
  751. // Node-RED scans the `nodes` directory in the install directory to find nodes.
  752. // The following property can be used to specify an additional directory to scan.
  753. nodesDir: '%%nodesdir%%',
  754.  
  755. // By default, the Node-RED UI is available at http://localhost:1880/
  756. // The following property can be used to specify a different root path.
  757. // If set to false, this is disabled.
  758. //httpAdminRoot: '/admin',
  759.  
  760. // You can protect the user interface with a userid and password by using the following property.
  761. // The password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password')
  762. httpAdminAuth: '%%auth%%',
  763.  
  764. // Some nodes, such as HTTP In, can be used to listen for incoming http requests.
  765. // By default, these are served relative to '/'. The following property
  766. // can be used to specifiy a different root path. If set to false, this is
  767. // disabled.
  768. //httpNodeRoot: '/nodes',
  769.  
  770. // To password protect the node-defined HTTP endpoints, the following property
  771. // can be used.
  772. // The password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password')
  773. //httpNodeAuth: {user:"user",pass:"5f4dcc3b5aa765d61d8327deb882cf99"},
  774.  
  775. // When httpAdminRoot is used to move the UI to a different root path, the
  776. // following property can be used to identify a directory of static content
  777. // that should be served at http://localhost:1880/.
  778. //httpStatic: '/home/nol/node-red-dashboard/',
  779.  
  780. // To password protect the static content, the following property can be used.
  781. // The password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password')
  782. //httpStaticAuth: {user:"user",pass:"5f4dcc3b5aa765d61d8327deb882cf99"},
  783.  
  784. // The following property can be used in place of 'httpAdminRoot' and 'httpNodeRoot',
  785. // to apply the same root to both parts.
  786. httpRoot: "'%%httpRoot%%'",
  787.  
  788. // The following property can be used in place of 'httpAdminAuth' and 'httpNodeAuth',
  789. // to apply the same authentication to both parts.
  790. //httpAuth: {user:"user",pass:"5f4dcc3b5aa765d61d8327deb882cf99"},
  791.  
  792. // The following property can be used to disable the editor. The admin API
  793. // is not affected by this option. To disable both the editor and the admin
  794. // API, use either the httpRoot or httpAdminRoot properties
  795. //disableEditor: false,
  796.  
  797. // The following property can be used to enable HTTPS
  798. // See http://nodejs.org/api/https.html#https_https_createserver_options_requestlistener
  799. // for details on its contents.
  800. // See the comment at the top of this file on how to load the `fs` module used by
  801. // this setting.
  802. //
  803. //https: {
  804. // key: fs.readFileSync('privatekey.pem'),
  805. // cert: fs.readFileSync('certificate.pem')
  806. //},
  807.  
  808. // The following property can be used to configure cross-origin resource sharing
  809. // in the HTTP nodes.
  810. // See https://github.com/troygoode/node-cors#configuration-options for
  811. // details on its contents. The following is a basic permissive set of options:
  812. //httpNodeCors: {
  813. // origin: "*",
  814. // methods: "GET,PUT,POST,DELETE"
  815. //},
  816.  
  817. // Anything in this hash is globally available to all functions.
  818. // It is accessed as context.global.
  819. // eg:
  820. // functionGlobalContext: { os:require('os') }
  821. // can be accessed in a function block as:
  822. // context.global.os
  823.  
  824. valueConvert: '%%valueConvert%%',
  825.  
  826. credentialSecret: "'%%credentialSecret%%'",
  827.  
  828. functionGlobalContext: {
  829. //'%%functionGlobalContext%%'
  830. // os:require('os'),
  831. // bonescript:require('bonescript'),
  832. // arduino:require('duino')
  833. },
  834. // Configure the logging output
  835. logging: {
  836. // Only console logging is currently supported
  837. console: {
  838. // Level of logging to be recorded. Options are:
  839. // fatal - only those errors which make the application unusable should be recorded
  840. // error - record errors which are deemed fatal for a particular request + fatal errors
  841. // warn - record problems which are non fatal + errors + fatal errors
  842. // info - record information about the general running of the application + warn + error + fatal errors
  843. // debug - record information which is more verbose than info + info + warn + error + fatal errors
  844. // trace - record very detailed logging + debug + info + warn + error + fatal errors
  845. // off - turn off all logging (doesn't affect metrics or audit)
  846. level: "info",
  847. // Whether or not to include metric events in the log output
  848. metrics: false,
  849. // Whether or not to include audit events in the log output
  850. audit: false
  851. }
  852. },
  853. editorTheme: {
  854. projects: {
  855. enabled: '%%projectsEnabled%%'
  856. }
  857. },
  858. ui: {
  859. middleware: function (req, res, next) {
  860. path = require('path')
  861. if (['/icon64x64.png', '/icon120x120.png', '/icon192x192.png'].includes(req.url)) {
  862. // res.sendFile(path.resolve(path.join('/var/www/html/favicon', req.url)))
  863. // /opt/iobroker/node_modules/iobroker.node-red/settings.js
  864. res.sendFile(path.resolve(path.join('/var/www/html/favicon/node-red-favicon.ico')))
  865. } else {
  866. next()
  867. }
  868. }
  869. }
  870. };
  871. favicon/apple-touch-icon.png0000744017777601777760000000442613575653541016226 0ustar nobodynogroupâPNG
  872. 
  873.  
  874. IHDR¥¥œ„gAMA±è ¸asRGBÆŒÈ'PLTEˇˇˇ!˝˝˝
  875.  vtuóñóπππ745÷’÷ÓÓÓSPQHOôŸçIDATx⁄ÌõøoG«G÷ÆC3z∂Ó(,˛É—H1 )∂∏≥9…≈w&é(Ç܇&C~ ~í)&¡Ñ+B!Ç"'$áD)àl£ÚGE{;øvÊÕÏ‹ŸH)nçÂ˚‹ÛwÊΩô˜c…—∑ˆê1z士Ë1zåé˝EıLÏ)öXœû°gà˚Ï G…BÜ’"fip22π÷p2:πéMvAÆaì›ê√l≤+rêM¢…iØ’jµ⁄yÙ>!q˚9mµ<|µºº¸Ôz“ „ÿ$ä‹Zzı≈SFãÁ¯ì+/ªY õD»—]:˜îR
  876. ús^õ_ølE»MÍ…≠Ôø•îs>0öÕ[IVk6©ì#ÕŒ3*πÂú±;µlRct⁄˘†.·¥ÒQªF6:Ì\ßúQ˜·º˘y6õÑçÓ\wMñÜ7?…Çf솗Ÿ%y¿>õáÃ&!£ª+~r¡nláÃ&£ì˚!2•¿fìÄŸ$`Ù\?H.ÿœ2øŸƒot~≠ÜL)áUøŸƒktÚ≠eOß^≥â◊Ë9∆‹ÕÃI~…|fØ—9¯‡ü≈nn˚Ã&>£Á¡µÁsÓ¬≤w≤X¥Ùpg
  877. ã≠÷∫è|·è">Ù‡»Q8Hw≈aÛ√≥ ÆGrÕ!¿ dtêø∆c6¡çûèw§Æ)≥£–…EÊÛȃë`Uцzß7"ë+7˚=«Ã&ò—ȆBãnÀ
  878.  
  879. ç&ÃÜPπŸ
  880. LÇÈqº¡ï–Öƒ–…iÜ
  881. ùãˇé‹–ºWã.a©œ0°≥B»Né…Õ#ä`Ë™'J°ì7´Ñ§O÷0π•"~4¶á:›«
  882. Ù∆fëUAìäRËÖçÕÓdà‹rèx—àìK°ÛKP¢yÛ "7qq—ÈwÄ˝ò∞öO#rKØÒ°gú†gÕ©@√‰·/å^bò–úJ4Lnˆ»õ8RÆh
  883. ≠—ì[nø:˝0°©Å¶à‹–»mE¥’°+hLn∂@€ª∫"tç…-vv=®–U4"∑<h@,°-¥+∑ªé6ZÆ¢-¥çv‰ñÎà¢+±…⁄F;r‹´Aß•/∑Ñv–Ü‹ ˜G-éˆgf_Ñ¡BkπÀ+-ªÈEó´∏e¸|*—BS  ≥R„˛™‰.5[ƒè.#*L
  884. å>µaÇû]Ïõ?∫3†MÇW˝ËAÔ§‰47‰òMùx«À√ÂÑiÒ°≈fiõÙ≠á∫>l”h0ùá—1›U´h\ü¥äuîË& ¢≈íH◊ ƒfi3ØO ÂÓìaÿfiÿç{Í:TzårM”•œ(¥ÿÿ>¥Ùâ.∑ürM√Â÷3–´A¥∏H*Ù¿it 4‚ù⁄AOx–¬Kt&ÂV1–àw‚[2}3åf:BÓóJ«@Ô®–Ê”L£—ß@£'ßíRn#™x∑,æb @ˇD/òh*Ñ»ç(Öhï¬<7—V±–s&å4C≈@c˘äÂ4—ÔÅÊçÌ‹‹ÑfºEûQ—¿fÔñîC:ª#–˜Å¡®hù…>0„›TÆ“xMá≥˙ô¨â]Iœäü-ˆ˘»V≥)ïy©„Wáí<]kù‚ídüåÅõ∫‡Ÿ[ůÕWŸ◊bÔıÚ2KÛ&Y˛∞≥QAáΩ—∏
  885. M S˝r-äWV$;∑KÁ_úévÙ%¶√”æÚ”'UHÌs}Ø°"òº 5˙q}¿à|â\?6€ìroˆdŸí]-’2"flç ⁄â◊ΩK¿tR*úº8¬‘ÒØ˚îÑ•‹ù≥∆ÕóO'dòÃ:”ìeËêró∆Øà≥q”:∑á9—•£ÄêªzÌrÀÀǡD˜ÛfiV˜T£¿©s#fi,£@7¬˜r–∏=•∆=U ]…˯Ù]Ûˆæòâ|C†flòÒƱʉ°ºafi˘◊†ÁM 2Ô
  886. πEå¶÷Â==XwS≠±ë*∑‡’j©U∫¶ÿUˆ©Î†e⁄(êz≥#Q¬G'M∫∆‘ŒÕe‘u'2óQ»x8⁄NJeç(êíÍ…Ó¨º—J•ùΩÁ¢ÁU∂kÀm¢›@}∂+∑"w%Gw bÉêP=D´i…m†ëbãR±zàÆÚYrõıßf!ÉS≠÷—ë[°±Jã\≈âPYk(^!“µ'§GÚPÌi∆)÷V‰ñh¥à(RÇ0∫“'0ÂVu>¨Ù…v"™ìÜÿUπE·≠ "RcË9†xÂ≥DcuOyfl´´ßïNÅñªD£’Zπ´k—[å¢UÊ≠1c’Z¥Í>oU›Ö‹˚ Ù-¨2é÷òQ¥’;Q=™‚åM–ˆ ¶fi·ÿ‚V√Áru$ƒÓB‡=¥/c7◊å6⁄™‚Ôgµ-Ÿ®∫fwìÙ k∞…dj¢æΩñNıw™ú>ïÙ”π≥ö>π›f¶¨∏ì®~„ßπ›û 4“ò~£∑·®v∑€8ˆ¥ΩΩ›”Ì¿"˝WQ…¨GKØôs;œp9CÑñÂ◊˙é¥fll ;ô€ÎˆÌÔ˛ª# ¿fi˚∆ùêPw˙˙ÓøöYxÓ8E˛î4~Bö›Ÿ¿fíúoªö«£’‘¬˛à˘5 5¢GqVjŸF‹nëƒ"ÀÙ.vGôù.ˆy‰îOÏ—Q>)èõMäù{“”Z›◊˛…'Œé≠ë°ßµÙåY˚pÊ!OoÁ√œò„|Ÿä̇ÙÿˆHìq∆b˚Ôæk8gÏ∑µl¥Q¡£Ê|„O¥Œ°y+…ÎÜ'I˝¿gwÈ|03…πúÃ|Òq´~‰3f‚3m?¸ÏπaıãØíˆ.&>´√µ›ˆ°s∑ü>Áp¸è'W˛IZQ£ªë”µ≈x-Y___ø€mµ#'w…ìËΩ^Ø7ƒÏ¯n'ôflfi¸ıˇqjºéΩª ˝ôë…ıÔúµ˜
  887. º¢Ï¡€∏·1oüDæ‘2<xòWqÜ}]f¸n“=Fè—cÙ˝gñ/G¶êeÁIENDÆB`Çfavicon/._settings.js0000744017777601777760000001000013773555677014760 0ustar nobodynogroupMac OS X  2∞‚ATTRÛ ‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇfavicon/._logo-pin.svg0000744017777601777760000001000013773555677015027 0ustar nobodynogroupMac OS X  2∞‚ATTRÛ‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇfavicon/logo-pin.svg0000744017777601777760000000123213462061641014573 0ustar nobodynogroup<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.3 24.29"><title>pin-tab</title><path d="M12.15,24.29a1.14,1.14,0,0,1-.65-.2l-11-7.28a.91.91,0,0,1-.32-.3h0l0-.05A1.24,1.24,0,0,1,0,15.82V8.45a1.23,1.23,0,0,1,.18-.63l0-.06a1,1,0,0,1,.32-.29L11.5.19a1.22,1.22,0,0,1,1.3,0l11,7.28a1,1,0,0,1,.32.29h0a.1.1,0,0,1,0,.05,1.23,1.23,0,0,1,.18.63v7.37a1.24,1.24,0,0,1-.18.64l0,.05a1,1,0,0,1-.32.3l-11,7.28A1.14,1.14,0,0,1,12.15,24.29Zm1.15-7.84V21l7.78-5.17-3.43-2.31ZM3.22,15.83,11,21V16.45L6.65,13.52Zm5.49-3.69,3.44,2.31,3.44-2.31L12.15,9.82Zm11,0L22,13.68V10.6ZM2.3,10.6v3.08l2.29-1.54Zm11-2.77,4.35,2.92,3.43-2.3L13.3,3.28ZM3.22,8.45l3.43,2.3L11,7.83V3.28Z"/></svg>favicon/node-red-favicon.ico0000744017777601777760000000274213462061641016151 0ustar nobodynogroupâPNG
  888. 
  889.  
  890. IHDR00W˘ásRGBÆŒÈúIDATh›ZGKd[6-ƒÏr#àañfFQ ®®¯fe ón˜∫PDåqÂfi,Óúá{AÃä∏6 Ç°fi˘ÎŒπ˜÷Ì曈¿ÎWp9 _}_ùÓ>u∫
  891. ˘4"
  892. UOªz~©ÁA=ˇ5'p«PÊ˝—™éoÍŸQO∞∏~ydj∂’Sâé ≤]≈µ˙„e£úô "ÆSÌÄÄ_™ßHÔ
  893. "ˇü0Eˆ˚fl <77íôô˘ÒÃœœˇç¿¸ËwÌ’’’÷÷í7=Ë√X†-†¶ßß)66÷D\Ç1à §D¿≈≈UUU9◊E¿ØÆÆ&¨ Ñ}I¿˚˚;MLLPLLåkÚ,k∞_1øúûûREEÖçxhh(uvvRNNé1}c‹X˛öœê±±±1äéé∂ëIKK£ÌÌÌ.yyy∆8|∆0á…s ,`˙≥> 8>>¶≤≤2d∂´´ã˛îPíà¿Ãïvÿà·ãπˆˆF###e#èåÓÏÿÀ('Lk§›@ ƒBL7ÊU¿——˝¯Ò√FÏÈÈ1e]ËMÊb7Ä!Ìb"∂7sÄ Sdd§ç|zz:ÌÓÓzƒv#ÄÄL~Opãÿ‡‡i7D'''T\\lD¶z{{ÈÒÒëc;∂æ0Å-Ì∏Äìd¢ÄÇǢåå ⁄€€ì0l}kkkîêê``¿GüC ƒ‚]‡6??_\.
  894. ê≤000@ØØØ"wfi››Qkk´-8ì¿Êx2ƒ@,^√-8I&
  895. ‡E÷∂∞∞ê%⁄‹‹§îî[`+Ê`Æd¿F β[Z„ì·ç544dº±IÇSñÉËmSS·—˚ÿ«>7&¶ÙÅ¡Û—J&ˆÍãíìì)""¬F¢§§Ññóó≈œÚ¯¯xZ\\4‚¡Güé Á0ÄeCLƒ÷˚
  896. @ÕÒ*ô:88†‹‹\ò¨˚®˚ØØصø]ÙI˜}-˚àÖò÷ùµÅ™W∞˘˘ô˙˚˚)<<\ÇZffFäaÍ√ß;∞±`n‡JÈ ^»ÀÀ ãÛU!Êqãs%„qß“W;∞øøOYYYbÊ¡K*++ȸ¸\q0˙0¶œuÚ 1›ÏÄWIII‚Àu¸ÍÍ*©ãªç.+SSSܯ“•kÅ!›+rBl]§®9^ËQ-͵˚””ıııâ%@MM
  897. ·±b‡P¬¨ÖÒC™vıµo√ıI*Dßz›©– ¿˜Tí[™|√`≠9¢Ä∞∞0[÷ç√K[orQêuwwãªÅ¨cÃ[!àC
  898. ±ò4∑‡$ô(†®®»êööJ[[[Ü≠W«ƒƒD>_5mì-àÅXLú[víââQZZjXGG›flflKX¶>_Ài`õ Îmyy9]^^ö˘Q±ï£££‚5“SA∆¿æp*Ò…5>>ÓÒ≤Ô(Äâ‡"Å ËaøΩΩ›±<v#•50OoùŒÊ≈≠Wòàè9dB˙*◊∆∆„≠7Xc-÷ eŒ
  899. ƒtcÆ0–ŸŸô„i⁄÷÷f⁄
  900. '»:ÊÍŸfgÜ”kù9X[ü`12399)d»Ë˙˙˙G I∆§¨«≈≈—ÏϨïõ´ø}¿®¯rV:eëÕññ ŒŒ6≤ }úiΩ≠ØØÀoé„≠ı[#s»†N çèã˛¬¬√¯›~Y"„≤RWWÁZDcc#›‹‹¯MZ_ ®~J2}ùb› ú»KKK<= m@Ä2€––`€çÊÊf∫ΩΩ
  901. i˛|•¨è|—G¶q1¡o+++_Ds\˛ø¯ôuNΩVÉ’Ê∞A˝ØaüflɲT[ġ=◊üü‹s∆N®'˲›Ê_≠™¬§}€†IENDÆB`Çfavicon/._node-red-favicon.ico0000744017777601777760000001000013773555677016376 0ustar nobodynogroupMac OS X  2∞‚ATTRÛ‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇfavicon/._apple-touch-icon.png0000744017777601777760000001000013773555677016437 0ustar nobodynogroupMac OS X  2∞‚ATTRÛ‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇicons/0000755017777601777760000000000013771720456012026 5ustar nobodynogroupicons/._ssh.svg0000744017777601777760000001000013773555702013553 0ustar nobodynogroupMac OS X  2∞‚ATTR¸p‚Õcom.apple.quarantine'Hcom.apple.maclo5)com.apple.metadata:kMDItemDownloadedDate§A%com.apple.metadata:kMDItemWhereFroms0081;00000000;;F€ Øc⁄H±¢â¥SOñ¬{bplist00°3A¬ÀÏMÀL°
  902. bplist00¢_¬https://www.flaticon.com/de/download/icon/1336484?icon_id=1336484&author=388&team=388&keyword=web+programmierung&pack=1336445&style=0&style_id=1001&format=svg&color=%23000000&colored=1&size=512&selection=1&premium=0&token=03AGdBq27vUWHANgOzyw-FteCcrt8NkQXk00iQhqLlFGQdy7Rts9LNAIJO6uOzfvPo47Tr_V90Z8bUb1Gp0erX3YG4Iw_caZyZhnVGCD6M_ey3dV5Nz1ynUxCCJOQcQbr7w24fDNhEgXekKChQZd7RJRqGGsYKoSvvw32mxYyvrGiK9Io-ScuocPiPvdFHihpqm50fkqDrAbXMoDZyAgg9jxRK_4fk3qtUlNbVjP_fCKlN8Q2PgcNMyQ4LVwn5ljMwmnmKUJ4b0LxdoPcdLu1fZOPA7qmVdxiyKlUr74psHwQmTJ9eoNGG3y9VQVMM6yBDsSQW0Npoo3IAagt73lH_oqE5eevEZmejlsZ4tLVJollXZZACYh7SzjxbFRWch2z16tCbx780S2Xqslia7C6WwbY6lC2O7hzoPDRrSFZtAueXvwmKm1pX7kKOhCQWSxDuCNLTLDOfVdACusljhsZu3-Gza5F0bAE4rg_Ghttps://www.flaticon.com/de/kostenloses-icon/web-programmierung_1336484 —This resource fork intentionally left blank ˇˇicons/._Jura_Logo.svg0000744017777601777760000001000013773555702014637 0ustar nobodynogroupMac OS X  2∞‚ATTR˜í‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇicons/Jura_Logo.svg0000744017777601777760000001336312373320415014423 0ustar nobodynogroup<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  903. <!-- Created with Inkscape (http://www.inkscape.org/) -->
  904. <svg
  905. xmlns:svg="http://www.w3.org/2000/svg"
  906. xmlns="http://www.w3.org/2000/svg"
  907. version="1.0"
  908. width="1133.8583"
  909. height="534.685"
  910. id="svg2457">
  911. <defs
  912. id="defs2459" />
  913. <g
  914. transform="translate(254.92059,753.31563)"
  915. id="layer1">
  916. <g
  917. transform="translate(35.433079,35.482001)"
  918. id="g2511"
  919. style="fill:#ff0000">
  920. <path
  921. d="M 729.89411,-484.54287 C 707.12269,-478.42433 735.1544,-530.10309 735.1544,-530.10309 L 773.70671,-610.67873 L 691.37643,-606.29747 C 589.77008,-605.41845 552.11759,-550.25133 552.11759,-550.25133 C 512.66548,-502.93997 487.26389,-498.57602 487.26389,-498.57602 C 463.62727,-495.06688 479.40808,-517.82793 479.40808,-517.82793 L 524.05123,-598.42439 C 531.94164,-611.55775 521.42107,-608.92763 521.42107,-608.92763 L 475.87818,-600.17549 C 464.52706,-598.42439 471.51768,-604.54292 471.51768,-604.54292 L 517.06057,-661.48191 C 528.44633,-676.36991 509.17017,-668.49679 509.17017,-668.49679 L 425.07496,-643.96383 L 404.06846,-608.04861 C 383.02737,-581.78184 409.32875,-590.53049 409.32875,-590.53049 C 305.4729,-475.32698 303.63873,-506.64985 303.63873,-506.64985 C 282.87447,-514.19767 347.07062,-608.64037 347.07062,-608.64037 L 273.56517,-596.66979 C 233.90547,-511.68867 187.73962,-523.08821 187.73962,-523.08821 C 152.68265,-527.47292 207.88097,-606.29747 207.88097,-606.29747 L 143.02727,-597.54537 C 101.4988,-555.98225 19.549233,-516.07338 19.549233,-516.07338 L 75.093582,-610.51608 L -5.8523988,-593.16065 L -48.765173,-529.22751 C -69.806266,-497.67624 -82.956954,-480.17888 -82.956954,-480.17888 C -90.812759,-474.03962 -124.96994,-444.26366 -124.96994,-444.26366 C -160.8921,-414.47043 -251.11274,-301.4887 -251.11274,-301.4887 C -269.52371,-276.95574 -215.19059,-297.97956 -215.19059,-297.97956 L -150.37153,-315.49764 C -125.86973,-321.63694 -108.32394,-340.03408 -108.32394,-340.03408 L -12.877615,-459.15162 C 5.5333565,-464.4154 107.13976,-523.96378 107.13976,-523.96378 C 79.108004,-439.00338 139.56656,-444.26366 139.56656,-444.26366 C 183.34452,-444.26366 235.01289,-475.79417 235.01289,-475.79417 C 240.27317,-435.49769 273.56517,-445.14268 273.56517,-445.14268 C 338.38427,-447.75208 440.85581,-584.41196 440.85581,-584.41196 L 453.10671,-586.14578 L 418.94953,-530.10309 C 365.51619,-439.8824 425.07496,-443.38813 425.07496,-443.38813 C 474.1478,-444.26366 537.20192,-488.05201 537.20192,-488.05201 C 540.69723,-438.12785 581.01448,-444.26366 581.01448,-444.26366 C 620.43195,-444.26366 666.84003,-478.42433 666.84003,-478.42433 C 669.47015,-446.01825 701.8624,-445.14268 701.8624,-445.14268 C 736.01958,-445.14268 757.06068,-491.5577 757.06068,-491.5577 L 751.80043,-494.19131 C 740.41468,-485.43917 729.89411,-484.54287 729.89411,-484.54287 z M 672.9655,-547.62116 C 660.71456,-523.96378 628.28775,-508.20025 628.28775,-508.20025 C 569.62873,-496.82143 609.01159,-544.11547 609.01159,-544.11547 C 624.79245,-559.879 646.69873,-567.75213 646.69873,-567.75213 C 696.60212,-581.78184 672.9655,-547.62116 672.9655,-547.62116"
  922. id="path3161"
  923. style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
  924. <path
  925. d="M 65.092128,-740.30301 L 126.41587,-752.58162 C 126.41587,-752.58162 141.29694,-757.82113 130.77637,-740.30301 C 130.77637,-740.30301 108.0049,-685.13934 65.092128,-678.12446 C 65.092128,-678.12446 23.909729,-666.7422 34.430255,-697.39369 C 34.430255,-697.39369 48.446131,-734.18448 65.092128,-740.30301"
  926. id="path3171"
  927. style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
  928. <path
  929. d="M 769.00014,-467.37082 C 769.00014,-456.60457 777.75573,-447.85588 788.55314,-447.85588 C 799.31594,-447.85588 808.07153,-456.60457 808.07153,-467.37082 C 808.07153,-478.14056 799.31594,-486.90999 788.55314,-486.90999 C 777.75573,-486.90999 769.00014,-478.14056 769.00014,-467.37082 z M 772.77229,-467.37082 C 772.77229,-476.08143 779.86674,-483.1378 788.55314,-483.1378 C 797.20489,-483.1378 804.29935,-476.08143 804.29935,-467.37082 C 804.29935,-458.7052 797.20489,-451.62806 788.55314,-451.62806 C 779.86674,-451.62806 772.77229,-458.7052 772.77229,-467.37082"
  930. id="path3173"
  931. style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
  932. <path
  933. d="M 780.10902,-478.60776 L 789.52212,-478.60776 C 791.04486,-478.60776 792.32532,-478.36548 793.32891,-477.87407 C 795.23228,-476.91547 796.20131,-475.14356 796.20131,-472.57225 C 796.20131,-471.22604 795.92443,-470.12555 795.43996,-469.2673 C 794.92084,-468.4125 794.19409,-467.73767 793.25971,-467.20817 C 794.05566,-466.86209 794.67857,-466.37413 795.09388,-465.8031 C 795.50915,-465.23211 795.71679,-464.27347 795.78599,-462.96879 L 795.88983,-459.92684 C 795.92443,-459.07204 795.99367,-458.43875 796.09747,-458.0096 C 796.2705,-457.29668 796.58198,-456.82949 796.99725,-456.62534 L 796.99725,-456.13389 L 793.50194,-456.13389 C 793.43275,-456.33808 793.32891,-456.58381 793.29431,-456.88834 C 793.22507,-457.19633 793.22507,-457.78813 793.19047,-458.66366 L 792.98283,-462.43585 C 792.94823,-463.90667 792.42912,-464.90336 791.52933,-465.39476 C 791.01022,-465.67854 790.21427,-465.8031 789.10685,-465.8031 L 782.91218,-465.8031 L 782.91218,-456.13389 L 780.10902,-456.13389 L 780.10902,-478.60776 z M 789.17605,-468.32942 C 790.45651,-468.32942 791.46013,-468.61669 792.18688,-469.18768 C 792.94823,-469.75871 793.29431,-470.77961 793.29431,-472.24694 C 793.29431,-473.8562 792.80979,-474.93941 791.73697,-475.5104 C 791.21786,-475.81494 790.45651,-475.95683 789.52212,-475.95683 L 782.91218,-475.95683 L 782.91218,-468.32942 L 789.17605,-468.32942"
  934. id="path3175"
  935. style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
  936. </g>
  937. </g>
  938. </svg>
  939. icons/._marleyspoon.svg0000744017777601777760000001000013773555702015326 0ustar nobodynogroupMac OS X  2∞‚ATTR˜î‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇicons/marleyspoon.svg0000744017777601777760000000555613706761216015130 0ustar nobodynogroup<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  940. <svg
  941. xmlns:dc="http://purl.org/dc/elements/1.1/"
  942. xmlns:cc="http://creativecommons.org/ns#"
  943. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  944. xmlns:svg="http://www.w3.org/2000/svg"
  945. xmlns="http://www.w3.org/2000/svg"
  946. viewBox="0 0 938.48904 939.2463"
  947. height="939.24628"
  948. width="938.48901"
  949. id="svg54"
  950. version="1.1">
  951. <metadata
  952. id="metadata60">
  953. <rdf:RDF>
  954. <cc:Work
  955. rdf:about="">
  956. <dc:format>image/svg+xml</dc:format>
  957. <dc:type
  958. rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  959. <dc:title></dc:title>
  960. </cc:Work>
  961. </rdf:RDF>
  962. </metadata>
  963. <defs
  964. id="defs58" />
  965. <g
  966. transform="translate(-39.103843,-39.039854)"
  967. id="g62">
  968. <path
  969. id="path66"
  970. d="M 492.8,976.96822 C 332.9953,970.91677 188.82988,886.01181 107.28062,749.92 101.24099,739.8409 91.785536,722.7952 93.199162,724.53485 c 0.397004,0.48857 0.640822,0.49549 2.817724,0.0799 98.734694,-18.847 188.308864,-16.89529 267.450984,5.82746 29.87834,8.57843 71.0777,24.79043 94.05175,37.00941 106.82742,56.81728 222.38947,47.07801 332.56038,-28.02727 39.24352,-26.75296 57.54291,-41.71443 86.56,-70.77088 17.47219,-17.4959 18.06314,-18.38566 14.62554,-22.02064 -1.83671,-1.94217 -0.60266,-2.1304 -28.86554,4.40263 -183.83584,42.49401 -331.16086,75.79341 -374.08,84.55206 -13.68301,2.79232 -11.76784,3.06099 -30.03843,-4.21369 -108.89898,-43.35956 -232.90642,-52.7097 -365.351816,-27.54743 -5.07024,0.96327 -9.245767,1.72035 -9.278948,1.68247 C 82.97944,704.74214 73.498483,682.1135 70.54975,674.24 -59.727482,326.3831 248.28786,-28.893669 610.4,51.555891 987.48544,135.33203 1105.6756,615.05178 811.2,866.57917 724.1952,940.89466 607.60698,981.31571 492.8,976.96822 Z M 365.76,606.91238 c 0,-2.8648 31.55837,-218.38761 31.86726,-217.63238 0.14397,0.352 22.18884,49.456 48.98855,109.12 l 48.72681,108.48 h 19.73984 19.73988 L 582.2777,497.92 c 51.69088,-118.68502 48.51872,-111.48077 48.68137,-110.56 0.0622,0.352 6.9193,49.888 15.23805,110.08 l 15.12496,109.44 36.85898,0.0813 c 20.27241,0.0447 36.85894,0.007 36.85894,-0.083 0,-0.30135 -56.95814,-362.54411 -57.1465,-363.44065 l -0.18534,-0.88227 -21.15523,0.0823 -21.15527,0.0823 -57.18486,130.33936 c -31.45168,71.68669 -57.2696,130.42413 -57.37315,130.52765 -0.10355,0.10355 -0.47027,-0.44515 -0.81491,-1.21936 -0.34464,-0.77421 -26.8072,-59.54365 -58.80567,-130.59879 L 403.04,242.57775 l -20.94938,0.0711 -20.94937,0.0711 -28.87555,181.92 c -15.88155,100.056 -28.88233,182.028 -28.89062,182.16 -0.008,0.132 14.02492,0.24 31.18492,0.24 17.16,0 31.2,-0.0574 31.2,-0.12762 z M 86.131981,710.8663 c -0.536157,-1.17673 -0.433866,-1.42777 0.145875,-0.35801 0.270726,0.49955 0.432352,0.96816 0.359168,1.04134 -0.07318,0.0732 -0.300454,-0.2343 -0.505043,-0.68333 z"
  971. style="fill:#ffffff;fill-opacity:1;stroke-width:0.32" />
  972. </g>
  973. </svg>
  974. icons/jura.svg0000744017777601777760000000437713705123340013506 0ustar nobodynogroup<svg height="1069" viewBox="2.8 3.8 391.3 174.8" width="2500" xmlns="http://www.w3.org/2000/svg"><path d="m141.5 5.1c-2.2.5-6.8 1.3-10.3 1.8-3.4.5-6.9 1.4-7.6 2-1.9 1.6-7.2 12.1-8 15.8-.6 2.7-.3 3.4 1.8 4.8 4 2.7 14.6-.3 21.3-5.9 3.1-2.6 12.3-16.6 12.3-18.6 0-1.2-4-1.1-9.5.1zm152.1 30.5c-1.6.7-3.5 1.4-4.4 1.4-.8 0-3.8.7-6.6 1.5s-7.8 2.2-11.1 3c-9.3 2.6-8.1 1.4-15.8 15.5-2.1 3.9-2.5 5.5-1.7 6.5 1.7 2.1.2 4.2-11.2 15-18.2 17.4-26.7 22.2-28.2 16.1-.3-1.4-.3-3.3 0-4.3 1.4-4.2 7.1-15.3 11.6-22.6 2.6-4.3 4.8-8.3 4.8-8.9 0-1.2-11.5-.3-15.6 1.2-1.4.6-3.8 1-5.3 1-3.1 0-5.7 2.5-8.7 8.3-6.7 13.4-23.7 24-30.9 19.3-5-3.3-4-9.7 3.7-22.4 5.2-8.6 5.1-9-1.2-7.2-1.9.6-6.6 1.5-10.4 2-5.5.7-7.5 1.4-10 3.8-5 4.7-13.1 10.3-26.9 18.5-16 9.6-20.4 10.1-14.2 1.6 2.2-2.9 9.4-14.4 13-20.9.6-1 1.7-2.5 2.4-3.3 2.3-2.9.4-3.5-6.1-2.1-3.5.8-9.2 1.9-12.8 2.5s-7.2 1.6-8.1 2.3c-.9.6-3.8 4.7-6.4 9-12.9 21.2-19.3 29.2-33.6 42.2-14 12.5-33 32.7-43 45.4-13.4 17-14.1 18.6-7.6 16.2 1.9-.7 4-1.2 4.9-1.2s3.8-.7 6.4-1.4c2.7-.8 7.6-2.2 10.9-3.1s8-2.3 10.5-3 5.8-1.6 7.3-1.9c2.6-.6 10.2-7.5 15.2-13.6 1.1-1.4 3.8-4.8 6-7.5 2.2-2.8 4.2-5.2 4.6-5.5.3-.3 3-3.7 6.1-7.5 15.5-19.4 14.2-18.2 29.3-26.1 7.7-4 15-7.8 16.3-8.3 1.2-.6 4.6-2.6 7.4-4.6 2.9-1.9 6.1-3.5 7-3.5 2 0 2.4 3 .8 4.6-.6.6-1.3 3.9-1.6 7.5-.7 7.7 1.3 12.2 6.7 15.1 6.8 3.9 26.8-.1 38.7-7.6 2.3-1.5 4.6-2.5 5.1-2.2.4.3 1.4 2.4 2.1 4.6.8 2.3 2.3 4.8 3.4 5.6 5.7 4 20.5-1 35.1-12 5.5-4.1 22.6-21.6 29.4-30 5.7-7.2 9-10.5 10.4-10.6 1.4 0 2 3.2.9 4.9-3.3 4.9-9.7 16-13.7 23.8-3.8 7.7-4.5 9.9-4.5 15 0 4.9.4 6.3 2.3 8.1 4.6 4.4 17.5 2.2 33.7-5.7 2.5-1.2 5.9-3.1 7.5-4.1 6.1-4 7.3-4.4 9-3 .8.7 1.5 2.7 1.5 4.4 0 2.3.9 4.1 3.5 6.6 3 2.9 4.3 3.4 9.4 3.8 8.5.6 20.4-3.3 28.8-9.5 4.2-3.1 6-2.9 6.8.7 1.4 6.5 11.2 10.7 17.8 7.5 4.7-2.2 14.9-13.6 13.5-15.1-.3-.2-2.4.6-4.8 1.7-3.4 1.7-4.8 1.9-6.6 1-2.5-1.1-3.1-3.8-1.5-6.9 6-11.2 19.2-39.3 18.8-39.9-.5-.8-12.2-.2-31.2 1.7-28.6 2.9-35.2 5.6-50.5 21-14.9 14.9-23.6 20.9-28.1 19.5-4.1-1.3-3.4-3.9 5.9-20.5 1.3-2.5 4-7.4 6-11 1.9-3.6 3.9-6.7 4.3-6.8.5-.2.9-1 .9-1.8 0-1.9-3.6-1.8-12.1.3-5.3 1.2-7.2 1.4-8.1.5s-.7-1.8.8-3.6c1-1.4 4.1-5.3 6.9-8.8 2.7-3.5 6-7.4 7.2-8.8 3.7-4 2.5-5.9-2.1-3.4zm65.8 36.5c1.8 2.6.9 5.6-3.7 11.5-5 6.6-15.8 13.4-21.1 13.4-1.2 0-3.2-.9-4.4-2-6.5-6.1 2.5-18.2 17.3-23.4 6-2.2 10.1-2 11.9.5z" fill="#ed2828"/></svg>icons/burnhard.svg0000744017777601777760000000553013705121353014344 0ustar nobodynogroup<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  975. <svg
  976. xmlns:dc="http://purl.org/dc/elements/1.1/"
  977. xmlns:cc="http://creativecommons.org/ns#"
  978. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  979. xmlns:svg="http://www.w3.org/2000/svg"
  980. xmlns="http://www.w3.org/2000/svg"
  981. height="43.900002"
  982. width="43.530396"
  983. xml:space="preserve"
  984. viewBox="0 0 43.530396 43.900002"
  985. y="0px"
  986. x="0px"
  987. id="SVG"
  988. version="1.1"><metadata
  989. id="metadata124"><rdf:RDF><cc:Work
  990. rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
  991. rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
  992. id="defs122" />
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001. <path
  1002. id="path111"
  1003. d="m 23.425,36.3 -0.4,-2 c -1.6,-0.4 -3.3,-1.3 -4.5,-2.4 l -1.5,1 v -4.8 l -1.7,4.2 -0.2,0.1 c 0,0 -3.5,2.1 -5.8,7.4 0.1,0.1 0.2,0.2 0.3,0.2 0,0 0,0 0.1,0.1 0.1,0 0.1,0.1 0.2,0.1 0.3,0.2 0.9,0.6 1.8,1 0.1,-0.8 0.7,-2 0.7,-2 1.2,-2 3.4,-4.3 6.9,-4.9 l 2.5,4.3 6,4.3 c 1,-0.3 1.9,-0.6 2.9,-1.1 -2.4,-1.6 -6.7,-4.9 -7,-5 -0.1,-0.1 -0.2,-0.3 -0.3,-0.5 z"
  1004. class="st0"
  1005. fill="#ffffff" />
  1006. <path
  1007. id="path113"
  1008. d="m 17.225,25.5 v -2.4 l 1.5,0.6 -0.9,-2.4 c -0.3,-0.6 -2.4,-1.3 -2.1,1.5 0.2,1.8 0.9,2.5 1.5,2.7 z"
  1009. class="st0"
  1010. fill="#ffffff" />
  1011. <path
  1012. id="path115"
  1013. d="m 37.525,23.6 c 2,-6 -1,-11 -1,-11 -0.2,2.4 -2.1,5.6 -2.1,5.6 0.8,-6.6 -8.2,-13.5 -8.2,-13.5 l -3.4,-2.4 c 0,2.9 -2.5,3.9 -2.5,3.9 -0.4,-3.4 -2.8,-5.2 -2.8,-5.2 -0.4,2.4 -2.7,3.9 -4.5,5.5 -5.5,5 -5.8,10.1 -5.8,10.1 -0.4,-2.2 -1,-4.7 -1,-4.7 -5,10.1 -0.4,17.2 -0.4,17.2 -2.3,-1.2 -3.4,-3 -4.4,-4.8 -0.6,1.3 -0.5,3.3 -0.1,4.6 1,3.4 3,6.4 5.4,8.8 0.4,0.5 0.9,0.9 1.4,1.3 2.1,-4.7 5.1,-7 6,-7.5 l 0.8,-2 -0.1,-0.2 -0.5,-1.1 -0.9,1 -1.9,1.4 v -2.8 l -1.4,0.5 1.1,-6 -1.1,0.4 c 0.2,-1 0.7,-3.2 1.9,-6.1 1.1,-2.5 4.6,-5.9 8.1,-5.6 l 0.6,0.1 -1.3,-1.7 c 1.2,-0.1 4.4,-0.1 6.2,1.8 2,2.1 4.9,7.2 5.7,8.7 h -1 l 2.4,4.1 -2.3,0.6 0.1,0.3 c 0,0.2 1,4.4 5.5,7 -0.8,0.7 -3.4,2.7 -7.6,2.3 l -0.7,-0.1 1,1.1 c -0.9,0 -2.5,0 -3.9,-0.1 l 0.1,0.7 c 1.1,0.8 5.5,4.1 7.4,5.4 1.4,-0.8 2.7,-1.8 3.9,-2.9 2.5,-2.2 4.4,-4.8 5.5,-7.8 1.1,-3.5 1.2,-8 -0.5,-11.3 -1.3,2.5 -3.7,4.4 -3.7,4.4 z"
  1014. class="st0"
  1015. fill="#ffffff" />
  1016. <path
  1017. id="path117"
  1018. d="m 18.925,17.9 c 0.5,0.3 1.2,0.8 1.3,1.4 0.1,0.3 0,0.7 -0.3,1 -0.5,0.6 0.8,3.6 1.9,5.5 l 0.2,0.4 -1.4,0.1 c 0.2,0.7 0.6,2.3 2,2.7 l 0.5,0.1 -0.4,0.6 3.8,0.8 -0.6,-1.3 0.6,0.2 c 1,0.3 1.9,0.2 2.7,-0.2 l -0.5,-1 1.2,-0.4 c -0.2,-0.4 -0.5,-1.2 -0.6,-1.5 -0.3,0.3 -1.1,0.7 -2.5,1.1 -0.3,0.1 -0.5,0.1 -0.8,0.1 -1.3,0 -2.2,-1.1 -2.5,-1.8 l -0.2,-0.5 0.5,0.1 c 1.1,0.3 2.1,-0.3 2.1,-0.3 1.2,-0.6 2.3,-1 2.7,-1.1 l -0.1,-1.1 0.7,-0.2 0.1,0.7 1.2,-0.4 -1.9,-3.1 c -0.3,0.4 -0.5,0.9 -0.8,1.4 l -3.4,-0.6 c 0.7,-0.6 1.6,-0.9 1.6,-0.9 l -1.6,-0.2 c 1.6,-0.8 3.6,-0.6 4.7,-0.5 l -2,-3.7 -0.7,-0.4 -0.2,1.2 -1.7,-0.7 -3.3,2.7 0.3,-2 z"
  1019. class="st0"
  1020. fill="#ffffff" />
  1021. </svg>
  1022. icons/bee.svg0000744017777601777760000000513013704576632013303 0ustar nobodynogroup<?xml version="1.0" encoding="iso-8859-1"?>
  1023. <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
  1024. <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  1025. viewBox="0 0 507.008 507.008" style="enable-background:new 0 0 507.008 507.008;" xml:space="preserve">
  1026. <g>
  1027. <g>
  1028. <g>
  1029. <path d="M445.518,323.776l31.856-3.2c-1.256-12.438-4.627-24.569-9.968-35.872l-29.008,13.536
  1030. C442.214,306.282,444.622,314.92,445.518,323.776z"/>
  1031. <path d="M423.358,275.872l23.6-21.616c-8.341-9.12-18.059-16.878-28.8-22.992l-15.824,27.808
  1032. C410.172,263.547,417.264,269.215,423.358,275.872z"/>
  1033. <path d="M430.59,368.736c-10.228,10.042-24.069,15.544-38.4,15.264c-37.887-1.679-70.225-27.925-79.664-64.656l-22.4-91.04
  1034. l86.4,21.248l7.616-31.072l-46.656-11.472c25.424-45.234,10.224-102.485-34.288-129.152
  1035. c8.626-27.331,33.996-45.899,62.656-45.856V0c-41.709,0.046-78.779,26.592-92.256,66.064c-13.019-2.752-26.469-2.752-39.488,0
  1036. C220.633,26.592,183.563,0.046,141.854,0v32c28.62,0.019,53.937,18.56,62.592,45.84c-44.588,26.707-59.764,84.086-34.208,129.344
  1037. L118.894,219.6c-41.061,10.525-73.456,42.043-85.104,82.8c-9.844,31.21-1.909,65.304,20.704,88.96
  1038. c16.31,16.077,38.38,24.952,61.28,24.64c9.363-0.049,18.675-1.373,27.68-3.936c2.88-0.816,5.616-1.968,8.416-2.992
  1039. c24.841,36.539,56.523,67.922,93.296,92.416l8.624,5.52l8.624-5.52c36.681-24.442,68.299-55.735,93.12-92.16
  1040. c11.729,4.372,24.139,6.631,36.656,6.672c22.839,0.388,44.858-8.503,61.024-24.64c9.153-9.104,16.042-20.229,20.112-32.48
  1041. l-30.4-10.128C440.426,356.283,436.202,363.126,430.59,368.736z M214.181,109.624c11.309-8.886,25.291-13.687,39.673-13.624
  1042. c35.222-0.125,63.877,28.326,64.003,63.548c0.051,14.238-4.665,28.084-13.395,39.332l-26.048-6.4l-24.56-0.48v16h-0.304l0.304-16
  1043. h-20.8l-29.616,7.152C181.682,171.463,186.492,131.38,214.181,109.624z M275.902,304h-44.016l15.744-64h12.8L275.902,304z
  1044. M134.878,381.248c-20.086,6.817-42.295,2.007-57.76-12.512c-14.525-15.461-19.337-37.674-12.512-57.76
  1045. c8.462-29.668,32.024-52.622,61.904-60.304l91.04-22.4l-22.4,91.056C187.491,349.212,164.545,372.785,134.878,381.248z
  1046. M253.854,468.528c-20.958-15.261-40.087-32.886-57.008-52.528H310.83C293.909,435.63,274.792,453.255,253.854,468.528z
  1047. M192.366,384c14.108-13.218,24.751-29.702,30.992-48h61.152c6.249,18.302,16.903,34.786,31.024,48H192.366z"/>
  1048. </g>
  1049. </g>
  1050. </g>
  1051. <g>
  1052. </g>
  1053. <g>
  1054. </g>
  1055. <g>
  1056. </g>
  1057. <g>
  1058. </g>
  1059. <g>
  1060. </g>
  1061. <g>
  1062. </g>
  1063. <g>
  1064. </g>
  1065. <g>
  1066. </g>
  1067. <g>
  1068. </g>
  1069. <g>
  1070. </g>
  1071. <g>
  1072. </g>
  1073. <g>
  1074. </g>
  1075. <g>
  1076. </g>
  1077. <g>
  1078. </g>
  1079. <g>
  1080. </g>
  1081. </svg>
  1082. icons/._HelloFresh_logo_square.svg0000744017777601777760000001000013773555703017412 0ustar nobodynogroupMac OS X  2∞‚ATTR¸r‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇicons/._burnhard.svg0000744017777601777760000001000013773555702014563 0ustar nobodynogroupMac OS X  2∞‚ATTR¸d‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇicons/ssh.svg0000744017777601777760000000467013771720433013347 0ustar nobodynogroup<svg height="424pt" viewBox="0 -25 424 424" width="424pt" xmlns="http://www.w3.org/2000/svg"><path d="m140.609375 269.378906c-1.980469 0-3.949219-.835937-5.332031-2.460937-2.507813-2.941407-2.152344-7.359375.789062-9.867188l39.035156-33.242187-39.035156-33.242188c-2.941406-2.507812-3.296875-6.925781-.789062-9.867187 2.503906-2.941407 6.921875-3.296875 9.867187-.792969l45.292969 38.574219c1.5625 1.328125 2.460938 3.277343 2.460938 5.328125 0 2.050781-.898438 4-2.460938 5.328125l-45.292969 38.574219c-1.316406 1.121093-2.929687 1.667968-4.535156 1.667968zm0 0"/><path d="m283.394531 275.847656h-90c-3.867187 0-7-3.132812-7-7 0-3.867187 3.132813-7 7-7h90c3.867188 0 7 3.132813 7 7 0 3.867188-3.132812 7-7 7zm0 0"/><path d="m377 374.085938h-330c-25.914062 0-47-21.082032-47-47v-280.085938c0-25.914062 21.085938-47 47-47h330c25.914062 0 47 21.085938 47 47v280.085938c0 25.917968-21.085938 47-47 47zm-330-360.085938c-18.195312 0-33 14.804688-33 33v280.085938c0 18.195312 14.804688 33 33 33h330c18.195312 0 33-14.804688 33-33v-280.085938c0-18.195312-14.804688-33-33-33zm0 0"/><path d="m417 112.089844h-410c-3.867188 0-7-3.132813-7-7 0-3.863282 3.132812-7 7-7h410c3.867188 0 7 3.136718 7 7 0 3.867187-3.132812 7-7 7zm0 0"/><path d="m119.601562 78.59375c-12.210937 0-22.152343-9.941406-22.152343-22.152344 0-12.214844 9.941406-22.152344 22.152343-22.152344 12.214844 0 22.152344 9.9375 22.152344 22.152344 0 12.210938-9.9375 22.152344-22.152344 22.152344zm0-30.304688c-4.492187 0-8.152343 3.65625-8.152343 8.152344s3.660156 8.152344 8.152343 8.152344c4.496094 0 8.152344-3.65625 8.152344-8.152344s-3.65625-8.152344-8.152344-8.152344zm0 0"/><path d="m51.539062 78.378906c-12.214843 0-22.152343-9.9375-22.152343-22.152344 0-12.214843 9.9375-22.152343 22.152343-22.152343 12.214844 0 22.152344 9.9375 22.152344 22.152343 0 12.214844-9.9375 22.152344-22.152344 22.152344zm0-30.304687c-4.492187 0-8.152343 3.660156-8.152343 8.152343 0 4.496094 3.660156 8.152344 8.152343 8.152344 4.496094 0 8.152344-3.65625 8.152344-8.152344 0-4.492187-3.65625-8.152343-8.152344-8.152343zm0 0"/><path d="m187.664062 78.804688c-12.210937 0-22.148437-9.9375-22.148437-22.152344 0-12.210938 9.9375-22.148438 22.148437-22.148438 12.214844 0 22.152344 9.9375 22.152344 22.148438 0 12.214844-9.9375 22.152344-22.152344 22.152344zm0-30.304688c-4.492187 0-8.148437 3.65625-8.148437 8.152344s3.65625 8.152344 8.148437 8.152344c4.496094 0 8.152344-3.65625 8.152344-8.152344s-3.65625-8.152344-8.152344-8.152344zm0 0"/></svg>icons/._bee.svg0000744017777601777760000001000013773555702013511 0ustar nobodynogroupMac OS X  2∞‚ATTR¸n‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇicons/._jura.svg0000744017777601777760000001000013773555702013717 0ustar nobodynogroupMac OS X  2∞‚ATTR˘Æ‚òòcom.apple.quarantine0081;00000000;;This resource fork intentionally left blank ˇˇicons/HelloFresh_logo_square.svg0000744017777601777760000003060013706761706017203 0ustar nobodynogroup<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  1083. <svg
  1084. xmlns:dc="http://purl.org/dc/elements/1.1/"
  1085. xmlns:cc="http://creativecommons.org/ns#"
  1086. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  1087. xmlns:svg="http://www.w3.org/2000/svg"
  1088. xmlns="http://www.w3.org/2000/svg"
  1089. viewBox="-2.9307001 -2.9307001 350.17387 355.73279"
  1090. height="831.34882"
  1091. width="818.9303"
  1092. id="svg3666"
  1093. version="1.1">
  1094. <metadata
  1095. id="metadata947">
  1096. <rdf:RDF>
  1097. <cc:Work
  1098. rdf:about="">
  1099. <dc:format>image/svg+xml</dc:format>
  1100. <dc:type
  1101. rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  1102. <dc:title></dc:title>
  1103. </cc:Work>
  1104. </rdf:RDF>
  1105. </metadata>
  1106. <defs
  1107. id="defs3668" />
  1108. <path
  1109. style="fill:#91c11e;fill-rule:evenodd;stroke:none;stroke-width:1"
  1110. mask="none"
  1111. d="m 294.45986,269.12615 c -10.751,0 -15.24414,7.2025 -15.24414,15.1875 0,8.939 5.72568,14.66818 11.01368,19.70118 5.375,5.034 9.78125,8.9389 9.78125,14.7539 0,4.687 -2.81868,5.98828 -5.63868,5.98828 -4.141,0 -5.8164,-2.77767 -5.8164,-7.63867 v -3.55859 c 0,-1.214 -0.96913,-2.16797 -2.20313,-2.16797 h -5.375 c -1.233,0 -2.20312,0.95397 -2.20312,2.16797 v 4.33984 c 0,9.286 5.99354,15.9707 15.68554,15.9707 9.252,0 15.6836,-6.16281 15.6836,-15.88281 0,-8.591 -5.02202,-13.97259 -11.54102,-20.30859 -5.553,-5.381 -9.2539,-8.93783 -9.2539,-13.79883 0,-3.211 1.58732,-5.81641 5.11132,-5.81641 3.349,0 5.10938,2.2568 5.10938,8.5918 v 1.82422 c 0,0.868 0.79578,1.64844 1.67578,1.64844 h 6.16797 c 1.057,0 1.9375,-0.86816 1.9375,-1.91016 v -2.08203 c 0,-11.716 -5.63863,-17.00977 -14.89063,-17.00977 z m -114.17968,1.04102 c -1.234,0 -2.20313,0.95592 -2.20313,2.16992 v 58.32031 c 0,1.215 0.96913,2.16993 2.20313,2.16993 h 6.16797 c 1.233,0 2.20312,-0.95493 2.20312,-2.16993 v -24.56054 c 0,-0.434 0.44181,-0.86719 0.88281,-0.86719 h 9.69141 c 1.234,0 2.20508,-0.95592 2.20508,-2.16992 v -4.59961 c 0,-1.214 -0.97108,-2.16992 -2.20508,-2.16992 h -9.69141 c -0.441,0 -0.88281,-0.43319 -0.88281,-0.86719 v -15.36328 c 0,-0.433 0.44181,-0.86719 0.88281,-0.86719 h 14.00977 c 1.234,0 2.20508,-0.95392 2.20508,-2.16992 v -4.68555 c 0,-1.214 -0.97108,-2.16992 -2.20508,-2.16992 z m 32.67187,0 c -1.233,0 -2.20117,0.95592 -2.20117,2.16992 v 58.32031 c 0,1.215 0.96817,2.16993 2.20117,2.16993 h 6.16992 c 1.234,0 2.20313,-0.95493 2.20313,-2.16993 v -22.99804 c 0,-0.434 0.43886,-0.86719 0.88086,-0.86719 h 2.02539 c 0.53,0 0.97144,0.34619 1.14844,0.86719 l 6.34375,23.08593 c 0.352,1.215 1.49831,2.08204 2.82031,2.08204 h 5.90234 c 1.146,0 1.85289,-1.04104 1.58789,-2.08204 l -7.40234,-24.56054 c -0.177,-0.521 0.0873,-1.0428 0.52734,-1.2168 4.847,-2.517 6.875,-6.24864 6.875,-16.05664 0,-10.674 -2.46768,-18.74414 -14.80468,-18.74414 z m 36.45117,0 c -1.233,0 -2.20117,0.95592 -2.20117,2.16992 v 58.32031 c 0,1.215 0.96817,2.16993 2.20117,2.16993 h 23.53125 c 1.233,0 2.20118,-0.95493 2.20118,-2.16993 v -4.94531 c 0,-1.216 -0.96818,-2.16992 -2.20118,-2.16992 h -14.36523 c -0.44,0 -0.88086,-0.43419 -0.88086,-0.86719 v -17.01172 c 0,-0.434 0.44086,-0.86718 0.88086,-0.86718 h 9.25195 c 1.234,0 2.20508,-0.95393 2.20508,-2.16993 v -4.42578 c 0,-1.216 -0.97108,-2.17187 -2.20508,-2.17187 h -9.25195 c -0.44,0 -0.88086,-0.43219 -0.88086,-0.86719 v -15.01367 c 0,-0.434 0.44086,-0.86914 0.88086,-0.86914 h 13.6582 c 1.234,0 2.20508,-0.95392 2.20508,-2.16992 v -4.77149 c 0,-1.214 -0.97108,-2.16992 -2.20508,-2.16992 z m 67.54102,0 c -1.234,0 -2.20117,0.95592 -2.20117,2.16992 v 58.32031 c 0,1.215 0.96717,2.16993 2.20117,2.16993 h 6.08203 c 1.233,0 2.20117,-0.95493 2.20117,-2.16993 v -24.03906 c 0,-0.434 0.44281,-0.86719 0.88281,-0.86719 h 9.42969 c 0.44,0 0.87891,0.43319 0.87891,0.86719 v 24.03906 c 0,1.215 0.97208,2.16993 2.20508,2.16993 h 6.08008 c 1.23399,0 2.20312,-0.95493 2.20312,-2.16993 v -58.32031 c 0,-1.214 -0.96913,-2.16992 -2.20312,-2.16992 h -6.08008 c -1.233,0 -2.20508,0.95592 -2.20508,2.16992 v 23.3457 c 0,0.433 -0.43891,0.86914 -0.87891,0.86914 h -9.42969 c -0.43999,0 -0.88281,-0.43614 -0.88281,-0.86914 v -23.3457 c 0,-1.214 -0.96817,-2.16992 -2.20117,-2.16992 z m -94.73828,8.67773 h 3.25976 c 4.76,0 6.16993,2.1706 6.16993,9.8086 0,7.637 -1.40993,9.80664 -6.16993,9.80664 h -3.25976 c -0.442,0 -0.88086,-0.43414 -0.88086,-0.86914 v -17.87696 c 0,-0.434 0.43886,-0.86914 0.88086,-0.86914 z"
  1112. id="Fill-1" />
  1113. <path
  1114. style="fill:#91c11e;fill-rule:evenodd;stroke:none;stroke-width:1"
  1115. mask="none"
  1116. id="Fill-6"
  1117. d="m 160.45313,323.5322 c -0.68,1.21 -1.372,2.038 -2.117,2.534 -0.326,0.218 -0.969,0.452 -1.606,0.452 -0.596,0 -1.055,-0.184 -1.405,-0.562 -5.302,-5.735 -5.352,-27.682 -0.086,-36.693 1.776,-3.037 4.075,-3.365 4.981,-3.365 0.14,0 0.276,0.007 0.408,0.021 1.376,0.14 2.492,2.148 2.801,2.76 4.031,8.006 1.703,26.724 -2.976,34.853 z m -35.537,-26.575 c 0.023,-19.185 3.063,-29.552 5.375,-31.965 0.268,-0.281 0.52,-0.436 0.709,-0.436 0.566,0 1.43,1.598 1.495,6.006 0,0 0.012,0.422 0.012,0.53 0,5.977 -0.741,12.126 -2.1,18.299 -1.634,7.415 -4.622,13.649 -5.236,14.887 -0.163,-2.374 -0.249,-4.84 -0.255,-7.321 z m -22.089,-30.556 c 0.33,-0.341 0.635,-0.52 0.883,-0.52 0.061,0 0.251,0 0.497,0.274 0.891,0.991 1.816,4.423 0.891,10.97 -2.553,18.071 -7.670001,25.873 -7.670001,25.873 -0.593,-20.706 2.375,-33.48 5.399001,-36.597 z m -39.608001,38.342 0.019,-0.13 c 2.074,-14.067 5.281,-19.079 7.591,-19.079 0.813,0 1.424,0.65 1.793,1.194 2.596,3.827 2.528,9.884 -0.157,14.087 -2.135,3.341 -5.35,4.042 -7.67,4.042 -0.487,0 -0.973,-0.032 -1.444,-0.096 z m 101.604001,-23.674 c -2.036,-1.075 -3.949,-1.597 -5.848,-1.597 -1.942,0 -3.879,0.56 -5.922,1.714 -5.546,3.132 -8.923,10.459 -10.627,21.524 -2.222,10.729 -7.894,21.198 -10.727,21.164 -2.396,-0.029 -4.219,-4.162 -5.369,-10.185 5.731,-10.721 10.035,-24.942 11.276,-37.375 0.221,-2.208 0.335,-4.303 0.341,-6.231 l -10e-4,-0.197 c -0.25,-9.989 -4.556,-13.75 -8.499,-13.939 -0.076,-0.004 -0.152,-0.005 -0.228,-0.005 -1.883,0 -3.827,1.136 -5.625,3.286 -3.537,4.232 -6.201,11.772 -7.5,21.231 -0.654,4.755 -0.914,9.89 -0.831,15.261 l -0.022,-0.003 c -0.164,7.332 0.506,13.935 1.773,19.473 0.148,0.933 0.284,1.861 0.451,2.8 l 0.012,0.063 -0.096,0.108 c -2.362,2.896 -4.811,5.124 -7.082,6.441 l -0.434,0.265 0.011,0.022 -0.283,0.184 -0.036,-0.046 -0.383,0.182 c -1.037,0.492 -2.008,0.743 -2.879,0.743 l -0.09,-0.002 c -3.693,-0.067 -6.372001,-4.8 -7.963001,-14.067 l -0.007,-0.041 0.142,-0.278 c 5.854001,-10.193 8.828001,-20.544 8.955001,-20.988 l 0.179,-0.675 c 3.955,-13.072 4.008,-24.144 0.139,-29.619 -1.367,-1.938 -3.149,-3.004 -5.15,-3.08 -0.094,-0.004 -0.188,-0.005 -0.282,-0.005 -2.412001,0 -4.647001,1.174 -6.642001,3.49 -7.354,8.539 -9.697,30.305 -5.97,55.45 l 0.009,0.059 -0.039,0.046 c -2.599,3.039 -5.359,5.458 -8.198,7.186 -3.586,2.13 -6.456,2.619 -7.843,2.721 -0.192,0.011 -0.382,0.023 -0.569,0.023 -2.163,0 -4.012,-0.767 -5.497,-2.28 -2.552,-2.599 -3.996,-7.778 -4.065,-14.584 l -0.002,-0.163 0.159,0.032 c 1.403,0.29 2.703,0.43 3.975,0.43 4.684,0 8.609,-1.707 11.352,-4.938 2.352,-2.769 3.701,-6.611 3.701,-10.539 0,-9.046 -5.938,-13.166 -11.455,-13.166 -2.541,0 -6.316,0.802 -9.876,4.626 -3.23,3.469 -5.565,8.665 -6.939,15.442 l -0.034,0.173 -0.155,-0.084 c -1.523,-0.81 -3.908,-2.032 -7.026,-3.282 l -0.084,-0.034 0.007,-0.377 c 0.131,-6.735 0.348,-13.877 0.56,-20.851 0.147,-4.856 0.296,-9.759 0.419,-14.608 0.102,-2.125 -0.442,-3.827 -1.616,-5.06 -1.754,-1.839 -4.528,-2.225 -6.547,-2.225 -0.837,0 -1.537,0.066 -1.978,0.122 -0.498,0.064 -0.843,0.496 -0.786,0.982 0.622,5.398 0.85,21.42 0.555,38.961 l -0.003,0.159 -0.155,-0.033 c -1.294,-0.274 -2.512,-0.482 -3.734,-0.635 l -0.354,-0.038 c -2.846,-0.415 -5.53,-0.668 -7.978,-0.753 -0.656,-0.023 -1.304,-0.033 -1.945,-0.033 -0.151,0 -0.594,0.004 -0.961,0.007 l 0.005,-0.137 c 0.379,-10.126 0.945,-19.659 0.95,-19.756 0.106,-2.212 -0.46,-3.985 -1.682,-5.268 -1.825,-1.914 -4.716,-2.316 -6.819,-2.316 -0.839999,0 -1.537999,0.063 -1.976999,0.115 -0.55,0.067 -0.941,0.535 -0.89,1.065 0.373,3.837 0.577,15.527 0.472,27.193 l -10e-4,0.106 -0.103,0.022 c -4.0610001,0.86 -7.4020001,1.993 -9.0320001,2.592 -0.87,0.318 -2.103,0.847 -3.66500004,1.573 -2.63399996,1.224 -2.75299996,4.191 -2.05399996,6.36 0.463,1.434 1.34099996,2.316 1.45199996,2.422 0.261,0.24 0.597,0.371 0.944,0.371 0.166,0 0.329,-0.028 0.484,-0.083 0.35,-0.126 2.65000004,-1.122 3.41100004,-1.46 0.241,-0.109 0.5,-0.207 0.823,-0.331 0.191,-0.072 0.385,-0.146 0.577,-0.225 l 0.441,-0.177 c 0.366,-0.149 0.749,-0.303 1.173,-0.449 0.655,-0.25 1.272,-0.509 1.958,-0.797 0.995,-0.419 2.0250001,-0.852 3.2770001,-1.27 l 0.177,-0.059 -0.005,0.187 c -0.036,1.507 -0.078,2.979 -0.126,4.399 -0.268,7.773 -0.789,32.174 -0.811,33.207 -0.213,4.682 0.523,7.837 2.25,9.645 1.930999,2.021 4.805999,2.021 6.903999,2.021 l 1.298,10e-4 c 0.27,0 0.524,-0.112 0.696,-0.307 0.165,-0.186 0.242,-0.435 0.21,-0.685 -1.184,-9.122 -0.866,-33.206 -0.674,-43.147 0,-2.136 0.034,-4.595 0.102,-7.309 l 0.003,-0.112 0.11,-0.015 c 1.207,-0.159 2.311,-0.283 3.374,-0.379 1.661,-0.14 3.417,-0.211 5.219,-0.211 1.112,0 2.27,0.028 3.443,0.083 l 0.202,0.008 c 0.2,0.01 0.399,0.02 0.608,0.034 l 0.507,0.037 c 0.524,0.046 1.073,0.109 1.668,0.191 l 0.115,0.016 -0.039,1.753 c -0.142,6.441 -0.336,15.263 -0.598,20.794 -0.204,4.489 0.503,7.514 2.161,9.249 1.713,1.792 4.106,1.94 6.613,1.94 l 1.17,10e-4 c 0.289,0 0.561,-0.119 0.743,-0.327 0.175,-0.196 0.257,-0.459 0.225,-0.721 -0.685,-5.514 -1.005,-16.783 -0.855,-30.143 l 0.003,-0.185 0.173,0.063 c 3.151,1.131 5.512,2.293 6.381,2.741 l 0.075,0.039 -0.005,0.084 c -0.524,9.519 1.596,17.338 5.968,22.019 2.931,3.135 6.751,4.792 11.048,4.792 5.822,0 11.413,-2.307 16.612,-6.854 1.836,-1.568 3.194,-3.037 4.01,-3.994 l 0.148,-0.173 0.136,0.381 c 2.524,6.792 6.954,10.687 12.153001,10.687 0.041,0 0.082,-0.002 0.184,-0.011 0.459,-0.006 0.938,-0.034 1.475,-0.087 0.051,-0.002 0.103,-0.005 0.152,-0.011 1.603,-0.192 3.244,-0.655 4.883,-1.379 l 0.083,-0.037 c 0.407,-0.183 0.8,-0.381 1.189,-0.589 0.287,-0.156 0.573,-0.318 0.91,-0.52 0.105,-0.062 0.329,-0.194 0.408,-0.243 2.95,-1.846 5.143,-4.128 6.463,-5.717 l 0.131,-0.158 0.089,0.186 c 1.174,2.474 2.612,4.442 4.244,5.862 5.725,5.882 13.271,2.712 19.351,-13.51 v 0.008 c 1.312,7.262 4.025,14.296 10.969,15.778 1.03,0.277 2.11,0.418 3.21,0.418 1.157,0 2.311,-0.158 3.427,-0.468 4.927,-1.365 10.601,-9.267 12.176,-23.844 1.087,-10.048 -0.399,-23.235 -8.161,-27.333 z" />
  1118. <g
  1119. transform="matrix(3.7154102,0,0,3.7154102,38.469689,-48.283544)"
  1120. id="g952">
  1121. <path
  1122. d="m 66.773091,21.751 c 0.003,0.12 0.844,0.878 1.249,1.567 0.405,0.689 0.791,1.302 0.9,1.997 0.073,0.466 -0.043,0.616 -0.255,0.616 -1.202,0 -7.009,-8.866 -18.532,-12.022 -6.466,-1.771 -15.467,-2.456 -22.885,0.053 -6.383,2.158 -12.021,6.196 -16.369,11.317 -4.8970004,5.767 -8.0490004,12.683 -8.6710004,20.26 -0.255,3.115 -0.012,6.316 -0.568,9.4 -0.141,0.78 -0.407,1.513 -0.67700002,2.245 -0.136,0.364 -1.251,3.605 0.94700002,8.027 2.082,4.188 8.4870004,4.83 9.0820004,2.945 0.546,-1.729 1.407,-2.115 2.097,-2.115 0.956,0 1.497,0.924 1.986,1.149 32.736,15.084 57.369,-21.891 57.369,-21.891 0.431,-2.498 0.641,-5.038 0.679,-7.572 0.035,-2.323 -0.105,-4.573 0.21,-6.884 0.294,-2.157 0.384,-4.214 -0.675,-6.196 -0.755,-1.404 -2.009,-2.142 -3.467,-2.62 -0.368,-0.12 -2.435,-0.869 -2.42,-0.276 z"
  1123. id="Fill-8"
  1124. mask="none"
  1125. style="fill:#91c11e;fill-rule:evenodd;stroke:none;stroke-width:1" />
  1126. <path
  1127. d="m 13.091091,66.041 c -0.69,0 -1.551,0.386 -2.097,2.115 -0.595,1.885 -7.0000004,1.243 -9.0820004,-2.945 -2.19800002,-4.422 -1.08300002,-7.663 -0.91500002,-8.098 -0.075,0.187 -0.117,0.304 -0.16,0.421 0.053,-0.14 0.101,-0.281 0.159,-0.419 -0.058,0.139 -0.107,0.281 -0.16,0.422 -0.147,0.402 -0.283,0.809 -0.399,1.224 -0.06,0.224 -0.112,0.449 -0.16,0.675 -0.015,0.071 -0.029,0.143 -0.043,0.214 -0.047,0.245 -0.09,0.489 -0.122,0.734 0.032,-0.244 0.075,-0.488 0.122,-0.732 -0.273,1.382 -0.325,2.814 -0.061,4.198 0.729,3.816 3.53300002,5.78 7.07100002,6.81 2.311,0.673 4.5400004,1.26 6.6550004,2.448 1.89,1.062 3.731,2.216 5.731,3.069 8.628,3.679 18.723,3.407 27.432,0.164 8.916,-3.319 16.533,-9.67 21.032,-18.089 2.16,-4.044 3.576,-8.441 4.352,-12.953 0,0 -24.633,36.975 -57.369,21.891 -0.489,-0.225 -1.03,-1.149 -1.986,-1.149 z"
  1128. id="Fill-9"
  1129. mask="none"
  1130. style="fill:#659a41;fill-rule:evenodd;stroke:none;stroke-width:1" />
  1131. <path
  1132. mask="none"
  1133. style="fill:#fffffe;fill-rule:evenodd;stroke:none;stroke-width:1"
  1134. id="Fill-11"
  1135. d="m 28.179091,26.173 c -0.387,0.145 -3.372,-4.165 -1.865,-5.008 9.967,-5.579 25.298,-2.129 32.743,2.597 0.585,0.371 0.842,0.579 0.843,0.677 0.886,1.514 -16.847,-3.826 -31.721,1.734" />
  1136. </g>
  1137. </svg>
  1138. index.html0000744017777601777760000001601613773566035012720 0ustar nobodynogroup<!DOCTYPE html>
  1139. <html>
  1140. <head>
  1141. <meta charset="utf-8">
  1142. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  1143. <title>SMART HOME - Lothar Bieber-Gasse 5</title>
  1144. <link rel="stylesheet" href="metrostyle.css">
  1145. </head>
  1146. <body>
  1147.  
  1148. <div class="metro">
  1149. <div class="l1">
  1150.  
  1151. <a href="index.html"> <!-- update main adress -->
  1152. <li class="item blue">
  1153. <i><ion-icon name="apps"></ion-icon></i>
  1154. <span>SMARTHOME</span></li>
  1155. </a>
  1156.  
  1157. <a href="http://192.168.178.223:1880/ui/">
  1158. <li class="item yellow twin">
  1159. <i><ion-icon src="https://nodered.org/about/resources/media/node-red-icon.svg"></ion-icon></i>
  1160. <span>NodeRed UI</span></li>
  1161. </a>
  1162.  
  1163. <!-- IOBroker -->
  1164. <a href="http://192.168.178.223:8081">
  1165. <li class="item silver">
  1166. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/commons/1/16/IoBrokerLogo.svg"></ion-icon></i>
  1167. <span>IOBroker</span></li>
  1168. </a>
  1169.  
  1170. <!-- PLEX -->
  1171. <a href="http://192.168.178.222:32400/web/index.html">
  1172. <li class="item cyan twin">
  1173. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/commons/f/f0/Plex_vector_logo.svg"></ion-icon></i>
  1174. <span>OpenMediaVault<span class="tooltiptext">crafetzeder@gmail.com:rafichrisPLEX1</span></span></li>
  1175. </a>
  1176.  
  1177. <!-- BURNHARD -->
  1178. <!--<a href="http://192.168.178.223:3000">-->
  1179. <a href="https://www.burnhard.de/magazin/">
  1180. <li class="item cyan">
  1181. <!--<i><ion-icon src="https://cdn2.springlane.de/media/vector/b8/73/c4/burnhard-logo-invert.svg"></ion-icon></i>-->
  1182. <i><ion-icon src="icons/burnhard.svg"></ion-icon></i>
  1183. <span>Burnhard Magazin<span class="tooltiptext">Magazin</span></span></li>
  1184. </a>
  1185.  
  1186. <!-- Marley Spoon Rezepte -->
  1187. <a href="https://marleyspoon.at/menu">
  1188. <li class="item blue">
  1189. <i><ion-icon src="icons/marleyspoon.svg"></ion-icon></i>
  1190. <span>MARLEY SPOON</span></li>
  1191. </a>
  1192.  
  1193. <!-- Hello Fresh Rezepte -->
  1194. <a href="https://www.hellofresh.at/menus/">
  1195. <li class="item red">
  1196. <i><ion-icon src="icons/HelloFresh_logo_square.svg"></ion-icon></i>
  1197. <span>Hello FRESH</span></li>
  1198. </a>
  1199.  
  1200. <!-- Bienenfutterrechner -->
  1201. <a href="https://www.imkerei-seewald.at/index.php/nuetzliches/online-futterberechnung">
  1202. <li class="item yellow">
  1203. <i><ion-icon src="icons/bee.svg"></ion-icon></i>
  1204. <span>Bienenfutter</span></li>
  1205. </a>
  1206.  
  1207. <!-- LEXMARK C2425dw -->
  1208. <a href="http://192.168.178.241">
  1209. <li class="item darkblue">
  1210. <i><ion-icon name="print-outline"></ion-icon></i>
  1211. <span>Lexmark C2425dw</span></li>
  1212. </a>
  1213.  
  1214. <!-- Novelan -->
  1215. <a href="http://192.168.178.242">
  1216. <li class="item darkcyan">
  1217. <i><ion-icon name="stats-chart-outline"></ion-icon></i>
  1218. <span>Novelan LAV8-HSV9<span class="tooltiptext">999999</span></span></li>
  1219. </a>
  1220.  
  1221. <!-- Router -->
  1222. <a href="http://192.168.178.1">
  1223. <li class="item yellow">
  1224. <i><ion-icon name="globe-outline"></ion-icon></i>
  1225. <span>Router Icotera i6850<span class="tooltiptext">admin:admin</span></span></li>
  1226. </a>
  1227.  
  1228. <!-- Jura Anleitungen -->
  1229. <a href="https://www.jura-ersatzteile-shop.de/service-anleitungen">
  1230. <li class="item green">
  1231. <i><ion-icon src="icons/jura.svg"></ion-icon></i>
  1232. <span>JURA Service</span></li>
  1233. </a>
  1234.  
  1235. <!-- SSH -->
  1236. <a href="./index-ssh.html">
  1237. <li class="item ssh">
  1238. <i><ion-icon src="icons/ssh.svg"></ion-icon></i>
  1239. <span>SSH</span></li>
  1240. </a>
  1241.  
  1242. <!-- Service -->
  1243. <a href="./index-service.html">
  1244. <li class="item silver">
  1245. <i><ion-icon name="settings-outline"></ion-icon></i>
  1246. <span>Service Area</span></li>
  1247. </a>
  1248.  
  1249. <!-- COLORS -->
  1250. <a href="https://ionicons.com">
  1251. <li class="item blue twin">
  1252. <i><ion-icon name="color-palette"></ion-icon></i>
  1253. <span>blue twin</span></li>
  1254. </a>
  1255. <a href="https://ionicons.com">
  1256. <li class="item darkblue">
  1257. <i><ion-icon name="color-palette"></ion-icon></i>
  1258. <span>darkblue</span></li>
  1259. </a>
  1260. <a href="https://ionicons.com">
  1261. <li class="item redbak">
  1262. <i><ion-icon name="color-palette"></ion-icon></i>
  1263. <span>redbak</span></li>
  1264. </a>
  1265. <a href="https://ionicons.com">
  1266. <li class="item red">
  1267. <i><ion-icon name="color-palette"></ion-icon></i>
  1268. <span>red</span></li>
  1269. </a>
  1270. <a href="https://ionicons.com">
  1271. <li class="item green">
  1272. <i><ion-icon name="color-palette"></ion-icon></i>
  1273. <span>green</span></li>
  1274. </a>
  1275. <a href="https://ionicons.com">
  1276. <li class="item asphalt">
  1277. <i><ion-icon name="color-palette"></ion-icon></i>
  1278. <span>asphalt</span></li>
  1279. </a>
  1280. <a href="https://ionicons.com">
  1281. <li class="item purple">
  1282. <i><ion-icon name="color-palette"></ion-icon></i>
  1283. <span>purple</span></li>
  1284. </a>
  1285. <a href="https://ionicons.com">
  1286. <li class="item cyan">
  1287. <i><ion-icon name="color-palette"></ion-icon></i>
  1288. <span>cyan</span></li>
  1289. </a>
  1290. <a href="https://ionicons.com">
  1291. <li class="item darkcyan">
  1292. <i><ion-icon name="color-palette"></ion-icon></i>
  1293. <span>darkcyan</span></li>
  1294. </a>
  1295. <a href="https://ionicons.com">
  1296. <li class="item yellow">
  1297. <i><ion-icon name="color-palette"></ion-icon></i>
  1298. <span>yellow</span></li>
  1299. </a>
  1300. <a href="https://ionicons.com">
  1301. <li class="item orange">
  1302. <i><ion-icon name="color-palette"></ion-icon></i>
  1303. <span>orange</span></li>
  1304. </a>
  1305. <a href="https://ionicons.com">
  1306. <li class="item silver">
  1307. <i><ion-icon name="color-palette"></ion-icon></i>
  1308. <span>silver</span></li>
  1309. </a>
  1310. <a href="https://ionicons.com">
  1311. <li class="item ekey">
  1312. <i><ion-icon name="color-palette"></ion-icon></i>
  1313. <span>ekey</span></li>
  1314. </a>
  1315.  
  1316. </div>
  1317.  
  1318. </div>
  1319.  
  1320. <script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
  1321. </body>
  1322. </html>
  1323.  
  1324. index.lighttpd.html0000744017777601777760000000647413642173461014535 0ustar nobodynogroup<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  1325. <html xmlns="http://www.w3.org/1999/xhtml">
  1326. <head>
  1327. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  1328. <title>Welcome page</title>
  1329. <style type="text/css" media="screen">
  1330. body { background: #e7e7e7; font-family: Verdana, sans-serif; font-size: 11pt; }
  1331. #page { background: #ffffff; margin: 50px; border: 2px solid #c0c0c0; padding: 10px; }
  1332. #header { background: #4b6983; border: 2px solid #7590ae; text-align: center; padding: 10px; color: #ffffff; }
  1333. #header h1 { color: #ffffff; }
  1334. #body { padding: 10px; }
  1335. span.tt { font-family: monospace; }
  1336. span.bold { font-weight: bold; }
  1337. a:link { text-decoration: none; font-weight: bold; color: #C00; background: #ffc; }
  1338. a:visited { text-decoration: none; font-weight: bold; color: #999; background: #ffc; }
  1339. a:active { text-decoration: none; font-weight: bold; color: #F00; background: #FC0; }
  1340. a:hover { text-decoration: none; color: #C00; background: #FC0; }
  1341. </style>
  1342. </head>
  1343. <body>
  1344. <div id="page">
  1345. <div id="header">
  1346. <h1> Placeholder page </h1>
  1347. The owner of this web site has not put up any web pages yet. Please come back later.
  1348. </div>
  1349. <div id="body">
  1350. <h2>You should replace this page with your own web pages as soon as possible.</h2>
  1351. Unless you changed its configuration, your new server is configured as follows:
  1352. <ul>
  1353. <li>Configuration files can be found in <span class="tt">/etc/lighttpd</span>. Please read <span class="tt">/etc/lighttpd/conf-available/README</span> file.</li>
  1354. <li>The DocumentRoot, which is the directory under which all your HTML files should exist, is set to <span class="tt">/var/www/html</span>.</li>
  1355. <li>CGI scripts are looked for in <span class="tt">/usr/lib/cgi-bin</span>, which is where Debian packages will place their scripts. You can enable cgi module by using command <span class="bold tt">&quot;lighty-enable-mod cgi&quot;</span>.</li>
  1356. <li>Log files are placed in <span class="tt">/var/log/lighttpd</span>, and will be rotated weekly. The frequency of rotation can be easily changed by editing <span class="tt">/etc/logrotate.d/lighttpd</span>.</li>
  1357. <li>The default directory index is <span class="tt">index.html</span>, meaning that requests for a directory <span class="tt">/foo/bar/</span> will give the contents of the file /var/www/html/foo/bar/index.html if it exists (assuming that <span class="tt">/var/www/html</span> is your DocumentRoot).</li>
  1358. <li>You can enable user directories by using command <span class="bold tt">&quot;lighty-enable-mod userdir&quot;</span></li>
  1359. </ul>
  1360. <h2>About this page</h2>
  1361. <p>
  1362. This is a placeholder page installed by the Debian release of the <a href="http://packages.debian.org/lighttpd">Lighttpd server package.</a>
  1363. </p>
  1364. <p>
  1365. This computer has installed the Debian GNU/Linux operating system, but it has nothing to do with the Debian Project. Please do not contact the Debian Project about it.
  1366. </p>
  1367. <p>
  1368. If you find a bug in this Lighttpd package, or in Lighttpd itself, please file a bug report on it. Instructions on doing this, and the list of known bugs of this package, can be found in the
  1369. <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=lighttpd">Debian Bug Tracking System.</a>
  1370. </p>
  1371. </div>
  1372. </div>
  1373. <!-- s:853e9a42efca88ae0dd1a83aeb215047 -->
  1374. </body>
  1375. </html>
  1376. index-service.html0000744017777601777760000002375413773566412014364 0ustar nobodynogroup<!DOCTYPE html>
  1377. <html>
  1378. <head>
  1379. <meta charset="utf-8">
  1380. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  1381. <title>SMART HOME - SERVICE</title>
  1382. <link rel="stylesheet" href="metrostyle.css">
  1383. </head>
  1384. <body>
  1385.  
  1386. <div class="metro">
  1387. <div class="l1">
  1388.  
  1389. <a href="index.html">
  1390. <li class="item blue">
  1391. <i><ion-icon name="apps"></ion-icon></i>
  1392. <span>SMARTHOME</span></li>
  1393. </a>
  1394.  
  1395.  
  1396. <!-- NodeRed -->
  1397. <a href="http://192.168.178.223:1880">
  1398. <li class="item yellow">
  1399. <i><ion-icon src="https://nodered.org/about/resources/media/node-red-icon.svg"></ion-icon></i>
  1400. <span>NodeRed Admin</span></li>
  1401. </a>
  1402.  
  1403. <!-- Grafana -->
  1404. <!--<a href="http://192.168.178.223:3000">-->
  1405. <a href="http://192.168.178.223:3000/d/egxa1-WRk/temperatures?orgId=1&refresh=1m&from=now-3d&to=now&kiosk=tv">
  1406. <li class="item cyan">
  1407. <i><ion-icon src="https://raw.githubusercontent.com/grafana/grafana/master/public/img/grafana_icon.svg"></ion-icon></i>
  1408. <span>Grafana<span class="tooltiptext">USER:PASSWORD</span></span></li>
  1409. </a>
  1410.  
  1411. <!-- OMV -->
  1412. <a href="http://192.168.178.222">
  1413. <li class="item green">
  1414. <i><ion-icon name="menu-outline"></ion-icon></i>
  1415. <span>OpenMediaVault<span class="tooltiptext">USER:PASSWORD</span></span></li>
  1416. </a>
  1417.  
  1418. <!-- UniFi -->
  1419. <a href="https://192.168.178.221:8443">
  1420. <li class="item red twin">
  1421. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/en/9/93/Ubiquiti_Networks_2016.svg"></ion-icon></i>
  1422. <span>UniFi Controller<span class="tooltiptext">USER:PASSWORD</span></span></li>
  1423. </a>
  1424.  
  1425. <a href="https://192.168.178.221:8443">
  1426. <li class="item red">
  1427. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/en/9/93/Ubiquiti_Networks_2016.svg"></ion-icon></i>
  1428. <span>UniFi AP (EG) <br>192.168.178.231</span></li>
  1429. </a>
  1430. <a href="https://192.168.178.221:8443">
  1431. <li class="item red">
  1432. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/en/9/93/Ubiquiti_Networks_2016.svg"></ion-icon></i>
  1433. <span>UniFi AP (OG) <br>192.168.178.232</span></li>
  1434. </a>
  1435.  
  1436. <!-- PiHole -->
  1437. <a href="http://192.168.178.221:80/admin">
  1438. <li class="item purple">
  1439. <i><ion-icon name="globe-outline"></ion-icon></i>
  1440. <span>Pi-Hole</span></li>
  1441. </a>
  1442.  
  1443. <!-- GIRA IP Interface -->
  1444. <a href="http://192.168.178.239:8080">
  1445. <li class="item orange">
  1446. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/commons/2/20/Logo_Gira_Giersiepen.svg"></ion-icon></i>
  1447. <span>GIRA KNX IP Interface</span></li>
  1448. </a>
  1449.  
  1450. <!-- Livento -->
  1451. <a href="http://192.168.178.243">
  1452. <li class="item yellow">
  1453. <i><ion-icon name="settings-outline"></ion-icon></i>
  1454. <span>LiVento ALD-20 AEROline</span></li>
  1455. </a>
  1456.  
  1457. <!-- eKey -->
  1458. <a href="https://www.ekey.net/assets/media_center/DE/Bedienungsanleitung_ekey_home_SE_mini_micro_de_web_ID203_3004.pdf">
  1459. <li class="item ekey">
  1460. <i><ion-icon name="finger-print-outline"></ion-icon></i>
  1461. <span>eKey Fingerprint Manual</span></li>
  1462. </a>
  1463. <a href="https://www.ekey.net/assets/media_center/DE/Bedienungsanleitung_ekey_home_SE_mini_micro_de_web_ID203_3004.pdf">
  1464. <li class="item ekey twin">
  1465. <span>ekey home FS IN 2.0 T Bluetooth RFID (101670) <br> eKey home SE mini 2 (101770)<br> pairing:999999/app:1234</span></li>
  1466. </a>
  1467.  
  1468. <!-- LiVento/ModBus Pastebin -->
  1469. <a href="https://pastebin.com/u/rafi_chris">
  1470. <li class="item orange">
  1471. <i><ion-icon name="copy-outline"></ion-icon></i>
  1472. <span>ModBus Code / PasteBin</span></li>
  1473. </a>
  1474.  
  1475. <!-- LiVento Installations und Bedienungsanleitung -->
  1476. <a href="https://www.dropbox.com/s/h773xq1vnzyr48k/bedinungsanleitung_ald_20.pdf?dl=0">
  1477. <li class="item orange">
  1478. <i><ion-icon name="copy-outline"></ion-icon></i>
  1479. <span>LiVento ALD 20</span></li>
  1480. </a>
  1481.  
  1482. <!-- LiVento Installations und Bedienungsanleitung -->
  1483. <a href="https://www.dropbox.com/s/g8rhzb1lwe6ijvb/Installationsanleitung%20ALMB_Modbus.pdf?dl=0">
  1484. <li class="item orange">
  1485. <i><ion-icon name="copy-outline"></ion-icon></i>
  1486. <span>LiVento ModBus</span></li>
  1487. </a>
  1488.  
  1489. <!-- XY-MD02 -->
  1490. <a href="https://www.dropbox.com/s/21o4hi31qj3ani6/%20XY-MD02%20information.pdf?dl=0">
  1491. <li class="item blue">
  1492. <i><ion-icon name="copy-outline"></ion-icon></i>
  1493. <span>Humidity Sensor XY-MD02 ModBus</span></li>
  1494. </a>
  1495.  
  1496. <!-- R4aVA07 -->
  1497. <a href="https://www.dropbox.com/sh/wv15xgxjfx0trmm/AAAoG1iwoxZjNGd64_yIhECKa?dl=0">
  1498. <li class="item blue">
  1499. <i><ion-icon name="copy-outline"></ion-icon></i>
  1500. <span>Voltage Sensor R4AVA07 ModBus</span></li>
  1501. </a>
  1502.  
  1503. <!-- CE040 -->
  1504. <a href="https://www.dropbox.com/sh/kgwbfrg0rp1a8p7/AADB0LBSywmWuxttzQnNYiOEa?dl=0">
  1505. <li class="item blue">
  1506. <i><ion-icon name="copy-outline"></ion-icon></i>
  1507. <span>4 Channel Relay CE040 ModBus</span></li>
  1508. </a>
  1509.  
  1510. <!-- TTR 56E -->
  1511. <a href="https://www.dropbox.com/s/1f5lxxja9gqguzb/TRT-BA-TTR56E-TC-004-DE.pdf?dl=0">
  1512. <li class="item yellow">
  1513. <i><ion-icon name="copy-outline"></ion-icon></i>
  1514. <span>TTR 56E Entfeuchtungsgerät</span></li>
  1515. </a>
  1516.  
  1517.  
  1518. <a href="https://www.photovoltaikforum.com/wissen/entry/26-teil-1-aufsetzen-des-raspberry-pi-s/">
  1519. <li class="item silver">
  1520. <i><ion-icon name="logo-youtube"></ion-icon></i>
  1521. <span>Installanleitung: InfluxDB + Grafana</span></li>
  1522. </a>
  1523. <a href="https://tpolo.de/raspberry-pi4-grafana-debian-buster-installieren">
  1524. <li class="item silver">
  1525. <i><ion-icon name="logo-youtube"></ion-icon></i>
  1526. <span>Install Grafana</span></li>
  1527. </a>
  1528. <a href="https://simonhearne.com/2020/pi-influx-grafana/">
  1529. <li class="item silver">
  1530. <i><ion-icon name="logo-youtube"></ion-icon></i>
  1531. <span>Installing InfluxDB & Grafana on Raspberry Pi</span></li>
  1532. </a>
  1533. <a href="https://www.youtube.com/watch?v=LdcFQJvjdqI">
  1534. <li class="item silver">
  1535. <i><ion-icon name="logo-youtube"></ion-icon></i>
  1536. <span>Metro UI Tutorial</span></li>
  1537. </a>
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543. <a href="https://www.youtube.com/watch?v=LdcFQJvjdqI">
  1544. <li class="item silver">
  1545. <i><ion-icon name="logo-youtube"></ion-icon></i>
  1546. <span>Metro UI Tutorial</span></li>
  1547. </a>
  1548.  
  1549. <a href="https://ionicons.com/">
  1550. <li class="item silver">
  1551. <i><ion-icon name="logo-ionic"></ion-icon></i>
  1552. <span>logo-ionic</span></li>
  1553. </a>
  1554.  
  1555. <a href="https://flatuicolors.com/palette/defo">
  1556. <li class="item silver">
  1557. <i><ion-icon name="color-palette"></ion-icon></i>
  1558. <span>Flat UI Color</span></li>
  1559. </a>
  1560.  
  1561. <a href="https://forum.iobroker.net/topic/4696/install-node-red/2">
  1562. <li class="item silver">
  1563. <i><ion-icon src="https://nodered.org/about/resources/media/node-red-icon.svg"></ion-icon></i>
  1564. <span>Broken NodeRed after Update</span></li>
  1565. </a>
  1566.  
  1567. <a href="https://gist.github.com/mohnen/6923d5eb2e4547bb7e5bd90546d2ee80">
  1568. <li class="item silver">
  1569. <i><ion-icon src="https://nodered.org/about/resources/media/node-red-icon.svg"></ion-icon></i>
  1570. <span>FavIcon 1</span></li>
  1571. </a>
  1572.  
  1573. <a href="https://forum.iobroker.net/topic/17294/node-red-persistence-funktion-einschalten/2">
  1574. <li class="item silver">
  1575. <i><ion-icon src="https://nodered.org/about/resources/media/node-red-icon.svg"></ion-icon></i>
  1576. <span>FavIcon 2</span></li>
  1577. </a>
  1578.  
  1579.  
  1580. <a href="https://medium.com/@timebarrier/install-pivpn-with-wireguard-on-a-raspberry-pi-with-pihole-19d95ba8d206">
  1581. <li class="item blue">
  1582. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/commons/6/67/Breezeicons-devices-22-network-vpn.svg"></ion-icon></i>
  1583. <span>PiVPN / WireGuard</span></li>
  1584. </a>
  1585.  
  1586. <!-- Plex Anleitungen -->
  1587. <a href="https://snapcraft.io/install/plexmediaserver/raspbian">
  1588. <li class="item green">
  1589. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/commons/f/f0/Plex_vector_logo.svg"></ion-icon></i>
  1590. <span>PLEX</span></li>
  1591. </a>
  1592.  
  1593. <!-- RASPBERRY SETUP -->
  1594. <a href="https://linuxhint.com/install_raspberry_pi_os_without_external_monitor/">
  1595. <li class="item blue">
  1596. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/en/c/cb/Raspberry_Pi_Logo.svg"></ion-icon></i>
  1597. <span>Raspberry Headless installation</span></li>
  1598. </a>
  1599.  
  1600. <!-- SSH -->
  1601. <a href="./index-ssh.html">
  1602. <li class="item ssh">
  1603. <i><ion-icon src="icons/ssh.svg"></ion-icon></i>
  1604. <span>SSH</span></li>
  1605. </a>
  1606.  
  1607.  
  1608. </div>
  1609.  
  1610. </div>
  1611.  
  1612.  
  1613.  
  1614.  
  1615. <script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
  1616. </body>
  1617. </html>
  1618.  
  1619. index-ssh.html0000744017777601777760000000304113773560742013504 0ustar nobodynogroup<!DOCTYPE html>
  1620. <html>
  1621. <head>
  1622. <meta charset="utf-8">
  1623. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  1624. <title>SMART HOME - SSH</title>
  1625. <link rel="stylesheet" href="metrostyle.css">
  1626. </head>
  1627. <body>
  1628.  
  1629. <div class="metro">
  1630. <div class="l1">
  1631.  
  1632. <a href="index.html">
  1633. <li class="item blue">
  1634. <i><ion-icon name="apps"></ion-icon></i>
  1635. <span>SMARTHOME</span></li>
  1636. </a>
  1637.  
  1638. <!-- UniFi -->
  1639. <a href="ssh://pi:raspberry@192.168.178.221">
  1640. <li class="item ssh">
  1641. <i><ion-icon src="https://upload.wikimedia.org/wikipedia/en/9/93/Ubiquiti_Networks_2016.svg"></ion-icon></i>
  1642. <span>221 UniFi SSH<span class="tooltiptext">pi:raspberry</span></span></li>
  1643. </a>
  1644.  
  1645. <!-- OMV -->
  1646. <a href="ssh://pi:raspberry@192.168.178.222">
  1647. <li class="item ssh">
  1648. <i><ion-icon name="menu-outline"></ion-icon></i>
  1649. <span>222 OpenMediaVault SSH<span class="tooltiptext">pi:raspberry</span></span></li>
  1650. </a>
  1651.  
  1652. <!-- NodeRed -->
  1653. <a href="ssh://pi:raspberry@192.168.178.223">
  1654. <li class="item ssh">
  1655. <i><ion-icon src="https://nodered.org/about/resources/media/node-red-icon.svg"></ion-icon></i>
  1656. <span>223 NodeRed SSH</span></li>
  1657. </a>
  1658.  
  1659. </div>
  1660.  
  1661. </div>
  1662.  
  1663. <script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
  1664. </body>
  1665. </html>
  1666.  
  1667. ionicons.min.css0000744017777601777760000014412413650400471014023 0ustar nobodynogroup@charset "UTF-8";/*!
  1668. Ionicons, v2.0.1
  1669. Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  1670. https://twitter.com/benjsperry https://twitter.com/ionicframework
  1671. MIT License: https://github.com/driftyco/ionicons
  1672.  
  1673. Android-style icons originally built by Google’s
  1674. Material Design Icons: https://github.com/google/material-design-icons
  1675. used under CC BY http://creativecommons.org/licenses/by/4.0/
  1676. Modified icons to fit ionicon’s grid from original.
  1677. */@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.1");src:url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("../fonts/ionicons.woff?v=2.0.1") format("woff"),url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
  1678. metrostyle.css0000744017777601777760000000352413730225064013627 0ustar nobodynogroup@import "http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";
  1679. *{
  1680. margin: 0;
  1681. padding: 0;
  1682. font-family: "Montserrat",sans-serif;
  1683. list-style: none;
  1684. }
  1685. body{
  1686. background: #333;
  1687. }
  1688. .metro{
  1689. color: white;
  1690. position: relative;
  1691. top: 10px;
  1692. left: 10%;
  1693. transform: translate(-5%,-10%);
  1694. }
  1695. ion-icon {
  1696. color: white;
  1697. }
  1698.  
  1699. a {
  1700. all: unset;
  1701. }
  1702.  
  1703.  
  1704. .item{
  1705. width: 100px;
  1706. height: 100px;
  1707. float: left;
  1708. margin: 4px;
  1709. cursor: pointer;
  1710. text-align: center;
  1711. position: relative;
  1712. transition: 0.4s;
  1713. background: #3498db;
  1714. display: inline-block;
  1715. }
  1716.  
  1717. .item:hover{
  1718. transform: scale(0.9);
  1719. }
  1720.  
  1721. .item i{
  1722. font-size: 36px;
  1723. line-height: 90px;
  1724. opacity: 0.8;
  1725. }
  1726. .item span{
  1727. opacity: 0.8;
  1728. position: absolute;
  1729. bottom: 6px;
  1730. left: 6px;
  1731. font-size: 12px;
  1732. }
  1733.  
  1734.  
  1735. .blue{
  1736. background: #3498db;
  1737. }
  1738. .darkblue{
  1739. background: #2980b9;
  1740. }
  1741.  
  1742. .redbak{
  1743. background: #e74c3c;
  1744. }
  1745.  
  1746. .red{
  1747. background: #c0392b;
  1748. }
  1749.  
  1750. .green{
  1751. background: #2ecc71;
  1752. }
  1753.  
  1754. .asphalt{
  1755. background: #34495e;
  1756. }
  1757.  
  1758. .ssh{
  1759. background: #34495e;
  1760. }
  1761.  
  1762. .purple{
  1763. background: #9b59b6;
  1764. }
  1765.  
  1766. .cyan{
  1767. background: #1abc9c;
  1768. }
  1769. .darkcyan{
  1770. background: #16a085;
  1771. }
  1772.  
  1773. .yellow{
  1774. background: #f1c40f;
  1775. }
  1776.  
  1777. .orange{
  1778. background: #f39c12;
  1779. }
  1780.  
  1781. .ekey{
  1782. background: #0b457c;
  1783. color: #cad427;
  1784. }
  1785.  
  1786. .silver{
  1787. background: #bdc3c7;
  1788. }
  1789.  
  1790. .twin{
  1791. width: 208px;
  1792. }
  1793.  
  1794.  
  1795. .item .tooltiptext {
  1796. visibility: hidden;
  1797. width: 120px;
  1798. background-color: #555;
  1799. color: #fff;
  1800. text-align: center;
  1801. border-radius: 6px;
  1802. padding: 5px 0;
  1803. position: absolute;
  1804. z-index: 1;
  1805. bottom: 150%;
  1806. left: 50%;
  1807. margin-left: -40px;
  1808. opacity: 0;
  1809. transition: opacity 0.3s;
  1810. }
  1811.  
  1812. .item .tooltiptext::after {
  1813. content: "";
  1814. position: absolute;
  1815. top: 100%;
  1816. left: 20px;
  1817. margin-left: -5px;
  1818. border-width: 5px;
  1819. border-style: solid;
  1820. border-color: #555 transparent transparent transparent;
  1821. }
  1822.  
  1823. .item:hover .tooltiptext {
  1824. visibility: visible;
  1825. opacity: 1;
  1826. }
  1827. reset.css0000744017777601777760000000267413642174335012555 0ustar nobodynogroup/* http://meyerweb.com/eric/tools/css/reset/
  1828. v2.0 | 20110126
  1829. License: none (public domain)
  1830. */
  1831.  
  1832. html, body, div, span, applet, object, iframe,
  1833. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  1834. a, abbr, acronym, address, big, cite, code,
  1835. del, dfn, em, img, ins, kbd, q, s, samp,
  1836. small, strike, strong, sub, sup, tt, var,
  1837. b, u, i, center,
  1838. dl, dt, dd, ol, ul, li,
  1839. fieldset, form, label, legend,
  1840. table, caption, tbody, tfoot, thead, tr, th, td,
  1841. article, aside, canvas, details, embed,
  1842. figure, figcaption, footer, header, hgroup,
  1843. menu, nav, output, ruby, section, summary,
  1844. time, mark, audio, video {
  1845. margin: 0;
  1846. padding: 0;
  1847. border: 0;
  1848. font-size: 100%;
  1849. font: inherit;
  1850. vertical-align: baseline;
  1851. }
  1852. /* HTML5 display-role reset for older browsers */
  1853. article, aside, details, figcaption, figure,
  1854. footer, header, hgroup, menu, nav, section {
  1855. display: block;
  1856. }
  1857. body {
  1858. line-height: 1.618em;
  1859. }
  1860. ol, ul {
  1861. list-style: none;
  1862. }
  1863. blockquote, q {
  1864. quotes: none;
  1865. }
  1866. blockquote:before, blockquote:after,
  1867. q:before, q:after {
  1868. content: '';
  1869. content: none;
  1870. }
  1871. table {
  1872. border-collapse: collapse;
  1873. border-spacing: 0;
  1874. }
  1875.  
  1876. /* unvisited link */
  1877. a:link {
  1878. color: red;
  1879. }
  1880.  
  1881. /* visited link */
  1882. a:visited {
  1883. color: green;
  1884. }
  1885.  
  1886. /* mouse over link */
  1887. a:hover {
  1888. color: hotpink;
  1889. }
  1890.  
  1891. /* selected link */
  1892. a:active {
  1893. color: blue;
  1894. }
  1895.  
  1896. a:link {
  1897. text-decoration: none;
  1898. }
  1899.  
  1900. a:visited {
  1901. text-decoration: none;
  1902. }
  1903.  
  1904. a:hover {
  1905. text-decoration: none;
  1906. }
  1907.  
  1908. a:active {
  1909. text-decoration: none;
  1910. }
  1911. style.css0000744017777601777760000005770213642340122012562 0ustar nobodynogroup/* -- import Roboto Font ---------------------------- */
  1912. @font-face {
  1913. font-family: 'Roboto';
  1914. font-style: italic;
  1915. font-weight: 100;
  1916. src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdKg.ttf) format('truetype');
  1917. }
  1918. @font-face {
  1919. font-family: 'Roboto';
  1920. font-style: italic;
  1921. font-weight: 300;
  1922. src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsE.ttf) format('truetype');
  1923. }
  1924. @font-face {
  1925. font-family: 'Roboto';
  1926. font-style: italic;
  1927. font-weight: 400;
  1928. src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzc.ttf) format('truetype');
  1929. }
  1930. @font-face {
  1931. font-family: 'Roboto';
  1932. font-style: italic;
  1933. font-weight: 500;
  1934. src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsE.ttf) format('truetype');
  1935. }
  1936. @font-face {
  1937. font-family: 'Roboto';
  1938. font-style: italic;
  1939. font-weight: 700;
  1940. src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsE.ttf) format('truetype');
  1941. }
  1942. @font-face {
  1943. font-family: 'Roboto';
  1944. font-style: italic;
  1945. font-weight: 900;
  1946. src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsE.ttf) format('truetype');
  1947. }
  1948. @font-face {
  1949. font-family: 'Roboto';
  1950. font-style: normal;
  1951. font-weight: 100;
  1952. src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzc.ttf) format('truetype');
  1953. }
  1954. @font-face {
  1955. font-family: 'Roboto';
  1956. font-style: normal;
  1957. font-weight: 300;
  1958. src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype');
  1959. }
  1960. @font-face {
  1961. font-family: 'Roboto';
  1962. font-style: normal;
  1963. font-weight: 400;
  1964. src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
  1965. }
  1966. @font-face {
  1967. font-family: 'Roboto';
  1968. font-style: normal;
  1969. font-weight: 500;
  1970. src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
  1971. }
  1972. @font-face {
  1973. font-family: 'Roboto';
  1974. font-style: normal;
  1975. font-weight: 700;
  1976. src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
  1977. }
  1978. @font-face {
  1979. font-family: 'Roboto';
  1980. font-style: normal;
  1981. font-weight: 900;
  1982. src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc9.ttf) format('truetype');
  1983. }
  1984. /* -- You can use this tables in Bootstrap (v3) projects. -- */
  1985. /* -- Box model ------------------------------- */
  1986. *,
  1987. *:after,
  1988. *:before {
  1989. -webkit-box-sizing: border-box;
  1990. -moz-box-sizing: border-box;
  1991. box-sizing: border-box;
  1992. }
  1993. /* -- Demo style ------------------------------- */
  1994. html,
  1995. body {
  1996. position: relative;
  1997. min-height: 100%;
  1998. height: 100%;
  1999. }
  2000. html {
  2001. position: relative;
  2002. overflow-x: hidden;
  2003. margin: 16px;
  2004. padding: 0;
  2005. min-height: 100%;
  2006. font-size: 62.5%;
  2007. }
  2008. body {
  2009. font-family: 'RobotoDraft', 'Roboto', 'Helvetica Neue, Helvetica, Arial', sans-serif;
  2010. font-style: normal;
  2011. font-weight: 300;
  2012. font-size: 1.4rem;
  2013. line-height: 2rem;
  2014. letter-spacing: 0.01rem;
  2015. color: #212121;
  2016. background-color: #f5f5f5;
  2017. -webkit-font-smoothing: antialiased;
  2018. -moz-osx-font-smoothing: grayscale;
  2019. text-rendering: optimizeLegibility;
  2020. }
  2021. #demo {
  2022. margin: 20px auto;
  2023. max-width: 960px;
  2024. }
  2025. #demo h1 {
  2026. font-size: 2.4rem;
  2027. line-height: 3.2rem;
  2028. letter-spacing: 0;
  2029. font-weight: 300;
  2030. color: #212121;
  2031. text-transform: inherit;
  2032. margin-bottom: 1rem;
  2033. text-align: center;
  2034. }
  2035. #demo h2 {
  2036. font-size: 1.5rem;
  2037. line-height: 2.8rem;
  2038. letter-spacing: 0.01rem;
  2039. font-weight: 400;
  2040. color: #212121;
  2041. text-align: center;
  2042. }
  2043. .shadow-z-1 {
  2044. -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  2045. -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  2046. box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  2047. }
  2048. /* -- Material Design Table style -------------- */
  2049. .table {
  2050. width: 100%;
  2051. max-width: 100%;
  2052. margin-bottom: 2rem;
  2053. background-color: #fff;
  2054. }
  2055. .table > thead > tr,
  2056. .table > tbody > tr,
  2057. .table > tfoot > tr {
  2058. -webkit-transition: all 0.3s ease;
  2059. -o-transition: all 0.3s ease;
  2060. transition: all 0.3s ease;
  2061. }
  2062. .table > thead > tr > th,
  2063. .table > tbody > tr > th,
  2064. .table > tfoot > tr > th,
  2065. .table > thead > tr > td,
  2066. .table > tbody > tr > td,
  2067. .table > tfoot > tr > td {
  2068. text-align: left;
  2069. padding: 1.6rem;
  2070. vertical-align: top;
  2071. border-top: 0;
  2072. -webkit-transition: all 0.3s ease;
  2073. -o-transition: all 0.3s ease;
  2074. transition: all 0.3s ease;
  2075. }
  2076. .table > thead > tr > th {
  2077. font-weight: 400;
  2078. color: #757575;
  2079. vertical-align: bottom;
  2080. border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  2081. }
  2082. .table > caption + thead > tr:first-child > th,
  2083. .table > colgroup + thead > tr:first-child > th,
  2084. .table > thead:first-child > tr:first-child > th,
  2085. .table > caption + thead > tr:first-child > td,
  2086. .table > colgroup + thead > tr:first-child > td,
  2087. .table > thead:first-child > tr:first-child > td {
  2088. border-top: 0;
  2089. }
  2090. .table > tbody + tbody {
  2091. border-top: 1px solid rgba(0, 0, 0, 0.12);
  2092. }
  2093. .table .table {
  2094. background-color: #fff;
  2095. }
  2096. .table .no-border {
  2097. border: 0;
  2098. }
  2099. .table-condensed > thead > tr > th,
  2100. .table-condensed > tbody > tr > th,
  2101. .table-condensed > tfoot > tr > th,
  2102. .table-condensed > thead > tr > td,
  2103. .table-condensed > tbody > tr > td,
  2104. .table-condensed > tfoot > tr > td {
  2105. padding: 0.8rem;
  2106. }
  2107. .table-bordered {
  2108. border: 0;
  2109. }
  2110. .table-bordered > thead > tr > th,
  2111. .table-bordered > tbody > tr > th,
  2112. .table-bordered > tfoot > tr > th,
  2113. .table-bordered > thead > tr > td,
  2114. .table-bordered > tbody > tr > td,
  2115. .table-bordered > tfoot > tr > td {
  2116. border: 0;
  2117. border-bottom: 1px solid #e0e0e0;
  2118. }
  2119. .table-bordered > thead > tr > th,
  2120. .table-bordered > thead > tr > td {
  2121. border-bottom-width: 2px;
  2122. }
  2123. .table-striped > tbody > tr:nth-child(odd) > td,
  2124. .table-striped > tbody > tr:nth-child(odd) > th {
  2125. background-color: #f5f5f5;
  2126. }
  2127. .table-hover > tbody > tr:hover > td,
  2128. .table-hover > tbody > tr:hover > th {
  2129. background-color: rgba(0, 0, 0, 0.12);
  2130. }
  2131. @media screen and (max-width: 768px) {
  2132. .table-responsive-vertical > .table {
  2133. margin-bottom: 0;
  2134. background-color: transparent;
  2135. }
  2136. .table-responsive-vertical > .table > thead,
  2137. .table-responsive-vertical > .table > tfoot {
  2138. display: none;
  2139. }
  2140. .table-responsive-vertical > .table > tbody {
  2141. display: block;
  2142. }
  2143. .table-responsive-vertical > .table > tbody > tr {
  2144. display: block;
  2145. border: 1px solid #e0e0e0;
  2146. border-radius: 2px;
  2147. margin-bottom: 1.6rem;
  2148. }
  2149. .table-responsive-vertical > .table > tbody > tr > td {
  2150. background-color: #fff;
  2151. display: block;
  2152. vertical-align: middle;
  2153. text-align: right;
  2154. }
  2155. .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
  2156. content: attr(data-title);
  2157. float: left;
  2158. font-size: inherit;
  2159. font-weight: 400;
  2160. color: #757575;
  2161. }
  2162. .table-responsive-vertical.shadow-z-1 {
  2163. -webkit-box-shadow: none;
  2164. -moz-box-shadow: none;
  2165. box-shadow: none;
  2166. }
  2167. .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
  2168. border: none;
  2169. -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  2170. -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  2171. box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  2172. }
  2173. .table-responsive-vertical > .table-bordered {
  2174. border: 0;
  2175. }
  2176. .table-responsive-vertical > .table-bordered > tbody > tr > td {
  2177. border: 0;
  2178. border-bottom: 1px solid #e0e0e0;
  2179. }
  2180. .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
  2181. border-bottom: 0;
  2182. }
  2183. .table-responsive-vertical > .table-striped > tbody > tr > td,
  2184. .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
  2185. background-color: #fff;
  2186. }
  2187. .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
  2188. background-color: #f5f5f5;
  2189. }
  2190. .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  2191. .table-responsive-vertical > .table-hover > tbody > tr:hover {
  2192. background-color: #fff;
  2193. }
  2194. .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
  2195. background-color: rgba(0, 0, 0, 0.12);
  2196. }
  2197. }
  2198. .table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
  2199. .table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  2200. background-color: #fde0dc;
  2201. }
  2202. .table-hover.table-mc-red > tbody > tr:hover > td,
  2203. .table-hover.table-mc-red > tbody > tr:hover > th {
  2204. background-color: #f9bdbb;
  2205. }
  2206. @media screen and (max-width: 767px) {
  2207. .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
  2208. .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
  2209. background-color: #fff;
  2210. }
  2211. .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
  2212. background-color: #fde0dc;
  2213. }
  2214. .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
  2215. .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
  2216. background-color: #fff;
  2217. }
  2218. .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
  2219. background-color: #f9bdbb;
  2220. }
  2221. }
  2222. .table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
  2223. .table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  2224. background-color: #fce4ec;
  2225. }
  2226. .table-hover.table-mc-pink > tbody > tr:hover > td,
  2227. .table-hover.table-mc-pink > tbody > tr:hover > th {
  2228. background-color: #f8bbd0;
  2229. }
  2230. @media screen and (max-width: 767px) {
  2231. .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
  2232. .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
  2233. background-color: #fff;
  2234. }
  2235. .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
  2236. background-color: #fce4ec;
  2237. }
  2238. .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
  2239. .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
  2240. background-color: #fff;
  2241. }
  2242. .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
  2243. background-color: #f8bbd0;
  2244. }
  2245. }
  2246. .table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
  2247. .table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  2248. background-color: #f3e5f5;
  2249. }
  2250. .table-hover.table-mc-purple > tbody > tr:hover > td,
  2251. .table-hover.table-mc-purple > tbody > tr:hover > th {
  2252. background-color: #e1bee7;
  2253. }
  2254. @media screen and (max-width: 767px) {
  2255. .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
  2256. .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
  2257. background-color: #fff;
  2258. }
  2259. .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
  2260. background-color: #f3e5f5;
  2261. }
  2262. .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
  2263. .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
  2264. background-color: #fff;
  2265. }
  2266. .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
  2267. background-color: #e1bee7;
  2268. }
  2269. }
  2270. .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
  2271. .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
  2272. background-color: #ede7f6;
  2273. }
  2274. .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  2275. .table-hover.table-mc-deep-purple > tbody > tr:hover > th {
  2276. background-color: #d1c4e9;
  2277. }
  2278. @media screen and (max-width: 767px) {
  2279. .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
  2280. .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
  2281. background-color: #fff;
  2282. }
  2283. .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
  2284. background-color: #ede7f6;
  2285. }
  2286. .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
  2287. .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
  2288. background-color: #fff;
  2289. }
  2290. .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
  2291. background-color: #d1c4e9;
  2292. }
  2293. }
  2294. .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
  2295. .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
  2296. background-color: #e8eaf6;
  2297. }
  2298. .table-hover.table-mc-indigo > tbody > tr:hover > td,
  2299. .table-hover.table-mc-indigo > tbody > tr:hover > th {
  2300. background-color: #c5cae9;
  2301. }
  2302. @media screen and (max-width: 767px) {
  2303. .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
  2304. .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
  2305. background-color: #fff;
  2306. }
  2307. .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
  2308. background-color: #e8eaf6;
  2309. }
  2310. .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
  2311. .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
  2312. background-color: #fff;
  2313. }
  2314. .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
  2315. background-color: #c5cae9;
  2316. }
  2317. }
  2318. .table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
  2319. .table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  2320. background-color: #e7e9fd;
  2321. }
  2322. .table-hover.table-mc-blue > tbody > tr:hover > td,
  2323. .table-hover.table-mc-blue > tbody > tr:hover > th {
  2324. background-color: #d0d9ff;
  2325. }
  2326. @media screen and (max-width: 767px) {
  2327. .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
  2328. .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
  2329. background-color: #fff;
  2330. }
  2331. .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
  2332. background-color: #e7e9fd;
  2333. }
  2334. .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
  2335. .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
  2336. background-color: #fff;
  2337. }
  2338. .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
  2339. background-color: #d0d9ff;
  2340. }
  2341. }
  2342. .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
  2343. .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  2344. background-color: #e1f5fe;
  2345. }
  2346. .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  2347. .table-hover.table-mc-light-blue > tbody > tr:hover > th {
  2348. background-color: #b3e5fc;
  2349. }
  2350. @media screen and (max-width: 767px) {
  2351. .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
  2352. .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
  2353. background-color: #fff;
  2354. }
  2355. .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
  2356. background-color: #e1f5fe;
  2357. }
  2358. .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
  2359. .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
  2360. background-color: #fff;
  2361. }
  2362. .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
  2363. background-color: #b3e5fc;
  2364. }
  2365. }
  2366. .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
  2367. .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
  2368. background-color: #e0f7fa;
  2369. }
  2370. .table-hover.table-mc-cyan > tbody > tr:hover > td,
  2371. .table-hover.table-mc-cyan > tbody > tr:hover > th {
  2372. background-color: #b2ebf2;
  2373. }
  2374. @media screen and (max-width: 767px) {
  2375. .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
  2376. .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
  2377. background-color: #fff;
  2378. }
  2379. .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
  2380. background-color: #e0f7fa;
  2381. }
  2382. .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
  2383. .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
  2384. background-color: #fff;
  2385. }
  2386. .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
  2387. background-color: #b2ebf2;
  2388. }
  2389. }
  2390. .table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
  2391. .table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
  2392. background-color: #e0f2f1;
  2393. }
  2394. .table-hover.table-mc-teal > tbody > tr:hover > td,
  2395. .table-hover.table-mc-teal > tbody > tr:hover > th {
  2396. background-color: #b2dfdb;
  2397. }
  2398. @media screen and (max-width: 767px) {
  2399. .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
  2400. .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
  2401. background-color: #fff;
  2402. }
  2403. .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
  2404. background-color: #e0f2f1;
  2405. }
  2406. .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
  2407. .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
  2408. background-color: #fff;
  2409. }
  2410. .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
  2411. background-color: #b2dfdb;
  2412. }
  2413. }
  2414. .table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
  2415. .table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
  2416. background-color: #d0f8ce;
  2417. }
  2418. .table-hover.table-mc-green > tbody > tr:hover > td,
  2419. .table-hover.table-mc-green > tbody > tr:hover > th {
  2420. background-color: #a3e9a4;
  2421. }
  2422. @media screen and (max-width: 767px) {
  2423. .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
  2424. .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
  2425. background-color: #fff;
  2426. }
  2427. .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
  2428. background-color: #d0f8ce;
  2429. }
  2430. .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
  2431. .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
  2432. background-color: #fff;
  2433. }
  2434. .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
  2435. background-color: #a3e9a4;
  2436. }
  2437. }
  2438. .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
  2439. .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
  2440. background-color: #f1f8e9;
  2441. }
  2442. .table-hover.table-mc-light-green > tbody > tr:hover > td,
  2443. .table-hover.table-mc-light-green > tbody > tr:hover > th {
  2444. background-color: #dcedc8;
  2445. }
  2446. @media screen and (max-width: 767px) {
  2447. .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
  2448. .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
  2449. background-color: #fff;
  2450. }
  2451. .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
  2452. background-color: #f1f8e9;
  2453. }
  2454. .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
  2455. .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
  2456. background-color: #fff;
  2457. }
  2458. .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
  2459. background-color: #dcedc8;
  2460. }
  2461. }
  2462. .table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
  2463. .table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
  2464. background-color: #f9fbe7;
  2465. }
  2466. .table-hover.table-mc-lime > tbody > tr:hover > td,
  2467. .table-hover.table-mc-lime > tbody > tr:hover > th {
  2468. background-color: #f0f4c3;
  2469. }
  2470. @media screen and (max-width: 767px) {
  2471. .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
  2472. .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
  2473. background-color: #fff;
  2474. }
  2475. .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
  2476. background-color: #f9fbe7;
  2477. }
  2478. .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
  2479. .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
  2480. background-color: #fff;
  2481. }
  2482. .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
  2483. background-color: #f0f4c3;
  2484. }
  2485. }
  2486. .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
  2487. .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
  2488. background-color: #fffde7;
  2489. }
  2490. .table-hover.table-mc-yellow > tbody > tr:hover > td,
  2491. .table-hover.table-mc-yellow > tbody > tr:hover > th {
  2492. background-color: #fff9c4;
  2493. }
  2494. @media screen and (max-width: 767px) {
  2495. .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
  2496. .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
  2497. background-color: #fff;
  2498. }
  2499. .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
  2500. background-color: #fffde7;
  2501. }
  2502. .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
  2503. .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
  2504. background-color: #fff;
  2505. }
  2506. .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
  2507. background-color: #fff9c4;
  2508. }
  2509. }
  2510. .table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
  2511. .table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
  2512. background-color: #fff8e1;
  2513. }
  2514. .table-hover.table-mc-amber > tbody > tr:hover > td,
  2515. .table-hover.table-mc-amber > tbody > tr:hover > th {
  2516. background-color: #ffecb3;
  2517. }
  2518. @media screen and (max-width: 767px) {
  2519. .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
  2520. .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
  2521. background-color: #fff;
  2522. }
  2523. .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
  2524. background-color: #fff8e1;
  2525. }
  2526. .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
  2527. .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
  2528. background-color: #fff;
  2529. }
  2530. .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
  2531. background-color: #ffecb3;
  2532. }
  2533. }
  2534. .table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
  2535. .table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
  2536. background-color: #fff3e0;
  2537. }
  2538. .table-hover.table-mc-orange > tbody > tr:hover > td,
  2539. .table-hover.table-mc-orange > tbody > tr:hover > th {
  2540. background-color: #ffe0b2;
  2541. }
  2542. @media screen and (max-width: 767px) {
  2543. .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
  2544. .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
  2545. background-color: #fff;
  2546. }
  2547. .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
  2548. background-color: #fff3e0;
  2549. }
  2550. .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
  2551. .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
  2552. background-color: #fff;
  2553. }
  2554. .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
  2555. background-color: #ffe0b2;
  2556. }
  2557. }
  2558. .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
  2559. .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
  2560. background-color: #fbe9e7;
  2561. }
  2562. .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  2563. .table-hover.table-mc-deep-orange > tbody > tr:hover > th {
  2564. background-color: #ffccbc;
  2565. }
  2566. @media screen and (max-width: 767px) {
  2567. .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
  2568. .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
  2569. background-color: #fff;
  2570. }
  2571. .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
  2572. background-color: #fbe9e7;
  2573. }
  2574. .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
  2575. .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
  2576. background-color: #fff;
  2577. }
  2578. .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
  2579. background-color: #ffccbc;
  2580. }
  2581. }
  2582. style.js0000744017777601777760000000347413642340235012410 0ustar nobodynogroup/**
  2583. * Created by Kupletsky Sergey on 05.11.14.
  2584. *
  2585. * Material Design Responsive Table
  2586. * Tested on Win8.1 with browsers: Chrome 37, Firefox 32, Opera 25, IE 11, Safari 5.1.7
  2587. * You can use this table in Bootstrap (v3) projects. Material Design Responsive Table CSS-style will override basic bootstrap style.
  2588. * JS used only for table constructor: you don't need it in your project
  2589. */
  2590.  
  2591. $(document).ready(function() {
  2592.  
  2593. var table = $('#table');
  2594.  
  2595. // Table bordered
  2596. $('#table-bordered').change(function() {
  2597. var value = $( this ).val();
  2598. table.removeClass('table-bordered').addClass(value);
  2599. });
  2600.  
  2601. // Table striped
  2602. $('#table-striped').change(function() {
  2603. var value = $( this ).val();
  2604. table.removeClass('table-striped').addClass(value);
  2605. });
  2606.  
  2607. // Table hover
  2608. $('#table-hover').change(function() {
  2609. var value = $( this ).val();
  2610. table.removeClass('table-hover').addClass(value);
  2611. });
  2612.  
  2613. // Table color
  2614. $('#table-color').change(function() {
  2615. var value = $(this).val();
  2616. table.removeClass(/^table-mc-/).addClass(value);
  2617. });
  2618. });
  2619.  
  2620. // jQuery’s hasClass and removeClass on steroids
  2621. // by Nikita Vasilyev
  2622. // https://github.com/NV/jquery-regexp-classes
  2623. (function(removeClass) {
  2624.  
  2625. jQuery.fn.removeClass = function( value ) {
  2626. if ( value && typeof value.test === "function" ) {
  2627. for ( var i = 0, l = this.length; i < l; i++ ) {
  2628. var elem = this[i];
  2629. if ( elem.nodeType === 1 && elem.className ) {
  2630. var classNames = elem.className.split( /\s+/ );
  2631.  
  2632. for ( var n = classNames.length; n--; ) {
  2633. if ( value.test(classNames[n]) ) {
  2634. classNames.splice(n, 1);
  2635. }
  2636. }
  2637. elem.className = jQuery.trim( classNames.join(" ") );
  2638. }
  2639. }
  2640. } else {
  2641. removeClass.call(this, value);
  2642. }
  2643. return this;
  2644. }
  2645.  
  2646. })(jQuery.fn.removeClass);
  2647.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement