mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Updated Character Sheets to version 3.0.
This commit is contained in:
parent
3b30292003
commit
167c99a343
5 changed files with 642 additions and 8 deletions
|
|
@ -45,7 +45,7 @@ var ikrpg = ikrpg || {};
|
|||
"r1m2": false,
|
||||
"r2": false,
|
||||
"m2": false,
|
||||
"ability1": { "title": "ability", "description": "description" },
|
||||
"ability1": { "title": "ability/benefit", "description": "description" },
|
||||
"ability2": { "title": "", "description": "" },
|
||||
"ability3": { "title": "", "description": "" },
|
||||
"ability4": { "title": "", "description": "" },
|
||||
|
|
|
|||
|
|
@ -159,5 +159,5 @@ div.sheet > form#details div#languages > input#language8 { top: 217px; }
|
|||
|
||||
@media print {
|
||||
section.content > div.sheet { display: block; -webkit-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); }
|
||||
#weapons-switch { display: none; }
|
||||
div.sheet > form#stats a#weapons-switch { display: none !important; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue