mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
34 lines
503 B
CSS
34 lines
503 B
CSS
div.sheet-colorfield {
|
|
background-color: #f5edc4;
|
|
color: black;
|
|
}
|
|
|
|
h1.sheet-title {
|
|
color: black;
|
|
font-weight: bold;
|
|
font-size: 50px;
|
|
}
|
|
|
|
div.sheet-heading {
|
|
background-color: #d1c89b;
|
|
}
|
|
|
|
.sheet-rightalign {
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-header {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-default caption {
|
|
background-color: #d1c89b;
|
|
color: black;
|
|
}
|
|
|
|
.sheet-rolltemplate-default table {
|
|
background-color: #f5edc4;
|
|
border-color: #d1c89b;
|
|
color: black;
|
|
}
|