My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. @charset "UTF-8";
  2. @font-face {
  3. font-family: "marlinui";
  4. src:url("marlinui.eot");
  5. src:url("marlinui.eot?#iefix") format("embedded-opentype"), url("marlinui.woff") format("woff"), url("marlinui.ttf") format("truetype"), url("marlinui.svg#marlinui") format("svg");
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. [data-icon]:before {
  10. font-family: "marlinui" !important;
  11. content: attr(data-icon);
  12. font-style: normal !important;
  13. font-weight: normal !important;
  14. font-variant: normal !important;
  15. text-transform: none !important;
  16. speak: none;
  17. line-height: 1;
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale;
  20. }
  21. [class^="icon-"]:before, [class*=" icon-"]:before {
  22. font-family: "marlinui" !important;
  23. font-style: normal !important;
  24. font-weight: normal !important;
  25. font-variant: normal !important;
  26. text-transform: none !important;
  27. speak: none;
  28. line-height: 1;
  29. -webkit-font-smoothing: antialiased;
  30. -moz-osx-font-smoothing: grayscale;
  31. }
  32. .icon-home:before {
  33. content: "\61";
  34. }
  35. .icon-info:before {
  36. content: "\62";
  37. }
  38. .icon-cog:before {
  39. content: "\63";
  40. }
  41. .icon-tasks:before {
  42. content: "\64";
  43. }
  44. .icon-chevron-down:before {
  45. content: "\66";
  46. }
  47. .icon-chevron-left:before {
  48. content: "\67";
  49. }
  50. .icon-chevron-right:before {
  51. content: "\68";
  52. }
  53. .icon-chevron-up:before {
  54. content: "\69";
  55. }
  56. .icon-arrows-alt:before {
  57. content: "\6a";
  58. }
  59. .icon-upload:before {
  60. content: "\6b";
  61. }
  62. .icon-ban:before {
  63. content: "\6d";
  64. }
  65. .icon-github:before {
  66. content: "\6e";
  67. }
  68. .icon-thermometer:before {
  69. content: "\6f";
  70. }
  71. .icon-bolt:before {
  72. content: "\65";
  73. }
  74. .icon-sort-asc:before {
  75. content: "\70";
  76. }
  77. .icon-sort-desc:before {
  78. content: "\71";
  79. }
  80. .icon-long-arrow-left:before {
  81. content: "\72";
  82. }
  83. .icon-long-arrow-down:before {
  84. content: "\73";
  85. }
  86. .icon-long-arrow-right:before {
  87. content: "\74";
  88. }
  89. .icon-long-arrow-up:before {
  90. content: "\75";
  91. }
  92. .icon-arrows:before {
  93. content: "\76";
  94. }
  95. .icon-arrows-v:before {
  96. content: "\77";
  97. }
  98. .icon-arrows-h:before {
  99. content: "\78";
  100. }
  101. .icon-angle-double-up:before {
  102. content: "\79";
  103. }
  104. .icon-angle-double-down:before {
  105. content: "\7a";
  106. }
  107. .icon-tencent-weibo:before {
  108. content: "\41";
  109. }
  110. .icon-playback-fast-forward:before {
  111. content: "\42";
  112. }
  113. .icon-fire:before {
  114. content: "\43";
  115. }
  116. .icon-forward:before {
  117. content: "\44";
  118. }
  119. .icon-terminal:before {
  120. content: "\45";
  121. }
  122. .icon-info-circled:before {
  123. content: "\6c";
  124. }
  125. .icon-exclamation-triangle:before {
  126. content: "\46";
  127. }
  128. .icon-exchange:before {
  129. content: "\47";
  130. }
  131. .icon-plus:before {
  132. content: "\48";
  133. }
  134. .icon-minus:before {
  135. content: "\49";
  136. }
  137. .icon-check-square:before {
  138. content: "\4a";
  139. }
  140. .icon-facebook-square:before {
  141. content: "\4b";
  142. }
  143. .icon-file:before {
  144. content: "\4c";
  145. }
  146. .icon-trash:before {
  147. content: "\4d";
  148. }
  149. .icon-print:before {
  150. content: "\4e";
  151. }
  152. .icon-refresh:before {
  153. content: "\4f";
  154. }
  155. .icon-plug:before {
  156. content: "\51";
  157. }
  158. .icon-wifi:before {
  159. content: "\52";
  160. }
  161. .icon-sliders:before {
  162. content: "\50";
  163. }
  164. .icon-folder-open:before {
  165. content: "\54";
  166. }
  167. .icon-code-download:before {
  168. content: "\53";
  169. }