.
[hacks/simpleWebSlides.git] / fds / anim / cartes.css
1 div#all_images {
2     display:block;
3     position:fixed;
4     left:0%;
5     width:60%;
6     top:0%;
7     height:40%;
8     margin-left:1%;
9     margin-top:1%;
10 }
11 div#all_digits {
12     display:block;
13     position:fixed;
14     left:0%;
15     width:60%;
16     top:40%;
17     height:40%;
18     margin-left:1%;
19     margin-top:1%;
20 }
21 div#result {
22     display:inline-block;
23     position:fixed;
24     right:0%;
25     width:39%;
26     top:0%;
27     height:80%;
28     font-size: 20vh;
29     font-family: DIN;
30 }
31 div#rescontent{
32     position:absolute;
33     top:25%;
34 }
35
36 div#command {
37     position:fixed;
38     top:83%;
39 }
40
41 div.image {
42     position:relative;
43     display:inline-block;
44     width:19%;
45 }
46 div.digit {
47     position:relative;
48     display:inline-block;
49     text-align:center;
50     width:19%;
51     font-size: 20vh;
52     font-family: DIN;
53 }
54
55 img {
56     display:block;
57     position: absolute;
58     width:100%;
59     height:auto;
60 }