From 5fc5abe8e5838ce61256073427e85ca56cd53136 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 22 Oct 2023 02:45:26 +0200 Subject: [PATCH] Add better noscript warning --- dark_style.css | 15 +++++++++++++++ index.html | 6 +++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/dark_style.css b/dark_style.css index ca4dfb2..0891ec5 100644 --- a/dark_style.css +++ b/dark_style.css @@ -90,6 +90,21 @@ hr { padding: 0.5em; margin-top: 0em; } +.borderedWarning { + border-color: #000000; + border-width: 2px; + border-style: solid; + padding: 0.5em; + margin-top: 0.5em; + margin-bottom : 0.5em; + background-color: yellow; + color: black; + font-size: 125%; + font-weight: bold; +} +.borderdWarning a, .borderedWarning a:link, .borderedWarning a:visited, .borderedWarning a:hover, .borderedWarning a:active { + color: gray; +} .configFrame { border-color: #606060; border-width: 0px 2px 2px 2px; diff --git a/index.html b/index.html index 2c9329d..e6730ee 100644 --- a/index.html +++ b/index.html @@ -13,8 +13,12 @@

MiBPoV—Minetest Biome Point Visualizer

-
+
A Voronoi diagram is supposed to be here but for some reason it cannot be displayed. This tool is useless without this functionality.