Update Font + nav and tolltip adjustement
Delete unused and add ttf for Brushtip and ManoNegra
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
system/fonts/BrushtipTexe.ttf
Normal file
BIN
system/fonts/BrushtipTexe.ttf
Normal file
Binary file not shown.
BIN
system/fonts/ManoNegra.ttf
Normal file
BIN
system/fonts/ManoNegra.ttf
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -9,17 +9,24 @@
|
||||
// Font BrushtipTexe
|
||||
@font-face {
|
||||
font-family: "BrushtipTexe";
|
||||
src: url("../fonts/BrushtipTexe.otf") format("opentype");
|
||||
src: url("../fonts/BrushtipTexe.ttf") format("truetype");
|
||||
}
|
||||
|
||||
// Font ArchitectsDaughter
|
||||
// Font PatrickHand
|
||||
@font-face {
|
||||
font-family: "PatrickHand";
|
||||
src: url("../fonts/PatrickHand.ttf") format("truetype");
|
||||
}
|
||||
|
||||
// Font ManoNegra
|
||||
@font-face {
|
||||
font-family: "ManoNegra";
|
||||
src: url("../fonts/ManoNegra.ttf") format("truetype");
|
||||
}
|
||||
|
||||
$font-primary: "PatrickHand", sans-serif;
|
||||
$font-secondary: "BrushtipTexe", sans-serif;
|
||||
$font-tertiary: "ManoNegra", sans-serif;
|
||||
$font-dice: "LogotypeL5r", sans-serif;
|
||||
|
||||
body {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
nav {
|
||||
&.sheet-tabs {
|
||||
font-family: $font-tertiary;
|
||||
border: 0 none;
|
||||
margin-bottom: 0;
|
||||
background: $l5r5e-white;
|
||||
|
||||
@@ -132,9 +132,17 @@
|
||||
}
|
||||
}
|
||||
li {
|
||||
position: relative;
|
||||
p {
|
||||
display: none;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
bottom: -100%;
|
||||
background: rgba(0,0,0,0.5);
|
||||
color: #fff;
|
||||
padding: 0.25rem;
|
||||
--notchSize: 0.5rem;
|
||||
clip-path: polygon(0% 0, 0 0%, 100% 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
|
||||
}
|
||||
&:hover {
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user