2021-09-12 23:37:08 +00:00
|
|
|
@import "./fonts.css";
|
|
|
|
|
|
2021-10-18 01:20:00 +00:00
|
|
|
.box-shadow-sm {
|
|
|
|
|
box-shadow: 0px 3px 6px #11111170;
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-04 17:31:00 +00:00
|
|
|
.box-shadow-md {
|
|
|
|
|
box-shadow: 2px 8px 6px #111111aa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box-shadow-lg-up {
|
|
|
|
|
box-shadow: 0px -12px 8px #111111ee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box-shadow-xl {
|
|
|
|
|
box-shadow: 2px 14px 8px #111111aa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.box-shadow-book {
|
|
|
|
|
box-shadow: 4px 1px 8px #11111166, -4px 1px 8px #11111166, 1px -4px 8px #11111166;
|
2021-11-15 01:59:34 +00:00
|
|
|
}
|
2021-12-05 01:56:29 +00:00
|
|
|
.shadow-height {
|
|
|
|
|
height: calc(100% - 4px);
|
|
|
|
|
}
|
2021-11-15 01:59:34 +00:00
|
|
|
|
|
|
|
|
.bookshelfRow {
|
|
|
|
|
background-image: url(/wood_panels.jpg);
|
|
|
|
|
}
|
|
|
|
|
.bookshelfDivider {
|
|
|
|
|
background: rgb(149, 119, 90);
|
|
|
|
|
background: linear-gradient(180deg, rgba(149, 119, 90, 1) 0%, rgba(103, 70, 37, 1) 17%, rgba(103, 70, 37, 1) 88%, rgba(71, 48, 25, 1) 100%);
|
|
|
|
|
box-shadow: 2px 10px 8px #1111117e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Bookshelf Label
|
|
|
|
|
*/
|
|
|
|
|
.categoryPlacard {
|
|
|
|
|
background-image: url(https://image.freepik.com/free-photo/brown-wooden-textured-flooring-background_53876-128537.jpg);
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
}
|
|
|
|
|
.shinyBlack {
|
|
|
|
|
background-color: #2d3436;
|
|
|
|
|
background-image: linear-gradient(315deg, #19191a 0%, rgb(15, 15, 15) 74%);
|
|
|
|
|
border-color: rgba(255, 244, 182, 0.6);
|
|
|
|
|
border-style: solid;
|
|
|
|
|
color: #fce3a6;
|
2021-12-05 01:56:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cover-bg {
|
|
|
|
|
width: calc(100% + 40px);
|
|
|
|
|
height: calc(100% + 40px);
|
|
|
|
|
top: -20px;
|
|
|
|
|
left: -20px;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
background-position: center;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
filter: blur(20px);
|
2021-09-04 17:31:00 +00:00
|
|
|
}
|