mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
190 lines
2.9 KiB
Plaintext
190 lines
2.9 KiB
Plaintext
input {
|
|
border: none;
|
|
box-shadow: none;
|
|
|
|
&[type=number]::-webkit-inner-spin-button, &[type=number]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
select {
|
|
box-shadow: none;
|
|
height: auto;
|
|
line-height: 18px;
|
|
margin-bottom: 0;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
textarea {
|
|
background: linear-gradient(to bottom, transparent, transparent 17px, #000);
|
|
background-attachment: local;
|
|
background-size: 1px 18px;
|
|
border: none;
|
|
box-shadow: none;
|
|
padding: 0;
|
|
resize: none;
|
|
}
|
|
|
|
.fieldBox {
|
|
background: #000;
|
|
border: solid 1px #000;
|
|
display: inline-block;
|
|
position: relative;
|
|
|
|
label {
|
|
position: absolute;
|
|
font-size: 0.75em;
|
|
line-height: 0.75em;
|
|
top: 110%;
|
|
}
|
|
|
|
.inner input {
|
|
border: none;
|
|
border-radius: 0
|
|
display: inline;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.labelledAbove {
|
|
display: inline-block;
|
|
|
|
label {
|
|
font-size: 0.8em;
|
|
margin-bottom: 0;
|
|
padding-top: 0.5em;
|
|
}
|
|
}
|
|
|
|
.labelledBoxH {
|
|
background: #000;
|
|
border: solid 1px #000;
|
|
border-radius: 0.5em;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
|
|
& > label {
|
|
background: #000;
|
|
color: #fff;
|
|
display: inline;
|
|
font-weight: bold;
|
|
padding: 0 0.25em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
& > .inner {
|
|
background: #fff;
|
|
display: inline-block;
|
|
float: right;
|
|
vertical-align: middle;
|
|
|
|
& > * {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fraction {
|
|
background: #fff;
|
|
display: inline-block;
|
|
|
|
input {
|
|
border: none;
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.labelledBoxV {
|
|
background: #000;
|
|
border: solid 1px #000;
|
|
border-radius: 0.5em;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
|
|
& > label {
|
|
background: #000;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
& > .inner {
|
|
background: #fff;
|
|
text-align: center;
|
|
width: 100%;
|
|
|
|
input {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.fraction {
|
|
background: #fff;
|
|
display: inline-block;
|
|
|
|
input {
|
|
border: none;
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.labelledUnderlined {
|
|
display: inline-block;
|
|
margin-bottom: 1em;
|
|
min-width: 0.45in;
|
|
position: relative;
|
|
|
|
label {
|
|
position: absolute;
|
|
font-size: 0.75em;
|
|
line-height: 0.75em;
|
|
top: 110%;
|
|
}
|
|
|
|
.inner {
|
|
border-bottom: solid 1px #000;
|
|
width: 100%;
|
|
|
|
input {
|
|
border: none;
|
|
border-radius: 0;
|
|
padding-bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
select {
|
|
border: none;
|
|
border-radius: 0;
|
|
padding-bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.readOnlyBox {
|
|
padding: 0;
|
|
padding-top: initial;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mathOperator {
|
|
display:inline-block;
|
|
margin-bottom: 0.5em;
|
|
padding-left: 0.25em;
|
|
padding-right: 0.25em;
|
|
}
|
|
|
|
.readOnlyBox {
|
|
background: #ddd;
|
|
display: inline-block;
|
|
padding: 4px;
|
|
width: 3.5em;
|
|
}
|