|
| 1 | +/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */ |
| 2 | +html { |
| 3 | + font-family: sans-serif; |
| 4 | + -ms-text-size-adjust: 100%; |
| 5 | + -webkit-text-size-adjust: 100% |
| 6 | +} |
| 7 | + |
| 8 | +body { |
| 9 | + margin: 0 |
| 10 | +} |
| 11 | + |
| 12 | +article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { |
| 13 | + display: block |
| 14 | +} |
| 15 | + |
| 16 | +audio, canvas, progress, video { |
| 17 | + display: inline-block |
| 18 | +} |
| 19 | + |
| 20 | +audio:not([controls]) { |
| 21 | + display: none; |
| 22 | + height: 0 |
| 23 | +} |
| 24 | + |
| 25 | +progress { |
| 26 | + vertical-align: baseline |
| 27 | +} |
| 28 | + |
| 29 | +template, [hidden] { |
| 30 | + display: none |
| 31 | +} |
| 32 | + |
| 33 | +a { |
| 34 | + background-color: transparent |
| 35 | +} |
| 36 | + |
| 37 | +a:active, a:hover { |
| 38 | + outline-width: 0 |
| 39 | +} |
| 40 | + |
| 41 | +abbr[title] { |
| 42 | + border-bottom: none; |
| 43 | + text-decoration: underline; |
| 44 | + text-decoration: underline dotted |
| 45 | +} |
| 46 | + |
| 47 | +b, strong { |
| 48 | + font-weight: inherit |
| 49 | +} |
| 50 | + |
| 51 | +b, strong { |
| 52 | + font-weight: bolder |
| 53 | +} |
| 54 | + |
| 55 | +dfn { |
| 56 | + font-style: italic |
| 57 | +} |
| 58 | + |
| 59 | +h1 { |
| 60 | + font-size: 2em; |
| 61 | + margin: 0.67em 0 |
| 62 | +} |
| 63 | + |
| 64 | +mark { |
| 65 | + background-color: #ff0; |
| 66 | + color: #000 |
| 67 | +} |
| 68 | + |
| 69 | +small { |
| 70 | + font-size: 80% |
| 71 | +} |
| 72 | + |
| 73 | +sub, sup { |
| 74 | + font-size: 75%; |
| 75 | + line-height: 0; |
| 76 | + position: relative; |
| 77 | + vertical-align: baseline |
| 78 | +} |
| 79 | + |
| 80 | +sub { |
| 81 | + bottom: -0.25em |
| 82 | +} |
| 83 | + |
| 84 | +sup { |
| 85 | + top: -0.5em |
| 86 | +} |
| 87 | + |
| 88 | +img { |
| 89 | + border-style: none |
| 90 | +} |
| 91 | + |
| 92 | +svg:not(:root) { |
| 93 | + overflow: hidden |
| 94 | +} |
| 95 | + |
| 96 | +code, kbd, pre, samp { |
| 97 | + font-family: monospace, monospace; |
| 98 | + font-size: 1em |
| 99 | +} |
| 100 | + |
| 101 | +figure { |
| 102 | + margin: 1em 40px |
| 103 | +} |
| 104 | + |
| 105 | +hr { |
| 106 | + box-sizing: content-box; |
| 107 | + height: 0; |
| 108 | + overflow: visible |
| 109 | +} |
| 110 | + |
| 111 | +button, input, select, textarea { |
| 112 | + font: inherit; |
| 113 | + margin: 0 |
| 114 | +} |
| 115 | + |
| 116 | +optgroup { |
| 117 | + font-weight: bold |
| 118 | +} |
| 119 | + |
| 120 | +button, input, select { |
| 121 | + overflow: visible |
| 122 | +} |
| 123 | + |
| 124 | +button, select { |
| 125 | + text-transform: none |
| 126 | +} |
| 127 | + |
| 128 | +button, [type="button"], [type="reset"], [type="submit"] { |
| 129 | + cursor: pointer |
| 130 | +} |
| 131 | + |
| 132 | +[disabled] { |
| 133 | + cursor: default |
| 134 | +} |
| 135 | + |
| 136 | +button, html [type="button"], [type="reset"], [type="submit"] { |
| 137 | + -webkit-appearance: button |
| 138 | +} |
| 139 | + |
| 140 | +button::-moz-focus-inner, input::-moz-focus-inner { |
| 141 | + border: 0; |
| 142 | + padding: 0 |
| 143 | +} |
| 144 | + |
| 145 | +button:-moz-focusring, input:-moz-focusring { |
| 146 | + outline: 1px dotted ButtonText |
| 147 | +} |
| 148 | + |
| 149 | +fieldset { |
| 150 | + border: 1px solid #c0c0c0; |
| 151 | + margin: 0 2px; |
| 152 | + padding: 0.35em 0.625em 0.75em |
| 153 | +} |
| 154 | + |
| 155 | +legend { |
| 156 | + box-sizing: border-box; |
| 157 | + color: inherit; |
| 158 | + display: table; |
| 159 | + max-width: 100%; |
| 160 | + padding: 0; |
| 161 | + white-space: normal |
| 162 | +} |
| 163 | + |
| 164 | +textarea { |
| 165 | + overflow: auto |
| 166 | +} |
| 167 | + |
| 168 | +[type="checkbox"], [type="radio"] { |
| 169 | + box-sizing: border-box; |
| 170 | + padding: 0 |
| 171 | +} |
| 172 | + |
| 173 | +[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { |
| 174 | + height: auto |
| 175 | +} |
| 176 | + |
| 177 | +[type="search"] { |
| 178 | + -webkit-appearance: textfield |
| 179 | +} |
| 180 | + |
| 181 | +[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { |
| 182 | + -webkit-appearance: none |
| 183 | +} |
0 commit comments