Files
roll20-character-sheets/Ironsworn/Ironsworn.css
T

2922 lines
75 KiB
CSS

@import url('https://fonts.googleapis.com/css?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900|Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700|Roboto&display=swap');
.charsheet {
width: 842px !important;
margin: 0 auto !important;
padding: 15px;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: 600;
}
input[type=text] {
font-weight: 600;
}
input[type=text]:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 3px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}
select::-ms-expand {
display: none;
}
p {
font-family: 'Crimson Text', Arial, sans-serif;
font-size: 14.3px;
line-height: 1.25;
}
h1 {
font-weight: bold;
width: 100%;
font-size: 28px;
text-align: center;
margin: 0 0 0px;
padding: 10;
text-transform: uppercase;
}
h2 {
font-weight: bold;
width: 100%;
font-size: 18px;
text-align: left;
margin: 0 0 0px;
padding: 0;
text-transform: uppercase;
}
h3 {
font-weight: bold;
width: 100%;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
margin: 0 0 0px;
padding: 0;
text-transform: uppercase;
}
.sheet-divide {
margin-top: 1em;
}
h3.sheet-divide::after,
h3.sheet-divide::before {
display: inline-block;
content: "";
height: 5px;
border-top: 2px solid #4c4d4f;
top: 0;
width: 220px;
}
h3.sheet-site-divide::after,
h3.sheet-site-divide::before {
display: inline-block;
content: "";
height: 5px;
border-top: 2px solid #4c4d4f;
top: 0;
width: 331px;
}
h3.sheet-site-denizens-divide::after,
h3.sheet-site-denizens-divide::before {
display: inline-block;
content: "";
height: 5px;
border-top: 2px solid #4c4d4f;
top: 0;
width: 336px;
}
h3.sheet-site-divide-notes::after,
h3.sheet-site-divide-notes::before {
display: inline-block;
content: "";
height: 5px;
border-top: 2px solid #4c4d4f;
top: 0;
width: 352px;
}
h4 {
font-weight: bold;
width: 100%;
font-size: 16px;
text-align: center;
margin: 0 0 0px;
padding: 0;
text-transform: uppercase;
}
h4.sheet-tab-title {
display: inline-block;
}
h5 {
font-weight: bold;
font-size: 12px;
text-align: left;
margin: 0 0 0px;
padding: 0;
text-transform: uppercase;
}
h6 {
font-size: 14px;
font-weight: bold;
text-align: left;
margin-top: 2px;
}
button[type="roll"] {
align-items: left;
color: #4c4d4f;
font-weight: normal;
font-size: 20px;
text-decoration: none;
background: none;
background-image: none;
border: none;
box-shadow: none;
text-shadow: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: center;
}
button[type="roll"]:hover {
transition: 0.5s ease;
}
.sheet-heading-left {
text-align: left;
}
hr {
border: 0;
height: 1px;
background: #ccc;
background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
textarea {
font-family: 'Crimson Text', Arial, sans-serif;
max-width: 828px;
border: 2px solid #4c4d4f;
}
.sheet-btn {
display: inline;
width: 100%;
font-weight: bold;
font-size: 14px;
padding: 0;
margin: 0.5em;
height: 40px;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 2px solid #494a4c;
cursor: pointer;
}
.sheet-btn:hover {
background: #ccc;
transition: 0.5s ease;
}
.sheet-common-btn {
display: flex;
width: fit-content;
font-size: 14px;
padding: 0;
border: 2px solid #494a4c;
cursor: pointer;
width: -moz-fit-content;
}
.sheet-common-btn:hover {
background: #ccc;
transition: 0.5s ease;
}
.sheet-btn-content {
padding: 0.2em 0.2em 0.2em 0.2em;
width: 100%;
text-align: center;
}
.sheet-btn-input:checked ~ .sheet-btn-content {
background: #4c4d4f;
color: #fff;
}
button.btn.repcontrol_edit,
button.btn.repcontrol_add {
border: 2px solid #4c4d4f;
border-radius: 0;
font-weight: bold;
font-size: 12px;
text-shadow: none;
text-transform: uppercase;
padding: 0.2em;
margin: 0.3em;
color: #4c4d4f;
font-family: 'Montserrat', Arial, sans-serif;
background: #dfe0e2;
}
button.btn.repcontrol_edit:hover,
button.btn.repcontrol_add:hover {
background: #bcbec2;
}
button.btn.repcontrol_edit:focus,
button.btn.repcontrol_add:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 1px;
}
button.btn.repcontrol_edit {
margin-right: 3px;
}
button.btn.repcontrol_add {
margin-left: 3px;
}
.sheet-changelog {
border: 2px solid #4c4d4f;
margin-bottom: 1em;
padding: 1em;
}
.sheet-center {
text-align: center;
}
.sheet-close-changelog {
border: 2px solid #4c4d4f;
cursor: pointer;
padding: 0;
margin: 0.5em 0 0 0;
text-align: center;
}
.sheet-close-changelog:hover {
background: #ccc;
transition: 0.5s ease;
}
input.sheet-changelog:checked ~ div.sheet-changelog {
display: none;
}
.sheet-modes {
display: flex;
justify-content: space-evenly;
}
h2.sheet-mode-title {
text-align: center;
}
div.sheet-mode-title {
margin-bottom: 2em;
}
label.sheet-mode {
text-align: center;
}
label.sheet-mode {
margin: 0.5em;
padding: 0;
cursor: pointer;
box-shadow: 1px 1px 19px 6px rgba(0,0,0,0.15);
opacity: 1;
z-index: 5;
width: auto;
}
label.sheet-mode:hover h4 {
color: #797979;
transition: 0.5s ease;
}
label.sheet-mode:hover .sheet-mode-image {
opacity: 0.7;
transition: 0.5s ease;
}
label.sheet-mode h4 {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
input[type=radio].sheet-character-mode:checked ~ div.sheet-character-mode,
input[type=radio].sheet-shared-mode:checked ~ div.sheet-shared-mode {
display: block;
}
input[type=checkbox].sheet-modes-show:checked ~ div.sheet-modes-show {
display: block;
}
div.sheet-mode {
display: flex;
justify-content: center;
width: fit-content;
width: -moz-fit-content;
margin: 0;
}
.sheet-mode-image {
display: flex;
}
input[type=radio].sheet-bonds:checked ~ div.sheet-bonds,
input[type=radio].sheet-summary:checked ~ div.sheet-summary,
input[type=radio].sheet-vows:checked ~ div.sheet-vows,
input[type=radio].sheet-assets:checked ~ div.sheet-assets,
input[type=radio].sheet-moves:checked ~ div.sheet-moves,
input[type=radio].sheet-progress:checked ~ div.sheet-progress,
input[type=radio].sheet-oracles:checked ~ div.sheet-oracles,
input[type=radio].sheet-settings:checked ~ div.sheet-settings,
input[type=radio].sheet-sites:checked ~ div.sheet-sites {
display: block;
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
.sheet-sub-header {
margin-top: 1em;
border-bottom: 3px solid #4c4d4f;
}
.sheet-resources {
display: flex;
height: 2em;
justify-content: space-between;
}
.sheet-resource {
display: flex;
border: 2px solid #4c4d4f;
border-left: 1px solid;
}
label.sheet-health-reset {
font-size: 14px;
margin: 0;
padding: 2px 7px 2px 6px;
cursor: pointer;
}
label.sheet-health-reset:hover {
background: #ccc;
transition: 0.5s ease;
}
h3.sheet-health-max {
font-size: 14px;
margin-right: 0.3em;
line-height: 23px;
padding-left: 0.3em;
}
h3.sheet-health-max-value {
padding-right: 0.3em;
}
.sheet-health-max-value {
font-size: 14px;
line-height: 22px;
color: #555;
}
.sheet-resource-value {
font-size: 14px;
width: 38px;
font-weight: bold;
padding: 0;
padding-left: 4px;
border-radius: 0;
background: #ccc;
margin: 0;
height: auto;
cursor: pointer;
border-left: 1px solid;
}
.sheet-resource-value:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 3px;
}
.sheet-resource-title {
font-size: 14px;
width: auto;
line-height: 9px;
padding: 0.5em 0.5em 0.5em 0.5em;
border-right: 1px solid;
border-left: 1px solid;
}
input[type=text].sheet-resource-value {
width: 22px;
border: none;
cursor: text;
}
.sheet-health-max-box {
display: flex;
background: #ccc;
}
.sheet-health-status-box {
display: flex;
}
.sheet-load-value {
width: 27px;
}
.sheet-character-name {
width: 15.6em !important;
border: none;
}
.sheet-roll-resource-label {
margin: 0;
padding: 0.15em 0.4em 0em 0.4em;
width: auto;
font-size: 14px;
cursor: pointer;
text-align: center;
border-left: 1px solid;
}
.sheet-roll-resource-label:hover {
background: #ccc;
transition: 0.5s ease;
}
.sheet-misses-track {
margin-top: 1em;
width: 47em;
margin-left: 118px;
}
.sheet-clear-miss {
display: inline;
width: 100%;
font-weight: bold;
font-size: 14px;
padding: 0;
margin: 1em;
height: 40px;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 2px solid #494a4c;
cursor: pointer;
}
.sheet-clear-miss:hover {
background-color: #ccc;
color: #4c4d4f;
transition: 0.5s ease;
}
.sheet-miss-input {
margin: 0 !important;
}
.sheet-failure-btn-div {
display: inline;
}
input.sheet-optional-track-failures:checked ~ div.sheet-optional-track-failures {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.3s ease;
}
.sheet-debility-list {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
}
.sheet-debility-component {
margin-top: 1em;
display: flex;
flex-flow: wrap;
}
.sheet-debility-btn {
width: 40%;
}
.sheet-severity-track {
display: flex;
margin-top: 1em;
}
.sheet-track-child {
width: 100%;
}
.sheet-track-child .sheet-btn-content {
padding: 0.4em 0.2em 0.2em 0.2em;
align-self: center;
}
ul.sheet-debility-body-list {
margin: 0em 0.2em 0.3em 1.3em;
}
p.sheet-severity-reduce,
p.sheet-debility-clear {
margin-bottom: 0.3em;
}
.sheet-debility-group {
width: 33.33%;
}
.sheet-debility-group-title {
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
margin-bottom: 0.3em;
}
.sheet-bonds-track {
width: 437px;
margin-left: 203px;
margin-top: 0.5em;
}
.sheet-bonds {
margin-bottom: 0px;
}
.sheet-bond-component {
margin-top: 1em;
}
.sheet-bond {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sheet-bond-container {
border: 2px solid #4c4d4f;
border-radius: 0;
margin-bottom: 1em;
padding: 1em;
}
.sheet-bond-notes {
width: 98.5%;
resize: vertical;
}
.sheet-bond-name,
.sheet-bond-location,
.sheet-bond-descriptors {
border: none;
border-radius: 0em;
background: transparent;
padding: 0;
padding-left: 0.5em;
}
.sheet-bond-descriptors {
width: 43%;
}
.sheet-bond-location {
width: 40%;
}
p.sheet-bond-title {
text-align: left;
font-weight: bold;
margin: 0 0 0px;
padding: 0.1em 0.3em 0.3em 0.5em;
text-transform: uppercase;
font-family: 'Montserrat', Arial, sans-serif;
display: inline;
color: #4c4d4f;
border-radius: 0;
}
.sheet-details-btn {
display: flex;
width: auto;
margin: 0.5em 0em 0em 0em;
height: auto;
padding: 0;
}
.sheet-bond-name::placeholder,
.sheet-bond-location::placeholder,
.sheet-bond-descriptors::placeholder {
color: #8a8a8a;
}
input[type="checkbox"].sheet-show-bond-info {
width: 4.5em;
height: 18px;
top: 0;
opacity: 0;
border-radius: 0;
padding: 2px 4px;
}
input[type="checkbox"].sheet-show-bond-info:checked ~ div.sheet-show-bond-info {
display: flex;
flex-flow: row wrap;
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
input[type="checkbox"].sheet-show-bond-info:checked ~ span.sheet-show-bond-info {
border-radius: 0;
padding: 2px 4px;
border: 1px solid;
background-color: #4c4d4f;
color: #fff;
}
input[type="checkbox"].sheet-show-bond-info:hover ~ span.sheet-show-bond-info {
border-radius: 0;
padding: 2px 4px;
background-color: #ccc;
color: #4c4d4f;
transition: 0.5s ease;
}
span.sheet-show-bond-info {
margin-left: -4.9em;
border-radius: 0;
padding: 2px 4px;
border: 1px solid;
font-weight: bold;
}
input.sheet-vow-name {
background: #ccc;
border: 2px solid #494a4c;
border-radius: 0;
margin-bottom: 0.2em;
margin-top: 1em;
background: #e6e7e8;
border: 2px solid #494a4c;
border-radius: 0;
margin-bottom: 0.2em;
}
input.sheet-vow-name:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
.sheet-fulfill-vow:hover,
.sheet-mark-vow:hover,
.sheet-vow-clear-label:hover {
background-color: #ccc;
color: #4c4d4f;
transition: 0.5s ease;
}
.sheet-vows {
margin-bottom: 0px;
}
.sheet-vows-header {
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 10px;
}
.sheet-vow {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sheet-vow-name {
width: 100%;
font-weight: bold;
font-size: 14px;
}
.sheet-difficulty {
border: 2px solid #494a4c;
margin: 0.2em 0.5em 0.2em 0.5em;
padding: 0;
cursor: pointer;
}
.sheet-difficulty h5 {
text-align: center;
}
.sheet-difficulty input:checked ~ h5 {
background: #494a4c;
color: #fff;
}
.sheet-btn-div {
display: inline;
}
.sheet-threat-header {
display: flex;
}
input.sheet-vow-threat {
background: #e6e7e8;
border: 2px solid #494a4c;
border-radius: 0;
width: 100%;
}
input.sheet-vow-threat:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
.sheet-menace-row {
margin: 0em 0em 0.4em 0em;
justify-content: space-evenly;
display: flex;
border: 2px solid #4c4d4f;
background: #a1a1a1;
border-top: 0;
padding: 0.1em 0em;
}
.sheet-menace-box {
border: 2px solid #000;
padding: 0;
display: inline-flex;
height: 1em;
width: 4em;
margin: 0.2em 0em;
cursor: pointer;
}
.sheet-menace-show {
padding: 0;
margin: 0;
border: 2px solid #4c4d4f;
width: auto;
height: auto;
cursor: pointer;
border-left: 0;
}
.sheet-menace-show:hover {
background: #ccc;
transition: 0.5s ease;
}
input[type='checkbox'].sheet-menace-show:checked ~ div.sheet-menace-row {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.7s ease;
}
input[type='checkbox'].sheet-menace-show-button:checked ~ div.sheet-menace-show-back {
background: #4c4d4f;
color: #fff;
}
.sheet-menace-vow {
opacity: 0;
cursor: pointer;
vertical-align: top;
}
.sheet-vow-menace-label {
font-weight: bold;
font-size: 12px;
}
.sheet-menace-fill {
height: 100%;
width: 100%;
background: #fff;
}
.sheet-menace-show-back {
height: 100%;
padding: 0em 1em 0em 1em;
line-height: 25px;
}
input[type="checkbox"].sheet-menace-vow:checked ~ .sheet-menace-fill {
background: #4c4d4f;
}
input[type="checkbox"].sheet-menace-vow:hover ~ .sheet-menace-fill {
background: #e6e7e8;
}
input.sheet-optional-vow-threat:checked ~ div.sheet-optional-vow-threat {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.3s ease;
}
.sheet-progress-header {
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 10px;
}
.sheet-progress {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.sheet-progress-name {
width: 100%;
font-weight: bold;
font-size: 14px;
}
input.sheet-progress-name {
background: #e6e7e8;
border: 2px solid #494a4c;
border-radius: 0;
margin-bottom: 0.2em;
}
.sheet-progress-input {
width: 40px;
height: 40px;
font-size: 22px;
font-weight: bold;
background: transparent;
text-align: center;
justify-content: center;
align-items: center;
padding: 2px 0px 0px 12px;
margin-bottom: 0.4em;
cursor: pointer;
border: 2px solid #4c4d4f;
border-radius: 0;
}
.sheet-progress-input:hover {
background-color: #ccc;
transition: 0.5s ease;
}
.sheet-progress-input:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
.sheet-nav-child {
border: 2px solid #4c4d4f;
width: 100%;
text-align-last: center;
margin: 0.1em;
}
.sheet-nav-child label {
margin: 0;
padding: 0;
cursor: pointer;
}
.sheet-nav-child label:hover {
background: #ccc;
transition: 0.5s ease;
}
.sheet-page-button-back {
padding: 0.1em 0em 0.1em 0em;
font-weight: 600;
}
.sheet-page-button:checked ~ div.sheet-page-button-back {
background: #4c4d4f;
color: #fff;
transition: 0.5s ease;
}
.sheet-summary {
margin-top: 1em;
}
.sheet-nav-row {
display: flex;
}
label.sheet-page-label {
text-align: center;
}
div.sheet-optional-nav-sites {
width: 0;
margin: 0;
border: 0;
transition: 0.5s ease;
}
input.sheet-optional-nav-sites:checked ~ div.sheet-optional-nav-sites {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.3s ease;
width: 100%;
border: 2px solid #4c4d4f;
margin: auto;
}
.sheet-footer {
margin-top: 1em;
}
.sheet-momentum {
display: flex;
}
input[type=checkbox].sheet-momentum-burn:hover ~ div.sheet-momentum-burn-back {
background-color: #ccc;
transition: 0.5s ease;
}
.sheet-momentum-box-input:hover ~ .sheet-momentum-box-back {
background: #ccc;
transition: 0.5s ease;
}
.sheet-momentum-box-input:checked ~ .sheet-momentum-box-back {
background: #4c4d4f;
color: #fff;
transition: 0.5s ease;
}
input[type=checkbox].sheet-momentum-burn {
opacity: 0;
border: 0;
}
div.sheet-momentum-burn-back {
font-weight: bold;
text-align: center;
line-height: 22px;
padding: 0em 0.2em;
}
label.sheet-momentum-burn {
border: 2px solid #4c4d4f;
padding: 0;
cursor: pointer;
margin: 0;
font-size: 1em;
}
.sheet-momentum-box-input {
opacity: 0;
border: 0;
}
.sheet-momentum-status-box {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 0%;
background: transparent;
border: 2px solid #4c4d4f;
padding-left: 0.2em;
}
.sheet-momentum-status-value {
width: auto;
font-size: 1em;
}
h3.sheet-momentum-max-box,
h3.sheet-momentum-reset-box {
display: inline;
padding-left: 1em;
}
.sheet-momentum-box-value {
font-weight: bold;
font-size: 16px;
color: inherit;
}
.sheet-momentum-input {
font-weight: bold;
width: 30px;
font-size: 13px;
text-align: center;
background: transparent;
}
.sheet-momentum-box {
cursor: pointer;
border: 2px solid #4c4d4f;
padding: 0;
margin: 0;
}
.sheet-momentum-dark {
color: #fff;
border: 2px solid #4b4d4f;
background: #4b4d4f;
width: 100%;
}
.sheet-momentum-max,
.sheet-momentum-reset {
line-height: 1.4em;
font-size: 1em;
}
.sheet-momentum-title {
color: #fff;
line-height: 1.2em;
font-size: 1.2em;
}
.sheet-momentum-header {
height: 20px;
}
.sheet-sub-header-static {
margin-top: 0.2em;
}
.sheet-momentum-status-attr {
padding: 0em 0.2em;
}
.sheet-stats {
justify-content: space-evenly;
align-items: center;
border-radius: 0%;
margin-bottom: 1em;
}
.sheet-stat {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 1em;
}
.sheet-stats-title {
width: 100px;
}
.sheet-stats-input {
font-weight: bold;
width: 60px;
line-height: 40px;
font-size: 28px;
text-align: center;
height: 50px !important;
border-radius: 0;
}
input.sheet-stats-input {
border: 2px solid #4c4d4f;
background: #e6e7e8;
}
input.sheet-stats-input:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
label.sheet-roll-label {
margin: 0;
padding: 0em 0.4em 0em 0.4em;
width: auto;
border: 2px solid #4c4d4f;
cursor: pointer;
text-align: center;
line-height: 1.4em;
}
label.sheet-roll-label:hover {
background: #ccc;
transition: 0.5s ease;
}
label.sheet-stat-toggle {
margin: 0;
padding: 0;
border: 2px solid #4c4d4f;
text-align: center;
cursor: pointer;
}
label.sheet-stat-toggle:hover {
background: #ccc;
transition: 0.5s ease;
}
input[type=radio].sheet-stat-set:checked ~ div.sheet-stat-set {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
display: flex;
width: auto;
margin-left: 5em;
}
input[type=radio].sheet-stat-edit:checked ~ div.sheet-stat-edit {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
display: flex;
width: auto;
}
div.sheet-stat-toggle.sheet-set-toggle {
width: 100%;
height: 0;
margin: 4em 1em 0em 1em;
}
div.sheet-stat-toggle.sheet-edit-toggle {
transform: rotate(90deg);
width: 100%;
height: 0;
margin-top: 3.45em;
}
.sheet-setting-switch {
position: relative;
display: inline-block;
width: 55px;
height: 28px;
padding: 0;
}
.sheet-setting-switch input {
opacity: 0;
width: 0;
height: 0;
}
.sheet-setting-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.sheet-setting-slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 4px;
bottom: 4px;
background-color: #fff;
-webkit-transition: 0.4s;
transition: 0.4s;
}
input:checked + .sheet-setting-slider {
background-color: #4c4d4f;
}
input:focus + .sheet-setting-slider {
box-shadow: 0 0 1px #4c4d4f;
}
input:checked + .sheet-setting-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.sheet-setting-slider.sheet-setting-round {
border-radius: 34px;
}
.sheet-setting-slider.sheet-setting-round:before {
border-radius: 50%;
}
.sheet-settings-group {
display: flex;
justify-content: space-evenly;
margin-top: 1em;
}
.sheet-settings-group-title {
align-self: center;
font-size: 1.2em;
font-weight: bold;
}
.sheet-setting-name {
text-align: center;
}
.sheet-note-area:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
div.sheet-search-bar {
display: flex;
justify-content: center;
width: 100%;
margin: 1em 0em 0.5em 0em;
}
div.sheet-preview-bar {
justify-content: space-between;
width: 100%;
display: flex;
margin: 1em 0em 0.5em 0em;
}
div.sheet-search-preview-bar {
display: flex;
width: auto;
}
div.sheet-move-nav-content {
padding: 0.2em;
width: 100%;
}
input.sheet-search-preview-bar {
width: 17.6em;
border: 2px solid #4c4d4f;
border-radius: 0;
}
input.sheet-search-preview-bar:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
input.sheet-search-bar {
width: 50%;
border: 2px solid #4c4d4f;
}
input.sheet-search-bar:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
input.sheet-table-btn:checked ~ div.sheet-move-nav-content {
background: #4c4d4f;
color: #fff;
transition: 0.5s ease;
}
.sheet-preview-container {
display: flex;
justify-content: space-between;
font-size: 1em;
flex-flow: row;
font-weight: normal;
height: auto;
margin-top: 1em;
}
.sheet-preview-container .sheet-move-scroll-list {
width: 21.9em;
overflow: auto;
border: 2px solid #4c4d4f;
padding: 0;
height: 50em;
}
.sheet-move-container {
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
height: 45em;
margin-top: 1em;
display: flex;
font-size: 1em;
font-weight: normal;
align-content: space-between;
}
.sheet-move-container .sheet-move-scroll-list {
overflow: auto;
border: 2px solid #4c4d4f;
padding: 1em;
width: max-content;
}
.sheet-move {
margin: 0em;
color: #4c4d4f;
display: flex;
padding: 0;
}
.sheet-move-group-title {
background: #4c4d4f;
}
.sheet-move-group-title h3 {
color: #fff;
}
.sheet-move-name {
width: 100%;
border: 2px solid #4c4d4f;
}
.sheet-move-highlight:checked ~ .sheet-move-name {
background: #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
.sheet-roll-show {
padding: 0 !important;
font-size: 20px !important;
margin: 0 !important;
}
.sheet-roll-show:hover {
color: #fff;
}
.sheet-move-list {
padding: 0;
display: flex;
}
.sheet-move-list label {
cursor: pointer;
}
.sheet-move-list div {
font-weight: 600;
font-size: 14px;
text-align: center;
margin: 0 0 0px;
padding: 0.1em;
text-transform: none;
}
.sheet-move-list div:hover {
transition: 0.3s ease;
background: #606060 !important;
color: #fff;
}
.sheet-move-list:nth-child(2n + 1) {
background-color: #ddd;
}
.sheet-move-column {
display: flex;
flex-direction: column;
margin-right: 10px;
}
span.sheet-move-result {
width: 36em;
}
span.sheet-preview-move-roll {
width: 60%;
margin-left: 1em;
}
.sheet-move-group {
border: 2px solid #4c4d4f;
box-sizing: border-box;
width: 30%;
margin: 0.3em;
height: fit-content;
height: -moz-fit-content;
}
.sheet-move-group-scroll {
border: 2px solid #4c4d4f;
box-sizing: border-box;
height: fit-content;
height: -moz-fit-content;
}
.sheet-move-box:nth-child(n + 2) {
margin-top: 10px;
}
.sheet-move-title {
background-color: #4c4d4f;
color: #fff;
border-bottom: 1px solid #4c4d4f;
font-size: 1.4em;
font-weight: bold;
padding: 0.2em 0.5em 0.1em 0.7em;
text-transform: uppercase;
width: 11.7em;
}
.sheet-move-preview {
width: auto;
}
.sheet-move-page-footer {
text-align: right !important;
padding-right: 1em;
}
.sheet-move-preview-container {
width: 62%;
}
.sheet-move-preview-container p {
font-size: 15px;
margin: 0;
}
.sheet-move-preview-container ul {
margin: 2px 0px 5px 25px;
font-size: 15px;
}
.sheet-move-preview-container li {
font-size: 15px;
}
.sheet-move-show {
display: inline-flex;
font-size: 1em;
margin: 0em;
padding: 0.3em;
}
.sheet-move-show:hover {
background: #969696;
cursor: pointer;
transition: 0.5s ease;
}
.sheet-column-wrap {
flex-flow: column wrap;
width: 22.5em;
}
.sheet-move-delve-table {
width: auto !important;
}
.sheet-move-description {
font-family: 'Crimson Text', Arial, sans-serif;
padding: 1em;
border: 2px solid #4c4d4f;
}
.sheet-move-description p {
margin-bottom: 0.3em;
}
.sheet-move-table {
border: none;
width: 30.5em;
font-size: 12px;
}
.sheet-move-roll {
width: 18%;
}
.sheet-move-footer {
background-color: #434b4d;
color: #fff;
line-height: 0.9em;
font-size: 0.9em;
font-family: 'Crimson Text', Arial, sans-serif;
font-variant: small-caps;
font-weight: bold;
text-align: left;
padding: 0.5rem;
}
.sheet-close-preview {
width: 100%;
height: auto;
margin: 0;
font-weight: bold;
font-size: 14px;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 2px solid #494a4c;
cursor: pointer;
text-align: center;
}
.sheet-close-preview:hover {
background-color: #ccc;
color: #4c4d4f;
transition: 0.5s ease;
}
.sheet-clear-search {
width: fit-content;
width: -moz-fit-content;
height: auto;
margin: 0;
font-weight: bold;
font-size: 14px;
padding: 0.2em 0.2em 0.2em 0.2em;
border: 2px solid #494a4c;
cursor: pointer;
}
.sheet-clear-search:hover {
background-color: #ccc;
color: #4c4d4f;
transition: 0.5s ease;
}
.sheet-selected-move {
z-index: 3;
}
.sheet-selected-move:checked ~ .sheet-move-name {
background: #434b4d !important;
color: #fff !important;
}
input.sheet-move-preview:checked ~ div.sheet-move-preview,
input.sheet-full-move-list:checked ~ div.sheet-full-move-list {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
input[type=radio].sheet-face-danger:checked ~ div.sheet-face-danger,
input[type=radio].sheet-secure-an-advantage:checked ~ div.sheet-secure-an-advantage,
input[type=radio].sheet-gather-information:checked ~ div.sheet-gather-information,
input[type=radio].sheet-heal:checked ~ div.sheet-heal,
input[type=radio].sheet-resupply:checked ~ div.sheet-resupply,
input[type=radio].sheet-make-camp:checked ~ div.sheet-make-camp,
input[type=radio].sheet-undertake-a-journey:checked ~ div.sheet-undertake-a-journey,
input[type=radio].sheet-reach-your-destination:checked ~ div.sheet-reach-your-destination,
input[type=radio].sheet-compel:checked ~ div.sheet-compel,
input[type=radio].sheet-sojourn:checked ~ div.sheet-sojourn,
input[type=radio].sheet-draw-the-circle:checked ~ div.sheet-draw-the-circle,
input[type=radio].sheet-forge-a-bond:checked ~ div.sheet-forge-a-bond,
input[type=radio].sheet-test-your-bond:checked ~ div.sheet-test-your-bond,
input[type=radio].sheet-aid-your-ally:checked ~ div.sheet-aid-your-ally,
input[type=radio].sheet-write-your-epilogue:checked ~ div.sheet-write-your-epilogue,
input[type=radio].sheet-enter-the-fray:checked ~ div.sheet-enter-the-fray,
input[type=radio].sheet-strike:checked ~ div.sheet-strike,
input[type=radio].sheet-clash:checked ~ div.sheet-clash,
input[type=radio].sheet-turn-the-tide:checked ~ div.sheet-turn-the-tide,
input[type=radio].sheet-end-the-fight:checked ~ div.sheet-end-the-fight,
input[type=radio].sheet-battle:checked ~ div.sheet-battle,
input[type=radio].sheet-endure-harm:checked ~ div.sheet-endure-harm,
input[type=radio].sheet-face-death:checked ~ div.sheet-face-death,
input[type=radio].sheet-companion-endure-harm:checked ~ div.sheet-companion-endure-harm,
input[type=radio].sheet-endure-stress:checked ~ div.sheet-endure-stress,
input[type=radio].sheet-face-desolation:checked ~ div.sheet-face-desolation,
input[type=radio].sheet-out-of-supply:checked ~ div.sheet-out-of-supply,
input[type=radio].sheet-face-a-setback:checked ~ div.sheet-face-a-setback,
input[type=radio].sheet-swear-an-iron-vow:checked ~ div.sheet-swear-an-iron-vow,
input[type=radio].sheet-fulfill-your-vow:checked ~ div.sheet-fulfill-your-vow,
input[type=radio].sheet-reach-a-milestone:checked ~ div.sheet-reach-a-milestone,
input[type=radio].sheet-forsake-your-vow:checked ~ div.sheet-forsake-your-vow,
input[type=radio].sheet-advance:checked ~ div.sheet-advance,
input[type=radio].sheet-pay-the-price:checked ~ div.sheet-pay-the-price,
input[type=radio].sheet-ask-the-oracle:checked ~ div.sheet-ask-the-oracle,
input[type=radio].sheet-discover-a-site:checked ~ div.sheet-discover-a-site,
input[type=radio].sheet-delve-the-depths:checked ~ div.sheet-delve-the-depths,
input[type=radio].sheet-find-an-opportunity:checked ~ div.sheet-find-an-opportunity,
input[type=radio].sheet-reveal-a-danger:checked ~ div.sheet-reveal-a-danger,
input[type=radio].sheet-check-your-gear:checked ~ div.sheet-check-your-gear,
input[type=radio].sheet-locate-your-objective:checked ~ div.sheet-locate-your-objective,
input[type=radio].sheet-escape-the-depths:checked ~ div.sheet-escape-the-depths,
input[type=radio].sheet-reveal-a-danger-alt:checked ~ div.sheet-reveal-a-danger-alt,
input[type=radio].sheet-wield-a-rarity:checked ~ div.sheet-wield-a-rarity,
input[type=radio].sheet-mark-your-failure:checked ~ div.sheet-mark-your-failure,
input[type=radio].sheet-learn-from-your-failures:checked ~ div.sheet-learn-from-your-failures,
input[type=radio].sheet-advance-a-threat:checked ~ div.sheet-advance-a-threat,
input[type=radio].sheet-take-a-hiatus:checked ~ div.sheet-take-a-hiatus {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
.sheet-move-nav-child {
display: flex;
width: auto;
height: 1.3em;
padding: 0;
margin: 0.2em 0em 0.2em 0em;
text-align: center;
}
::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,0.5);
box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.sheet-move-delve-column-stat-header,
.sheet-move-delve-stat-column {
width: 16%;
}
.sheet-move-delve-column-stat-header-1,
.sheet-move-delve-stat-column-1 {
width: 17%;
}
.sheet-move-delve-column-stat-header-2,
.sheet-move-delve-stat-column-2 {
width: 18%;
}
.sheet-move-delve-column-stat-header-3,
.sheet-move-delve-stat-column-3 {
width: 15%;
}
.sheet-move-delve-column-header,
.sheet-move-delve-column {
width: 50%;
}
.sheet-move-delve-column-stat-header,
.sheet-move-delve-column-stat-header-1,
.sheet-move-delve-column-stat-header-2,
.sheet-move-delve-column-stat-header-3,
.sheet-move-delve-column-header {
font-weight: bold;
}
.sheet-move-delve-row-header {
padding: 0px 5px 0px 5px;
display: flex;
height: auto;
border-bottom: 2px solid #4c4d4f;
}
.sheet-embedded-btn {
padding-top: 0.2em !important;
font-family: 'Montserrat', Arial, sans-serif;
}
input.sheet-optional-move-failures:checked ~ div.sheet-optional-move-failures,
input.sheet-optional-move-sites:checked ~ div.sheet-optional-move-sites,
input.sheet-optional-move-threat:checked ~ div.sheet-optional-move-threat,
input.sheet-optional-move-rarity:checked ~ div.sheet-optional-move-rarity {
display: block;
}
.sheet-site-container {
border: 2px solid #4c4d4f;
border-radius: 0em;
margin-bottom: 1em;
padding: 1em;
}
.sheet-site-notes {
width: 97.5% !important;
height: 156px !important;
resize: none;
margin-left: 3px;
border-radius: 0;
}
.sheet-site-notes:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
.sheet-site-name,
.sheet-site-location,
.sheet-site-descriptors {
border: none;
border-radius: 0em;
background: transparent;
padding: 0;
padding-left: 0.5em;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: bold;
color: #4c4d4f;
}
.sheet-site-descriptors {
width: 43%;
}
.sheet-site-location {
width: 40%;
}
p.sheet-site-title {
text-align: left;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: bold;
font-size: 16px;
margin: 0 0 0px;
padding: 0.1em 0.2em 0.08em 0.2em;
text-transform: uppercase;
vertical-align: bottom;
display: inline;
color: #4c4d4f;
border-radius: 0;
}
.sheet-site-name::placeholder,
.sheet-site-location::placeholder,
.sheet-site-descriptors::placeholder {
color: #8a8a8a;
}
.sheet-site-row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 1em;
}
.sheet-site-column {
flex-direction: row;
width: 48%;
padding: 0.5em 0em 0.5em 0.7em;
}
.sheet-denizen-row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 0.5em;
}
.sheet-denizen-column {
flex-direction: column;
justify-content: center;
align-items: center;
width: 22%;
padding: 0.5em 0em 0.5em 0em;
}
.sheet-denizen-option-column {
flex-direction: column;
justify-content: center;
align-items: center;
width: 22%;
padding: 0.5em 0.5em 0.5em 0.5em;
}
.sheet-denizen-option {
font-size: 12px;
}
.sheet-site-progress-header {
display: flex;
justify-content: space-around;
align-items: center;
margin-bottom: 10px;
}
.sheet-denizen-operand-column {
flex-direction: column;
justify-content: center;
align-items: center;
width: 2%;
padding: 0.5em 0.5em 0.5em 0.5em;
}
p.sheet-denizen-title {
text-align: left;
font-family: 'Montserrat', Arial, sans-serif;
font-weight: bold;
font-size: 12px;
margin: 0 0 0px;
text-transform: uppercase;
vertical-align: bottom;
display: inline;
color: #4c4d4f;
}
.sheet-denizen-input {
border: none;
border-radius: 0em;
background: transparent;
padding: 0.5em;
width: 96%;
margin-left: 3px;
}
.sheet-denizen-input:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
.sheet-denizen-operand {
font-weight: bold;
}
.sheet-denizen-background,
.sheet-site-background {
background: #dedddc;
}
h3.sheet-site-divide::after,
h3.sheet-site-divide::before {
display: inline-block;
content: "";
height: 5px;
border-top: 2px solid #4c4d4f;
top: 0;
width: 331px;
}
h3.sheet-site-denizens-divide::after,
h3.sheet-site-denizens-divide::before {
display: inline-block;
content: "";
height: 5px;
border-top: 2px solid #4c4d4f;
top: 0;
width: 336px;
}
h3.sheet-site-divide-notes::after,
h3.sheet-site-divide-notes::before {
display: inline-block;
content: "";
height: 5px;
border-top: 2px solid #4c4d4f;
top: 0;
width: 352px;
}
.sheet-sites-container {
margin-top: 1em;
}
label.sheet-site-details {
display: flex;
justify-content: center;
width: 48.7%;
margin: 0;
padding: 0;
height: auto;
border-radius: 0em;
}
.sheet-site-details-content {
width: 100%;
padding: 0.2em;
text-align: center;
border-radius: 0em;
}
.sheet-site-details-button:checked ~ .sheet-site-details-content {
background: #4c4d4f;
color: #fff;
transition: 0.5s ease;
}
.sheet-show-theme-domains,
.sheet-show-site-info {
margin-top: 0.5em;
transition: all 0.7s !important;
}
.sheet-show-theme-domains {
justify-content: space-between;
}
input[type="checkbox"].sheet-show-site-info:checked ~ div.sheet-show-site-info,
input[type="checkbox"].sheet-show-theme-domains:checked ~ div.sheet-show-theme-domains {
flex-flow: column;
visibility: visible;
transition: all 0.7s !important;
height: 640px;
opacity: 1;
}
div.sheet-show-theme-domains {
display: flex;
flex-flow: row !important;
}
h3.sheet-site-divide-notes {
margin-bottom: 0.5em;
}
input.sheet-site-name {
width: 70%;
padding: 2px;
}
input.sheet-site-name:focus {
outline: 3px solid #fd0;
outline-offset: 0;
box-shadow: inset 0 0 0 2px;
}
.sheet-site-card-container {
display: flex;
font-family: 'Crimson Text', Arial, sans-serif;
font-size: 1em;
padding: 1em;
}
.sheet-domain-cards,
.sheet-theme-cards {
border: 2px solid #4c4d4f;
border-radius: 1em;
}
.sheet-domain-header,
.sheet-theme-header {
margin-top: 0.7em;
}
.sheet-domain-column,
.sheet-theme-column {
width: 100%;
}
.sheet-card-column {
width: 48.7%;
}
.sheet-site-details-bar {
display: flex;
justify-content: space-between;
}
input[type='radio'].sheet-theme-cards:checked ~ div.sheet-theme-cards,
input[type='radio'].sheet-domain-cards:checked ~ div.sheet-domain-cards,
input[type='radio'].sheet-custom-cards:checked ~ div.sheet-custom-cards {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.7s ease;
}
input[type='radio'].sheet-ancient:checked ~ div.sheet-ancient,
input[type='radio'].sheet-corrupted:checked ~ div.sheet-corrupted,
input[type='radio'].sheet-fortified:checked ~ div.sheet-fortified,
input[type='radio'].sheet-hallowed:checked ~ div.sheet-hallowed,
input[type='radio'].sheet-haunted:checked ~ div.sheet-haunted,
input[type='radio'].sheet-infested:checked ~ div.sheet-infested,
input[type='radio'].sheet-ravaged:checked ~ div.sheet-ravaged,
input[type='radio'].sheet-wild:checked ~ div.sheet-wild,
input[type='radio'].sheet-barrow:checked ~ div.sheet-barrow,
input[type='radio'].sheet-cavern:checked ~ div.sheet-cavern,
input[type='radio'].sheet-frozen-cavern:checked ~ div.sheet-frozen-cavern,
input[type='radio'].sheet-ice-reach:checked ~ div.sheet-ice-reach,
input[type='radio'].sheet-mine:checked ~ div.sheet-mine,
input[type='radio'].sheet-pass:checked ~ div.sheet-pass,
input[type='radio'].sheet-ruin:checked ~ div.sheet-ruin,
input[type='radio'].sheet-sea-cave:checked ~ div.sheet-sea-cave,
input[type='radio'].sheet-shadowfen:checked ~ div.sheet-shadowfen,
input[type='radio'].sheet-stronghold:checked ~ div.sheet-stronghold,
input[type='radio'].sheet-tanglewood:checked ~ div.sheet-tanglewood,
input[type='radio'].sheet-underkeep:checked ~ div.sheet-underkeep {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.7s ease;
}
input[type="checkbox"].sheet-showhide:checked ~ div.sheet-showhide,
input[type="checkbox"].sheet-asset-companion:checked ~ div.sheet-companion,
input[type="checkbox"].sheet-asset-path:checked ~ div.sheet-path,
input[type="checkbox"].sheet-asset-combat-talent:checked ~ div.sheet-combat-talent,
input[type="checkbox"].sheet-asset-ritual:checked ~ div.sheet-ritual,
input[type="checkbox"].sheet-asset-custom:checked ~ div.sheet-asset-custom {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
input[type="checkbox"].sheet-cave-lion:checked ~ div.sheet-cave-lion,
input[type="checkbox"].sheet-giant-spider:checked ~ div.sheet-giant-spider,
input[type="checkbox"].sheet-hawk:checked ~ div.sheet-hawk,
input[type="checkbox"].sheet-horse:checked ~ div.sheet-horse,
input[type="checkbox"].sheet-hound:checked ~ div.sheet-hound,
input[type="checkbox"].sheet-kindred:checked ~ div.sheet-kindred,
input[type="checkbox"].sheet-mammoth:checked ~ div.sheet-mammoth,
input[type="checkbox"].sheet-owl:checked ~ div.sheet-owl,
input[type="checkbox"].sheet-raven:checked ~ div.sheet-raven,
input[type="checkbox"].sheet-young-wyvern:checked ~ div.sheet-young-wyvern,
input[type="checkbox"].sheet-alchemist:checked ~ div.sheet-alchemist,
input[type="checkbox"].sheet-animal-kin:checked ~ div.sheet-animal-kin,
input[type="checkbox"].sheet-banner-sworn:checked ~ div.sheet-banner-sworn,
input[type="checkbox"].sheet-battle-scarred:checked ~ div.sheet-battle-scarred,
input[type="checkbox"].sheet-blade-bound:checked ~ div.sheet-blade-bound,
input[type="checkbox"].sheet-bonded:checked ~ div.sheet-bonded,
input[type="checkbox"].sheet-dancer:checked ~ div.sheet-dancer,
input[type="checkbox"].sheet-devotant:checked ~ div.sheet-devotant,
input[type="checkbox"].sheet-empowered:checked ~ div.sheet-empowered,
input[type="checkbox"].sheet-fortune-hunter:checked ~ div.sheet-fortune-hunter,
input[type="checkbox"].sheet-herbalist:checked ~ div.sheet-herbalist,
input[type="checkbox"].sheet-honorbound:checked ~ div.sheet-honorbound,
input[type="checkbox"].sheet-improviser:checked ~ div.sheet-improviser,
input[type="checkbox"].sheet-infiltrator:checked ~ div.sheet-infiltrator,
input[type="checkbox"].sheet-loyalist:checked ~ div.sheet-loyalist,
input[type="checkbox"].sheet-masked:checked ~ div.sheet-masked,
input[type="checkbox"].sheet-oathbreaker:checked ~ div.sheet-oathbreaker,
input[type="checkbox"].sheet-outcast:checked ~ div.sheet-outcast,
input[type="checkbox"].sheet-pretender:checked ~ div.sheet-pretender,
input[type="checkbox"].sheet-revenant:checked ~ div.sheet-revenant,
input[type="checkbox"].sheet-rider:checked ~ div.sheet-rider,
input[type="checkbox"].sheet-ritualist:checked ~ div.sheet-ritualist,
input[type="checkbox"].sheet-shadow-kin:checked ~ div.sheet-shadow-kin,
input[type="checkbox"].sheet-sighted:checked ~ div.sheet-sighted,
input[type="checkbox"].sheet-slayer:checked ~ div.sheet-slayer,
input[type="checkbox"].sheet-spirit-bound:checked ~ div.sheet-spirit-bound,
input[type="checkbox"].sheet-storyweaver:checked ~ div.sheet-storyweaver,
input[type="checkbox"].sheet-trickster:checked ~ div.sheet-trickster,
input[type="checkbox"].sheet-veteran:checked ~ div.sheet-veteran,
input[type="checkbox"].sheet-waterborn:checked ~ div.sheet-waterborn,
input[type="checkbox"].sheet-wayfinder:checked ~ div.sheet-wayfinder,
input[type="checkbox"].sheet-weapon-master:checked ~ div.sheet-weapon-master,
input[type="checkbox"].sheet-wildblood:checked ~ div.sheet-wildblood,
input[type="checkbox"].sheet-wright:checked ~ div.sheet-wright,
input[type="checkbox"].sheet-archer:checked ~ div.sheet-archer,
input[type="checkbox"].sheet-berserker:checked ~ div.sheet-berserker,
input[type="checkbox"].sheet-brawler:checked ~ div.sheet-brawler,
input[type="checkbox"].sheet-cutthroat:checked ~ div.sheet-cutthroat,
input[type="checkbox"].sheet-duelist:checked ~ div.sheet-duelist,
input[type="checkbox"].sheet-fletcher:checked ~ div.sheet-fletcher,
input[type="checkbox"].sheet-ironclad:checked ~ div.sheet-ironclad,
input[type="checkbox"].sheet-long-arm:checked ~ div.sheet-long-arm,
input[type="checkbox"].sheet-shield-bearer:checked ~ div.sheet-shield-bearer,
input[type="checkbox"].sheet-skirmisher:checked ~ div.sheet-skirmisher,
input[type="checkbox"].sheet-slinger:checked ~ div.sheet-slinger,
input[type="checkbox"].sheet-sunderer:checked ~ div.sheet-sunderer,
input[type="checkbox"].sheet-swordmaster:checked ~ div.sheet-swordmaster,
input[type="checkbox"].sheet-thunder-bringer:checked ~ div.sheet-thunder-bringer,
input[type="checkbox"].sheet-augur:checked ~ div.sheet-augur,
input[type="checkbox"].sheet-awakening:checked ~ div.sheet-awakening,
input[type="checkbox"].sheet-bind:checked ~ div.sheet-bind,
input[type="checkbox"].sheet-communion:checked ~ div.sheet-communion,
input[type="checkbox"].sheet-divination:checked ~ div.sheet-divination,
input[type="checkbox"].sheet-invoke:checked ~ div.sheet-invoke,
input[type="checkbox"].sheet-keen:checked ~ div.sheet-keen,
input[type="checkbox"].sheet-leech:checked ~ div.sheet-leech,
input[type="checkbox"].sheet-lightbearer:checked ~ div.sheet-lightbearer,
input[type="checkbox"].sheet-scry:checked ~ div.sheet-scry,
input[type="checkbox"].sheet-shadow-walk:checked ~ div.sheet-shadow-walk,
input[type="checkbox"].sheet-sway:checked ~ div.sheet-sway,
input[type="checkbox"].sheet-talisman:checked ~ div.sheet-talisman,
input[type="checkbox"].sheet-tether:checked ~ div.sheet-tether,
input[type="checkbox"].sheet-totem:checked ~ div.sheet-totem,
input[type="checkbox"].sheet-visage:checked ~ div.sheet-visage,
input[type="checkbox"].sheet-ward:checked ~ div.sheet-ward {
display: block;
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
select.sheet-path-dropdown option[value="alchemist"] ~ .sheet-alchemist {
display: flex;
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
input[type="radio"].sheet-asset-builder:checked ~ div.sheet-asset-builder,
input[type="radio"].sheet-asset-view:checked ~ div.sheet-asset-view {
display: block;
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
input[type="checkbox"].sheet-builder-titles-1:checked ~ div.sheet-builder-titles-1,
input[type="checkbox"].sheet-builder-titles-2:checked ~ div.sheet-builder-titles-2,
input[type="checkbox"].sheet-builder-titles-3:checked ~ div.sheet-builder-titles-3,
input[type="checkbox"].sheet-builder-ability-1-text:checked ~ div.sheet-builder-ability-1-text,
input[type="checkbox"].sheet-builder-ability-1-text-input:checked ~ div.sheet-builder-ability-1-text-input,
input[type="checkbox"].sheet-builder-ability-2-text:checked ~ div.sheet-builder-ability-2-text,
input[type="checkbox"].sheet-builder-ability-2-text-input:checked ~ div.sheet-builder-ability-2-text-input,
input[type="checkbox"].sheet-builder-ability-3-text:checked ~ div.sheet-builder-ability-3-text,
input[type="checkbox"].sheet-builder-ability-3-text-input:checked ~ div.sheet-builder-ability-3-text-input,
input[type="checkbox"].sheet-track-dropdown-1:checked ~ div.sheet-track-dropdown-1,
input[type="checkbox"].sheet-track-dropdown-2:checked ~ div.sheet-track-dropdown-2,
input[type="checkbox"].sheet-track-dropdown-3:checked ~ div.sheet-track-dropdown-3,
input[type="checkbox"].sheet-track-dropdown-4:checked ~ div.sheet-track-dropdown-4,
input[type="checkbox"].sheet-track-dropdown-5:checked ~ div.sheet-track-dropdown-5,
input[type="checkbox"].sheet-track-dropdown-6:checked ~ div.sheet-track-dropdown-6 {
display: flex;
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
div.sheet-builder-titles-1,
div.sheet-builder-titles-2,
div.sheet-builder-titles-3 {
flex-flow: column;
margin-bottom: 0.3em;
}
.sheet-view-title-width {
width: 22em;
margin: 0em 1em;
}
.sheet-asset-custom {
padding: 0.2em;
}
div.sheet-asset-view,
div.sheet-asset-builder {
margin-top: 0.3em;
}
input[type=checkbox].sheet-custom-asset-ability {
opacity: 1;
margin: 0px 5px 0 5px;
}
.sheet-custom-track {
width: 20.5em;
margin: 0 !important;
}
.sheet-ability-checkbox,
.sheet-build-text {
font-family: 'Crimson Text', Arial, sans-serif;
font-size: 13px;
resize: none;
height: 100px;
width: 22em;
margin: 0em 0.5em 0em 0.4em;
}
.sheet-ability-text {
font-family: 'Crimson Text', Arial, sans-serif;
font-size: 14.3px;
resize: none;
height: 100px;
margin-bottom: 0em;
width: 18em;
}
.sheet-builder-dropdown {
font-size: 14px;
}
.sheet-asset-description {
margin: 0 12px 0px 12px;
font-family: 'Crimson Text', Arial, sans-serif;
}
div.sheet-asset-ability {
width: 100%;
height: 100%;
margin: 0px 12px 6px 10px;
}
div.sheet-asset-ability ul {
margin-left: 15px;
margin-bottom: 0;
}
div.sheet-assets {
display: block !important;
text-align: left;
}
div.sheet-assets .repcontainer {
display: flex;
flex-flow: row wrap;
padding: 0.5em;
font-family: 'Crimson Text', Arial, sans-serif;
justify-content: space-evenly;
}
div.sheet-assets .repcontainer .repitem {
float: left !important;
}
.sheet-asset-write-in {
margin-bottom: 4px;
}
.sheet-asset-ability-write-in {
margin-top: 4px;
}
.sheet-asset-write-in {
display: flex;
white-space: nowrap;
}
.sheet-asset-ability-write-in {
display: inline;
white-space: nowrap;
}
.sheet-asset {
display: inline-block;
width: 320px;
max-width: 320px;
border: 2px solid #4c4d4f;
margin-bottom: 20px;
font-size: 14.3px;
line-height: 1.25;
}
.sheet-asset input.sheet-border-bottom {
border-bottom-color: #4c4d4f;
}
.sheet-asset-write-in input,
.sheet-asset-ability-write-in input {
height: 1.4em;
width: 100%;
padding: 0;
margin-left: 5px;
margin-top: 2px;
font-size: 15px;
font-weight: bold;
}
input[type="checkbox"].sheet-asset-ability {
opacity: 1 !important;
margin-top: 0.2em;
}
.sheet-asset-header {
background: #4c4d4f;
color: #fff;
}
.sheet-asset-type-selection {
background: #4c4d4f;
color: #fff;
border: 0;
}
.sheet-asset-type-dropdown {
color: #fff;
background: #4c4d4f;
width: auto;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
-webkit-appearance: menulist;
margin: 6px 4px;
}
.sheet-sub-dropdown {
-webkit-appearance: menulist;
width: auto;
margin: 7px 4px;
font-weight: bold;
text-transform: uppercase;
}
.sheet-asset-track-wrapper {
margin: 10px;
display: flex;
}
.sheet-asset-track-box {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 0%;
background: transparent;
border: 2px solid #4c4d4f;
padding: 5px;
margin-bottom: 2px;
}
.sheet-asset-track-wrapper-wordy {
text-transform: uppercase;
}
.sheet-asset-track-wrapper-wordy .sheet-asset-track-box {
flex-direction: row;
}
.sheet-asset-track-box-display {
font-size: 17px;
font-weight: bold;
}
.sheet-ability-top {
margin-top: 1em;
}
.sheet-builder-name {
margin-bottom: 0.5em;
}
span.sheet-custom-asset-page {
margin-left: 0.3em;
margin-right: 0.5em;
}
.sheet-asset-description-text {
margin-top: 0.4em;
}
.sheet-asset-name {
display: inline;
}
.sheet-asset-body {
font-size: 14.3px;
line-height: 1.25;
margin: 0 0 4px;
}
input.sheet-oracle-ironsworn:checked ~ div.sheet-oracle-ironsworn,
input.sheet-oracle-delve:checked ~ div.sheet-oracle-delve {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.7s ease;
}
.sheet-oracle-btn {
margin: 0;
width: 100%;
}
.sheet-oracle-name {
text-transform: capitalize;
}
.sheet-oracles {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.sheet-oracle {
margin: 0em;
color: #4c4d4f;
display: flex;
}
input[type=radio].sheet-plot-action:checked ~ div.sheet-plot-action,
input[type=radio].sheet-plot-theme:checked ~ div.sheet-plot-theme,
input[type=radio].sheet-location-region:checked ~ div.sheet-location-region,
input[type=radio].sheet-location-location:checked ~ div.sheet-location-location,
input[type=radio].sheet-location-coastal-waters-location:checked ~ div.sheet-location-coastal-waters-location,
input[type=radio].sheet-location-descriptor:checked ~ div.sheet-location-descriptor,
input[type=radio].sheet-location-settlement-name:checked ~ div.sheet-location-settlement-name,
input[type=radio].sheet-location-quick-settlement-name:checked ~ div.sheet-location-quick-settlement-name,
input[type=radio].sheet-plot-settlement-trouble:checked ~ div.sheet-plot-settlement-trouble,
input[type=radio].sheet-character-role:checked ~ div.sheet-character-role,
input[type=radio].sheet-character-goal:checked ~ div.sheet-character-goal,
input[type=radio].sheet-character-descriptor:checked ~ div.sheet-character-descriptor,
input[type=radio].sheet-names-ironlander:checked ~ div.sheet-names-ironlander,
input[type=radio].sheet-names-elf:checked ~ div.sheet-names-elf,
input[type=radio].sheet-names-giant:checked ~ div.sheet-names-giant,
input[type=radio].sheet-names-varou:checked ~ div.sheet-names-varou,
input[type=radio].sheet-names-troll:checked ~ div.sheet-names-troll,
input[type=radio].sheet-plot-combat-actions:checked ~ div.sheet-plot-combat-actions,
input[type=radio].sheet-plot-mystic-backlash:checked ~ div.sheet-plot-mystic-backlash,
input[type=radio].sheet-plot-major-plot-twist:checked ~ div.sheet-plot-major-plot-twist,
input[type=radio].sheet-plot-challenge-rank:checked ~ div.sheet-plot-challenge-rank,
input[type=radio].sheet-fate-pay-the-price:checked ~ div.sheet-fate-pay-the-price,
input[type=radio].sheet-fate-ask-the-oracle:checked ~ div.sheet-fate-ask-the-oracle,
input[type=radio].sheet-endure-harm:checked ~ div.sheet-endure-harm,
input[type=radio].sheet-endure-stress:checked ~ div.sheet-endure-stress,
input[type=radio].sheet-feature-aspect:checked ~ div.sheet-feature-aspect,
input[type=radio].sheet-feature-focus:checked ~ div.sheet-feature-focus,
input[type=radio].sheet-site-name-format:checked ~ div.sheet-site-name-format,
input[type=radio].sheet-site-name-description:checked ~ div.sheet-site-name-description,
input[type=radio].sheet-site-name-detail:checked ~ div.sheet-site-name-detail,
input[type=radio].sheet-site-name-namesake:checked ~ div.sheet-site-name-namesake,
input[type=radio].sheet-site-name-place:checked ~ div.sheet-site-name-place,
input[type=radio].sheet-site-nature-theme:checked ~ div.sheet-site-nature-theme,
input[type=radio].sheet-site-nature-domain:checked ~ div.sheet-site-nature-domain,
input[type=radio].sheet-character-disposition:checked ~ div.sheet-character-disposition,
input[type=radio].sheet-character-activity:checked ~ div.sheet-character-activity,
input[type=radio].sheet-monstrosity-size:checked ~ div.sheet-monstrosity-size,
input[type=radio].sheet-monstrosity-primary-form:checked ~ div.sheet-monstrosity-primary-form,
input[type=radio].sheet-monstrosity-characteristics:checked ~ div.sheet-monstrosity-characteristics,
input[type=radio].sheet-monstrosity-abilities:checked ~ div.sheet-monstrosity-abilities,
input[type=radio].sheet-trap-event:checked ~ div.sheet-trap-event,
input[type=radio].sheet-trap-component:checked ~ div.sheet-trap-component,
input[type=radio].sheet-combat-event-method:checked ~ div.sheet-combat-event-method,
input[type=radio].sheet-combat-event-target:checked ~ div.sheet-combat-event-target,
input[type=radio].sheet-threat-advance-a-threat:checked ~ div.sheet-threat-advance-a-threat,
input[type=radio].sheet-threat-category:checked ~ div.sheet-threat-category,
input[type=radio].sheet-threat-cursed-site:checked ~ div.sheet-threat-cursed-site,
input[type=radio].sheet-threat-burgeoning-conflict:checked ~ div.sheet-threat-burgeoning-conflict,
input[type=radio].sheet-threat-environmental-calamity:checked ~ div.sheet-threat-environmental-calamity,
input[type=radio].sheet-threat-malignant-plague:checked ~ div.sheet-threat-malignant-plague,
input[type=radio].sheet-threat-rampaging-creature:checked ~ div.sheet-threat-rampaging-creature,
input[type=radio].sheet-threat-ravaging-horde:checked ~ div.sheet-threat-ravaging-horde,
input[type=radio].sheet-threat-scheming-leader:checked ~ div.sheet-threat-scheming-leader,
input[type=radio].sheet-threat-power-hungry-mystic:checked ~ div.sheet-threat-power-hungry-mystic,
input[type=radio].sheet-threat-zealous-cult:checked ~ div.sheet-threat-zealous-cult,
input[type=radio].sheet-moves-ask-the-oracle:checked ~ div.sheet-moves-ask-the-oracle,
input[type=radio].sheet-moves-pay-the-price:checked ~ div.sheet-moves-pay-the-price {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
.sheet-oracle-container {
display: flex;
opacity: 1;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 1em;
font-weight: bold;
justify-content: space-between;
margin-top: 1em;
padding: 0.1em;
}
.sheet-oracle-column {
display: flex;
flex-direction: column;
}
.sheet-oracle-sub-column {
width: 50%;
}
.sheet-theme-outline {
border: 1px solid #4c4d4f;
}
span.sheet-oracle-result {
width: 80%;
}
.sheet-oracle-box {
border: 2px solid #4c4d4f;
box-sizing: border-box;
width: 100%;
}
.sheet-oracle-box:nth-child(n+2) {
margin-top: 10px;
}
.sheet-oracle-title {
background-color: #4c4d4f;
color: #fff;
border-bottom: 1px solid #4c4d4f;
font-size: 1.4em;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
text-transform: uppercase;
}
.sheet-oracle-table-preview {
width: auto;
}
.sheet-oracle-show {
display: inline-flex;
font-size: 1em;
margin: 0em;
padding: 0.3em;
}
.sheet-oracle-show:hover {
background: #969696;
cursor: pointer;
transition: 0.5s ease;
}
.sheet-oracle-table {
border: 2px solid #4c4d4f;
}
.sheet-flex-table {
display: flex;
}
.sheet-oracle-row:nth-child(2n+1),
.sheet-oracle:nth-child(2n+1) {
background-color: #ddd;
}
.sheet-oracle-row {
padding: 3px 0px 3px 0px;
display: flex;
height: auto;
}
.sheet-oracle-row-2 {
width: 50%;
}
.sheet-oracle-row-3 {
width: 33.33%;
}
.sheet-oracle-row-4 {
width: 25%;
}
.sheet-oracle-roll {
width: 20%;
padding-left: 0.5em;
}
.sheet-oracle-table-2-column {
display: flex;
flex-flow: column wrap;
height: 48em;
}
.sheet-oracle-table-3-column {
display: flex;
flex-flow: column wrap;
height: 63em;
}
.sheet-oracle-table-4-column {
display: flex;
flex-flow: column wrap;
height: 93em;
}
.sheet-oracle-table-2-column-group {
display: flex;
}
.sheet-table-list {
width: 33%;
}
.sheet-oracle-column.sheet-table-main {
width: 66%;
}
.sheet-oracle-footer {
background-color: #434b4d;
color: #fff;
line-height: 0.9em;
font-size: 0.9em;
font-family: 'Montserrat', Arial, sans-serif;
font-variant: small-caps;
font-weight: bold;
text-align: left;
padding: 0.5rem;
}
.sheet-oracle-preview {
width: max-content;
}
.sheet-column-wrap {
width: 50%;
}
.sheet-debilities {
margin-bottom: 0px;
}
.sheet-debility {
display: flex;
flex-flow: row wrap;
}
.sheet-flex-container {
display: flex;
align-items: flex-start;
}
.sheet-flex-wrapper {
display: flex;
flex-direction: column;
margin-bottom: 10px;
font-weight: normal;
padding: 0.5em;
}
.sheet-track-box-input {
width: 80px;
height: 45px !important;
opacity: 0;
vertical-align: top;
}
.sheet-track-box-back {
width: 80px;
height: 45px;
margin-top: -45px;
}
.sheet-resources-box-input {
width: 80px;
height: 40px !important;
opacity: 0;
vertical-align: top;
}
.sheet-resources-box-back {
width: 80px;
height: 40px;
margin-top: -40px;
}
.sheet-track-box-input:hover ~ .sheet-track-box-back,
.sheet-resources-box-input:hover ~ .sheet-resources-box-back {
background: #ccc;
transition: 0.5s ease;
}
.sheet-track-box-input:checked ~ .sheet-track-box-back,
.sheet-resources-box-input:checked ~ .sheet-resources-box-back {
background: #4c4d4f;
color: #fff;
transition: 0.5s ease;
}
.sheet-track-box-value {
padding: 0px;
font-weight: bold;
height: 35px;
padding-top: 10px;
font-size: 18px;
color: inherit;
}
.sheet-resources-box-value {
padding: 0px;
font-weight: bold;
height: 35px;
padding-top: 10px;
font-size: 18px;
color: inherit;
}
.sheet-resources-title-box {
width: 80px;
height: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 0%;
background: transparent;
border: 2px solid #4c4d4f;
margin-top: 20px;
margin-bottom: 2px;
}
.sheet-resources-box {
width: 80px;
height: 40px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 0%;
background: transparent;
border: 2px solid #4c4d4f;
margin-bottom: 2px;
}
.sheet-pc-name {
width: 100%;
font-weight: bold;
font-size: 14px;
border: 2px solid #4c4d4f;
background: #e6e7e8;
color: #4c4d4f;
border-radius: 0;
}
.sheet-debil-desc {
width: 100%;
font-weight: bold;
font-size: 14px;
}
.sheet-border {
border: 1px solid #ccc;
border-radius: 4px;
}
textarea.sheet-full-width {
width: 95%;
resize: vertical;
}
input.sheet-filler[type="radio"],
input[type="checkbox"].sheet-checkbox {
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
}
/* Fake radio/checkbox */
input[type="radio"] + span::before,
input[type="checkbox"].sheet-checkbox + span::before {
margin-right: 4px;
border: solid 1px #a8a8a8;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
-moz-box-shadow: 0 0 2px #ccc;
-webkit-box-shadow: 0 0 2px #ccc;
box-shadow: 0 0 2px #ccc;
background: #f6f6f6;
background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
background: -o-radial-gradient(#f6f6f6, #dfdfdf);
background: radial-gradient(#f6f6f6, #dfdfdf);
}
input[type="checkbox"].sheet-checkbox + span::before,
input.sheet-filler[type="radio"] + span::before {
content: "";
width: 14px;
height: 14px;
font-size: 12px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
input[type="checkbox"].sheet-checkbox:checked + span::before {
content: "■";
}
input.sheet-zeroxp[type="radio"] + span::before {
content: "0" !important;
}
input.sheet-filler[type="radio"] + span::before {
content: "■";
}
/* Remove dot from all radios _after_ selected one */
input.sheet-filler[type="radio"]:checked ~ input.sheet-filler[type="radio"] + span::before {
content: "";
}
span.sheet-showhide:checked {
background-color: #4c4d4f;
color: #fff;
transition: 0.5s ease;
}
span.sheet-showhide {
display: inline;
border: 1px solid #ccc;
margin-right: 11px;
border-radius: 4px;
padding: 2px 4px;
font-weight: bold;
font-size: 14px;
}
span.sheet-showhide:hover {
cursor: pointer;
border-radius: 4px;
padding: 2px 4px;
background-color: #ccc;
color: #4c4d4f;
transition: 0.5s ease;
}
div.sheet-showhide {
visibility: hidden;
transition: opacity 1s ease-out;
opacity: 0;
height: 0;
overflow: hidden;
}
.sheet-hide {
display: none;
}
div.sheet-preview-roll {
padding: 0em;
}
input.sheet-show-hide:checked ~ div.sheet-show-hide {
visibility: visible;
height: auto;
opacity: 1;
transition: 0.2s ease;
}
span.sheet-preview-roll {
width: 30%;
margin-left: 1em;
}
.sheet-button-container {
width: 2.5em;
border: 2px solid #4c4d4f;
}
.sheet-button-container-preview {
width: 2.4em;
}
.sheet-no-border {
border: 0;
}
.sheet-requirement-area {
height: auto;
margin-bottom: 5px;
}
input.sheet-border-bottom {
border-bottom: 1px solid #4c4d4f;
border-radius: 0em;
}
.sheet-full-width {
width: 100%;
margin-top: 0.3em;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-result-row,
.sheet-rolltemplate-moves_oracles .sheet-result-row,
.sheet-rolltemplate-ironsworn_moves .sheet-discover-a-site-row,
.sheet-rolltemplate-delve_oracles .sheet-result-row {
padding: 0.5em;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-oracle-dice,
.sheet-rolltemplate-moves_oracles .sheet-oracle-dice,
.sheet-rolltemplate-ironsworn_delve .sheet-oracle-dice,
.sheet-rolltemplate-delve_oracles .sheet-oracle-dice {
align-self: center;
margin-right: 0.5em;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-oracle-dice span,
.sheet-rolltemplate-moves_oracles .sheet-oracle-dice span,
.sheet-rolltemplate-ironsworn_delve .sheet-oracle-dice span,
.sheet-rolltemplate-delve_oracles .sheet-oracle-dice span {
border: 0px !important;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-oracle-double-dice,
.sheet-rolltemplate-moves_oracles .sheet-oracle-double-dice,
.sheet-rolltemplate-ironsworn_delve .sheet-oracle-double-dice,
.sheet-rolltemplate-delve_oracles .sheet-oracle-double-dice {
width: 5.7em;
text-align: center;
padding: 0.1em;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-oracle-double-dice span,
.sheet-rolltemplate-moves_oracles .sheet-oracle-double-dice span,
.sheet-rolltemplate-ironsworn_delve .sheet-oracle-double-dice span,
.sheet-rolltemplate-delve_oracles .sheet-oracle-double-dice span {
border: 0px !important;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-roll-container,
.sheet-rolltemplate-moves_oracles .sheet-roll-container,
.sheet-rolltemplate-delve_oracles .sheet-roll-container {
background: #33323c;
color: #fff;
font-size: 1em;
font-family: 'Roboto', Arial, sans-serif;
border: 1px solid #000;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-result-row,
.sheet-rolltemplate-moves_oracles .sheet-result-row,
.sheet-rolltemplate-delve_oracles .sheet-result-row {
display: flex;
justify-content: space-between;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-roll-outcome,
.sheet-rolltemplate-moves_oracles .sheet-roll-outcome,
.sheet-rolltemplate-delve_oracles .sheet-roll-outcome {
background: #403f4b;
border: 1px solid #000;
}
.sheet-rolltemplate-ironsworn_oracles .inlinerollresult,
.sheet-rolltemplate-moves_oracles .inlinerollresult,
.sheet-rolltemplate-delve_oracles .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid #33323c;
background: transparent;
border-radius: 1em;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-roll-outcome,
.sheet-rolltemplate-moves_oracles .sheet-roll-outcome,
.sheet-rolltemplate-delve_oracles .sheet-roll-outcome {
background: #403f4b;
border: 1px solid #000;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-subheader,
.sheet-rolltemplate-moves_oracles .sheet-subheader,
.sheet-rolltemplate-delve_oracles .sheet-subheader {
text-transform: capitalize;
line-height: 1.5em;
font-style: italic;
font-weight: 900;
text-align: left;
padding: 0.4em 1em 0.4em 1em;
background-color: #23222b;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-subfooter,
.sheet-rolltemplate-moves_oracles .sheet-subfooter,
.sheet-rolltemplate-delve_oracles .sheet-subfooter {
line-height: 1.5em;
font-style: italic;
font-weight: 900;
text-align: left;
padding: 0.4em 0em 0.4em 0em;
background-color: #403f4b;
width: 100%;
text-align: center;
}
.sheet-rolltemplate-ironsworn_oracles .sheet-result-body,
.sheet-rolltemplate-moves_oracles .sheet-result-body,
.sheet-rolltemplate-delve_oracles .sheet-result-body {
padding: 0.4em 1em 0.4em 1em;
}
.sheet-rolltemplate-ironsworn_delve .sheet-rarity-die {
border-top: 2px solid #000;
background-color: #6a286a;
border-bottom: 2px solid #000;
}
.sheet-rolltemplate-ironsworn_moves .sheet-roll-name {
padding: 0.2em 1em 0.2em 1em;
text-align: right;
font-variant-caps: all-small-caps;
font-size: 16px;
}
.sheet-rolltemplate-ironsworn_progress .sheet-progress-name {
padding: 0.2em 1em 0.2em 1em;
text-align: left;
font-variant-caps: all-small-caps;
font-size: 16px;
}
.sheet-rolltemplate-ironsworn_moves .sheet-roll-container,
.sheet-rolltemplate-ironsworn_progress .sheet-roll-container {
background: #33323c;
color: #fff;
font-size: 1em;
font-family: 'Roboto', Arial, sans-serif;
border: 1px solid #000;
}
.sheet-rolltemplate-ironsworn_moves .sheet-result-row,
.sheet-rolltemplate-ironsworn_progress .sheet-result-row {
display: flex;
justify-content: space-between;
}
.sheet-rolltemplate-ironsworn_moves .inlinerollresult,
.sheet-rolltemplate-ironsworn_progress .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid #33323c;
background: transparent;
border-radius: 1em;
}
.sheet-rolltemplate-ironsworn_progress .sheet-action-score .fullfail,
.sheet-rolltemplate-ironsworn_moves .sheet-action-score .fullfail {
border: 2px solid #d22e53;
}
.sheet-rolltemplate-ironsworn_progress .sheet-action-score .fullcrit,
.sheet-rolltemplate-ironsworn_moves .sheet-action-score .fullcrit {
border: 2px solid #42829e;
}
.sheet-rolltemplate-ironsworn_progress .sheet-challenge-dice .fullcrit,
.sheet-rolltemplate-ironsworn_moves .sheet-challenge-dice .fullcrit {
border: 2px solid #d22e53;
}
.sheet-rolltemplate-ironsworn_progress .sheet-challenge-dice .fullfail,
.sheet-rolltemplate-ironsworn_moves .sheet-challenge-dice .fullfail {
border: 2px solid #42829e;
}
.sheet-rolltemplate-ironsworn_progress .sheet-roll-outcome,
.sheet-rolltemplate-ironsworn_moves .sheet-roll-outcome {
background: #403f4b;
border: 1px solid #000;
}
.sheet-rolltemplate-ironsworn_moves .sheet-subheader,
.sheet-rolltemplate-ironsworn_progress .sheet-subheader {
line-height: 1.5em;
font-style: italic;
font-weight: 900;
text-align: left;
padding: 0.4em 1em 0.4em 1em;
background-color: #23222b;
}
.sheet-rolltemplate-ironsworn_moves .sheet-subfooter,
.sheet-rolltemplate-ironsworn_progress .sheet-subfooter {
line-height: 1.5em;
font-style: italic;
font-weight: 900;
text-align: left;
padding: 0.4em 0em 0.4em 0em;
background-color: #403f4b;
width: 100%;
}
.sheet-rolltemplate-ironsworn_moves .sheet-result-body,
.sheet-rolltemplate-ironsworn_progress .sheet-result-body {
padding: 0.4em 1em 0.4em 1em;
}
.sheet-rolltemplate-ironsworn_moves .sheet-alert,
.sheet-rolltemplate-ironsworn_progress .sheet-alert {
margin: 0.2em 0.3em 0.2em 0.3em;
border-radius: 1em;
width: auto;
padding: 0.5em;
}
.sheet-rolltemplate-ironsworn_moves .sheet-opportunity,
.sheet-rolltemplate-ironsworn_progress .sheet-opportunity {
width: 1em;
margin: 0.3em 0.5em 0.3em 0.3em;
border-radius: 1em;
background-color: #40819f;
}
.sheet-rolltemplate-ironsworn_moves .sheet-strong-hit,
.sheet-rolltemplate-ironsworn_progress .sheet-strong-hit {
width: 1em;
margin: 0.3em 0.5em 0.3em 0.3em;
border-radius: 1em;
background-color: #63a9ca;
}
.sheet-rolltemplate-ironsworn_moves .sheet-weak-hit,
.sheet-rolltemplate-ironsworn_progress .sheet-weak-hit {
width: 1em;
margin: 0.3em 0.5em 0.3em 0.3em;
border-radius: 1em;
background-color: #83dbff;
}
.sheet-rolltemplate-ironsworn_moves .sheet-miss,
.sheet-rolltemplate-ironsworn_progress .sheet-miss {
width: 1em;
margin: 0.3em 0.5em 0.3em 0.3em;
border-radius: 1em;
background-color: #d8566f;
}
.sheet-rolltemplate-ironsworn_moves .sheet-rarity-die {
width: 1em;
margin: 0.3em 0.5em 0.3em 0.3em;
border-radius: 1em;
background-color: #e779fb;
}
.sheet-rolltemplate-ironsworn_moves .sheet-complication,
.sheet-rolltemplate-ironsworn_progress .sheet-complication {
width: 1em;
margin: 0.3em 0.5em 0.3em 0.3em;
border-radius: 1em;
background-color: #d22e53;
}
.sheet-rolltemplate-ironsworn_moves .userscript-tcat,
.sheet-rolltemplate-ironsworn_progress .userscript-tcat {
font-weight: 900;
}
.sheet-rolltemplate-ironsworn_moves .sheet-momentum-title {
line-height: 22px;
}
.sheet-rolltemplate-ironsworn table>thead>tr>th,
.sheet-rolltemplate-ironsworn table>tbody>tr>th,
.sheet-rolltemplate-ironsworn table>tfoot>tr>th,
.sheet-rolltemplate-ironsworn table>thead>tr>td,
.sheet-rolltemplate-ironsworn table>tbody>tr>td,
.sheet-rolltemplate-ironsworn table>tfoot>tr>td,
.sheet-rolltemplate-ironswornoracles table>thead>tr>th,
.sheet-rolltemplate-ironswornoracles table>tbody>tr>th,
.sheet-rolltemplate-ironswornoracles table>tfoot>tr>th,
.sheet-rolltemplate-ironswornoracles table>thead>tr>td,
.sheet-rolltemplate-ironswornoracles table>tbody>tr>td,
.sheet-rolltemplate-ironswornoracles table>tfoot>tr>td,
.sheet-rolltemplate-ironsworndelve table>thead>tr>th,
.sheet-rolltemplate-ironsworndelve table>tbody>tr>th,
.sheet-rolltemplate-ironsworndelve table>tfoot>tr>th,
.sheet-rolltemplate-ironsworndelve table>thead>tr>td,
.sheet-rolltemplate-ironsworndelve table>tbody>tr>td,
.sheet-rolltemplate-ironsworndelve table>tfoot>tr>td,
.sheet-rolltemplate-ironsworndelveoracles table>thead>tr>th,
.sheet-rolltemplate-ironsworndelveoracles table>tbody>tr>th,
.sheet-rolltemplate-ironsworndelveoracles table>tfoot>tr>th,
.sheet-rolltemplate-ironsworndelveoracles table>thead>tr>td,
.sheet-rolltemplate-ironsworndelveoracles table>tbody>tr>td,
.sheet-rolltemplate-ironsworndelveoracles table>tfoot>tr>td {
padding: 4px;
border: none;
}
.sheet-rolltemplate-ironsworn table,
.sheet-rolltemplate-ironswornoracles table,
.sheet-rolltemplate-ironsworndelve table,
.sheet-rolltemplate-ironsworndelveoracles table {
width: 100%;
border: 1px solid;
color: #4c4d4f;
font-size: 1em;
font-family: Verdana, Arial, sans-serif;
margin: 0px;
}
.sheet-rolltemplate-ironsworn th,
.sheet-rolltemplate-ironswornoracles th,
.sheet-rolltemplate-ironsworndelve th,
.sheet-rolltemplate-ironsworndelveoracles th {
background-color: #434b4d;
color: #fff;
padding: 2px;
/*border-bottom: 1px solid #4C4D4F;*/
line-height: 1.2em;
font-size: 1.2em;
text-align: center;
}
.sheet-rolltemplate-ironsworn .sheet-subheader,
.sheet-rolltemplate-ironswornoracles .sheet-subheader,
.sheet-rolltemplate-ironsworndelve .sheet-subheader,
.sheet-rolltemplate-ironsworndelveoracles .sheet-subheader {
background-color: #434b4d;
color: #fff;
line-height: 0.9em;
font-size: 0.9em;
font-family: Verdana, arial, sans-serif;
font-variant: small-caps;
font-style: italic;
font-weight: bold;
text-align: left;
padding: 0.5rem;
}
.sheet-rolltemplate-ironsworn .sheet-subfooter,
.sheet-rolltemplate-ironswornoracles .sheet-subfooter,
.sheet-rolltemplate-ironsworndelve .sheet-subfooter,
.sheet-rolltemplate-ironsworndelveoracles .sheet-subfooter {
background-color: #b9b9b6;
line-height: 0.9em;
font-size: 0.9em;
font-family: Verdana, arial, sans-serif;
font-variant: small-caps;
font-style: italic;
font-weight: bold;
text-align: left;
}
.sheet-rolltemplate-ironsworndelve .sheet-rarity-die {
border-top: 2px solid #000;
color: #fff;
background-color: #6a286a;
border-bottom: 2px solid #000;
}
.sheet-rolltemplate-ironsworn .sheet-alert,
.sheet-rolltemplate-ironsworndelve .sheet-alert {
color: #fff;
background-color: #761818;
}
.sheet-rolltemplate-ironsworn .sheet-opportunity,
.sheet-rolltemplate-ironswornoracles .sheet-opportunity,
.sheet-rolltemplate-ironsworndelve .sheet-opportunity,
.sheet-rolltemplate-ironsworndelveoracles .sheet-opportunity {
color: #fff;
background-color: #0b3f0b;
}
.sheet-rolltemplate-ironsworn .sheet-strong-hit,
.sheet-rolltemplate-ironsworndelve .sheet-strong-hit {
color: #fff;
background-color: #125812;
}
.sheet-rolltemplate-ironsworn .sheet-weak-hit,
.sheet-rolltemplate-ironsworndelve .sheet-weak-hit {
color: #fff;
background-color: #186251;
}
.sheet-rolltemplate-ironsworn .sheet-miss,
.sheet-rolltemplate-ironsworndelve .sheet-miss {
color: #fff;
background-color: #7d2b1d;
}
.sheet-rolltemplate-ironsworn .sheet-complication,
.sheet-rolltemplate-ironsworndelve .sheet-complication {
color: #fff;
background-color: #761818;
}
.sheet-rolltemplate-ironsworn .userscript-tcat,
.sheet-rolltemplate-ironswornoracles .userscript-tcat,
.sheet-rolltemplate-ironsworndelve .userscript-tcat,
.sheet-rolltemplate-ironsworndelveoracles .userscript-tcat {
font-weight: bold;
}
.sheet-rolltemplate-ironsworn td,
.sheet-rolltemplate-ironswornoracles td,
.sheet-rolltemplate-ironsworndelve td,
.sheet-rolltemplate-ironsworndelveoracles td {
padding: 5px;
/*border-bottom: 1px solid #4C4D4F;*/
}
.sheet-rolltemplate-ironswornoracles .sheet-oracle-dice,
.sheet-rolltemplate-ironsworndelve .sheet-oracle-dice,
.sheet-rolltemplate-ironsworndelveoracles .sheet-oracle-dice {
width: 2em;
border-right: 1px solid;
background: #bfbfbf;
}
.sheet-rolltemplate-ironswornoracles .sheet-oracle-dice span,
.sheet-rolltemplate-ironsworndelve .sheet-oracle-dice span,
.sheet-rolltemplate-ironsworndelveoracles .sheet-oracle-dice span {
border: 0px !important;
}
.sheet-rolltemplate-ironswornoracles .sheet-oracle-double-dice,
.sheet-rolltemplate-ironsworndelve .sheet-oracle-double-dice,
.sheet-rolltemplate-ironsworndelveoracles .sheet-oracle-double-dice {
width: 5.7em;
border-right: 1px solid;
text-align: center;
background: #bfbfbf;
padding: 0.1em;
}
.sheet-rolltemplate-ironswornoracles .sheet-oracle-double-dice span,
.sheet-rolltemplate-ironsworndelve .sheet-oracle-double-dice span,
.sheet-rolltemplate-ironsworndelveoracles .sheet-oracle-double-dice span {
border: 0px !important;
}
.sheet-rolltemplate-ironsworn tr:nth-child(odd),
.sheet-rolltemplate-ironswornoracles tr:nth-child(odd),
.sheet-rolltemplate-ironsworndelve tr:nth-child(odd),
.sheet-rolltemplate-ironsworndelveoracles tr:nth-child(odd) {
background-color: #d9d9d6;
}
.sheet-rolltemplate-ironsworn tr:nth-child(even),
.sheet-rolltemplate-ironswornoracles tr:nth-child(even),
.sheet-rolltemplate-ironsworndelve tr:nth-child(even),
.sheet-rolltemplate-ironsworndelveoracles tr:nth-child(even) {
background-color: #e9e9e6;
}
.sheet-rolltemplate-ironsworn .inlinerollresult,
.sheet-rolltemplate-ironswornoracles .inlinerollresult,
.sheet-rolltemplate-ironsworndelve .inlinerollresult,
.sheet-rolltemplate-ironsworndelveoracles .inlinerollresult {
display: inline-block;
min-width: 1.5em;
text-align: center;
border: 2px solid #434b4d;
background: transparent;
}