mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
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.
29 lines
494 B
CSS
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;
|
|
}
|