mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
* Create Correction File Daemon.html * Update Correction File Daemon.html * Update Correction File Daemon.html * Update Daemon.html * Update Daemon.css
53 lines
833 B
CSS
53 lines
833 B
CSS
.charsheet {background: #F8F8FF;}
|
|
}
|
|
|
|
.charsheet td {
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.charsheet input[type=text], .charsheet input[type=number], .charsheet input[button] {
|
|
padding-left: 2px;
|
|
border: 2px solid #333333;
|
|
margin-top: 1px;
|
|
font-weight:bold;
|
|
color: black
|
|
}
|
|
|
|
.charsheet table {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
.sheet-formblock {
|
|
width: 22em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.charsheet textarea {
|
|
width: 283%;
|
|
max-width: 283%;
|
|
min-width: 283%;
|
|
resize: vertical;
|
|
overflow-y: auto;
|
|
min-height: 5em;
|
|
border: 4px solid black;
|
|
font-weight:bold;
|
|
}
|
|
|
|
|
|
.container {
|
|
width: 280px;
|
|
}
|
|
.container, {
|
|
display:inline-block;
|
|
vertical-align: center;
|
|
position: absolute;
|
|
}
|
|
|
|
.sheet-rolltemplate-default {
|
|
width:100%;
|
|
background-color:white;
|
|
border:2px solid rgba(112,32,130,1)
|
|
}
|
|
|
|
|