.charsheet { background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Shadows%20Over%20Sol/sos-background.jpg"); background-size: contain; background-repeat: repeat-y; background-color: black; } .charsheet label { display: inline-block; width: 95px; color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .charsheet h2 { color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; border-bottom: 1px black solid; margin-bottom: 10px; } .charsheet textarea { width: 100%; } .charsheet select { width: 110px; } .charsheet input[type="number"].sheet-stat-number { width: 50px; } .sheet-xp { color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } .sheet-top-text { width: 500px; } .sheet-logo { width: 150px; float: right; } .sheet-experience { width: 100%; } .sheet-skill-roll { float: right; } .sheet-spacer { width: 100%; height: 10px; } .sheet-custom-skill { width: 100px; } .sheet-right-align { text-align: right; margin-right: 32px; } .sheet-stat-label { width: 130px; } [name=attr_Consequences] { height: 100px; } .sheet-damage-severity { width: 50px; }