mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Added the "Extra soul' field, and added both that and Extra Vitality to the computation for Max Soul/Vitality.
230 lines
3.6 KiB
CSS
230 lines
3.6 KiB
CSS
.sheet-container-fluid {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
button[type=roll].sheet-roll-button {
|
|
padding: 0px 4px 0px 4px;
|
|
}
|
|
|
|
.sheet-textarea {
|
|
font-size: 8pt;
|
|
width: 100%;
|
|
height: auto;
|
|
resize: vertical;
|
|
}
|
|
|
|
.sheet-textarea-notes {
|
|
font-size: 8pt;
|
|
width: 95%;
|
|
height: auto;
|
|
resize: vertical;
|
|
}
|
|
|
|
.sheet-skill {
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-select {
|
|
display block;
|
|
border-radius: 0px;
|
|
border: 0px;
|
|
width: 3em;
|
|
margin-bottom: 0px;
|
|
padding: 0px;
|
|
height: auto;
|
|
}
|
|
|
|
.sheet-input {
|
|
font-size: 8pt;
|
|
text-align: center;
|
|
display block;
|
|
width: 100%;
|
|
border-radius: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 1px solid black;
|
|
border-right: 0px;
|
|
border-left: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
input[type=number].sheet-input-number {
|
|
background-color: inherit;
|
|
font-size: 10pt;
|
|
text-align: center;
|
|
display block;
|
|
width: 100%;
|
|
border-radius: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 1px solid black;
|
|
border-right: 0px;
|
|
border-left: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
input[type=number].sheet-static {
|
|
background-color: inherit;
|
|
text-align: center;
|
|
display block;
|
|
width: 100%;
|
|
border-radius: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
border-right: 0px;
|
|
border-left: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
input[type=number]:disabled::-webkit-inner-spin-button,
|
|
input[type=number]:disabled::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input[disabled] {-moz-appearance: textfield}
|
|
|
|
input[type=number].sheet-small {
|
|
width: 3em;
|
|
padding: 0px;
|
|
}
|
|
|
|
.sheet-label-cell {
|
|
font-size: 10pt;
|
|
text-align: center;
|
|
background-color: #FF944D;
|
|
border-radius: 6px;
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.sheet-label-cell-small {
|
|
text-align: center;
|
|
padding: 2px 2px 0px 2px;
|
|
font-size: 7pt;
|
|
margin: 0px;
|
|
}
|
|
|
|
.sheet-label-cell-medium {
|
|
text-align: center;
|
|
padding: 0px 10px;
|
|
font-size: 9pt;
|
|
}
|
|
|
|
.sheet-red {
|
|
background-color: #FF6666;
|
|
}
|
|
|
|
.sheet-green {
|
|
background-color: #80E680;
|
|
}
|
|
|
|
.sheet-blue {
|
|
background-color: #66C2FF;
|
|
}
|
|
|
|
.sheet-grey {
|
|
background-color: #CCCCCC;
|
|
}
|
|
|
|
.sheet-purple {
|
|
background-color: #B870FF;
|
|
}
|
|
|
|
.sheet-pink {
|
|
background-color: #FF85C2;
|
|
}
|
|
|
|
.sheet-gold {
|
|
background-color: #FFEB99;
|
|
}
|
|
|
|
.sheet-black {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
body {
|
|
font-family: Verdana, Geneva, sans-serif;
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
.sheet-row {
|
|
clear: both;
|
|
margin-right: -1px;
|
|
margin-left: -1px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
overflow: auto;
|
|
}
|
|
|
|
.sheet-col-md-1, .sheet-col-md-2, .sheet-col-md-3, .sheet-col-md-4, .sheet-col-md-5, .sheet-col-md-6, .sheet-col-md-7, .sheet-col-md-8, .sheet-col-md-9,
|
|
.sheet-col-md-10, .sheet-col-md-11, .sheet-col-md-12 {
|
|
position: relative;
|
|
min-height: 1px;
|
|
padding-right: 1px;
|
|
padding-left: 1px;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sheet-col-md-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-col-md-11 {
|
|
width: 91.66666667%;
|
|
}
|
|
|
|
.sheet-col-md-10 {
|
|
width: 83.33333333%;
|
|
}
|
|
|
|
.sheet-col-md-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.sheet-col-md-8 {
|
|
width: 66.66666667%;
|
|
}
|
|
|
|
.sheet-col-md-7 {
|
|
width: 58.33333333%;
|
|
}
|
|
|
|
.sheet-col-md-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.sheet-col-md-5 {
|
|
width: 41.66666667%;
|
|
}
|
|
|
|
.sheet-col-md-4 {
|
|
width: 33.33333333%;
|
|
}
|
|
|
|
.sheet-col-md-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.sheet-col-md-2 {
|
|
width: 16.66666667%;
|
|
}
|
|
|
|
.sheet-col-md-1 {
|
|
width: 8.33333333%;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
input {
|
|
box-shadow: none;
|
|
}
|
|
|
|
button.repcontrol_del {
|
|
padding: 2px 6px 2px 6px;
|
|
z-index: 2000;
|
|
} |