Update styles for 0.8.x sheets
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -518,13 +518,11 @@
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.symbols-help {
|
.symbols-help {
|
||||||
float: right;
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
margin-right: 1rem;
|
margin: 0.5rem auto 0;
|
||||||
margin: 0.5rem 1rem 0;
|
|
||||||
i {
|
i {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
&.advancement,
|
&.advancement,
|
||||||
&.items-wrapper {
|
&.items-wrapper {
|
||||||
display: grid;
|
display: grid;
|
||||||
flex: calc(100% - 7rem);
|
flex: calc(100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.advancements-tabs {
|
.advancements-tabs {
|
||||||
@@ -289,10 +289,6 @@
|
|||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.attitude {
|
|
||||||
height: 1.25rem;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.focus-content,
|
.focus-content,
|
||||||
@@ -660,12 +656,17 @@
|
|||||||
}
|
}
|
||||||
.xp,
|
.xp,
|
||||||
.money-wrapper {
|
.money-wrapper {
|
||||||
flex: 0 0 6rem;
|
flex: 100%;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
color: $black-light;
|
color: $black-light;
|
||||||
label {
|
label {
|
||||||
padding: 0.25rem;
|
display: flex;
|
||||||
|
flex: calc(100% / 3);
|
||||||
|
padding: 0.5rem;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
|
input {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
@@ -721,6 +722,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.inventory {
|
||||||
|
.items-wrapper {
|
||||||
|
h3 {
|
||||||
|
background: $l5r5e-bold;
|
||||||
|
color: $white;
|
||||||
|
border-bottom: 1px solid;
|
||||||
|
font-family: $font-primary;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
|
.item-list {
|
||||||
|
display: none;
|
||||||
|
&.toggle-active {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.actor,
|
&.actor,
|
||||||
&.npc {
|
&.npc {
|
||||||
.initiative {
|
.initiative {
|
||||||
|
|||||||
@@ -99,6 +99,13 @@
|
|||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
{{!-- Symbols Helpers --}}
|
||||||
|
<p class="symbols-help">
|
||||||
|
<i class="i_success"></i> {{localize 'l5r5e.chatdices.successes'}}
|
||||||
|
| <i class="i_explosive"></i> {{localize 'l5r5e.chatdices.explosives'}}
|
||||||
|
| <i class="i_opportunity"></i> {{localize 'l5r5e.chatdices.opportunities'}}
|
||||||
|
| <i class="i_strife"></i> {{localize 'l5r5e.chatdices.strife'}}
|
||||||
|
</p>
|
||||||
<button id="finalize" name="finalize" type="button" {{#if data.submitDisabled}}disabled{{/if}}>
|
<button id="finalize" name="finalize" type="button" {{#if data.submitDisabled}}disabled{{/if}}>
|
||||||
{{ localize 'l5r5e.roll_n_keep.bt_validate' }} <i class="fas fa-arrow-circle-right"></i>
|
{{ localize 'l5r5e.roll_n_keep.bt_validate' }} <i class="fas fa-arrow-circle-right"></i>
|
||||||
</button>
|
</button>
|
||||||
@@ -127,11 +134,4 @@
|
|||||||
</table>
|
</table>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</section>
|
</section>
|
||||||
{{!-- Symbols Helpers --}}
|
|
||||||
<p class="symbols-help">
|
|
||||||
<i class="i_success"></i> {{localize 'l5r5e.chatdices.successes'}}
|
|
||||||
| <i class="i_explosive"></i> {{localize 'l5r5e.chatdices.explosives'}}
|
|
||||||
| <i class="i_opportunity"></i> {{localize 'l5r5e.chatdices.opportunities'}}
|
|
||||||
| <i class="i_strife"></i> {{localize 'l5r5e.chatdices.strife'}}
|
|
||||||
</p>
|
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user