]> git.sesse.net Git - remoteglot/blob - www/css/remoteglot.css
6cd931a081547186c0cd82089cdc83006a8d9872
[remoteglot] / www / css / remoteglot.css
1 body {
2         font-family: sans-serif;
3 }
4 h3 {
5         margin-top: 1em;
6         margin-bottom: 0;
7 }
8 .window {
9         position: absolute;    
10         width: 0px;
11         height: 0px;
12         opacity: 0.0; 
13 }
14 .c1 {
15         opacity: 0.75;
16 }
17 .l1arrow {
18         opacity: 1.0;
19 }
20 .hidden {
21         display: none;
22 }
23 .vir path {
24         opacity: 0.0;
25 }
26 .vir path.l1arrow {
27         opacity: 1.0;
28 }
29 #credits {
30         font-size: smaller;
31 }
32 td {
33         vertical-align: top;
34 }
35 p {
36         margin-top: 0;
37 }
38 #refutationlines {
39         font-size: smaller;
40 }
41 #refutationlines .move {
42         width: 3.5em;
43 }
44 #refutationlines .score {
45         width: 3em;
46         text-align: right;
47         padding-right: 0.5em;
48 }
49 #refutationlines .depth {
50         width: 2em;
51         text-align: right;
52         padding-right: 0.7em;
53 }
54 .white-1e1d7.nonuglyhighlight {
55         background-color: #cce5cf;
56 }
57 .black-3c85d.nonuglyhighlight {
58         background-color: #9ab6a6;
59 }
60 #board {
61         display: block;
62         float: left;
63         width: 400px;
64         height: 400px;
65 }
66 #analysis {
67         display: block;
68         min-width: 400px;
69         overflow: hidden;
70 }