-
Notifications
You must be signed in to change notification settings - Fork 0
/
heading.css
76 lines (58 loc) · 933 Bytes
/
heading.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
68
69
70
71
72
73
74
75
76
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 15px;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
h1 {
padding: 0.3em;
font-size: 2.25em;
line-height: 1.2;
background-color: #2472b5;
color: #ffffff;
}
h2 {
padding: 0.3em;
font-size: 1.75em;
line-height: 1.225;
background-color: #d9dfe8;
color: #2472b5;
}
h3 {
font-size: 1.75em;
line-height: 1.43;
border-bottom: 3px solid #d9dfe8;
color: #384660;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 1em;
color: #777;
}
caption {
display: table-caption;
text-align: center;
padding: 2em 1em 1em 1em;
font-size: 1em !important;
line-height: 2;
}
p.caption {
text-align: center;
padding: 1em 1em 1em 2em;
font-size: 1em !important;
line-height: 2;
}
.figure {
margin-top: 10px;
margin-bottom: 10px;
}