aboutsummaryrefslogtreecommitdiffstats
path: root/toj/pmod/pmod_test/pmod_test.css
blob: 2cd5bfb39b2d679edde42adfa36217787a40e99f (plain) (blame)
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
53
div.pmod_test > div.info{
    width:250px;
    height:100%;
    padding:0px 0px 0px 6px;
    position:absolute;
    top:0px;
    left:0px;
    overflow:auto;
}
div.pmod_test > div.info > table.statlist{
    width:100%;
    text-align:left;
    border-collapse:collapse;    
}
div.pmod_test > div.info > table.statlist td.name{
    width:96px;
}
div.pmod_test > div.info > table.statlist td.value{
    width:auto;
}
div.pmod_test > div.info > table.limitlist{
    width:100%;
    text-align:left;
    border-collapse:collapse;    
}
div.pmod_test > div.info > table.limitlist td.name{
    width:96px
}
div.pmod_test > div.info > table.limitlist td.value{
    width:auto;
}
div.pmod_test > div.info > table.scorelist{
    width:100%;
    text-align:left;
    border-collapse:collapse;    
}
div.pmod_test > div.info > table.scorelist tr.item{
    font-size:16;
}
div.pmod_test > div.info > table.scorelist th.no,div.pmod_test > div.info > table.scorelist td.no{
    width:64px;
}
div.pmod_test > div.info > table.scorelist th.score,div.pmod_test > div.info > table.scorelist td.score{
    width:auto;
}
div.pmod_test > div.content{
    height:100%;
    padding:0px 6px 0px 0px;
    position:absolute;
    top:0px;
    left:256px;
    overflow:auto;
}