Files
roll20-character-sheets/Ghostbusters Expanded Spanish/Ghostbusters.css
T
2016-01-06 18:05:40 +01:00

30 lines
557 B
CSS

.sheet-container {
width: 800px;
margin: 0 auto;
background-image: url("http://i.imgur.com/nOk3zYE.png");
background-repeat: no-repeat;
background-position: top;
}
.sheet-row {
text-align: center;
}
.sheet-category {
font-weight: bold;
font-size: 20px;
}
.ui-dialog .charsheet .sheet-4colrow .sheet-col {
width:calc(25% - 20px);
margin-right: 5px;
}
input.sheet-talent {
width: 125px;
}
hr.sheet-rule {
display: block;
margin-bottom: 15px;
border: 1px solid #000;
}
.endm {
margin-bottom: 15px;
}