diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html
index a3f7951d9..98867d259 100644
--- a/printing_templates/Flowlayout.html
+++ b/printing_templates/Flowlayout.html
@@ -20,6 +20,7 @@
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
+ border-color: {{ template_options.color5 }};
}
td {
@@ -54,6 +55,7 @@
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
+ border-color: {{ template_options.color5 }};
float: left;
}
@@ -65,6 +67,11 @@
.fieldTitle {
background-color: {{ template_options.color2 }};
overflow: hidden;
+ color: {{ template_options.color3 }};
+ }
+
+ .fieldData {
+ color: {{ template_options.color4 }};
}
.table_class {
@@ -83,6 +90,7 @@
line-height: {{ template_options.line_spacing }};
max-height: 19vh;
overflow: hidden;
+ color: {{ template_options.color4 }};
}
@@ -99,7 +107,7 @@
Dive No.
|
-
+ |
{{ dive.number }}
|
@@ -107,14 +115,15 @@
Date
|
- {{ dive.date }}
+ |
+ {{ dive.date }}
|
Location
|
-
+ |
{{ dive.location }}
|
@@ -122,7 +131,7 @@
Max depth
|
-
+ |
{{ dive.depth }}
|
@@ -130,7 +139,7 @@
Duration
|
-
+ |
{{ dive.duration }}
|
@@ -140,7 +149,7 @@
Time.
|
-
+ |
{{ dive.time }}
|
@@ -148,14 +157,15 @@
Air Temp.
|
- {{ dive.airTemp }}
+ |
+ {{ dive.airTemp }}
|
Water Temp.
|
-
+ |
{{ dive.waterTemp }}
|
@@ -163,7 +173,7 @@
Buddy
|
-
+ |
{{ dive.buddy }}
|
@@ -171,7 +181,7 @@
Dive Master
|
-
+ |
{{ dive.divemaster }}
|
diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html
index 40c02b395..ff0d8cd40 100644
--- a/printing_templates/One Dive.html
+++ b/printing_templates/One Dive.html
@@ -20,6 +20,7 @@
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
+ border-color: {{ template_options.color5 }};
}
td {
@@ -57,6 +58,7 @@
box-sizing: border-box;
border:max(1px, 0.1vw);
border-style:solid;
+ border-color: {{ template_options.color5 }};
float: left;
}
@@ -75,6 +77,11 @@
.fieldTitle {
background-color: {{ template_options.color2 }};
overflow: hidden;
+ color: {{ template_options.color3 }};
+ }
+
+ .fieldData {
+ color: {{ template_options.color4 }};
}
.table_class {
@@ -91,6 +98,7 @@
.textArea {
line-height: {{ template_options.line_spacing }};
+ color: {{ template_options.color4 }};
max-height: 19vh;
overflow: hidden;
}
@@ -111,7 +119,7 @@
Dive No.
|
-
+ |
{{ dive.number }}
|
@@ -119,14 +127,15 @@
Date
|
- {{ dive.date }}
+ |
+ {{ dive.date }}
|
Location
|
-
+ |
{{ dive.location }}
|
@@ -134,7 +143,7 @@
Max depth
|
-
+ |
{{ dive.depth }}
|
@@ -142,7 +151,7 @@
Duration
|
-
+ |
{{ dive.duration }}
|
@@ -152,7 +161,7 @@
Time.
|
-
+ |
{{ dive.time }}
|
@@ -160,14 +169,15 @@
Air Temp.
|
- {{ dive.airTemp }}
+ |
+ {{ dive.airTemp }}
|
Water Temp.
|
-
+ |
{{ dive.waterTemp }}
|
@@ -175,7 +185,7 @@
Buddy
|
-
+ |
{{ dive.buddy }}
|
@@ -183,7 +193,7 @@
Dive Master
|
-
+ |
{{ dive.divemaster }}
|
diff --git a/printing_templates/Table.html b/printing_templates/Table.html
index c97267405..2668ccb62 100644
--- a/printing_templates/Table.html
+++ b/printing_templates/Table.html
@@ -47,7 +47,7 @@
box-sizing: border-box;
border:max(0.1vw, 1px);
border-style:solid;
- border-color: color: {{ template_options.color5 }};
+ border-color: {{ template_options.color5 }};
}
diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html
index 5dba74303..463942ab5 100644
--- a/printing_templates/Two Dives.html
+++ b/printing_templates/Two Dives.html
@@ -40,6 +40,7 @@
box-sizing: border-box;
border:max(0.1vw, 1px);
border-style:solid;
+ border-color: {{ template_options.color5 }};
}
.table_class {
@@ -52,6 +53,7 @@
box-sizing: border-box;
border:max(0.1vw, 1px);
border-style:solid;
+ border-color: {{ template_options.color5 }};
}
.notes_table_class {
@@ -64,14 +66,20 @@
box-sizing: border-box;
border:max(0.1vw, 1px);
border-style:solid;
+ border-color: {{ template_options.color5 }};
}
.fieldTitle {
background-color: {{ template_options.color2 }};
+ color: {{ template_options.color3 }};
overflow: hidden;
padding:0;
}
+ .fieldData {
+ color: {{ template_options.color4 }};
+ }
+
.diveProfile {
width: 48%;
height: 95%;
@@ -122,7 +130,7 @@
Dive No.
|
-
+ |
{{ dive.number }}
|
@@ -130,14 +138,15 @@
Date
|
- {{ dive.date }}
+ |
+ {{ dive.date }}
|
Location
|
-
+ |
{{ dive.location }}
|
@@ -145,7 +154,7 @@
Max depth
|
-
+ |
{{ dive.depth }}
|
@@ -153,7 +162,7 @@
Duration
|
-
+ |
{{ dive.duration }}
|
@@ -163,7 +172,7 @@
Time.
|
-
+ |
{{ dive.time }}
|
@@ -171,14 +180,15 @@
Air Temp.
|
- {{ dive.airTemp }}
+ |
+ {{ dive.airTemp }}
|
Water Temp.
|
-
+ |
{{ dive.waterTemp }}
|
@@ -186,7 +196,7 @@
Buddy
|
-
+ |
{{ dive.buddy }}
|
@@ -194,7 +204,7 @@
Dive Master
|
-
+ |
{{ dive.divemaster }}
|
@@ -210,7 +220,7 @@
- |
+ |
{{ dive.notes }}
|