-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.css
67 lines (67 loc) · 1.04 KB
/
init.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,cite,code,em,img,small,strike,strong,sub,sup,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background: transparent;
}
html,body {
width:100%;
height:100%;
}
body {
line-height:1;
font-size:12pt;
}
ol,ul {
padding-left:20px;
}
blockquote {
quotes: none;
}
blockquote:before,blockquote:after {
content:'';
content:none;
}
:focus {
outline:0;
}
table {
border-style:none;
border-collapse:separate;
border-spacing:0;
border:0;
}
table td {
padding:2px;
vertical-align:top;
}
img {
vertical-align:middle;
border:0;
}
h1,h2,h3,h4,h5,h6 {
font-weight:bold;
margin:20px 0;
padding:0;
}
h1 {
font-size:2em;
}
h2 {
font-size:1.6em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.3em;
}
h5 {
font-size:1.2em;
}
h6 {
font-size:1.1em;
}