mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
28 lines
359 B
CSS
28 lines
359 B
CSS
.charsheet{
|
|
background-color: #ffffff;
|
|
background-image: url("http://i.imgur.com/LuER4iT.png");
|
|
}
|
|
|
|
table td{
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
label {
|
|
text-align: right;
|
|
}
|
|
|
|
img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto
|
|
}
|
|
|
|
h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
h4 {
|
|
text-align: center;
|
|
}
|