forked from GitHub-Mirrors/foundry-sw5e
RazznfrazznCSSzn
*Grumble*
This commit is contained in:
parent
600e571548
commit
441342b7e9
1 changed files with 8 additions and 7 deletions
15
sw5e.css
15
sw5e.css
|
@ -8,21 +8,21 @@
|
|||
font-family: 'Russo One';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/RussoOne.ttf');
|
||||
src: url('./fonts/RussoOne.ttf');
|
||||
}
|
||||
/* bungee-inline-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Bungee Inline';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/BungeeInline.ttf');
|
||||
src: url('./fonts/BungeeInline.ttf');
|
||||
}
|
||||
/* open-sans-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/OpenSans-Regular.ttf');
|
||||
src: url('./fonts/OpenSans-Regular.ttf');
|
||||
}
|
||||
/* ----------------------------------------- */
|
||||
/* Sheet Styles */
|
||||
|
@ -267,7 +267,7 @@
|
|||
/* Header Summary Details */
|
||||
}
|
||||
.sw5e.sheet .sheet-header h1 {
|
||||
flex: 1;
|
||||
flex: 2;
|
||||
border-bottom: none;
|
||||
height: 60px;
|
||||
margin: 0;
|
||||
|
@ -275,7 +275,7 @@
|
|||
}
|
||||
.sw5e.sheet .sheet-header h1 input {
|
||||
height: 50px;
|
||||
font-size: 1.75vw;
|
||||
font-size: 22px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sw5e.sheet .sheet-header img.profile {
|
||||
|
@ -928,6 +928,7 @@
|
|||
}
|
||||
.sw5e.sheet.item {
|
||||
min-height: 520px;
|
||||
min-width: 700px;
|
||||
/* ----------------------------------------- */
|
||||
/* Sheet Header */
|
||||
/* ----------------------------------------- */
|
||||
|
@ -948,7 +949,7 @@
|
|||
border: 2px solid #000;
|
||||
}
|
||||
.sw5e.sheet.item .sheet-header .item-subtitle {
|
||||
flex: 0 0 80px;
|
||||
flex: 1 0 80px;
|
||||
height: 60px;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
|
@ -1474,7 +1475,7 @@
|
|||
/* Basic Structure */
|
||||
/* ----------------------------------------- */
|
||||
.sw5e.sheet.actor.npc {
|
||||
min-width: 600px;
|
||||
min-width: 800px;
|
||||
min-height: 658px;
|
||||
}
|
||||
/* ----------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue