group sheet titles
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
src: url("../assets/fonts/dcc_sharp_distress_black_by_dccanim.otf");
|
src: url("../assets/fonts/dcc_sharp_distress_black_by_dccanim.otf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sans-font {
|
||||||
|
font-family: "DistressBlack", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
/* Change shadow colors and Foundry general font color!! */
|
/* Change shadow colors and Foundry general font color!! */
|
||||||
.app {
|
.app {
|
||||||
box-shadow: 0 0 20px #7e4444; /* Change the color code here for a nice shadow color! */
|
box-shadow: 0 0 20px #7e4444; /* Change the color code here for a nice shadow color! */
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<form class="{{cssClass}} {{actor.type}} flexcol" autocomplete="off">
|
<form class="{{cssClass}} {{actor.type}} flexcol form" autocomplete="off">
|
||||||
|
|
||||||
{{!-- Sheet Header --}}
|
{{!-- Sheet Header --}}
|
||||||
{{> "systems/vermine2047/templates/actor/parts/group-header.hbs"}}
|
{{> "systems/vermine2047/templates/actor/parts/group-header.hbs"}}
|
||||||
|
|||||||
@@ -31,11 +31,11 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<div class="reputation flexrow flex-group-center">
|
<div class="reputation flexrow flex-group-center">
|
||||||
<label>{{ localize 'VERMINE.reputation' }}</label>
|
<label>{{ localize 'VERMINE.reputation' }}</label>
|
||||||
<input name="system.reputation.value" type="text" value="{{system.reputation.value }}" data-dtype="Number" min="2" max="10" />
|
<input name="system.reputation.value" type="number" value="{{system.reputation.value }}" data-dtype="Number" min="2" max="10" />
|
||||||
</div>
|
</div>
|
||||||
<div class="experience flexrow flex-group-center">
|
<div class="experience flexrow flex-group-center">
|
||||||
<label>{{ localize 'VERMINE.level' }}</label>
|
<label>{{ localize 'VERMINE.level' }}</label>
|
||||||
<input name="system.level.value" type="text" value="{{system.level.value }}" data-dtype="Number" min="0" max="3" />
|
<input name="system.level.value" type="number" value="{{system.level.value }}" data-dtype="Number" min="0" max="3" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<div class="item-rarity">{{ localize 'VERMINE.rarity'}}</div>
|
<div class="item-rarity">{{ localize 'VERMINE.rarity'}}</div>
|
||||||
<div class="item-reliability">{{ localize 'VERMINE.reliability'}}</div>
|
<div class="item-reliability">{{ localize 'VERMINE.reliability'}}</div>
|
||||||
<div class="item-controls">
|
<div class="item-controls">
|
||||||
<a class="item-control item-create" title="Create item" data-type="defense"><i class="fas fa-plus"></i></a>
|
<a class="item-control item-create" title="Create item" data-type="vehicle"><i class="fas fa-plus"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{{#each vehicles as |item id|}}
|
{{#each vehicles as |item id|}}
|
||||||
|
|||||||
Reference in New Issue
Block a user