From b9944870b6c4b0b991b7339256c8ef16e1cbdd56 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 6 Jul 2012 23:45:03 -0600 Subject: [PATCH] update alternate layouts --- highvis.html | 8 +-- index.html | 84 +++---------------------- micro.html | 26 ++++++-- penalties.html | 159 ++++++++++++++++++++++++++++++------------------ scoreboard.css | 8 +++ scoreboard.html | 53 +--------------- scoreboard.js | 33 ++++++++++ screenshot.png | Bin 81854 -> 66583 bytes style.css | 19 +++--- 9 files changed, 183 insertions(+), 207 deletions(-) diff --git a/highvis.html b/highvis.html index 30c09e0..028c2a8 100644 --- a/highvis.html +++ b/highvis.html @@ -28,20 +28,19 @@ text-align: center; } #scoreboard { - font-size: 120px; + font-size: 1.4em; width: 100%; } #jam, #period, #score-a, #score-b, #jammer-a.lead, #jammer-b.lead { color: white; } #score-a, #score-b { - font-size: 150px; position: absolute; - top: 35%; + top: 1.4em; } #jammer-a, #jammer-b { position: absolute; - top: 10px; + bottom: 0; } #jamtext { font-family: monospace; @@ -57,7 +56,6 @@ margin: 0; } #notice { - font-size: 150px; position: absolute; top: 10px; left: 20%; diff --git a/index.html b/index.html index 323cdf2..798f0cf 100644 --- a/index.html +++ b/index.html @@ -21,90 +21,22 @@ LADD Roller Derby Scoreboard -

LADD Roller Derby Scoreboard

This is a free WFTDA-rules scoreboard, created with ease-of-use - in mind. - It is known to work on: + in mind. It is known to work on PC, Mac, Android, iOS, or Linux, using any + common web browser.

- - - - - -
- -

- The scoreboard requires JavaScript. If your browser is capable - of JavaScript, enable it for this page to try the scoreboard - in your browser! -

-
- - - - - - - - - - - - - - - - +

+ +
+ You can try it right now--it + runs in a web browser (but doesn't require Internet access). +

Features

diff --git a/micro.html b/micro.html index 4d5ac3d..429611c 100644 --- a/micro.html +++ b/micro.html @@ -24,14 +24,27 @@ @@ -50,7 +63,8 @@ window.tenths = false; --:--

- -:--.- + S + -:--

diff --git a/penalties.html b/penalties.html index 8345c66..02f7951 100644 --- a/penalties.html +++ b/penalties.html @@ -20,25 +20,82 @@ LADD Scoreboard - + @@ -46,48 +103,32 @@ window.onkeypress = key; - - - - - - - + +
+

+ Home + A + 0 + + - +

-
- - - -
- - -
- ☻ -
-

- --:-- -

-

- 0 - - - 0 -

-

- - - - -

-

- -:--.- -

-
- - -
- ☻ -
- - - - - -
+

+ --:-- + + -:--.- + + 0 +

+ +

+ Vis + B + 0 + + - +

+
diff --git a/scoreboard.css b/scoreboard.css index 170823b..6b3fe37 100644 --- a/scoreboard.css +++ b/scoreboard.css @@ -19,6 +19,14 @@ font-style: normal; } +body { + background: url(bg.jpg) #222; + background-size: 100% auto; + font-size: 160px; + color: #eee; + margin: 0; +} + #scoreboard { cursor: default; font-family: sans-serif; diff --git a/scoreboard.html b/scoreboard.html index ee5337b..694ca52 100644 --- a/scoreboard.html +++ b/scoreboard.html @@ -20,60 +20,9 @@ LADD Scoreboard - -