Updated application sources
[apps/web/sample/SensorBall.git] / project / css / style.css
1 html, body {
2     margin: 0px;
3     padding: 0px;
4 }
5
6 body {
7     overflow: hidden;
8     -webkit-user-select: none;
9 }
10
11 .ui-content{
12     background-size: 100%;
13 }
14
15 .background1 {
16     background-image: url('../images/background1.jpg');
17 }
18
19 .background2 {
20     background-image: url('../images/background2.jpg');
21 }
22
23 .background3 {
24     background-image: url('../images/background3.jpg');
25     background-color: #000;
26     overflow: hidden;
27 }
28
29 .ball {
30     position: absolute;
31     left: 0px;
32     top: 0px;
33     width: 86px;
34     height: 86px;
35 }
36
37 .sun {
38     position: absolute;
39     width: 86px;
40     height: 86px;
41     left: 0px;
42     top: 0px;
43     z-index: 50;
44 }
45
46 #main {
47     width: 100%;
48     height: 100%;
49 }
50
51 .ui-tabbar-margin-back {
52     margin-right:0 !important;
53 }