-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathstyle.css
57 lines (50 loc) · 795 Bytes
/
style.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
h1 {
text-align: center;
font-variant: small-caps;
margin-top: 1em;
margin-bottom: 1em;
}
h2, h3, h4 {
text-align: left;
font-variant: small-caps;
margin-top: 1em;
margin-bottom: 1em;
}
a.noteref {
vertical-align: super;
position: relative;
bottom: 0.5em;
font-size: small;
}
p.note {
text-indent: 0px;
margin-top: 0.4em;
margin-left: 0.2em;
font-size: 0.9em;
}
p.center {
text-align: center;
}
p.right {
text-align: right;
}
p.comment {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 4em;
margin-right: 8em;
font-size: 0.9em;
font-style: italic;
}
p.noindent {
text-indent: 0px;
}
/*
div.tocsegment {
margin-left: 1em;
padding: 0;
}
div.tocsegment {
margin-top: 1em;
}
*/