]> git.sesse.net Git - remoteglot/blob - www/css/remoteglot.css
Move the CSS into a separate file.
[remoteglot] / www / css / remoteglot.css
1 body {
2         font-family: sans-serif;
3 }
4 .window {
5         position: absolute;    
6         width: 0px;
7         height: 0px;
8         opacity: 0.0; 
9 }
10 .c1 {
11         opacity: 0.75;
12 }
13 .l1arrow {
14         opacity: 1.0;
15 }
16 .hidden {
17         display: none;
18 }
19 .vir path {
20         opacity: 0.0;
21 }
22 .vir path.l1arrow {
23         opacity: 1.0;
24 }
25 #credits {
26         font-size: smaller;
27 }
28 td {
29         vertical-align: top;
30 }
31 p {
32         margin-top: 0;
33 }
34 #refutationlines {
35         font-size: smaller;
36 }
37 #refutationlines .move {
38         width: 3.5em;
39 }
40 #refutationlines .score {
41         width: 3em;
42         text-align: right;
43         padding-right: 0.5em;
44 }
45 #refutationlines .depth {
46         width: 2em;
47         text-align: right;
48         padding-right: 0.7em;
49 }
50 .white-1e1d7.nonuglyhighlight {
51         background-color: #cce5cf;
52 }
53 .black-3c85d.nonuglyhighlight {
54         background-color: #9ab6a6;
55 }