This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git

commit 40246a51bcb6fee5f2b1ab5dea7b555b63776dca
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Sep 16 14:11:25 2024 +0200

    fix: Fixed a css issue giving the page number a strange gray box.
---
 content/Apache/Airflow/src/main/theme/apache.css                      | 4 +++-
 content/Apache/ComDev/ApacheIntro/src/main/theme/apache.css           | 4 +++-
 content/Apache/ComDev/ComDevIntro/src/main/theme/apache.css           | 4 +++-
 content/Apache/ComDev/WorkingGroups/src/main/theme/apache.css         | 4 +++-
 content/Apache/Druid/src/main/theme/apache.css                        | 4 +++-
 content/Apache/Flink/src/main/theme/apache.css                        | 4 +++-
 content/Apache/Hadoop/src/main/theme/apache.css                       | 4 +++-
 content/Apache/Hive/src/main/theme/apache.css                         | 4 +++-
 content/Apache/Ignite/src/main/theme/apache.css                       | 4 +++-
 content/Apache/Incubator/IncubatorReleases/src/main/theme/apache.css  | 1 +
 .../Incubator/NavigatingASFIncubation/src/main/theme/apache.css       | 1 +
 content/Apache/Incubator/ReleaseChecklist/src/main/theme/apache.css   | 4 +++-
 content/Apache/MyNewt/src/main/theme/apache.css                       | 1 +
 .../PLC4X/revolutionizing-iiot-with-plc4x/src/main/theme/apache.css   | 4 +++-
 content/Apache/Pulsar/src/main/theme/apache.css                       | 4 +++-
 content/Apache/Samza/src/main/theme/apache.css                        | 4 +++-
 content/Apache/Spark/1-Basics/src/main/theme/apache.css               | 4 +++-
 content/Apache/Training/Presentations/src/main/theme/apache.css       | 1 +
 content/Apache/ZooKeeper/src/main/theme/apache.css                    | 4 +++-
 content/Conferences/ApacheCon/src/main/theme/apachecon.css            | 1 +
 content/IoT/IoTDeveloper/src/main/theme/apache.css                    | 1 +
 .../src/main/resources/archetype-resources/src/main/theme/apache.css  | 4 +++-
 tools/content-parent-resources/src/main/resources/apache.css          | 4 +++-
 23 files changed, 57 insertions(+), 17 deletions(-)

diff --git a/content/Apache/Airflow/src/main/theme/apache.css 
b/content/Apache/Airflow/src/main/theme/apache.css
index f9dcff9..466eb67 100644
--- a/content/Apache/Airflow/src/main/theme/apache.css
+++ b/content/Apache/Airflow/src/main/theme/apache.css
@@ -278,7 +278,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Apache/ComDev/ApacheIntro/src/main/theme/apache.css 
b/content/Apache/ComDev/ApacheIntro/src/main/theme/apache.css
index 89536b2..72ff835 100644
--- a/content/Apache/ComDev/ApacheIntro/src/main/theme/apache.css
+++ b/content/Apache/ComDev/ApacheIntro/src/main/theme/apache.css
@@ -280,7 +280,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS
diff --git a/content/Apache/ComDev/ComDevIntro/src/main/theme/apache.css 
b/content/Apache/ComDev/ComDevIntro/src/main/theme/apache.css
index 89536b2..72ff835 100644
--- a/content/Apache/ComDev/ComDevIntro/src/main/theme/apache.css
+++ b/content/Apache/ComDev/ComDevIntro/src/main/theme/apache.css
@@ -280,7 +280,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS
diff --git a/content/Apache/ComDev/WorkingGroups/src/main/theme/apache.css 
b/content/Apache/ComDev/WorkingGroups/src/main/theme/apache.css
index 8fbf92d..1819dbd 100644
--- a/content/Apache/ComDev/WorkingGroups/src/main/theme/apache.css
+++ b/content/Apache/ComDev/WorkingGroups/src/main/theme/apache.css
@@ -280,7 +280,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS
diff --git a/content/Apache/Druid/src/main/theme/apache.css 
b/content/Apache/Druid/src/main/theme/apache.css
index f3e371b..04595b4 100644
--- a/content/Apache/Druid/src/main/theme/apache.css
+++ b/content/Apache/Druid/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Apache/Flink/src/main/theme/apache.css 
b/content/Apache/Flink/src/main/theme/apache.css
index f3e371b..04595b4 100644
--- a/content/Apache/Flink/src/main/theme/apache.css
+++ b/content/Apache/Flink/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Apache/Hadoop/src/main/theme/apache.css 
b/content/Apache/Hadoop/src/main/theme/apache.css
index f3e371b..04595b4 100644
--- a/content/Apache/Hadoop/src/main/theme/apache.css
+++ b/content/Apache/Hadoop/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Apache/Hive/src/main/theme/apache.css 
b/content/Apache/Hive/src/main/theme/apache.css
index f3e371b..04595b4 100644
--- a/content/Apache/Hive/src/main/theme/apache.css
+++ b/content/Apache/Hive/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Apache/Ignite/src/main/theme/apache.css 
b/content/Apache/Ignite/src/main/theme/apache.css
index f3e371b..04595b4 100644
--- a/content/Apache/Ignite/src/main/theme/apache.css
+++ b/content/Apache/Ignite/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git 
a/content/Apache/Incubator/IncubatorReleases/src/main/theme/apache.css 
b/content/Apache/Incubator/IncubatorReleases/src/main/theme/apache.css
index 9f7df10..7ad44e9 100644
--- a/content/Apache/Incubator/IncubatorReleases/src/main/theme/apache.css
+++ b/content/Apache/Incubator/IncubatorReleases/src/main/theme/apache.css
@@ -359,6 +359,7 @@ body {
  *********************************************/
 .reveal .slide-number {
   color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
 }
 
 .reveal .red {
diff --git 
a/content/Apache/Incubator/NavigatingASFIncubation/src/main/theme/apache.css 
b/content/Apache/Incubator/NavigatingASFIncubation/src/main/theme/apache.css
index 2c74089..81a3449 100644
--- a/content/Apache/Incubator/NavigatingASFIncubation/src/main/theme/apache.css
+++ b/content/Apache/Incubator/NavigatingASFIncubation/src/main/theme/apache.css
@@ -359,6 +359,7 @@ body {
  *********************************************/
 .reveal .slide-number {
   color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
 }
 
 .reveal .red {
diff --git 
a/content/Apache/Incubator/ReleaseChecklist/src/main/theme/apache.css 
b/content/Apache/Incubator/ReleaseChecklist/src/main/theme/apache.css
index 89536b2..72ff835 100644
--- a/content/Apache/Incubator/ReleaseChecklist/src/main/theme/apache.css
+++ b/content/Apache/Incubator/ReleaseChecklist/src/main/theme/apache.css
@@ -280,7 +280,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS
diff --git a/content/Apache/MyNewt/src/main/theme/apache.css 
b/content/Apache/MyNewt/src/main/theme/apache.css
index a93c9e7..68a1245 100644
--- a/content/Apache/MyNewt/src/main/theme/apache.css
+++ b/content/Apache/MyNewt/src/main/theme/apache.css
@@ -359,6 +359,7 @@ body {
  *********************************************/
 .reveal .slide-number {
   color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
 }
 
 .reveal .red {
diff --git 
a/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/src/main/theme/apache.css
 
b/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/src/main/theme/apache.css
index 89536b2..72ff835 100644
--- 
a/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/src/main/theme/apache.css
+++ 
b/content/Apache/PLC4X/revolutionizing-iiot-with-plc4x/src/main/theme/apache.css
@@ -280,7 +280,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS
diff --git a/content/Apache/Pulsar/src/main/theme/apache.css 
b/content/Apache/Pulsar/src/main/theme/apache.css
index f3e371b..04595b4 100644
--- a/content/Apache/Pulsar/src/main/theme/apache.css
+++ b/content/Apache/Pulsar/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Apache/Samza/src/main/theme/apache.css 
b/content/Apache/Samza/src/main/theme/apache.css
index f3e371b..04595b4 100644
--- a/content/Apache/Samza/src/main/theme/apache.css
+++ b/content/Apache/Samza/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Apache/Spark/1-Basics/src/main/theme/apache.css 
b/content/Apache/Spark/1-Basics/src/main/theme/apache.css
index 1d0a652..1749ff6 100644
--- a/content/Apache/Spark/1-Basics/src/main/theme/apache.css
+++ b/content/Apache/Spark/1-Basics/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS
diff --git a/content/Apache/Training/Presentations/src/main/theme/apache.css 
b/content/Apache/Training/Presentations/src/main/theme/apache.css
index 033c18a..27a5639 100644
--- a/content/Apache/Training/Presentations/src/main/theme/apache.css
+++ b/content/Apache/Training/Presentations/src/main/theme/apache.css
@@ -359,6 +359,7 @@ body {
  *********************************************/
 .reveal .slide-number {
   color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
 }
 
 .reveal .red {
diff --git a/content/Apache/ZooKeeper/src/main/theme/apache.css 
b/content/Apache/ZooKeeper/src/main/theme/apache.css
index ed484e8..1bded10 100644
--- a/content/Apache/ZooKeeper/src/main/theme/apache.css
+++ b/content/Apache/ZooKeeper/src/main/theme/apache.css
@@ -279,7 +279,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 .reveal .red {
   color: red;
diff --git a/content/Conferences/ApacheCon/src/main/theme/apachecon.css 
b/content/Conferences/ApacheCon/src/main/theme/apachecon.css
index 5f61c64..fade7ef 100644
--- a/content/Conferences/ApacheCon/src/main/theme/apachecon.css
+++ b/content/Conferences/ApacheCon/src/main/theme/apachecon.css
@@ -359,6 +359,7 @@ body {
  *********************************************/
 .reveal .slide-number {
   color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
 }
 
 .reveal .red {
diff --git a/content/IoT/IoTDeveloper/src/main/theme/apache.css 
b/content/IoT/IoTDeveloper/src/main/theme/apache.css
index 347a646..250774b 100644
--- a/content/IoT/IoTDeveloper/src/main/theme/apache.css
+++ b/content/IoT/IoTDeveloper/src/main/theme/apache.css
@@ -359,6 +359,7 @@ body {
  *********************************************/
 .reveal .slide-number {
   color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
 }
 
 .reveal .red {
diff --git 
a/tools/content-archetype/src/main/resources/archetype-resources/src/main/theme/apache.css
 
b/tools/content-archetype/src/main/resources/archetype-resources/src/main/theme/apache.css
index 89536b2..72ff835 100644
--- 
a/tools/content-archetype/src/main/resources/archetype-resources/src/main/theme/apache.css
+++ 
b/tools/content-archetype/src/main/resources/archetype-resources/src/main/theme/apache.css
@@ -280,7 +280,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS
diff --git a/tools/content-parent-resources/src/main/resources/apache.css 
b/tools/content-parent-resources/src/main/resources/apache.css
index 89536b2..72ff835 100644
--- a/tools/content-parent-resources/src/main/resources/apache.css
+++ b/tools/content-parent-resources/src/main/resources/apache.css
@@ -280,7 +280,9 @@ body {
  * SLIDE NUMBER
  *********************************************/
 .reveal .slide-number {
-  color: #42affa; }
+  color: #42affa;
+  background-color: rgba(0, 0, 0, 0);
+}
 
 /*********************************************
  * GENERAL PURPOSE COLORS

Reply via email to