forked from GitHub-Mirrors/foundry-sw5e
Revert "Merge branch 'professorbunbury-sw5e' of https://github.com/unrealkakeman89/sw5e into professorbunbury-sw5e"
This reverts commit6974581f6f
, reversing changes made tocba2f481b4
.
This commit is contained in:
parent
6974581f6f
commit
600e571548
88 changed files with 527 additions and 1813 deletions
13
sw5e.css
13
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: 2;
|
||||
flex: 1;
|
||||
border-bottom: none;
|
||||
height: 60px;
|
||||
margin: 0;
|
||||
|
@ -275,7 +275,7 @@
|
|||
}
|
||||
.sw5e.sheet .sheet-header h1 input {
|
||||
height: 50px;
|
||||
font-size: 1.05vw;
|
||||
font-size: 1.75vw;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sw5e.sheet .sheet-header img.profile {
|
||||
|
@ -928,7 +928,6 @@
|
|||
}
|
||||
.sw5e.sheet.item {
|
||||
min-height: 520px;
|
||||
min-width: 700px;
|
||||
/* ----------------------------------------- */
|
||||
/* Sheet Header */
|
||||
/* ----------------------------------------- */
|
||||
|
@ -949,7 +948,7 @@
|
|||
border: 2px solid #000;
|
||||
}
|
||||
.sw5e.sheet.item .sheet-header .item-subtitle {
|
||||
flex: 1 0 80px;
|
||||
flex: 0 0 80px;
|
||||
height: 60px;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue