annotate static/iwws.css @ 13:a0213f0e707b

- Update for v12.10 - Plot raw data to show more up to date data - Average/peak winds so they don't spam the display. - Display the time of the most recent data.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 10 Jan 2013 16:38:36 +1030
parents 74215b8e16f4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
74215b8e16f4 Don't need to make #jqt 100%.
Daniel O'Connor <darius@dons.net.au>
parents: 5
diff changeset
1 /* Need this otherwise graph height percentages don't work */
74215b8e16f4 Don't need to make #jqt 100%.
Daniel O'Connor <darius@dons.net.au>
parents: 5
diff changeset
2 html, body, #home, #container {
4
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
3 height : 100%;
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
4 }
6
74215b8e16f4 Don't need to make #jqt 100%.
Daniel O'Connor <darius@dons.net.au>
parents: 5
diff changeset
5
1
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
6 div.legend {
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
7 font-size: x-small;
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
8 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
9
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
10 div.tickLabel {
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
11 font-size: x-small;
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
12 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
13
13
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
14
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
15 div#stamp {
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
16 font-size: small;
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
17 margin-left : auto;
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
18 margin-right : auto;
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
19 height: 4%;
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
20 }
4
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
21 div#graph1 {
5
f859bcb451ca Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents: 4
diff changeset
22 margin-left : auto;
f859bcb451ca Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents: 4
diff changeset
23 margin-right : auto;
f859bcb451ca Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents: 4
diff changeset
24 width: 97%;
13
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
25 height: 43%;
1
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
26 }
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
27
4
faacb77ce8f4 Sort out how to set percentage graph height thanks to
Daniel O'Connor <darius@dons.net.au>
parents: 1
diff changeset
28 div#graph2 {
5
f859bcb451ca Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents: 4
diff changeset
29 margin-left : auto;
f859bcb451ca Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents: 4
diff changeset
30 margin-right : auto;
f859bcb451ca Give a little horizontal border around the graphs and centre them.
Daniel O'Connor <darius@dons.net.au>
parents: 4
diff changeset
31 width: 97%;
13
a0213f0e707b - Update for v12.10
Daniel O'Connor <darius@dons.net.au>
parents: 6
diff changeset
32 height: 43%;
1
4385563d45e7 Add missing file.
Daniel O'Connor <darius@dons.net.au>
parents:
diff changeset
33 }