Files
roll20-character-sheets/PokemonTabletopUnited/ptu.css
T

61 lines
786 B
CSS

.sheet-shortfield{
width:100%;
}
.sheet-shortfield2{
width:4em;
}
.sheet-shortfield3{
width:62%;
}
.sheet-shortfield4{
width:32%;
}
.sheet-shortfield5{
width:85%;
}
.sheet-header{
color: white;
background: black;
text-align: center;
}
.sheet-table-header{
font-weight: bold;
}
.sheet-banded{
background: #E5E5E5;
}
.sheet-table{
width: 100%;
}
.sheet-main-header{
width:100%;
}
.sheet-center-img{
margin: 0 auto;
}
.sheet-minihead{
color: white;
background: gray;
text-align: center;
}
.sheet-textarea{
resize: none;
border: none;
width: 100%;
-webkit-box-sizing: border-box; /* <=iOS4, <= Android 2.3 */
-moz-box-sizing: border-box; /* FF1+ */
box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}