xref: /minix/minix/share/beaglebone/weather/style.css (revision 7f5f010b)
1body {
2	background-color: white;
3	font-family: verdana, helvetica, sans-serif;
4	color: #333333;
5	font-size: 12px;
6}
7
8#weatherstation {
9	display: none;
10}
11
12#loading {
13	/* Display in the center of the screen */
14	top: 50%;
15	left: 50%;
16	position: absolute;
17}
18