mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
36 lines
467 B
CSS
36 lines
467 B
CSS
.sheet-2col {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.sheet-2colright {
|
|
float: left;
|
|
width: 50%;
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-fieldtitle {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-largetextarea {
|
|
width: 90%;
|
|
height: 10em;
|
|
}
|
|
|
|
.sheet-mediumtextarea {
|
|
width: 90%;
|
|
height: 4em;
|
|
}
|
|
|
|
.sheet-box {
|
|
margin: .5em;
|
|
padding: .5em;
|
|
border-style: solid;
|
|
border-width: thin;
|
|
border-radius: .5em;
|
|
}
|
|
|
|
.sheet-box input[type="text"] {
|
|
width: 90%;
|
|
} |