~vcs-imports/bibletime/trunk

« back to all changes in this revision

Viewing changes to bibletime/display-templates/Green.tmpl

  • Committer: mgruner
  • Date: 2007-05-08 15:51:07 UTC
  • Revision ID: vcs-imports@canonical.com-20070508155107-0rj7jdmm5ivf8685
-imported source and data files to new svn module
-this is where KDE4-based development will take place

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
<head>
 
5
        <title>#TITLE#</title>
 
6
        <meta name="GENERATOR" content="BibleTime - www.bibletime.info" />
 
7
        <meta name="AUTHOR" content="BibleTime - www.bibletime.info" />
 
8
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
9
        
 
10
        <style type="text/css">
 
11
        /* <![CDATA[ */
 
12
 
 
13
* { 
 
14
        /* To work around a KDE 3.2 bug / problem */
 
15
        background-color:transparent;
 
16
}
 
17
 
 
18
#content {
 
19
        background-color:transparent;
 
20
        margin:10px;
 
21
}
 
22
#content > table {
 
23
        margin: 0;
 
24
        padding: 0;
 
25
        border-spacing:10px;
 
26
        vertical-align:top;
 
27
}
 
28
#content > table th {
 
29
        padding: 0 0 2px 0;
 
30
        text-align: center; 
 
31
        font-weight: bold;
 
32
        font-size: 110%;
 
33
        border-bottom: 1px solid #6B6B6B;
 
34
}
 
35
 
 
36
a {
 
37
        text-decoration:none;
 
38
        font-weight:normal;
 
39
        color: #3B11AE;
 
40
        background-color:transparent;   
 
41
        padding:0 2px;
 
42
}
 
43
a:hover {
 
44
        background-color:transparent;
 
45
        color: #AE1518;
 
46
        padding:0 2px;
 
47
}
 
48
 
 
49
 
 
50
/* Settings which apply to all entries in all modules */
 
51
.entry {
 
52
        padding: 3px;
 
53
/*      vertical-align: middle; */
 
54
        vertical-algin: top;
 
55
        text-align: justify;
 
56
}
 
57
#printer .entry {
 
58
        font-size:90%;
 
59
        text-align:left;
 
60
}
 
61
.entry[dir=rtl] {
 
62
        text-align:right !important;
 
63
}
 
64
#printer .entry[dir=rtl] {
 
65
        text-align:right !important;
 
66
}
 
67
div.entry, td.entry {
 
68
        vertical-align:top;
 
69
}
 
70
 
 
71
/* Keep the values the same as in .entry (take the border into account!) */
 
72
.currententry {
 
73
        padding:3px;
 
74
        vertical-align:middle;
 
75
        text-align:justify;
 
76
}
 
77
.currententry[dir=rtl] {
 
78
        text-align:right !important;
 
79
}
 
80
div.currententry {
 
81
}
 
82
span.currententry {
 
83
        background-color:#D4FFCB;
 
84
}
 
85
 
 
86
 
 
87
/*Space between the columns of modules displayed side by side*/
 
88
td.entry + td.entry { 
 
89
        margin-left: 5px;
 
90
}
 
91
 
 
92
/* Several additional settings for display of modules*/
 
93
#bible div.currententry, #bible td.currententry {
 
94
        border:1px solid black;
 
95
        padding:2px;
 
96
        background-color:#F6FFF7;
 
97
}
 
98
#bible span.currententry {
 
99
        background-color:#C8FFB6;
 
100
}
 
101
 
 
102
/*Same for books!*/
 
103
#book div.currententry, #book td.currententry {
 
104
        border:1px solid black;
 
105
        background-color:#F6FFF7;
 
106
}
 
107
#book span.currententry {
 
108
        background-color:#C8FFB6;
 
109
}
 
110
 
 
111
 
 
112
.entryname {
 
113
        font-size:80%;
 
114
        padding:0 2px 0 0;
 
115
        vertical-align:super;
 
116
}
 
117
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname {
 
118
        padding: 0 0 0 2px;
 
119
        font-size: 80%;
 
120
        vertical-align:super;
 
121
}
 
122
.entryname a, #printer .entryname  {
 
123
        vertical-align: middle
 
124
}
 
125
 
 
126
#printer .entry  .entry, #printer .entry .sectiontitle , #printer .entry .booktitle {
 
127
        padding-top: 0.05em;
 
128
        margin-left: 10px;
 
129
}
 
130
 
 
131
.footnote {
 
132
        vertical-align:super;
 
133
        color: blue;
 
134
        font-size: 70%;
 
135
}
 
136
.footnote:before { content:"("; }
 
137
.footnote:after { content:")"; }
 
138
 
 
139
.crossreference {
 
140
        font-size: 80%;
 
141
        /*vertical-align:middle;*/
 
142
        color: blue;
 
143
}
 
144
 
 
145
.crossreference a {
 
146
        font-size: 80%;
 
147
        /*vertical-align:middle;*/
 
148
        color: blue;
 
149
}
 
150
 
 
151
.crossreference a:hover {
 
152
        font-size: 80%;
 
153
        /*vertical-align:middle;*/
 
154
        color: blue;
 
155
}
 
156
 
 
157
 
 
158
 
 
159
.sectiontitle {
 
160
        font-weight: bold;
 
161
        font-size: 110%;
 
162
}
 
163
#printer .sectiontitle {
 
164
        font-weight: bold;
 
165
        font-size: 100%;
 
166
}
 
167
* + .sectiontitle {
 
168
        margin-top:15px;
 
169
}
 
170
 
 
171
.booktitle {
 
172
        font-weight: bold;
 
173
        font-size: 120%;
 
174
        font-variant: small-caps;
 
175
}
 
176
#printer .booktitle {
 
177
        font-weight: bold;
 
178
        font-size: 120%;
 
179
        font-variant: small-caps;
 
180
}
 
181
.foreign {
 
182
}
 
183
.jesuswords {
 
184
        color:#9C2323;
 
185
}
 
186
 
 
187
.quotation {
 
188
}
 
189
.poetry {
 
190
}
 
191
.sup {
 
192
        vertical-align: super;
 
193
}
 
194
.sub {
 
195
        vertical-align: sub;
 
196
}
 
197
.right {
 
198
        text-align: right;
 
199
}
 
200
.center {
 
201
        text-align: center;
 
202
}
 
203
 
 
204
.bold {
 
205
        font-weight:bold;
 
206
}
 
207
.illuminated {
 
208
}
 
209
.italic {
 
210
        font-style:italic;
 
211
}
 
212
.line-through {
 
213
}
 
214
.normal {
 
215
}
 
216
.small-caps{
 
217
}
 
218
.underline {
 
219
        font-style:underline;
 
220
}
 
221
 
 
222
.inscription {
 
223
}
 
224
.mentioned {
 
225
}
 
226
.name > .geographic {
 
227
}
 
228
.name > .holiday {
 
229
}
 
230
.name > .nonhuman {
 
231
}
 
232
.name > .person {
 
233
}
 
234
.name > .ritual {
 
235
}
 
236
.name > .divine {
 
237
   font-variant: small-caps;
 
238
}
 
239
 
 
240
.transchange { 
 
241
        font-style:italic; 
 
242
}
 
243
.transchange > .added {
 
244
        background-color:inherit;
 
245
}
 
246
.transchange > .amplified {     
 
247
}
 
248
.transchange > .changed {       
 
249
}
 
250
.transchange > .deleted {
 
251
}
 
252
.transchange > .moved {
 
253
}
 
254
.transchange > .tenseChange {
 
255
}
 
256
 
 
257
.morphSegmentation {
 
258
        border: 1px solid grey;
 
259
        margin-top: 1px; /* Don`t let the boxes touch here, between the lines */
 
260
        margin-left: -1px; /* But here, for better reading of the text, 
 
261
                                                                                        this will only occur within a word consisting of several segments.*/
 
262
        margin-right: 0px;
 
263
}
 
264
 
 
265
#infodisplay {
 
266
        margin:0;
 
267
        padding:0;
 
268
        font-size:100%;
 
269
}
 
270
 
 
271
#infodisplay .footnoteinfo h3, #infodisplay .strongsinfo h3, #infodisplay .morphinfo h3, #infodisplay .translationinfo h3, #infodisplay .crossrefinfo h3 {
 
272
        padding:4px 4px 2px 0;
 
273
        color:darkGrey;
 
274
        font-weight:bold;
 
275
        border-bottom:1px solid grey;
 
276
        font-size:100%;
 
277
        text-align:left !important;
 
278
}
 
279
 
 
280
#infodisplay > p, #infodisplay  * > p { /* We only format the first p child in a special way */
 
281
        font-size:100%;
 
282
        text-align:justify;
 
283
        color:black;
 
284
        margin:0px;
 
285
        padding:0px;
 
286
}
 
287
 
 
288
/*Required for cross references*/
 
289
#infodisplay .entry {
 
290
        padding:2px;
 
291
        text-align:justify;
 
292
        font-size:100%;
 
293
        margin-bottom:10px;
 
294
        margin-left:15px;
 
295
}
 
296
#infodisplay .entry .entry { /*No smaller font size for nested entries*/
 
297
        font-size:100%;
 
298
        margin:0px;
 
299
}
 
300
#infodisplay .entryname {
 
301
        padding:2px;
 
302
        margin:0px;
 
303
        text-align:left;
 
304
        font-weight:bold;       
 
305
        font-size:100%;
 
306
}
 
307
 
 
308
#infodisplay .rangeheading {
 
309
        color:black;
 
310
        font-weight:bold;
 
311
        margin-left:-10px;
 
312
}
 
313
 
 
314
#printer .rangeheading {
 
315
        border-bottom:1px solid black;
 
316
        color:black;
 
317
}
 
318
 
 
319
#LANG_CSS#
 
320
 
 
321
        /* ]]> */
 
322
        </style>
 
323
</head>
 
324
 
 
325
<body id="#DISPLAYTYPE#">
 
326
        <div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#" dir="#PAGE_DIRECTION#">#CONTENT#</div>
 
327
</body>
 
328
</html>
 
 
b'\\ No newline at end of file'