From bd58d3012c26d16150f650c389d1136741d3939d Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 8 Sep 2020 21:34:54 +1000 Subject: Add the SledjChisl stuff. --- example/www/SledjChisl.css | 63 +++++++++++++++++++++ example/www/SledjHamr.png | Bin 0 -> 1655233 bytes example/www/SledjHamrIcon.png | Bin 0 -> 95362 bytes example/www/SledjHamrIconSmall.png | Bin 0 -> 8535 bytes example/www/about.html | 11 ++++ example/www/debugStyle.css | 36 ++++++++++++ example/www/help.html | 11 ++++ example/www/loginpage.html | 109 +++++++++++++++++++++++++++++++++++++ example/www/password_help.html | 11 ++++ example/www/register.html | 15 +++++ example/www/stats.html | 41 ++++++++++++++ 11 files changed, 297 insertions(+) create mode 100644 example/www/SledjChisl.css create mode 100644 example/www/SledjHamr.png create mode 100644 example/www/SledjHamrIcon.png create mode 100644 example/www/SledjHamrIconSmall.png create mode 100644 example/www/about.html create mode 100644 example/www/debugStyle.css create mode 100644 example/www/help.html create mode 100644 example/www/loginpage.html create mode 100644 example/www/password_help.html create mode 100644 example/www/register.html create mode 100644 example/www/stats.html (limited to 'example/www') diff --git a/example/www/SledjChisl.css b/example/www/SledjChisl.css new file mode 100644 index 0000000..fb19f89 --- /dev/null +++ b/example/www/SledjChisl.css @@ -0,0 +1,63 @@ +html, body +{ + margin: 0; + padding: 0; + color: white; +} +a {color: green;} +a:link {color: green;} +a:visited {color: purple;} +a:hover {color: red;} +a:active {color: blue;} + +.container +{ + position: relative; + text-align: left; +} + +.top-left +{ + position: absolute; + top: 8px; + left: 16px; + height: 30%; + width: 30%; +} + +.top-right +{ + position: absolute; + top: 8px; + right: 16px; + height: 30%; + width: 30%; +} + +.centre +{ + position: absolute; + top: 50%; + left: 50%; + height: 30%; + width: 30%; + transform: translate(-50%, -50%); +} + +.bottom-left +{ + position: absolute; + bottom: 8px; + left: 16px; + height: 30%; + width: 30%; +} + +.bottom-right +{ + position: absolute; + bottom: 8px; + right: 16px; + height: 30%; + width: 30%; +} diff --git a/example/www/SledjHamr.png b/example/www/SledjHamr.png new file mode 100644 index 0000000..9089573 Binary files /dev/null and b/example/www/SledjHamr.png differ diff --git a/example/www/SledjHamrIcon.png b/example/www/SledjHamrIcon.png new file mode 100644 index 0000000..e3b50e1 Binary files /dev/null and b/example/www/SledjHamrIcon.png differ diff --git a/example/www/SledjHamrIconSmall.png b/example/www/SledjHamrIconSmall.png new file mode 100644 index 0000000..a1a6d72 Binary files /dev/null and b/example/www/SledjHamrIconSmall.png differ diff --git a/example/www/about.html b/example/www/about.html new file mode 100644 index 0000000..3afc962 --- /dev/null +++ b/example/www/about.html @@ -0,0 +1,11 @@ + +About this grid + + + + + +This is a virtual world, usually called a grid, based on opensim-SC. +

 

+ + diff --git a/example/www/debugStyle.css b/example/www/debugStyle.css new file mode 100644 index 0000000..98645cc --- /dev/null +++ b/example/www/debugStyle.css @@ -0,0 +1,36 @@ +.hoverWrapper0:hover #hoverShow0 +{ + display: block; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper0 #hoverShow0 +{ + display: none; + background-color: #222222; + text-align: left; + position: absolute; + width: 100%; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper1:hover #hoverShow1 +{ + display: block; + border-style: solid; + border-color: fuchsia; +} +.hoverWrapper1 #hoverShow1 +{ + display: none; + background-color: #222222; + text-align: left; + position: absolute; + width: 100%; + border-style: solid; + border-color: fuchsia; +} +.hoverItem +{ + border: 1px solid fuchsia; +} diff --git a/example/www/help.html b/example/www/help.html new file mode 100644 index 0000000..9a75aa6 --- /dev/null +++ b/example/www/help.html @@ -0,0 +1,11 @@ + +Help for this grid + + + + + +Include help for your grid here. +

 

+ + diff --git a/example/www/loginpage.html b/example/www/loginpage.html new file mode 100644 index 0000000..7a221dc --- /dev/null +++ b/example/www/loginpage.html @@ -0,0 +1,109 @@ + +<!--#echo var="grid" --> splash page + + + + + + + + +
+ SledjHamr +
+

+

+

DEBUG

+
+

DEBUG log

+ +
+
+

+

Add your fancy splash page for here.

+

 

+

 

+

 

+

Perhaps describe here.

+
+
+

is

+

Login URI -

+

 

+

There are members of this grid.

+

There are locals and hypergrid visitors in world.

+

There are locals out on the hypergrid.

+

There have been locals and visitors on this grid in the last month.

+

There are regions, though some might not be online right now.

+
+
+

Maybe add some news or events here, or something.

+
+
+

CSS by Taylor Temper, photo by onefang rejected.

+
+
+

is running , + part of the SledjHamr project.

+
+ + diff --git a/example/www/password_help.html b/example/www/password_help.html new file mode 100644 index 0000000..aef6bd5 --- /dev/null +++ b/example/www/password_help.html @@ -0,0 +1,11 @@ + +Password help for this grid + + + + + +Include password help for your grid here. +

 

+ + diff --git a/example/www/register.html b/example/www/register.html new file mode 100644 index 0000000..46317e6 --- /dev/null +++ b/example/www/register.html @@ -0,0 +1,15 @@ + +Account for this grid + + + + + +Include account registration help for your grid here. +

 

+

If you want to register an account on this grid, ask the person that runs it to do that for you.

+

 

+

If you want to register an account on this grid, click here (when it's written).

+

 

+ + diff --git a/example/www/stats.html b/example/www/stats.html new file mode 100644 index 0000000..7b51b06 --- /dev/null +++ b/example/www/stats.html @@ -0,0 +1,41 @@ + + <!--#echo var="grid" --> stats page + + + + + + + + +

statistics.

+

Grid is -

+

Login URI -

+

Login page - /loginpage.html">/loginpage.html

+

There are members of this grid.

+

There are locals and hypergrid visitors in world right now.

+

There are locals out on the hypergrid right now.

+

There have been locals and hypergrid visitors on this grid in the last 30 days ( total).

+

There have been locals and hypergrid visitors on this grid in the last 60 days ( total).

+

There are regions, though might not be online right now.

+

There may be regions online, with a total area of roughly square metres.

+

There are varregions that might be online now.

+

There are normal regions that might be online now.

+

is running , + part of the SledjHamr project.

+

This statistics page will update every two minutes.

+
+ + -- cgit v1.1