Files
roll20-character-sheets/ICRPG extended/ICRPGextended.css
T
Thomasvangrol 5febd5e96d [Index Card RPG Core 2e] "ICRPG Extended" character sheet created (#5920)
* ICRPG Extended created

Created a new character sheet for Index Card RPG Core 2e, with much more space and updated mechanics.

* Fixed the .json

* Fixed the table tag and some other issues

* Took away the <th> tags

I took some tags away that weren't used.
2020-03-23 10:31:37 -05:00

79 lines
1.5 KiB
CSS

.sheet-container {
padding: 75px;
}
.charsheet table {
width:90%;
border:0px solid;
}
.charsheet body{
font-family: Corsiva;
}
.sheet-background::after{
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
.sheet-hider:not(:checked) + span + div {
display: none;
}
/* DivTable.com */
.sheet-divTable{
display: table;
}
.sheet-divTableRow {
display: table-row;
}
.sheet-divTableHeading {
display: table-header-group;
}
.sheet-divTableCell, .sheet-divTableHead, .sheet-LdivTableCell {
display: table-cell;
/*border: 1px solid red;
*/
}
.sheet-divTableHeading {
display: table-header-group;
}
.sheet-divTableFoot {
display: table-footer-group;
}
.sheet-divTableBody {
display: table-row-group;
}
.sheet-divTableCell {
text-align:center;
white-space: nowrap;
overflow: hidden;
}
.sheet-LdivTableCell {
display: inline-block;
text-align:left;
/* BLUE TABLE */
.sheet-blueTable {
width: 50%;
text-align: center;
}
.sheet-divTable.sheet-blueTable .sheet-divTableCell, .sheet-divTable.sheet-blueTable .sheet-divTableHead {
}
.sheet-divTable.sheet-blueTable .sheet-divTableBody .sheet-divTableCell {
}
.sheet-divTable.sheet-blueTable .sheet-divTableHeading {
}
.sheet-divTable.sheet-blueTable .sheet-divTableHeading .sheet-divTableHead {
font-weight: bold;
text-align: center;
}
.sheet-blueTable .sheet-tableFootStyle {
}
}