Files
roll20-character-sheets/Adventure Pack/AdventurePack.css
T
indigomage a410fabe90 Added the other parts of the Sheet
This (the whole sheet) is specifically designed for "The Adventure Pack" a starter pack for ADnD 3.5 (I think).
Since I'm running this for two different groups, I thought I'd upload the charsheet.

Feel free to update if you spot errors, or in fact better ways to do stuff. (specifically - I have a problem with the H3's as I can set the css in the element, but it won't pick it up from the css file.
2014-04-16 18:12:52 +01:00

29 lines
494 B
CSS

.charsheet label {
text-align: right; padding-top: 10px;
}
.charsheet h3 {
margin-bottom: 10px;
background:#000;
color:#fff;
text-align:center;
}
.charsheet input {
display: inline-block;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet {
background-image: url("http://freeseamlesstextures.com/images/28-faded-parchment-background-sml.jpg");
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}