summaryrefslogtreecommitdiff
path: root/src/display-templates/Basic-mobile.tmpl
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2017-10-06 12:24:31 +0200
committerTeus Benschop <teusjannette@gmail.com>2017-10-06 12:24:31 +0200
commit90d2181239761f8950b95768d3b037843e9e8b50 (patch)
tree6cc667ab420cc04029de2de7e361d2305e214595 /src/display-templates/Basic-mobile.tmpl
parent1ea03c0fce8066c1e22188447b4a6ca4dcef1201 (diff)
New upstream version 2.11.0
Diffstat (limited to 'src/display-templates/Basic-mobile.tmpl')
-rw-r--r--src/display-templates/Basic-mobile.tmpl43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/display-templates/Basic-mobile.tmpl b/src/display-templates/Basic-mobile.tmpl
new file mode 100644
index 0000000..1c66661
--- /dev/null
+++ b/src/display-templates/Basic-mobile.tmpl
@@ -0,0 +1,43 @@
+<html>
+<head>
+ <title>#TITLE#</title>
+ <style type="text/css">
+
+a:link {
+ color: #LINK_COLOR#;
+ text-decoration: none
+}
+
+.chaptertitle {
+ font-weight: bold;
+ font-size: x-large
+}
+
+.sectiontitle {
+ font-weight: bold;
+ font-size: medium
+}
+
+.highlightwords {
+ color: #HIGHLIGHT_COLOR#;
+ font-weight: bold;
+ background-color: #FFEECC;
+}
+
+.jesuswords {
+ color: #JESUS_WORDS_COLOR#;
+ font-size: 0.9em;
+}
+
+.entry + .sectiontitle {
+ margin-top:35px;
+}
+
+</style>
+</head>
+
+<body id="#DISPLAYTYPE#" class="#MODTYPE# #MODTYPE#_#MODNAME#">
+ <div class="chaptertitle"><center>#CHAPTERTITLE#</center></div>
+ <div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#" dir="#PAGE_DIRECTION#">#CONTENT#</div>
+</body>
+</html>