Files
roll20-character-sheets/Star Frontiers/StarFrontiers.css
T
2014-08-31 01:49:40 -04:00

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;
}