mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-18 17:49:31 -07:00
nav, header and map image cleanup
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user