mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
33 lines
591 B
CSS
33 lines
591 B
CSS
.charsheet input.sheet-dicenumber {
|
|
background-color: #BDD9F2;
|
|
width: 44px;
|
|
text-align: left;
|
|
}
|
|
|
|
.charsheet input.sheet-bonus {
|
|
background-color: #F2C7ED;
|
|
width: 44px;
|
|
text-align: left;
|
|
}
|
|
|
|
.charsheet select.sheet-dicetype {
|
|
background-color: #BDD9F2;
|
|
width: 58px;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet input.sheet-name {
|
|
background-color: #F2D4A2;
|
|
}
|
|
|
|
.charsheet td.sheet-red {
|
|
border: double;
|
|
border-color: red;
|
|
padding: 4px;
|
|
}
|
|
|
|
.charsheet select.sheet-attrib {
|
|
background-color: #B9ECAB;
|
|
width: 68px;
|
|
text-align: center;
|
|
} |