[Cleanup] Move images into common folder
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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)
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |