]> git.sesse.net Git - remoteglot-book/blobdiff - www/css/remoteglot.css
Show totals.
[remoteglot-book] / www / css / remoteglot.css
index da0a3a6051fb2cd903b23cbe8bf17580318e056a..110f5c827d832701ee9706ffb88132ef494a8d9c 100644 (file)
@@ -94,6 +94,10 @@ p {
        width: auto;
        text-align: center;
 }
+#gamesummary {
+       width: 100%;
+       text-align: center;
+}
 #whiteclock {
        float: left;
        width: 20%;
@@ -152,3 +156,41 @@ a.move:hover {
 #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;
+}
+.totals {
+       background: rgb(90%,90%,90%);
+}