forked from GitHub-Mirrors/foundry-sw5e
New properties item list
New properties item list
This commit is contained in:
parent
bf30d8faa8
commit
7b51a5c178
8 changed files with 348 additions and 7 deletions
66
sw5e.css
66
sw5e.css
|
@ -1053,6 +1053,72 @@
|
|||
text-align: right;
|
||||
color: #7a7971;
|
||||
}
|
||||
|
||||
.sw5e.sheet.item h4.armorproperties-header {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
line-height: 24px;
|
||||
color: #4b4a44;
|
||||
}
|
||||
.sw5e.sheet.item .armorproperties-parts {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.sw5e.sheet.item .armorproperties-parts .armorproperties-part {
|
||||
flex: 0 0 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.sw5e.sheet.item .armorproperties-parts .armorproperties-part input {
|
||||
flex: 3;
|
||||
}
|
||||
.sw5e.sheet.item .armorproperties-parts .armorproperties-part select {
|
||||
margin-left: 5px;
|
||||
flex: 1;
|
||||
}
|
||||
.sw5e.sheet.item .armorproperties-control {
|
||||
width: 18px;
|
||||
flex: 0 0 18px;
|
||||
line-height: 24px;
|
||||
float: right;
|
||||
text-align: right;
|
||||
color: #7a7971;
|
||||
|
||||
}
|
||||
|
||||
.sw5e.sheet.item h4.weaponproperties-header {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
line-height: 24px;
|
||||
color: #4b4a44;
|
||||
}
|
||||
.sw5e.sheet.item .weaponproperties-parts {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part {
|
||||
flex: 0 0 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part input {
|
||||
flex: 3;
|
||||
}
|
||||
.sw5e.sheet.item .weaponproperties-parts .weaponproperties-part select {
|
||||
margin-left: 5px;
|
||||
flex: 1;
|
||||
}
|
||||
.sw5e.sheet.item .weaponproperties-control {
|
||||
width: 18px;
|
||||
flex: 0 0 18px;
|
||||
line-height: 24px;
|
||||
float: right;
|
||||
text-align: right;
|
||||
color: #7a7971;
|
||||
}
|
||||
|
||||
.sw5e.sheet.item .recharge span {
|
||||
flex: 0 0 80px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue