Files
roll20-character-sheets/Ordem Paranormal/ordemparanormal.css
T

5599 lines
120 KiB
CSS

@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:ital,wght@0,400;0,500;0,700;1,400;1,700|PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
font-family: "Tormenta20x";
src: local("Tormenta20x"), local("Tormenta20x-Regular"),
url("https://raw.githubusercontent.com/RoenMidnight/roll20-character-sheets/master/Tormenta20%20-%20Jogo%20do%20Ano/Fonts/Tormenta20x.ttf");
}
body,
.charsheet,
.sheet-rolltemplate-ordem-paranormal,
.sheet-rolltemplate-ordem-paranormal-attack,
.sheet-rolltemplate-ordem-paranormal-error-chance,
.sheet-rolltemplate-ordem-paranormal-info,
.sheet-rolltemplate-spell,
.sheet-rolltemplate-custom {
--background-color: #ffffff;
--background-color-secondary: #ffffff;
--background-color-disabled: #eff0f4;
--accent-color: #000000;
--accent-color-hover: #eff0f4;
--description-background: #fdf8ab;
--text-color: #666360;
--title-color: #29292e;
--icon-color: #0e0e0e;
--icon-hover: #29292e;
--dice-hover: #da0f20;
--switch-selected-color: #29292e;
--switch-selected-text-color: #ffffff;
--switch-hover-color: #cccccc;
--shadow-color: #00000066;
--highligth-color: #da0f20;
--gray-50: #f7f7f7;
--gray-100: #eff0f4;
--gray-200: #e2e2e2;
--gray-250: #cccccc;
--gray-300: #a8a8b3;
--gray-300-50: #a8a8b380;
--gray-350: #787878;
--gray-400: #666360;
--gray-800: #29292e;
--gray-900: #121214;
--blue-100: #88afdd;
--green-100: #88dda5;
--red-100: #fc2a58;
--red-300: #e01e37;
--red-400: #b21e35;
--orange-100: #ff8a56;
--orange-200: #ff824b;
--yellow-50: #fffbea;
--yellow-300: #ffcf4b;
--yellow-400: #c48f00;
--grafite: #353535;
}
html.dark,
body.sheet-darkmode,
body.sheet-darkmode .charsheet,
.sheet-rolltemplate-darkmode {
color-scheme: dark;
--background-color: #353535;
--background-color-secondary: #787878;
--background-color-disabled: #29292e;
--accent-color: #ffffff;
--accent-color-hover: #666360;
--description-background: #702c91;
--text-color: #ffffff;
--title-color: #f7f7f7;
--icon-color: #e2e2e2;
--icon-hover: #666360;
--dice-hover: #702c91;
--highligth-color: #702c91;
--switch-selected-color: #702c91;
--switch-hover-text-color: #ffffff;
--switch-selected-text-color: #ffffff;
--switch-hover-color: #666360;
--shadow-color: #ffffff66;
--gray-50: #f7f7f7;
--gray-100: #eff0f4;
--gray-200: #e2e2e2;
--gray-250: #cccccc;
--gray-300: #a8a8b3;
--gray-300-50: #a8a8b380;
--gray-350: #787878;
--gray-400: #666360;
--gray-800: #29292e;
--gray-900: #121214;
--blue-100: #88afdd;
--green-100: #88dda5;
--red-100: #fc2a58;
--red-300: #e01e37;
--red-400: #b21e35;
--orange-100: #ff8a56;
--orange-200: #ff824b;
--yellow-50: #fffbea;
--yellow-300: #ffcf4b;
--yellow-400: #c48f00;
--grafite: #353535;
}
.charsheet {
background-color: var(--background-color) !important;
}
.sheet-main input {
color: var(--text-color);
}
.sheet-main input:disabled {
background-color: var(--background-color-disabled) !important;
}
.sheet-main span {
color: var(--title-color);
}
.sheet-main div {
color: var(--text-color);
}
.sheet-main button {
color: var(--title-color);
}
.sheet-main h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--title-color);
}
.sheet-main select,
.sheet-main option {
color: var(--text-color);
background-color: var(--background-color-secondary);
}
.sheet-main textarea {
overflow: auto;
color: var(--text-color);
}
.sheet-main progress {
vertical-align: baseline;
}
.sheet-main button,
.sheet-main input,
.sheet-main optgroup,
.sheet-main select,
.sheet-main textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
.sheet-main button,
.sheet-main input {
overflow: visible;
}
.sheet-main img {
border-style: none;
}
.sheet-main sub,
.sheet-main sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.sheet-main sub {
bottom: -0.25em;
}
.sheet-main sup {
top: -0.5em;
}
.sheet-main b,
.sheet-main strong {
font-weight: bolder;
}
.sheet-main {
margin: 0 auto;
font-family: "PT Sans", sans-serif;
font-size: 13px;
display: grid;
width: 1032px;
background-repeat: no-repeat;
background-size: cover;
column-gap: 22px;
grid-template-columns: 578px 422px;
background-color: var(--background-color);
}
.sheet-main * {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sheet-main *::-moz-selection {
color: #4d131a;
background: var(--highligth-color);
}
.sheet-main *::selection {
color: #4d131a;
background: var(--highligth-color);
}
.sheet-main input,
.sheet-main textarea,
.sheet-main select {
outline: none !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
border-radius: 0 !important;
}
.sheet-main input {
background-color: var(--background-color);
}
.sheet-main input:disabled,
.sheet-main textarea:disabled,
.sheet-main select:disabled {
background-color: var(--background-color-secondary);
}
.sheet-main button {
outline: none !important;
}
.sheet-main button[type="roll"],
.sheet-main button[type="roll"].btn,
.sheet-main button[type="roll"].btn {
background-image: none;
border-radius: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0;
box-shadow: none;
text-shadow: initial;
}
.sheet-main button[type="roll"]:active,
.sheet-main button[type="roll"]:hover,
.sheet-main button[type="roll"]:focus,
.sheet-main button[type="roll"].btn:active,
.sheet-main button[type="roll"].btn:hover,
.sheet-main button[type="roll"].btn:focus,
.sheet-main button[type="roll"].btn:active,
.sheet-main button[type="roll"].btn:hover,
.sheet-main button[type="roll"].btn:focus {
background-image: none;
border-radius: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0;
box-shadow: none;
text-shadow: initial;
}
.sheet-main button[type="roll"]::before,
.sheet-main button[type="roll"].btn::before,
.sheet-main button[type="roll"].btn::before {
content: "";
border-radius: 0 !important;
}
.sheet-main .repcontrol > .btn {
background-color: var(--icon-color);
font-size: 2px;
border: none;
background-image: none;
text-shadow: none;
box-shadow: none;
display: inline-block;
border-radius: 0 !important;
margin-left: 10px !important;
margin-right: 10px !important;
font-weight: normal;
min-height: 22px;
min-width: 22px !important;
margin-bottom: 10px !important;
position: relative;
}
.sheet-main .repcontrol > .btn:hover {
background-color: var(--icon-hover);
}
.sheet-main .repcontrol > .btn.repcontrol_add::before {
position: absolute;
content: "&";
font-weight: 0;
color: var(--background-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
font-family: "Pictos" !important;
line-height: 13px;
height: 13px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.sheet-main .repcontrol > .btn.repcontrol_edit::before {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
content: "l";
font-weight: 0;
color: var(--background-color);
font-size: 13px;
font-family: "Pictos" !important;
line-height: 13px;
height: 13px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.sheet-main
.repcontainer[data-groupname="repeating_attacks"]
> .repitem
.itemcontrol {
z-index: 99;
font-family: "Pictos";
}
.sheet-main
.repcontainer[data-groupname="repeating_attacks"]
> .repitem
.repcontrol_del {
font-family: "Pictos";
background-color: var(--highligth-color);
background-image: none;
position: absolute;
z-index: 99 !important;
top: 0;
right: 0;
}
.sheet-main
.repcontainer[data-groupname="repeating_attacks"]
> .repitem
.editmode
~ .repcontrol_edit::before {
content: "Aplicar";
}
.sheet-main .sheet-header-info {
display: grid;
width: 100%;
grid-template-columns: 140px 140px auto;
column-gap: 10px;
margin-bottom: 2rem;
}
.sheet-header-info .sheet-double-input-container {
width: 100%;
display: grid;
/* height: 155px; */
grid-template-columns: 1fr 1fr;
column-gap: 10px;
}
.sheet-main .sheet-character-attributes {
/* margin-top: -20px; */
width: 100%;
height: 90px;
margin-bottom: 10px;
display: grid;
grid-template-columns: repeat(5, 1fr);
column-gap: 22px;
}
.sheet-main .sheet-pseudo-attributes,
.sheet-main .sheet-proeficience-container {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
column-gap: 22px;
row-gap: 1.5rem;
margin-bottom: 22px;
}
.sheet-main .sheet-pseudo-attributes .sheet-double-containers {
display: grid;
grid-template-columns: 22rem 22rem;
column-gap: 2rem;
margin: 0 auto;
}
.sheet-main .sheet-pseudo-attributes .sheet-single-container {
display: flex;
flex-direction: column;
width: 22rem;
margin: 0 auto;
}
.sheet-pseudo-attributes-wrapper {
display: flex;
flex-direction: column;
row-gap: 1rem;
}
.sheet-pseudo-attributes-wrapper .sheet-container-title,
.sheet-attacks-container .sheet-container-title {
text-align: center;
}
.sheet-main .sheet-pseudo-attributes .sheet-container-pvs-mps {
min-height: 6.5rem;
}
.sheet-main
.sheet-pseudo-attributes
.sheet-container-pvs-mps
.sheet-inside-negative-corner {
display: grid;
grid-template-columns: 74px auto 74px;
grid-template-rows: 16px auto 14px;
}
.sheet-main
.sheet-pseudo-attributes
.sheet-container-pvs-mps
.sheet-inside-negative-corner
.sheet-box-title {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 14px;
height: 16px;
user-select: none;
grid-column: 1/4;
text-transform: uppercase;
}
.sheet-main
.sheet-pseudo-attributes
.sheet-container-pvs-mps
.sheet-inside-negative-corner
.sheet-border-right {
border: 0;
border-right: 1px solid var(--accent-color);
}
.sheet-main
.sheet-pseudo-attributes
.sheet-container-pvs-mps
.sheet-inside-negative-corner
.sheet-border-right
input {
width: 50px;
}
.sheet-main
.sheet-pseudo-attributes
.sheet-container-pvs-mps
.sheet-inside-negative-corner
.sheet-border-left {
border: 0;
border-left: 1px solid var(--accent-color);
}
.sheet-main
.sheet-pseudo-attributes
.sheet-container-pvs-mps
.sheet-inside-negative-corner
.sheet-border-left
input {
width: 50px;
}
.sheet-main
.sheet-pseudo-attributes
.sheet-container-pvs-mps
.sheet-inside-negative-corner
input {
background-color: transparent;
border: 0;
min-width: 40px;
max-width: 60px;
font-size: 18px;
text-align: center;
line-height: 24px;
height: 100%;
}
.sheet-main .sheet-left-container {
width: 100%;
display: flex;
flex-direction: column;
}
.sheet-main .sheet-left-container .sheet-attacks-container {
width: 100%;
display: block;
margin-bottom: 22px;
}
.sheet-main .sheet-left-container .sheet-attacks-container .sheet-attacksgrid {
display: grid;
padding-left: 10px;
padding-right: 10px;
column-gap: 7px;
grid-template-columns: 24px auto 40px 40px 40px 40px 58px 24px;
grid-template-rows: 24px auto;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid.header {
grid-template-rows: 24px;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
input {
display: inline-block;
height: 24px;
font-size: 12px;
text-align: center;
line-height: 24px;
border: 0;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-buttonrollataque {
background-color: transparent;
font-family: "dicefontd20";
color: var(--icon-color);
justify-content: center;
align-items: center;
font-size: 20px;
border: 0;
cursor: pointer;
transition: color 1s;
}
.sheet-buttonrollerro {
font-family: "dicefontd10" !important;
}
.sheet-buttondicefont {
font-family: "dicefontd20" !important;
font-size: 20px;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-buttonrollataque:hover,
.sheet-buttonrollerro:hover {
color: var(--dice-hover);
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-buttonrollataque:active,
.sheet-buttonrollerro:active {
font-size: 18px;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.containercritico {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-containercritico
input.sheet-margem {
width: 24px;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-containercritico
.sheet-divisor {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
display: inline-flex;
height: 24px;
text-align: center;
justify-content: center;
align-items: center;
line-height: 24px;
border: 0;
user-select: none;
border-bottom: 2px solid transparent;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-containercritico
.sheet-divisor
b {
font-weight: bold;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-containercritico
input.sheet-multiplicador {
text-align: center;
width: 16px;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo {
position: relative;
margin-top: 7px;
grid-column: 1/8;
display: flex;
justify-content: center;
flex-wrap: wrap;
border: 1px solid var(--icon-color);
color: var(--icon-color);
box-sizing: border-box;
margin-bottom: 7px;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-containermoreinfo {
width: 100%;
display: none;
padding: 7px;
background-color: var(--background-color-secondary);
grid-template-columns: auto auto auto auto auto auto;
column-gap: 7px;
row-gap: 7px;
border: 0;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-containermoreinfo
.sheet-inputtextbellow {
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-containermoreinfo
.sheet-inputtextbellow.sheet-descricao {
grid-column: 1/5;
}
.sheet-pericialuta,
.sheet-tiporolagemtres {
grid-column: 5/7;
}
.sheet-tipodano,
.sheet-tiporolagemum {
grid-column: 1/3;
}
.sheet-alcance,
.sheet-tiporolagemdois {
grid-column: 3/5;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-containermoreinfo
.sheet-inputtextbellow
.sheet-title {
width: 100%;
font-size: 10px;
line-height: 12px;
text-align: center;
text-transform: uppercase;
display: block;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-hiddencheckbox {
width: 24px;
height: 24px;
border: 0;
padding: 0;
margin: 0;
position: absolute;
top: -32px;
right: -35px;
opacity: 0;
cursor: pointer;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-hiddencheckbox:hover
~ span.sheet-hiddencheckboxcover {
background-color: var(--icon-hover);
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
span.sheet-hiddencheckboxcover {
pointer-events: none;
display: block;
width: 24px;
height: 24px;
background-color: var(--icon-color);
border: 0;
padding: 0;
margin: 0;
top: -32px;
right: -35px;
position: absolute;
cursor: pointer;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
span.sheet-hiddencheckboxcover::before {
pointer-events: none;
width: 14px;
height: 14px;
font-size: 10px;
content: "▼";
display: flex;
line-height: 14px;
text-align: center;
justify-content: center;
align-items: center;
position: absolute;
color: var(--background-color);
top: 50%;
left: 50%;
z-index: 23;
transform: translate(-50%, -50%);
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
input:checked
~ span.sheet-hiddencheckboxcover::before {
content: "▲";
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-hiddencheckbox:checked
~ .sheet-containermoreinfo {
display: grid;
border: 1px solid var(--icon-color);
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-topline,
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
.sheet-bottomline {
display: none;
background-color: var(--icon-color);
height: 2px;
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
input {
background-color: transparent;
border: 0;
border-bottom: 2px solid var(--icon-color);
color: var(--icon-color);
}
.sheet-main
.sheet-left-container
.sheet-attacks-container
.sheet-attacksgrid
.sheet-moreinfo
select {
color: var(--accent-color);
width: 100%;
height: 24px;
text-align: center;
background-color: transparent;
border: 0;
border-bottom: 2px solid var(--icon-color);
}
.sheet-main .sheet-left-container .sheet-attacks-container .repeating_attacks {
border: 0;
padding: 0;
margin: 0;
margin-bottom: 35px;
}
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container {
width: 100%;
display: grid;
grid-template-columns: 294px auto;
column-gap: 22px;
min-height: 176px;
margin-bottom: 1.75rem;
margin-top: 1.75rem;
}
.sheet-main .sheet-left-container .sheet-size-and-move-container {
width: 100%;
display: grid;
grid-template-columns: 294px auto;
column-gap: 22px;
min-height: 70px;
margin-bottom: 22px;
}
.sheet-main
.sheet-left-container
.sheet-defense-and-proeficience-container
.sheet-box-proficiencies,
.sheet-main
.sheet-left-container
.sheet-proeficience-container
.box-proficiencies,
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-size {
box-sizing: border-box;
}
.sheet-main
.sheet-left-container
.sheet-defense-and-proeficience-container
.sheet-box-proficiencies
.sheet-default-title,
.sheet-main
.sheet-left-container
.sheet-proeficience-container
.sheet-box-proficiencies
.sheet-default-title {
font-size: 11px;
}
.sheet-main
.sheet-left-container
.sheet-defense-and-proeficience-container
.sheet-box-proficiencies
textarea {
/* width: 190px; */
height: 150px;
}
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-size
select {
height: 23px;
font-size: 12px;
text-align: center;
line-height: 20px;
border: 0;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-move
input {
height: 20px;
font-size: 12px;
text-align: center;
line-height: 20px;
border: 0;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield {
display: flex;
flex-direction: column;
}
.sheet-main .sheet-pseudo-attributes-wrapper .sheet-double-defense-containers {
display: grid;
grid-template-columns: 28rem 28rem;
column-gap: 2rem;
margin: 0 auto;
}
.sheet-main .sheet-pseudo-attributes-wrapper .sheet-single-defense-container {
display: flex;
flex-direction: column;
width: calc(50% - 2rem);
margin: 0 auto;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner {
display: flex;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner
.sheet-box-title,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner
.sheet-box-title {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 14px;
/* height: 16px; */
user-select: none;
text-transform: uppercase;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner
.sheet-grid-wrapper {
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
display: grid;
grid-template-columns: auto 10px 2rem 10px 5rem 10px 5rem 10px 38px;
grid-template-rows: 1rem auto;
row-gap: 5px;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner
.sheet-grid-wrapper {
padding-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
display: grid;
grid-template-columns: auto 10px 10px 5rem 10px 5rem 10px 38px;
grid-template-rows: 1rem auto;
row-gap: 5px;
}
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-size
.sheet-inside-negative-corner {
height: 100%;
padding-left: 10px;
padding-right: 10px;
display: grid;
grid-template-columns: auto;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner {
height: 100% !important;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner
.sheet-signal,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner
.sheet-signal,
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-size
.sheet-inside-negative-corner
.sheet-signal {
font-family: Arial, Verdana;
width: 100%;
height: 26px;
display: flex;
font-weight: bold;
justify-content: center;
align-items: center;
font-size: 10px !important;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner
.sheet-big-signal,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner
.sheet-big-signal,
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-size
.sheet-inside-negative-corner
.sheet-big-signal {
font-size: 14px !important;
font-family: Arial, Verdana;
width: 100%;
height: 26px;
display: flex;
font-weight: bold;
justify-content: center;
align-items: center;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner
input,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner
input {
height: 26px;
font-size: 12px;
text-align: center;
line-height: 26px;
border: 0;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner
select,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner
select {
height: 26px;
margin: 0;
font-size: 10px;
padding: 2px;
padding-right: 1px;
width: 100%;
border: 0;
border-bottom: 2px solid var(--accent-color);
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-move
.sheet-inside-negative-corner
input {
height: 20px;
font-size: 12px;
text-align: center;
line-height: 20px;
border: 0;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense
.sheet-inside-negative-corner
.sheet-select_mod_defesa,
.sheet-main
.sheet-pseudo-attributes-wrapper
.sheet-container-defense-armor-shield
.sheet-container-defense-nonbased
.sheet-inside-negative-corner
.sheet-select_mod_defesa {
height: 26px;
font-size: 10px;
text-align: center;
line-height: 26px;
border: 0 !important;
border-bottom: 2px solid var(--accent-color);
width: 100%;
font-weight: bold;
font-family: "PT Sans", sans-serif;
}
.sheet-main
.sheet-left-container
.sheet-container-armor-shield
.sheet-inside-negative-corner {
/* height: 12rem; */
padding: 1rem 1rem;
display: grid;
column-gap: 0.8rem;
row-gap: 0.8rem;
grid-template-columns: 15rem auto auto auto auto auto;
grid-template-rows: 16px auto auto auto auto auto;
border: 2px var(--accent-color) solid;
}
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-size
.sheet-inside-negative-corner,
.sheet-main
.sheet-left-container
.sheet-size-and-move-container
.sheet-container-move
.sheet-inside-negative-corner {
height: 76px;
padding-left: 10px;
padding-right: 10px;
display: grid;
column-gap: 10px;
grid-template-columns: auto;
grid-template-rows: auto;
}
.sheet-main
.sheet-left-container
.sheet-container-armor-shield
.sheet-inside-negative-corner
input {
height: 20px;
font-size: 12px;
text-align: center;
line-height: 20px;
border: 0;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-main .sheet-left-container .sheet-spells {
width: 100%;
display: block;
margin-bottom: 22px;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-content-grid {
display: grid;
grid-template-columns: 1fr 1fr;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-vertical-line {
width: 1px;
background-color: var(--accent-color);
height: 96%;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-spellcolumn {
width: 100%;
display: flex;
flex-direction: column;
padding: 7px;
padding-top: 0;
align-items: center;
justify-content: flex-start;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-cicloheader {
width: 100%;
height: 24px;
font-size: 11px;
padding: 0;
background-color: var(--background-color);
color: var(--accent-color);
border: 0;
border-bottom: 2px solid var(--accent-color);
box-sizing: border-box;
font-family: "Alegreya Sans SC";
display: grid;
margin-bottom: 7px;
grid-template-columns: auto 70px;
column-gap: 7px;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-cicloheader
.sheet-ciclo-title {
height: 100%;
width: 100%;
padding-left: 80px;
font-size: 13px;
text-align: center;
line-height: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: "Alegreya Sans SC";
font-weight: bold;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-cicloheader
.sheet-ciclo-cost {
height: 100%;
width: 100%;
text-align: center;
line-height: 20px;
font-weight: normal;
font-family: "PT Sans", sans-serif;
font-style: italic;
display: inline-flex;
align-items: center;
justify-content: center;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist {
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"],
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"],
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"],
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"],
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"] {
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
.itemcontrol,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
.itemcontrol,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
.itemcontrol,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
.itemcontrol,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
.itemcontrol {
z-index: 99;
font-family: "Pictos";
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem {
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell {
position: relative;
padding-left: 3px;
padding-right: 3px;
display: grid;
margin-bottom: 5px;
column-gap: 5px;
grid-template-columns: 20px auto 1px 14px;
row-gap: 5px;
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
select {
width: 100%;
background-color: var(--background-color);
border: 0;
font-size: 13px;
border-bottom: 2px solid var(--accent-color);
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell {
background-color: transparent;
font-family: "dicefontd20";
color: var(--icon-color);
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
border: 0;
cursor: pointer;
transition: color 1s;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:hover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:hover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:hover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:hover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:hover {
color: var(--dice-hover);
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:active,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:active,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:active,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:active,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-buttonspell:active {
font-size: 18px;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox {
width: 20px;
height: 20px;
border: 0;
padding: 0;
margin: 0;
position: absolute;
top: 2px;
right: 2px;
opacity: 0;
z-index: 2;
cursor: pointer;
transition: color 1s;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ .sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ .sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ .sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ .sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ .sheet-extra {
display: grid;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:checked
~ span.sheet-hiddencheckboxcover {
color: var(--title-color);
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:hover
~ .sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:hover
~ .sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:hover
~ .sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:hover
~ .sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-hiddencheckbox:hover
~ .sheet-hiddencheckboxcover {
color: var(--icon-hover);
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
span.sheet-hiddencheckboxcover,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
span.sheet-hiddencheckboxcover {
position: absolute;
font-family: "Pictos";
font-size: 20px;
top: 2px;
color: var(--accent-color);
right: 2px;
width: 20px;
height: 22px;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra {
display: none;
grid-column: 1/5;
width: 100%;
padding: 4px;
font-size: 12px;
border: solid 2px var(--icon-color);
background-color: var(--background-color-secondary);
grid-template-columns: 2fr 5fr 1fr 2fr;
column-gap: 4px;
row-gap: 4px;
color: var(--icon-color);
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra
span,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra
span,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra
span,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra
span,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra
span {
display: inline-flex;
height: 100%;
align-items: center;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra
select,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra
input,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra
select {
width: 100%;
background-color: transparent;
font-size: 12px;
height: 16px;
border: 0;
border-bottom: 2px solid var(--icon-color);
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-cd,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-cd,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-cd,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-cd,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-cd {
text-align: center;
justify-content: center;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-singleline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-singleline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-singleline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-singleline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-singleline {
grid-column: 2/5;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-fullline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-fullline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-fullline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-fullline,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra
.sheet-fullline {
grid-column: 1/5;
display: inline-flex;
justify-content: center;
align-items: center;
width: 100%;
}
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells1"]
> .repitem
.sheet-container-single-spell
.sheet-extra
textarea,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells2"]
> .repitem
.sheet-container-single-spell
.sheet-extra
textarea,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells3"]
> .repitem
.sheet-container-single-spell
.sheet-extra
textarea,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells4"]
> .repitem
.sheet-container-single-spell
.sheet-extra
textarea,
.sheet-main
.sheet-left-container
.sheet-spells
.sheet-inside-negative-corner
.sheet-containerspelllist
.repcontainer[data-groupname="repeating_spells5"]
> .repitem
.sheet-container-single-spell
.sheet-extra
textarea {
font-size: 12px;
grid-column: 1/5;
width: 100%;
height: 70px;
border: 2px solid var(--icon-color);
}
.sheet-main .sheet-left-container .sheet-powers-and-abilities {
width: 100%;
display: block;
margin-bottom: 22px;
}
.sheet-main
.sheet-left-container
.sheet-powers-and-abilities
.sheet-inside-negative-corner
.sheet-content-grid {
margin-bottom: 5px;
display: grid;
grid-template-columns: 1fr 1fr;
}
.sheet-main
.sheet-left-container
.sheet-powers-and-abilities
.sheet-inside-negative-corner
.sheet-content-grid
.sheet-grid-title {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 12px;
height: 100%;
user-select: none;
text-transform: uppercase;
}
.sheet-main
.sheet-left-container
.sheet-powers-and-abilities
.sheet-inside-negative-corner
.sheet-vertical-line {
width: 1px;
background-color: var(--accent-color);
height: 96%;
}
.sheet-main
.sheet-left-container
.sheet-powers-and-abilities
.sheet-inside-negative-corner
.sheet-container-reapeater {
box-sizing: border-box;
margin-top: 4px;
border: 0;
}
.sheet-main
.sheet-left-container
.sheet-powers-and-abilities
.sheet-inside-negative-corner
.sheet-container-reapeater:nth-child(odd) {
border-right: 1px solid var(--accent-color);
}
.sheet-main .sheet-right-container {
width: 100%;
display: flex;
flex-direction: column;
}
.sheet-main .sheet-right-container .sheet-logo-level {
display: flex;
width: 100%;
flex-direction: column;
justify-content: space-between;
/* height: 120px; */
row-gap: 10px;
}
/* .sheet-main .sheet-right-container .sheet-logo-level .container-logo {
height: 76px;
} */
.sheet-main .sheet-right-container .sheet-logo-level .container-logo-ghanor {
height: 150px;
}
.sheet-main
.sheet-right-container
.sheet-logo-level
.sheet-container-logo
.sheet-logo-ordem-paranormal {
width: 100%;
user-select: none;
}
.sheet-main .sheet-right-container .sheet-logo-level .container-logo img {
object-fit: cover;
}
.sheet-main
.sheet-right-container
.sheet-logo-level
.container-logo
.logo-ghanor {
width: 100%;
user-select: none;
}
.sheet-main
.sheet-right-container
.sheet-logo-level
.sheet-char-level-container {
display: flex;
width: 100%;
align-items: flex-end;
justify-content: center;
}
.sheet-main
.sheet-right-container
.sheet-logo-level
.sheet-char-level-container
.sheet-total-level
span {
display: inline-block;
line-height: 24px;
font-size: 12px;
text-transform: uppercase;
margin-right: 5px;
font-weight: bold;
}
.sheet-main
.sheet-right-container
.sheet-logo-level
.sheet-char-level-container
.sheet-total-level
input {
display: inline-block;
text-align: center;
width: 40px;
height: 24px;
border: solid 2px var(--accent-color);
line-height: 24px;
padding-left: 2px;
padding-right: 2px;
}
.sheet-main .sheet-right-container .sheet-skills-container {
width: 100%;
display: block;
margin-top: 15px;
margin-bottom: 16px;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner {
min-height: 780px;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template {
display: grid;
width: 100%;
padding: 8px 8px;
grid-template-columns: auto 12px 48px 12px 35px 12px 12px 80px 12px 24px 12px 35px;
row-gap: 0.5rem;
}
.sheet-condition-container
.sheet-inside-negative-corner
.sheet-condition-grid-template {
display: grid;
width: 100%;
padding-left: 7px;
padding-right: 7px;
grid-template-columns: 20px auto 700px;
border-bottom: 1px solid #e3e3e3;
}
.sheet-skills-container .repcontainer,
.sheet-skills-container .repcontrol {
grid-column: 1/13;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.repitem {
display: grid;
grid-template-columns: auto 12px 48px 12px 35px 12px 12px 80px 12px 24px 12px 35px;
}
.sheet-inside-negative-corner .sheet-condition-grid-template .repitem {
display: grid;
grid-template-columns: 20px auto 170px;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template.header,
.sheet-inside-negative-corner .sheet-condition-grid-template.header {
height: 30px;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template.header
.sheet-pericias-titulo,
.sheet-inside-negative-corner
.sheet-condition-grid-template.header
.sheet-pericias-titulo {
grid-column: 1/3;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-signal,
.sheet-inside-negative-corner .sheet-condition-grid-template .sheet-signal {
/* font-family: Arial, Verdana; */
width: 100%;
height: 24px;
display: flex;
font-weight: bold;
justify-content: center;
align-items: center;
user-select: none;
font-size: 1.35rem !important;
text-align: center;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
input[type="text"],
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
select,
.sheet-inside-negative-corner .sheet-condition-grid-template input[type="text"],
.sheet-inside-negative-corner .sheet-condition-grid-template select {
height: 24px;
text-align: center;
border: 0;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
input[type="text"].total,
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
select.total,
.sheet-inside-negative-corner
.sheet-condition-grid-template
input[type="text"].total,
.sheet-inside-negative-corner .sheet-condition-grid-template select.total {
border: 2px solid var(--accent-color);
border-top: 1px solid var(--accent-color);
border-bottom: 1px solid var(--accent-color);
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
input[type="text"].sheet-total.sheet-first,
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
select.sheet-total.sheet-first,
.sheet-inside-negative-corner
.sheet-condition-grid-template
input[type="text"].sheet-total.sheet-first,
.sheet-inside-negative-corner
.sheet-condition-grid-template
select.sheet-total.sheet-first {
border-top: 2px solid var(--accent-color);
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
input[type="text"].sheet-total.sheet-last,
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
select.sheet-total.sheet-last,
.sheet-inside-negative-corner
.sheet-condition-grid-template
input[type="text"].sheet-total.sheet-last,
.sheet-inside-negative-corner
.sheet-condition-grid-template
select.sheet-total.sheet-last {
border-bottom: 2px solid var(--accent-color);
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
select,
.sheet-inside-negative-corner .sheet-condition-grid-template select {
font-size: 9px;
padding-left: 1px;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-legenda-pericias,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-legenda-pericias {
height: 14px;
margin-top: 4px;
padding-top: 4px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
grid-column: 1/13;
font-weight: bold;
font-style: italic;
font-size: 12px;
font-family: "PT Sans";
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-legenda-pericias
i,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-legenda-pericias
i {
display: inline;
font-family: "Alegreya Sans SC";
font-style: normal;
margin-left: 1rem;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-legenda-pericias
i:last-child,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-legenda-pericias
i:last-child {
margin-left: 12px;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-profissao {
width: 100%;
display: flex;
justify-self: start;
align-items: center;
font-size: 11px;
font-family: "Alegreya Sans SC";
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-profissao
input.sheet-nome-profissao {
width: 50px;
margin-left: 8px;
padding: 0;
padding-right: 4px;
padding-left: 4px;
text-align: left;
font-size: 11px;
line-height: 18px;
border-bottom: 1px solid var(--accent-color);
position: relative;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-profissao
input.sheet-nome-profissao::before {
content: "*";
position: absolute;
height: 20px;
top: -3px;
width: 5px;
left: -5px;
vertical-align: super;
}
.sheet-nome-profissao-extra {
width: 75px;
margin-left: 8px;
padding: 0;
padding-right: 4px;
padding-left: 4px;
text-align: left;
font-size: 11px;
font-family: "Alegreya Sans SC" !important;
line-height: 18px;
border-bottom: 1px solid var(--accent-color);
position: relative;
}
.sheet-nome-profissao-extra::before {
content: "*";
position: absolute;
height: 20px;
top: -3px;
width: 5px;
left: -5px;
vertical-align: super;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-profissao
.sheet-skill-button,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-profissao
.sheet-skill-button {
width: auto;
text-align: left;
font-family: inherit;
background-color: transparent;
border: 0;
cursor: pointer;
font-weight: inherit;
font-size: inherit;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-profissao
.sheet-skill-button
span,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-profissao
.sheet-skill-button
span {
display: inline-flex;
height: 100%;
align-items: center;
padding-bottom: 1px;
width: auto;
padding-right: 2px;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-profissao
.sheet-skill-button:hover {
color: var(--highligth-color);
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name,
.sheet-inside-negative-corner .sheet-condition-grid-template .sheet-skill-name {
width: 100%;
display: flex;
justify-self: start;
align-items: center;
font-weight: 300;
font-size: 11px;
font-family: "Alegreya Sans SC";
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button {
width: 100%;
text-align: left;
font-family: inherit;
background-color: transparent;
border: 0;
cursor: pointer;
font-weight: inherit;
font-size: inherit;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button
span,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button
span {
display: inline-flex;
height: 100%;
align-items: center;
padding-bottom: 1px;
width: auto;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button:hover,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button:hover {
color: var(--highligth-color);
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-penalidade,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-penalidade {
position: relative;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-penalidade::after,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-penalidade::after {
content: "+";
position: absolute;
height: 20px;
top: -5px;
width: 5px;
right: -5px;
vertical-align: super;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada {
position: relative;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada::before,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada::before {
content: "*";
position: absolute;
height: 20px;
top: -3px;
width: 5px;
right: -5px;
vertical-align: super;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada-penalidade,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada-penalidade {
position: relative;
}
.sheet-main
.sheet-right-container
.sheet-skills-container
.sheet-inside-negative-corner
.sheet-skill-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada-penalidade::before,
.sheet-inside-negative-corner
.sheet-condition-grid-template
.sheet-skill-name
.sheet-skill-button
.sheet-sup-treinada-penalidade::before {
content: "+*";
position: absolute;
height: 20px;
top: -4px;
width: 5px;
right: -5px;
vertical-align: super;
}
.sheet-main .sheet-right-container .sheet-equipment-container {
width: 100%;
display: block;
margin-bottom: 22px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner {
padding: 5px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money {
width: 100%;
height: 26px;
font-weight: bold;
font-size: 12px;
display: flex;
justify-content: space-between;
align-items: center;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
input,
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
span {
display: inline-flex;
text-align: center;
height: 26px;
line-height: 26px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
span {
text-transform: uppercase;
min-width: 60px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
input {
border: 0;
border-bottom: 1px solid var(--accent-color);
margin-left: 5px;
margin-right: 10px;
width: 70px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
input:read-only {
cursor: default;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
.sheet-cargainput {
width: 70px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
.sheet-cargainput:read-only {
background-color: var(--background-color);
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
.sheet-cargalimite {
width: 70px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
.sheet-cargalimite:read-only {
background-color: var(--background-color);
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
.sheet-cargamaxima {
width: 70px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-inside-negative-corner
.sheet-container-money
.sheet-cargamaxima:read-only {
background-color: var(--background-color);
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.sheet-grid-equipment {
display: grid;
grid-template-columns: 40px auto 40px 40px;
column-gap: 7px;
row-gap: 7px;
padding-left: 14px;
padding-right: 14px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.repcontainer[data-groupname="repeating_equipment"] {
margin-top: 5px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.repcontainer[data-groupname="repeating_equipment"]
> .repitem
.sheet-grid-equipment {
width: 100%;
display: grid;
grid-template-columns: 40px auto 40px 40px;
column-gap: 7px;
margin-bottom: 7px;
}
.sheet-main
.sheet-right-container
.sheet-equipment-container
.repcontainer[data-groupname="repeating_equipment"]
> .repitem
.sheet-grid-equipment
input {
text-align: center;
width: 100%;
border: 0;
border-bottom: 2px solid var(--accent-color);
}
.sheet-main .sheet-charnotes-container {
width: 100%;
display: block;
grid-column: 1/3;
}
.sheet-main .sheet-charnotes-container .sheet-inside-negative-corner {
padding: 7px;
padding-top: 0;
}
.sheet-main .sheet-charnotes-container .sheet-inside-negative-corner textarea {
width: 100%;
min-height: 180px;
height: 100%;
}
.sheet-main .sheet-smaller-text {
font-size: 10px;
font-weight: bold;
}
.sheet-main .sheet-input-with-text-bellow {
display: flex;
flex-direction: column;
}
.sheet-main .sheet-input-with-text-bellow input {
width: 100%;
height: 24px;
border: 0;
border-bottom: solid 2px var(--accent-color);
line-height: 24px;
padding-left: 2px;
padding-right: 2px;
}
.sheet-main .sheet-input-with-text-bellow span {
display: block;
padding-top: 2px;
padding-left: 2px;
width: 100%;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.sheet-main .sheet-input-with-text-right {
display: flex;
column-gap: 0.5rem;
}
.sheet-main .sheet-input-with-text-right input {
width: 100%;
height: 24px;
border: 0;
border-bottom: solid 2px var(--accent-color);
line-height: 24px;
padding-left: 2px;
padding-right: 2px;
}
.sheet-main .sheet-input-with-text-right span {
display: block;
padding-top: 2px;
padding-left: 2px;
width: 100%;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-align: end;
}
.sheet-main .sheet-input-with-text-bellow.sheet-char-name {
padding-top: 15px;
grid-column: 1/3;
}
.sheet-main .sheet-input-with-text-bellow.sheet-char-player {
padding-top: 15px;
}
.sheet-main .sheet-input-with-text-bellow.sheet-char-player-ghanor {
padding-top: 15px;
grid-column: 3/5;
}
.sheet-main .sheet-outer-container-negative-corner {
position: relative;
width: 100%;
height: 100%;
padding-bottom: 10px;
}
.sheet-main .sheet-outer-container-negative-corner .sheet-oval {
position: absolute;
background-color: var(--background-color);
border: 2px solid var(--accent-color);
border-radius: 50%;
width: 38px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
overflow: hidden;
}
.sheet-main .sheet-outer-container-negative-corner .sheet-oval input {
border: 0;
height: 20px;
width: 22px;
line-height: 20px;
font-size: 12px;
text-align: center;
background-color: transparent;
}
.sheet-main
.sheet-outer-container-negative-corner
.sheet-inside-negative-corner
button.sheet-button-title-attribute {
background-color: transparent;
font-size: 14px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 14px;
height: 16px;
width: 100%;
user-select: none;
cursor: pointer;
transition: color 1s;
}
.sheet-main
.sheet-outer-container-negative-corner
.sheet-inside-negative-corner
button.sheet-button-title-attribute:hover {
color: var(--highligth-color);
}
.sheet-main
.sheet-outer-container-negative-corner
.sheet-inside-negative-corner
span.sheet-button-title-attribute {
background-color: transparent;
font-size: 14px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 14px;
height: 16px;
width: 100%;
user-select: none;
text-align: center;
transition: color 1s;
}
.sheet-character-attributes .sheet-inside-negative-corner:hover {
background-color: var(--accent-color-hover) !important;
transition: background 1s;
}
.sheet-main
.sheet-outer-container-negative-corner
.sheet-inside-negative-corner
input.sheet-fake-mod {
background-color: transparent;
font-size: 24px;
border: 0;
display: flex;
padding: 5px;
color: var(--accent-color);
justify-content: center;
align-items: center;
text-align: center;
line-height: 14px;
height: 40px;
width: 100%;
}
.sheet-main .sheet-container-negative-corner {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
overflow: hidden;
}
.sheet-main .sheet-container-negative-corner .sheet-inside-negative-corner {
box-sizing: border-box;
position: relative;
border: 2px solid var(--accent-color);
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-span-fake-mod {
font-size: 16px;
font-weight: bold;
color: var(--highligth-color);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: 100%;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-content-centered {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-small-title {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;
border: 0;
font-weight: bold;
text-align: center;
line-height: 10px;
height: 100%;
user-select: none;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-default-title {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 14px;
height: 16px;
user-select: none;
text-transform: uppercase;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-grid-title {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 12px;
height: 100%;
user-select: none;
text-transform: uppercase;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
textarea {
border: 0;
text-align: left;
padding: 5px;
resize: none;
background-color: transparent;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-corner {
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-corner.sheet-top-left {
top: -12px;
left: -12px;
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-corner.sheet-top-right {
top: -12px;
right: -12px;
transform: rotate(90deg);
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-corner.sheet-bottom-left {
bottom: -12px;
left: -12px;
transform: rotate(-90deg);
}
.sheet-main
.sheet-container-negative-corner
.sheet-inside-negative-corner
.sheet-corner.sheet-bottom-right {
bottom: -12px;
right: -12px;
transform: rotate(180deg);
}
.sheet-main .repcontainer[data-groupname="repeating_abilities"],
.sheet-main .repcontainer[data-groupname="repeating_powers"] {
min-height: 10px;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.sheet-main .repcontainer[data-groupname="repeating_abilities"] .itemcontrol,
.sheet-main .repcontainer[data-groupname="repeating_powers"] .itemcontrol {
z-index: 99;
font-family: "Pictos";
}
.sheet-main .repcontainer[data-groupname="repeating_abilities"] > .repitem,
.sheet-main .repcontainer[data-groupname="repeating_powers"] > .repitem {
display: inline-block;
width: 100%;
box-sizing: border-box;
padding: 5px;
padding-top: 2px;
padding-bottom: 2px;
border: 0;
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power {
position: relative;
padding-left: 3px;
padding-right: 3px;
display: grid;
column-gap: 5px;
grid-template-columns: 20px auto 20px;
row-gap: 5px;
width: 100%;
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-buttonshowinfo,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-buttonshowinfo {
background-color: transparent;
font-family: "Pictos";
color: var(--icon-color);
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
border: 0;
cursor: pointer;
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-buttonshowinfo:hover,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-buttonshowinfo:hover {
color: var(--icon-hover);
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-buttonshowinfo:active,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-buttonshowinfo:active {
font-size: 18px;
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
input,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
input {
height: 20px;
border: 0;
width: 100%;
box-sizing: border-box;
padding-left: 2px;
padding-right: 2px;
border-bottom: 2px solid var(--accent-color);
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-hiddencheckbox,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-hiddencheckbox {
width: 20px;
height: 20px;
border: 0;
padding: 0;
margin: 0;
position: absolute;
top: 0;
right: 2px;
opacity: 0;
z-index: 2;
cursor: pointer;
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-hiddencheckbox:checked
~ .sheet-extra,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-hiddencheckbox:checked
~ .sheet-extra {
display: flex;
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-hiddencheckbox:checked
~ span.sheet-hiddencheckboxcover,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-hiddencheckbox:checked
~ span.sheet-hiddencheckboxcover {
color: var(--title-color);
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-hiddencheckbox:hover
~ .sheet-hiddencheckboxcover,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-hiddencheckbox:hover
~ .sheet-hiddencheckboxcover {
color: var(--icon-hover);
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
span.sheet-hiddencheckboxcover,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
span.sheet-hiddencheckboxcover {
position: absolute;
font-family: "Pictos";
font-size: 20px;
top: 0;
color: var(--accent-color);
right: 2px;
width: 20px;
height: 22px;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-extra,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-extra {
display: none;
grid-column: 2/4;
width: 100%;
padding: 4px;
border: solid 2px var(--accent-color);
}
.sheet-main
.repcontainer[data-groupname="repeating_abilities"]
.sheet-container-ability-power
.sheet-extra
textarea,
.sheet-main
.repcontainer[data-groupname="repeating_powers"]
.sheet-container-ability-power
.sheet-extra
textarea {
width: 100%;
height: 100%;
min-height: 60px;
margin-bottom: 8px;
}
.sheet-main .sheet-fake-checkbox {
display: inline-flex;
justify-content: center;
align-items: center;
width: auto;
height: 100%;
margin: 0;
padding: 0;
}
.sheet-main .sheet-fake-checkbox input[type="checkbox"] {
display: none;
visibility: hidden;
}
.sheet-main .sheet-fake-checkbox .sheet-fake-checkbox-status {
position: relative;
width: 16px;
height: 16px;
border: 2px solid var(--accent-color);
overflow: hidden;
box-sizing: border-box;
border-radius: 50%;
}
.sheet-main .sheet-fake-checkbox .sheet-fake-checkbox-status::before {
content: "";
color: var(--accent-color);
position: absolute;
text-align: center;
font-family: "Pictos";
font-size: 12px;
line-height: 12px;
width: 12px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.sheet-main
.sheet-fake-checkbox
input[type="checkbox"]:checked
~ .sheet-fake-checkbox-status::before {
content: "3";
}
.sheet-navegacao {
border-bottom: 1px solid #969696;
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.sheet-navegacao label {
position: relative;
background: var(--background-color);
background-image: linear-gradient(to bottom, var(--background-color), #ddd);
padding: 1rem 1rem;
float: left;
text-decoration: none;
color: var(--title-color);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
border-radius: 5px 0 0 0;
box-shadow: 0 2px 2px var(--shadow-color);
transition: background 0.5s, color 0.5s;
}
.sheet-navegacao label:hover,
.sheet-navegacao label:hover::after,
.sheet-navegacao label:focus,
.sheet-navegacao label:focus::after {
background: var(--switch-hover-color);
}
.sheet-navegacao label:focus {
outline: 0;
}
.sheet-navegacao label::after {
content: "";
position: absolute;
z-index: 1;
top: 0;
right: -0.5em;
bottom: 0;
width: 1em;
background: var(--background-color);
background-image: linear-gradient(to bottom, var(--background-color), #ddd);
box-shadow: 2px 2px 2px var(--shadow-color);
transform: skew(10deg);
border-radius: 0 5px 0 0;
transition: background 0.5s, color 0.5s;
}
.sheet-navegacao label,
.sheet-navegacao label::after {
background: var(--background-color);
z-index: 3;
}
.sheet-switch-selected::after {
background: var(--switch-selected-color) !important;
z-index: 3;
}
.sheet-navegacao > input {
width: 50px;
height: 12px;
font-size: 7px;
line-height: 12px;
text-align: center;
color: #969696;
padding: 0;
margin: 0;
border: 0;
outline: none;
}
.sheet-main .sheet-hide-author > input {
width: 50px;
height: 12px;
font-size: 7px;
line-height: 12px;
text-align: center;
color: var(--title-color);
background-color: var(--background-color);
padding: 0;
margin: 0;
border: 0;
outline: none;
}
.sheet-main .sheet-hide-author span {
color: var(--icon-hover);
height: 12px;
font-size: 9px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: auto;
margin-right: 10px;
}
.sheet-rolltemplate-ordem-paranormal,
.sheet-rolltemplate-ordem-paranormal-error-chance {
font-size: 12px;
box-sizing: border-box;
width: 100%;
position: relative;
background-color: var(--background-color);
overflow: hidden;
}
.sheet-rolltemplate-ordem-paranormal .sheet-rollbox-container,
.sheet-rolltemplate-ordem-paranormal-error-chance .sheet-rollbox-container {
width: 100%;
position: relative;
box-sizing: border-box;
border: 2px solid var(--accent-color);
}
.sheet-rolltemplate-ordem-paranormal .sheet-rollbox-container::before,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
left: -16px;
transform: rotate(-90deg);
}
.sheet-rolltemplate-ordem-paranormal .sheet-rollbox-container::after,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
right: -16px;
transform: rotate(180deg);
}
.sheet-rolltemplate-ordem-paranormal .sheet-rollbox-container .sheet-rollbox,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox {
padding: 5px;
font-family: "PT Sans";
position: relative;
width: 100%;
min-height: 40px;
display: grid;
box-sizing: border-box;
grid-template-rows: autofit auto 16px;
row-gap: 5px;
}
.sheet-rolltemplate-ordem-paranormal
.sheet-rollbox-container
.sheet-rollbox::before,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
left: -16px;
}
.sheet-rolltemplate-ordem-paranormal
.sheet-rollbox-container
.sheet-rollbox::after,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
right: -16px;
transform: rotate(90deg);
}
.sheet-roll-title {
color: var(--title-color);
}
.sheet-rolltemplate-ordem-paranormal
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-title,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-title {
width: 100%;
min-height: 16px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
}
.sheet-rolltemplate-ordem-paranormal
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-result,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-result {
box-sizing: border-box;
width: 100%;
display: flex;
font-size: 20px;
align-items: center;
justify-content: center;
text-align: center;
padding: 4px;
}
.sheet-rolltemplate-ordem-paranormal
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-result
span,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-result
span {
margin: 0 auto;
padding: 8px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
}
.sheet-rolltemplate-ordem-paranormal
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-name,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-name {
display: flex;
align-items: flex-start;
justify-content: center;
text-align: center;
}
.sheet-rolltemplate-ordem-paranormal
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-name
span,
.sheet-rolltemplate-ordem-paranormal-error-chance
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-name
span {
padding: 0;
padding-left: 2px;
padding-right: 2px;
border: 0;
}
.sheet-rolltemplate-ordem-paranormal-attack {
font-size: 12px;
box-sizing: border-box;
width: 100%;
position: relative;
background-color: var(--background-color);
overflow: hidden;
}
.sheet-rolltemplate-ordem-paranormal-attack .sheet-rollbox-container {
width: 100%;
position: relative;
box-sizing: border-box;
border: 2px solid var(--accent-color);
}
.sheet-rolltemplate-ordem-paranormal-attack .sheet-rollbox-container::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
left: -16px;
transform: rotate(-90deg);
}
.sheet-rolltemplate-ordem-paranormal-attack .sheet-rollbox-container::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
right: -16px;
transform: rotate(180deg);
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox {
padding: 5px;
padding-bottom: 15px;
font-family: "PT Sans";
position: relative;
width: 100%;
min-height: 40px;
display: grid;
box-sizing: border-box;
grid-template-columns: 1fr 1px 1fr;
column-gap: 5px;
row-gap: 5px;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
left: -16px;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
right: -16px;
transform: rotate(90deg);
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-title {
width: 100%;
font-weight: bold;
grid-column: 1/4;
min-height: 16px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-label {
margin-top: 5px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-weight: normal;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-label
.sheet-crit {
color: green;
margin-left: 2px;
font-weight: normal;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll {
padding-top: 5px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll
span {
margin: 0 auto;
padding: 8px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-attack-title,
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-tipo-dano {
width: 100%;
grid-column: 1/4;
font-style: italic;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 13px;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-divisor {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-divisor
span {
width: 1px;
height: 70%;
background-color: var(--accent-color);
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-descricao {
grid-column: 1/4;
box-sizing: border-box;
padding: 5px;
margin: 10px;
margin-top: 0;
margin-bottom: 0;
background-color: var(--description-background);
text-align: center;
max-height: 400px;
overflow-y: auto;
}
.sheet-rolltemplate-ordem-paranormal-attack
.sheet-rollbox-container
.sheet-rollbox
.sheet-descricao
span {
margin: 0;
padding: 0 3px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.sheet-rolltemplate-ordem-paranormal-info {
font-size: 12px;
box-sizing: border-box;
width: 100%;
position: relative;
background-color: var(--background-color);
overflow: hidden;
}
.sheet-rolltemplate-ordem-paranormal-info .sheet-rollbox-container {
width: 100%;
position: relative;
box-sizing: border-box;
border: 2px solid var(--accent-color);
}
.sheet-rolltemplate-ordem-paranormal-info .sheet-rollbox-container::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
left: -16px;
transform: rotate(-90deg);
}
.sheet-rolltemplate-ordem-paranormal-info .sheet-rollbox-container::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
right: -16px;
transform: rotate(180deg);
}
.sheet-rolltemplate-ordem-paranormal-info
.sheet-rollbox-container
.sheet-rollbox {
padding: 5px;
font-family: "PT Sans";
position: relative;
width: 100%;
min-height: 40px;
display: grid;
box-sizing: border-box;
grid-template-columns: 1fr;
row-gap: 5px;
}
.sheet-rolltemplate-ordem-paranormal-info
.sheet-rollbox-container
.sheet-rollbox::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
left: -16px;
}
.sheet-rolltemplate-ordem-paranormal-info
.sheet-rollbox-container
.sheet-rollbox::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
right: -16px;
transform: rotate(90deg);
}
.sheet-rolltemplate-ordem-paranormal-info
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-title {
font-weight: bold;
width: 100%;
min-height: 16px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
}
.sheet-rolltemplate-ordem-paranormal-info
.sheet-rollbox-container
.sheet-rollbox
.sheet-info-title {
width: 100%;
font-style: italic;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 13px;
}
.sheet-rolltemplate-ordem-paranormal-info
.sheet-rollbox-container
.sheet-rollbox
.sheet-descricao {
box-sizing: border-box;
width: 100%;
padding: 10px;
margin-bottom: 5px;
background-color: var(--description-background);
max-height: 400px;
overflow-y: auto;
}
.sheet-rolltemplate-ordem-paranormal-info
.sheet-rollbox-container
.sheet-rollbox
.sheet-descricao
span {
margin: 0;
padding: 0 3px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.sheet-rolltemplate-spell {
box-sizing: border-box;
font-size: 12px;
width: 100%;
position: relative;
background-color: var(--background-color);
overflow: hidden;
}
.sheet-rolltemplate-spell .sheet-spell-container {
width: 100%;
position: relative;
box-sizing: border-box;
border: 2px solid var(--accent-color);
}
.sheet-rolltemplate-spell .sheet-spell-container::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
left: -16px;
transform: rotate(-90deg);
}
.sheet-rolltemplate-spell .sheet-spell-container::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
right: -16px;
transform: rotate(180deg);
}
.sheet-rolltemplate-spell .sheet-spell-container .sheet-spellbox {
padding: 5px;
font-family: "PT Sans";
position: relative;
width: 100%;
min-height: 40px;
display: grid;
box-sizing: border-box;
grid-template-rows: 1fr;
row-gap: 5px;
}
.sheet-rolltemplate-spell .sheet-spell-container .sheet-spellbox::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
left: -16px;
}
.sheet-rolltemplate-spell .sheet-spell-container .sheet-spellbox::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
right: -16px;
transform: rotate(90deg);
}
.sheet-rolltemplate-spell
.sheet-spell-container
.sheet-spellbox
.sheet-roll-title {
width: 100%;
min-height: 16px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
}
.sheet-rolltemplate-spell
.sheet-spell-container
.sheet-spellbox
.sheet-spell-name {
width: 100%;
font-style: italic;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 13px;
}
.sheet-rolltemplate-spell
.sheet-spell-container
.sheet-spellbox
.sheet-spell-grid {
display: grid;
column-gap: 5px;
row-gap: 5px;
padding: 10px;
padding-top: 0;
box-sizing: border-box;
width: 100%;
}
.sheet-rolltemplate-spell
.sheet-spell-container
.sheet-spellbox
.sheet-spell-grid
.sheet-spell-atribute {
width: 100%;
display: flex;
max-width: 220px;
justify-content: flex-start;
align-items: center;
margin-bottom: 5px;
}
.sheet-rolltemplate-spell
.sheet-spell-container
.sheet-spellbox
.sheet-spell-grid
.sheet-spell-atribute
span {
font-style: normal;
display: inline-flex;
height: 100%;
font-weight: bold;
align-items: center;
color: var(--text-color);
margin-right: 3px;
}
.sheet-rolltemplate-spell
.sheet-spell-container
.sheet-spellbox
.sheet-spell-grid
.sheet-descricao {
box-sizing: border-box;
width: 100%;
padding: 5px;
margin-top: 5px;
margin-top: 0;
background-color: var(--description-background);
max-height: 400px;
overflow-y: auto;
}
.sheet-rolltemplate-spell
.sheet-spell-container
.sheet-spellbox
.sheet-spell-grid
.sheet-descricao
span {
margin: 0;
padding: 0 3px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.sheet-rolltemplate-custom {
box-sizing: border-box;
font-size: 12px;
width: 100%;
position: relative;
background-color: var(--background-color);
overflow: hidden;
}
.sheet-rolltemplate-custom .sheet-rollbox-container {
width: 100%;
position: relative;
box-sizing: border-box;
border: 2px solid var(--accent-color);
}
.sheet-rolltemplate-custom .sheet-rollbox-container::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
left: -16px;
transform: rotate(-90deg);
}
.sheet-rolltemplate-custom .sheet-rollbox-container::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
bottom: -16px;
right: -16px;
transform: rotate(180deg);
}
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox {
padding: 5px;
font-family: "PT Sans";
position: relative;
width: 100%;
min-height: 40px;
display: grid;
box-sizing: border-box;
grid-template-columns: 1fr;
row-gap: 5px;
}
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox::before {
position: absolute;
content: "";
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
left: -16px;
}
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox::after {
content: "";
position: absolute;
background-color: var(--background-color);
border-top: 2px solid transparent;
border-right: 2px solid var(--accent-color);
border-bottom: 2px solid var(--accent-color);
border-left: 2px solid transparent;
border-radius: 50%;
width: 20px;
height: 20px;
pointer-events: none;
top: -16px;
right: -16px;
transform: rotate(90deg);
}
.sheet-rolltemplate-custom
.sheet-rollbox-container
.sheet-rollbox
.sheet-roll-title {
width: 100%;
min-height: 16px;
display: flex;
align-items: center;
font-weight: bold;
justify-content: center;
text-align: center;
text-transform: uppercase;
}
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox .secondname {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-style: italic;
}
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox .props {
display: grid;
grid-template-columns: 1fr;
}
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox .props b {
font-weight: bold !important;
}
.sheet-rolltemplate-custom
.sheet-rollbox-container
.sheet-rollbox
.sheet-props
.sheet-content {
font-weight: normal !important;
margin-bottom: 2px;
}
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox span {
margin: 0;
padding: 0 3px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.sheet-rolltemplate-custom
.sheet-rollbox-container
.sheet-rollbox
.sheet-descricao {
box-sizing: border-box;
width: 100%;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
background-color: var(--description-background);
max-height: 400px;
text-align: center;
overflow-y: auto;
}
.sheet-rolltemplate-custom
.sheet-rollbox-container
.sheet-rollbox
.sheet-descricao
span {
margin: 0;
padding: 0 3px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
}
.sheet-deityAndLevel {
display: grid;
grid-template-columns: 1fr 5fr;
grid-gap: 20px;
}
.sheet-dado {
margin: auto !important;
}
.sheet-ataque_rolagens {
justify-content: center;
}
/* The switch - the box around the slider */
.sheet-switch {
position: relative;
display: inline-block;
height: 20px !important;
margin-bottom: 0px !important;
width: 200px !important;
text-align: center;
}
/* Hide default HTML checkbox */
.sheet-switch input {
display: none;
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.sheet-slider {
cursor: pointer;
height: 20px !important;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.sheet-switch-selected {
background-color: var(--switch-selected-color) !important;
color: var(--switch-selected-text-color) !important;
}
input:focus + .slider {
box-shadow: 0 0 1px var(--switch-selected-color);
color: var(--background-color);
}
input:checked + .slider:before {
-webkit-transform: translateX(13px);
-ms-transform: translateX(13px);
transform: translateX(13px);
}
/* Rounded sliders */
.sheet-menace-spam {
font-family: "Alegreya Sans SC";
font-weight: bold;
font-size: 14px;
}
.sheet-main .menace-container {
width: 100%;
display: flex;
flex-direction: column;
grid-column: 1/3;
}
.sheet-menace-powers .repcontrol_add,
.sheet-menace-powers .repcontrol_edit,
.sheet-menace-spells .repcontrol_add,
.sheet-menace-spells .repcontrol_edit,
.sheet-menace-attacks .repcontrol_add,
.sheet-menace-attacks .repcontrol_edit {
display: none !important;
}
.sheet-menace-attacks .repcontainer,
.sheet-menace-attacks .repitem {
display: inline-block;
}
.sheet-menace-spells .container-menace-ability-power {
display: list-item;
list-style-position: inside;
}
.sheet-hiddenelement {
display: none !important;
}
.sheet-menace-container input {
border: none;
background-color: transparent;
color: var(--highligth-color);
}
.sheet-container-logo {
display: flex;
justify-content: end;
}
.sheet-container-logo-ghanor {
display: flex;
justify-content: end;
height: 150px;
}
.sheet-menace-header {
display: grid;
grid-template-columns: 5fr 1fr;
}
.sheet-menace-header .name-div {
align-self: center;
}
.sheet-menace-header .menace-nd {
display: grid;
grid-template-columns: 1fr 3fr;
}
.sheet-menace-header span {
font-size: 25px;
font-family: "Alegreya Sans SC";
font-weight: bold;
color: var(--highligth-color);
}
.sheet-menace-name {
width: 100%;
font-family: "Alegreya Sans SC" !important;
font-weight: bold;
font-size: 30px !important;
}
.sheet-menace-nd {
width: 70%;
font-family: "Alegreya Sans SC" !important;
font-weight: bold;
font-size: 25px !important;
}
.sheet-menace-creature {
font-style: italic;
width: 100%;
}
.sheet-menace-base-info,
.sheet-menace-attributes {
border-top: 2px var(--highligth-color) solid;
border-bottom: 2px var(--highligth-color) solid;
}
.sheet-menace-base-info span,
.sheet-menace-rolls span,
.sheet-menace-attributes span,
.sheet-menace-skills span,
.sheet-menace-treasures span {
font-size: 14px;
font-weight: bold;
color: var(--highligth-color);
}
.sheet-menace-container input,
.sheet-menace-container span {
padding: 0px;
}
.sheet-menace-nd {
margin-bottom: 10px;
margin-left: 5px;
}
.sheet-menace-perception,
.sheet-menace-resistence {
width: 100% !important;
padding-left: 0px;
text-align: left !important;
height: 40px;
resize: none;
}
.sheet-menace-desloc-vida,
.sheet-menace-mana {
padding-left: 3px;
width: 70% !important;
text-align: left !important;
}
.sheet-span-menace {
width: 30px;
color: var(--accent-color);
}
.sheet-menace-creature-type input,
.sheet-menace-base-info input {
color: var(--accent-color) !important;
}
.sheet-infos {
color: var(--accent-color) !important;
padding-left: 3px !important;
font-weight: initial !important;
}
.sheet-menace-base-info input,
.sheet-menace-attributes input {
width: 20px;
text-align: right;
vertical-align: baseline;
}
.sheet-menace-container .btn {
vertical-align: baseline !important;
}
.sheet-melee,
.sheet-distance {
font-weight: bold !important;
}
.sheet-left-global-container {
width: 100%;
display: flex;
flex-direction: column;
}
.sheet-right-global-container {
width: 100%;
display: flex;
flex-direction: column;
}
.sheet-domains-container {
grid-column: 1/3;
}
.sheet-domain-header {
margin: 0 auto;
font-family: "PT Sans", sans-serif;
font-size: 13px;
display: grid;
width: 860px;
background-repeat: no-repeat;
background-size: cover;
column-gap: 22px;
grid-template-columns: 516px 312px;
background-color: var(--background-color);
}
.sheet-domain-terrain {
display: grid;
column-gap: 22px;
grid-template-columns: 516px 146px 146px;
}
.sheet-domain-header-info {
display: grid;
column-gap: 22px;
grid-template-columns: 400px auto;
}
.sheet-court-container,
.sheet-popularity-container {
display: grid;
column-gap: 22px;
grid-template-columns: auto auto auto;
margin-top: 30px;
margin-bottom: 30px;
}
.sheet-court-level-container,
.sheet-popularity-level-container {
display: grid;
column-gap: 22px;
grid-template-columns: auto auto;
border-right: 1px solid #ab893a;
border-left: 1px solid var(--accent-color);
padding: 15px 0px 0px 15px;
}
.sheet-regent-player {
padding-top: 15px;
grid-column: 1/2;
}
.sheet-domain-level {
padding-top: 15px;
}
.sheet-global-columns {
display: grid;
grid-template-columns: 75% 25%;
margin-bottom: 5px;
}
.sheet-global-rolls {
margin-top: 15px;
}
.sheet-global-conditions {
margin-top: 15px;
}
.sheet-left-global-container .sheet-character-attributes,
.sheet-right-global-container .sheet-character-attributes {
width: 100%;
margin-top: 15px;
height: 223px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.sheet-left-container .sheet-character-attributes > div {
width: 84px;
height: 89px;
}
.sheet-left-global-container .sheet-character-attributes > div,
.sheet-right-global-container .sheet-character-attributes > div {
width: 84px;
height: 89px;
}
.sheet-left-global-container .sheet-button-title-attribute,
.sheet-right-global-container .sheet-button-title-attribute {
background-color: transparent;
font-size: 14px;
border: 0;
font-family: "Alegreya Sans SC";
font-weight: bold;
text-align: center;
line-height: 14px;
height: 16px;
width: 100%;
user-select: none;
}
.sheet-left-global-container .sheet-attacks-container .sheet-attacksgrid,
.sheet-right-global-container .sheet-attacks-container .sheet-attacksgrid {
display: grid;
padding-left: 10px;
padding-right: 10px;
column-gap: 7px;
grid-template-columns: 19% 19% 19% 19% 19%;
grid-template-rows: 24px auto;
padding-bottom: 20px;
}
.sheet-left-global-container .sheet-small-title,
.sheet-right-global-container .sheet-small-title {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;
border: 0;
font-weight: bold;
text-align: center;
line-height: 10px;
height: 100%;
user-select: none;
}
.sheet-left-global-container .sheet-attacks-container .sheet-attacksgrid input,
.sheet-right-global-container
.sheet-attacks-container
.sheet-attacksgrid
input {
display: inline-block;
height: 24px;
font-size: 12px;
text-align: center;
line-height: 24px;
border: 0;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-left-global-container .sheet-defense-container .sheet-defensegrid,
.sheet-right-global-container .sheet-defense-container .sheet-defensegrid {
display: grid;
padding-left: 10px;
padding-right: 10px;
column-gap: 7px;
grid-template-columns: 24% 24% 24% 24%;
grid-template-rows: 24px auto;
padding-bottom: 20px;
}
.sheet-left-global-container .sheet-defense-container .sheet-defensegrid input,
.sheet-right-global-container
.sheet-defense-container
.sheet-defensegrid
input {
display: inline-block;
height: 24px;
font-size: 12px;
text-align: center;
line-height: 24px;
border: 0;
border-bottom: 2px solid var(--accent-color);
width: 100%;
}
.sheet-attribute-center {
text-align: center;
}
.sheet-attack-icon,
.sheet-damage-icon,
.sheet-roll-icon,
.sheet-skills-icon,
.sheet-defense-icon,
.sheet-armor-icon,
.sheet-shield-icon,
.sheet-resist-icon {
height: 20px;
filter: invert(11%) sepia(83%) saturate(4245%) hue-rotate(348deg)
brightness(97%) contrast(87%);
}
.sheet-attack-span,
.sheet-damage-span,
.sheet-roll-span,
.sheet-skills-span,
.sheet-defense-span,
.sheet-armor-span,
.sheet-shield-span,
.sheet-resist-span {
font-size: 15px;
font-weight: bold;
color: var(--highligth-color);
}
.sheet-defesacaido-color {
font-size: 11px;
font-weight: bold;
color: var(--highligth-color);
}
.sheet-global-color {
background-color: var(--highligth-color);
color: var(--background-color);
font-size: 15px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width: auto;
margin-right: 10px;
border: 1px solid var(--accent-color);
padding: 0px 10px 0px 10px;
}
.sheet-header-global {
height: 84px;
width: 100%;
position: relative;
}
.sheet-header-position {
position: absolute;
bottom: 0px;
}
.sheet-header-button-position {
position: absolute;
bottom: 0px;
right: 0px;
}
.sheet-erase-global {
margin-left: 35px;
}
.sheet-global-title {
font-size: 25px;
font-family: "Alegreya Sans SC";
font-weight: bold;
color: var(--highligth-color) !important;
}
.sheet-right-icons {
text-align: right;
}
.sheet-span-middle {
display: table;
}
.sheet-span-middle div {
display: table-cell;
vertical-align: middle;
}
.sheet-background-tormenta {
background-color: var(--highligth-color) !important;
}
.sheet-border-tormenta {
border: 3px solid var(--highligth-color) !important;
}