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; }