summaryrefslogtreecommitdiff
path: root/minix/share/beaglebone/weather/style.css
blob: cc40affb36d1ef358558f7dce245de5cada27b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
	background-color: white;
	font-family: verdana, helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

#weatherstation {
	display: none;
}

#loading {
	/* Display in the center of the screen */
	top: 50%;
	left: 50%;
	position: absolute;
}