Initial checkin.
[bridge-toys] / static / deal.css
1 div.footer {
2 margin-top: 2ex;
3 border-top: solid thin black;
4 padding-top: 1ex;
5 text-align: right;
6 font-style: italic;
7 }
8
9 .heart-suit, .diamond-suit { color: red; }
10
11 table.deal {
12 font-size: x-large;
13 border-collapse: collapse;
14 }
15 table.deal td {
16 border: solid thin black;
17 margin: 0;
18 padding: 4pt;
19 }
20 table.deal td.odd { background: #ddd; }
21
22 tr.score { font-size: small; }
23
24 table.hand td { min-width: 7.5em; }
25 td.info { text-align: right; }