RazznfrazznCSSzn

*Grumble*
This commit is contained in:
professorbunbury 2020-09-01 08:10:32 -04:00
parent 600e571548
commit 441342b7e9

View file

@ -8,21 +8,21 @@
font-family: 'Russo One'; font-family: 'Russo One';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('/fonts/RussoOne.ttf'); src: url('./fonts/RussoOne.ttf');
} }
/* bungee-inline-regular - latin */ /* bungee-inline-regular - latin */
@font-face { @font-face {
font-family: 'Bungee Inline'; font-family: 'Bungee Inline';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('/fonts/BungeeInline.ttf'); src: url('./fonts/BungeeInline.ttf');
} }
/* open-sans-regular - latin */ /* open-sans-regular - latin */
@font-face { @font-face {
font-family: 'Open Sans'; font-family: 'Open Sans';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url('/fonts/OpenSans-Regular.ttf'); src: url('./fonts/OpenSans-Regular.ttf');
} }
/* ----------------------------------------- */ /* ----------------------------------------- */
/* Sheet Styles */ /* Sheet Styles */
@ -267,7 +267,7 @@
/* Header Summary Details */ /* Header Summary Details */
} }
.sw5e.sheet .sheet-header h1 { .sw5e.sheet .sheet-header h1 {
flex: 1; flex: 2;
border-bottom: none; border-bottom: none;
height: 60px; height: 60px;
margin: 0; margin: 0;
@ -275,7 +275,7 @@
} }
.sw5e.sheet .sheet-header h1 input { .sw5e.sheet .sheet-header h1 input {
height: 50px; height: 50px;
font-size: 1.75vw; font-size: 22px;
text-transform: uppercase; text-transform: uppercase;
} }
.sw5e.sheet .sheet-header img.profile { .sw5e.sheet .sheet-header img.profile {
@ -928,6 +928,7 @@
} }
.sw5e.sheet.item { .sw5e.sheet.item {
min-height: 520px; min-height: 520px;
min-width: 700px;
/* ----------------------------------------- */ /* ----------------------------------------- */
/* Sheet Header */ /* Sheet Header */
/* ----------------------------------------- */ /* ----------------------------------------- */
@ -948,7 +949,7 @@
border: 2px solid #000; border: 2px solid #000;
} }
.sw5e.sheet.item .sheet-header .item-subtitle { .sw5e.sheet.item .sheet-header .item-subtitle {
flex: 0 0 80px; flex: 1 0 80px;
height: 60px; height: 60px;
margin: 0; margin: 0;
padding: 5px; padding: 5px;
@ -1474,7 +1475,7 @@
/* Basic Structure */ /* Basic Structure */
/* ----------------------------------------- */ /* ----------------------------------------- */
.sw5e.sheet.actor.npc { .sw5e.sheet.actor.npc {
min-width: 600px; min-width: 800px;
min-height: 658px; min-height: 658px;
} }
/* ----------------------------------------- */ /* ----------------------------------------- */