summaryrefslogtreecommitdiff
path: root/src/display-templates/Simple.tmpl
blob: 756de3e3af4b909ddcb8824be8a8ed34c0b75fb9 (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
<?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 " VERSION "" />
	<meta name="AUTHOR" content="BibleTime " VERSION "" />
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	
	<style type="text/css">
/* <![CDATA[ */
body {
	background-color: white;
	color: black;
}
#content {
	margin: 5px;
}
#content table {
	margin:0;
	padding:0;
	border-spacing:10px;
	border-collapse: collapse;
	vertical-align: top;
}
#content table th {
	padding: 0 0 2px 0;
	text-align: center; 
	font-weight: bold;
	font-size: 115%;
}

a {
	text-decoration:none;
	font-weight:normal;
	color: blue;
	padding:2px;
}

td.entry, div.entry {
	padding: 5px;
	vertical-align: top;
}
div.entry {
	padding: 5px;
}

td.currententry, div.currententry {
	padding: 5px;
	vertical-align: top;
	font-weight:bold;
}
td.entry + td.entry {
	margin-left: 5px;
}
div.currententry {
	font-weight:bold;
	/*vertical-align: middle;*/
	padding: 5px;
}

.footnote {
	color: gray;
}

.strongnumber {
	vertical-align: top;
	font-size: 60%;
	color: blue;
}
.morphcode {
	vertical-align: top;
	font-size: 60%;
	color: blue;
}
.lemma {
}

.sectiontitle {
	font-weight: bold;
	font-size: 120%;
}
.entry + .sectiontitle {
	margin-top:35px;
	padding-top:35px;
}

.booktitle {
	font-weight: bold;
	font-size: 140%;
}
.foreign {
}
.jesuswords {
	color: red;
	font-size: 0.9em;
}

.name > .divine {
   font-variant: small-caps;
}

.quotation {
}
.poetry {
}
.sup {
	vertical-align: super;
}
.sub {
	vertical-align: sub;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/*TODO: Think of something better here since this will get confusing*/
/*	on verses but, is needed for things inthe Mag/Info window*/
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
#LANG_CSS#
/* ]]> */
	</style>
</head>

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