Restore Regional Observations map
This commit is contained in:
parent
628270ac2e
commit
1faa580b18
15 changed files with 1006 additions and 302 deletions
|
|
@ -157,6 +157,52 @@
|
|||
border: 2px solid #000;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.nearby-weather-marker {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
|
||||
.nearby-weather-marker-inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
min-width: 72px;
|
||||
padding: 2px 4px;
|
||||
background: rgba(18, 34, 61, 0.88);
|
||||
border: 1px solid #000;
|
||||
box-shadow: 1px 1px 0 #000;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.city {
|
||||
font-family: 'Star4000 Small';
|
||||
font-size: 11pt;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
margin-bottom: 1px;
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
}
|
||||
|
||||
.details {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.temp {
|
||||
font-family: 'Star4000';
|
||||
font-size: 18pt;
|
||||
line-height: 1;
|
||||
color: #ff0;
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
}
|
||||
|
||||
img {
|
||||
width: auto;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue