f3c8da8c9ee76c1b96c829dd56f67d66499397d8
[samples/web/SensorBall.git] / css / style.css
1 html, body {
2         margin: 0px;
3         padding: 0px;
4 }
5
6 body {
7         overflow: hidden;
8 }
9
10 .ui-content{
11         background-size: 100%;
12 }
13
14 .background1 {
15         background-image: url('../images/background1.png');
16 }
17
18 .background2 {
19         background-image: url('../images/background2.png');
20 }
21
22 .background3 {
23         background-image: url('../images/background3.png');
24 }
25
26 .ball {
27         position: absolute;
28         left: 0px;
29         top: 0px;
30         width: 86px;
31         height: 86px;
32 }
33
34 .sun {
35         position: absolute;
36         width: 86px;
37         height: 86px;
38         left: 0px;
39         top: 0px;
40         z-index:50;
41 }