-
Notifications
You must be signed in to change notification settings - Fork 0
/
reset.css
executable file
·53 lines (39 loc) · 1.24 KB
/
reset.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@charset "UTF-8";
/* reset.css
--------------------------------------------------------------
:: CSS Index
1 : Global Reset
2 : for HTML5
--------------------------------------------------------------
2007.06.24 : designed by Sig.
--------------------------------------------------------------
/* Global Reset
-------------------------------------------------------------- */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
margin: 0;
padding: 0;
vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6 {
font-style: normal;
font-weight: normal;
}
table {border-spacing:0;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
table,th,td,img {border:0;}
caption,th {text-align:left; font-weight:normal;}
img,input {vertical-align:middle;}
ul {list-style: disc;}
q:before { content: '\201C'}
q:after {content:'\201D';}
del { opacity: 0.6; }
/* for HTML5
-------------------------------------------------------------- */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}