blob: 3532fad361792a203d2cf827adafaa00216e5ee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
#headpic {
text-align: right;
}
#newmatch {
background-color: #B5CFFF;
padding: 10px;
}
#matches {
padding: 10px;
}
.match {
height: 120px;
}
.pic {
padding: 1px;
border: 1px solid #AAA;
width: 75px;
height: 75px;
}
#title {
display: inline;
}
.side_a {
text-align: right;
}
.score_a {
text-align: center;
}
.score_b {
text-align: center;
}
.player {
font-size: 1.4em;
}
.score {
font-size: 2em;
vertical-align: top;
}
.metadata {
text-align: center;
}
|