~vcs-imports/bibletime/trunk

« back to all changes in this revision

Viewing changes to bibletime/display-templates/Simple.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 " VERSION "" />
 
7
        <meta name="AUTHOR" content="BibleTime " VERSION "" />
 
8
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
9
        
 
10
        <style type="text/css">
 
11
/* <![CDATA[ */
 
12
body {
 
13
        margin:5px;
 
14
}
 
15
#content {
 
16
        background-color:white;
 
17
}
 
18
#content table {
 
19
        margin:0;
 
20
        padding:0;
 
21
        border-spacing:10px;
 
22
        border-collapse: collapse;
 
23
        vertical-align: top;
 
24
}
 
25
#content table th {
 
26
        padding: 0 0 2px 0;
 
27
        text-align: center; 
 
28
        font-weight: bold;
 
29
        font-size: 115%;
 
30
}
 
31
 
 
32
a {
 
33
        text-decoration:none;
 
34
        font-weight:normal;
 
35
        color: blue;
 
36
        padding:2px;
 
37
}
 
38
 
 
39
td.entry, div.entry {
 
40
        padding: 5px;
 
41
        vertical-align: top;
 
42
}
 
43
span.entry {
 
44
        padding: 5px;
 
45
}
 
46
 
 
47
td.currententry, div.currententry {
 
48
        padding: 5px;
 
49
        vertical-align: top;
 
50
        font-weight:bold;
 
51
}
 
52
td.entry + td.entry {
 
53
        margin-left: 5px;
 
54
}
 
55
span.currententry {
 
56
        font-weight:bold;
 
57
        vertical-align: middle;
 
58
        padding: 5px;
 
59
}
 
60
 
 
61
.footnote {
 
62
        color: gray;
 
63
}
 
64
 
 
65
.strongnumber {
 
66
        vertical-align: top;
 
67
        font-size: 60%;
 
68
        color: blue;
 
69
}
 
70
.morphcode {
 
71
        vertical-align: top;
 
72
        font-size: 60%;
 
73
        color: blue;
 
74
}
 
75
.lemma {
 
76
}
 
77
 
 
78
.sectiontitle {
 
79
        font-weight: bold;
 
80
        font-size: 120%;
 
81
}
 
82
.entry + .sectiontitle {
 
83
        margin-top:35px;
 
84
        padding-top:35px;
 
85
}
 
86
 
 
87
.booktitle {
 
88
        font-weight: bold;
 
89
        font-size: 140%;
 
90
}
 
91
.foreign {
 
92
}
 
93
.jesuswords {
 
94
        color: red;
 
95
        font-size: 0.9em;
 
96
}
 
97
 
 
98
.name > .divine {
 
99
   font-variant: small-caps;
 
100
}
 
101
 
 
102
.quotation {
 
103
}
 
104
.poetry {
 
105
}
 
106
.sup {
 
107
        vertical-align: super;
 
108
}
 
109
.sub {
 
110
        vertical-align: sub;
 
111
}
 
112
.right {
 
113
        text-align: right;
 
114
}
 
115
.center {
 
116
        text-align: center;
 
117
}
 
118
/*TODO: Think of something better here since this will get confusing*/
 
119
/*      on verses but, is needed for things inthe Mag/Info window*/
 
120
.bold {
 
121
        font-weight: bold;
 
122
}
 
123
.italic {
 
124
        font-style: italic;
 
125
}
 
126
#LANG_CSS#
 
127
/* ]]> */
 
128
        </style>
 
129
</head>
 
130
 
 
131
<body>
 
132
        <div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#" dir="#PAGE_DIRECTION#">#CONTENT#</div>
 
133
</body>
 
134
</html>
 
 
b'\\ No newline at end of file'