mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
* 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.
49 lines
794 B
CSS
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;
|
|
} |