nav, header and map image cleanup

This commit is contained in:
Matt Walsh
2025-05-14 14:50:02 -05:00
parent 468e057c51
commit 7fae649357
230 changed files with 34 additions and 1155 deletions

View File

@@ -2,7 +2,7 @@
@use 'shared/_utils'as u;
#almanac-html.weather-display {
background-image: url('../images/BackGround3_1.png');
background-image: url('../images/backgrounds/3.png');
}
.weather-display .main.almanac {

View File

@@ -2,7 +2,7 @@
@use 'shared/_utils'as u;
#extended-forecast-html.weather-display {
background-image: url('../images/BackGround2_1.png');
background-image: url('../images/backgrounds/2.png');
}
.weather-display .main.extended-forecast {

View File

@@ -2,7 +2,7 @@
@use 'shared/_utils'as u;
#hourly-graph-html {
background-image: url(../images/BackGround1_1_Chart.png);
background-image: url(../images/backgrounds/1-chart.png);
.header {
.right {

View File

@@ -137,8 +137,6 @@ body {
&.wide {
max-width: 854px;
// background: url(../images/BackGround1_1_wide.png);
;
}
}
@@ -299,7 +297,7 @@ body {
width: 640px;
height: 480px;
// overflow: hidden;
background-image: url(../images/BackGround1_1.png);
background-image: url(../images/backgrounds/1.png);
transform-origin: 0 0;
}
@@ -307,7 +305,7 @@ body {
padding-left: 107px;
padding-right: 107px;
background-repeat: no-repeat;
background: url(../images/BackGround1_1_wide.png)
background: url(../images/backgrounds/1-wide.png)
}
#divTwc:fullscreen #container,

View File

@@ -2,7 +2,7 @@
@use 'shared/_utils'as u;
#radar-html.weather-display {
background-image: url('../images/BackGround4_1.png');
background-image: url('../images/backgrounds/4.png');
.header {
height: 83px;
@@ -114,5 +114,5 @@
}
.wide.radar #container {
background: url(../images/BackGround4_1_wide.png);
background: url(../images/backgrounds/4-wide.png);
}

View File

@@ -2,7 +2,7 @@
@use 'shared/_utils'as u;
#regional-forecast-html.weather-display {
background-image: url('../images/BackGround5_1.png');
background-image: url('../images/backgrounds/5.png');
}
.weather-display .main.regional-forecast {

View File

@@ -6,7 +6,7 @@
height: 480px;
overflow: hidden;
position: relative;
background-image: url(../images/BackGround1_1.png);
background-image: url(../images/backgrounds/1.png);
/* this method is required to hide blocks so they can be measured while off screen */
height: 0px;