Files
Lily 6ebea4df67 Add sheet for Bubblegumshoe (#5859)
* Add one piece sheet

* Add sheet for Bubblegumshoe
2020-02-17 14:41:06 -06:00

82 lines
1.0 KiB
CSS

.sheet-column {
display: flex;
flex-direction: column;
}
.charsheet {
min-Width: 800px;
}
.sheet-justify-center {
justify-content: center;
}
.sheet-align-center {
align-items: center;
}
.sheet-align-around {
align-items: space-around;
}
.sheet-align-end {
align-items: flex-end;
}
.sheet-myRow {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-around;
}
.sheet-lilMargin {
margin: 15px 0px;
}
.sheet-forty-width {
width: 40%;
}
.sheet-one-third {
width: 33%;
}
.sheet-quarter {
width: 25%;
}
.sheet-rolltemplate-container {
display: flex;
flex-direction: column;
align-items: center;
font-family: 'Shadows Into Light';
background-image: url(https://imgur.com/rIeCAhv.jpg);
border: 2px black solid;
border-radius: .25rem;
padding: 8px;
}
thead {
background-color: black;
color: white;
}
table {
width: 100%;
}
th {
text-align: center;
}
table {
border-collapse: collapse;
}
td {
border: 1px solid black;
text-align: center;
}