main.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. /* Space out content a bit */
  2. body {
  3. padding-top: 20px;
  4. padding-bottom: 20px;
  5. }
  6. /* Everything but the jumbotron gets side spacing for mobile first views */
  7. .header,
  8. .marketing,
  9. .footer,
  10. .pos {
  11. padding-left: 15px;
  12. padding-right: 15px;
  13. }
  14. /* Custom page header */
  15. .header {
  16. border-bottom: 1px solid #e5e5e5;
  17. }
  18. /* Make the masthead heading the same height as the navigation */
  19. .header h3 {
  20. margin-top: 0;
  21. margin-bottom: 0;
  22. line-height: 40px;
  23. padding-bottom: 19px;
  24. }
  25. /* Custom page footer */
  26. .footer {
  27. padding-top: 19px;
  28. color: #777;
  29. border-top: 1px solid #e5e5e5;
  30. }
  31. /* Customize container */
  32. @media (min-width: 768px) {
  33. .container {
  34. max-width: 730px;
  35. }
  36. }
  37. .container-narrow > hr {
  38. margin: 30px 0;
  39. }
  40. /* Main marketing message and sign up button */
  41. .jumbotron {
  42. text-align: center;
  43. border-bottom: 1px solid #e5e5e5;
  44. }
  45. .jumbotron .btn {
  46. font-size: 21px;
  47. padding: 14px 24px;
  48. }
  49. /* Supporting marketing content */
  50. .marketing {
  51. margin: 40px 0;
  52. }
  53. .marketing p + h4 {
  54. margin-top: 28px;
  55. }
  56. /* Responsive: Portrait tablets and up */
  57. @media screen and (min-width: 768px) {
  58. /* Remove the padding we set earlier */
  59. .header,
  60. .marketing,
  61. .footer {
  62. padding-left: 0;
  63. padding-right: 0;
  64. }
  65. /* Space out the masthead */
  66. .header {
  67. margin-bottom: 30px;
  68. }
  69. /* Remove the bottom border on the jumbotron for visual effect */
  70. .jumbotron {
  71. border-bottom: 0;
  72. }
  73. }
  74. .pos {
  75. width: 770px;
  76. }
  77. td.barcode-header {
  78. font-family: Calibri, Arial, sans-serif;
  79. font-size: 20px;
  80. font-weight: bold;
  81. padding: 0 5px 0 20px;
  82. }
  83. body {
  84. padding-top: 0;
  85. padding-bottom: 0;
  86. font-size: 18pt;
  87. }
  88. input.ng-invalid {
  89. background-color: lightpink;
  90. }
  91. input.ng-valid {
  92. background-color: lightgreen;
  93. }
  94. input.ng-pristine {
  95. background-color: white;
  96. }
  97. .normal {
  98. font-size: 14pt;
  99. }
  100. .big {
  101. font-size: 24pt;
  102. }
  103. .form-control {
  104. font-size: 24pt;
  105. padding: 1px 12px;
  106. height: 50px;
  107. }
  108. .monospace {
  109. font-family: "Courier New", Courier, monospace;
  110. font-weight: bold;
  111. }
  112. .table > tbody > tr > td,
  113. .table > tbody > tr > th
  114. {
  115. vertical-align: middle;
  116. }
  117. .pos1 {
  118. color: blue;
  119. }
  120. .pos1-bg {
  121. color: white;
  122. background-color: blue;
  123. }
  124. .pos2 {
  125. color: yellow;
  126. }
  127. .pos2-bg {
  128. color: black;
  129. background-color: yellow;
  130. }
  131. .pos3 {
  132. color: red;
  133. }
  134. .pos3-bg {
  135. color: white;
  136. background-color: red;
  137. }
  138. .pos4 {
  139. color: green;
  140. }
  141. .pos4-bg {
  142. color: white;
  143. background-color: green;
  144. }
  145. .pos5 {
  146. color: white;
  147. }
  148. .pos5-bg {
  149. color: black;
  150. background-color: white;
  151. }
  152. .pos6 {
  153. color: turquoise;
  154. }
  155. .pos6-bg {
  156. color: black;
  157. background-color: turquoise;
  158. ;
  159. }
  160. .pos7 {
  161. color: orange;
  162. }
  163. .pos7-bg {
  164. color: black;
  165. background-color: orange;
  166. }
  167. .pos8 {
  168. color: darkviolet;
  169. }
  170. .pos8-bg {
  171. color: black;
  172. background-color: darkviolet;
  173. }
  174. .pos9 {
  175. color: pink;
  176. }
  177. .pos9-bg {
  178. color: black;
  179. background-color: pink;
  180. }