-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.css
More file actions
57 lines (48 loc) · 803 Bytes
/
common.css
File metadata and controls
57 lines (48 loc) · 803 Bytes
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
body {
background-color: #F0F7FD;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.93em;
line-height: 1.3em;
}
p {
padding-left: 3em;
padding-right: 1em;
margin-top: 0.8em;
}
ul, ol {
padding-left: 5em;
padding-right: 1em;
}
p strong {
font-weight: bold;
font-family: helvetica, sans-serif;
}
h1 {
margin-bottom: 1em;
}
h2 {
padding-top: 0.2em;
padding-bottom: 0.4em;
border-bottom: 2px solid #4040a0;
margin-bottom: 0;
}
.main {
background-color: white;
width: 940px;
margin: 10px auto 10px auto;
padding: 20px;
border: 1px solid gray;
}
.figure {
text-align: center;
margin-top: 0.5em;
}
.caption {
font-weight: bold;
margin-bottom: 1.5em;
}
.footer {
border-top: 1px dotted black;
padding-top: 1em;
color: #404040;
}