Initial commit of the Smart Device Link app
[profile/ivi/html5_UI_SDL.git] / css / home.css
1 /**
2  * Home screen CSS
3  *
4  * @category    Style Sheets
5  * @filesource  css/home.css
6  * @version             2.0
7  */
8
9
10 #home {
11         background: url(../images/home/home_main_image.png) no-repeat;
12         width: 800px;
13         height: 369px;
14         top: 56px;
15 }
16
17 #home.help {
18         background: url(../images/home/home_screen_blur.png) no-repeat !important;
19 }
20
21 #home_topControls_temperature {
22         position: absolute;
23         top: 10px;
24         left: 115px;
25         font-size: 28px;
26 }
27
28 /* Widgets wrapers */
29
30 #home_widgetPhone {
31         position: absolute;
32         width: 400px;
33         height: 183px;
34     display:none;
35 }
36
37 #widget_navigation {
38         position: absolute;
39         width: 400px;
40         height: 183px;
41         left: 400px;
42     display:none;
43 }
44
45 #home_widgetMedia {
46         position: absolute; width: 400px;
47         height: 183px;
48         top: 183px;
49     display:none;
50 }
51
52 #home_widgetClimate {
53         position: absolute;
54         width: 400px;
55         height: 183px;
56         left: 400px;
57         top: 183px;
58     display:none;
59 }
60
61 .helpmode .voiceButton{
62         opacity: 0;
63 }