mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
79 lines
1.1 KiB
CSS
79 lines
1.1 KiB
CSS
td,th,h1{
|
|
font-family:"Times New Roman", sans-serif;
|
|
padding:5px;
|
|
}
|
|
|
|
h1{
|
|
text-align:center;
|
|
}
|
|
|
|
th{
|
|
font-size:150%;
|
|
padding:0px;
|
|
border-top:2px solid black;
|
|
margin-top:20px;
|
|
}
|
|
|
|
input[type="text"]{
|
|
width:100%;
|
|
}
|
|
textarea{
|
|
width:95%;
|
|
}
|
|
|
|
.sheet-label{
|
|
padding-top:5px;
|
|
text-align:right;
|
|
}
|
|
|
|
.sheet-bloodtype,table{
|
|
margin:10px;
|
|
border:2px solid black;
|
|
padding:10px;
|
|
}
|
|
|
|
.sheet-instruction{
|
|
padding:5px 5%;
|
|
}
|
|
|
|
table{
|
|
width:100%;
|
|
padding:10px;
|
|
margin:0px;
|
|
}
|
|
|
|
div.sheet-section{
|
|
padding:5px;
|
|
display:inline-block;
|
|
position:relative;
|
|
margin-top:-15px;
|
|
border:2px solid black;
|
|
background-color:white;
|
|
}
|
|
input.sheet-bigtext{
|
|
font-size: 75px;
|
|
height:100px;
|
|
width:100px;
|
|
text-align:center;
|
|
}
|
|
td.sheet-widthset{
|
|
width:12%;
|
|
font-size:0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-grade table{
|
|
border:2px solid black;
|
|
background-color:white;
|
|
font-family:"Times New Roman", sans-serif;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-grade table td, .sheet-rolltemplate-grade table th{
|
|
padding:5px 10px;
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-stunttext{
|
|
height:auto;
|
|
}
|