ACKS Character Sheet

Functionally Usable. Plan to update in the future but I’d like to get
this version accessible to my non-pro, non-technical friends.
This commit is contained in:
DimensionalCode
2017-06-14 11:54:21 -04:00
parent 952c5427fd
commit 619f53d0dc
4 changed files with 1531 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
.character {
font-size: 12px;
font-weight: bolder;
font-family: "Times New Roman";
}
textarea {
display:block;
resize:vertical;
min-height: 2em;
max-height: 2.5em;
height: 2em;
}
html,body{
height:100%;
}
+1506
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

+8
View File
@@ -0,0 +1,8 @@
{
"html": "ACKS.html",
"css": "ACKS.css",
"authors": "DimensionalGames",
"roll20userid": "378484",
"preview": "ACKS.jpg",
"instructions": "Barebones Adventurer Conquerer Kings Sheet, work in progress but it is currently usable. Planning on adding more automation, though."
}