-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstyles.css
53 lines (45 loc) · 789 Bytes
/
styles.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
body {
background: #8596AA;
font-size: 12pt;
line-height: 20pt;
font-family : "Helvetica neue", Arial, Verdana, sans-serif;
}
.contents {
font-size: 10pt;
line-height: 12pt;
}
.document {
width: 850px;
background: white;
margin-left: 100px;
padding: 12pt;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
color: #336299;
}
a {
color: #336299;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p, ul, ol, li {
text-align: justify;
}
tt, pre, code {
background: #eee;
color: black;
font-size: 12pt;
font-family: courier, monospace;
}
pre {
margin-left: 2em;
border: solid thin #ddd;
padding: 9px;
}
table.footnote td {
font-size: 10pt;
font-style: italic;
}