[Cleanup] Move images into common folder

This commit is contained in:
Earlopain 2023-08-09 21:07:15 +02:00
parent 45b97053d4
commit 1d5c78ba33
No known key found for this signature in database
GPG Key ID: 48860312319ADF61
25 changed files with 14 additions and 14 deletions

View File

@ -12,7 +12,7 @@
grid-area: logo;
margin-top: 6px;
background-image: url("main-logo.png");
background-image: url("images/main-logo.png");
background-repeat: no-repeat;
background-size: contain;
background-position-y: center;

View File

@ -296,7 +296,7 @@
display: inline-block;
padding: 6px 10px;
background-image: url("main-logo.png");
background-image: url("images/main-logo.png");
background-repeat: no-repeat;
background-size: contain;

View File

@ -1,5 +1,5 @@
body[data-th-extra="aurora"] {
--image-foreground: url("images/extras/aurora.png");
--image-foreground: url("images/themes/extras/aurora.png");
--image-foreground-position: left top;
--image-foreground-repeat: repeat-x;
}

View File

@ -1,5 +1,5 @@
body[data-th-extra="autumn"] {
--image-foreground: url("images/extras/leaves_bottom.png");
--image-foreground: url("images/themes/extras/leaves_bottom.png");
--image-foreground-position: left bottom;
--image-foreground-repeat: repeat-x;
--content-padding-bottom: 6rem;

View File

@ -1,5 +1,5 @@
body {
--image-foreground: url("images/extras/hex.png");
--image-foreground: url("images/themes/extras/hex.png");
--image-foreground-position: left top;
--image-foreground-repeat: repeat-x;
--content-padding-bottom: 0.5rem;

View File

@ -1,5 +1,5 @@
body[data-th-extra="space"] {
--image-foreground: url("images/extras/space.png");
--image-foreground: url("images/themes/extras/space.png");
--image-foreground-position: left top;
--image-foreground-repeat: repeat-x;
}

View File

@ -1,8 +1,8 @@
body[data-th-extra="spring"] {
--image-foreground: url("images/extras/spring_bottom.png"),
url("images/extras/spring_bottom_fox.png"),
url("images/extras/spring_top.png"),
url("images/extras/spring_top_sky.png");
--image-foreground: url("images/themes/extras/spring_bottom.png"),
url("images/themes/extras/spring_bottom_fox.png"),
url("images/themes/extras/spring_top.png"),
url("images/themes/extras/spring_top_sky.png");
--image-foreground-position: left bottom, right bottom ,right top ,left top;
--image-foreground-repeat: repeat-x, no-repeat, no-repeat, repeat-x;
--content-padding-bottom: 3rem;

View File

@ -1,5 +1,5 @@
body[data-th-extra="stars"] {
--image-foreground: url("images/extras/stars.png");
--image-foreground: url("images/themes/extras/stars.png");
--image-foreground-position: left top;
--image-foreground-repeat: repeat-x;
}

View File

@ -1,6 +1,6 @@
body[data-th-extra="winter"] {
--image-foreground: url("images/extras/snow_bottom.png"),
url("images/extras/snow_top.png");
--image-foreground: url("images/themes/extras/snow_bottom.png"),
url("images/themes/extras/snow_top.png");
--image-foreground-position: left bottom, left top;
--image-foreground-repeat: repeat-x;
--content-padding-bottom: 3rem;

View File

@ -9,7 +9,7 @@ $hexagon-color-section-border: $hexagon-color-background;
body {
// Theme-specific images
--image-background: url("images/hexagon/background.png");
--image-background: url("images/themes/hexagon/background.png");
// Layout Colors
--color-background: #{$hexagon-color-background}; // Main background (dark blue, large hexagons)

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB