-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
118 lines (101 loc) · 1.72 KB
/
index.css
File metadata and controls
118 lines (101 loc) · 1.72 KB
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
107
108
109
110
111
112
113
114
115
116
117
118
body {
font-family: "Times Ext Roman", "Indic Times", "Doulos SIL", Tahoma,
"Arial Unicode MS", Gentium;
background: white;
}
note {
color: blue;
}
note::before {
content: "[";
color: blue;
}
note::after {
content: "]";
color: blue;
}
p {
border-top: 0in;
border-bottom: 0in;
padding-top: 0in;
padding-bottom: 0in;
margin-top: 0in;
margin-bottom: 0.5cm;
}
p[rend="bld"] {
font-weight: bold;
}
hi[rend="paranum"] {
font-weight: bold;
font-size: 14pt;
}
hi[rend="dot"] {
font-weight: bold;
font-size: 14pt;
}
hi[rend="bold"] {
font-weight: bold;
}
p[rend="hangnum"] {
font-size: 12pt;
margin-bottom: -0.75cm;
text-indent: 2em;
}
p[rend="nikaya"] {
font-size: 24pt;
text-align: center;
font-weight: bold;
}
p[rend="book"] {
font-size: 21pt;
text-align: center;
font-weight: bold;
}
p[rend="chapter"] {
font-size: 18pt;
text-align: center;
font-weight: bold;
}
p[rend="centre"] {
font-size: 12pt;
text-align: center;
}
p[rend="bodytext"] {
font-size: 12pt;
text-indent: 2em;
}
p[rend="title"] {
font-size: 16pt;
text-align: center;
font-weight: bold;
}
p[rend="subhead"] {
font-size: 16pt;
text-align: center;
font-weight: bold;
}
p[rend="subsubhead"] {
font-size: 14pt;
text-align: center;
font-weight: bold;
}
p[rend="gatha1"] {
font-size: 12pt;
margin-bottom: 0em;
margin-left: 4em;
}
p[rend="gatha2"] {
font-size: 12pt;
margin-bottom: 0em;
margin-left: 4em;
}
p[rend="gatha3"] {
font-size: 12pt;
margin-bottom: 0em;
margin-left: 4em;
}
p[rend="gathalast"] {
font-size: 12pt;
margin-bottom: 0.5cm;
margin-left: 4em;
}