summaryrefslogtreecommitdiff
path: root/src/display-templates/Simple.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/display-templates/Simple.css')
-rw-r--r--src/display-templates/Simple.css96
1 files changed, 48 insertions, 48 deletions
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;
}