mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
40 lines
607 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|
|
}
|