My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. /* configurator.css */
  2. /* Styles for Marlin Configurator */
  3. body { margin: 0; padding: 0; background: #56A; color: #FFC; font-family: sans-serif; }
  4. fieldset { height: 16.1em; overflow: auto; margin-top: 10px; }
  5. #main { max-width: 1000px; margin: 0 auto; }
  6. #main { padding: 0 4%; width: 92%; }
  7. #main { font-family: monospace; }
  8. h1, #message { text-align: center; }
  9. #message { width: 80%; margin: 0 auto 0.25em; color: #FF0; }
  10. #message p { padding: 2px 0; }
  11. #message p.error, #message p.message { color: #F00; background: #FF4; font-weight: bold; border-radius: 0.8em; }
  12. #message p.message { color: #080; background: #CFC; }
  13. .info { color: #AAF; }
  14. .info span { color: #FFF; }
  15. .info span span { color: #000; font-weight: bold; }
  16. #help strong { color: #0DD; }
  17. img { display: none; }
  18. label, input, select, textarea { display: block; float: left; margin: 1px 0; }
  19. label.newline, textarea, fieldset { clear: both; }
  20. label {
  21. width: 140px; /* label area */
  22. height: 1em;
  23. padding: 10px 460px 10px 1em;
  24. margin-right: -450px;
  25. text-align: right;
  26. }
  27. input[type="text"], select { margin: 0.75em 0 0; }
  28. input[type="checkbox"], input[type="radio"], input[type="file"] { margin: 1em 0 0; }
  29. #config_form {
  30. display: block;
  31. background: #EEE;
  32. padding: 6px 20px 20px;
  33. color: #000;
  34. position: relative;
  35. }
  36. /*#config_text, #config_adv_text { font-family: "Andale mono", monospace; clear: both; }*/
  37. #config_text, #config_adv_text {
  38. height: 25em;
  39. padding: 10px;
  40. border: 2px solid #888;
  41. border-radius: 5px;
  42. overflow: auto;
  43. background-color: #FFF;
  44. color: #000;
  45. font-family: "Fira Mono";
  46. font-size: small;
  47. }
  48. input[type="checkbox"], input[type="radio"].enabler { margin-left: 1em; }
  49. input:disabled { color: #BBB; }
  50. .clear { clear: both; }
  51. h1, h2, h3, h4, h5, h6 { clear: both; }
  52. h2 { margin: 0; padding: 1em 0 0; }
  53. ul.tabs { padding: 0; list-style: none; }
  54. ul.tabs li { display: inline; }
  55. ul.tabs li a,
  56. ul.tabs li a.active:hover,
  57. ul.tabs li a.active:active {
  58. display: block;
  59. float: left;
  60. background: #1E4059;
  61. color: #CCC;
  62. font-size: 110%;
  63. border-radius: 0.25em 0.25em 0 0;
  64. margin: 0 4px 0 0;
  65. padding: 2px 8px;
  66. text-decoration: none;
  67. font-family: georgia,"times new roman",times;
  68. }
  69. ul.tabs li a.active:link,
  70. ul.tabs li a.active:visited {
  71. background: #DDD;
  72. color: #06F;
  73. cursor: default;
  74. margin-top: -4px;
  75. padding-bottom: 4px;
  76. padding-top: 4px;
  77. }
  78. ul.tabs li a:hover,
  79. ul.tabs li a:active {
  80. background: #000;
  81. color: #FFF;
  82. }
  83. fieldset { display: none; border: 1px solid #AAA; border-radius: 1em; }
  84. fieldset legend { display: none; }
  85. .hilightable span {
  86. display: block;
  87. float: left;
  88. width: 100%;
  89. height: 1.3em;
  90. background: rgba(225,255,0,1);
  91. margin: 0 -100% -1em 0;
  92. }
  93. #serial_stepper { padding-top: 0.75em; display: block; float: left; }
  94. #SERIAL_PORT { display: none; }
  95. #tooltip {
  96. display: none;
  97. max-width: 30em;
  98. padding: 8px;
  99. border: 2px solid #73d699;
  100. border-radius: 1em;
  101. position: absolute;
  102. z-index: 999;
  103. font-family: sans-serif;
  104. font-size: 85%;
  105. color: #000;
  106. line-height: 1.1;
  107. background: #e2ff99; /* Old browsers */
  108. background: -moz-linear-gradient(top, #e2ff99 0%, #73d699 100%); /* FF3.6+ */
  109. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2ff99), color-stop(100%,#73d699)); /* Chrome,Safari4+ */
  110. background: -webkit-linear-gradient(top, #e2ff99 0%,#73d699 100%); /* Chrome10+,Safari5.1+ */
  111. background: -o-linear-gradient(top, #e2ff99 0%,#73d699 100%); /* Opera 11.10+ */
  112. background: -ms-linear-gradient(top, #e2ff99 0%,#73d699 100%); /* IE10+ */
  113. background: linear-gradient(to bottom, #e2ff99 0%,#73d699 100%); /* W3C */
  114. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ff99', endColorstr='#73d699',GradientType=0 ); /* IE6-9 */
  115. -webkit-box-shadow: 0px 6px 25px -4px rgba(0,0,0,0.75);
  116. -moz-box-shadow: 0px 6px 25px -4px rgba(0,0,0,0.75);
  117. box-shadow: 0px 6px 25px -4px rgba(0,0,0,0.75);
  118. }
  119. #tooltip>span {
  120. position: absolute;
  121. content: "";
  122. width: 0;
  123. height: 0;
  124. border-left: 8px solid transparent;
  125. border-right: 8px solid transparent;
  126. border-top: 8px solid #73d699;
  127. z-index: 999;
  128. bottom: -10px;
  129. left: 20px;
  130. }
  131. #tooltip>strong { color: #00B; }
  132. span.disclose {
  133. float: right;
  134. margin-top: -10px;
  135. width: 0;
  136. height: 0;
  137. cursor: pointer;
  138. border-left: 8px solid transparent;
  139. border-right: 8px solid transparent;
  140. border-top: 10px solid #000;
  141. }
  142. span.disclose.closed {
  143. margin: -14px 4px 0 0;
  144. border-top: 8px solid transparent;
  145. border-bottom: 8px solid transparent;
  146. border-right: 10px solid #000;
  147. }
  148. span.disclose.almost {
  149. -ms-transform: rotate(45deg); /* IE 9 */
  150. -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  151. transform: rotate(45deg);
  152. }
  153. span.disclose.closed.almost {
  154. -ms-transform: rotate(315deg); /* IE 9 */
  155. -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
  156. transform: rotate(315deg);
  157. }
  158. #tipson { float: right; font-weight: bold; font-size: 100%; font-family: helvetica; }
  159. #tipson input { float: none; display: inline; }