Files
roll20-character-sheets/EZD6/ezd6.css
T

89 lines
1.7 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 {
}
.sheet-tinytext {
width: 5em;
font-size: small;
border-left: 0px solid;
border-bottom: 2px solid;
border-right: 0px;
border-top: 0px;
border-color: black;
}