diff --git a/modules/templates/article-static.xml b/modules/templates/article-static.xml
index d545b9c869..d39e4dd156 100644
--- a/modules/templates/article-static.xml
+++ b/modules/templates/article-static.xml
@@ -102,7 +102,7 @@
{% if css or itemsSideBySide or backgroundColor or textDirection == "rtl" %}
{% if itemsSideBySide %}.text-render-item, .page { float: left; }{% endif %}
{% if textDirection == "rtl" %}#content { direction: rtl; }{% endif %}
- {% if backgroundColor %}body { background-color: {{backgroundColor}}; }{% endif %}
+ {% if backgroundColor %}body { background-color: {{backgroundColor}} !important; }{% endif %}
{{css|raw}}
{% endif %}
]]>
@@ -207,7 +207,7 @@ $(target).xiboLayoutAnimate(properties);
}
{% if backgroundColor %}
body {
- background-color: {{backgroundColor}};
+ background-color: {{backgroundColor}} !important;
}
{% endif %}
{% if copyright %}
@@ -382,7 +382,7 @@ html {
{% if backgroundColor %}
body {
- background-color: {{backgroundColor}};
+ background-color: {{backgroundColor}} !important;
}
{% endif %}
@@ -591,7 +591,7 @@ html {
{% if backgroundColor %}
body {
- background-color: {{backgroundColor}};
+ background-color: {{backgroundColor}} !important;
}
{% endif %}
@@ -827,7 +827,7 @@ html {
{% if backgroundColor %}
body {
- background-color: {{backgroundColor}};
+ background-color: {{backgroundColor}} !important;
}
{% endif %}
@@ -1043,7 +1043,7 @@ html {
{% if backgroundColor %}
body {
- background-color: {{backgroundColor}};
+ background-color: {{backgroundColor}} !important;
}
{% endif %}
@@ -1296,7 +1296,7 @@ $(target).xiboLayoutAnimate(properties);
]]>
@@ -3305,7 +3305,7 @@ $(target).xiboLayoutAnimate(properties);
]]>
diff --git a/modules/templates/forecast-static.xml b/modules/templates/forecast-static.xml
index b391aa7a00..95c6d7c54b 100644
--- a/modules/templates/forecast-static.xml
+++ b/modules/templates/forecast-static.xml
@@ -5560,7 +5560,6 @@ h1 {
}
body {
- background-color: #000;
{% if fontFamily %}
font-family: {{fontFamily}};
{% else %}
@@ -5569,6 +5568,10 @@ body {
line-height: 1;
}
+#content > div {
+ background-color: #000;
+}
+
.container {
width: 960px !important;
height: 180px !important;
@@ -5909,7 +5912,6 @@ h1 {
}
body {
- background-color: #000;
{% if fontFamily %}
font-family: {{fontFamily}};
{% else %}
@@ -5918,6 +5920,10 @@ body {
line-height: 1;
}
+#content > div {
+ background-color: #000;
+}
+
.container {
width: 189px !important;
height: 900px !important;
diff --git a/modules/templates/stock-static.xml b/modules/templates/stock-static.xml
index 8467f5046c..609700c78e 100644
--- a/modules/templates/stock-static.xml
+++ b/modules/templates/stock-static.xml
@@ -216,7 +216,7 @@ body {
height: 420px !important;
}
-{% if backgroundColor %}body { background-color: {{backgroundColor}}; }{% endif %}
+{% if backgroundColor %}body { background-color: {{backgroundColor}} !important; }{% endif %}
.text-right {
text-align: right;
@@ -541,7 +541,7 @@ body {
line-height: 1;
}
-{% if backgroundColor %}body { background-color: {{backgroundColor}}; }{% endif %}
+{% if backgroundColor %}body { background-color: {{backgroundColor}} !important; }{% endif %}
.text-right {
text-align: right;
diff --git a/modules/text.xml b/modules/text.xml
index c64f37d954..ed64dc488b 100755
--- a/modules/text.xml
+++ b/modules/text.xml
@@ -103,7 +103,7 @@
]]>
diff --git a/modules/worldclock-analogue.xml b/modules/worldclock-analogue.xml
index 38a44a5152..182c7dc0e1 100644
--- a/modules/worldclock-analogue.xml
+++ b/modules/worldclock-analogue.xml
@@ -316,7 +316,7 @@