From 50f2b9270e609721ff12d155e0eb40ff4e6667cf Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 29 Jun 2022 08:00:39 +1000 Subject: Turn the stats iFrame into a hover popdown. --- example/var/www/html/SledjChisl.css | 30 ++++++++++++++++++++++++++++++ example/var/www/html/footer.html | 9 ++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css index 718f5aa..0ee1223 100644 --- a/example/var/www/html/SledjChisl.css +++ b/example/var/www/html/SledjChisl.css @@ -3,6 +3,7 @@ html, body background-color: black; color: white; font-family: 'sans-serif'; + font-size: 100%; margin: 0; padding: 0; } @@ -97,3 +98,32 @@ textarea justify-content: start; align-items: end; } + +.hoverWrapper0:hover #hoverShow0 +{ + display: block; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper0 #hoverShow0 +{ + display: none; + background-color: black; + text-align: left; + position: absolute; + height: 100%; + width: 100%; + border-style: solid; + border-color: fuchsia; +} +.TTitem +{ + border-style: solid; + border-color: fuchsia; + background-color:green; + color: white; + font-family: 'sans-serif'; + font-size: 100%; + margin: 0; + padding: 1%; +} diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html index 976a363..fb6297d 100644 --- a/example/var/www/html/footer.html +++ b/example/var/www/html/footer.html @@ -1,5 +1,12 @@
+
+

statisitics

+
+ +
+
+

 

Experimental account manager

This account manager system is currently experimental, and under heavy development.   Which means it's not all written yet, and things may break.

@@ -19,6 +26,7 @@

You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@

Remember this is EXPERIMENTAL, I'll be changing things.   Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.

-
-- cgit v1.1