UNPKG

1.42 kBCSSView Raw
1/* reset */
2
3html body,
4h1,
5h2,
6h3,
7h4,
8h5,
9h6,
10div,
11dl,
12dt,
13dd,
14ul,
15ol,
16li,
17p,
18blockquote,
19pre,
20hr,
21figure,
22table,
23caption,
24th,
25td,
26form,
27fieldset,
28legend,
29input,
30button,
31textarea,
32menu {
33 margin: 0;
34 padding: 0;
35}
36
37header,
38footer,
39section,
40article,
41aside,
42nav,
43hgroup,
44address,
45figure,
46figcaption,
47menu,
48details {
49 display: block;
50}
51
52table {
53 border-collapse: collapse;
54 border-spacing: 0;
55}
56
57caption,
58th {
59 text-align: left;
60 font-weight: normal;
61}
62
63html,
64body,
65fieldset,
66img,
67iframe,
68abbr {
69 border: 0;
70}
71
72i,
73cite,
74em,
75var,
76address,
77dfn {
78 font-style: normal;
79}
80
81[hidefocus],
82summary {
83 outline: 0;
84}
85
86li {
87 list-style: none;
88}
89
90h1,
91h2,
92h3,
93h4,
94h5,
95h6,
96small {
97 font-size: 100%;
98}
99
100sup,
101sub {
102 font-size: 83%;
103}
104
105pre,
106code,
107kbd,
108samp {
109 font-family: inherit;
110}
111
112q:before,
113q:after {
114 content: none;
115}
116
117textarea {
118 overflow: auto;
119 resize: none;
120}
121
122label,
123summary {
124 cursor: default;
125}
126
127a,
128button {
129 cursor: pointer;
130}
131
132h1,
133h2,
134h3,
135h4,
136h5,
137h6,
138em,
139strong,
140b {
141 font-weight: bold;
142}
143
144del,
145ins,
146u,
147s,
148a,
149a:hover {
150 text-decoration: none;
151}
152
153body,
154textarea,
155input,
156button,
157select,
158keygen,
159legend {
160 font: 12px/1.14 Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
161 color: #333;
162 outline: 0;
163 -webkit-font-smoothing: antialiased;
164 -moz-osx-font-smoothing: grayscale;
165}
166
167a,
168a:hover {
169 color: #333;
170}
\No newline at end of file