mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-14 07:39:29 -07:00
fixe wide-enhanced radar and almanac backgrounds
This commit is contained in:
BIN
server/images/backgrounds/3-wide-enhanced.png
Normal file
BIN
server/images/backgrounds/3-wide-enhanced.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
server/images/gimp/3-wide-enhanced.xcf
Normal file
BIN
server/images/gimp/3-wide-enhanced.xcf
Normal file
Binary file not shown.
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
// repeat the background if wide-enhanced
|
// repeat the background if wide-enhanced
|
||||||
.wide.enhanced & {
|
.wide.enhanced & {
|
||||||
background-repeat: repeat-x;
|
background-image: url('../images/backgrounds/3-wide-enhanced.png');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,10 @@
|
|||||||
#radar-html.weather-display {
|
#radar-html.weather-display {
|
||||||
background-image: url('../images/backgrounds/4.png');
|
background-image: url('../images/backgrounds/4.png');
|
||||||
|
|
||||||
|
.wide & {
|
||||||
|
background: url(../images/backgrounds/4-wide.png);
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
height: 83px;
|
height: 83px;
|
||||||
|
|
||||||
@@ -122,8 +126,4 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.wide.radar #container {
|
|
||||||
background: url(../images/backgrounds/4-wide.png);
|
|
||||||
}
|
}
|
||||||
@@ -1,10 +1,6 @@
|
|||||||
@use 'shared/_colors'as c;
|
@use 'shared/_colors'as c;
|
||||||
@use 'shared/_utils'as u;
|
@use 'shared/_utils'as u;
|
||||||
|
|
||||||
#regional-forecast-html.weather-display {
|
|
||||||
background-image: url('../images/backgrounds/5.png');
|
|
||||||
}
|
|
||||||
|
|
||||||
.weather-display .main.regional-forecast {
|
.weather-display .main.regional-forecast {
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user