Files
roll20-character-sheets/EngineHeart/less/rolltemplate.less
T

40 lines
607 B
Plaintext

.rolltemplate-eh {
table {
background: #fff;
border: solid 2px #000;
border-collapse: separate;
border-radius: 0;
overflow: hidden;
width: 100%;
thead th {
background: #000;
color: #fff;
padding: 0.5em 1em;
}
tbody {
text-align: center;
td {
padding: 0.5em 0;
hr {
border-top: 1px solid #000;
margin: 2px;
}
}
.crit {
font-weight: bold;
text-transform: uppercase;
}
.notes {
font-size: 0.8em;
font-style: italic;
}
}
}
}