diff --git a/static/scripts/accuracy.js b/static/scripts/accuracy.js index 78fed15..26f71e2 100644 --- a/static/scripts/accuracy.js +++ b/static/scripts/accuracy.js @@ -42,3 +42,8 @@ function addTCPAccuracy(hacc, vacc){ barChart.data.datasets[1].data = [hacc, vacc]; barChart.update(); } +//Farbe der Lampen ändern +// AN: document.getElementById("greenlamp").style.backgroundColor = 'rgba(0, 230, 64, 1)' +// AUS: document.getElementById("greenlamp").style.backgroundColor = 'rgba(0, 100, 0, 1)' +// AN: document.getElementById("redlamp").style.backgroundColor = 'rgba(242, 38, 19, 1)' +// AUS: document.getElementById("redlamp").style.backgroundColor = 'rgba(139, 0, 0, 1)' diff --git a/static/style.css b/static/style.css index 46f0cc6..46d37b9 100644 --- a/static/style.css +++ b/static/style.css @@ -305,6 +305,22 @@ canvas { perspective: 400px; } +.lamp { + width: 50px; + height: 50px; + background-color: gray; + border-radius: 50%; +} + +.lampinner{ + width: 40px; + height: 40px; + position: relative; + top: 5px; + left: 5px; + border-radius: 50%; +} + .cube { width: 200px; height: 200px; diff --git a/templates/index.html b/templates/index.html index 0e96382..3905b56 100644 --- a/templates/index.html +++ b/templates/index.html @@ -62,17 +62,35 @@
-
+

-
-
-
+

+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
@@ -124,7 +142,7 @@
N - E + O S W
@@ -140,7 +158,7 @@
N - E + O S W