aboutsummaryrefslogtreecommitdiffstats
path: root/toj/jcs/stat.css
blob: 6036a0f93eca57b3dadf3a9bb015fd99a8c8dcaa (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
div.stat_page > div.sub_pbox > table.sublist{
    width:978px;
    margin:0px 0px 6px 164px;
    border-collapse:collapse;    
    text-align:left;
}
div.stat_page > div.sub_pbox > table.sublist tr.head{
    height:64px;
}
div.stat_page > div.sub_pbox > table.sublist tr.item{
    height:32px;
    display:none;
}
div.stat_page > div.sub_pbox > table.sublist tr:hover.item{
    background-color:rgba(255,255,255,0.2);
}
div.stat_page > div.sub_pbox > table.sublist th,div.stat_page > div.sub_pbox > table.sublist td{
    width:76px;
    padding:0px 0px 0px 6px;
}
div.stat_page > div.sub_pbox > table.sublist th.nickname,div.stat_page > div.sub_pbox > table.sublist td.nickname{
    width:auto;
}
div.stat_page > div.sub_pbox > table.sublist th.time,div.stat_page > div.sub_pbox > table.sublist td.time{
    width:237px;
}
div.stat_page > div.sub_pbox > table.sublist th.lang,div.stat_page > div.sub_pbox > table.sublist td.lang{
    width:76px;
}

div.stat_mask > div.subfile_mbox > h2.subid{
    width:50%;
    padding:6px 0px 0px 82px;
}
div.stat_mask > div.subfile_mbox > label{
    padding:6px 0px 32px 82px;
}
div.stat_mask > div.subfile_mbox > div.filebox{
    width:814px;
    height:384px;
    padding:6px 0px 32px 82px;
}