Epub now contains character sheets information.

This commit is contained in:
Mark Wolfman
2021-07-11 09:13:55 -05:00
parent 50754f7d5d
commit 8be06d2ffe
17 changed files with 430 additions and 104 deletions
@@ -3,6 +3,29 @@ h1, h2, h3, h4, h5, h6 {
}
/* End fancy decorations */
/* Dictionary lists for showing stats, etc */
dt {
float: left;
clear: left;
text-align: right;
font-weight: bold;
}
dt::after {
content: ":";
}
dd {
padding: 0 0 0.5em 0;
}
dl.character-details dt {
width: 200px;
}
dl.character-details dd {
width: 200px;
margin: 0 0 0 210px;
}
.known-beast-disabled {
color: lightgrey;
}