diff --git a/style.css b/style.css index ab7c72f..ede27a7 100644 --- a/style.css +++ b/style.css @@ -24,10 +24,15 @@ dd { display: block; } -/* display idle elements only until testing */ .testing .while-idle { display: none; } +.while-testing { + display: none; +} +.testing .while-testing { + display: block; +} .topbox { @@ -43,6 +48,36 @@ dd { line-height: 2em; } +.statusbar-area { + position: absolute; + + bottom: 0px; + left: 0px; + right: 0px; + + height: 1.5em; + padding: 0.15em; +} +.statusbar { + display: none; + position: absolute; + + background-color: #2e3436; + + bottom: 0px; + left: 0px; + right: 0px; + + padding: 0.15em; + + line-height: 1.5em; + + font-size: 0.9em; +} +.statusbar-area:hover .statusbar { + display: block; +} + .notice { display: none; diff --git a/test.html b/test.html index ee3cfa2..dced6e1 100644 --- a/test.html +++ b/test.html @@ -22,6 +22,13 @@   + +
+
+ TODO +
+
+

Test Setup