-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathguide.css
106 lines (85 loc) · 1.37 KB
/
guide.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
em {
font-style: normal;
font-weight: bold;
}
body {
font-family: Georgia, "Times New Roman", Times, "MS Gothic", serif;
width: 42em;
}
.perf {
color: maroon;
}
.op {
color: navy;
}
.opcat {
color: navy;
}
table.ops
{
width: 100%;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
}
table.ops td
{
border-top: 1px solid gray;
border-left: 1px solid gray;
}
table.ops th
{
border-top: 1px solid gray;
border-left: 1px solid gray;
}
.logo {
margin: 20px;
font-family: Arial, Helvetica, "MS Gothic", sans-serif;
}
.logo a {
text-decoration: none;
color: black;
}
ul.toc {
padding-left: 20px;
}
.toc li {
list-style-type: none;
}
.toc a {
font-family: Arial, Helvetica, "MS Gothic", sans-serif;
text-decoration: none;
color: black;
}
.toc a:hover {
text-decoration: underline;
color: black;
}
.maketitle {
}
div.abstract {
margin-left: 20%;
margin-right: 10%;
}
h3.abstract {
align : center
}
div.verse, div.quote, div.quotation {
margin-left : 10%;
margin-right : 10%;
}
td.tocref a {
font-family: "MS Gothic", sans-serif;
text-decoration: none;
color: black;
white-space: nowrap;
margin: 0 1em;
}
td.tocref a:hover {
text-decoration: underline;
color: black;
}
.transnote {
border-left: 1px solid gray;
font-family: Century, Times, 'Times New Roman', "MS Gothic", serif;
padding-left: 1em;
}