mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 13:02:45 +00:00
initial draft
This commit is contained in:
@@ -783,7 +783,82 @@ h5 + table{
|
||||
font-family : Overpass;
|
||||
}
|
||||
}
|
||||
|
||||
//*****************************
|
||||
// * BACK COVER
|
||||
// *****************************/
|
||||
.page:has(.backCover) {
|
||||
color: #fff;
|
||||
padding: 2cm 13cm 0 1.2cm;
|
||||
.backCover {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: 11cm;
|
||||
background-image: @backCover;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
z-index: -1;
|
||||
}
|
||||
h1 {
|
||||
margin-bottom: .5cm;
|
||||
font-size: 1.4cm;
|
||||
font-family: NodestoCapsCondensed;
|
||||
text-align: center;
|
||||
color: #ED1C24;
|
||||
}
|
||||
h1+p::first-line,
|
||||
h1+p::first-letter {
|
||||
all: unset;
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
height: 100%;
|
||||
z-index: -2;
|
||||
}
|
||||
hr {
|
||||
margin-left: .53cm;
|
||||
margin-top: .53cm;
|
||||
height: .53cm;
|
||||
width: 6cm;
|
||||
visibility: visible;
|
||||
background-image: @horizontalRule;
|
||||
background-size: 100% 100%;
|
||||
border: none;
|
||||
}
|
||||
p {
|
||||
font-family: Overpass;
|
||||
}
|
||||
hr+p {
|
||||
padding: 0 1.2cm 0 .53cm;
|
||||
font-family: Overpass;
|
||||
text-align: center;
|
||||
margin-top: .6cm;
|
||||
}
|
||||
.logo {
|
||||
position: absolute;
|
||||
left: 4cm;
|
||||
bottom: 2cm;
|
||||
height: 1.5cm;
|
||||
width: 1.5cm;
|
||||
background-image: @naturalCritLogo;
|
||||
background-position: center;
|
||||
filter: saturate(0%) brightness(1000%);
|
||||
>p {
|
||||
position: absolute;
|
||||
top: 2cm;
|
||||
left: 50%;
|
||||
color: #fff;
|
||||
font-family: NodestoCapsCondensed;
|
||||
font-size: .4cm;
|
||||
translate: -50% 0;
|
||||
transform: scale(1.6, 1.0);
|
||||
width: max-content;
|
||||
}
|
||||
}
|
||||
&:after {
|
||||
all: unset;
|
||||
}
|
||||
}
|
||||
|
||||
//*****************************
|
||||
// * TABLE OF CONTENTS
|
||||
|
||||
Reference in New Issue
Block a user