aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqmod/sqmod_test/css/index.less
blob: 6b9c590302bb2186709222bedbe95e059ae2c93f (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
@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{
    div.stage{
        width:100%;
        position:absolute;
        top:41px;
        left:0px;
        font-family:Saucer-Regular;

        div.box{
            margin:0px auto 0px auto;
            position:relative;

            span.fps{
                color:#D9D9D9;
                font-size:12px;
            }

            canvas.stage{
                position:absolute;
                top:0px;
                left:0px;
            }

            div.butt{
                position:absolute;
                cursor:pointer;
            }
        }
    }
}