summaryrefslogtreecommitdiff
path: root/src/display-templates/Basic-mobile.tmpl
diff options
context:
space:
mode:
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>