application sources from tizen_2.2
[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 }
9
10 .ui-content{
11         background-size: 100%;
12 }
13
14 .background1 {
15         background-image: url('../images/background1.jpg');
16 }
17
18 .background2 {
19         background-image: url('../images/background2.jpg');
20 }
21
22 .background3 {
23         background-image: url('../images/background3.jpg');
24         background-color: #000;
25         overflow: hidden;
26 }
27
28 .ball {
29         position: absolute;
30         left: 0px;
31         top: 0px;
32         width: 86px;
33         height: 86px;
34 }
35
36 .sun {
37         position: absolute;
38         width: 86px;
39         height: 86px;
40         left: 0px;
41         top: 0px;
42         z-index:50;
43 }
44
45 #main {
46         width: 100%;
47         height: 100%;
48 }
49
50 .ui-tabbar-margin-back {
51         margin-right:0 !important;
52 }