forked from GitHub-Mirrors/foundry-sw5e
DND5e Core 1.3.5
DND5e Core 1.3.5 modded to SW5e System Combining with DND5e Core 1.3.2 to see one big commit since last core update DND5e Core 1.3.2 modded to SW5e System
This commit is contained in:
parent
c208552f70
commit
b56a074697
147 changed files with 3615 additions and 1875 deletions
133
dnd5e.css
133
dnd5e.css
|
@ -77,9 +77,7 @@
|
|||
/* Tags */
|
||||
}
|
||||
.sw5e .window-content {
|
||||
background: url("ui/parchment.jpg") repeat;
|
||||
font-size: 13px;
|
||||
color: #191813;
|
||||
}
|
||||
.sw5e input[type="text"],
|
||||
.sw5e input[type="number"],
|
||||
|
@ -100,6 +98,8 @@
|
|||
.sw5e select:disabled,
|
||||
.sw5e textarea:disabled {
|
||||
color: #4b4a44;
|
||||
border: 1px solid transparent !important;
|
||||
outline: none !important;
|
||||
}
|
||||
.sw5e input:disabled:hover,
|
||||
.sw5e select:disabled:hover,
|
||||
|
@ -115,24 +115,6 @@
|
|||
background: rgba(0, 0, 0, 0.1);
|
||||
border: 2px groove #eeede0;
|
||||
}
|
||||
.sw5e label.checkbox {
|
||||
flex: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.sw5e label.checkbox > input[type="checkbox"] {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0 2px 0 0;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
.sw5e label.checkbox.right > input[type="checkbox"] {
|
||||
margin: 0 0 0 2px;
|
||||
}
|
||||
.sw5e .form-group label {
|
||||
flex: 2;
|
||||
color: #4b4a44;
|
||||
|
@ -165,11 +147,12 @@
|
|||
.sw5e .form-group .form-fields > *:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.sw5e .form-group.stacked label {
|
||||
.sw5e .form-group.stacked > label {
|
||||
flex: 0 0 100%;
|
||||
margin: 0;
|
||||
}
|
||||
.sw5e .form-group.stacked label.checkbox {
|
||||
.sw5e .form-group.stacked label.checkbox,
|
||||
.sw5e .form-group.stacked label.radio {
|
||||
flex: auto;
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -193,6 +176,26 @@
|
|||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
/* ----------------------------------------- */
|
||||
/* Hit Dice Config Sheet Specifically */
|
||||
/* ----------------------------------------- */
|
||||
.sw5e.hd-config .form-group button.increment,
|
||||
.sw5e.hd-config .form-group button.decrement {
|
||||
flex: 0 0 1rem;
|
||||
line-height: 1rem;
|
||||
}
|
||||
.sw5e.hd-config .form-group button.decrement {
|
||||
margin-right: 0;
|
||||
}
|
||||
.sw5e.hd-config .form-group span.sep {
|
||||
margin: 0;
|
||||
}
|
||||
.sw5e.hd-config .form-group input {
|
||||
flex: 0 0 2rem;
|
||||
text-align: center;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
/* ----------------------------------------- */
|
||||
/* Entity Sheets Specifically */
|
||||
/* ----------------------------------------- */
|
||||
.sw5e.sheet {
|
||||
|
@ -488,15 +491,59 @@
|
|||
/* ----------------------------------------- */
|
||||
/* Trait Selector
|
||||
/* ----------------------------------------- */
|
||||
#trait-selector .trait-list {
|
||||
.trait-selector .trait-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#trait-selector input[type="text"] {
|
||||
.trait-selector input[type="text"] {
|
||||
height: 24px;
|
||||
margin: 2px;
|
||||
}
|
||||
/* ----------------------------------------- */
|
||||
/* Actor Type Config Sheet Specifically */
|
||||
/* ----------------------------------------- */
|
||||
.actor-type .trait-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.actor-type .trait-list li {
|
||||
flex-basis: 50%;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.actor-type .trait-list li.form-group {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
.actor-type label.radio {
|
||||
display: flex;
|
||||
flex: auto;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.actor-type label.radio > input[type="radio"] {
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
.actor-type li.custom-type input[type="radio"] {
|
||||
display: none;
|
||||
}
|
||||
/* ----------------------------------------- */
|
||||
/* Add Feature Prompt Specifically */
|
||||
/* ----------------------------------------- */
|
||||
.sw5e.select-items-prompt .dialog-content {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.sw5e.select-items-prompt .items-list {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
.sw5e.select-items-prompt .item-name > label,
|
||||
.sw5e.select-items-prompt .item-image,
|
||||
.sw5e.select-items-prompt input {
|
||||
cursor: pointer;
|
||||
}
|
||||
.sw5e.select-items-prompt .item-name > label {
|
||||
align-items: center;
|
||||
}
|
||||
.sw5e.sheet.actor {
|
||||
/* ----------------------------------------- */
|
||||
/* Sheet Header */
|
||||
|
@ -528,6 +575,9 @@
|
|||
/* Powerbook */
|
||||
/* ----------------------------------------- */
|
||||
/* ----------------------------------------- */
|
||||
/* Features Tab */
|
||||
/* ----------------------------------------- */
|
||||
/* ----------------------------------------- */
|
||||
/* TinyMCE */
|
||||
/* ----------------------------------------- */
|
||||
}
|
||||
|
@ -581,10 +631,12 @@
|
|||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.sw5e.sheet.actor .sheet-header .attributes .movement h4.attribute-name {
|
||||
.sw5e.sheet.actor .sheet-header .attributes .movement h4.attribute-name,
|
||||
.sw5e.sheet.actor .sheet-header .attributes .hit-dice h4.attribute-name {
|
||||
position: relative;
|
||||
}
|
||||
.sw5e.sheet.actor .sheet-header .attributes .movement .config-button {
|
||||
.sw5e.sheet.actor .sheet-header .attributes .movement .config-button,
|
||||
.sw5e.sheet.actor .sheet-header .attributes .hit-dice .config-button {
|
||||
position: absolute;
|
||||
display: none;
|
||||
right: 0;
|
||||
|
@ -592,7 +644,8 @@
|
|||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.sw5e.sheet.actor .sheet-header .attributes .movement:hover .config-button {
|
||||
.sw5e.sheet.actor .sheet-header .attributes .movement:hover .config-button,
|
||||
.sw5e.sheet.actor .sheet-header .attributes .hit-dice:hover .config-button {
|
||||
display: block;
|
||||
}
|
||||
.sw5e.sheet.actor .sheet-header .attributes input.temphp {
|
||||
|
@ -1057,6 +1110,9 @@
|
|||
.sw5e.sheet.actor .powerbook-empty .item-controls {
|
||||
flex: 1;
|
||||
}
|
||||
.sw5e.sheet.actor .features i.original-class {
|
||||
color: #4b4a44;
|
||||
}
|
||||
.sw5e.sheet.actor .editor {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
@ -1421,7 +1477,7 @@
|
|||
text-align: right;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.sw5e.sheet.actor.character .resource .attribute-value input {
|
||||
.sw5e.sheet.actor.character .resource .attribute-value > input {
|
||||
flex: 0 0 25%;
|
||||
}
|
||||
.sw5e.sheet.actor.character .resource .attribute-value label.recharge {
|
||||
|
@ -1431,6 +1487,7 @@
|
|||
font-size: 11px;
|
||||
text-align: center;
|
||||
color: #4b4a44;
|
||||
align-items: center;
|
||||
}
|
||||
.sw5e.sheet.actor.character .resource .attribute-value label.recharge input[type="checkbox"] {
|
||||
height: 14px;
|
||||
|
@ -1528,6 +1585,26 @@
|
|||
.sw5e.sheet.actor.npc .summary {
|
||||
font-size: 18px;
|
||||
}
|
||||
.sw5e.sheet.actor.npc .summary .creature-type {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 1em;
|
||||
padding: 0 3px;
|
||||
}
|
||||
.sw5e.sheet.actor.npc .summary .creature-type span {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.sw5e.sheet.actor.npc .summary .creature-type .config-button {
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
line-height: 2em;
|
||||
}
|
||||
.sw5e.sheet.actor.npc .summary .creature-type:hover .config-button {
|
||||
display: block;
|
||||
}
|
||||
.sw5e.sheet.actor.vehicle .features .item-controls {
|
||||
flex: 0 0 68px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue