Files
roll20-character-sheets/Runequest_6/Runequest_6_old.css
T

69 lines
1.0 KiB
CSS

@font-face {
font-family: 'Round Style Basic';
src: url('http://openfontlibrary.org/assets/fonts/roundstyle/d2ec2b9af785938972a4785eb9abcee2/17b8f04e9f3cd8b85589093fd455ade7/RoundStyleBasicBook.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
h3 {
font-family: "Round Style Basic";
}
h4 {
font-family: "Round Style Basic";
}
h5 {
font-family: "Round Style Basic";
}
select {
margin: 0px;
}
textarea {
margin: 0px;
}
div.sheet-section-logo {
text-align: center;
float: left;
width: 49%;
margin: 0 0 0 0.5%;
}
div.sheet-section {
float: left;
border: 1px solid black;
border-radius: 15px;
padding: 1%;
}
table.sheet-table {
width: 100%;
text-align: center;
}
select.sheet-select {
width: 100%;
}
input[type="number"].sheet-number {
width: 100%;
text-align: center;
}
input.sheet-text {
width: 100%;
}
table td.sheet-char {
background: LightGray;
text-align: center;
}
table td.sheet-attr {
text-align: center;
}