|
@@ -7,7 +7,7 @@
|
7
|
7
|
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
8
|
8
|
<link rel="icon" href="/static/gfx/eye-horus.png">
|
9
|
9
|
</head>
|
10
|
|
-<body data-bs-theme="dark" class="overflow-hidden">
|
|
10
|
+<body data-bs-theme="dark" class="overflow-hidden" style="cursor: none">
|
11
|
11
|
<div class="container-fluid text-center">
|
12
|
12
|
<div class="row">
|
13
|
13
|
<div class="col12">
|
|
@@ -18,9 +18,10 @@
|
18
|
18
|
</div>
|
19
|
19
|
<div class="row">
|
20
|
20
|
<div class="col12">
|
21
|
|
- <div id="ticker-wrapper" class="alert alert-danger opacity-75 w-100" role="alert" style="position:fixed; left:0; bottom:3rem; z-index:23">
|
|
21
|
+ <div id="ticker-wrapper" class="alert alert-danger opacity-75 w-100" role="alert" style="background-color:#ff0000; position:fixed; left:0; bottom:2rem; z-index:23">
|
|
22
|
+ <img style="height:10rem; position:fixed; left:0; bottom:-1.25rem; z-index:46" src="/static/gfx/kahana-mic.png" />
|
22
|
23
|
<div id="the-ticker" class="w-100 text-nowrap">
|
23
|
|
- <h1 id="ticker-text" class="fw-bolder text-white py-2" style="direction:rtl; font-size:5rem;">
|
|
24
|
+ <h1 id="ticker-text" class="fw-bolder text-white" style="direction:rtl; font-size:4rem;">
|
24
|
25
|
</h1>
|
25
|
26
|
</div>
|
26
|
27
|
</div>
|
|
@@ -40,7 +41,7 @@
|
40
|
41
|
$("#the-ticker").marquee({
|
41
|
42
|
"direction": "right",
|
42
|
43
|
"duplicated": true,
|
43
|
|
- "speed": 115
|
|
44
|
+ "speed": 137
|
44
|
45
|
});
|
45
|
46
|
} else {
|
46
|
47
|
$("#ticker-wrapper").hide();
|
|
@@ -81,7 +82,7 @@
|
81
|
82
|
// console.log(vidblur,tickerblur);
|
82
|
83
|
// console.log(`${vidblur}, ${tickerblur}`);
|
83
|
84
|
document.getElementById("the-video").style.filter=`blur(${vidblur}px)`;
|
84
|
|
- document.getElementById("the-ticker").style.filter=`blur(${tickerblur}px)`;
|
|
85
|
+ document.getElementById("ticker-wrapper").style.filter=`blur(${tickerblur}px)`;
|
85
|
86
|
}
|
86
|
87
|
window.update_interval = setInterval(updateDistance, 300);
|
87
|
88
|
</script>
|