]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Add some opening book stuff that is still under development, and really should be...
[remoteglot] / www / css / remoteglot.css
index da0a3a6051fb2cd903b23cbe8bf17580318e056a..32402b2ecde5352c5a1f8c9a9fb617ea99f84b89 100644 (file)
@@ -152,3 +152,38 @@ a.move:hover {
 #linenav {
        display: none;
 }
 #linenav {
        display: none;
 }
+
+/* Opening display */
+.num {
+       padding-left: 0.5em;
+       padding-right: 0.5em;
+       text-align: right;
+}
+.winbars {
+        width: 20em;
+       font-size: small;
+       font-weight: bold;
+       text-align: center;
+}
+.winbars table {
+       border: 1px solid black;
+       width: 100%;
+       border-collapse: collapse;
+}
+.winbars table td {
+       border: 1px solid black;
+       overflow: hidden;
+       max-width: 0px;
+}
+.winbars table td.white {
+       background-color: white;
+       color: black;
+}
+.winbars table td.draw {
+       background-color: gray;
+       color: white;
+}
+.winbars table td.black {
+       background-color: black;
+       color: white;
+}