summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/HMI/css/home.css
blob: ad450626ad684340e073b50c781ff25f79356adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/**
 * Home screen CSS
 *
 * @category	Style Sheets
 * @filesource	css/home.css
 * @version		2.0
 */


#home {
	background: url(../images/home/home_main_image.png) no-repeat;
	width: 800px;
	height: 369px;
	top: 56px;
}

#home.help {
	background: url(../images/home/home_screen_blur.png) no-repeat !important;
}

#home_topControls_temperature {
	position: absolute;
	top: 10px;
	left: 115px;
	font-size: 28px;
}

/* Widgets wrapers */

#home_widgetPhone {
	position: absolute;
	width: 400px;
	height: 183px;
}

#widget_navigation {
	position: absolute;
	width: 400px;
	height: 183px;
	left: 400px;
}

#home_widgetMedia {
	position: absolute; width: 400px;
	height: 183px;
	top: 183px;
}

#home_widgetClimate {
	position: absolute;
	width: 400px;
	height: 183px;
	left: 400px;
	top: 183px
}

.helpmode .voiceButton{
	opacity: 0;
}