Files
roll20-character-sheets/Dime Adventures/dimeadventures.css
T

98 lines
1.4 KiB
CSS

.charsheet {
background-size: contain;
background-repeat: repeat-y;
background-color: rgba(113, 83, 3, 0.4);
}
.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 {
float: right;
font-size: 25pt;
font-weight: bold;
line-height: 26pt;
margin-right: 10px;
text-align: center;
width: 175px;
}
.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;
clear: both;
}
.sheet-stat-label {
width: 130px;
}
[name=attr_Consequences] {
height: 100px;
}
.sheet-damage-severity {
width: 50px;
}