mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
77 lines
1.3 KiB
SCSS
77 lines
1.3 KiB
SCSS
.sheet-npc {
|
|
.sheet-title-label {
|
|
clear: both;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid black;
|
|
text-align: center;
|
|
margin-top: 0.5em;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-column {
|
|
width: 49%;
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
&:first-child {
|
|
float: left;
|
|
}
|
|
|
|
&:last-child {
|
|
float: right;
|
|
}
|
|
|
|
.sheet-field-title {
|
|
width: 12em;
|
|
padding: 0;
|
|
margin: 5px;
|
|
display: inline;
|
|
text-align: right;
|
|
float: right;
|
|
}
|
|
|
|
.sheet-effort {
|
|
.sheet-field-title {
|
|
width: 15em;
|
|
}
|
|
}
|
|
|
|
.sheet-field-content {
|
|
width: 75%;
|
|
margin: 0 5% 0 0;
|
|
}
|
|
|
|
.sheet-npc-section-title {
|
|
text-align: center;
|
|
width: 100%;
|
|
border-bottom: 1px solid black;
|
|
margin: 0 0 10px 0;
|
|
padding: 0;
|
|
font-family: 'Copperplate';
|
|
font-variant: small-caps;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.sheet-npc-effort-table {
|
|
width: 40%;
|
|
}
|
|
|
|
|
|
.sheet-tactics {
|
|
.sheet-tactic-chooser .sheet-field-content {
|
|
float: left;
|
|
display: inline;
|
|
width: 20%;
|
|
margin: 3px 0 0 25px;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-input {
|
|
width: 95%;
|
|
}
|
|
}
|
|
}
|
|
}
|