Files
roll20-character-sheets/gaslands/gaslands.css
T

48 lines
720 B
CSS

/* Set the min-width so that when the window is resized the look will stay consistant */
.charsheet {
background-color: #ddd;
min-width: 850px;
}
/* Universal styling applied to all elements of these types */
h2 {
font-size: 2em;
margin-bottom: 10px;
text-align: center;
}
label {
display: inline-block;
width: 31%;
}
input {
display: inline-block;
width: 165px;
}
img {
max-height: 100px;
}
textarea {
resize: vertical;
}
/* Targetted styling that only effects elements contained within the stated class */
.sheet-stats h3 {
display: inline-block;
text-align: center;
}
*.sheet-stats h3:first-child {
margin-left: 35%;
margin-right: 15%;
}
.sheet-stats input {
margin-right: 8%;
width: 17%;
}