diff --git a/www/css/custom.css b/www/css/custom.css index eace9c0..dcccedf 100644 --- a/www/css/custom.css +++ b/www/css/custom.css @@ -1,21 +1,27 @@ -img { - transition:transform 0.25s ease; +.current_webcam_image { + transition: transform 0.25s ease; } -img:hover { - -webkit-transform:scale(1.5); - transform:scale(1.5); +.current_webcam_image:hover { + -webkit-transform: scale(1.5); + transform: scale(1.5); } .titletext { - font-size: calc(10px + 0.9vw); + font-size: calc(10px + 0.9vw); } .cameratext { - font-size: calc(10px + 0.9vw); + font-size: calc(10px + 0.9vw); } -.infobox{ - margin:0 !important; - padding:0 !important; - } \ No newline at end of file +.infobox { + margin: 0 !important; + padding: 0 !important; +} + +.camera_offline_text { + display: inline-block; + font-size: calc(10px + 0.9vw); + font-weight: bold; +} \ No newline at end of file diff --git a/www/data/msvcamN.avif b/www/data/msvcamN.avif deleted file mode 100644 index 89d1525..0000000 Binary files a/www/data/msvcamN.avif and /dev/null differ diff --git a/www/data/msvcamS.avif b/www/data/msvcamS.avif deleted file mode 100644 index 0619adf..0000000 Binary files a/www/data/msvcamS.avif and /dev/null differ diff --git a/www/index.html b/www/index.html index 1eb7fde..efe4d32 100644 --- a/www/index.html +++ b/www/index.html @@ -25,14 +25,14 @@
Hinweistext
+