aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqmod/sqmod_test/css/index.css
blob: 6313b5308562a9eabba80b6bb3a60247e93e2930 (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
.show {
  display: block;
}
.hide {
  display: none;
}
@font-face {
  font-family: Saucer-Regular;
  src: url('/toj/sqmod/sqmod_test/html/Saucer-Regular.ttf');
}
@font-face {
  font-family: Saucer-Bold;
  src: url('/toj/sqmod/sqmod_test/html/Saucer-Bold.ttf');
}
@font-face {
  font-family: Saucer-Mono;
  src: url('/toj/sqmod/sqmod_test/html/Saucer-Mono.ttf');
}
#index_page table.jurank {
  font-size: 12px;
  position: absolute;
  right: 6px;
}
#index_page div.stage {
  width: 100%;
  position: absolute;
  top: 49px;
  left: 0px;
  font-family: Saucer-Regular;
}
#index_page div.stage div.box {
  margin: 0px auto 0px 64px;
  position: relative;
}
#index_page div.stage div.box span.fps {
  color: #D9D9D9;
  font-size: 12px;
}
#index_page div.stage div.box canvas.stage {
  position: absolute;
  top: 0px;
  left: 0px;
}
#index_page div.stage div.box div.butt {
  position: absolute;
  cursor: pointer;
}