mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
* Regenerate sheet files
This commit is contained in:
@@ -482,6 +482,14 @@ The solution: convert the <input>s to type="text" and make them look like normal
|
||||
}
|
||||
|
||||
/*----------------------------------------------Combat--------------------------------------*/
|
||||
.charsheet p {
|
||||
font-family: serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
.charsheet .not-implemented {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.charsheet table.table-armour-zones td {
|
||||
text-align: left;
|
||||
}
|
||||
@@ -528,13 +536,16 @@ The solution: convert the <input>s to type="text" and make them look like normal
|
||||
display: none;
|
||||
}
|
||||
|
||||
.charsheet table.hideable-melee-weapons input[type="text"]:disabled.stat-immutable,
|
||||
.charsheet table.hideable-melee-weapons td,
|
||||
.charsheet table.hideable-ranged-weapons input[type="text"]:disabled.stat-immutable,
|
||||
.charsheet table.hideable-ranged-weapons td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.charsheet .active-melee input.be-at-mod-hint:checked ~ div span.be-at-mod-hint,
|
||||
.charsheet .active-melee input.be-pa-mod-hint:checked ~ div span.be-pa-mod-hint {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.charsheet input.input-weapon-name,
|
||||
.charsheet input[type="text"]:disabled.input-weapon-name {
|
||||
width: 11em;
|
||||
@@ -802,11 +813,14 @@ The solution: convert the <input>s to type="text" and make them look like normal
|
||||
.charsheet .verstecke-myranor:checked ~ table tr.myranor,
|
||||
.charsheet .verstecke-myranor:checked ~ input.myranor,
|
||||
.charsheet .verstecke-myranor:checked ~ div.myranor,
|
||||
.charsheet .verstecke-myranor:checked ~ span.myranor {
|
||||
.charsheet .verstecke-myranor:checked ~ span.myranor,
|
||||
.charsheet .verstecke-myranor:checked ~ select > option.myranor {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.charsheet .verstecke-myranor:not(:checked) ~ div.myranor-hide {
|
||||
.charsheet .verstecke-myranor:not(:checked) ~ div.myranor-hide,
|
||||
.charsheet .verstecke-myranor:not(:checked) ~ table tr.myranor-hide,
|
||||
.charsheet .verstecke-myranor:not(:checked) ~ select > option.myranor-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user