mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 14:12:28 +00:00
72 lines
1.1 KiB
CSS
72 lines
1.1 KiB
CSS
.charsheet label {
|
|
display: inline;
|
|
text-align: left;
|
|
padding: 0px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.charsheet input {
|
|
display: inline-block;
|
|
width: 165px;
|
|
border-width: 0px 0px 2px 0px;
|
|
}
|
|
|
|
.charsheet textarea {
|
|
height: 50px;
|
|
}
|
|
|
|
.sheet-dw-class-input {
|
|
margin-left: 15px;
|
|
font-size: 40px;
|
|
width: 500px;
|
|
background: transparent;
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.sheet-dw-header {
|
|
background-color: #000;
|
|
height:38px;
|
|
color: #fff;
|
|
line-height:38px;
|
|
}
|
|
|
|
.sheet-dw-header input {
|
|
vertical-align: center;
|
|
}
|
|
|
|
.sheet-dw-header input[type="number"] {
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-dw-header label {
|
|
margin-left: 8px;
|
|
color: #fff;
|
|
font-size:1.2em;
|
|
}
|
|
|
|
.sheet-dw-attribute {
|
|
width: 135px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-dw-attribute label {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.sheet-dw-attribute input[type="number"] {
|
|
font-size: 1.3em;
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sheet-dw-name {
|
|
font-size: 1.3em;
|
|
width: 100%;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
margin-bottom: 0px;
|
|
width: 60px;
|
|
}
|