Art Update
Changed: - Removed overlay and mask - New art
This commit is contained in:
+2
-17
@@ -81,7 +81,7 @@ p {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-image: url("src/Books/BookBar_v5_f0000.png");
|
||||
background-image: url("src/Books/BookBar_v8_f0000.png");
|
||||
}
|
||||
.barFlashHelper {
|
||||
position: absolute;
|
||||
@@ -91,24 +91,9 @@ p {
|
||||
height: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-image: url("src/Books/BookBar_v5_f0000.png");
|
||||
background-image: url("src/Books/BookBar_v8_f0000.png");
|
||||
}
|
||||
#barBack {
|
||||
}
|
||||
#barFront {
|
||||
}
|
||||
#paperOverlay {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
opacity: 1;
|
||||
background-image: url("src/Paper_v4.png");
|
||||
mask-image: url("https://lilac.thewisewolf.dev/BookBar/src/BookBar_Mask.png");
|
||||
mask-mode: luminance;
|
||||
mask-size: 100%;
|
||||
mix-blend-mode: soft-light;
|
||||
}
|
||||
Reference in New Issue
Block a user