aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqmod/sqmod_test/css/index.less
blob: cc34f07f7ff6cd8ca4a76707834b17e0eda89362 (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
@import 'mixin.less';
@import 'color.less';

@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:@SmallFontSize;
        position:absolute;
        right:@SmallPad;
    }
    div.stage{
        width:100%;
        position:absolute;
        top:49px;
        left:0px;
        font-family:Saucer-Regular;

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

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

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

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