mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 07:32:40 +00:00
Add Credits styling to 5ePHB theme
This commit is contained in:
@@ -940,3 +940,28 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//*****************************
|
||||||
|
//* CREDITS
|
||||||
|
//*****************************/
|
||||||
|
.page .homebreweryCredits {
|
||||||
|
font-family: "NodestoCapsWide";
|
||||||
|
font-size: .4cm;
|
||||||
|
line-height: 1em;
|
||||||
|
color: #FFFFFF;
|
||||||
|
text-align: center;
|
||||||
|
text-indent: 0;
|
||||||
|
letter-spacing: .08em;
|
||||||
|
}
|
||||||
|
.page .homebreweryCredits .homebreweryIcon {
|
||||||
|
margin: 10px auto;
|
||||||
|
display: block;
|
||||||
|
height: 75px;
|
||||||
|
mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
|
||||||
|
-webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
.page .homebreweryCredits .homebreweryIcon.gold {
|
||||||
|
background-image: linear-gradient(to top left, brown 22.5%, gold 40%, white 60%, gold 67.5%, brown 82.5%);
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user