added chromatic aberrations and new background size handling
parent
9957c0d5b8
commit
7ec3eb9abb
Binary file not shown.
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 45 KiB |
|
@ -488,6 +488,7 @@ a {
|
|||
height: 100%;
|
||||
width: 100%;
|
||||
background-image: url('img/bg.webp');
|
||||
background-size: 1572px 803px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
background-attachment: fixed;
|
||||
|
@ -839,6 +840,7 @@ article.album .listenbuy {
|
|||
opacity: 0;
|
||||
background-color: var(--button-color-hover);
|
||||
background-image: url('img/bg_blur.webp');
|
||||
background-size: 1572px 803px;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
transition: opacity 0.25s, margin 0.25s, height 0.25s;
|
||||
|
@ -957,6 +959,7 @@ article.album a:hover {
|
|||
background-image: url('img/bg_blur.webp');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: 1572px 803px;
|
||||
color: white;
|
||||
border-top: 1px solid rgba(80,220,200,0.5);
|
||||
border-left: 1px solid rgba(80,220,200,0.25);
|
||||
|
@ -1036,6 +1039,10 @@ article.album a:hover {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
article.album .listenbuy, .blurgreen, #background_wrap {
|
||||
background-size: 1179px 602px;
|
||||
}
|
||||
|
||||
article.album a {
|
||||
height: 160px;
|
||||
}
|
||||
|
|
Binary file not shown.
BIN
src/bg_blur2.jpg
BIN
src/bg_blur2.jpg
Binary file not shown.
Before Width: | Height: | Size: 798 KiB After Width: | Height: | Size: 1.0 MiB |
Loading…
Reference in New Issue