summaryrefslogtreecommitdiff
path: root/src/display-templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/display-templates')
-rw-r--r--src/display-templates/Basic.tmpl25
-rw-r--r--src/display-templates/Blue.css222
-rw-r--r--src/display-templates/Christmastide.css92
-rw-r--r--src/display-templates/Crazy.css108
-rw-r--r--src/display-templates/Green.css220
-rw-r--r--src/display-templates/HighContrast.css242
-rw-r--r--src/display-templates/Simple.css96
7 files changed, 503 insertions, 502 deletions
diff --git a/src/display-templates/Basic.tmpl b/src/display-templates/Basic.tmpl
index 192e5b4..6d0df9d 100644
--- a/src/display-templates/Basic.tmpl
+++ b/src/display-templates/Basic.tmpl
@@ -2,25 +2,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>#TITLE#</title>
- <meta name="GENERATOR" content="BibleTime - www.bibletime.info" />
- <meta name="AUTHOR" content="BibleTime - www.bibletime.info" />
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <style type="text/css">
- /* <![CDATA[ */
+ <title>#TITLE#</title>
+ <meta name="GENERATOR" content="BibleTime - www.bibletime.info" />
+ <meta name="AUTHOR" content="BibleTime - www.bibletime.info" />
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+ <style type="text/css">
+ /* <![CDATA[ */
#LANG_CSS#
- /* ]]> */
- </style>
+ /* ]]> */
+ </style>
- <!-- Link to the application default stylesheet -->
- <link rel="stylesheet" type="text/css" href="file://#THEME_STYLE#" />
- <!-- Link to module stylesheet, if applicable -->
+ <!-- Link to the application default stylesheet -->
+ <style type="text/css">#THEME_STYLE#</style>
+ <!-- Link to module stylesheet, if applicable -->
</head>
<body id="#DISPLAYTYPE#" class="#MODTYPE# #MODTYPE#_#MODNAME#">
- <div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#" dir="#PAGE_DIRECTION#">#CONTENT#</div>
+ <div id="content" lang="#LANG_ABBREV#" xml:lang="#LANG_ABBREV#" dir="#PAGE_DIRECTION#">#CONTENT#</div>
</body>
</html>
diff --git a/src/display-templates/Blue.css b/src/display-templates/Blue.css
index 229289c..eafe85b 100644
--- a/src/display-templates/Blue.css
+++ b/src/display-templates/Blue.css
@@ -2,148 +2,148 @@
* Theme by BibleTime - www.bibletime.info *
*/
body {
- background-color: white;
- color: black;
+ background-color: white;
+ color: black;
}
#content {
- margin:10px;
+ margin:10px;
}
#content > table {
- margin: 0;
- padding: 0;
- border-spacing:10px;
+ margin: 0;
+ padding: 0;
+ border-spacing:10px;
}
#content > table th {
- padding: 0 0 2px 0;
- text-align: center;
- font-weight: bold;
- font-size: 110%;
- border-bottom: 1px dotted #7B7B7B;
+ padding: 0 0 2px 0;
+ text-align: center;
+ font-weight: bold;
+ font-size: 110%;
+ border-bottom: 1px dotted #7B7B7B;
}
a {
- text-decoration:none;
- font-weight:normal;
- color: #7B7B7B;
- padding:0 2px;
+ text-decoration:none;
+ font-weight:normal;
+ color: #7B7B7B;
+ padding:0 2px;
}
a:hover {
- text-decoration:none;
- color: #0000FF;
- padding:0 2px;
+ text-decoration:none;
+ color: #0000FF;
+ padding:0 2px;
}
/* Settings which apply to all entries in all modules */
.entry {
- padding: 2px;
- /*vertical-align: middle;*/
- text-align: justify;
+ padding: 2px;
+ /*vertical-align: middle;*/
+ text-align: justify;
}
td.entry, td.currententry {
- vertical-align: top;
- text-align: justify !important;
+ vertical-align: top;
+ text-align: justify !important;
}
#printer .entry {
- font-size: 90%;
- text-align: left;
+ font-size: 90%;
+ text-align: left;
}
.entry[dir=rtl] {
- text-align: right !important;
+ text-align: right !important;
}
#printer .entry[dir=rtl] {
- text-align:right !important;
+ text-align:right !important;
}
/* Keep the values the same as in .entry (take the border into account!) */
.currententry {
- padding: 2px;
- /*vertical-align: middle;*/
- text-align: justify;
- background-color: #E6E4FF;
+ padding: 2px;
+ /*vertical-align: middle;*/
+ text-align: justify;
+ background-color: #E6E4FF;
}
.currententry[dir=rtl] {
- text-align:right !important;
+ text-align:right !important;
}
div.currententry {
}
span.currententry {
- background-color: #EDEFFF !important;
+ background-color: #EDEFFF !important;
}
/* Space between the columns of modules displayed side by side */
td.entry + td.entry {
- margin-left: 5px;
+ margin-left: 5px;
}
/* Several additional settings for display of modules*/
#bible div.currententry, #bible td.currententry {
- border: 1px solid #B7B7B7;
- padding: 2px;
+ border: 1px solid #B7B7B7;
+ padding: 2px;
}
/*Same for books!*/
#book div.currententry, #book td.currententry {
- border: 1px solid #B7B7B7;
- padding: 2px;
+ border: 1px solid #B7B7B7;
+ padding: 2px;
}
#book .entryname + .entry {
- margin-top:2px;
- padding-top:1px;
+ margin-top:2px;
+ padding-top:1px;
}
/* To remove the gap between the entrynam and the entry's content*/
#book .entry > *, #book .currententry > * {
- margin-top:0px;
- padding-top:0px;
+ margin-top:0px;
+ padding-top:0px;
}
.entryname {
- font-size:80%;
- padding:0 2px 0 0;
- vertical-align:super;
+ font-size:80%;
+ padding:0 2px 0 0;
+ vertical-align:super;
}
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname {
- padding: 0 0 0 2px;
- font-size: 80%;
- vertical-align: super;
+ padding: 0 0 0 2px;
+ font-size: 80%;
+ vertical-align: super;
}
.entryname a, #printer .entryname {
}
#printer .entry .entry, #printer .entry .sectiontitle , #printer .entry .booktitle {
- padding-top: 0.05em;
- margin-left: 10px;
+ padding-top: 0.05em;
+ margin-left: 10px;
}
.footnote {
- vertical-align:super;
- font-weight: normal;
- color: blue;
- font-size: 80%;
- cursor: help;
+ vertical-align:super;
+ font-weight: normal;
+ color: blue;
+ font-size: 80%;
+ cursor: help;
}
.footnote:before { content:"("; }
.footnote:after { content:")"; }
.footnotepre {
- font-style: italic;
+ font-style: italic;
}
.crossreference {
- font-size: 80%;
- color: blue;
+ font-size: 80%;
+ color: blue;
}
#bible .crossreference:before { content:" ["; }
#bible .crossreference:after { content:"]"; }
.crossreference a {
- color: blue;
+ color: blue;
}
.crossreference a:hover {
- color: blue;
+ color: blue;
}
.alternative {}
@@ -155,36 +155,36 @@ td.entry + td.entry {
}
.sectiontitle {
- font-weight: bold;
- font-size: 110%;
+ font-weight: bold;
+ font-size: 110%;
}
#printer .sectiontitle {
- font-weight: bold;
- font-size: 100%;
+ font-weight: bold;
+ font-size: 100%;
}
* + .sectiontitle {
- margin-top:15px;
+ margin-top:15px;
}
.booktitle {
- font-weight: bold;
- font-size: 120%;
- font-variant: small-caps;
+ font-weight: bold;
+ font-size: 120%;
+ font-variant: small-caps;
}
#printer .booktitle {
- font-weight: bold;
- font-size: 120%;
- font-variant: small-caps;
+ font-weight: bold;
+ font-size: 120%;
+ font-variant: small-caps;
}
.foreign {
}
.jesuswords {
- color:#9C2323;
+ color:#9C2323;
}
.introduction {
- font-size:80%;
- text-align:justify;
+ font-size:80%;
+ text-align:justify;
}
.quotation {
@@ -192,25 +192,25 @@ td.entry + td.entry {
.poetry {
}
.sup {
- vertical-align: super;
+ vertical-align: super;
}
.sub {
- vertical-align: sub;
+ vertical-align: sub;
}
.right {
- text-align: right;
+ text-align: right;
}
.center {
- text-align: center;
+ text-align: center;
}
.bold {
- font-weight:bold;
+ font-weight:bold;
}
.illuminated {
}
.italic {
- font-style:italic;
+ font-style:italic;
}
.line-through {
text-decoration: line-through;
@@ -221,7 +221,7 @@ td.entry + td.entry {
font-variant: small-caps;
}
.underline {
- text-decoration: underline;
+ text-decoration: underline;
}
.inscription {
@@ -243,10 +243,10 @@ td.entry + td.entry {
}
.transchange {
- font-style:italic;
+ font-style:italic;
}
.transchange > .added {
- background-color:inherit;
+ background-color:inherit;
}
.transchange > .amplified {
}
@@ -260,61 +260,61 @@ td.entry + td.entry {
}
.morphSegmentation {
- border-right: 2px solid gray;
+ border-right: 2px solid gray;
}
#infodisplay {
- margin:0;
- padding:0;
+ margin:0;
+ padding:0;
}
#infodisplay .footnoteinfo h3, #infodisplay .strongsinfo h3, #infodisplay .morphinfo h3, #infodisplay .translationinfo h3, #infodisplay .crossrefinfo h3, #infodisplay .moduleinfo h3 {
- padding:4px 4px 2px 0;
- color:darkGray;
- font-weight:bold;
- border-bottom:1px solid gray;
- text-align: right;
+ padding:4px 4px 2px 0;
+ color:darkGray;
+ font-weight:bold;
+ border-bottom:1px solid gray;
+ text-align: right;
}
#infodisplay > p, #infodisplay * > p,
#infodisplay > .para, #infodisplay * > .para
{ /* We only format the first p child in a special way */
- text-align:justify !important;
- color:black;
- margin:0px;
- padding:0px;
+ text-align:justify !important;
+ color:black;
+ margin:0px;
+ padding:0px;
}
/*Required for cross references*/
#infodisplay .entry {
- padding:2px;
- text-align:justify !important;
- margin-bottom:10px;
- margin-left:15px;
+ padding:2px;
+ text-align:justify !important;
+ margin-bottom:10px;
+ margin-left:15px;
}
#infodisplay .entry[dir=rtl] {
- text-align: right !important;
+ text-align: right !important;
}
#infodisplay .entry .entry { /*No smaller font size for nested entries*/
- margin:0px;
+ margin:0px;
}
#infodisplay .entry .entry[dir=rtl] { /*No smaller font size for nested entries*/
- text-align: right !important;
+ text-align: right !important;
}
#infodisplay .entryname {
- padding:2px;
- margin:0px;
- text-align:left !important;
- font-weight:bold;
+ padding:2px;
+ margin:0px;
+ text-align:left !important;
+ font-weight:bold;
}
#infodisplay .rangeheading {
- color:black;
- font-weight:bold;
- margin-left:-10px;
+ color:black;
+ font-weight:bold;
+ margin-left:-10px;
}
#printer .rangeheading {
- border-bottom:1px solid black;
- color:black;
+ border-bottom:1px solid black;
+ color:black;
}
diff --git a/src/display-templates/Christmastide.css b/src/display-templates/Christmastide.css
index e12385b..bc65e76 100644
--- a/src/display-templates/Christmastide.css
+++ b/src/display-templates/Christmastide.css
@@ -2,100 +2,100 @@
* Theme by tabthorpe@FreeBSD.org *
*/
body {
- background-color: #FDF5E6; /* OldeLaceWhite */
- color: #006400; /* # DarkGreen */
+ background-color: #FDF5E6; /* OldeLaceWhite */
+ color: #006400; /* # DarkGreen */
}
#content {
- margin: 5px;
+ margin: 5px;
}
#content table {
- margin:0;
- padding:0;
- border-spacing:10px;
- border-collapse: collapse;
- vertical-align: top;
+ margin:0;
+ padding:0;
+ border-spacing:10px;
+ border-collapse: collapse;
+ vertical-align: top;
}
#content table th {
- padding: 0 0 2px 0;
- text-align: center;
- font-weight: bold;
- font-size: 115%;
+ padding: 0 0 2px 0;
+ text-align: center;
+ font-weight: bold;
+ font-size: 115%;
}
a {
- text-decoration:none;
- font-weight:normal;
- color: #4A766E; /* # DarkGreenCopper */
- padding:2px;
+ text-decoration:none;
+ font-weight:normal;
+ color: #4A766E; /* # DarkGreenCopper */
+ padding:2px;
}
td.entry, div.entry {
- padding: 5px;
- vertical-align: top;
+ padding: 5px;
+ vertical-align: top;
}
div.entry {
- padding: 5px;
+ padding: 5px;
}
td.currententry, div.currententry {
- padding: 5px;
- vertical-align: top;
- font-weight:bold;
+ padding: 5px;
+ vertical-align: top;
+ font-weight:bold;
}
td.entry + td.entry {
- margin-left: 5px;
+ margin-left: 5px;
}
div.currententry {
- font-weight:bold;
- padding: 5px;
+ font-weight:bold;
+ padding: 5px;
}
.footnote {
- color: #2E8B57; /* #SeaGreen */
+ color: #2E8B57; /* #SeaGreen */
}
.strongnumber {
- vertical-align: top;
- font-size: 60%;
- color: #20B2AA; /* #LightSeaGreen */
+ vertical-align: top;
+ font-size: 60%;
+ color: #20B2AA; /* #LightSeaGreen */
}
.morphcode {
- vertical-align: top;
- font-size: 60%;
- color: #20B2AA; /* #LightSeaGreen */
+ vertical-align: top;
+ font-size: 60%;
+ color: #20B2AA; /* #LightSeaGreen */
}
.lemma {
}
.sectiontitle {
- font-weight: bold;
- font-size: 120%;
+ font-weight: bold;
+ font-size: 120%;
}
.entry + .sectiontitle {
- margin-top:35px;
- padding-top:35px;
+ margin-top:35px;
+ padding-top:35px;
}
.booktitle {
- font-weight: bold;
- font-size: 140%;
+ font-weight: bold;
+ font-size: 140%;
}
.foreign {
}
.jesuswords {
- color: red;
- font-size: 0.9em;
+ color: red;
+ font-size: 0.9em;
}
.name > .divine {
@@ -109,25 +109,25 @@ div.currententry {
}
.sup {
- vertical-align: super;
+ vertical-align: super;
}
.sub {
- vertical-align: sub;
+ vertical-align: sub;
}
.right {
- text-align: right;
+ text-align: right;
}
.center {
- text-align: center;
+ text-align: center;
}
.bold {
- font-weight: bold;
+ font-weight: bold;
}
.italic {
- font-style: italic;
+ font-style: italic;
}
diff --git a/src/display-templates/Crazy.css b/src/display-templates/Crazy.css
index 94e9646..e404fc3 100644
--- a/src/display-templates/Crazy.css
+++ b/src/display-templates/Crazy.css
@@ -2,36 +2,36 @@
* Theme by BibleTime - www.bibletime.info *
*/
body {
- background-color: white;
- color: black;
- margin:0px;
- padding:0;
- padding:1em;
+ background-color: white;
+ color: black;
+ margin:0px;
+ padding:0;
+ padding:1em;
}
/* content wraps all of the displayed elements */
#content {
- margin:0px;
- padding:0px;
- font-size:12pt;
- text-align:justify;
+ margin:0px;
+ padding:0px;
+ font-size:12pt;
+ text-align:justify;
}
/* The table contains the Bible verses, each verse on an own row, each Bible module in an own column */
#content > table {
- margin:0;
- padding:3px;
- border-spacing:0;
- vertical-align:top;
- text-align:justify;
+ margin:0;
+ padding:3px;
+ border-spacing:0;
+ vertical-align:top;
+ text-align:justify;
}
/* The heading contains the name of the module and may contain additional information like the display keys */
#content > table th {
- text-shadow:black 1px 1px 3px;
- font-size:1.3em;
- background-color:#F0F0F0;
- padding:8px;
- border-bottom:1px solid black;
+ text-shadow:black 1px 1px 3px;
+ font-size:1.3em;
+ background-color:#F0F0F0;
+ padding:8px;
+ border-bottom:1px solid black;
}
#content tr:nth-child(odd) { background-color: white; }
@@ -50,14 +50,14 @@ a:hover { }
If more than one module (Bibles) was chosen, the entry class applies to "td" elements, one column for a verse
*/
.entry {
- padding:0.3em;
+ padding:0.3em;
}
table .entry:nth-child(odd) {
- border-left:10px solid #DEE6F6;
+ border-left:10px solid #DEE6F6;
}
table .entry:nth-child(even) {
- border-left:10px solid #E6EEFF;
+ border-left:10px solid #E6EEFF;
}
#printer .entry { text-indent:15px; }
@@ -68,24 +68,24 @@ table .entry:nth-child(even) {
/* Special formatting for the block element entries */
div.entry, td.entry { }
td.entry, td.currententry {
- vertical-align:top;
+ vertical-align:top;
}
/* Currententry is chosen when the entry should be highlighted as the current entry chosen by the user
currententry may apply to span, div, td (just like .entry)
*/
.currententry {
- padding:0.3em;
- line-height:1.6em;
- background-color:#D3E5FF;
- /*border: thin solid black;*/
+ padding:0.3em;
+ line-height:1.6em;
+ background-color:#D3E5FF;
+ /*border: thin solid black;*/
}
table .currententry:nth-child(1) {
- margin-left:0;
- border-left:10px solid #99B4FF;
- /*border-left:10px solid #F5FF6A;*/
+ margin-left:0;
+ border-left:10px solid #99B4FF;
+ /*border-left:10px solid #F5FF6A;*/
}
/* .currententry[dir=rtl] { */
/* } */
@@ -94,24 +94,24 @@ span.currententry { }
/* You may use this to format the space between two columns */
td.entry + td.entry {
- margin:0;
+ margin:0;
}
/* Several additional settings for displaying Bible modules*/
#bible div.entry {
- border-left:10px solid white;
+ border-left:10px solid white;
}
#bible div.entry[dir=rtl] {
- border-left:none;
- border-right:10px solid white;
- text-align:right;
+ border-left:none;
+ border-right:10px solid white;
+ text-align:right;
}
#bible div.currententry {
- border-left:10px solid #99B4FF;
+ border-left:10px solid #99B4FF;
}
#bible div.currententry[dir=rtl] {
- border-left:none;
- border-right:10px solid #99B4FF;
+ border-left:none;
+ border-right:10px solid #99B4FF;
}
#bible div.currententry, #bible td.currententry { }
#bible td.currententry { }
@@ -170,12 +170,12 @@ so something like .alternative:before { content:"'"attr(alternative); } is possi
/* A title within the text. This is the formatting which applies to a title of a section, as you can find them in Bibles */
.sectiontitle {
- padding:0.3em;
- /*text-shadow:gray 0px 0px 3px;*/
- font-size:1.3em;
- font-weight:bold;
- text-transform:uppercase;
- padding-bottom:2px;
+ padding:0.3em;
+ /*text-shadow:gray 0px 0px 3px;*/
+ font-size:1.3em;
+ font-weight:bold;
+ text-transform:uppercase;
+ padding-bottom:2px;
}
#printer .sectiontitle { }
/* You may want to format elements before section titles in a special way. */
@@ -258,7 +258,7 @@ so something like .alternative:before { content:"'"attr(alternative); } is possi
/* Morph segmentation is a special feature for hebrew to markup the word divisions in the text */
/* .morphSegmentation { border-left:1px solid red; } */
.morphSegmentation + .morphSegmentation {
- border-right: 1px red solid;
+ border-right: 1px red solid;
}
/* The formatting of all things displayed in the information window */
@@ -271,13 +271,13 @@ so something like .alternative:before { content:"'"attr(alternative); } is possi
#infodisplay .translationinfo h3,
#infodisplay .crossrefinfo h3,
#infodisplay .moduleinfo h3 {
- font-size:12pt;
- font-weight:bold;
- text-transform:uppercase;
- text-align:right;
- color:gray;
- border-bottom:1px solid black;
- padding:4px;
+ font-size:12pt;
+ font-weight:bold;
+ text-transform:uppercase;
+ text-align:right;
+ color:gray;
+ border-bottom:1px solid black;
+ padding:4px;
}
#infodisplay > p, #infodisplay * > p { /* We only format the first p child in a special way */
@@ -289,10 +289,10 @@ so something like .alternative:before { content:"'"attr(alternative); } is possi
#infodisplay .entry .entry { /* No smaller font size for nested entries */
}
#infodisplay .entryname {
- font-weight:bold;
+ font-weight:bold;
}
#infodisplay .rangeheading {
- font-weight:bold;
+ font-weight:bold;
}
#printer .rangeheading {}
diff --git a/src/display-templates/Green.css b/src/display-templates/Green.css
index cd9e68b..4be46b9 100644
--- a/src/display-templates/Green.css
+++ b/src/display-templates/Green.css
@@ -2,173 +2,173 @@
* Theme by BibleTime - www.bibletime.info *
*/
body {
- background-color: white;
- color: black;
+ background-color: white;
+ color: black;
}
#content {
- margin:10px;
+ margin:10px;
}
#content > table {
- margin: 0;
- padding: 0;
- border-spacing:10px;
- vertical-align:top;
+ margin: 0;
+ padding: 0;
+ border-spacing:10px;
+ vertical-align:top;
}
#content > table th {
- padding: 0 0 2px 0;
- text-align: center;
- font-weight: bold;
- font-size: 110%;
- border-bottom: 1px solid #6B6B6B;
+ padding: 0 0 2px 0;
+ text-align: center;
+ font-weight: bold;
+ font-size: 110%;
+ border-bottom: 1px solid #6B6B6B;
}
a {
- text-decoration:none;
- font-weight:normal;
- color: #3B11AE;
- padding:0 2px;
+ text-decoration:none;
+ font-weight:normal;
+ color: #3B11AE;
+ padding:0 2px;
}
a:hover {
- color: #AE1518;
- padding:0 2px;
+ color: #AE1518;
+ padding:0 2px;
}
/* Settings which apply to all entries in all modules */
.entry {
- padding: 3px;
- vertical-align: middle;
- text-align: justify;
+ padding: 3px;
+ vertical-align: middle;
+ text-align: justify;
}
#printer .entry {
- font-size:90%;
- text-align:left;
+ font-size:90%;
+ text-align:left;
}
.entry[dir=rtl] {
- text-align:right !important;
+ text-align:right !important;
}
#printer .entry[dir=rtl] {
- text-align:right !important;
+ text-align:right !important;
}
td.entry, td.currententry {
- vertical-align:top;
+ vertical-align:top;
}
/* Keep the values the same as in .entry (take the border into account!) */
.currententry {
- padding:3px;
- text-align:justify;
+ padding:3px;
+ text-align:justify;
}
.currententry[dir=rtl] {
- text-align:right !important;
+ text-align:right !important;
}
div.currententry {
}
span.currententry {
- background-color:#D4FFCB;
+ background-color:#D4FFCB;
}
/*Space between the columns of modules displayed side by side*/
td.entry + td.entry {
- margin-left: 5px;
+ margin-left: 5px;
}
/* Several additional settings for display of modules*/
#bible div.currententry, #bible td.currententry {
- border:1px solid black;
- padding:2px;
- background-color:#F6FFF7;
+ border:1px solid black;
+ padding:2px;
+ background-color:#F6FFF7;
}
#bible span.currententry {
- background-color:#C8FFB6;
+ background-color:#C8FFB6;
}
/*Same for books!*/
#book div.currententry, #book td.currententry {
- border:1px solid black;
- background-color:#F6FFF7;
+ border:1px solid black;
+ background-color:#F6FFF7;
}
#book span.currententry {
- background-color:#C8FFB6;
+ background-color:#C8FFB6;
}
.entryname {
- font-size:80%;
- padding:0 2px 0 0;
- vertical-align:super;
+ font-size:80%;
+ padding:0 2px 0 0;
+ vertical-align:super;
}
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname {
- padding: 0 0 0 2px;
- font-size: 80%;
- vertical-align:super;
+ padding: 0 0 0 2px;
+ font-size: 80%;
+ vertical-align:super;
}
.entryname a, #printer .entryname {
- vertical-align: middle
+ vertical-align: middle
}
#printer .entry .entry, #printer .entry .sectiontitle , #printer .entry .booktitle {
- padding-top: 0.05em;
- margin-left: 10px;
+ padding-top: 0.05em;
+ margin-left: 10px;
}
.footnote {
- vertical-align:super;
- color: blue;
- font-size: 70%;
+ vertical-align:super;
+ color: blue;
+ font-size: 70%;
}
.footnote:before { content:"("; }
.footnote:after { content:")"; }
.crossreference {
- font-size: 80%;
- /*vertical-align:middle;*/
- color: blue;
+ font-size: 80%;
+ /*vertical-align:middle;*/
+ color: blue;
}
.crossreference a {
- font-size: 80%;
- /*vertical-align:middle;*/
- color: blue;
+ font-size: 80%;
+ /*vertical-align:middle;*/
+ color: blue;
}
.crossreference a:hover {
- font-size: 80%;
- /*vertical-align:middle;*/
- color: blue;
+ font-size: 80%;
+ /*vertical-align:middle;*/
+ color: blue;
}
.sectiontitle {
- font-weight: bold;
- font-size: 110%;
+ font-weight: bold;
+ font-size: 110%;
}
#printer .sectiontitle {
- font-weight: bold;
- font-size: 100%;
+ font-weight: bold;
+ font-size: 100%;
}
* + .sectiontitle {
- margin-top:15px;
+ margin-top:15px;
}
.booktitle {
- font-weight: bold;
- font-size: 120%;
- font-variant: small-caps;
+ font-weight: bold;
+ font-size: 120%;
+ font-variant: small-caps;
}
#printer .booktitle {
- font-weight: bold;
- font-size: 120%;
- font-variant: small-caps;
+ font-weight: bold;
+ font-size: 120%;
+ font-variant: small-caps;
}
.foreign {
}
.jesuswords {
- color:#9C2323;
+ color:#9C2323;
}
.quotation {
@@ -176,25 +176,25 @@ td.entry + td.entry {
.poetry {
}
.sup {
- vertical-align: super;
+ vertical-align: super;
}
.sub {
- vertical-align: sub;
+ vertical-align: sub;
}
.right {
- text-align: right;
+ text-align: right;
}
.center {
- text-align: center;
+ text-align: center;
}
.bold {
- font-weight:bold;
+ font-weight:bold;
}
.illuminated {
}
.italic {
- font-style:italic;
+ font-style:italic;
}
.line-through {
text-decoration: line-through;
@@ -205,7 +205,7 @@ td.entry + td.entry {
font-variant: small-caps;
}
.underline {
- text-decoration: underline;
+ text-decoration: underline;
}
.inscription {
@@ -227,10 +227,10 @@ td.entry + td.entry {
}
.transchange {
- font-style:italic;
+ font-style:italic;
}
.transchange > .added {
- background-color:inherit;
+ background-color:inherit;
}
.transchange > .amplified {
}
@@ -244,57 +244,57 @@ td.entry + td.entry {
}
.morphSegmentation {
- border: 1px solid gray;
- margin-top: 1px; /* Don`t let the boxes touch here, between the lines */
- margin-left: -1px; /* But here, for better reading of the text,
- this will only occur within a word consisting of several segments.*/
- margin-right: 0px;
+ border: 1px solid gray;
+ margin-top: 1px; /* Don`t let the boxes touch here, between the lines */
+ margin-left: -1px; /* But here, for better reading of the text,
+ this will only occur within a word consisting of several segments.*/
+ margin-right: 0px;
}
#infodisplay {
- margin:0;
- padding:0;
+ margin:0;
+ padding:0;
}
#infodisplay .footnoteinfo h3, #infodisplay .strongsinfo h3, #infodisplay .morphinfo h3, #infodisplay .translationinfo h3, #infodisplay .crossrefinfo h3, #infodisplay .moduleinfo h3 {
- padding:4px 4px 2px 0;
- color:darkGray;
- font-weight:bold;
- border-bottom:1px solid gray;
- text-align:left !important;
+ padding:4px 4px 2px 0;
+ color:darkGray;
+ font-weight:bold;
+ border-bottom:1px solid gray;
+ text-align:left !important;
}
#infodisplay > p, #infodisplay * > p { /* We only format the first p child in a special way */
- text-align:justify;
- color:black;
- margin:0px;
- padding:0px;
+ text-align:justify;
+ color:black;
+ margin:0px;
+ padding:0px;
}
/*Required for cross references*/
#infodisplay .entry {
- padding:2px;
- text-align:justify;
- margin-bottom:10px;
- margin-left:15px;
+ padding:2px;
+ text-align:justify;
+ margin-bottom:10px;
+ margin-left:15px;
}
#infodisplay .entry .entry { /*No smaller font size for nested entries*/
- margin:0px;
+ margin:0px;
}
#infodisplay .entryname {
- padding:2px;
- margin:0px;
- text-align:left;
- font-weight:bold;
+ padding:2px;
+ margin:0px;
+ text-align:left;
+ font-weight:bold;
}
#infodisplay .rangeheading {
- color:black;
- font-weight:bold;
- margin-left:-10px;
+ color:black;
+ font-weight:bold;
+ margin-left:-10px;
}
#printer .rangeheading {
- border-bottom:1px solid black;
- color:black;
+ border-bottom:1px solid black;
+ color:black;
}
diff --git a/src/display-templates/HighContrast.css b/src/display-templates/HighContrast.css
index 3652b74..0dd1053 100644
--- a/src/display-templates/HighContrast.css
+++ b/src/display-templates/HighContrast.css
@@ -2,70 +2,70 @@
* Theme by BibleTime - www.bibletime.info
*/
* {
- /* To work around a KDE 3.2 bug / problem */
- /* background-color:white; #this seems to break*/
+ /* To work around a KDE 3.2 bug / problem */
+ /* background-color:white; #this seems to break*/
}
body {
- background-color: white;
- color: black;
+ background-color: white;
+ color: black;
}
#content {
- margin: 10px;
+ margin: 10px;
}
#content > table {
- margin: 0;
- padding: 0;
- border-spacing:10px;
- vertical-align:top;
+ margin: 0;
+ padding: 0;
+ border-spacing:10px;
+ vertical-align:top;
}
#content > table th {
- padding: 0 0 2px 0;
- text-align: center;
- /*font-weight: bold;*/
- font-size: 110%;
- border-bottom: 1px solid #6B6B6B;
+ padding: 0 0 2px 0;
+ text-align: center;
+ /*font-weight: bold;*/
+ font-size: 110%;
+ border-bottom: 1px solid #6B6B6B;
}
a {
- text-decoration:none;
- font-weight:normal;
- /*color: #F98100;*/
- padding:1px;
+ text-decoration:none;
+ font-weight:normal;
+ /*color: #F98100;*/
+ padding:1px;
}
a:hover {
- color: #FF0000;
- padding:1px;
- text-decoration:underline;
+ color: #FF0000;
+ padding:1px;
+ text-decoration:underline;
}
/* Settings which apply to all entries in all modules */
.entry {
- padding: 2px;
- /*vertical-align: top;*/
- text-align: justify;
+ padding: 2px;
+ /*vertical-align: top;*/
+ text-align: justify;
}
#printer .entry {
- font-size: 90%;
- text-align: left;
+ font-size: 90%;
+ text-align: left;
}
.entry[dir=rtl],#printer .entry[dir=rtl] {
- text-align: right;
+ text-align: right;
}
div.entry, td.entry, td.currententry {
- vertical-align:top;
+ vertical-align:top;
}
/* Keep the values the same as in .entry (take the border into account!) */
.currententry {
- padding: 2px;
- text-align: justify;
- /*color:white;*/
- /*The background colour of selected text as of kde 3.5.2*/
- background-color: #A5A5FF;
+ padding: 2px;
+ text-align: justify;
+ /*color:white;*/
+ /*The background colour of selected text as of kde 3.5.2*/
+ background-color: #A5A5FF;
}
.currententry[dir=rtl] {
- text-align: right;
+ text-align: right;
}
div.currententry {
}
@@ -76,113 +76,113 @@ span.currententry {
/*Space between the columns of modules displayed side by side*/
td.entry + td.entry {
- margin-left: 5px;
+ margin-left: 5px;
}
/* Several additional settings for display of modules*/
#bible div.currententry, #bible td.currententry {
- /*border: 1px solid black;*/
- padding: 4px;
+ /*border: 1px solid black;*/
+ padding: 4px;
}
#bible span.currententry {
}
/*Same for books!*/
#book div.currententry, #book td.currententry {
- border: 1px solid black;
+ border: 1px solid black;
}
#book span.currententry {
}
.entryname {
- font-size:70%;
- padding:0 1px 0 0;
- vertical-align:top;
- /*color: #F98100;*/
- color: black;
- /*font-style: italic;*/
+ font-size:70%;
+ padding:0 1px 0 0;
+ vertical-align:top;
+ /*color: #F98100;*/
+ color: black;
+ /*font-style: italic;*/
}
.entry[dir=rtl] .entryname, .currententry[dir=rtl] .entryname {
- padding:0 0 0 1px;
- font-size:60%;
- /*vertical-align:top; */
+ padding:0 0 0 1px;
+ font-size:60%;
+ /*vertical-align:top; */
}
.entryname a, #printer .entryname {
- vertical-align: top;
- font-size: 100%;
- font-weight: bold;
- color: black;
+ vertical-align: top;
+ font-size: 100%;
+ font-weight: bold;
+ color: black;
}
#printer .entry .entry, #printer .entry .sectiontitle , #printer .entry .booktitle {
- padding-top:0.05em;
- margin-left:10px;
+ padding-top:0.05em;
+ margin-left:10px;
}
.footnote {
- vertical-align:super;
- font-weight:bold;
- /*color: #00B7FF;*/ /*This one is kind of blinding on white*/
- /*color: #F98100;*/
- font-size:80%;
- color: black;
+ vertical-align:super;
+ font-weight:bold;
+ /*color: #00B7FF;*/ /*This one is kind of blinding on white*/
+ /*color: #F98100;*/
+ font-size:80%;
+ color: black;
}
.footnote:before {
- content: "(";
+ content: "(";
}
.footnote:after {
- content: ")";
+ content: ")";
}
.crossreference {
- font-size: 80%;
- /*vertical-align:middle;*/
- /*color: blue;*/
- /*color: #F98100;*/
+ font-size: 80%;
+ /*vertical-align:middle;*/
+ /*color: blue;*/
+ /*color: #F98100;*/
}
.crossreference:before {
- content: "[";
+ content: "[";
}
.crosreference:after {
- content: "]";
+ content: "]";
}
.sectiontitle {
- font-weight: bold;
- font-size: 110%;
+ font-weight: bold;
+ font-size: 110%;
}
#printer .sectiontitle {
- font-weight: bold;
- font-size: 100%;
+ font-weight: bold;
+ font-size: 100%;
}
* + .sectiontitle {
- margin-top:15px;
+ margin-top:15px;
}
.booktitle {
- font-weight: bold;
- font-size: 120%;
- font-variant: small-caps;
+ font-weight: bold;
+ font-size: 120%;
+ font-variant: small-caps;
}
#printer .booktitle {
- font-weight: bold;
- font-size: 120%;
- font-variant: small-caps;
+ font-weight: bold;
+ font-size: 120%;
+ font-variant: small-caps;
}
.foreign {
}
.jesuswords {
- /*color:red;*/
- /*color: #7500AC;*/
- /*color: #F98100;*/
- font-style:italic;
- /*font-weight: bold;*/
- font-size:0.9em;
+ /*color:red;*/
+ /*color: #7500AC;*/
+ /*color: #F98100;*/
+ font-style:italic;
+ /*font-weight: bold;*/
+ font-size:0.9em;
}
.quotation {
@@ -190,25 +190,25 @@ td.entry + td.entry {
.poetry {
}
.sup {
- vertical-align: super;
+ vertical-align: super;
}
.sub {
- vertical-align: sub;
+ vertical-align: sub;
}
.right {
- text-align: right;
+ text-align: right;
}
.center {
- text-align: center;
+ text-align: center;
}
.bold {
- font-weight:bold;
+ font-weight:bold;
}
.illuminated {
}
.italic {
- font-style:italic;
+ font-style:italic;
}
.line-through {
text-decoration: line-through;
@@ -219,7 +219,7 @@ td.entry + td.entry {
font-variant: small-caps;
}
.underline {
- text-decoration: underline;
+ text-decoration: underline;
}
.inscription {
@@ -241,10 +241,10 @@ td.entry + td.entry {
}
.transchange {
- font-style:italic;
+ font-style:italic;
}
.transchange > .added {
- background-color:inherit;
+ background-color:inherit;
}
.transchange > .amplified {
}
@@ -258,55 +258,55 @@ td.entry + td.entry {
}
.morphSegmentation {
- border: 1px solid grey;
- margin-top: 1px; /* Don`t let the boxes touch here, between the lines */
- margin-left: -1px; /* But here, for better reading of the text,
- this will only occur within a word consisting of several segments.*/
- margin-right: 0px;
+ border: 1px solid grey;
+ margin-top: 1px; /* Don`t let the boxes touch here, between the lines */
+ margin-left: -1px; /* But here, for better reading of the text,
+ this will only occur within a word consisting of several segments.*/
+ margin-right: 0px;
}
#infodisplay {
- margin:0;
- padding:0;
+ margin:0;
+ padding:0;
}
#infodisplay .footnoteinfo h3, #infodisplay .strongsinfo h3, #infodisplay .morphinfo h3, #infodisplay .translationinfo h3, #infodisplay .crossrefinfo h3, #infodisplay .moduleinfo h3 {
- padding: 2px 0 0 0;
- color: black;
- font-weight: bold;
- border-bottom: 1px solid black;
- margin: 0 0 3px 0;
+ padding: 2px 0 0 0;
+ color: black;
+ font-weight: bold;
+ border-bottom: 1px solid black;
+ margin: 0 0 3px 0;
}
#infodisplay > p { /* We only format the first p child in a special way */
- color: black;
- margin: 0px;
- padding: 0px;
+ color: black;
+ margin: 0px;
+ padding: 0px;
}
/*Required for cross references*/
#infodisplay .entry {
- padding: 2px;
- text-align: justify;
- margin: 0 0 10px 10px;
+ padding: 2px;
+ text-align: justify;
+ margin: 0 0 10px 10px;
}
#infodisplay .entry .entry { /*No smaller font size for nested entries*/
- margin: 0px;
+ margin: 0px;
}
#infodisplay .entryname {
- padding: 2px;
- margin: 0px;
- text-align: left;
- font-weight: bold;
+ padding: 2px;
+ margin: 0px;
+ text-align: left;
+ font-weight: bold;
}
#infodisplay .rangeheading {
- color: black;
- font-weight: bold;
- margin-left: -5px;
+ color: black;
+ font-weight: bold;
+ margin-left: -5px;
}
#printer .rangeheading {
- border-bottom: 1px solid black;
- color: black;
+ border-bottom: 1px solid black;
+ color: black;
}
diff --git a/src/display-templates/Simple.css b/src/display-templates/Simple.css
index ed2e976..32ec57f 100644
--- a/src/display-templates/Simple.css
+++ b/src/display-templates/Simple.css
@@ -2,90 +2,90 @@
* Theme by BibleTime
*/
body {
- background-color: white;
- color: black;
+ background-color: white;
+ color: black;
}
#content {
- margin: 5px;
+ margin: 5px;
}
#content table {
- margin:0;
- padding:0;
- border-spacing:10px;
- border-collapse: collapse;
- vertical-align: top;
+ margin:0;
+ padding:0;
+ border-spacing:10px;
+ border-collapse: collapse;
+ vertical-align: top;
}
#content table th {
- padding: 0 0 2px 0;
- text-align: center;
- font-weight: bold;
- font-size: 115%;
+ padding: 0 0 2px 0;
+ text-align: center;
+ font-weight: bold;
+ font-size: 115%;
}
a {
- text-decoration:none;
- font-weight:normal;
- color: blue;
- padding:2px;
+ text-decoration:none;
+ font-weight:normal;
+ color: blue;
+ padding:2px;
}
td.entry, div.entry {
- padding: 5px;
- vertical-align: top;
+ padding: 5px;
+ vertical-align: top;
}
div.entry {
- padding: 5px;
+ padding: 5px;
}
td.currententry, div.currententry {
- padding: 5px;
- vertical-align: top;
- font-weight:bold;
+ padding: 5px;
+ vertical-align: top;
+ font-weight:bold;
}
td.entry + td.entry {
- margin-left: 5px;
+ margin-left: 5px;
}
div.currententry {
- font-weight:bold;
- /*vertical-align: middle;*/
- padding: 5px;
+ font-weight:bold;
+ /*vertical-align: middle;*/
+ padding: 5px;
}
.footnote {
- color: gray;
+ color: gray;
}
.strongnumber {
- vertical-align: top;
- font-size: 60%;
- color: blue;
+ vertical-align: top;
+ font-size: 60%;
+ color: blue;
}
.morphcode {
- vertical-align: top;
- font-size: 60%;
- color: blue;
+ vertical-align: top;
+ font-size: 60%;
+ color: blue;
}
.lemma {
}
.sectiontitle {
- font-weight: bold;
- font-size: 120%;
+ font-weight: bold;
+ font-size: 120%;
}
.entry + .sectiontitle {
- margin-top:35px;
- padding-top:35px;
+ margin-top:35px;
+ padding-top:35px;
}
.booktitle {
- font-weight: bold;
- font-size: 140%;
+ font-weight: bold;
+ font-size: 140%;
}
.foreign {
}
.jesuswords {
- color: red;
- font-size: 0.9em;
+ color: red;
+ font-size: 0.9em;
}
.name > .divine {
@@ -97,22 +97,22 @@ div.currententry {
.poetry {
}
.sup {
- vertical-align: super;
+ vertical-align: super;
}
.sub {
- vertical-align: sub;
+ vertical-align: sub;
}
.right {
- text-align: right;
+ text-align: right;
}
.center {
- text-align: center;
+ text-align: center;
}
/*TODO: Think of something better here since this will get confusing*/
-/* on verses but, is needed for things inthe Mag/Info window*/
+/* on verses but, is needed for things inthe Mag/Info window*/
.bold {
- font-weight: bold;
+ font-weight: bold;
}
.italic {
- font-style: italic;
+ font-style: italic;
}