~ubuntu-branches/ubuntu/jaunty/bibletime/jaunty

« back to all changes in this revision

Viewing changes to bibletime/display-templates/basic_template.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ralph Janke
  • Date: 2008-05-10 15:18:16 UTC
  • mfrom: (1.1.6 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080510151816-bqp8y1to705zd0fm
Tags: 1.6.5.1-1
* New upstream version (Closes: #441161, #271502)
* fixes for new autotools and gcc 4.3 (Closes: #407291)
* added poxml to Build-Depends
* No DFSG necessary anymore since biblestudy howto has 
  now Commons Licence 
* Added libclucene-dev to dev-depends (Closes: #436677)

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
        background-color:inherit; /* To work around a KDE 3.2 bug / problem */
 
14
}
 
15
 
 
16
/* content wraps all of the displayed elements */
 
17
#content { }
 
18
/* The table contains the Bible verses, each verse on an own row, each Bible module in an own column */
 
19
#content > table { }
 
20
/* The heading contains the name of the module and may contain additional information like the display keys */
 
21
#content > table th { }
 
22
 
 
23
/* The a links are the normal HTML hyperlinks. Links without a class attribute are hyperlinks into the web */
 
24
a { }
 
25
a:hover { }
 
26
 
 
27
/* An entry is the generic element used for all content items. 
 
28
 In Bibles an entry contains a verse, in commentaries the comment to a verse range,
 
29
 in lexicons an simple item and in book the text of an item with other .entry elements as childs.
 
30
 
 
31
 If just one module is chosen, all entries are put together in one sourrounding table column. In this case the elements div and span may have the class "entry". If it's a div each entry should be on it's own line. span.entry should not add a linebreak.
 
32
 
 
33
 If more than one module (Bibles) was chosen, the entry class applies to "td" elements, one column for a verse
 
34
 */
 
35
.entry { }
 
36
#printer .entry { }
 
37
/* Often needed to format BiDi text in the right way */
 
38
.entry[dir=rtl] { }
 
39
#printer .entry[dir=rtl] { }
 
40
/* Special formatting for the block element entries */
 
41
div.entry, td.entry { }
 
42
 
 
43
/* Currententry is chosen when the entry should be highlighted as the current entry chosen by the user
 
44
 currententry may apply to span, div, td (just like .entry)
 
45
 */
 
46
.currententry {
 
47
}
 
48
.currententry[dir=rtl] {
 
49
}
 
50
div.currententry { }
 
51
span.currententry { }
 
52
 
 
53
/* You may use this to format the space between two columns */
 
54
td.entry + td.entry { }
 
55
 
 
56
/* Several additional settings for displaying Bible modules*/
 
57
#bible div.currententry, #bible td.currententry { }
 
58
#bible td.currententry { }
 
59
 
 
60
/*Same for books!*/
 
61
#book div.currententry, #book td.currententry { }
 
62
#book .entryname + .entry { }
 
63
/* To remove the gap between the entryname and the entry's content*/
 
64
#book .entry > *, #book .currententry > * { }
 
65
 
 
66
/* An entryname is embedded in an .entry tag and contains the name of the key, which belongs to the text of the .entry */
 
67
.entryname { }
 
68
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname { }
 
69
.entryname a, #printer .entryname { }
 
70
/*  As you can see #printer is used to format pages which are send to the printer. Printer pages should be clean and easy to read */
 
71
#printer .entry  .entry, #printer .entry .sectiontitle , #printer .entry .booktitle { }
 
72
 
 
73
/* Footnote formatting options */
 
74
/* A footnote is displayed as an asterisk or another small character. You can set the colors, font-size, etc. for the footnote. */
 
75
.footnote { }
 
76
/* You may use this to add sourrounding brackets in Bible modules. To do this the content command of CSS */
 
77
#bible .footnote:before { }
 
78
#bible .footnote:after { }
 
79
 
 
80
/* Crossreferences. The same as footnotes */
 
81
.crossreference { }
 
82
#bible .crossreference:before { }
 
83
#bible .crossreference:after { }
 
84
 
 
85
/*Keep in mind that for cross references it is not enough to
 
86
*set only the cross reference colour, you must also set the
 
87
*cross reference anchor marker with .crossreference a
 
88
*This way both the non linked and linked text will show
 
89
*as desired. Additionally, you can have seperate formatting
 
90
*for linked and non linked text in the cross reference*/
 
91
.crossreference a { }
 
92
.crossreference a:hover { }
 
93
 
 
94
/* Alternative reading as defined in the OSIS specs. The information about the alternative text is displayed in the info display. It's 
 
95
often a good idea to format this the same as footnotes 
 
96
The text which is the alternative of the displayed text is available in the attribute "alternative"
 
97
so something like .alternative:before { content:"'"attr(alternative); } is possible
 
98
*/
 
99
.alternative {}
 
100
.alternative:before { }
 
101
.alternative:after { }
 
102
 
 
103
/* An abbreviation. */
 
104
.abbreviation { }
 
105
 
 
106
/* A title within the text. This is the formatting which applies to a title of a section, as you can find them in Bibles */
 
107
.sectiontitle { }
 
108
#printer .sectiontitle { }
 
109
/* You may want to format elements before section titles in a special way. */
 
110
* + .sectiontitle { }
 
111
 
 
112
/* The title of a book, e.g. "The gospel of Matthew" */
 
113
.booktitle { }
 
114
#printer .booktitle { }
 
115
 
 
116
/* A foreign word */
 
117
.foreign { }
 
118
 
 
119
/* Words spoken by Jesus Christ */
 
120
.jesuswords { }
 
121
 
 
122
/* An introduction to a module, book or chapter */
 
123
.introduction { }
 
124
/* A quotation without a special speaker */
 
125
.quotation { }
 
126
/* Poetry formatting */
 
127
.poetry { }
 
128
/* Text displayed above. It's like the sup tag in HTML */
 
129
.sup { }
 
130
/* Sub text, the opposite of .sup */
 
131
.sub { }
 
132
/* Display the text inside as right aligned text */
 
133
.right { }
 
134
/* Display as centered text */
 
135
.center { }
 
136
 
 
137
/* Visual attributes to the text */
 
138
.bold { }
 
139
.illuminated { }
 
140
.italic { }
 
141
.line-through { }
 
142
.normal { }
 
143
.small-caps{ }
 
144
.underline { }
 
145
 
 
146
/* An inscription */
 
147
.inscription { }
 
148
 
 
149
.mentioned { }
 
150
 
 
151
/* Special formatting rules for names, see the OSIS specs for detailed information */
 
152
.name {}
 
153
.name > .geographic { }
 
154
.name > .holiday { }
 
155
.name > .nonhuman { }
 
156
.name > .person { }
 
157
.name > .ritual { }
 
158
.name > .divine { }
 
159
 
 
160
/* Information added by the translator */
 
161
.transchange {}
 
162
.transchange > .added { }
 
163
.transchange > .amplified {}
 
164
.transchange > .changed { }
 
165
.transchange > .deleted { }
 
166
.transchange > .moved { }
 
167
.transchange > .tenseChange { }
 
168
 
 
169
/* Special text markup */
 
170
/* Morph segmentation is a special feature for hebrew to markup the word divisions in the text */
 
171
.morphSegmentation {}
 
172
 
 
173
/* The formatting of all things displayed in the information window */
 
174
#infodisplay { }
 
175
 
 
176
/* The headings of a section, several sections may be displayed together at the same time */
 
177
#infodisplay .footnoteinfo h3,
 
178
#infodisplay .strongsinfo h3,
 
179
#infodisplay .morphinfo h3,
 
180
#infodisplay .translationinfo h3,
 
181
#infodisplay .crossrefinfo h3 { }
 
182
 
 
183
#infodisplay > p, #infodisplay * > p { /* We only format the first p child in a special way */ }
 
184
 
 
185
/*Required for cross references*/
 
186
#infodisplay .entry { }
 
187
#infodisplay .entry .entry { /* No smaller font size for nested entries */ }
 
188
#infodisplay .entryname { }
 
189
#infodisplay .rangeheading {}
 
190
 
 
191
#printer .rangeheading {}
 
192
 
 
193
/* Here's the marker for the language specific fotn information. BibleTime replaces this by the CSS for the fonts */
 
194
#LANG_CSS#
 
195
 
 
196
/* ]]> */
 
197
        </style>
 
198
</head>
 
199
 
 
200
<!--  The display type may be bible, book, printer -->
 
201
<body id="#DISPLAYTYPE#">
 
202
        <div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#">#CONTENT#</div></body>
 
203
</html>
 
 
b'\\ No newline at end of file'