bootstrap-reboot.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. /*!
  2. * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
  3. * Copyright 2011-2019 The Bootstrap Authors
  4. * Copyright 2011-2019 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
  7. */
  8. /*
  9. $grayLight: #bbbbbb70 !default;
  10. $grayDark: #55555570 !default;
  11. $cyan: #00aaaad0 !default;
  12. */
  13. @font-face {
  14. font-family: 'DOS';
  15. src: url("../fonts/Px437_IBM_EGA8.otf") format("opentype");
  16. font-weight: normal;
  17. font-style: normal;
  18. -webkit-font-kerning: none;
  19. font-kerning: none;
  20. font-synthesis: none;
  21. -webkit-font-variant-ligatures: none;
  22. font-variant-ligatures: none;
  23. font-variant-numeric: tabular-nums;
  24. }
  25. *,
  26. *::before,
  27. *::after {
  28. box-sizing: border-box;
  29. }
  30. html {
  31. font-family: 'DOS', monospace;
  32. line-height: 14px;
  33. -webkit-text-size-adjust: 100%;
  34. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  35. line-height-step: 14px;
  36. }
  37. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  38. display: block;
  39. }
  40. body {
  41. margin: 0;
  42. font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
  43. font-weight: 400;
  44. line-height: 14px;
  45. font-size: 16px;
  46. color: #aaaaaa;
  47. text-align: left;
  48. background-color: #0000aa;
  49. -webkit-font-kerning: none;
  50. font-kerning: none;
  51. text-rendering: geometricPrecision;
  52. }
  53. [tabindex="-1"]:focus:not(:focus-visible) {
  54. outline: 0 !important;
  55. }
  56. hr {
  57. box-sizing: content-box;
  58. height: 0;
  59. overflow: visible;
  60. }
  61. h1, h2, h3, h4, h5, h6 {
  62. margin-top: 0;
  63. margin-bottom: 14px;
  64. font-weight: normal;
  65. font-size: 16px;
  66. }
  67. p {
  68. margin-top: 0;
  69. margin-bottom: 14px;
  70. }
  71. abbr[title],
  72. abbr[data-original-title] {
  73. text-decoration: none;
  74. cursor: help;
  75. border-bottom: 0;
  76. -webkit-text-decoration-skip-ink: none;
  77. text-decoration-skip-ink: none;
  78. }
  79. address {
  80. margin-bottom: 14px;
  81. font-style: normal;
  82. line-height: inherit;
  83. }
  84. ol,
  85. ul,
  86. dl {
  87. margin-top: 0;
  88. margin-left: 4px;
  89. padding-left: 0;
  90. margin-bottom: 14px;
  91. }
  92. ol {
  93. margin-left: 16px;
  94. }
  95. ol li {
  96. padding-left: 0;
  97. }
  98. li {
  99. padding-left: 4px;
  100. margin-left: 8px;
  101. }
  102. ol ol,
  103. ul ul,
  104. ol ul,
  105. ul ol {
  106. margin-bottom: 0;
  107. }
  108. dt {
  109. font-weight: 400;
  110. }
  111. dd {
  112. margin-bottom: 14px;
  113. margin-left: 0;
  114. }
  115. blockquote {
  116. margin: 0 0 14px;
  117. }
  118. b,
  119. strong {
  120. font-weight: normal;
  121. }
  122. b::before, b::after,
  123. strong::before,
  124. strong::after {
  125. content: '*';
  126. }
  127. small {
  128. font-size: 16px;
  129. }
  130. sub,
  131. sup {
  132. position: relative;
  133. line-height: 0;
  134. vertical-align: baseline;
  135. }
  136. sub {
  137. bottom: 0;
  138. }
  139. sup {
  140. top: 0;
  141. }
  142. a {
  143. color: #ff5;
  144. text-decoration: none;
  145. background-color: transparent;
  146. }
  147. a:hover {
  148. color: #aaaaaa;
  149. background-color: #000000;
  150. }
  151. em {
  152. font-style: normal;
  153. }
  154. em::before, em::after {
  155. content: "/";
  156. }
  157. a:not([href]) {
  158. color: inherit;
  159. text-decoration: none;
  160. }
  161. a:not([href]):hover {
  162. color: inherit;
  163. text-decoration: none;
  164. }
  165. pre,
  166. code,
  167. kbd,
  168. samp {
  169. font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
  170. font-size: 16px;
  171. }
  172. pre {
  173. margin-top: 0;
  174. margin-bottom: 14px;
  175. overflow: auto;
  176. }
  177. figure {
  178. margin: 0 0 14px;
  179. }
  180. img {
  181. vertical-align: middle;
  182. border-style: none;
  183. }
  184. svg {
  185. overflow: hidden;
  186. vertical-align: middle;
  187. }
  188. table {
  189. border-collapse: collapse;
  190. border-spacing: 0;
  191. }
  192. caption {
  193. padding-top: 0;
  194. padding-bottom: 0;
  195. color: #555555;
  196. text-align: left;
  197. caption-side: bottom;
  198. }
  199. th {
  200. text-align: inherit;
  201. font-weight: normal;
  202. color: #fff;
  203. }
  204. label {
  205. display: inline-block;
  206. margin-bottom: 0;
  207. }
  208. button {
  209. border-radius: 0;
  210. padding: 0;
  211. }
  212. button:focus {
  213. outline: 0px dotted;
  214. outline: 5px auto -webkit-focus-ring-color;
  215. }
  216. input,
  217. button,
  218. select,
  219. optgroup,
  220. textarea {
  221. margin: 0;
  222. font: 400 16px "DOS" !important;
  223. line-height: 14px;
  224. }
  225. option {
  226. padding: 0;
  227. min-height: 0;
  228. line-height: 14px;
  229. }
  230. button,
  231. input {
  232. overflow: visible;
  233. }
  234. input::focus {
  235. color: blue;
  236. outline: 0;
  237. }
  238. :focus {
  239. outline: 0;
  240. }
  241. button,
  242. select {
  243. text-transform: none;
  244. }
  245. select {
  246. word-wrap: normal;
  247. }
  248. button,
  249. [type="button"],
  250. [type="reset"],
  251. [type="submit"] {
  252. -webkit-appearance: button;
  253. }
  254. button:not(:disabled),
  255. [type="button"]:not(:disabled),
  256. [type="reset"]:not(:disabled),
  257. [type="submit"]:not(:disabled) {
  258. cursor: pointer;
  259. }
  260. button::-moz-focus-inner,
  261. [type="button"]::-moz-focus-inner,
  262. [type="reset"]::-moz-focus-inner,
  263. [type="submit"]::-moz-focus-inner {
  264. padding: 0;
  265. border-style: none;
  266. }
  267. input[type="radio"],
  268. input[type="checkbox"] {
  269. box-sizing: border-box;
  270. padding: 0;
  271. }
  272. input[type="date"],
  273. input[type="time"],
  274. input[type="datetime-local"],
  275. input[type="month"] {
  276. -webkit-appearance: listbox;
  277. }
  278. textarea {
  279. overflow: auto;
  280. resize: vertical;
  281. }
  282. fieldset {
  283. min-width: 0;
  284. padding: 0;
  285. margin: 0;
  286. border: 0;
  287. }
  288. legend {
  289. display: block;
  290. width: 100%;
  291. max-width: 100%;
  292. padding: 0;
  293. margin-bottom: 14px;
  294. font-size: 16px;
  295. line-height: inherit;
  296. color: inherit;
  297. white-space: normal;
  298. }
  299. progress {
  300. vertical-align: baseline;
  301. }
  302. [type="number"]::-webkit-inner-spin-button,
  303. [type="number"]::-webkit-outer-spin-button {
  304. height: auto;
  305. }
  306. [type="search"] {
  307. outline-offset: -2px;
  308. -webkit-appearance: none;
  309. }
  310. [type="search"]::-webkit-search-decoration {
  311. -webkit-appearance: none;
  312. }
  313. ::-webkit-file-upload-button {
  314. font: inherit;
  315. -webkit-appearance: button;
  316. }
  317. output {
  318. display: inline-block;
  319. }
  320. summary {
  321. display: list-item;
  322. cursor: pointer;
  323. }
  324. template {
  325. display: none;
  326. }
  327. [hidden] {
  328. display: none !important;
  329. }
  330. ::-moz-selection {
  331. color: #fff;
  332. background-color: #00aaaa;
  333. }
  334. ::selection {
  335. color: #fff;
  336. background-color: #00aaaa;
  337. }
  338. /*# sourceMappingURL=bootstrap-reboot.css.map */