mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
30 lines
557 B
CSS
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;
|
|
}
|