mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 06:32:31 +00:00
33 lines
612 B
CSS
33 lines
612 B
CSS
|
|
@font-face {
|
|
font-family: 'Zebulon';
|
|
src: url('http://www.fontsaddict.com/fontface/zebulon.ttf') format('truetype');
|
|
}
|
|
.charsheet label {
|
|
text-align: left; padding-top: 10px;
|
|
}
|
|
.charsheet h3 {
|
|
margin-bottom: 10px;
|
|
background:#000;
|
|
color:#fff;
|
|
|
|
@font-face {
|
|
font-family: 'Zebulon';
|
|
src: url('http://www.fontsaddict.com/fontface/zebulon.ttf');
|
|
}
|
|
text-align:center;
|
|
}
|
|
.charsheet input {
|
|
display: inline-block;
|
|
}
|
|
.charsheet input.sheet-short {
|
|
width: 3.5em;
|
|
}
|
|
.charsheet {
|
|
background-image: url("");
|
|
}
|
|
.charsheet table td, .charsheet table th {
|
|
font-size: 1.2em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
} |