mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
34 lines
275 B
CSS
34 lines
275 B
CSS
|
|
.charsheet {
|
|
background-color: #faf2f0;
|
|
min-width: 600px;
|
|
|
|
|
|
label {
|
|
display: inline-block;
|
|
width: 15%;
|
|
}
|
|
|
|
|
|
input {
|
|
display: inline-block;
|
|
width: 50px;
|
|
}
|
|
|
|
option {
|
|
display: inline-block;
|
|
width: 50px;
|
|
}
|
|
|
|
|
|
textarea {
|
|
max-width:70%;
|
|
max-height:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|