Files
roll20-character-sheets/keluranFabula/keluran_fabula.css
T

228 lines
2.5 KiB
CSS

.charsheet {
font-size: 1em;
min-width: 800px;
}
img {
margin-bottom: 20px;
}
label {
display: inline-block;
max-width: 33%;
}
h1, h2, h3, h4 {
text-align: center;
}
input.sheet-aspect {
font-weight: bold;
}
.sheet-ctrl-group {
margin: 5px 0;
height: 2.25em;
width: 100%;
}
.sheet-ctrl-group-2 {
display: inline-block;
margin: 5px 0;
height: 2.25em;
width: 100%;
}
.sheet-ctrl-group label {
width: 30%;
margin: 0;
}
.sheet-ctrl-group input {
width: 60%;
margin: 0;
}
.sheet-ctrl-group select {
width: 50%;
margin: 0;
}
.sheet-ctrl-group-2 label {
max-width: 25%;
margin: 0;
}
.sheet-ctrl-group-2 input {
width: 20%;
margin: 0;
}
.sheet-ctrl-group-2 select {
width: 20%;
margin: 0;
}
.sheet-header {
font-style: italic;
}
.sheet-header-row {
display: inline-block;
width: 100%;
}
.sheet-left {
float: left;
}
.sheet-right {
float: right;
}
.sheet-back-rose,
.sheet-back-rose > label {
background-color: #c88;
color: #eee;
font-weight: bold;
}
.sheet-f0-8 {
font-size: 0.8em;
}
.sheet-in-blk {
display: inline-block;
}
.sheet-mr5 {
margin-right: 5%;
}
.sheet-mr10 {
margin-right: 10%;
}
.sheet-px1 {
padding-left: 1%;
padding-right: 1%;
}
.sheet-px2 {
padding-left: 2%;
padding-right: 2%;
}
.sheet-px4 {
padding-left: 4%;
padding-right: 4%;
}
.sheet-px5 {
padding-left: 5%;
padding-right: 5%;
}
.sheet-px8 {
padding-left: 8%;
padding-right: 8%;
}
.sheet-px10 {
padding-left: 10%;
padding-right: 10%;
}
.sheet-py5 {
padding-bottom: 5px;
padding-top: 5px;
}
.sheet-w5 {
width: 5%;
}
.sheet-w10 {
width: 10%;
}
.sheet-w15 {
width: 15%;
}
.sheet-w25 {
width: 25%;
}
.sheet-w40 {
width: 40%;
}
.sheet-w50 {
width: 50%;
}
.sheet-w60 {
width: 60%;
}
.sheet-w75 {
width: 75%;
}
.sheet-w80 {
width: 80%;
}
.sheet-w85 {
width: 85%;
}
.sheet-w90 {
width: 90%;
}
.sheet-w100 {
width: 100%;
}
.sheet-hidden {
visibility: hidden;
}
input.sheet-pathos1:checked ~ input.sheet-gt1 {
visibility: hidden;
}
input.sheet-pathos2:checked ~ input.sheet-gt2 {
visibility: hidden;
}
input.sheet-pathos3:checked ~ input.sheet-gt3 {
visibility: hidden;
}
input.sheet-pathos4:checked ~ input.sheet-gt4 {
visibility: hidden;
}
input.sheet-pathos5:checked ~ input.sheet-gt5 {
visibility: hidden;
}
input.sheet-pathos6:checked ~ input.sheet-gt6 {
visibility: hidden;
}
input.sheet-pathos7:checked ~ input.sheet-gt7 {
visibility: hidden;
}
input.sheet-pathos8:checked ~ input.sheet-gt8 {
visibility: hidden;
}
input.sheet-pathos9:checked ~ input.sheet-gt9 {
visibility: hidden;
}