From 8f9fbbefe5d8fc59efc8410859946491912f04b5 Mon Sep 17 00:00:00 2001 From: supervj Date: Wed, 20 Jan 2021 03:55:06 +0000 Subject: [PATCH] Regenerate css --- sw5e-global.css | 11 +++----- sw5e.css | 67 ++++++++++++++++++++++++++----------------------- 2 files changed, 38 insertions(+), 40 deletions(-) diff --git a/sw5e-global.css b/sw5e-global.css index a54ef3d5..a9023252 100644 --- a/sw5e-global.css +++ b/sw5e-global.css @@ -54,11 +54,6 @@ font-weight: 400; src: url('./fonts/EngliBesh-KG3W.ttf'); } -.engli-Besh { - font-family: 'Engli-Besh'; - font-size: 20px; - font-weight: 400; -} /* ----------------------------------------- */ /* Fonts */ /* ----------------------------------------- */ @@ -768,7 +763,7 @@ input[type="reset"]:disabled { grid-template-rows: 1fr 26px auto; grid-template-columns: 128px 1fr; column-gap: 8px; - row-gap: 8px; + grid-row-gap: 8px; } .sw5e.sheet.actor .swalt-sheet header img { grid-column-start: 1; @@ -1390,7 +1385,7 @@ input[type="reset"]:disabled { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 4px; - row-gap: 4px; + grid-row-gap: 4px; } .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.traits ul.passives strong { font-size: 13px; @@ -1601,7 +1596,7 @@ input[type="reset"]:disabled { } .sw5e.sheet.actor .swalt-sheet.limited { grid-template-rows: 144px auto; - row-gap: 8px; + grid-row-gap: 8px; } .sw5e.sheet.actor .swalt-sheet.limited header { grid-template-rows: 1fr; diff --git a/sw5e.css b/sw5e.css index 7fe5a682..11a330c5 100644 --- a/sw5e.css +++ b/sw5e.css @@ -508,6 +508,41 @@ height: 24px; margin: 2px; } +/* ----------------------------------------- */ +/* HUD +/* ----------------------------------------- */ +.placeable-hud .control-icon { + box-sizing: content-box; + width: 40px; + flex: 0 0 40px; + margin: 8px 0; + font-size: 28px; + line-height: 40px; + text-align: center; + color: #FBF4F4; + background: rgba(0, 0, 0, 0.6); + box-shadow: 0 0 15px #000; + border: 1px solid #333; + border-radius: 8px; + pointer-events: all; +} +#token-hud .status-effects { + visibility: hidden; + position: absolute; + left: 50px; + top: 0; + display: grid; + padding: 3px; + box-sizing: content-box; + width: 100px; + color: #FBF4F4; + grid-template-columns: 25px 25px 25px 25px; + background: rgba(0, 0, 0, 0.6); + box-shadow: 0 0 15px #000; + border: 1px solid #333; + border-radius: 4px; + pointer-events: all; +} .sw5e.sheet.actor { /* ----------------------------------------- */ /* Sheet Header */ @@ -1837,35 +1872,3 @@ max-width: 40px; text-align: right; } -.placeable-hud .control-icon { - box-sizing: content-box; - width: 40px; - flex: 0 0 40px; - margin: 8px 0; - font-size: 28px; - line-height: 40px; - text-align: center; - color: #FBF4F4; - background: rgba(0, 0, 0, 0.6); - box-shadow: 0 0 15px #000; - border: 1px solid #333; - border-radius: 8px; - pointer-events: all; -} -#token-hud .status-effects { - visibility: hidden; - position: absolute; - left: 50px; - top: 0; - display: grid; - padding: 3px; - box-sizing: content-box; - width: 100px; - color: #FBF4F4; - grid-template-columns: 25px 25px 25px 25px; - background: rgba(0, 0, 0, 0.6); - box-shadow: 0 0 15px #000; - border: 1px solid #333; - border-radius: 4px; - pointer-events: all; -}