123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405 |
- /*!
- * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
- * Copyright 2011-2019 The Bootstrap Authors
- * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
- */
- /*
- $grayLight: #bbbbbb70 !default;
- $grayDark: #55555570 !default;
- $cyan: #00aaaad0 !default;
- */
- @font-face {
- font-family: 'DOS';
- src: url("../fonts/Px437_IBM_EGA8.otf") format("opentype");
- font-weight: normal;
- font-style: normal;
- -webkit-font-kerning: none;
- font-kerning: none;
- font-synthesis: none;
- -webkit-font-variant-ligatures: none;
- font-variant-ligatures: none;
- font-variant-numeric: tabular-nums;
- }
- *,
- *::before,
- *::after {
- box-sizing: border-box;
- }
- html {
- font-family: 'DOS', monospace;
- line-height: 14px;
- -webkit-text-size-adjust: 100%;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- line-height-step: 14px;
- }
- article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
- display: block;
- }
- body {
- margin: 0;
- font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
- font-weight: 400;
- line-height: 14px;
- font-size: 16px;
- color: #aaaaaa;
- text-align: left;
- background-color: #0000aa;
- -webkit-font-kerning: none;
- font-kerning: none;
- text-rendering: geometricPrecision;
- }
- [tabindex="-1"]:focus:not(:focus-visible) {
- outline: 0 !important;
- }
- hr {
- box-sizing: content-box;
- height: 0;
- overflow: visible;
- }
- h1, h2, h3, h4, h5, h6 {
- margin-top: 0;
- margin-bottom: 14px;
- font-weight: normal;
- font-size: 16px;
- }
- p {
- margin-top: 0;
- margin-bottom: 14px;
- }
- abbr[title],
- abbr[data-original-title] {
- text-decoration: none;
- cursor: help;
- border-bottom: 0;
- -webkit-text-decoration-skip-ink: none;
- text-decoration-skip-ink: none;
- }
- address {
- margin-bottom: 14px;
- font-style: normal;
- line-height: inherit;
- }
- ol,
- ul,
- dl {
- margin-top: 0;
- margin-left: 4px;
- padding-left: 0;
- margin-bottom: 14px;
- }
- ol {
- margin-left: 16px;
- }
- ol li {
- padding-left: 0;
- }
- li {
- padding-left: 4px;
- margin-left: 8px;
- }
- ol ol,
- ul ul,
- ol ul,
- ul ol {
- margin-bottom: 0;
- }
- dt {
- font-weight: 400;
- }
- dd {
- margin-bottom: 14px;
- margin-left: 0;
- }
- blockquote {
- margin: 0 0 14px;
- }
- b,
- strong {
- font-weight: normal;
- }
- b::before, b::after,
- strong::before,
- strong::after {
- content: '*';
- }
- small {
- font-size: 16px;
- }
- sub,
- sup {
- position: relative;
- line-height: 0;
- vertical-align: baseline;
- }
- sub {
- bottom: 0;
- }
- sup {
- top: 0;
- }
- a {
- color: #ff5;
- text-decoration: none;
- background-color: transparent;
- }
- a:hover {
- color: #aaaaaa;
- background-color: #000000;
- }
- em {
- font-style: normal;
- }
- em::before, em::after {
- content: "/";
- }
- a:not([href]) {
- color: inherit;
- text-decoration: none;
- }
- a:not([href]):hover {
- color: inherit;
- text-decoration: none;
- }
- pre,
- code,
- kbd,
- samp {
- font-family: DOS, Monaco, Menlo, Consolas, "Courier New", monospace;
- font-size: 16px;
- }
- pre {
- margin-top: 0;
- margin-bottom: 14px;
- overflow: auto;
- }
- figure {
- margin: 0 0 14px;
- }
- img {
- vertical-align: middle;
- border-style: none;
- }
- svg {
- overflow: hidden;
- vertical-align: middle;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- caption {
- padding-top: 0;
- padding-bottom: 0;
- color: #555555;
- text-align: left;
- caption-side: bottom;
- }
- th {
- text-align: inherit;
- font-weight: normal;
- color: #fff;
- }
- label {
- display: inline-block;
- margin-bottom: 0;
- }
- button {
- border-radius: 0;
- padding: 0;
- }
- button:focus {
- outline: 0px dotted;
- outline: 5px auto -webkit-focus-ring-color;
- }
- input,
- button,
- select,
- optgroup,
- textarea {
- margin: 0;
- font: 400 16px "DOS" !important;
- line-height: 14px;
- }
- option {
- padding: 0;
- min-height: 0;
- line-height: 14px;
- }
- button,
- input {
- overflow: visible;
- }
- input::focus {
- color: blue;
- outline: 0;
- }
- :focus {
- outline: 0;
- }
- button,
- select {
- text-transform: none;
- }
- select {
- word-wrap: normal;
- }
- button,
- [type="button"],
- [type="reset"],
- [type="submit"] {
- -webkit-appearance: button;
- }
- button:not(:disabled),
- [type="button"]:not(:disabled),
- [type="reset"]:not(:disabled),
- [type="submit"]:not(:disabled) {
- cursor: pointer;
- }
- button::-moz-focus-inner,
- [type="button"]::-moz-focus-inner,
- [type="reset"]::-moz-focus-inner,
- [type="submit"]::-moz-focus-inner {
- padding: 0;
- border-style: none;
- }
- input[type="radio"],
- input[type="checkbox"] {
- box-sizing: border-box;
- padding: 0;
- }
- input[type="date"],
- input[type="time"],
- input[type="datetime-local"],
- input[type="month"] {
- -webkit-appearance: listbox;
- }
- textarea {
- overflow: auto;
- resize: vertical;
- }
- fieldset {
- min-width: 0;
- padding: 0;
- margin: 0;
- border: 0;
- }
- legend {
- display: block;
- width: 100%;
- max-width: 100%;
- padding: 0;
- margin-bottom: 14px;
- font-size: 16px;
- line-height: inherit;
- color: inherit;
- white-space: normal;
- }
- progress {
- vertical-align: baseline;
- }
- [type="number"]::-webkit-inner-spin-button,
- [type="number"]::-webkit-outer-spin-button {
- height: auto;
- }
- [type="search"] {
- outline-offset: -2px;
- -webkit-appearance: none;
- }
- [type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- ::-webkit-file-upload-button {
- font: inherit;
- -webkit-appearance: button;
- }
- output {
- display: inline-block;
- }
- summary {
- display: list-item;
- cursor: pointer;
- }
- template {
- display: none;
- }
- [hidden] {
- display: none !important;
- }
- ::-moz-selection {
- color: #fff;
- background-color: #00aaaa;
- }
- ::selection {
- color: #fff;
- background-color: #00aaaa;
- }
- /*# sourceMappingURL=bootstrap-reboot.css.map */
|