-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
74 lines (61 loc) · 822 Bytes
/
Copy pathstyles.css
File metadata and controls
74 lines (61 loc) · 822 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body {
font-family: "Times New Roman", Times, serif;
color: #000;
background: #ffffff;
line-height: 1.5;
margin: 0;
}
.page {
max-width: 720px;
margin: 40px auto;
padding: 0 20px;
}
h1 {
font-size: 34px;
margin: 0 0 4px 0;
}
.sub {
font-size: 17px;
margin: 0 0 12px 0;
}
h2 {
font-size: 22px;
margin-top: 28px;
border-bottom: 1px solid #000;
padding-bottom: 3px;
}
p {
font-size: 16px;
}
ul {
padding-left: 22px;
}
li {
margin: 3px 0;
}
table {
border-collapse: collapse;
width: 100%;
margin-top: 8px;
}
th, td {
border: 1px solid #555;
padding: 6px 10px;
text-align: left;
font-size: 15px;
}
th {
font-weight: bold;
}
hr {
border: none;
border-top: 1px solid #000;
margin: 26px 0;
}
a {
color: #000;
}
.foot {
font-size: 14px;
color: #333;
}