nav, header and map image cleanup

This commit is contained in:
Matt Walsh 2025-05-14 14:50:02 -05:00
commit 7fae649357
No known key found for this signature in database
230 changed files with 34 additions and 1155 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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;