aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2022-06-29 08:00:39 +1000
committeronefang2022-06-29 08:00:39 +1000
commit50f2b9270e609721ff12d155e0eb40ff4e6667cf (patch)
treeea4e13012feeeed5f5c9d775d88b3d0194ebc7cb
parentRe arrange sledjchisl build script, so the json stuff is done right. (diff)
downloadopensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.zip
opensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.tar.gz
opensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.tar.bz2
opensim-SC-50f2b9270e609721ff12d155e0eb40ff4e6667cf.tar.xz
Turn the stats iFrame into a hover popdown.
-rw-r--r--example/var/www/html/SledjChisl.css30
-rw-r--r--example/var/www/html/footer.html9
2 files changed, 38 insertions, 1 deletions
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
3 background-color: black; 3 background-color: black;
4 color: white; 4 color: white;
5 font-family: 'sans-serif'; 5 font-family: 'sans-serif';
6 font-size: 100%;
6 margin: 0; 7 margin: 0;
7 padding: 0; 8 padding: 0;
8} 9}
@@ -97,3 +98,32 @@ textarea
97 justify-content: start; 98 justify-content: start;
98 align-items: end; 99 align-items: end;
99} 100}
101
102.hoverWrapper0:hover #hoverShow0
103{
104 display: block;
105 border-style: solid;
106 border-color: fuchsia;
107}
108.hoverWrapper0 #hoverShow0
109{
110 display: none;
111 background-color: black;
112 text-align: left;
113 position: absolute;
114 height: 100%;
115 width: 100%;
116 border-style: solid;
117 border-color: fuchsia;
118}
119.TTitem
120{
121 border-style: solid;
122 border-color: fuchsia;
123 background-color:green;
124 color: white;
125 font-family: 'sans-serif';
126 font-size: 100%;
127 margin: 0;
128 padding: 1%;
129}
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 @@
1 </div> 1 </div>
2 <div class='top-right'> 2 <div class='top-right'>
3 <div class="hoverWrapper0">
4 <h1 class="TTitem"><!--#echo var="grid" --> statisitics</h1>
5 <div id="hoverShow0">
6 <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe>
7 </div>
8 </div>
9 <p> &nbsp; </p>
3 <h1>Experimental account manager</h1> 10 <h1>Experimental account manager</h1>
4 <p>This account manager system is currently experimental, and under heavy development. &nbsp; 11 <p>This account manager system is currently experimental, and under heavy development. &nbsp;
5 Which means it's not all written yet, and things may break.</p> 12 Which means it's not all written yet, and things may break.</p>
@@ -19,6 +26,7 @@
19 <p>You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@<!--#echo var="host" --></p> 26 <p>You can also use any other Jabber / XMPP client as well. So your JID for other clients is first.last@<!--#echo var="host" --></p>
20 <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. &nbsp; Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p> 27 <p>Remember this is <b>EXPERIMENTAL</b>, I'll be changing things. &nbsp; Next I'll make it so you don't have to log in to both this chat thingy and the account page separataly.<p>
21 <ul>Some other web based clients installed here that you could try (more to come) - 28 <ul>Some other web based clients installed here that you could try (more to come) -
29 <li><a href="/candy/index.html">Candy Chats are not dead yet.</a> &nbsp; Old and stupid, but simple.</li>
22 <li><a href="/converse.js/index.html">converse.js fullscreen</a></li> 30 <li><a href="/converse.js/index.html">converse.js fullscreen</a></li>
23 <li><a href="/converse.js/embedded.html">converse.js embedded</a></li> 31 <li><a href="/converse.js/embedded.html">converse.js embedded</a></li>
24 <li><a href="/converse.js/mobile.html">converse.js mobile</a></li> 32 <li><a href="/converse.js/mobile.html">converse.js mobile</a></li>
@@ -26,7 +34,6 @@
26 <p>P.S. &nbsp; Yes, I hate the default theme to. &nbsp; lol</p> 34 <p>P.S. &nbsp; Yes, I hate the default theme to. &nbsp; lol</p>
27 </div> 35 </div>
28 <div class='bottom-left'> 36 <div class='bottom-left'>
29 <iframe src='stats.html' style='border:none;height:100%;width:100%;'></iframe>
30 </div> 37 </div>
31 <div class='bottom-right'> 38 <div class='bottom-right'>
32 </div> 39 </div>