mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 05:02:28 +00:00
393 lines
5.4 KiB
CSS
393 lines
5.4 KiB
CSS
.sheet-container {
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.sheet-container::after {
|
|
content: "";
|
|
top: 45px;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
position: absolute;
|
|
z-index: -1;
|
|
height: 200%;
|
|
background: url("http://i.imgur.com/BLb0XMU.jpg");
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
button[type=roll].sheet-blank-roll-button::before {
|
|
content: "";
|
|
}
|
|
|
|
button[type=roll].sheet-blank-roll-button {
|
|
width: 3.25em;
|
|
height: 2em;
|
|
margin-left: 0.75em;
|
|
}
|
|
|
|
button[type=roll].sheet-blank-roll-button > input {
|
|
position: relative;
|
|
width: 2.5em;
|
|
height: 1.25em;
|
|
top: -20px;
|
|
}
|
|
|
|
.sheet-input.sheet-saves {
|
|
height: 1.25em;
|
|
width: 2.5em;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-left: 0.75em;
|
|
}
|
|
|
|
.sheet-input.sheet-rollable-value.sheet-saves {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.sheet-column {
|
|
width: 30%;
|
|
float: left;
|
|
display: inline-block;
|
|
margin-left: 0;
|
|
padding: 1.25em;
|
|
}
|
|
|
|
.repitem .sheet-table-row {
|
|
text-align: justify;
|
|
}
|
|
|
|
.sheet-stats, .sheet-saves {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-field-title {
|
|
width: 20%;
|
|
padding: 0;
|
|
padding-bottom: 10px;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-armor .sheet-input {
|
|
width: 70%;
|
|
padding: 0;
|
|
margin: 0 0 10px 10px;
|
|
}
|
|
|
|
.sheet-small-title-label {
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sheet-armor-ac .sheet-input {
|
|
width: 10%;
|
|
}
|
|
|
|
.sheet-armor-type {
|
|
clear: both;
|
|
}
|
|
|
|
.sheet-armor {
|
|
clear: both;
|
|
}
|
|
|
|
.sheet-weapons {
|
|
clear: both;
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.sheet-weapons .sheet-weapons-list {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.sheet-fray-die {
|
|
width: 30px;
|
|
}
|
|
|
|
.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-attributes {
|
|
clear: both;
|
|
}
|
|
|
|
.sheet-attributes .sheet-table-attributes {
|
|
text-align: right;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-attributes .sheet-table-attributes > td{
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-saves {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.sheet-saves-section table.sheet-table-saves {
|
|
text-align: right;
|
|
width: 100%;
|
|
margin-left: -4em;
|
|
}
|
|
|
|
.sheet-button .sheet-input {
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-info .sheet-input {
|
|
width: 70%;
|
|
float: left;
|
|
padding: 0;
|
|
margin: 0 0 10px 10px;
|
|
}
|
|
|
|
.sheet-facts .sheet-input {
|
|
width: 70%;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: 10px;
|
|
float: right;
|
|
}
|
|
|
|
.sheet-field-title {
|
|
clear: both;
|
|
width: 25%;
|
|
float: left;
|
|
text-align: right;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.sheet-table-field-title {
|
|
width: 10%;
|
|
font-style: italic;
|
|
padding-right: 0.5em;
|
|
text-align: right;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.sheet-table-header {
|
|
padding: 0 5%;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-table-cell {
|
|
display: table-cell;
|
|
}
|
|
|
|
.sheet-table-row {
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-weapon-name {
|
|
width: 5em;
|
|
}
|
|
|
|
|
|
.sheet-center-column {
|
|
border-left: 1px solid black;
|
|
border-right: 1px solid black;
|
|
}
|
|
|
|
|
|
.sheet-weapon {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-weapon-name {
|
|
display: inline-block;
|
|
border-top: 1px;
|
|
border-top-style: dashed;
|
|
padding-top: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-input.sheet-weapon-name {
|
|
width: 100%;
|
|
float: left;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-weapon-info .sheet-weapon-info-element {
|
|
float: left;
|
|
margin-right: 5%;
|
|
padding: 0;
|
|
width: 25%;
|
|
}
|
|
|
|
.sheet-weapon-info-element.sheet-weapon-info-roll {
|
|
float: right;
|
|
width: 25px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.sheet-field-label.sheet-weapons-ab {
|
|
clear: both;
|
|
float: left;
|
|
width: 50%;
|
|
margin: 0;
|
|
padding: 5px 0 0 0;
|
|
}
|
|
|
|
.sheet-table-weapons .repcontrol {
|
|
border-top: 1px dashed black;
|
|
padding-top: 10px;
|
|
clear: both;
|
|
}
|
|
|
|
.repcontrol {
|
|
clear: both;
|
|
}
|
|
|
|
.sheet-dropdown {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-weapon-info-element.sheet-input {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.sheet-table-weapons .sheet-input {
|
|
width: 100% !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-table-weapons .sheet-table-header {
|
|
text-align: justify;
|
|
}
|
|
|
|
.sheet-info .sheet-field-title {
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-info .sheet-hp span .sheet-input {
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-fray {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-damage-chart {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-col.sheet-fray-die {
|
|
width: 33% !important;
|
|
margin: 0 !important;
|
|
float: left;
|
|
}
|
|
|
|
.sheet-armor-saving-throw-penalty-choice {
|
|
width: 20%;
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0 5px;
|
|
}
|
|
|
|
.sheet-armor-saving-throw-penalty-choice .sheet-saving-throw-penalty-element {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0 12px;
|
|
}
|
|
|
|
.sheet-col.sheet-damage-chart {
|
|
width: 60% !important;
|
|
float: right;
|
|
}
|
|
|
|
.sheet-power-name {
|
|
width:63%;
|
|
float:left;
|
|
}
|
|
|
|
.sheet-power-cost {
|
|
float: left;
|
|
}
|
|
|
|
.sheet-power-effort {
|
|
width:15%;
|
|
float: left;
|
|
padding-bottom:5px;
|
|
}
|
|
|
|
.sheet-table-header.sheet-power-name {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-table-header.sheet-power-effort {
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-resources-table {
|
|
margin: 0;
|
|
width: 70%;
|
|
}
|
|
|
|
input[type=number] {
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-values {
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.sheet-values .sheet-input {
|
|
margin: 0;
|
|
width: 40px;
|
|
}
|
|
|
|
.sheet-values .sheet-min {
|
|
float: left;
|
|
}
|
|
|
|
.sheet-values .sheet-max {
|
|
float: right;
|
|
}
|
|
|
|
.sheet-values .sheet-separator {
|
|
margin: 0 10px;
|
|
}
|
|
|
|
th {
|
|
text-align: center;
|
|
}
|
|
|
|
textarea {
|
|
height: 4em;
|
|
max-width: 70%;
|
|
min-width: 70%;
|
|
}
|
|
|
|
|
|
.sheet-version-container {
|
|
clear: both;
|
|
width: 100%;
|
|
border-top: 1px solid black;
|
|
}
|
|
|