Files
VoivodeKohoutek fc502634b1 Kagegami (#5593)
* Kagegami High Character Sheet version 1.0

This is the first submission of a character sheet for the game Kagegami High.

* Corrected Spelling Error

Corrected spelling error in titile of character sheet.

Additionally, this character sheet was approved four months ago, but remains unviewable in Roll20.  People on the forum suggest the issue is that it was not added to approved.yaml.  Thoughts?

* Errors Corrected

Corrected file name for PR and changes JSON file to align names with file names.
2019-11-04 12:12:48 -06:00

49 lines
794 B
CSS

h2 {
padding-top: 10px;
}
.sheet-rowheader {
font-weight: bold;
text-align: right;
padding-right: 5px;
}
.sheet-charsheet {
min-width: 800px;
font-family: "serif";
font-size: 20px;
}
.sheet-header {
font-family: "monoface", "serif";
}
.sheet-divTable{
display: table;
width: 100%;
}
.sheet-divTableRow {
display: table-row;
}
.sheet-divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.sheet-divTableCell, .divTableHead {
display: table-cell;
padding: 3px 10px;
width: 300px;
}
.sheet-divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.sheet-divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.sheet-divTableBody {
display: table-row-group;
}