summaryrefslogtreecommitdiff
path: root/src/display-templates/Blue.tmpl
blob: 881ce1cd3e2f265ced4acbfcf9bef6a087184e5d (plain)
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>#TITLE#</title>
	<meta name="GENERATOR" content="BibleTime - www.bibletime.info" />
	<meta name="AUTHOR" content="BibleTime - www.bibletime.info" />
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	
	<style type="text/css">
	/* <![CDATA[ */
#LANG_CSS#

#content {
	margin:10px;
}
#content > table {
	margin: 0;
	padding: 0;
	border-spacing:10px;
}
#content > table th {
	padding: 0 0 2px 0;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px dotted #7B7B7B;
}

a {
	text-decoration:none;
	font-weight:normal;
	color: #7B7B7B;
	padding:0 2px;
}
a:hover {
	text-decoration:none;
	color: #0000FF;
	padding:0 2px;
}


/* Settings which apply to all entries in all modules */
.entry {
	padding: 2px;
 	/*vertical-align: middle;*/
 	text-align: justify;
}
td.entry, td.currententry {
	vertical-align: top;
 	text-align: justify !important;
}
#printer .entry {
	font-size: 90%;
	text-align: left;
}
.entry[dir=rtl] {
	text-align: right !important;
}
#printer .entry[dir=rtl] {
	text-align:right !important;
}

/* Keep the values the same as in .entry (take the border into account!) */
.currententry {
	padding: 2px;
 	/*vertical-align: middle;*/
	text-align: justify;
	background-color: #E6E4FF;
}
.currententry[dir=rtl] {
	text-align:right !important;
}
div.currententry {
}
span.currententry {
	background-color: #EDEFFF !important;
}

/* Space between the columns of modules displayed side by side */
td.entry + td.entry { 
	margin-left: 5px;
}

/* Several additional settings for display of modules*/
#bible div.currententry, #bible td.currententry {
	border: 1px solid #B7B7B7;
	padding: 2px;
}


/*Same for books!*/
#book div.currententry, #book td.currententry {
	border: 1px solid #B7B7B7;
	padding: 2px;
}
#book .entryname + .entry {
	margin-top:2px;
	padding-top:1px;
}
/* To remove the gap between the entrynam and the entry's content*/
#book .entry > *, #book .currententry > * {
	margin-top:0px;
	padding-top:0px;
}

.entryname {
	font-size:80%;
	padding:0 2px 0 0;
	vertical-align:super;
}
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname {
	padding: 0 0 0 2px;
	font-size: 80%;
	vertical-align: super;
}
.entryname a, #printer .entryname  {
}

#printer .entry  .entry, #printer .entry .sectiontitle , #printer .entry .booktitle {
	padding-top: 0.05em;
	margin-left: 10px;
}

.footnote {
	vertical-align:super;
	font-weight: normal;
	color: blue;
	font-size: 80%;
	cursor: help;
}

.footnote:before { content:"("; }
.footnote:after { content:")"; }

.footnotepre {
 	font-style: italic;
}


.crossreference {
	font-size: 80%;
	color: blue;
}
#bible .crossreference:before  { content:" ["; }
#bible .crossreference:after  { content:"]"; }

.crossreference a {
	color: blue;
}
.crossreference a:hover {
	color: blue;
}

.alternative {}
.alternative:before { content:"'"attr(alternative); }
.alternative:after{ content:"'";}

.abbreviation {

}

.sectiontitle {
	font-weight: bold;
	font-size: 110%;
}
#printer .sectiontitle {
	font-weight: bold;
	font-size: 100%;
}
* + .sectiontitle {
	margin-top:15px;
}

.booktitle {
	font-weight: bold;
	font-size: 120%;
	font-variant: small-caps;
}
#printer .booktitle {
	font-weight: bold;
	font-size: 120%;
	font-variant: small-caps;
}
.foreign {
}
.jesuswords {
	color:#9C2323;
}

.introduction {
	font-size:80%;
	text-align:justify;
}

.quotation {
}
.poetry {
}
.sup {
	vertical-align: super;
}
.sub {
	vertical-align: sub;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.bold {
	font-weight:bold;
}
.illuminated {
}
.italic {
	font-style:italic;
}
.line-through {
}
.normal {
}
.small-caps{
}
.underline {
	font-style:underline;
}

.inscription {
}
.mentioned {
}
.name > .geographic {
}
.name > .holiday {
}
.name > .nonhuman {
}
.name > .person {
}
.name > .ritual {
}
.name > .divine {
   font-variant: small-caps;
}

.transchange { 
	font-style:italic; 
}
.transchange > .added {
	background-color:inherit;
}
.transchange > .amplified {	
}
.transchange > .changed {	
}
.transchange > .deleted {
}
.transchange > .moved {
}
.transchange > .tenseChange {
}

.morphSegmentation {
	border-right: 2px solid gray;
}

#infodisplay {
	margin:0;
	padding:0;
}

#infodisplay .footnoteinfo h3, #infodisplay .strongsinfo h3, #infodisplay .morphinfo h3, #infodisplay .translationinfo h3, #infodisplay .crossrefinfo h3 {
	padding:4px 4px 2px 0;
	color:darkGray;
	font-weight:bold;
	border-bottom:1px solid gray;
	text-align: right;
}

#infodisplay > p, #infodisplay * > p,
#infodisplay > .para, #infodisplay * > .para
{ /* We only format the first p child in a special way */
	text-align:justify !important;
	color:black;
	margin:0px;
	padding:0px;
}

/*Required for cross references*/
#infodisplay .entry {
	padding:2px;
	text-align:justify !important;
	margin-bottom:10px;
	margin-left:15px;
}
#infodisplay .entry[dir=rtl] {
	text-align: right !important;
}
#infodisplay .entry .entry { /*No smaller font size for nested entries*/
	margin:0px;
}
#infodisplay .entry .entry[dir=rtl] { /*No smaller font size for nested entries*/
	text-align: right !important;
}
#infodisplay .entryname {
	padding:2px;
	margin:0px;
	text-align:left !important;
	font-weight:bold;	
}

#infodisplay .rangeheading {
	color:black;
	font-weight:bold;
	margin-left:-10px;
}

#printer .rangeheading {
	border-bottom:1px solid black;
	color:black;
}

	/* ]]> */
	</style>
</head>

<body id="#DISPLAYTYPE#">
	<div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#" dir="#PAGE_DIRECTION#">#CONTENT#</div>
</body>
</html>