Files
roll20-character-sheets/Star Frontiers/StarFrontiers.css
T
Kevin Searle 624069f651 Cleaned up HTML and CSS files
Moved most inline styles to CSS file
Removed external font, which didn't work
2014-09-17 23:50:59 -05:00

51 lines
723 B
CSS

h3 {
background: #000000;
color: #ffffff;
text-align: center;
margin-bottom: 10px;
}
h5 {
text-align: center;
}
img {
max-height: 100px;
margin-left: 15%;
}
label {
padding-top: 10px;
text-align: left;
}
label.sheet-right {
text-align: right;
}
label.sheet-center {
text-align: center;
}
div.sheet-psa, input.sheet-psa {
text-align: center;
}
.charsheet h3 {
margin-bottom: 10px;
background: #000000;
color: #ffffff;
text-align: center;
}
.charsheet input {
display: inline-block;
}
.charsheet input.sheet-short {
width: 3.5em;
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}