a zip code crypto-currency system good for red ONLY

normalize.scss 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. // ! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css
  2. // HTML5 display definitions
  3. // ==========================================================================
  4. // 1. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  5. audio,
  6. canvas,
  7. progress,
  8. video {
  9. vertical-align: baseline; // 1
  10. }
  11. // Prevent modern browsers from displaying `audio` without controls.
  12. // Remove excess height in iOS 5 devices.
  13. audio:not([controls]) {
  14. display: none;
  15. height: 0;
  16. }
  17. // Text-level semantics
  18. // ==========================================================================
  19. // Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  20. b,
  21. strong {
  22. font-weight: bold;
  23. }
  24. // Embedded content
  25. // ==========================================================================
  26. // Remove border when inside `a` element in IE 8/9/10.
  27. img {
  28. max-width: 100%;
  29. border: 0;
  30. }
  31. // Correct overflow not hidden in IE 9/10/11.
  32. svg:not(:root) {
  33. overflow: hidden;
  34. }
  35. // Grouping content
  36. // ==========================================================================
  37. // Address margin not present in IE 8/9 and Safari.
  38. figure {
  39. margin: 1em 40px;
  40. }
  41. hr {
  42. height: 1px;
  43. border-width: 0;
  44. box-sizing: content-box;
  45. }
  46. // Contain overflow in all browsers.
  47. pre {
  48. overflow: auto;
  49. }
  50. // Address odd `em`-unit font size rendering in all browsers.
  51. code,
  52. kbd,
  53. pre,
  54. samp {
  55. font-family: monospace, monospace;
  56. font-size: 1em;
  57. }
  58. // Forms
  59. // ==========================================================================
  60. // Known limitation: by default, Chrome and Safari on OS X allow very limited
  61. // styling of `select`, unless a `border` property is set.
  62. // 1. Correct color not being inherited.
  63. // Known issue: affects color of disabled elements.
  64. // 2. Correct font properties not being inherited.
  65. // 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  66. //
  67. label,
  68. input,
  69. select,
  70. textarea {
  71. font-family: inherit;
  72. line-height: normal;
  73. }
  74. textarea {
  75. overflow: auto;
  76. height: auto;
  77. font: inherit;
  78. color: inherit;
  79. }
  80. textarea::placeholder {
  81. padding-left: 2px;
  82. }
  83. form,
  84. input,
  85. optgroup,
  86. select {
  87. margin: 0; // 3
  88. font: inherit; // 2
  89. color: inherit; // 1
  90. }
  91. // 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  92. // and `video` controls.
  93. // 2. Correct inability to style clickable `input` types in iOS.
  94. // 3. Improve usability and consistency of cursor style between image-type
  95. // `input` and others.
  96. html input[type="button"], // 1
  97. input[type="reset"],
  98. input[type="submit"] {
  99. cursor: pointer; // 3
  100. -webkit-appearance: button; // 2
  101. }
  102. // remove 300ms delay
  103. a,
  104. a div,
  105. a span,
  106. a ion-icon,
  107. a ion-label,
  108. button,
  109. button div,
  110. button span,
  111. button ion-icon,
  112. button ion-label,
  113. [tappable],
  114. [tappable] div,
  115. [tappable] span,
  116. [tappable] ion-icon,
  117. [tappable] ion-label,
  118. input,
  119. textarea {
  120. touch-action: manipulation;
  121. }
  122. a ion-label,
  123. button ion-label {
  124. pointer-events: none;
  125. }
  126. button {
  127. border: 0;
  128. font-family: inherit;
  129. font-style: inherit;
  130. font-variant: inherit;
  131. line-height: 1;
  132. text-transform: none;
  133. cursor: pointer;
  134. -webkit-appearance: button;
  135. }
  136. [tappable] {
  137. cursor: pointer;
  138. }
  139. // Re-set default cursor for disabled elements.
  140. a[disabled],
  141. button[disabled],
  142. html input[disabled] {
  143. cursor: default;
  144. }
  145. // Remove inner padding and border in Firefox 4+.
  146. button::-moz-focus-inner,
  147. input::-moz-focus-inner {
  148. padding: 0;
  149. border: 0;
  150. }
  151. // Firefox's implementation doesn't respect box-sizing, padding, or width.
  152. // 1. Address box sizing set to `content-box` in IE 8/9/10.
  153. // 2. Remove excess padding in IE 8/9/10.
  154. input[type="checkbox"],
  155. input[type="radio"] {
  156. padding: 0; // 2
  157. box-sizing: border-box; // 1
  158. }
  159. // Fix the cursor style for Chrome's increment/decrement buttons. For certain
  160. // `font-size` values of the `input`, it causes the cursor style of the
  161. // decrement button to change from `default` to `text`.
  162. input[type="number"]::-webkit-inner-spin-button,
  163. input[type="number"]::-webkit-outer-spin-button {
  164. height: auto;
  165. }
  166. // Remove inner padding and search cancel button in Safari and Chrome on OS X.
  167. // Safari (but not Chrome) clips the cancel button when the search input has
  168. // padding (and `textfield` appearance).
  169. input[type="search"]::-webkit-search-cancel-button,
  170. input[type="search"]::-webkit-search-decoration {
  171. -webkit-appearance: none;
  172. }
  173. // Tables
  174. // ==========================================================================//
  175. // Remove most spacing between table cells.
  176. table {
  177. border-collapse: collapse;
  178. border-spacing: 0;
  179. }
  180. td,
  181. th {
  182. padding: 0;
  183. }