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.
 
 
 
 
 
 

204 lines
3.0 KiB

  1. body {
  2. font-family: Segoe UI, Calibri, Arial, Helvetica;
  3. font-size: 12px;
  4. color: #111;
  5. margin: 8px;
  6. }
  7. .footer {
  8. text-align: center;
  9. margin-top: 40px;
  10. }
  11. form, .header {
  12. display: block;
  13. margin: auto;
  14. width: 60%;
  15. min-width: 600px;
  16. max-width: 700px;
  17. position: relative;
  18. }
  19. input, select {
  20. margin: 0;
  21. }
  22. input[type=text], input[type=number], select {
  23. border: 1px solid #ababab;
  24. padding: 2px;
  25. }
  26. select {
  27. padding-top: 1px;
  28. padding-bottom: 1px;
  29. }
  30. ul {
  31. margin: 0;
  32. padding: 0;
  33. list-style: none;
  34. }
  35. section {
  36. margin-bottom: 24px;
  37. }
  38. h1 {
  39. display: none;
  40. }
  41. h2 {
  42. margin: 14px 0 8px 0;
  43. font-weight: normal;
  44. font-size: 20px;
  45. }
  46. h3 {
  47. font-size: 16px;
  48. font-weight: normal;
  49. font-style: italic;
  50. padding-bottom: 4px;
  51. border-bottom: 1px solid #c8c8c8;
  52. margin: 0 0 14px 0;
  53. }
  54. .logo {
  55. margin-top: 8px;
  56. }
  57. nav {
  58. float: right;
  59. position: absolute;
  60. top: 34px;
  61. right: 0;
  62. }
  63. nav label {
  64. display: block;
  65. }
  66. nav select {
  67. margin: 2px 0;
  68. margin-left: 0;
  69. }
  70. table {
  71. table-layout: fixed;
  72. border-collapse: collapse;
  73. width: 100%;
  74. }
  75. table td {
  76. padding: 3px 25px 1px 4px;
  77. vertical-align: top;
  78. height: 26px; /* This act as a min-height */
  79. line-height: 30px;
  80. }
  81. table tr.odd {
  82. background-color: #eee;
  83. }
  84. table tr.even {
  85. }
  86. table .col1 {
  87. width: 180px;
  88. }
  89. table .info {
  90. position: absolute;
  91. dtop: 0;
  92. dright: 5px;
  93. line-height: 34px;
  94. }
  95. .info img {
  96. border: 0;
  97. vertical-align: text-bottom;
  98. }
  99. .generate {
  100. float: left;
  101. }
  102. .possiblechars {
  103. float: right;
  104. position: relative;
  105. }
  106. #dpiUnavailable {
  107. display: none;
  108. padding-left: 8px;
  109. }
  110. div.configurations select {
  111. min-width: 70px;
  112. }
  113. div.configurations input[type=number] {
  114. width: 70px;
  115. }
  116. /* Moved section by script */
  117. #explanation, #dpiExplain, #validCharacters {
  118. display: none;
  119. max-width: 450px;
  120. }
  121. #explanation ul {
  122. list-style: disc;
  123. margin-left: 20px;
  124. }
  125. #specificOptions {
  126. display: none;
  127. }
  128. #validCharacters input[type=button] {
  129. width: 25px;
  130. padding: 1px 6px;
  131. }
  132. .BCGcode128 #validCharacters input[type=button],
  133. .BCGcode39extended #validCharacters input[type=button],
  134. .BCGcode93 #validCharacters input[type=button],
  135. .BCGgs1128 #validCharacters input[type=button],
  136. .BCGaztec #validCharacters input[type=button],
  137. .BCGdatamatrix #validCharacters input[type=button],
  138. .BCGmaxicode #validCharacters input[type=button],
  139. .BCGqrcode #validCharacters input[type=button],
  140. .BCGpdf417 #validCharacters input[type=button] {
  141. width: 39px;
  142. }
  143. .bubble {
  144. display: none;
  145. }
  146. .bubble.visible {
  147. display: block !important;
  148. position: absolute;
  149. background-color: #f8f8f8;
  150. border: 2px solid #ddd;
  151. padding: 16px;
  152. }
  153. .gs1128_id {
  154. width: 40px;
  155. text-align: center;
  156. }
  157. .gs1128_value {
  158. width: 295px;
  159. }
  160. .gs1128_delete img {
  161. border: 0;
  162. margin-left: 5px;
  163. vertical-align: text-bottom;
  164. }
  165. #identifierContainer {
  166. margin-top: 4px;
  167. }