Skip to content

Commit 44502a8

Browse files
committed
push
1 parent eb47cf9 commit 44502a8

49 files changed

Lines changed: 833 additions & 98 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

risk10_bau_chart.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
image-rendering: auto;
5959
}
6060
.legend {
61-
margin-top: 8px;
61+
margin-top: 12px;
6262
padding: 6px 8px;
6363
background: white;
6464
border-radius: 4px;
@@ -79,6 +79,16 @@
7979
height: 14px;
8080
border-radius: 2px;
8181
}
82+
.legend-box-mean {
83+
background: white;
84+
border: 1px solid #333;
85+
border-radius: 3px;
86+
padding: 2px 6px;
87+
font-size: 11px;
88+
font-weight: bold;
89+
color: #333;
90+
font-family: 'Figtree', sans-serif;
91+
}
8292
.legend-line {
8393
width: 24px;
8494
height: 3px;
@@ -165,6 +175,9 @@
165175
position: relative;
166176
width: calc(100% - 40px);
167177
}
178+
.severity-labels.exceedance-mode {
179+
margin-bottom: 16px;
180+
}
168181
.severity-label {
169182
font-size: 14px;
170183
font-weight: bold;
@@ -181,6 +194,7 @@
181194
font-size: 11px;
182195
font-weight: normal;
183196
display: none;
197+
margin-top: 2px;
184198
}
185199
.severity-labels.exceedance-mode .or-worse {
186200
display: block;
@@ -261,7 +275,8 @@
261275

262276
<div class="legend">
263277
<div class="legend-item">
264-
<span>()% is mean likelihood</span>
278+
<div class="legend-box-mean">__%</div>
279+
<span>is mean likelihood</span>
265280
</div>
266281
<div class="legend-item">
267282
<div class="legend-line" style="background: rgba(100, 149, 237, 0.7); height: 3px;"></div>

risk10_pm_chart.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
image-rendering: auto;
5959
}
6060
.legend {
61-
margin-top: 8px;
61+
margin-top: 12px;
6262
padding: 6px 8px;
6363
background: white;
6464
border-radius: 4px;
@@ -79,6 +79,16 @@
7979
height: 14px;
8080
border-radius: 2px;
8181
}
82+
.legend-box-mean {
83+
background: white;
84+
border: 1px solid #333;
85+
border-radius: 3px;
86+
padding: 2px 6px;
87+
font-size: 11px;
88+
font-weight: bold;
89+
color: #333;
90+
font-family: 'Figtree', sans-serif;
91+
}
8292
.legend-line {
8393
width: 24px;
8494
height: 3px;
@@ -165,6 +175,9 @@
165175
position: relative;
166176
width: calc(100% - 40px);
167177
}
178+
.severity-labels.exceedance-mode {
179+
margin-bottom: 16px;
180+
}
168181
.severity-label {
169182
font-size: 14px;
170183
font-weight: bold;
@@ -181,6 +194,7 @@
181194
font-size: 11px;
182195
font-weight: normal;
183196
display: none;
197+
margin-top: 2px;
184198
}
185199
.severity-labels.exceedance-mode .or-worse {
186200
display: block;
@@ -261,7 +275,8 @@
261275

262276
<div class="legend">
263277
<div class="legend-item">
264-
<span>()% is mean likelihood</span>
278+
<div class="legend-box-mean">__%</div>
279+
<span>is mean likelihood</span>
265280
</div>
266281
<div class="legend-item">
267282
<div class="legend-line" style="background: rgba(100, 149, 237, 0.7); height: 3px;"></div>

risk11_bau_chart.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
image-rendering: auto;
5959
}
6060
.legend {
61-
margin-top: 8px;
61+
margin-top: 12px;
6262
padding: 6px 8px;
6363
background: white;
6464
border-radius: 4px;
@@ -79,6 +79,16 @@
7979
height: 14px;
8080
border-radius: 2px;
8181
}
82+
.legend-box-mean {
83+
background: white;
84+
border: 1px solid #333;
85+
border-radius: 3px;
86+
padding: 2px 6px;
87+
font-size: 11px;
88+
font-weight: bold;
89+
color: #333;
90+
font-family: 'Figtree', sans-serif;
91+
}
8292
.legend-line {
8393
width: 24px;
8494
height: 3px;
@@ -165,6 +175,9 @@
165175
position: relative;
166176
width: calc(100% - 40px);
167177
}
178+
.severity-labels.exceedance-mode {
179+
margin-bottom: 16px;
180+
}
168181
.severity-label {
169182
font-size: 14px;
170183
font-weight: bold;
@@ -181,6 +194,7 @@
181194
font-size: 11px;
182195
font-weight: normal;
183196
display: none;
197+
margin-top: 2px;
184198
}
185199
.severity-labels.exceedance-mode .or-worse {
186200
display: block;
@@ -261,7 +275,8 @@
261275

262276
<div class="legend">
263277
<div class="legend-item">
264-
<span>()% is mean likelihood</span>
278+
<div class="legend-box-mean">__%</div>
279+
<span>is mean likelihood</span>
265280
</div>
266281
<div class="legend-item">
267282
<div class="legend-line" style="background: rgba(100, 149, 237, 0.7); height: 3px;"></div>

risk11_pm_chart.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
image-rendering: auto;
5959
}
6060
.legend {
61-
margin-top: 8px;
61+
margin-top: 12px;
6262
padding: 6px 8px;
6363
background: white;
6464
border-radius: 4px;
@@ -79,6 +79,16 @@
7979
height: 14px;
8080
border-radius: 2px;
8181
}
82+
.legend-box-mean {
83+
background: white;
84+
border: 1px solid #333;
85+
border-radius: 3px;
86+
padding: 2px 6px;
87+
font-size: 11px;
88+
font-weight: bold;
89+
color: #333;
90+
font-family: 'Figtree', sans-serif;
91+
}
8292
.legend-line {
8393
width: 24px;
8494
height: 3px;
@@ -165,6 +175,9 @@
165175
position: relative;
166176
width: calc(100% - 40px);
167177
}
178+
.severity-labels.exceedance-mode {
179+
margin-bottom: 16px;
180+
}
168181
.severity-label {
169182
font-size: 14px;
170183
font-weight: bold;
@@ -181,6 +194,7 @@
181194
font-size: 11px;
182195
font-weight: normal;
183196
display: none;
197+
margin-top: 2px;
184198
}
185199
.severity-labels.exceedance-mode .or-worse {
186200
display: block;
@@ -261,7 +275,8 @@
261275

262276
<div class="legend">
263277
<div class="legend-item">
264-
<span>()% is mean likelihood</span>
278+
<div class="legend-box-mean">__%</div>
279+
<span>is mean likelihood</span>
265280
</div>
266281
<div class="legend-item">
267282
<div class="legend-line" style="background: rgba(100, 149, 237, 0.7); height: 3px;"></div>

risk12_bau_chart.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
image-rendering: auto;
5959
}
6060
.legend {
61-
margin-top: 8px;
61+
margin-top: 12px;
6262
padding: 6px 8px;
6363
background: white;
6464
border-radius: 4px;
@@ -79,6 +79,16 @@
7979
height: 14px;
8080
border-radius: 2px;
8181
}
82+
.legend-box-mean {
83+
background: white;
84+
border: 1px solid #333;
85+
border-radius: 3px;
86+
padding: 2px 6px;
87+
font-size: 11px;
88+
font-weight: bold;
89+
color: #333;
90+
font-family: 'Figtree', sans-serif;
91+
}
8292
.legend-line {
8393
width: 24px;
8494
height: 3px;
@@ -165,6 +175,9 @@
165175
position: relative;
166176
width: calc(100% - 40px);
167177
}
178+
.severity-labels.exceedance-mode {
179+
margin-bottom: 16px;
180+
}
168181
.severity-label {
169182
font-size: 14px;
170183
font-weight: bold;
@@ -181,6 +194,7 @@
181194
font-size: 11px;
182195
font-weight: normal;
183196
display: none;
197+
margin-top: 2px;
184198
}
185199
.severity-labels.exceedance-mode .or-worse {
186200
display: block;
@@ -261,7 +275,8 @@
261275

262276
<div class="legend">
263277
<div class="legend-item">
264-
<span>()% is mean likelihood</span>
278+
<div class="legend-box-mean">__%</div>
279+
<span>is mean likelihood</span>
265280
</div>
266281
<div class="legend-item">
267282
<div class="legend-line" style="background: rgba(100, 149, 237, 0.7); height: 3px;"></div>

risk12_pm_chart.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
image-rendering: auto;
5959
}
6060
.legend {
61-
margin-top: 8px;
61+
margin-top: 12px;
6262
padding: 6px 8px;
6363
background: white;
6464
border-radius: 4px;
@@ -79,6 +79,16 @@
7979
height: 14px;
8080
border-radius: 2px;
8181
}
82+
.legend-box-mean {
83+
background: white;
84+
border: 1px solid #333;
85+
border-radius: 3px;
86+
padding: 2px 6px;
87+
font-size: 11px;
88+
font-weight: bold;
89+
color: #333;
90+
font-family: 'Figtree', sans-serif;
91+
}
8292
.legend-line {
8393
width: 24px;
8494
height: 3px;
@@ -165,6 +175,9 @@
165175
position: relative;
166176
width: calc(100% - 40px);
167177
}
178+
.severity-labels.exceedance-mode {
179+
margin-bottom: 16px;
180+
}
168181
.severity-label {
169182
font-size: 14px;
170183
font-weight: bold;
@@ -181,6 +194,7 @@
181194
font-size: 11px;
182195
font-weight: normal;
183196
display: none;
197+
margin-top: 2px;
184198
}
185199
.severity-labels.exceedance-mode .or-worse {
186200
display: block;
@@ -261,7 +275,8 @@
261275

262276
<div class="legend">
263277
<div class="legend-item">
264-
<span>()% is mean likelihood</span>
278+
<div class="legend-box-mean">__%</div>
279+
<span>is mean likelihood</span>
265280
</div>
266281
<div class="legend-item">
267282
<div class="legend-line" style="background: rgba(100, 149, 237, 0.7); height: 3px;"></div>

risk13_bau_chart.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
image-rendering: auto;
5959
}
6060
.legend {
61-
margin-top: 8px;
61+
margin-top: 12px;
6262
padding: 6px 8px;
6363
background: white;
6464
border-radius: 4px;
@@ -79,6 +79,16 @@
7979
height: 14px;
8080
border-radius: 2px;
8181
}
82+
.legend-box-mean {
83+
background: white;
84+
border: 1px solid #333;
85+
border-radius: 3px;
86+
padding: 2px 6px;
87+
font-size: 11px;
88+
font-weight: bold;
89+
color: #333;
90+
font-family: 'Figtree', sans-serif;
91+
}
8292
.legend-line {
8393
width: 24px;
8494
height: 3px;
@@ -165,6 +175,9 @@
165175
position: relative;
166176
width: calc(100% - 40px);
167177
}
178+
.severity-labels.exceedance-mode {
179+
margin-bottom: 16px;
180+
}
168181
.severity-label {
169182
font-size: 14px;
170183
font-weight: bold;
@@ -181,6 +194,7 @@
181194
font-size: 11px;
182195
font-weight: normal;
183196
display: none;
197+
margin-top: 2px;
184198
}
185199
.severity-labels.exceedance-mode .or-worse {
186200
display: block;
@@ -261,7 +275,8 @@
261275

262276
<div class="legend">
263277
<div class="legend-item">
264-
<span>()% is mean likelihood</span>
278+
<div class="legend-box-mean">__%</div>
279+
<span>is mean likelihood</span>
265280
</div>
266281
<div class="legend-item">
267282
<div class="legend-line" style="background: rgba(100, 149, 237, 0.7); height: 3px;"></div>

0 commit comments

Comments
 (0)