]> git.sesse.net Git - wloh/blob - www/style.css
Add clickable fun to the probability matrix.
[wloh] / www / style.css
1 body {
2         color: black;
3         background: white;
4         font-family: sans-serif;
5 }
6 table {
7         border-collapse: collapse;
8         border: 1px solid black;
9 }
10 td, th {
11         border: 1px solid black;
12         padding: 5px;
13 }
14 td.num {
15         text-align: right;
16 }
17 .even {
18         background-color: #ddd;
19 }
20 .lastsync {
21         font-size: smaller;
22 }
23 .probmatrix {
24         float: left;
25 }
26 .scenario {
27         float: left;
28         padding-left: 1em;
29 }
30 .unmarkedlink {
31         color: inherit;
32         text-decoration: inherit;
33 }