mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
3682 lines
117 KiB
CSS
3682 lines
117 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');
|
|
}
|
|
|
|
.charsheet {
|
|
background-color: #f7f5f6 !important;
|
|
}
|
|
.sheet-main textarea {
|
|
overflow: auto
|
|
}
|
|
|
|
.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: 860px;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
column-gap: 22px;
|
|
grid-template-columns: 516px 312px;
|
|
background-color: #f7f5f6
|
|
}
|
|
|
|
.sheet-main * {
|
|
box-sizing: border-box;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.sheet-main *::-moz-selection {
|
|
color: #4d131a;
|
|
background: #d13235
|
|
}
|
|
|
|
.sheet-main *::selection {
|
|
color: #4d131a;
|
|
background: #d13235
|
|
}
|
|
|
|
.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:disabled,
|
|
.sheet-main textarea:disabled,
|
|
.sheet-main select:disabled {
|
|
background-color: white
|
|
}
|
|
|
|
.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: #0e0e0e;
|
|
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: #202020
|
|
}
|
|
|
|
.sheet-main .repcontrol>.btn.repcontrol_add::before {
|
|
position: absolute;
|
|
content: "&";
|
|
font-weight: 0;
|
|
color: white;
|
|
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: white;
|
|
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: #d13235;
|
|
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%;
|
|
height: 155px;
|
|
grid-template-columns: 100px 100px auto 80px;
|
|
column-gap: 10px;
|
|
grid-template-rows: 1fr 1fr
|
|
}
|
|
|
|
.sheet-main .sheet-header-info-ghanor {
|
|
display: grid;
|
|
width: 100%;
|
|
height: 155px;
|
|
grid-template-columns: 140px 140px auto 50px;
|
|
column-gap: 10px;
|
|
grid-template-rows: 1fr 1fr
|
|
}
|
|
|
|
.sheet-main .sheet-character-attributes {
|
|
margin-top: -20px;
|
|
width: 100%;
|
|
height: 90px;
|
|
margin-bottom: 10px;
|
|
display: grid;
|
|
grid-template-columns: repeat(6, 1fr);
|
|
column-gap: 22px
|
|
}
|
|
|
|
.sheet-main .sheet-pseudo-attributes {
|
|
width: 100%;
|
|
height: 74px;
|
|
margin-bottom: 22px;
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
column-gap: 22px
|
|
}
|
|
|
|
.sheet-main .sheet-pseudo-attributes .sheet-container-pvs-mps .sheet-inside-negative-corner {
|
|
display: grid;
|
|
grid-template-columns: 66px auto 66px;
|
|
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 black
|
|
}
|
|
|
|
.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 black
|
|
}
|
|
|
|
.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.sheet-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 black;
|
|
width: 100%
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-attacks-container .sheet-attacksgrid .sheet-buttonrollataque {
|
|
background-color: transparent;
|
|
font-family: 'dicefontd20';
|
|
color: #0e0e0e;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 20px;
|
|
border: 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.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: #242424
|
|
}
|
|
|
|
.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 .sheet-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 #535353;
|
|
color: #535353;
|
|
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: #d6d6d6;
|
|
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;
|
|
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: #616161
|
|
}
|
|
|
|
.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: #535353;
|
|
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: white;
|
|
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 #535353
|
|
}
|
|
|
|
.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: #535353;
|
|
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 #535353;
|
|
color: black
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-attacks-container .sheet-attacksgrid .sheet-moreinfo select {
|
|
color: black;
|
|
width: 100%;
|
|
height: 24px;
|
|
text-align: center;
|
|
background-color: transparent;
|
|
border: 0;
|
|
border-bottom: 2px solid #535353
|
|
}
|
|
|
|
.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: 22px
|
|
}
|
|
|
|
.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-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 {
|
|
font-size: 9px
|
|
}
|
|
|
|
.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 black;
|
|
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 black;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield {
|
|
display: grid;
|
|
grid-template-rows: 1fr;
|
|
row-gap: 22px
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense {
|
|
height: 76px
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense .sheet-inside-negative-corner {
|
|
height: 76px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
display: grid;
|
|
grid-template-columns: auto 10px 20px 7px 46px 7px 40px 7px 40px 7px 38px;
|
|
grid-template-rows: 28px auto;
|
|
row-gap: 5px
|
|
}
|
|
|
|
.sheet-container-cd-magia {
|
|
padding: 10px;
|
|
display: grid;
|
|
grid-template-columns: 20px 30px 10px 20px 10px 50px 10px 30px 10px 50px 10px 50px;
|
|
column-gap: 8px;
|
|
padding-left: 55px;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.sheet-container-cd-magia select, .sheet-container-cd-magia input{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 24px;
|
|
border: 0;
|
|
border-bottom-color: currentcolor;
|
|
border-bottom-style: none;
|
|
border-bottom-width: 0px;
|
|
border-bottom: solid 2px black;
|
|
line-height: 24px;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-container-cd-magia select{
|
|
font-size: 13px;
|
|
}
|
|
|
|
.sheet-container-cd-magia span {
|
|
display: block;
|
|
padding-top: 2px;
|
|
padding-left: 2px;
|
|
width: 100%;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.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-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense,
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense .sheet-inside-negative-corner {
|
|
height: 100% !important
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense .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-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense .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-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense .sheet-inside-negative-corner input {
|
|
height: 26px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
line-height: 26px;
|
|
border: 0;
|
|
border-bottom: 2px solid black;
|
|
width: 100%
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense .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 black
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .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 black;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-defense .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 black;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
font-family: 'PT Sans', sans-serif;
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-defense-and-proeficience-container .sheet-container-defense-armor-shield .sheet-container-armor-shield .sheet-inside-negative-corner {
|
|
height: 76px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
display: grid;
|
|
column-gap: 10px;
|
|
grid-template-columns: 150px auto auto;
|
|
grid-template-rows: 16px auto auto
|
|
}
|
|
|
|
.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-defense-and-proeficience-container .sheet-container-defense-armor-shield .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 black;
|
|
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;
|
|
min-height: 200px
|
|
}
|
|
|
|
.sheet-main .sheet-left-container .sheet-spells .sheet-inside-negative-corner .sheet-vertical-line {
|
|
width: 1px;
|
|
background-color: black;
|
|
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: white;
|
|
color: black;
|
|
border: 0;
|
|
border-bottom: 2px solid black;
|
|
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: white;
|
|
border: 0;
|
|
font-size: 13px;
|
|
border-bottom: 2px solid black
|
|
}
|
|
|
|
.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: #0e0e0e;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 20px;
|
|
border: 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.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: #242424
|
|
}
|
|
|
|
.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
|
|
}
|
|
|
|
.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: #202020
|
|
}
|
|
|
|
.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: #252525
|
|
}
|
|
|
|
.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: black;
|
|
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 #535353;
|
|
background-color: #d6d6d6;
|
|
grid-template-columns: 2fr 5fr 1fr 2fr;
|
|
column-gap: 4px;
|
|
row-gap: 4px;
|
|
color: #535353
|
|
}
|
|
|
|
.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 #535353
|
|
}
|
|
|
|
.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 #535353
|
|
}
|
|
|
|
.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: black;
|
|
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 black
|
|
}
|
|
|
|
.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 .sheet-container-logo {
|
|
height: 76px
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-logo-level .sheet-container-logo-ghanor {
|
|
height: 150px
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-logo-level .sheet-container-logo .sheet-logo-tormenta {
|
|
width: 100%;
|
|
user-select: none
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-logo-level .sheet-container-logo .sheet-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 black;
|
|
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: 22px
|
|
}
|
|
|
|
.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-left: 7px;
|
|
padding-right: 7px;
|
|
grid-template-columns: 20px auto 7px 35px 7px 48px 7px 24px 7px 35px
|
|
}
|
|
|
|
.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/11;
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-skills-container .sheet-inside-negative-corner .sheet-skill-grid-template .repitem {
|
|
display: grid;
|
|
grid-template-columns: 20px auto 7px 35px 7px 48px 7px 24px 7px 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.sheet-header,
|
|
.sheet-inside-negative-corner .sheet-condition-grid-template.sheet-header {
|
|
height: 30px
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-skills-container .sheet-inside-negative-corner .sheet-skill-grid-template.sheet-header .sheet-pericias-titulo,
|
|
.sheet-inside-negative-corner .sheet-condition-grid-template.sheet-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: 10px !important
|
|
}
|
|
|
|
.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 black;
|
|
width: 100%
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-skills-container .sheet-inside-negative-corner .sheet-skill-grid-template input[type=text].sheet-total,
|
|
.sheet-main .sheet-right-container .sheet-skills-container .sheet-inside-negative-corner .sheet-skill-grid-template select.sheet-total,
|
|
.sheet-inside-negative-corner .sheet-condition-grid-template input[type=text].sheet-total,
|
|
.sheet-inside-negative-corner .sheet-condition-grid-template select.sheet-total {
|
|
border: 2px solid black;
|
|
border-top: 1px solid black;
|
|
border-bottom: 1px solid black
|
|
}
|
|
|
|
.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 black
|
|
}
|
|
|
|
.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 black
|
|
}
|
|
|
|
.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/11;
|
|
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
|
|
}
|
|
|
|
.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: 4px
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-skills-container .sheet-inside-negative-corner .sheet-skill-grid-template .sheet-oficio {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-self: start;
|
|
align-items: center;
|
|
font-size: 13px;
|
|
font-family: 'Alegreya Sans SC'
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-skills-container .sheet-inside-negative-corner .sheet-skill-grid-template .sheet-oficio input.sheet-nome-oficio {
|
|
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 black;
|
|
position: relative
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-skills-container .sheet-inside-negative-corner .sheet-skill-grid-template .sheet-oficio input.sheet-nome-oficio::before {
|
|
content: "*";
|
|
position: absolute;
|
|
height: 20px;
|
|
top: -3px;
|
|
width: 5px;
|
|
left: -5px;
|
|
vertical-align: super
|
|
}
|
|
|
|
.sheet-nome-oficio-extra {
|
|
width: 75px;
|
|
margin-left: 8px;
|
|
padding: 0;
|
|
padding-right: 4px;
|
|
padding-left: 4px;
|
|
text-align: left;
|
|
font-size: 11px;
|
|
line-height: 18px;
|
|
border-bottom: 1px solid black;
|
|
position: relative
|
|
}
|
|
|
|
.sheet-nome-oficio-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-oficio .sheet-skill-button,
|
|
.sheet-inside-negative-corner .sheet-condition-grid-template .sheet-oficio .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-oficio .sheet-skill-button span,
|
|
.sheet-inside-negative-corner .sheet-condition-grid-template .sheet-oficio .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-oficio .sheet-skill-button:hover {
|
|
color: #d13235
|
|
}
|
|
|
|
.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: #d13235
|
|
}
|
|
|
|
.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 black;
|
|
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: white
|
|
}
|
|
|
|
.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: white
|
|
}
|
|
|
|
.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: white
|
|
}
|
|
|
|
.sheet-main .sheet-right-container .sheet-equipment-container .sheet-grid-equipment {
|
|
display: grid;
|
|
grid-template-columns:15px 15px 40px auto 40px 15px;
|
|
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:15px 15px 40px auto 40px 15px;
|
|
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 black
|
|
}
|
|
|
|
.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 black;
|
|
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-bellow.sheet-char-name {
|
|
padding-top: 15px;
|
|
grid-column: 1/3;
|
|
}
|
|
|
|
.sheet-main .sheet-input-with-text-bellow.sheet-char-player {
|
|
padding-top: 15px;
|
|
grid-column: 3/5;
|
|
}
|
|
|
|
.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: #FFF;
|
|
border: 2px solid #000;
|
|
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
|
|
}
|
|
|
|
.sheet-main .sheet-outer-container-negative-corner .sheet-inside-negative-corner button.sheet-button-title-attribute:hover {
|
|
color: #d13235
|
|
}
|
|
|
|
.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: black;
|
|
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 #000;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.sheet-main .sheet-container-negative-corner .sheet-inside-negative-corner .sheet-span-fake-mod{
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #a91e27;
|
|
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: #FFF;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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_equipment"] .sheet-grid-equipment .sheet-buttonshowinfo,
|
|
.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: #0e0e0e;
|
|
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: #242424
|
|
}
|
|
|
|
.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 black
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment .sheet-hiddencheckbox,
|
|
.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 !important;
|
|
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_equipment"] .sheet-grid-equipment .sheet-hiddencheckbox:checked~.sheet-extra,
|
|
.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: grid;
|
|
background-color: #d6d6d6;
|
|
/*flex-direction: column;*/
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment .sheet-hiddencheckbox:checked~span.sheet-hiddencheckboxcover,
|
|
.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: #202020
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment .sheet-hiddencheckbox:hover~.sheet-hiddencheckboxcover,
|
|
.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: #252525
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment span.sheet-hiddencheckboxcover,
|
|
.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: black;
|
|
right: 2px;
|
|
width: 20px;
|
|
height: 22px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 1
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment .sheet-extra,
|
|
.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%;
|
|
min-height: 200px;
|
|
padding: 4px;
|
|
border: solid 2px black
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment .sheet-extra {
|
|
grid-column: 1/6;
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment .sheet-extra .sheet-multigrid,
|
|
.sheet-main .repcontainer[data-groupname="repeating_abilities"] .sheet-container-ability-power .sheet-extra .sheet-multigrid,
|
|
.sheet-main .repcontainer[data-groupname="repeating_powers"] .sheet-container-ability-power .sheet-extra .sheet-multigrid {
|
|
display:grid;
|
|
align-content: baseline !important;
|
|
}
|
|
|
|
.sheet-main .repcontainer[data-groupname="repeating_equipment"] .sheet-grid-equipment .sheet-extra textarea,
|
|
.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: 150px;
|
|
margin-bottom: 8px
|
|
}
|
|
|
|
.sheet-extra .sheet-execspam { grid-column: 1/2; font-weight: bold; }
|
|
.sheet-extra .sheet-execinput { grid-column: 2/3; background-color: transparent;}
|
|
.sheet-extra .sheet-pmspam { grid-column: 3/4; font-weight: bold; }
|
|
.sheet-extra .sheet-pminput { grid-column: 4/5; background-color: transparent;}
|
|
.sheet-extra .sheet-fontespam { grid-column: 1/2; font-weight: bold; }
|
|
.sheet-extra .sheet-fonteinput { grid-column: 2/5; background-color: transparent; }
|
|
.sheet-extra .sheet-descriptspam {font-weight: bold; }
|
|
.sheet-extra .sheet-descriptarea { grid-column: 1/5; border: 1px solid black !important; min-height: 150px; }
|
|
|
|
.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 black;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
border-radius: 50%
|
|
}
|
|
|
|
.sheet-main .sheet-fake-checkbox .sheet-fake-checkbox-status::before {
|
|
content: '';
|
|
color: black;
|
|
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: #ddd;
|
|
background-image: linear-gradient(to bottom, #fff, #ddd);
|
|
padding: .7em 0em;
|
|
float: left;
|
|
text-decoration: none;
|
|
color: #444;
|
|
text-shadow: 0 1px 0 rgba(255,255,255,.8);
|
|
border-radius: 5px 0 0 0;
|
|
box-shadow: 0 2px 2px rgba(0,0,0,.4);
|
|
}
|
|
|
|
.sheet-navegacao label:hover,
|
|
.sheet-navegacao label:hover::after,
|
|
.sheet-navegacao label:focus,
|
|
.sheet-navegacao label:focus::after {
|
|
background: #fff;
|
|
}
|
|
|
|
.sheet-navegacao label:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
.sheet-navegacao label::after {
|
|
content:'';
|
|
position:absolute;
|
|
z-index: 1;
|
|
top: 0;
|
|
right: -.5em;
|
|
bottom: 0;
|
|
width: 1em;
|
|
background: #ddd;
|
|
background-image: linear-gradient(to bottom, #fff, #ddd);
|
|
box-shadow: 2px 2px 2px rgba(0,0,0,.4);
|
|
transform: skew(10deg);
|
|
border-radius: 0 5px 0 0;
|
|
}
|
|
|
|
.sheet-navegacao label,
|
|
.sheet-navegacao label::after {
|
|
background: #fff;
|
|
z-index: 3;
|
|
}
|
|
|
|
.sheet-switch-selected::after {
|
|
background: #da0f20 !important;
|
|
z-index: 3;
|
|
}
|
|
|
|
.sheet-switch-selected-ghanor::after {
|
|
background: #ab893a !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: #969696;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
outline: none
|
|
}
|
|
|
|
.sheet-main .sheet-hide-author span {
|
|
color: #202020;
|
|
height: 12px;
|
|
font-size: 9px;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
width: auto;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.sheet-rolltemplate-t20, .sheet-rolltemplate-t20-error-chance {
|
|
font-size: 12px;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
position: relative;
|
|
background-color: white;
|
|
overflow: hidden
|
|
}
|
|
|
|
.sheet-rolltemplate-t20 .sheet-rollbox-container,
|
|
.sheet-rolltemplate-t20-error-chance .sheet-rollbox-container {
|
|
width: 100%;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border: 2px solid black
|
|
}
|
|
|
|
.sheet-rolltemplate-t20 .sheet-rollbox-container::before,
|
|
.sheet-rolltemplate-t20-error-chance .sheet-rollbox-container::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
bottom: -16px;
|
|
left: -16px;
|
|
transform: rotate(-90deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20 .sheet-rollbox-container::after,
|
|
.sheet-rolltemplate-t20-error-chance .sheet-rollbox-container::after {
|
|
content: '';
|
|
position: absolute;
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
bottom: -16px;
|
|
right: -16px;
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20 .sheet-rollbox-container .sheet-rollbox,
|
|
.sheet-rolltemplate-t20-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-t20 .sheet-rollbox-container .sheet-rollbox::before,
|
|
.sheet-rolltemplate-t20-error-chance .sheet-rollbox-container .sheet-rollbox::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
top: -16px;
|
|
left: -16px
|
|
}
|
|
|
|
.sheet-rolltemplate-t20 .sheet-rollbox-container .sheet-rollbox::after,
|
|
.sheet-rolltemplate-t20-error-chance .sheet-rollbox-container .sheet-rollbox::after {
|
|
content: '';
|
|
position: absolute;
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
top: -16px;
|
|
right: -16px;
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20 .sheet-rollbox-container .sheet-rollbox .sheet-roll-title,
|
|
.sheet-rolltemplate-t20-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-t20 .sheet-rollbox-container .sheet-rollbox .sheet-roll-result,
|
|
.sheet-rolltemplate-t20-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-t20 .sheet-rollbox-container .sheet-rollbox .sheet-roll-result span,
|
|
.sheet-rolltemplate-t20-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-t20 .sheet-rollbox-container .sheet-rollbox .sheet-roll-name,
|
|
.sheet-rolltemplate-t20-error-chance .sheet-rollbox-container .sheet-rollbox .sheet-roll-name {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
text-align: center
|
|
}
|
|
|
|
.sheet-rolltemplate-t20 .sheet-rollbox-container .sheet-rollbox .sheet-roll-name span,
|
|
.sheet-rolltemplate-t20-error-chance .sheet-rollbox-container .sheet-rollbox .sheet-roll-name span {
|
|
padding: 0;
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
border: 0
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-attack {
|
|
font-size: 12px;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
position: relative;
|
|
background-color: white;
|
|
overflow: hidden
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-attack .sheet-rollbox-container {
|
|
width: 100%;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border: 2px solid black
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-attack .sheet-rollbox-container::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
bottom: -16px;
|
|
left: -16px;
|
|
transform: rotate(-90deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-attack .sheet-rollbox-container::after {
|
|
content: '';
|
|
position: absolute;
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
bottom: -16px;
|
|
right: -16px;
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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-t20-attack .sheet-rollbox-container .sheet-rollbox::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
top: -16px;
|
|
left: -16px
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-attack .sheet-rollbox-container .sheet-rollbox::after {
|
|
content: '';
|
|
position: absolute;
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
top: -16px;
|
|
right: -16px;
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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-t20-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-t20-attack .sheet-rollbox-container .sheet-rollbox .sheet-roll-label .sheet-crit {
|
|
color: green;
|
|
margin-left: 2px;
|
|
font-weight: normal
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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-t20-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-t20-attack .sheet-rollbox-container .sheet-rollbox .sheet-attack-title,
|
|
.sheet-rolltemplate-t20-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-t20-attack .sheet-rollbox-container .sheet-rollbox .sheet-divisor {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-attack .sheet-rollbox-container .sheet-rollbox .sheet-divisor span {
|
|
width: 1px;
|
|
height: 70%;
|
|
background-color: black
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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: #fdf8ab;
|
|
max-height: 400px;
|
|
overflow-y: auto
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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-t20-info {
|
|
font-size: 12px;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
position: relative;
|
|
background-color: white;
|
|
overflow: hidden
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container {
|
|
width: 100%;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border: 2px solid black
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
bottom: -16px;
|
|
left: -16px;
|
|
transform: rotate(-90deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container::after {
|
|
content: '';
|
|
position: absolute;
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
bottom: -16px;
|
|
right: -16px;
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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-t20-info .sheet-rollbox-container .sheet-rollbox::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
top: -16px;
|
|
left: -16px
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container .sheet-rollbox::after {
|
|
content: '';
|
|
position: absolute;
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
border-left: 2px solid transparent;
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
pointer-events: none;
|
|
top: -16px;
|
|
right: -16px;
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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-t20-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-t20-info .sheet-rollbox-container .sheet-rollbox .sheet-roll-info {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container .sheet-rollbox .sheet-roll-info .sheet-roll-execution,
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container .sheet-rollbox .sheet-roll-info .sheet-roll-cost,
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container .sheet-rollbox .sheet-roll-info .sheet-roll-source {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container .sheet-rollbox .sheet-roll-info .sheet-roll-source {
|
|
grid-column: 1/3;
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-info .sheet-rollbox-container .sheet-rollbox .sheet-descricao {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
padding: 10px;
|
|
margin-bottom: 5px;
|
|
background-color: #fdf8ab;
|
|
max-height: 400px;
|
|
overflow-y: auto
|
|
}
|
|
|
|
.sheet-rolltemplate-t20-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: white;
|
|
overflow: hidden
|
|
}
|
|
|
|
.sheet-rolltemplate-spell .sheet-spell-container {
|
|
width: 100%;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border: 2px solid black
|
|
}
|
|
|
|
.sheet-rolltemplate-spell .sheet-spell-container::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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: #000000;
|
|
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: #fdf8ab;
|
|
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: white;
|
|
overflow: hidden
|
|
}
|
|
|
|
.sheet-rolltemplate-custom .sheet-rollbox-container {
|
|
width: 100%;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border: 2px solid black
|
|
}
|
|
|
|
.sheet-rolltemplate-custom .sheet-rollbox-container::before {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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: #d3e5f5;
|
|
border-top: 2px solid transparent;
|
|
border-right: 2px solid #000;
|
|
border-bottom: 2px solid #000;
|
|
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 .sheet-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 .sheet-props {
|
|
display: grid;
|
|
grid-template-columns: 1fr
|
|
}
|
|
|
|
.sheet-rolltemplate-custom .sheet-rollbox-container .sheet-rollbox .sheet-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: #fdf8ab;
|
|
max-height: 400px;
|
|
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-rolltemplate-darkmode{
|
|
color: black !important;
|
|
}
|
|
|
|
.sheet-deityAndLevel{
|
|
display: grid;
|
|
grid-template-columns: 1fr 3fr 2fr;
|
|
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: .4s;
|
|
transition: .4s;
|
|
}
|
|
|
|
.sheet-switch-selected {
|
|
background-color: #DA0F20 !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.sheet-switch-selected-ghanor {
|
|
background: #ab893a !important;
|
|
color: white !important;
|
|
}
|
|
|
|
input:focus + .sheet-slider {
|
|
box-shadow: 0 0 1px #DA0F20;
|
|
color: white;
|
|
}
|
|
|
|
input:checked + .sheet-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 .sheet-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 .sheet-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:#DA0F20;
|
|
}
|
|
|
|
.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 .sheet-name-div {
|
|
align-self: center;
|
|
}
|
|
|
|
.sheet-menace-header .sheet-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: #DA0F20;
|
|
}
|
|
|
|
.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 #DA0F20 solid;
|
|
border-bottom:2px #DA0F20 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: #DA0F20;
|
|
}
|
|
|
|
.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:#000
|
|
}
|
|
|
|
.sheet-menace-creature-type input, .sheet-menace-base-info input{
|
|
color: #000 !important;
|
|
}
|
|
|
|
.sheet-infos {
|
|
color: #000 !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: #f7f5f6
|
|
}
|
|
|
|
.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 black;
|
|
padding: 15px 0px 0px 15px;
|
|
}
|
|
|
|
.sheet-regent-player {
|
|
padding-top: 15px;
|
|
grid-column: 1/2;
|
|
}
|
|
|
|
.sheet-domain-level {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.sheet-global-container {
|
|
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: #f7f5f6
|
|
}
|
|
|
|
.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-global-container {
|
|
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: #f7f5f6
|
|
}
|
|
|
|
.sheet-global-container .sheet-character-attributes {
|
|
width: 100%;
|
|
margin-top: 15px;
|
|
height: 223px;
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
column-gap: 30px;
|
|
row-gap: 10px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.sheet-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;
|
|
margin-left:19px;
|
|
}
|
|
|
|
.sheet-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-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-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 black;
|
|
width: 100%
|
|
}
|
|
|
|
.sheet-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-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-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 black;
|
|
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: #a91e27;
|
|
}
|
|
|
|
.sheet-defesacaido-color {
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
color: #a91e27;
|
|
}
|
|
|
|
.sheet-global-color {
|
|
background-color: #da0f20;
|
|
color: white;
|
|
font-size: 15px !important;
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
width: auto;
|
|
margin-right: 10px;
|
|
border: 1px solid black;
|
|
padding: 0px 10px 0px 10px;
|
|
}
|
|
|
|
.sheet-header-global {
|
|
height: 84px;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.sheet-header-global-ghanor {
|
|
height: 145px;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.sheet-header-position {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
}
|
|
|
|
.sheet-header-button-position{
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
.sheet-global-container-conditions{
|
|
grid-column: 1/3;
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.sheet-erase-global{
|
|
margin-left: 35px;
|
|
}
|
|
|
|
.sheet-global-title{
|
|
font-size: 25px;
|
|
font-family: "Alegreya Sans SC";
|
|
font-weight: bold;
|
|
color: #DA0F20 !important;
|
|
}
|
|
|
|
.sheet-right-icons {
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-span-middle {
|
|
display: table;
|
|
}
|
|
|
|
.sheet-span-middle div {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.sheet-council-container > .sheet-counchil-header{
|
|
display:grid;
|
|
grid-template-columns: 100px 100px;
|
|
column-gap: 15px;
|
|
}
|
|
|
|
.sheet-council-input .repcontainer[data-groupname="repeating_council"] {
|
|
margin-top: 5px
|
|
}
|
|
|
|
.sheet-council-input .repcontainer[data-groupname="repeating_council"]>.repitem .sheet-grid-council {
|
|
width: 100%;
|
|
display: grid;
|
|
grid-template-columns:100px 100px;
|
|
column-gap: 7px;
|
|
margin-bottom: 7px
|
|
}
|
|
|
|
.sheet-council-input .repcontainer[data-groupname="repeating_council"]>.repitem .sheet-grid-council input {
|
|
text-align: center;
|
|
width: 100%;
|
|
border: 0;
|
|
border-bottom: 2px solid black
|
|
}
|
|
|
|
.sheet-council-input .repcontainer[data-groupname="repeating_council"]>.repitem .itemcontrol {
|
|
z-index: 99;
|
|
font-family: 'Pictos'
|
|
}
|
|
|
|
.sheet-council-input .repcontainer[data-groupname="repeating_council"]>.repitem .repcontrol_del {
|
|
font-family: 'Pictos';
|
|
background-color: #d13235;
|
|
background-image: none;
|
|
position: absolute;
|
|
z-index: 99 !important;
|
|
top: 0;
|
|
right: 0
|
|
}
|
|
|
|
.sheet-council-input .repcontainer[data-groupname="repeating_council"]>.repitem .editmode~.repcontrol_edit::before {
|
|
content: "Aplicar"
|
|
}
|
|
|
|
.sheet-fortification-container {
|
|
align-content: center;
|
|
justify-content: center;
|
|
display: grid;
|
|
}
|
|
|
|
.sheet-council-container span, .sheet-fortification-container span{
|
|
font-size: 15px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.sheet-fortification-container textarea {
|
|
resize: none;
|
|
border: 3px solid #ab893a;
|
|
}
|
|
|
|
.sheet-span-court {
|
|
font-size: 20px;
|
|
padding: 5px 30px 5px 30px;
|
|
color: white;
|
|
background-color: #ab893a;
|
|
}
|
|
|
|
.sheet-court_span{
|
|
color: black;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.sheet-court_description{
|
|
color: black;
|
|
font-size: 11px;
|
|
font-weight: 100;
|
|
}
|
|
|
|
.sheet-court_sub_desc {
|
|
color: black;
|
|
font-weight: 100;
|
|
font-style: italic;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.sheet-grid-buildings {
|
|
display: grid;
|
|
grid-template-columns: auto auto auto;
|
|
column-gap: 22px;
|
|
align-items: center;
|
|
justify-items: center;
|
|
margin-top:7px;
|
|
margin-bottom: 7px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.sheet-grid-buildings-body{
|
|
display: grid;
|
|
grid-template-columns: 350px 55px auto;
|
|
column-gap: 22px;
|
|
margin-top:7px;
|
|
margin-bottom: 7px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.sheet-grid-buildings .sheet-grid-title{
|
|
justify-content: start !important;
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.sheet-grid-buildings .sheet-small-title{
|
|
justify-content: start !important;
|
|
}
|
|
|
|
.sheet-grid-buildings-body input, .sheet-grid-troop input{
|
|
border: 0;
|
|
border-bottom: 2px solid black;
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-grid-troop {
|
|
display: grid;
|
|
grid-template-columns: 300px auto auto auto auto auto auto;
|
|
column-gap: 22px;
|
|
align-items: center;
|
|
justify-items: start;
|
|
margin-top:7px;
|
|
margin-bottom: 7px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.sheet-grid-troop .sheet-grid-title{
|
|
justify-content: start !important;
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
.sheet-grid-troop .sheet-small-title{
|
|
justify-content: start !important;
|
|
}
|
|
|
|
.sheet-buildings-container, .sheet-troop-container {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.sheet-fortification-container span {
|
|
font-size: 20px;
|
|
padding: 5px 30px 5px 30px;
|
|
color: white;
|
|
background-color: #ab893a;
|
|
text-align: center
|
|
}
|
|
|
|
.ghanor-color-border-1 {
|
|
border: 1px solid #ab893a !important;
|
|
}
|
|
|
|
.ghanor-color-border-2 {
|
|
border: 2px solid #ab893a !important;
|
|
}
|
|
|
|
.ghanor-color-border-3 {
|
|
border: 3px solid #ab893a !important;
|
|
}
|
|
|
|
.ghanor-color-background {
|
|
background-color: #ab893a !important;
|
|
}
|
|
|
|
.ghanor-box-shadow {
|
|
box-shadow: 0 0 1px #ab893a;
|
|
}
|
|
|
|
.sheet-container-negative-corner-ghanor {
|
|
border-right: 2px solid #ab893a !important;
|
|
border-bottom: 2px solid #ab893a !important;
|
|
}
|
|
|
|
.sheet-menace-base-info-ghanor, .sheet-menace-attributes-ghanor {
|
|
border-top:2px #ab893a solid !important;
|
|
border-bottom:2px #ab893a solid !important;
|
|
}
|
|
|
|
.ghanor-color{
|
|
color: #ab893a !important
|
|
}
|
|
|
|
.sheet-menace-treasures textarea{
|
|
resize: none;
|
|
}
|
|
|
|
.sheet-character-attributes-ghanor{
|
|
margin-top: -5px !important;
|
|
}
|
|
|
|
.sheet-background-tormenta{
|
|
background-color: #d13235 !important;
|
|
}
|
|
|
|
.sheet-border-tormenta{
|
|
border: 3px solid #d13235 !important;
|
|
} |