mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-01 12:42:32 +00:00
73 lines
1.3 KiB
CSS
73 lines
1.3 KiB
CSS
.sheet-row {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-column {
|
|
width: calc(32.7%);
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-flex {
|
|
display: flex;
|
|
}
|
|
|
|
.sheet-container {
|
|
width: 850px;
|
|
position: relative;
|
|
}
|
|
|
|
.sheet-block {
|
|
display: block;
|
|
}
|
|
|
|
.sheet-main-body > .sheet-column:not(:last-child) {
|
|
border-right: 1px solid black;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
.sheet-main-body > .sheet-column:not(:first-child) {
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.sheet-main-body {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.sheet-half {
|
|
display: inline-block;
|
|
width: calc(49%);
|
|
}
|
|
|
|
.sheet-border-above {
|
|
border-top: 1px solid black;
|
|
}
|
|
.sheet-border-below {
|
|
border-bottom: 1px solid black;
|
|
}
|
|
|
|
.sheet-negative-margin-top {
|
|
margin-top: -1px;
|
|
}
|
|
|
|
/* MARGINS */
|
|
.sheet-rules-container,
|
|
.sheet-special-martial-container,
|
|
.sheet-wealth,
|
|
.sheet-wealth-container span,
|
|
.sheet-special-skill,
|
|
.sheet-combat-container .sheet-combat-column-double span:nth-of-type(1),
|
|
.sheet-combat-container .sheet-combat-column span:nth-of-type(1),
|
|
.sheet-age-exertion span,
|
|
.sheet-measures-container .sheet-left span,
|
|
.sheet-text-area-container,
|
|
.sheet-skill-repeating-container span,
|
|
.sheet-skill-container span,
|
|
.sheet-qualities .sheet-font-big,
|
|
.sheet-qualities .sheet-handwritten,
|
|
.sheet-font-bigger.sheet-bold,
|
|
.sheet-lifepath-name span,
|
|
.sheet-pad3 {
|
|
padding-left: 5px;
|
|
}
|