From 1344e6aa36256300dabd0dad653f022faf5d9778 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 18 Nov 2013 22:10:13 +0100 Subject: [PATCH] Move the CSS into a separate file. --- www/css/remoteglot.css | 55 ++++++++++++++++++++++++++++++++++++++++++ www/index.html | 29 +--------------------- 2 files changed, 56 insertions(+), 28 deletions(-) create mode 100644 www/css/remoteglot.css diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css new file mode 100644 index 0000000..d7592b9 --- /dev/null +++ b/www/css/remoteglot.css @@ -0,0 +1,55 @@ +body { + font-family: sans-serif; +} +.window { + position: absolute; + width: 0px; + height: 0px; + opacity: 0.0; +} +.c1 { + opacity: 0.75; +} +.l1arrow { + opacity: 1.0; +} +.hidden { + display: none; +} +.vir path { + opacity: 0.0; +} +.vir path.l1arrow { + opacity: 1.0; +} +#credits { + font-size: smaller; +} +td { + vertical-align: top; +} +p { + margin-top: 0; +} +#refutationlines { + font-size: smaller; +} +#refutationlines .move { + width: 3.5em; +} +#refutationlines .score { + width: 3em; + text-align: right; + padding-right: 0.5em; +} +#refutationlines .depth { + width: 2em; + text-align: right; + padding-right: 0.7em; +} +.white-1e1d7.nonuglyhighlight { + background-color: #cce5cf; +} +.black-3c85d.nonuglyhighlight { + background-color: #9ab6a6; +} diff --git a/www/index.html b/www/index.html index f41e2b7..cda85c7 100644 --- a/www/index.html +++ b/www/index.html @@ -6,34 +6,7 @@ analysis.sesse.net - +

Analysis

-- 2.39.2