]> git.sesse.net Git - remoteglot/commitdiff
Move the CSS into a separate file.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Nov 2013 21:10:13 +0000 (22:10 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Nov 2013 21:10:13 +0000 (22:10 +0100)
www/css/remoteglot.css [new file with mode: 0644]
www/index.html

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;
+}
index f41e2b7dbf740daafff69ac7ecc2ce97b07722d6..cda85c7c7e6176a2cf1aac8f428c4dca69c23e5d 100644 (file)
@@ -6,34 +6,7 @@
   <title>analysis.sesse.net</title>
 
   <link rel="stylesheet" href="css/chessboard-0.3.0.min.css" />
-  <style>
-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 { background-color: #f0d9b5; color: #b58863; }
-/* .black-3c85d { background-color: #b58863; color: #f0d9b5; } */
-/* .white-1e1d7.nonuglyhighlight { background-color: #f3e1a4; }
-.black-3c85d.nonuglyhighlight { background-color: #c7a859; } */
-.white-1e1d7.nonuglyhighlight { background-color: #cce5cf; }
-.black-3c85d.nonuglyhighlight { background-color: #9ab6a6; }
-  </style>
+  <link rel="stylesheet" href="css/remoteglot.css" />
 </head>
 <body>
 <h1 id="headline">Analysis</h1>