]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Move the CSS into a separate file.
[remoteglot] / www / css / remoteglot.css
diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css
new file mode 100644 (file)
index 0000000..d7592b9
--- /dev/null
@@ -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;
+}