aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/www/debugStyle.css
diff options
context:
space:
mode:
authoronefang2021-09-09 12:30:24 +1000
committeronefang2021-09-09 12:30:24 +1000
commit5e05f276c5ea784df0de86d70bf7aab2e5de32d5 (patch)
treeae0b057c8e50ad486102c2a8dabc293d8a0a9bfd /example/www/debugStyle.css
parentRemove various empty example directories that are auto created now. (diff)
downloadopensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.zip
opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.gz
opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.bz2
opensim-SC-5e05f276c5ea784df0de86d70bf7aab2e5de32d5.tar.xz
Rejig the web stuff.
Move to examples to example/var/www. Move the web socket to scRoot/var/run. Make the name of the web socket configurable. Populate the scRoot/var/www from exomples if it's empty. Everyone uses SledjChisl.css now. Some clean ups. Comment++
Diffstat (limited to 'example/www/debugStyle.css')
-rw-r--r--example/www/debugStyle.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/example/www/debugStyle.css b/example/www/debugStyle.css
deleted file mode 100644
index 98645cc..0000000
--- a/example/www/debugStyle.css
+++ /dev/null
@@ -1,36 +0,0 @@
1.hoverWrapper0:hover #hoverShow0
2{
3 display: block;
4 border-style: solid;
5 border-color: fuchsia;
6}
7.hoverWrapper0 #hoverShow0
8{
9 display: none;
10 background-color: #222222;
11 text-align: left;
12 position: absolute;
13 width: 100%;
14 border-style: solid;
15 border-color: fuchsia;
16}
17.hoverWrapper1:hover #hoverShow1
18{
19 display: block;
20 border-style: solid;
21 border-color: fuchsia;
22}
23.hoverWrapper1 #hoverShow1
24{
25 display: none;
26 background-color: #222222;
27 text-align: left;
28 position: absolute;
29 width: 100%;
30 border-style: solid;
31 border-color: fuchsia;
32}
33.hoverItem
34{
35 border: 1px solid fuchsia;
36}