mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
7721 lines
212 KiB
CSS
7721 lines
212 KiB
CSS
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
|
|
@import url("https://db.onlinewebfonts.com/c/a79c4beac83798f2d5fe303ee7b0b358?family=Newcomen+W00+Bold");
|
|
|
|
.charsheet .material-symbols-outlined,
|
|
.charsheet .sheet-material-symbols-outlined {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
letter-spacing: normal !important;
|
|
text-transform: none !important;
|
|
white-space: nowrap;
|
|
direction: ltr;
|
|
font-feature-settings: "liga";
|
|
-webkit-font-feature-settings: "liga";
|
|
-webkit-font-smoothing: antialiased;
|
|
font-variation-settings:
|
|
"FILL" 0,
|
|
"wght" 400,
|
|
"GRAD" 0,
|
|
"opsz" 20;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup,
|
|
.sheet-rolltemplate-levelup-description {
|
|
--main-font: "Helvetica Neue", serif !important;
|
|
--standard-font: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
|
font-size: 16px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls .sheet-description2,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls .sheet-description2 {
|
|
grid-column: 1/-1;
|
|
text-align: center;
|
|
font-size: 12px !important;
|
|
text-transform: uppercase;
|
|
opacity: 1;
|
|
color: var(--blackandwhite2) !important;
|
|
font-weight: bolder;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls .sheet-description2 span,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls .sheet-description2 span {
|
|
color: var(--blackandwhite2);
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls .sheet-description3,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls .sheet-description3 {
|
|
grid-column: 1/-1;
|
|
text-align: center;
|
|
font-size: 14px !important;
|
|
font-family: var(--main-font);
|
|
text-transform: uppercase;
|
|
opacity: 1;
|
|
color: var(--secondary-color) !important;
|
|
padding: 5px 0px 6px 0px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls .sheet-description3 span,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls .sheet-description3 span {
|
|
color: var(--main-color);
|
|
font-family: var(--standard-font);
|
|
padding: 0px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-extra-button,
|
|
.sheet-rolltemplate-levelup .sheet-extra-button {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-extra-button,
|
|
.sheet-rolltemplate-levelup .sheet-extra-button {
|
|
background-color: transparent;
|
|
border: none;
|
|
text-align: center;
|
|
padding: 0px 0 8px 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-extra-button a,
|
|
.sheet-rolltemplate-levelup .sheet-extra-button a {
|
|
font-size: 10px;
|
|
text-transform: uppercase;
|
|
padding: 0px 8px;
|
|
border-radius: 15px;
|
|
border-color: var(--main-color) !important;
|
|
color: var(--secondary-color) !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-extra-button a:hover,
|
|
.sheet-rolltemplate-levelup .sheet-extra-button a:hover {
|
|
background-color: var(--text-grey) !important;
|
|
color: var(--blackandwhite) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-doublebutton,
|
|
.sheet-rolltemplate-levelup .sheet-doublebutton {
|
|
display: grid!important;
|
|
grid-template-columns: 1fr 0.5fr!important;
|
|
gap: 5px!important;
|
|
width: 111px!important;
|
|
margin: 0px auto!important;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-triplecolumn {
|
|
grid-template-columns: 10fr 20px 10fr;
|
|
padding: 10px 50px !important;
|
|
column-gap: 0px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header,
|
|
.sheet-rolltemplate-levelup .sheet-template-header {
|
|
display: grid;
|
|
padding: 0px 5px 0px 5px;
|
|
margin: 0;
|
|
background-color: var(--blackandwhite);
|
|
text-align: center;
|
|
position: relative;
|
|
overflow: hidden;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-borderbottom,
|
|
.sheet-rolltemplate-levelup .sheet-borderbottom {
|
|
border-bottom: solid 1px #8d8d8d4d;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-header-bloc,
|
|
.sheet-rolltemplate-levelup .sheet-header-bloc {
|
|
display: grid;
|
|
gap: 5px;
|
|
padding: 10px 5px;
|
|
margin: 0;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid rgba(200, 170, 110, 0.46) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-template-header::before {
|
|
background: linear-gradient(180deg, #fffbe8 0%, #ffe57a 20%, #f2c94c 45%, #c8921e 70%, #fff3b0 100%);
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header::before,
|
|
.sheet-rolltemplate-levelup .sheet-template-header::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
border: 1px solid transparent;
|
|
background: linear-gradient(180deg, #e6c98a 0%, #e0b34d 20%, #c99a32 45%, #956b1d 70%, #d8b56a 100%);
|
|
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
-webkit-mask-composite: xor;
|
|
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
mask-composite: exclude;
|
|
background-clip: border-box;
|
|
box-sizing: border-box;
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header > *,
|
|
.sheet-rolltemplate-levelup .sheet-template-header > * {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls {
|
|
display: grid;
|
|
gap: 5px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls.sheet-template-rolls2,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls.sheet-template-rolls2 {
|
|
grid-template-columns: repeat(2, 1fr);
|
|
column-gap: 5px;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls.sheet-template-rolls3,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls.sheet-template-rolls3 {
|
|
grid-template-columns: 1fr;
|
|
gap: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls.sheet-template-rolls4,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls.sheet-template-rolls4 {
|
|
grid-template-columns: 1fr;
|
|
column-gap: 5px;
|
|
border-bottom: solid 1px var(--main-color);
|
|
border-top: solid 1px var(--main-color);
|
|
background-color: #8d8d8d2b;
|
|
padding: 5px 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls.sheet-template-rolls4 .sheet-template-rolls5,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls.sheet-template-rolls4 .sheet-template-rolls5 {
|
|
flex-direction: row;
|
|
display: flex;
|
|
margin: auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls .sheet-roll-detail,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls .sheet-roll-detail {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr) !important;
|
|
width: 40%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls .sheet-roll-detail.sheet-roll-detail2,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls .sheet-roll-detail.sheet-roll-detail2 {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr) !important;
|
|
width: 20%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls .sheet-roll-detail .sheet-roll span,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls .sheet-roll-detail .sheet-roll span {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .inlinerollresult,
|
|
.sheet-rolltemplate-levelup-description span,
|
|
.sheet-rolltemplate-levelup .inlinerollresult,
|
|
.sheet-rolltemplate-levelup span {
|
|
background-color: transparent !important;
|
|
border: none !important;
|
|
padding: 3px 5px !important;
|
|
font-size: 24px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description span,
|
|
.sheet-rolltemplate-levelup span {
|
|
font-family: var(--main-font);
|
|
font-size: 18px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-description3 .inlinerollresult,
|
|
.sheet-rolltemplate-levelup-description .sheet-description3 span,
|
|
.sheet-rolltemplate-levelup .sheet-description3 .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-description3 span {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-roll span,
|
|
.sheet-rolltemplate-levelup .sheet-template-roll span {
|
|
background-color: var(--blackandwhite2) !important;
|
|
border: 2px solid #1f1f1f !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-roll,
|
|
.sheet-rolltemplate-levelup .sheet-roll {
|
|
font-size: 18px;
|
|
text-align: center;
|
|
font-family: var(--main-font);
|
|
font-weight: 600;
|
|
vertical-align: super;
|
|
margin: 10px auto;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-roll.sheet-dmg,
|
|
.sheet-rolltemplate-levelup .sheet-roll.sheet-dmg {
|
|
margin-bottom: 0px !important;
|
|
padding-bottom: 8px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-dmg,
|
|
.sheet-rolltemplate-levelup .sheet-dmg {
|
|
margin-bottom: 8px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-roll.sheet-initiative {
|
|
font-size: 16px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-description b,
|
|
.sheet-rolltemplate-levelup-description .sheet-description b {
|
|
color: var(--main-color) !important;
|
|
font-weight: normal !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-description,
|
|
.sheet-rolltemplate-levelup-description .sheet-description {
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
line-height: 12px;
|
|
color: var(--secondary-color) !important;
|
|
margin: 0;
|
|
padding: 8px 10px;
|
|
text-align: left;
|
|
border-bottom: solid 1px var(--main-color);
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-description {
|
|
border: none !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-description-dmg,
|
|
.sheet-rolltemplate-levelup-description .sheet-description-dmg {
|
|
padding: 0px 10px 8px 10px;
|
|
border: none !important;
|
|
text-align: center;
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-description-dmg2,
|
|
.sheet-rolltemplate-levelup-description .sheet-description-dmg2 {
|
|
padding: 0px 10px 8px 10px;
|
|
border: none !important;
|
|
text-align: center;
|
|
margin-top: -10px;
|
|
color:var(--border-grey)!important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-effect,
|
|
.sheet-rolltemplate-levelup .sheet-effect {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
font-style: italic;
|
|
line-height: 12px;
|
|
color: var(--secondary-color) !important;
|
|
margin: -10px 0 10px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-effect .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-effect .inlinerollresult {
|
|
font-size: 14px !important;
|
|
padding: 0 !important;
|
|
color: rgb(63 63 63) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle1,
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle1 {
|
|
font-family: var(--main-font);
|
|
font-size: 16px;
|
|
font-weight: bolder;
|
|
color: var(--secondary-color);
|
|
padding: 0 10px !important;
|
|
text-transform: uppercase;
|
|
margin: 5px 0 10px 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle1 {
|
|
margin: 0px 0 10px 0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle2,
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle2 {
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
font-weight: normal;
|
|
color: var(--text-grey) !important;
|
|
padding: 0 !important;
|
|
font-family: var(--standard-font);
|
|
margin: -19px auto -6px auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle123 {
|
|
color: var(--secondary-color) !important;
|
|
margin: 8px auto 10px auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle3,
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle3 {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle3,
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle3 {
|
|
font-family: var(--standard-font);
|
|
font-size: 9px;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
align-items: center;
|
|
display: grid;
|
|
color: var(--secondary-color) !important;
|
|
line-height: 9px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle4,
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle4 {
|
|
font-family: var(--standard-font);
|
|
font-size: 9px;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
align-items: center;
|
|
display: grid;
|
|
color: var(--main-color) !important;
|
|
margin: 0;
|
|
padding: 0 !important;
|
|
line-height: 9px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .sheet-allblu .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .sheet-allgreen .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .sheet-allred .inlinerollresult {
|
|
opacity: 0.25;
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .sheet-allblu .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .sheet-allgreen .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .sheet-allred .inlinerollresult {
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-levelup .sheet-allblu .inlinerollresult {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet {
|
|
--main-color: rgb(255 210 119);
|
|
--secondary-color: #e4e4e4;
|
|
--accent-color: #e8d8b9;
|
|
--background-grey: white;
|
|
--border-grey: #a1a1a1;
|
|
--text-grey: #9f9f9f;
|
|
--h4color: #cbcbcb;
|
|
--blackandwhite: #1f1f1f;
|
|
--blackandwhite2: white;
|
|
--main-border: rgba(155, 155, 155, 0.42);
|
|
--standard-font: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
|
}
|
|
|
|
.charsheet {
|
|
--main-color: rgb(218, 191, 139);
|
|
--secondary-color: #1f1f1f;
|
|
--accent-color: #e8d8b9;
|
|
--background-grey: #2d2d2d;
|
|
--border-grey: #454545;
|
|
--text-grey: #8d8d8d;
|
|
--h4color: #9b9b9b;
|
|
--blackandwhite: white;
|
|
--blackandwhite2: #1f1f1f;
|
|
--main-border: #d7d7d7;
|
|
--main-font: "Newcomen W00 Bold", serif;
|
|
--standard-font: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.charactersheet {
|
|
background-color: var(--blackandwhite);
|
|
}
|
|
|
|
.sheet-inputchar,
|
|
.sheet-inputchar2 {
|
|
font-family: var(--main-font) !important;
|
|
}
|
|
|
|
h3,
|
|
h4 {
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
align-content: center;
|
|
color: var(--secondary-color);
|
|
}
|
|
|
|
h3 {
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 10px !important;
|
|
line-height: 18px;
|
|
font-weight: normal;
|
|
color: var(--blackandwhite2);
|
|
}
|
|
|
|
.sheet-main-statistiques h3 {
|
|
font-size: 14px !important;
|
|
line-height: 14px;
|
|
}
|
|
|
|
h4 {
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
line-height: 10px;
|
|
font-weight: 500;
|
|
letter-spacing: 0.08em;
|
|
color: var(--background-grey);
|
|
}
|
|
|
|
h5 {
|
|
font-size: 10px;
|
|
color: #ffffff38;
|
|
font-weight: 100;
|
|
line-height: 10px !important;
|
|
}
|
|
|
|
.sheet-h4seemless {
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 10px !important;
|
|
line-height: 10px;
|
|
font-weight: normal;
|
|
color: var(--accent-color);
|
|
border: none;
|
|
background-color: transparent !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
h4.sheet-minititles {
|
|
border-top: 1px solid var(--h4color);
|
|
padding-top: 6px !important;
|
|
margin: 5px auto 0 auto !important;
|
|
width: calc(100% + 10px);
|
|
left: -5px;
|
|
position: relative;
|
|
}
|
|
|
|
.charsheet h4.sheet-minititles2,
|
|
.charsheet input.sheet-minititles2 {
|
|
border: none;
|
|
border-bottom: 1px solid #9b9b9b4f;
|
|
margin: 0px auto -10px auto !important;
|
|
left: 0px;
|
|
position: relative;
|
|
color: black !important;
|
|
font-family: var(--standard-font) !important;
|
|
height: 18px;
|
|
text-transform: uppercase;
|
|
font-size: 8px !important;
|
|
line-height: 8px;
|
|
align-items: center;
|
|
font-weight: 600;;
|
|
}
|
|
|
|
.sheet-maingrid-area-midleft .sheet-oneline,
|
|
.sheet-mainsection-combat2 .sheet-oneline.sheet-gap {
|
|
gap:10px!important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet h4.sheet-minititles2 {
|
|
width: 100%;
|
|
background-color: var(--main-color);
|
|
}
|
|
|
|
.charsheet h4.sheet-minititles2 {
|
|
width: 100%;
|
|
background-color: rgb(218 191 139 / 33%);
|
|
}
|
|
|
|
h4.sheet-minititles2.sheet-minititles3 {
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-maingrid-area-vehicle h4.sheet-minititles2 {
|
|
margin: 10px auto -2px auto !important;
|
|
}
|
|
|
|
.sheet-main-weapons .sheet-oneline h4.sheet-minititles2 {
|
|
margin: 5px auto 10px auto !important;
|
|
}
|
|
|
|
input[disabled],
|
|
select[disabled],
|
|
textarea[disabled],
|
|
input[readonly],
|
|
select[readonly],
|
|
textarea[readonly] {
|
|
cursor: default;
|
|
border-color: var(--border-grey) !important;
|
|
color: var(--border-grey) !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
span,
|
|
label,
|
|
option,
|
|
textarea,
|
|
button[type="roll"] {
|
|
width: 100% !important;
|
|
background-image: none;
|
|
border-radius: 4px;
|
|
font-size: 11px !important;
|
|
-moz-appearance: textfield;
|
|
appearance: none;
|
|
text-align: center;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
outline: none;
|
|
display: inline-block;
|
|
padding: 4px;
|
|
border: none;
|
|
font-weight: 500;
|
|
line-height: 18px;
|
|
color: var(--secondary-color);
|
|
border-color: var(--main-border) !important;
|
|
background-color: transparent;
|
|
border-bottom: 1px solid;
|
|
}
|
|
|
|
input[type="checkbox"] {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.charsheet label {
|
|
background-color: transparent !important;
|
|
border: none !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
input[type="number"] {
|
|
-moz-appearance: textfield !important;
|
|
appearance: textfield !important;
|
|
}
|
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
input[type="number"] {
|
|
-moz-appearance: textfield;
|
|
appearance: none;
|
|
text-align: center;
|
|
}
|
|
|
|
input::-webkit-inner-spin-button,
|
|
input::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input.sheet-with-arrows[type="number"] {
|
|
-moz-appearance: initial;
|
|
appearance: initial;
|
|
text-align: center;
|
|
}
|
|
|
|
input.sheet-with-arrows::-webkit-inner-spin-button,
|
|
input.sheet-with-arrows::-webkit-outer-spin-button {
|
|
-webkit-appearance: initial;
|
|
margin: 0;
|
|
}
|
|
|
|
::placeholder {
|
|
font-size: 10px;
|
|
line-height: 10px;
|
|
font-family: "Montserrat" !important;
|
|
text-align: left !important;
|
|
justify-content: left;
|
|
}
|
|
|
|
.charsheet textarea {
|
|
width: 100% !important;
|
|
height: 16px;
|
|
line-height: 14px !important;
|
|
text-shadow: none;
|
|
font-family: var(--standard-font);
|
|
font-weight: normal;
|
|
border: 1px solid var(--border-grey);
|
|
box-shadow: none;
|
|
resize: vertical;
|
|
overflow: hidden;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
font-style: italic;
|
|
height: 100px;
|
|
}
|
|
|
|
.charsheet .sheet-spells-display textarea {
|
|
text-align: left;
|
|
height: 100px;
|
|
}
|
|
|
|
.ui-dialog .charsheet input[type="checkbox"]:checked + span {
|
|
color: var(--main-color);
|
|
align-items: center;
|
|
max-height: none!important;
|
|
height: auto!important;
|
|
line-height: 15px;
|
|
justify-content: center;
|
|
display: grid;
|
|
}
|
|
|
|
.ui-dialog .charsheet .sheet-talent-card input[type="checkbox"]:checked + span {
|
|
justify-content: left;
|
|
display: flex;
|
|
}
|
|
|
|
.ui-dialog .charsheet button[type="roll"] {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 1px solid #999 !important;
|
|
z-index: 2;
|
|
max-height: none!important;
|
|
height: 100% !important;
|
|
}
|
|
|
|
.ui-dialog .charsheet .sheet-features-traits2 input[type="checkbox"]:checked + span {
|
|
color: var(--secondary-color);
|
|
justify-content: left;
|
|
}
|
|
|
|
.ui-dialog .charsheet input[type="checkbox"]:hover + span {
|
|
color: var(--main-color);
|
|
align-items: center;
|
|
max-height: 18px;
|
|
}
|
|
|
|
input[type="checkbox"]:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.sheet-features-traits2 input[type="checkbox"]:checked {
|
|
background-color: var(--secondary-color) !important;
|
|
}
|
|
|
|
input[type="checkbox"]:checked {
|
|
background-color: var(--main-color);
|
|
}
|
|
|
|
.ui-dialog .charsheet button[type="roll"],
|
|
input[type="checkbox"]:checked {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 1px solid #999 !important;
|
|
z-index: 2;
|
|
max-height: none!important;
|
|
height: 18px!important;
|
|
}
|
|
|
|
.ui-dialog .charsheet button[type="roll"]:hover,
|
|
input[type="checkbox"]:hover {
|
|
background-color: var(--main-color);
|
|
color: white;
|
|
}
|
|
|
|
.ui-dialog .charsheet button[type="roll"]:before {
|
|
text-align: center;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
letter-spacing: normal !important;
|
|
text-transform: none !important;
|
|
font-feature-settings: "liga";
|
|
-webkit-font-feature-settings: "liga";
|
|
font-variation-settings:
|
|
"FILL" 0,
|
|
"wght" 400,
|
|
"GRAD" 0,
|
|
"opsz" 20;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -1px;
|
|
width: 100%;
|
|
display: grid;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
|
|
button[type="roll"].sheet-button-description:before {
|
|
content: "description" !important;
|
|
}
|
|
|
|
button[type="roll"].sheet-button-attack:before {
|
|
content: "swords" !important;
|
|
}
|
|
|
|
button[type="roll"].sheet-button-roll:before {
|
|
content: "casino" !important;
|
|
}
|
|
|
|
button[type="roll"].sheet-button-hammer:before {
|
|
content: "construction" !important;
|
|
}
|
|
|
|
.sheet-main-skills input[type="checkbox"]:checked::before,
|
|
.sheet-main-skills input[type="checkbox"]::before,
|
|
.sheet-main-skills-custom input[type="checkbox"]:checked::before,
|
|
.sheet-main-skills-custom input[type="checkbox"]::before,
|
|
.sheet-main-savingthrows input[type="checkbox"]:checked::before,
|
|
.sheet-main-savingthrows input[type="checkbox"]::before {
|
|
content: "" !important;
|
|
}
|
|
|
|
.sheet-main-skills input[type="checkbox"]:checked,
|
|
.sheet-main-skills-custom input[type="checkbox"]:checked,
|
|
.sheet-main-savingthrows input[type="checkbox"]:checked {
|
|
border-radius: 100%;
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
}
|
|
|
|
.sheet-cogs-input.sheet-cococogs + .sheet-cococogs2 {
|
|
text-transform: uppercase!important;
|
|
font-size: 8px!important;
|
|
border-color: #80808026 !important;
|
|
height: 18px!important;
|
|
color: #8080806b !important;
|
|
}
|
|
|
|
.sheet-cogs-input.sheet-cococogs:checked + .sheet-cococogs2 {
|
|
text-transform: uppercase!important;
|
|
font-size: 8px!important;
|
|
border-color:var(--main-color) !important;
|
|
height: 18px!important;
|
|
color:var(--main-color)!important;
|
|
}
|
|
|
|
.sheet-main-skills .sheet-cogs-input.sheet-cococogs,
|
|
.sheet-main-skills .sheet-cogs-input.sheet-cococogs:checked {
|
|
border-radius: 100%;
|
|
width: 32px !important;
|
|
height: 18px !important;
|
|
}
|
|
|
|
.sheet-main-skills input[type="checkbox"],
|
|
.sheet-main-skills-custom input[type="checkbox"],
|
|
.sheet-main-savingthrows input[type="checkbox"] {
|
|
border-radius: 100%;
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
}
|
|
|
|
input[type="checkbox"]:checked::before {
|
|
content: "check";
|
|
color: var(--blackandwhite);
|
|
font-family: "Material Symbols Outlined";
|
|
font-size: 10px;
|
|
line-height: 12px;
|
|
letter-spacing: normal;
|
|
}
|
|
|
|
input[type="checkbox"]::before {
|
|
content: "close";
|
|
color: grey;
|
|
font-family: "Material Symbols Outlined";
|
|
font-size: 10px;
|
|
line-height: 15px;
|
|
letter-spacing: normal;
|
|
opacity: 1;
|
|
}
|
|
|
|
.sheet-main-maneuvers input[type="checkbox"]::before {
|
|
content: "remove";
|
|
}
|
|
|
|
.sheet-main-maneuvers input[type="checkbox"]:checked::before {
|
|
content: "check";
|
|
}
|
|
|
|
.sheet-main-maneuvers .sheet-oneline {
|
|
gap: 3px !important;
|
|
}
|
|
|
|
.sheet-mainleft,
|
|
.sheet-mainright {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-left,
|
|
select.sheet-left option {
|
|
text-align: left !important;
|
|
padding-left: 5px !important;
|
|
}
|
|
|
|
.sheet-right {
|
|
text-align: right !important;
|
|
padding-right: 5px !important;
|
|
}
|
|
|
|
.sheet-center {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-charsheet .sheet-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.sheet-oneline {
|
|
width: calc(100% - 20px) !important;
|
|
margin: 14px auto 10px auto!important;
|
|
gap: 2px!important;
|
|
}
|
|
|
|
.sheet-oneline2 {
|
|
margin: 5px auto 8px auto !important;
|
|
gap: 2px !important;
|
|
width: 80% !important;
|
|
}
|
|
|
|
.sheet-oneline3 {
|
|
margin: 5px auto 6px auto !important;
|
|
gap: 2px !important;
|
|
}
|
|
|
|
.sheet-main-mainblocstat > div,
|
|
.sheet-main-secondaryblocstat > div {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-doublecolumn
|
|
.sheet-admin-display {
|
|
align-items: start !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-admin-display {
|
|
display: flex !important;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
gap: 10px!important;
|
|
align-items: flex-start!important;
|
|
}
|
|
|
|
.sheet-admin-display > div {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-admin-display > * {
|
|
width: calc(50% - 10px) !important;
|
|
}
|
|
|
|
.sheet-npc-display.sheet-admin-display > * {
|
|
width:100% !important;
|
|
}
|
|
|
|
.sheet-admin-npc-display .sheet-adminleft .sheet-oneline,
|
|
.sheet-admin-npc-display .sheet-adminright .sheet-oneline {
|
|
grid-template-columns: auto 50px;
|
|
}
|
|
|
|
.sheet-admin-npc-display .sheet-adminleft,
|
|
.sheet-admin-npc-display .sheet-adminright {
|
|
gap:10px!important;
|
|
}
|
|
|
|
.sheet-admin-npc-display .sheet-adminleft h3,
|
|
.sheet-admin-npc-display .sheet-adminright h3 {
|
|
text-align:left!important;
|
|
}
|
|
|
|
.sheet-charsheet div {
|
|
display: grid;
|
|
text-align: center;
|
|
align-content: center;
|
|
align-items: center;
|
|
gap: 5px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.charsheet .sheet-standardbox {
|
|
background-color: rgb(218 191 139 / 10%);
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-standardbox {
|
|
background-color: rgb(218 191 139 / 0%);
|
|
}
|
|
|
|
.sheet-standardbox::before {
|
|
flex-direction: column-reverse;
|
|
min-width: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sheet-standardbox::before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 0;
|
|
border-style: solid;
|
|
border-width: 4px;
|
|
box-sizing: border-box;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sheet-darkmode .sheet-standardbox1.sheet-standardbox::before {
|
|
border: 1px solid rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.sheet-standardbox1.sheet-standardbox::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
|
border-radius: 0;
|
|
background: none;
|
|
box-sizing: border-box;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sheet-main-categoryfeatures .sheet-standardbox1.sheet-standardbox::before {
|
|
border:none!important;
|
|
}
|
|
|
|
.sheet-darkmode .sheet-standardbox2.sheet-standardbox::before {
|
|
background: linear-gradient(180deg, #fffbe8 0%, #ffe57a 20%, #f2c94c 45%, #c8921e 70%, #fff3b0 100%);
|
|
}
|
|
|
|
.sheet-standardbox2.sheet-standardbox::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
border: 1px solid transparent;
|
|
border-radius: 0;
|
|
background: linear-gradient(180deg, #e6c98a 0%, #e0b34d 20%, #c99a32 45%, #956b1d 70%, #d8b56a 100%);
|
|
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
-webkit-mask-composite: xor;
|
|
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
mask-composite: exclude;
|
|
background-clip: border-box;
|
|
box-sizing: border-box;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.charsheet .repcontrol {
|
|
height: 18px;
|
|
margin: auto !important;
|
|
}
|
|
|
|
.repcontrol_add,
|
|
.repcontrol_edit,
|
|
.repcontrol_move,
|
|
.repcontrol_del {
|
|
opacity: 0.6;
|
|
border: 0;
|
|
}
|
|
|
|
.repcontrol_add:hover,
|
|
.repcontrol_edit:hover,
|
|
.repcontrol_move:hover,
|
|
.repcontrol_del:hover {
|
|
outline: none;
|
|
opacity: 1;
|
|
}
|
|
|
|
.repcontrol_add:focus,
|
|
.repcontrol_edit:focus,
|
|
.repcontrol_move:focus,
|
|
.repcontrol_del:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.repcontrol_move {
|
|
height: 11px;
|
|
margin-top: 2px;
|
|
line-height: 11px;
|
|
}
|
|
|
|
.repcontrol_del {
|
|
width: 30px;
|
|
height: 22px;
|
|
margin-top: 2px;
|
|
line-height: 12px;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
}
|
|
|
|
.charsheet .repcontrol_add,
|
|
.charsheet .repcontrol_edit {
|
|
border-color: transparent;
|
|
text-shadow: none;
|
|
color: transparent;
|
|
background: transparent;
|
|
box-shadow: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 18px;
|
|
}
|
|
|
|
.charsheet .repcontrol_add:focus-visible,
|
|
.charsheet .repcontrol_edit:focus-visible {
|
|
border: none !important;
|
|
}
|
|
|
|
.repcontrol_add:before {
|
|
content: "add";
|
|
visibility: visible;
|
|
padding: 2px 0 0 0;
|
|
border: none;
|
|
font-family: "Material Symbols Outlined";
|
|
font-size: 14px;
|
|
line-height: 18px !important;
|
|
color: #555;
|
|
text-align: right;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.repcontrol_edit:after {
|
|
content: "edit";
|
|
visibility: visible;
|
|
padding: 0;
|
|
border: none;
|
|
font-family: "Material Symbols Outlined";
|
|
font-size: 16px;
|
|
color: #555;
|
|
text-align: left;
|
|
display: block;
|
|
width: 100%;
|
|
position: relative;
|
|
top: -16px !important;
|
|
height: fit-content;
|
|
}
|
|
|
|
.editmode ~ .repcontrol .repcontrol_edit:after {
|
|
content: "check";
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem .itemcontrol {
|
|
display: none;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem .itemcontrol .repcontrol_del {
|
|
height: 18px!important;
|
|
width: 49% !important;
|
|
opacity: 0.75;
|
|
background-color: var(--main-color);
|
|
color: white !important;
|
|
align-items: center;
|
|
display: grid;
|
|
padding: 0;
|
|
background-image: none;
|
|
margin: 0;
|
|
z-index: 9999 !important;
|
|
}
|
|
|
|
.repcontrol_del:hover {
|
|
background-color: grey !important;
|
|
}
|
|
|
|
.btn-danger:hover,
|
|
.btn-danger:active,
|
|
.btn-danger.active,
|
|
.btn-danger.disabled,
|
|
.btn-danger[disabled] {
|
|
background-color: grey;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem .itemcontrol .repcontrol_move {
|
|
width: 49% !important;
|
|
opacity: 0.75;
|
|
background-color: var(--main-color);
|
|
color: var(--secondary-color);
|
|
align-items: center;
|
|
display: grid;
|
|
padding: 0;
|
|
background-image: none;
|
|
margin: 0;
|
|
height: 18px;
|
|
z-index: 9999 !important;
|
|
}
|
|
|
|
.repcontrol_move:hover {
|
|
background-color: grey !important;
|
|
}
|
|
|
|
.sheet-cogs-container {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 18px;
|
|
}
|
|
|
|
.sheet-cogs-input {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
.sheet-cogs-icon {
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-style: normal;
|
|
text-transform: none !important;
|
|
white-space: nowrap;
|
|
direction: ltr;
|
|
font-size: 15px !important;
|
|
line-height: 18px !important;
|
|
letter-spacing: normal !important;
|
|
position: relative;
|
|
z-index: 1;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: var(--text-grey);
|
|
font-weight: 400;
|
|
background-color: transparent;
|
|
border: none;
|
|
font-feature-settings: "liga";
|
|
-webkit-font-feature-settings: "liga";
|
|
-webkit-font-smoothing: antialiased;
|
|
font-variation-settings:
|
|
"FILL" 0,
|
|
"wght" 400,
|
|
"GRAD" 0,
|
|
"opsz" 20;
|
|
}
|
|
|
|
.sheet-cogs {
|
|
justify-content: end;
|
|
right: 0;
|
|
position: absolute !important;
|
|
z-index: 2;
|
|
}
|
|
|
|
.sheet-bar0,
|
|
.sheet-bar1,
|
|
.sheet-bar2,
|
|
.sheet-bar3,
|
|
.sheet-bar4,
|
|
.sheet-bar5,
|
|
.sheet-bar6,
|
|
.sheet-bar7,
|
|
.sheet-bar8,
|
|
.sheet-bar9,
|
|
.sheet-bar10,
|
|
.sheet-bar11,
|
|
.sheet-bar12,
|
|
.sheet-bar13,
|
|
.sheet-bar14,
|
|
.sheet-bar15,
|
|
.sheet-bar16,
|
|
.sheet-bar17,
|
|
.sheet-bar18,
|
|
.sheet-bar19,
|
|
.sheet-bar20,
|
|
.sheet-bar21,
|
|
.sheet-bar22,
|
|
.sheet-bar23,
|
|
.sheet-bar24,
|
|
.sheet-bar25,
|
|
.sheet-bar26,
|
|
.sheet-bar27,
|
|
.sheet-bar28,
|
|
.sheet-bar29,
|
|
.sheet-bar30,
|
|
.sheet-bar31,
|
|
.sheet-bar32,
|
|
.sheet-bar33,
|
|
.sheet-bar34,
|
|
.sheet-bar35,
|
|
.sheet-bar36,
|
|
.sheet-bar37,
|
|
.sheet-bar38,
|
|
.sheet-bar39,
|
|
.sheet-bar40,
|
|
.sheet-bar41,
|
|
.sheet-bar42,
|
|
.sheet-bar43,
|
|
.sheet-bar44,
|
|
.sheet-bar45,
|
|
.sheet-bar46,
|
|
.sheet-bar47,
|
|
.sheet-bar48,
|
|
.sheet-bar49,
|
|
.sheet-bar50,
|
|
.sheet-bar51,
|
|
.sheet-bar52,
|
|
.sheet-bar53,
|
|
.sheet-bar54,
|
|
.sheet-bar55,
|
|
.sheet-bar56,
|
|
.sheet-bar57,
|
|
.sheet-bar58,
|
|
.sheet-bar59,
|
|
.sheet-bar60,
|
|
.sheet-bar61,
|
|
.sheet-bar62,
|
|
.sheet-bar63,
|
|
.sheet-bar64,
|
|
.sheet-bar65,
|
|
.sheet-bar66,
|
|
.sheet-bar67,
|
|
.sheet-bar68,
|
|
.sheet-bar69,
|
|
.sheet-bar70,
|
|
.sheet-bar71,
|
|
.sheet-bar72,
|
|
.sheet-bar73,
|
|
.sheet-bar74,
|
|
.sheet-bar75,
|
|
.sheet-bar76,
|
|
.sheet-bar77,
|
|
.sheet-bar78,
|
|
.sheet-bar79,
|
|
.sheet-bar80,
|
|
.sheet-bar81,
|
|
.sheet-bar82,
|
|
.sheet-bar83,
|
|
.sheet-bar84,
|
|
.sheet-bar85,
|
|
.sheet-bar86,
|
|
.sheet-bar87,
|
|
.sheet-bar88,
|
|
.sheet-bar89,
|
|
.sheet-bar90,
|
|
.sheet-bar91,
|
|
.sheet-bar92,
|
|
.sheet-bar93,
|
|
.sheet-bar94,
|
|
.sheet-bar95,
|
|
.sheet-bar96,
|
|
.sheet-bar97,
|
|
.sheet-bar98,
|
|
.sheet-bar99,
|
|
.sheet-bar100 {
|
|
transition: width 0.75s ease;
|
|
bottom: 0;
|
|
}
|
|
|
|
.sheet-bar0 {
|
|
width: 0% !important;
|
|
}
|
|
|
|
.sheet-bar1 {
|
|
width: 1% !important;
|
|
}
|
|
|
|
.sheet-bar2 {
|
|
width: 2% !important;
|
|
}
|
|
|
|
.sheet-bar3 {
|
|
width: 3% !important;
|
|
}
|
|
|
|
.sheet-bar4 {
|
|
height: 4% !important;
|
|
}
|
|
|
|
.sheet-bar5 {
|
|
width: 5% !important;
|
|
}
|
|
|
|
.sheet-bar6 {
|
|
width: 6% !important;
|
|
}
|
|
|
|
.sheet-bar7 {
|
|
width: 7% !important;
|
|
}
|
|
|
|
.sheet-bar8 {
|
|
width: 8% !important;
|
|
}
|
|
|
|
.sheet-bar9 {
|
|
width: 9% !important;
|
|
}
|
|
|
|
.sheet-bar10 {
|
|
width: 10% !important;
|
|
}
|
|
|
|
.sheet-bar11 {
|
|
width: 11% !important;
|
|
}
|
|
|
|
.sheet-bar12 {
|
|
width: 12% !important;
|
|
}
|
|
|
|
.sheet-bar13 {
|
|
width: 13% !important;
|
|
}
|
|
|
|
.sheet-bar14 {
|
|
width: 14% !important;
|
|
}
|
|
|
|
.sheet-bar15 {
|
|
width: 15% !important;
|
|
}
|
|
|
|
.sheet-bar16 {
|
|
width: 16% !important;
|
|
}
|
|
|
|
.sheet-bar17 {
|
|
width: 17% !important;
|
|
}
|
|
|
|
.sheet-bar18 {
|
|
width: 18% !important;
|
|
}
|
|
|
|
.sheet-bar19 {
|
|
width: 19% !important;
|
|
}
|
|
|
|
.sheet-bar20 {
|
|
width: 20% !important;
|
|
}
|
|
|
|
.sheet-bar21 {
|
|
width: 21% !important;
|
|
}
|
|
|
|
.sheet-bar22 {
|
|
width: 22% !important;
|
|
}
|
|
|
|
.sheet-bar23 {
|
|
width: 23% !important;
|
|
}
|
|
|
|
.sheet-bar24 {
|
|
width: 24% !important;
|
|
}
|
|
|
|
.sheet-bar25 {
|
|
width: 25% !important;
|
|
}
|
|
|
|
.sheet-bar26 {
|
|
width: 26% !important;
|
|
}
|
|
|
|
.sheet-bar27 {
|
|
width: 27% !important;
|
|
}
|
|
|
|
.sheet-bar28 {
|
|
width: 28% !important;
|
|
}
|
|
|
|
.sheet-bar29 {
|
|
width: 29% !important;
|
|
}
|
|
|
|
.sheet-bar30 {
|
|
width: 30% !important;
|
|
}
|
|
|
|
.sheet-bar31 {
|
|
width: 31% !important;
|
|
}
|
|
|
|
.sheet-bar32 {
|
|
width: 32% !important;
|
|
}
|
|
|
|
.sheet-bar33 {
|
|
width: 33% !important;
|
|
}
|
|
|
|
.sheet-bar34 {
|
|
width: 34% !important;
|
|
}
|
|
|
|
.sheet-bar35 {
|
|
width: 35% !important;
|
|
}
|
|
|
|
.sheet-bar36 {
|
|
width: 36% !important;
|
|
}
|
|
|
|
.sheet-bar37 {
|
|
width: 37% !important;
|
|
}
|
|
|
|
.sheet-bar38 {
|
|
width: 38% !important;
|
|
}
|
|
|
|
.sheet-bar39 {
|
|
width: 39% !important;
|
|
}
|
|
|
|
.sheet-bar40 {
|
|
width: 40% !important;
|
|
}
|
|
|
|
.sheet-bar41 {
|
|
width: 41% !important;
|
|
}
|
|
|
|
.sheet-bar42 {
|
|
width: 42% !important;
|
|
}
|
|
|
|
.sheet-bar43 {
|
|
width: 43% !important;
|
|
}
|
|
|
|
.sheet-bar44 {
|
|
width: 44% !important;
|
|
}
|
|
|
|
.sheet-bar45 {
|
|
width: 45% !important;
|
|
}
|
|
|
|
.sheet-bar46 {
|
|
width: 46% !important;
|
|
}
|
|
|
|
.sheet-bar47 {
|
|
width: 47% !important;
|
|
}
|
|
|
|
.sheet-bar48 {
|
|
width: 48% !important;
|
|
}
|
|
|
|
.sheet-bar49 {
|
|
width: 49% !important;
|
|
}
|
|
|
|
.sheet-bar50 {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.sheet-bar51 {
|
|
width: 51% !important;
|
|
}
|
|
|
|
.sheet-bar52 {
|
|
width: 52% !important;
|
|
}
|
|
|
|
.sheet-bar53 {
|
|
width: 53% !important;
|
|
}
|
|
|
|
.sheet-bar54 {
|
|
width: 54% !important;
|
|
}
|
|
|
|
.sheet-bar55 {
|
|
width: 55% !important;
|
|
}
|
|
|
|
.sheet-bar56 {
|
|
width: 56% !important;
|
|
}
|
|
|
|
.sheet-bar57 {
|
|
width: 57% !important;
|
|
}
|
|
|
|
.sheet-bar58 {
|
|
width: 58% !important;
|
|
}
|
|
|
|
.sheet-bar59 {
|
|
width: 59% !important;
|
|
}
|
|
|
|
.sheet-bar60 {
|
|
width: 60% !important;
|
|
}
|
|
|
|
.sheet-bar61 {
|
|
width: 61% !important;
|
|
}
|
|
|
|
.sheet-bar62 {
|
|
width: 62% !important;
|
|
}
|
|
|
|
.sheet-bar63 {
|
|
width: 63% !important;
|
|
}
|
|
|
|
.sheet-bar64 {
|
|
width: 64% !important;
|
|
}
|
|
|
|
.sheet-bar65 {
|
|
width: 65% !important;
|
|
}
|
|
|
|
.sheet-bar66 {
|
|
width: 66% !important;
|
|
}
|
|
|
|
.sheet-bar67 {
|
|
width: 67% !important;
|
|
}
|
|
|
|
.sheet-bar68 {
|
|
width: 68% !important;
|
|
}
|
|
|
|
.sheet-bar69 {
|
|
width: 69% !important;
|
|
}
|
|
|
|
.sheet-bar70 {
|
|
width: 70% !important;
|
|
}
|
|
|
|
.sheet-bar71 {
|
|
width: 71% !important;
|
|
}
|
|
|
|
.sheet-bar72 {
|
|
width: 72% !important;
|
|
}
|
|
|
|
.sheet-bar73 {
|
|
width: 73% !important;
|
|
}
|
|
|
|
.sheet-bar74 {
|
|
width: 74% !important;
|
|
}
|
|
|
|
.sheet-bar75 {
|
|
width: 75% !important;
|
|
}
|
|
|
|
.sheet-bar76 {
|
|
width: 76% !important;
|
|
}
|
|
|
|
.sheet-bar77 {
|
|
width: 77% !important;
|
|
}
|
|
|
|
.sheet-bar78 {
|
|
width: 78% !important;
|
|
}
|
|
|
|
.sheet-bar79 {
|
|
width: 79% !important;
|
|
}
|
|
|
|
.sheet-bar80 {
|
|
width: 80% !important;
|
|
}
|
|
|
|
.sheet-bar81 {
|
|
width: 81% !important;
|
|
}
|
|
|
|
.sheet-bar82 {
|
|
width: 82% !important;
|
|
}
|
|
|
|
.sheet-bar83 {
|
|
width: 83% !important;
|
|
}
|
|
|
|
.sheet-bar84 {
|
|
width: 84% !important;
|
|
}
|
|
|
|
.sheet-bar85 {
|
|
width: 85% !important;
|
|
}
|
|
|
|
.sheet-bar86 {
|
|
width: 86% !important;
|
|
}
|
|
|
|
.sheet-bar87 {
|
|
width: 87% !important;
|
|
}
|
|
|
|
.sheet-bar88 {
|
|
width: 88% !important;
|
|
}
|
|
|
|
.sheet-bar89 {
|
|
width: 89% !important;
|
|
}
|
|
|
|
.sheet-bar90 {
|
|
width: 90% !important;
|
|
}
|
|
|
|
.sheet-bar91 {
|
|
width: 91% !important;
|
|
}
|
|
|
|
.sheet-bar92 {
|
|
width: 92% !important;
|
|
}
|
|
|
|
.sheet-bar93 {
|
|
width: 93% !important;
|
|
}
|
|
|
|
.sheet-bar94 {
|
|
width: 94% !important;
|
|
}
|
|
|
|
.sheet-bar95 {
|
|
width: 95% !important;
|
|
}
|
|
|
|
.sheet-bar96 {
|
|
width: 96% !important;
|
|
}
|
|
|
|
.sheet-bar97 {
|
|
width: 97% !important;
|
|
}
|
|
|
|
.sheet-bar98 {
|
|
width: 98% !important;
|
|
}
|
|
|
|
.sheet-bar99 {
|
|
width: 99% !important;
|
|
}
|
|
|
|
.sheet-bar100 {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.sheet-barxp-display.sheet-bar100 {
|
|
background-color: #00ff00 !important;
|
|
}
|
|
|
|
button,
|
|
input,
|
|
select,
|
|
span,
|
|
label,
|
|
option,
|
|
button[type="roll"] {
|
|
height: 18px !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.ui-dialog .charsheet button[type=roll], .ui-dialog .charsheet button[type=compendium] {
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
option {
|
|
height: 18px !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: var(--blackandwhite);
|
|
color: var(--blackandwhite2);
|
|
}
|
|
|
|
.sheet-maincolor[readonly],
|
|
.sheet-maincolor {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.sheet-button-holder input {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
opacity: 0;
|
|
}
|
|
|
|
input[type="radio"] {
|
|
opacity: 0;
|
|
position: absolute;
|
|
width: 100% !important;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
.radio-button {
|
|
position: relative;
|
|
text-align: center !important;
|
|
width: 100% !important;
|
|
background-image: none;
|
|
border-radius: 4px;
|
|
-moz-appearance: textfield;
|
|
appearance: none;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
outline: none;
|
|
height: 18px !important;
|
|
border-color: var(--border-grey) !important;
|
|
background-color: var(--background-grey);
|
|
border: 1px solid;
|
|
font-family: var(--standard-font);
|
|
font-size: 12px !important;
|
|
text-transform: uppercase;
|
|
line-height: 18px;
|
|
font-weight: 100 !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
input[type="radio"]:checked + .radio-button {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-weight: bolder !important;
|
|
height: 25px !important;
|
|
line-height: 25px;
|
|
border-radius: 5px;
|
|
text-shadow: 1px 1px 5px black;
|
|
}
|
|
|
|
button:hover ~ span,
|
|
input:hover ~ span {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.sheet-main-passives .sheet-oneline {
|
|
grid-template-columns: 1fr 35px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-main-proficiencybonus .sheet-oneline,
|
|
.sheet-main-inspiration .sheet-oneline,
|
|
.sheet-admin-display .sheet-oneline {
|
|
grid-template-columns: 1fr 60px;
|
|
}
|
|
|
|
.sheet-main-initiative h3,
|
|
.sheet-main-proficiencybonus h3,
|
|
.sheet-main-passives h3,
|
|
.sheet-admin-display h3 {
|
|
text-align: left;
|
|
}
|
|
|
|
input.sheet-inputchar,
|
|
select.sheet-inputchar {
|
|
height: 25px !important;
|
|
max-height: 25px;
|
|
font-size: 22px !important;
|
|
font-weight: bolder;
|
|
background-color: transparent !important;
|
|
border: none;
|
|
letter-spacing: -1px;
|
|
text-align: center;
|
|
left: -1px;
|
|
position: relative;
|
|
}
|
|
|
|
.charsheet input.sheet-inputchar::placeholder {
|
|
height: 25px !important;
|
|
max-height: 25px;
|
|
font-size: 22px !important;
|
|
font-weight: bolder;
|
|
background-color: transparent !important;
|
|
border: none;
|
|
letter-spacing: -1px;
|
|
text-align: center !important;
|
|
left: -1px;
|
|
position: relative;
|
|
color: var(--text-grey) !important;
|
|
font-family: var(--main-font) !important;
|
|
}
|
|
|
|
input.sheet-inputchar2 {
|
|
height: 18px !important;
|
|
max-height: 18px;
|
|
max-width: 40px;
|
|
font-size: 12px !important;
|
|
color: var(--text-grey) !important;
|
|
margin: 0 auto;
|
|
border: 1px solid #80808047 !important;
|
|
border-radius: 2px;
|
|
background-color: var(--blackandwhite);
|
|
font-family: var(--standard-font) !important;
|
|
}
|
|
|
|
.sheet-coin-menu {
|
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.sheet-coin-menu img {
|
|
max-height: 14px;
|
|
}
|
|
|
|
.sheet-talent-card input,
|
|
.sheet-talent-card h4 {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.sheet-talent-card input[type="checkbox"] {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-talent-card-line0 {
|
|
grid-template-columns: auto 1fr;
|
|
gap: 5px !important;
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
.sheet-talent-card-line1 {
|
|
grid-template-columns: auto 1fr 20px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-talent-card-line2 {
|
|
grid-template-columns: auto 0.5fr auto 1fr;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-talent-card-line3 {
|
|
grid-template-columns: auto 1fr 35px 1fr 35px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-concentration:checked::before,
|
|
.sheet-concentration::before {
|
|
content: "C" !important;
|
|
}
|
|
|
|
.sheet-ritual:checked::before,
|
|
.sheet-ritual::before {
|
|
content: "R" !important;
|
|
}
|
|
|
|
.sheet-talent-card-line4 {
|
|
grid-template-columns: auto 18px 18px;
|
|
align-items: center !important;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-talent-card-line5 {
|
|
grid-template-columns: auto 1fr 20px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-talent-card-line6 {
|
|
grid-template-columns: auto 1fr 20px 20px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-talent-card-line4 .sheet-talent-name {
|
|
font-family: var(--main-font);
|
|
font-weight: bold;
|
|
background-color: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-talent-card-line4 span.sheet-isconcentration,
|
|
.sheet-talent-card-line4 span.sheet-isritual {
|
|
background-color: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 10px!important;
|
|
line-height: 10px!important;
|
|
justify-content: center!important;
|
|
align-items: center!important;
|
|
}
|
|
|
|
.sheet-talent-card2 .sheet-talent-source {
|
|
background-color: transparent;
|
|
border: none;
|
|
font-size: 10px !important;
|
|
line-height: 10px;
|
|
padding: 0;
|
|
max-height: 10px !important;
|
|
margin: -8px 0 0px 0;
|
|
font-style: italic;
|
|
grid-column: 1 / -1;
|
|
text-align: left !important;
|
|
padding-left: 11px;
|
|
}
|
|
|
|
.sheet-talent-card2 span.sheet-isconcentration::before,
|
|
.sheet-talent-card2 span.sheet-isritual::before {
|
|
content: "(";
|
|
}
|
|
|
|
.sheet-talent-card2 span.sheet-isconcentration::after,
|
|
.sheet-talent-card2 span.sheet-isritual::after {
|
|
content: ")";
|
|
}
|
|
|
|
.sheet-talent-card2 {
|
|
grid-template-columns: 8px 1fr 12px 12px;
|
|
}
|
|
|
|
.sheet-talent-card2.sheet-talent-card2-display {
|
|
grid-template-columns: 8px 1fr 12px;
|
|
}
|
|
|
|
.sheet-talent-card2 textarea,
|
|
.sheet-main-maneuvers textarea {
|
|
background-color: transparent;
|
|
border: none;
|
|
text-align: left !important;
|
|
height: 100px!important;
|
|
grid-column: 1/-1;
|
|
}
|
|
|
|
.sheet-concentration:not(:checked) ~ .sheet-isconcentration,
|
|
.sheet-ritual:not(:checked) ~ .sheet-isritual {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-talent-card2 .sheet-checkbox-active:checked::before,
|
|
.sheet-talent-card2 .sheet-checkbox-active::before {
|
|
content: "";
|
|
}
|
|
|
|
.sheet-talent-card2 .sheet-checkbox-active:checked {
|
|
border-radius: 100%;
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
}
|
|
|
|
.sheet-talent-card2 .sheet-checkbox-active {
|
|
appearance: none !important;
|
|
-webkit-appearance: none !important;
|
|
border-radius: 100%;
|
|
width: 10px !important;
|
|
height: 10px !important;
|
|
aspect-ratio: 1 / 1;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sheet-talent-section .sheet-oneline {
|
|
margin-top: 10px !important;
|
|
}
|
|
|
|
.sheet-spellpresentation {
|
|
grid-template-columns: 1fr 1fr 1fr 35px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-talent-card.sheet-cogs-hideshow-div1 {
|
|
margin-bottom: 25px !important;
|
|
}
|
|
|
|
.sheet-talent-headersection1 {
|
|
grid-template-columns: 1.5fr 1fr 1fr 1fr;
|
|
align-items: flex-start !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-talent-headersection1.sheet-spellpoints {
|
|
grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
|
|
align-items: flex-start !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-talent-headersection1.sheet-spellpoints .sheet-inputchar3 {
|
|
left: 94px;
|
|
}
|
|
|
|
.sheet-talent-headersection3 {
|
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.5fr;
|
|
align-items: flex-start !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-maneuvers-display .sheet-maingrid-area-talents .sheet-inputchar3 {
|
|
left: 70px!important;
|
|
}
|
|
|
|
.sheet-maneuvers-display .sheet-maingrid-area-talents input[name="attr_maneuvers-exertionpoints-mod"] {
|
|
left: 123px!important;
|
|
}
|
|
|
|
.sheet-main-hp .sheet-inputchar3 {
|
|
left: 64px;
|
|
top: 29px;
|
|
width: 25px !important;
|
|
}
|
|
|
|
.sheet-talent-headersection2 {
|
|
grid-template-columns: 1.5fr 1fr 1fr 1fr;
|
|
align-items: flex-start !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-talent-headersection2 .sheet-inputchar3 {
|
|
left: 128px;
|
|
}
|
|
|
|
.sheet-main-fatigue .sheet-oneline {
|
|
grid-template-columns: 1fr 12px 35px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-main-body .sheet-oneline2 {
|
|
margin: 4px auto !important;
|
|
}
|
|
|
|
.sheet-main-body input.sheet-inputchar2 {
|
|
background-color: transparent !important;
|
|
font-size: 10px !important;
|
|
max-height: 12px !important;
|
|
line-height: 12px !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.sheet-caracteristicsbonus {
|
|
background-color: transparent !important;
|
|
max-height: 12px !important;
|
|
line-height: 12px !important;
|
|
border: none !important;
|
|
height: 18px !important;
|
|
max-width: 40px;
|
|
font-size: 12px !important;
|
|
color: var(--text-grey) !important;
|
|
margin: 0 auto;
|
|
border-radius: 2px;
|
|
font-family: var(--main-font) !important;
|
|
}
|
|
|
|
.sheet-caracteristicsbonus::before {
|
|
content: "(";
|
|
}
|
|
|
|
.sheet-caracteristicsbonus::after {
|
|
content: ")";
|
|
}
|
|
|
|
.sheet-main-deathsaves .sheet-triplecolumn {
|
|
grid-template-columns: 4fr 1fr 1fr 1fr;
|
|
gap: 5px !important;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.sheet-main-deathsaves .sheet-triplecolumn h4 {
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.sheet-rest-button {
|
|
background-color: var(--main-color);
|
|
border-radius: 5px;
|
|
border: 1px dotted var(--main-color);
|
|
background: rgb(218 191 139 / 0%)!important;
|
|
}
|
|
|
|
.sheet-rest-button button {
|
|
border: none;
|
|
text-transform: uppercase;
|
|
color: var(--blackandwhite2);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.sheet-main-attacksandspell {
|
|
grid-area: attacksandspell;
|
|
}
|
|
|
|
.sheet-attacksandspells {
|
|
grid-template-columns: 20px 1fr 15px 45px 35px 35px 66px 75px 20px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-attacksandspells4 {
|
|
grid-template-columns: 20px 1fr 1fr 0.5fr 35px 66px 75px 20px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-credits {
|
|
opacity: 0.5;
|
|
text-transform: none;
|
|
}
|
|
|
|
.sheet-actions {
|
|
grid-template-columns: 20px 100px 1fr 18px;
|
|
}
|
|
|
|
.sheet-attacksandspells2 {
|
|
grid-template-columns: 1fr 1fr;
|
|
margin: 2px auto!important;
|
|
}
|
|
|
|
.sheet-attacksandspells3 {
|
|
grid-template-columns: 50px 1fr;
|
|
margin: 2px auto!important;
|
|
}
|
|
|
|
.charsheet .repitem {
|
|
margin: 2px auto!important;
|
|
}
|
|
|
|
textarea.sheet-cogs-hideshow-div1 {
|
|
margin-bottom: 5px !important;
|
|
text-align: left !important;
|
|
grid-column: 1/-1;
|
|
}
|
|
|
|
.sheet-main-menu input {
|
|
height: 25px;
|
|
}
|
|
|
|
.sheet-classdisplay {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.sheet-dicedisplay,
|
|
.sheet-classdisplay {
|
|
color: var(--h4color);
|
|
border: none;
|
|
line-height: 12px !important;
|
|
font-size: 12px !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-filter-row:checked ~ .sheet-filter-row-div {
|
|
display:none;
|
|
}
|
|
|
|
.sheet-coin {
|
|
grid-template-columns: 1fr;
|
|
width: auto !important;
|
|
}
|
|
|
|
.sheet-features-display {
|
|
grid-template-columns: 1fr;
|
|
gap: 10px !important;
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
.sheet-features-display > div {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-sololine.sheet-triplecolumn h4,
|
|
.sheet-sololine2.sheet-triplecolumn h4 {
|
|
line-height: 25px;
|
|
font-size: 10px !important;
|
|
opacity: 0.75;
|
|
}
|
|
|
|
.sheet-specialtitle {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, auto);
|
|
gap: 0px !important;
|
|
}
|
|
|
|
.sheet-specialtitle span {
|
|
border: none;
|
|
font-size: 10px !important;
|
|
line-height: 10px;
|
|
height: 10px !important;
|
|
color: white;
|
|
}
|
|
|
|
.charsheet .sheet-maneuvers {
|
|
grid-template-columns: 16px 16px 1fr 35px 100px 25px 16px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-maneuvers-basic {
|
|
grid-template-columns: 16px 1fr 100px 16px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-maneuvers .sheet-oneline {
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-maingrid-area-talents {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-maingrid-area-talents > div,
|
|
.sheet-maingrid-area-talents > div > div > div {
|
|
gap: 10px !important;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
input[name="attr_maneuvers-name"]::placeholder,
|
|
input[name="attr_bulkyitems_name"]::placeholder,
|
|
input[name="attr_inventaire_name"]::placeholder,
|
|
input[name="attr_attunement_name"]::placeholder,
|
|
input[name="attr_treasure_name"]::placeholder,
|
|
input[name="attr_exploration-knacks_name"]::placeholder,
|
|
.sheet-maingrid-area-talents input::placeholder,
|
|
input[name="attr_attacksorspell-name"]::placeholder {
|
|
text-align: left !important;
|
|
padding-left: 5px !important;
|
|
}
|
|
|
|
button.repcontrol_add {
|
|
line-height: 6px !important;
|
|
font-size: 0px !important;
|
|
}
|
|
|
|
.sheet-resource-element > div {
|
|
grid-template-columns: 1fr 35px;
|
|
width: 85% !important;
|
|
margin: 0 auto !important;
|
|
padding: 0 !important;
|
|
row-gap: 0px !important;
|
|
}
|
|
|
|
.sheet-resource-element .sheet-vanilla.sheet-vanilla2.sheet-inputchar {
|
|
opacity: 1;
|
|
font-size: 10px !important;
|
|
line-height: 10px !important;
|
|
height: 18px !important;
|
|
letter-spacing: 0px;
|
|
font-weight: 200;
|
|
border-top: 0px solid var(--border-grey) !important;
|
|
border-bottom: 1px solid #cecece75 !important;
|
|
font-family: var(--standard-font) !important;
|
|
width: 100% !important;
|
|
text-transform: uppercase;
|
|
margin: 0 !important;
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
.sheet-resource-element select.sheet-vanilla.sheet-vanilla2.sheet-inputchar {
|
|
height: 13px !important;
|
|
min-height: 0px !important;
|
|
margin: 0 !important;
|
|
padding: 0 4px !important;
|
|
border: none!important;
|
|
background-color: transparent !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
line-height: 9px !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-specialborder {
|
|
border: none;
|
|
border-top: 1px solid;
|
|
border-color: #ffffff1a !important;
|
|
border-radius: 0;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.sheet-doublecolumn {
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-doublecolumn span {
|
|
line-height: 17px !important;
|
|
}
|
|
|
|
.sheet-doublecolumn-x3 {
|
|
grid-template-columns: 1fr 50px;
|
|
}
|
|
|
|
.sheet-sololine.sheet-doublecolumn {
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-triplecolumn {
|
|
grid-template-columns: repeat(3, 1fr);
|
|
gap: 5px !important;
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
.sheet-sololine.sheet-triplecolumn {
|
|
grid-template-columns: 1fr 5px 1fr;
|
|
gap: 5px !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.sheet-sololine2.sheet-triplecolumn {
|
|
grid-template-columns: 1fr 5px 1fr;
|
|
row-gap: 0px !important;
|
|
gap: 2px !important;
|
|
width: 80% !important;
|
|
}
|
|
|
|
.sheet-triplecolumn.sheet-3 {
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
align-items: center !important;
|
|
column-gap: 0px !important;
|
|
row-gap: 5px;
|
|
}
|
|
|
|
.sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div1,
|
|
.sheet-cogs-hideshow:checked ~ .sheet-cogs-hideshow-div2 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-main-conditions .sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div1,
|
|
.sheet-main-conditions .sheet-cogs-hideshow:checked ~ .sheet-cogs-hideshow-div2 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-cogs-hideshow-strife:not(:checked) ~ .sheet-cogs-hideshow-strife-div1,
|
|
.sheet-cogs-hideshow-fatigue:not(:checked) ~ .sheet-cogs-hideshow-fatigue-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-cogs-hideshow-bm1:checked ~ .sheet-cogs-hideshow-bm1-div1,
|
|
.sheet-cogs-hideshow-bm2:checked ~ .sheet-cogs-hideshow-bm2-div1,
|
|
.sheet-cogs-hideshow-bm3:checked ~ .sheet-cogs-hideshow-bm3-div1,
|
|
.sheet-cogs-hideshow-bm4:checked ~ .sheet-cogs-hideshow-bm4-div1,
|
|
.sheet-cogs-hideshow-bm5:checked ~ .sheet-cogs-hideshow-bm5-div1,
|
|
.sheet-cogs-hideshow-bm6:checked ~ .sheet-cogs-hideshow-bm6-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-acrobatics-hideshow:not(:checked) ~ .sheet-acrobatics-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-animalhandling-hideshow:not(:checked) ~ .sheet-animalhandling-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-arcana-hideshow:not(:checked) ~ .sheet-arcana-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-athletics-hideshow:not(:checked) ~ .sheet-athletics-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-culture-hideshow:not(:checked) ~ .sheet-culture-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-deception-hideshow:not(:checked) ~ .sheet-deception-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-engineering-hideshow:not(:checked) ~ .sheet-engineering-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-history-hideshow:not(:checked) ~ .sheet-history-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-insight-hideshow:not(:checked) ~ .sheet-insight-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-intimidation-hideshow:not(:checked) ~ .sheet-intimidation-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-investigation-hideshow:not(:checked) ~ .sheet-investigation-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-medicine-hideshow:not(:checked) ~ .sheet-medicine-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-nature-hideshow:not(:checked) ~ .sheet-nature-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-perception-hideshow:not(:checked) ~ .sheet-perception-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-performance-hideshow:not(:checked) ~ .sheet-performance-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-persuasion-hideshow:not(:checked) ~ .sheet-persuasion-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-religion-hideshow:not(:checked) ~ .sheet-religion-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-sleightofhand-hideshow:not(:checked) ~ .sheet-sleightofhand-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-stealth-hideshow:not(:checked) ~ .sheet-stealth-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-survival-hideshow:not(:checked) ~ .sheet-survival-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-vehicles-hideshow:not(:checked) ~ .sheet-vehicles-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-general-hideshow:checked ~ .sheet-general-hideshow-div1,
|
|
.sheet-general-hideshow:not(:checked) ~ .sheet-general-hideshow-div2 {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-description-hideshow:not(:checked) ~ textarea {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-main-categoryfeatures2 {
|
|
grid-template-columns: auto 35px;
|
|
}
|
|
|
|
.sheet-main-categoryfeatures3 {
|
|
grid-template-columns: auto auto;
|
|
}
|
|
|
|
.sheet-section-separator {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-progress-bars-menu {
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
border: 1px solid var(--darkgray-color);
|
|
border-radius: 4px;
|
|
height: 16px;
|
|
z-index: 2 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.sheet-progress-bars-menu h4 {
|
|
color: var(--blackandwhite2);
|
|
}
|
|
|
|
.sheet-barhp-display,
|
|
.sheet-barhp {
|
|
background-color: rgba(200, 110, 110, 0.5);
|
|
}
|
|
|
|
.sheet-barhpnpc-display,
|
|
.sheet-barhpnpc {
|
|
background-color: rgba(200, 110, 110, 0.5);
|
|
}
|
|
|
|
.sheet-progress-bar.sheet-barhpnpc-display {
|
|
background-color: rgba(200, 110, 110, 1);
|
|
}
|
|
|
|
.sheet-barhitdice1-display,
|
|
.sheet-barhitdice2-display,
|
|
.sheet-barhitdice3-display,
|
|
.sheet-barhitdice4-display,
|
|
.sheet-barhitdice5-display,
|
|
.sheet-barhitdice6-display {
|
|
background-color: rgb(217 217 217 / 50%);
|
|
}
|
|
|
|
.sheet-barhitdice1,
|
|
.sheet-barhitdice2,
|
|
.sheet-barhitdice3,
|
|
.sheet-barhitdice4,
|
|
.sheet-barhitdice5,
|
|
.sheet-barhitdice6 {
|
|
background-color: rgb(132 132 132 / 50%);
|
|
}
|
|
|
|
.sheet-progress-bar {
|
|
border-radius: 4px;
|
|
height: 16px;
|
|
z-index: 1 !important;
|
|
position: absolute !important;
|
|
}
|
|
|
|
.sheet-progress-bar.sheet-barhp {
|
|
background-color: rgba(200, 110, 110, 1);
|
|
}
|
|
|
|
.sheet-progress-bar.sheet-barhitdice {
|
|
background-color: rgb(194, 194, 194);
|
|
}
|
|
|
|
.sheet-progress-container-bar-menu {
|
|
display: grid;
|
|
background-color: transparent;
|
|
border-radius: 50px;
|
|
grid-template-columns: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
z-index: 0;
|
|
align-items: center;
|
|
border: none;
|
|
}
|
|
|
|
.sheet-progress-container-bar-menu input[disabled],
|
|
.sheet-progress-container-bar-menu input {
|
|
border: solid 0px #cdcdcd;
|
|
background-color: transparent !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-main-coresystems > div {
|
|
gap: 10px;
|
|
}
|
|
|
|
.sheet-main-mainblocstat {
|
|
grid-area: mainblocstat;
|
|
}
|
|
|
|
.sheet-maingrid-area-mid {
|
|
grid-template-areas: "gridmidleft gridmidright";
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 10px;
|
|
z-index: 1;
|
|
grid-area: gridmid;
|
|
}
|
|
|
|
.sheet-maingrid-area-midleft {
|
|
grid-template-areas:
|
|
"secondaryblocstat2"
|
|
"attacksandspell"
|
|
"money"
|
|
"inventaire"
|
|
"treasure";
|
|
grid-template-columns: 1fr;
|
|
gap: 10px !important;
|
|
z-index: 1;
|
|
grid-area: gridmidleft;
|
|
align-content: flex-start !important;
|
|
}
|
|
|
|
.sheet-maingrid-area-midright {
|
|
grid-template-areas:
|
|
"skills"
|
|
"resources"
|
|
"bulkyitem";
|
|
grid-template-columns: 1fr;
|
|
gap: 10px !important;
|
|
z-index: 1;
|
|
grid-area: gridmidright;
|
|
align-content: flex-start !important;
|
|
}
|
|
|
|
.sheet-maingrid-area-firstbloc-left {
|
|
grid-template-areas:
|
|
"mainblocstat proficiencybonus"
|
|
"mainblocstat inspiration"
|
|
"mainblocstat savingthrows"
|
|
"mainblocstat passives"
|
|
"mainblocstat fatigue"
|
|
"proficiencies proficiencies"
|
|
"tools tools";
|
|
grid-template-columns: 90px 200px;
|
|
grid-area: firstbloc;
|
|
z-index: 1;
|
|
gap: 10px !important;
|
|
margin-top: -10px !important;
|
|
margin-left: -10px !important;
|
|
}
|
|
|
|
.sheet-main-proficiencybonus {
|
|
grid-area: proficiencybonus;
|
|
}
|
|
|
|
.sheet-main-initiative2 {
|
|
grid-template-columns: 1fr 5px 50px 5px 35px 5px 35px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-main-passives {
|
|
grid-area: passives;
|
|
}
|
|
|
|
.sheet-maingrid-area-firstbloc-left > div {
|
|
align-content: flex-start !important;
|
|
}
|
|
|
|
.sheet-background-area {
|
|
grid-template-areas: "vertical-art vertical-art vertical-art generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes"
|
|
"vertical-art vertical-art vertical-art generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes";
|
|
z-index: 2 !important;
|
|
grid-template-columns: repeat(10, 1fr);
|
|
gap: 10px !important;
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
.sheet-background-area > div > div {
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
img[name="attr_character-portrait"] {
|
|
object-fit: cover;
|
|
border-radius: 5px;
|
|
aspect-ratio: 1 / 1;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.sheet-background-vertical-art {
|
|
grid-area: vertical-art;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-background-generalnotes {
|
|
grid-area: generalnotes;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-background-characternotes {
|
|
grid-area: characternotes;
|
|
}
|
|
|
|
.sheet-background-character-art {
|
|
grid-area: character-art;
|
|
}
|
|
|
|
.sheet-main-proficiencies {
|
|
grid-area: proficiencies;
|
|
}
|
|
|
|
.sheet-main-tools {
|
|
grid-area: tools;
|
|
}
|
|
|
|
.sheet-proficiencies1 {
|
|
grid-template-columns: 0.5fr 1fr 12px;
|
|
}
|
|
|
|
.sheet-proficiencies4 {
|
|
grid-template-columns: 40px 1fr 20px 40px 12px;
|
|
}
|
|
|
|
.sheet-proficiencies5 {
|
|
grid-template-columns: auto 50px auto 50px;
|
|
}
|
|
|
|
.sheet-proficiencies3 {
|
|
grid-template-columns: 0.5fr 1fr 25px 20px 12px 12px;
|
|
}
|
|
|
|
.sheet-conditions1 {
|
|
grid-template-columns: 1fr 12px;
|
|
}
|
|
|
|
.sheet-proficiencies2 {
|
|
grid-template-columns: 0.5fr 1fr 12px 12px;
|
|
}
|
|
|
|
.sheet-conditions2 {
|
|
grid-template-columns: 1fr 12px 12px;
|
|
}
|
|
|
|
.sheet-main-inspiration {
|
|
grid-area: inspiration;
|
|
}
|
|
|
|
.sheet-main-deathsave {
|
|
grid-area: deathsave;
|
|
height: 82px !important;
|
|
}
|
|
|
|
.sheet-maingrid-area > div > div > div {
|
|
height: 100% !important;
|
|
}
|
|
|
|
.sheet-main-skills {
|
|
grid-area: skills;
|
|
}
|
|
|
|
.sheet-main-savingthrows {
|
|
grid-area: savingthrows;
|
|
}
|
|
|
|
.charsheet .sheet-inputchar3,
|
|
.charsheet .sheet-inputchar3[readonly] {
|
|
font-size: 12px !important;
|
|
line-height: 14px !important;
|
|
border: none !important;
|
|
position: absolute;
|
|
top: 13px;
|
|
left: 126px;
|
|
width: 35px !important;
|
|
border-bottom: 1px solid grey !important;
|
|
}
|
|
|
|
.sheet-background-display textarea {
|
|
padding: 5px;
|
|
font-size: 11px !important;
|
|
line-height: 11px !important;
|
|
font-style: italic;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-background-display {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-main-deathsave .sheet-oneline {
|
|
grid-template-columns: 1fr repeat(3, 0.33fr);
|
|
column-gap: 5px !important;
|
|
}
|
|
|
|
.sheet-features-traits {
|
|
grid-template-columns: 90px 1fr 15px;
|
|
margin: 2px auto!important;
|
|
}
|
|
|
|
.sheet-features-traits2 {
|
|
grid-template-columns: 1fr 15px 15px;
|
|
margin: 2px auto!important;
|
|
}
|
|
|
|
span[name="attr_features-names"] {
|
|
font-family: var(--main-font);
|
|
color: var(--main-color);
|
|
font-weight: bold;
|
|
background-color: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 16px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
span[name="attr_features-source"] {
|
|
background-color: transparent;
|
|
border: none;
|
|
font-size: 11px !important;
|
|
line-height: 18px;
|
|
padding: 0;
|
|
max-height: 10px !important;
|
|
margin: -8px 0 4px 0;
|
|
font-style: italic;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
span[name="attr_proficiency-name"] {
|
|
background-color: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 12px !important;
|
|
line-height: 18px !important;
|
|
text-align: left;
|
|
height: auto!important;
|
|
}
|
|
|
|
span[name="attr_proficiency-source"],
|
|
span[name="attr_conditions-source"] {
|
|
border: none;
|
|
min-height: 18px !important;
|
|
line-height: 18px;
|
|
padding: 0 6px;
|
|
border-radius: 3px;
|
|
background-color: var(--main-color);
|
|
color: #1f1f1f !important;
|
|
font-weight: 600;
|
|
font-size: 10px !important;
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.sheet-darkmode span[name="attr_proficiency-source"],
|
|
.sheet-darkmode span[name="attr_conditions-source"] {
|
|
background-color: var(--main-color);
|
|
color: black !important;
|
|
text-transform: uppercase;
|
|
box-shadow: 0 0 2px rgba(255, 255, 200, 0.25);
|
|
}
|
|
|
|
.sheet-features-traits2 textarea {
|
|
padding: 0;
|
|
background-color: transparent;
|
|
border: none;
|
|
text-align: left;
|
|
padding-left: 5px;
|
|
color: var(--blackandwhite2) !important;
|
|
height: 100px;
|
|
}
|
|
|
|
.sheet-features-traits textarea {
|
|
padding: 0;
|
|
text-align: left;
|
|
padding-left: 5px;
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.sheet-vanilla.sheet-inputchar {
|
|
font-size: 24px !important;
|
|
}
|
|
|
|
.sheet-vanilla {
|
|
background-color: transparent !important;
|
|
border: none !important;
|
|
font-size: 18px;
|
|
font-family: var(--main-font);
|
|
}
|
|
|
|
.sheet-vanilla.sheet-vanilla2.sheet-inputchar {
|
|
font-size: 12px !important;
|
|
line-height: 12px !important;
|
|
height: 18px !important;
|
|
letter-spacing: 0px;
|
|
font-weight: 200;
|
|
font-family: var(--standard-font) !important;
|
|
width: 100% !important;
|
|
margin: 0px auto !important;
|
|
}
|
|
|
|
.sheet-equipment {
|
|
grid-template-columns: 1fr 30px 12px 1fr 30px 12px 1fr 30px;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.sheet-equipment2 {
|
|
grid-template-columns: 12px 30px 1fr 25px 8px;
|
|
}
|
|
|
|
.sheet-background-header-line1 {
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-main-vehicle-name1 {
|
|
grid-template-columns: 1fr 15px;
|
|
padding: 0!important;
|
|
padding-bottom: 3px !important;
|
|
margin: -1px auto -5px auto !important;
|
|
left: 0px;
|
|
width: calc(100% + -10px) !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.sheet-main-vehicle-name1 h4 {
|
|
position: relative;
|
|
color: var(--blackandwhite2) !important;
|
|
font-family: var(--standard-font) !important;
|
|
margin: 5px 0px 0px 0px;
|
|
}
|
|
|
|
.sheet-portrait-hideshow:not(:checked) ~ .sheet-portrait-hideshow-div1 {
|
|
display: none;
|
|
}
|
|
|
|
input::placeholder {
|
|
text-align: center !important;
|
|
justify-content: center !important;
|
|
opacity: 0.5;
|
|
height: 16px;
|
|
line-height: 14px !important;
|
|
}
|
|
|
|
textarea::placeholder {
|
|
opacity: 0.5;
|
|
height: 16px;
|
|
line-height: 14px !important;
|
|
}
|
|
|
|
.sheet-background-header-line1 {
|
|
grid-template-columns: 100px 100px 100px 1fr 1fr 100px;
|
|
}
|
|
|
|
.sheet-totalweight {
|
|
font-size: 18px !important;
|
|
font-family: var(--main-font);
|
|
}
|
|
|
|
.sheet-header-display1 h4 {
|
|
line-height: 10px !important;
|
|
}
|
|
|
|
.sheet-header-bloc1 {
|
|
grid-template-columns: 90px 1fr 45px 35px;
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.sheet-main-header-size {
|
|
grid-template-columns: 75px 55px auto 1fr;
|
|
column-gap: 10px !important;
|
|
}
|
|
|
|
.sheet-main-header-size.sheet-main-header-size2 {
|
|
grid-template-columns: auto 50px 156px 50px!important;
|
|
column-gap: 10px !important;
|
|
}
|
|
|
|
.sheet-npc-display .sheet-main-header-size {
|
|
grid-template-columns: 25px 30px 45px 50px 70px 30px 25px auto;
|
|
column-gap: 5px !important;
|
|
}
|
|
|
|
.sheet-npc-display {
|
|
width:500px!important;
|
|
}
|
|
|
|
.sheet-header-bloc3 {
|
|
grid-template-columns: 1fr 1fr 110px;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-main-menu-npcornot {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
|
|
.sheet-admin-npc-display,
|
|
.sheet-background-npc-display,
|
|
.sheet-admin-npc-display,
|
|
.sheet-character-npc-display {
|
|
width: 500px!important;
|
|
gap: 10px!important;
|
|
}
|
|
|
|
.sheet-main-header {
|
|
grid-template-columns: 1fr;
|
|
gap: 10px !important;
|
|
align-items: flex-start !important;
|
|
height: 100%;
|
|
}
|
|
|
|
.sheet-main-menu-npc input,
|
|
.sheet-main-menu-npc span {
|
|
height: 18px !important;
|
|
}
|
|
|
|
.sheet-main-header .sheet-main-header2 {
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 10px !important;
|
|
align-items: flex-start !important;
|
|
height: 100%;
|
|
}
|
|
|
|
.sheet-main-header2 {
|
|
grid-template-columns: 1fr;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-main-image {
|
|
background-image: url("https://dl.spirito.fr/RP/levelup/logo2.png") !important;
|
|
background-size: cover;
|
|
background-position: center;
|
|
width: 175px!important;
|
|
margin: 20px auto 10px!important;
|
|
min-height: 55px;
|
|
}
|
|
|
|
input[name="attr_character_name"],
|
|
input[name="attr_destiny"] {
|
|
background: linear-gradient(180deg, #fffbe8 0%, #ffe57a 20%, #f2c94c 45%, #c8921e 70%, #fff3b0 100%);
|
|
}
|
|
|
|
input[name="attr_character_name"] {
|
|
font-family: var(--main-font);
|
|
font-size: 35px !important;
|
|
line-height: 35px!important;
|
|
border: none !important;
|
|
background: linear-gradient(180deg, #f2e7c6 0%, #f2ddab 20%, #eccc8a 45%, #d8b06a 70%, #c99b4f 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(255, 230, 150, 0.25), 0 3px 3px rgba(0, 0, 0, 0.1);
|
|
height: auto !important;
|
|
max-height: 35px!important;
|
|
max-width: none;
|
|
}
|
|
|
|
input[name="attr_destiny"] {
|
|
font-family: var(--main-font);
|
|
font-size: 15px !important;
|
|
border: none !important;
|
|
background: linear-gradient(180deg, #f2e7c6 0%, #f2ddab 20%, #eccc8a 45%, #d8b06a 70%, #c99b4f 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
|
|
height: auto !important;
|
|
max-height: none;
|
|
max-width: none;
|
|
}
|
|
|
|
input[name="attr_destiny"]::placeholder {
|
|
font-family: var(--main-font) !important;
|
|
font-size: 15px !important;
|
|
border: none !important;
|
|
opacity: 0.25;
|
|
background: linear-gradient(180deg, #ffffff 0%, #fff8e6 20%, #ffeec5 45%, #f2d899 70%, #e4c27a 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.07);
|
|
height: auto !important;
|
|
max-height: none;
|
|
max-width: none;
|
|
margin-top: -10px;
|
|
}
|
|
|
|
input[name="attr_background"]::placeholder,
|
|
input[name="attr_creature"]::placeholder,
|
|
input[name="attr_culture"]::placeholder,
|
|
input[name="attr_heritage"]::placeholder,
|
|
input[name="attr_proficiency-name"]::placeholder {
|
|
text-align: left !important;
|
|
padding-left: 4px !important;
|
|
}
|
|
|
|
.sheet-main-menu {
|
|
grid-template-columns: 1fr;
|
|
gap: 10px !important;
|
|
margin-bottom: 10px !important;
|
|
margin-top: 10px !important;
|
|
}
|
|
|
|
.sheet-main-menu.sheet-main-menu2 {
|
|
grid-template-columns: 1fr 1fr 0.66fr 0.33fr;
|
|
grid-column: 1/3;
|
|
gap: 10px !important;
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.sheet-main-menu.sheet-main-menu4 {
|
|
grid-template-columns: 1fr 1fr 0.66fr 0.33fr;
|
|
gap: 10px !important;
|
|
margin: 10px auto 0px auto !important;
|
|
}
|
|
|
|
.charsheet .sheet-reallyspecialbutton,
|
|
.charsheet button {
|
|
background-color: transparent;
|
|
height: 25px !important;
|
|
max-height: none !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.ui-dialog .charsheet button[type="roll"].sheet-reallyspecialbutton {
|
|
border: none !important;
|
|
max-height: none!important;
|
|
}
|
|
|
|
.sheet-main-menu > div {
|
|
gap: 0px !important;
|
|
}
|
|
|
|
.sheet-main-menu-mainone {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.sheet-main-menu-mainone::before {
|
|
border:none!important;
|
|
background:transparent!important;
|
|
}
|
|
|
|
.sheet-main-menu-mainone .sheet-oneline {
|
|
grid-template-columns: repeat(7, auto) 30px;
|
|
margin: 0 auto !important;
|
|
width: 100% !important;
|
|
gap: 0px !important;
|
|
}
|
|
|
|
.sheet-main-menu-mainone2 .sheet-oneline {
|
|
grid-template-columns: repeat(2, auto) 30px;
|
|
}
|
|
|
|
.sheet-combats-display {
|
|
grid-template-columns: 2.5fr 1fr;
|
|
align-items: flex-start !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-combats-display > div {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-main-menu .sheet-oneline .sheet-online {
|
|
height: 25px !important;
|
|
}
|
|
|
|
.sheet-main-menu .sheet-oneline .sheet-online input {
|
|
height: 25px !important;
|
|
}
|
|
|
|
.sheet-main-menu label {
|
|
font-family: var(--standard-font);
|
|
font-weight: bolder !important;
|
|
height: 25px !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.sheet-main-menu label {
|
|
font-size: 12px !important;
|
|
width: 100% !important;
|
|
color: var(--blackandwhite2) !important;
|
|
line-height: 25px;
|
|
}
|
|
|
|
.sheet-main-menu-mainone label {
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.sheet-main-menu input:checked + label {
|
|
border-color: var(--secondary-color) !important;
|
|
background-color: var(--main-color) !important;
|
|
color: white !important;
|
|
}
|
|
|
|
.sheet-main-menu span {
|
|
border: none !important;
|
|
line-height: 25px !important;
|
|
color: var(--blackandwhite2) !important;
|
|
height: 25px !important;
|
|
}
|
|
|
|
.sheet-main-skills div,
|
|
.sheet-main-skills-custom div,
|
|
.sheet-main-savingthrows div {
|
|
row-gap: 1px !important;
|
|
}
|
|
|
|
.sheet-inputchar33 * {
|
|
max-height:14px!important;
|
|
line-height:14px!important;
|
|
height:14px!important;
|
|
}
|
|
|
|
.sheet-main-skills .sheet-oneline div {
|
|
grid-template-columns: 10px 25px 12px 1fr 15px 35px;
|
|
justify-content: space-between;
|
|
column-gap: 4px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.sheet-main-skills-custom {
|
|
grid-template-columns: 10px 25px 12px 20px 1fr 0.75fr 15px;
|
|
justify-content: space-between;
|
|
column-gap: 4px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
.sheet-main-skills .sheet-oneline input[type="text"],
|
|
.sheet-main-skills-custom input.sheet-specialtext,
|
|
.sheet-main-passives input[type="text"] {
|
|
border: none;
|
|
text-align: left;
|
|
border-bottom: 1px solid var(--border-grey);
|
|
text-transform: uppercase;
|
|
font-size: 10px !important;
|
|
margin-bottom: 8px;
|
|
grid-column: 1 / -1;
|
|
}
|
|
|
|
.sheet-main-skills .sheet-oneline div > div,
|
|
.sheet-main-skills-custom .sheet-oneline div > div {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
.sheet-main-skills .sheet-oneline div > div > h4,
|
|
.sheet-main-skills-custom .sheet-oneline div > div > h4 {
|
|
text-align: left;
|
|
line-height: 10px;
|
|
}
|
|
|
|
.sheet-main-savingthrows .sheet-oneline div {
|
|
grid-template-columns: 10px 12px 1fr 15px;
|
|
justify-content: space-between;
|
|
column-gap: 7.5px;
|
|
}
|
|
|
|
.sheet-main-savingthrows select,
|
|
.sheet-main-savingthrows input[type="number"],
|
|
.sheet-main-skills select,
|
|
.sheet-main-skills input[type="number"],
|
|
.sheet-main-skills-custom select,
|
|
.sheet-main-skills-custom input[type="number"] {
|
|
font-size: 9px !important;
|
|
border: none;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.sheet-main-skills-custom button {
|
|
opacity:1;
|
|
position:relative;
|
|
}
|
|
|
|
.sheet-main-proficiencies select,
|
|
.sheet-main-proficiencies input[type="number"] {
|
|
font-size: 9px !important;
|
|
}
|
|
|
|
.sheet-main-skills input[type="number"],
|
|
.sheet-main-skills-custom input[type="number"],
|
|
.sheet-main-savingthrows input[type="number"],
|
|
.sheet-main-proficiencies input[type="number"] {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.sheet-button-div-holder button {
|
|
position: absolute;
|
|
inset: 0;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
opacity: 0;
|
|
z-index: 5;
|
|
cursor: pointer;
|
|
margin: 0!important;
|
|
padding: 0!important;
|
|
}
|
|
|
|
.sheet-button-div-holder button[type="roll"]:before {
|
|
content: "" !important;
|
|
display: none !important;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
}
|
|
|
|
.sheet-button-div-holder span,
|
|
.sheet-button-div-holder h3,
|
|
.sheet-button-div-holder h4 {
|
|
pointer-events: none;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.sheet-button-div-holder button:hover ~ h4,
|
|
.sheet-button-div-holder button:hover ~ h3,
|
|
button:hover ~ input.sheet-vanilla.sheet-inputchar {
|
|
color: var(--main-color) !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2,
|
|
.charsheet .sheet-main-menu.sheet-main-menu4 {
|
|
align-items: stretch !important;
|
|
gap: 8px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 > .sheet-standardbox,
|
|
.charsheet .sheet-main-menu.sheet-main-menu4 > .sheet-standardbox {
|
|
min-height: 28px;
|
|
padding: 0 !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 > .sheet-standardbox::before,
|
|
.charsheet .sheet-main-menu.sheet-main-menu4 > .sheet-standardbox::before {
|
|
display: none;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu .sheet-button-holder,
|
|
.charsheet .sheet-main-menu .sheet-online {
|
|
position: relative;
|
|
min-height: 28px;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu .sheet-online input[type="checkbox"] {
|
|
opacity: 0;
|
|
position: absolute;
|
|
width: 100% !important;
|
|
height: 28px !important;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu label,
|
|
.charsheet .sheet-main-menu .radio-button,
|
|
.charsheet .sheet-main-menu-roll button[type="roll"] {
|
|
display: grid !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-height: 28px !important;
|
|
height: 28px !important;
|
|
line-height: 28px !important;
|
|
padding: 0 8px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.34) !important;
|
|
border-radius: 2px !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
color: var(--blackandwhite2) !important;
|
|
font-size: 10px !important;
|
|
font-weight: 700 !important;
|
|
letter-spacing: 0.08em !important;
|
|
text-transform: uppercase !important;
|
|
text-shadow: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu input:checked + label,
|
|
.charsheet .sheet-main-menu input:checked + .radio-button,
|
|
.charsheet .sheet-main-menu input[name="attr_sheet_settings_open"]:checked + label {
|
|
border-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.28) !important;
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu label span,
|
|
.charsheet .sheet-main-menu .radio-button span {
|
|
color: inherit !important;
|
|
line-height: 28px !important;
|
|
height: 28px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-mainone label,
|
|
.charsheet .sheet-main-menu-mainone .radio-button {
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-roll button[type="roll"] {
|
|
width: 100% !important;
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-roll button[type="roll"]:before {
|
|
color: var(--main-color) !important;
|
|
font-size: 16px !important;
|
|
line-height: 28px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-rest,
|
|
.charsheet .sheet-main-rest .sheet-oneline {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-passives .sheet-oneline input[type="text"] {
|
|
grid-column: auto !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-fatigue textarea {
|
|
grid-column: 1 / -1 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-conditions .sheet-cogs-container,
|
|
.charsheet .sheet-main-proficiencies .sheet-cogs-container,
|
|
.charsheet .sheet-main-tools .sheet-cogs-container,
|
|
.charsheet .sheet-main-resistancesandimmunities .sheet-cogs-container {
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
justify-self: center;
|
|
}
|
|
|
|
.charsheet .sheet-main-conditions .sheet-conditions2 {
|
|
grid-template-columns: minmax(0, 1fr) 18px 18px;
|
|
column-gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencies .sheet-proficiencies1,
|
|
.charsheet .sheet-main-resistancesandimmunities .sheet-proficiencies1 {
|
|
grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr) 18px;
|
|
column-gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencies .sheet-proficiencies2,
|
|
.charsheet .sheet-main-resistancesandimmunities .sheet-proficiencies2 {
|
|
grid-template-columns: 1fr 1fr 18px 18px;
|
|
column-gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3 {
|
|
grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr) 25px 24px 18px 18px;
|
|
column-gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies4 {
|
|
grid-template-columns: 40px minmax(0, 1fr) 26px 40px 18px;
|
|
column-gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-conditions fieldset,
|
|
.charsheet .sheet-main-proficiencies fieldset,
|
|
.charsheet .sheet-main-tools fieldset,
|
|
.charsheet .sheet-main-resistancesandimmunities fieldset,
|
|
.charsheet .sheet-main-conditions .repcontrol,
|
|
.charsheet .sheet-main-proficiencies .repcontrol,
|
|
.charsheet .sheet-main-tools .repcontrol,
|
|
.charsheet .sheet-main-resistancesandimmunities .repcontrol {
|
|
width: 100% !important;
|
|
min-width: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.charsheet .sheet-admin-display.sheet-settings-overlay,
|
|
.charsheet .sheet-admin-npc-display.sheet-settings-overlay {
|
|
align-items: flex-start !important;
|
|
position: absolute !important;
|
|
top: 76px;
|
|
left: 10px;
|
|
right: 10px;
|
|
z-index: 90000 !important;
|
|
padding: 30px 10px 10px 10px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.72);
|
|
background-color: var(--blackandwhite);
|
|
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
|
|
}
|
|
|
|
.charsheet .sheet-admin-npc-display.sheet-settings-overlay {
|
|
left: 50%;
|
|
right: auto;
|
|
width: 400px !important;
|
|
transform: translateX(-50%);
|
|
}
|
|
|
|
.charsheet .sheet-settings-close {
|
|
display: grid !important;
|
|
position: absolute !important;
|
|
top: 6px;
|
|
right: 8px;
|
|
width: 22px !important;
|
|
height: 22px !important;
|
|
min-height: 22px !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
color: var(--blackandwhite2) !important;
|
|
cursor: pointer;
|
|
z-index: 2;
|
|
}
|
|
|
|
.charsheet .sheet-settings-close span {
|
|
line-height: 22px !important;
|
|
height: 22px !important;
|
|
color: inherit !important;
|
|
}
|
|
|
|
.sheet-header > div {
|
|
grid-template-columns: 1fr 1fr 50px;
|
|
column-gap: 10px !important;
|
|
row-gap: 2px !important;
|
|
}
|
|
|
|
.sheet-background-generalnotes .sheet-oneline {
|
|
margin: 0 auto 10px auto !important;
|
|
}
|
|
|
|
.sheet-background-vertical-art .sheet-oneline {
|
|
margin: 6px auto 6px auto !important;
|
|
}
|
|
|
|
.sheet-background-generalnotes textarea {
|
|
height: 514px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sheet-inventaire {
|
|
grid-template-columns: 15px 1fr repeat(2, 25px) 15px;
|
|
justify-content: space-between;
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
.sheet-attunement {
|
|
grid-template-columns: 15px 1fr 15px;
|
|
justify-content: space-between;
|
|
align-items: flex-start !important;
|
|
}
|
|
|
|
.sheet-inventaire-display {
|
|
align-items: flex-start !important;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-coin .sheet-inputchar2 {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.sheet-maingrid-area > div,
|
|
.sheet-background-area > div {
|
|
gap: 10px;
|
|
}
|
|
|
|
.sheet-maingrid-area > div {
|
|
align-content: flex-start;
|
|
justify-content: space-between;
|
|
width: 100% !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-maingrid-area > div > div,
|
|
.sheet-background-area > div > div {
|
|
height: 100%;
|
|
}
|
|
|
|
.sheet-main-features-traits,
|
|
.sheet-main-equipment,
|
|
.sheet-main-proficiencies {
|
|
height: auto !important;
|
|
}
|
|
|
|
.sheet-maingrid-area {
|
|
grid-template-areas: "gridleft gridmid";
|
|
z-index: 1;
|
|
align-items: flex-start !important;
|
|
height: 100%;
|
|
grid-template-columns: 1.25fr 2fr;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.sheet-maingrid-area-left {
|
|
grid-area: gridleft;
|
|
}
|
|
|
|
img.error {
|
|
display: none;
|
|
}
|
|
|
|
.sheet-imgfixed-custom {
|
|
z-index: 99 !important;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
height: 110px !important;
|
|
width: 110px !important;
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
}
|
|
|
|
.charsheet .repcontrol {
|
|
display: flex !important;
|
|
flex-direction: row !important;
|
|
flex-wrap: nowrap !important;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
gap: 6px;
|
|
width: 100%;
|
|
min-height: 22px;
|
|
max-height: none;
|
|
padding: 0;
|
|
position: relative;
|
|
z-index: 99;
|
|
}
|
|
|
|
.charsheet .repcontrol .repcontrol_add,
|
|
.charsheet .repcontrol button.repcontrol_add {
|
|
order: 2;
|
|
margin-left: auto !important;
|
|
}
|
|
|
|
.charsheet .repcontrol .repcontrol_edit,
|
|
.charsheet .repcontrol button.repcontrol_edit,
|
|
.charsheet .repcontrol .repcontrol_done,
|
|
.charsheet .repcontrol button.repcontrol_done {
|
|
order: 0;
|
|
margin-right: auto !important;
|
|
}
|
|
|
|
.charsheet .repcontrol .btn,
|
|
.charsheet .repcontrol button,
|
|
.charsheet .itemcontrol .btn,
|
|
.charsheet .itemcontrol a.repcontrol_move,
|
|
.charsheet .itemcontrol button.repcontrol_del {
|
|
display: inline-flex !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 22px !important;
|
|
min-width: 22px !important;
|
|
max-width: 22px !important;
|
|
height: 20px !important;
|
|
min-height: 20px !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.45) !important;
|
|
border-radius: 2px !important;
|
|
background-color: var(--blackandwhite) !important;
|
|
background-image: none !important;
|
|
box-shadow: none !important;
|
|
text-shadow: none !important;
|
|
color: var(--text-grey) !important;
|
|
font-size: 0 !important;
|
|
font-weight: 400 !important;
|
|
line-height: 1 !important;
|
|
opacity: 1 !important;
|
|
overflow: hidden;
|
|
position: relative;
|
|
text-transform: none !important;
|
|
}
|
|
|
|
.charsheet .repcontrol .btn:hover,
|
|
.charsheet .repcontrol button:hover,
|
|
.charsheet .itemcontrol .btn:hover,
|
|
.charsheet .itemcontrol a.repcontrol_move:hover,
|
|
.charsheet .itemcontrol button.repcontrol_del:hover {
|
|
border-color: var(--main-color) !important;
|
|
background-color: transparent !important;
|
|
color: var(--main-color) !important;
|
|
outline: none !important;
|
|
}
|
|
|
|
.charsheet .repcontrol .btn:focus,
|
|
.charsheet .repcontrol button:focus,
|
|
.charsheet .itemcontrol .btn:focus,
|
|
.charsheet .itemcontrol a.repcontrol_move:focus,
|
|
.charsheet .itemcontrol button.repcontrol_del:focus {
|
|
outline: none !important;
|
|
box-shadow: inset 0 0 0 1px var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .repcontrol .repcontrol_add:before,
|
|
.charsheet .repcontrol button.repcontrol_add:before,
|
|
.repcontrol_add:before {
|
|
content: "" !important;
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .repcontrol .repcontrol_add:after,
|
|
.charsheet .repcontrol button.repcontrol_add:after,
|
|
.charsheet .repcontrol .repcontrol_edit:after,
|
|
.charsheet .repcontrol button.repcontrol_edit:after,
|
|
.charsheet .repcontrol .repcontrol_done:after,
|
|
.charsheet .repcontrol button.repcontrol_done:after,
|
|
.charsheet .itemcontrol a.repcontrol_move:after,
|
|
.charsheet .itemcontrol button.repcontrol_del:after {
|
|
display: block;
|
|
width: 100%;
|
|
height: 20px;
|
|
font-family: "Material Symbols Outlined";
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
letter-spacing: normal;
|
|
text-align: center;
|
|
text-transform: none;
|
|
color: var(--main-color);
|
|
visibility: visible;
|
|
position: static;
|
|
top: auto !important;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.charsheet .repcontrol .repcontrol_add:after,
|
|
.charsheet .repcontrol button.repcontrol_add:after {
|
|
content: "add";
|
|
}
|
|
|
|
.charsheet .repcontrol .repcontrol_edit:after,
|
|
.charsheet .repcontrol button.repcontrol_edit:after {
|
|
content: "edit";
|
|
}
|
|
|
|
.charsheet .repcontrol .repcontrol_done:after,
|
|
.charsheet .repcontrol button.repcontrol_done:after,
|
|
.editmode ~ .repcontrol .repcontrol_edit:after {
|
|
content: "check";
|
|
}
|
|
|
|
.charsheet .repcontainer {
|
|
gap: 0 !important;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem {
|
|
position: relative;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem:last-child {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem .itemcontrol {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: rgba(255, 255, 255, 0.86) !important;
|
|
z-index: 9999 !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .repcontainer .repitem .itemcontrol {
|
|
background-color: rgba(31, 31, 31, 0.78) !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol a.repcontrol_move,
|
|
.charsheet .itemcontrol button.repcontrol_del {
|
|
width: 50% !important;
|
|
max-width: none !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol a.repcontrol_move {
|
|
border-color: rgba(64, 149, 255, 0.35) !important;
|
|
background-color: rgba(64, 149, 255, 0.12) !important;
|
|
color: #4095ff !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol a.repcontrol_move:hover {
|
|
border-color: #4095ff !important;
|
|
background-color: rgba(64, 149, 255, 0.30) !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol button.repcontrol_del {
|
|
border-color: rgba(255, 74, 61, 0.35) !important;
|
|
background-color: rgba(255, 74, 61, 0.12) !important;
|
|
color: #ff4a3d !important;
|
|
letter-spacing: 0 !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol button.repcontrol_del:hover {
|
|
border-color: #ff4a3d !important;
|
|
background-color: rgba(255, 74, 61, 0.30) !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol a.repcontrol_move:after {
|
|
content: "drag_indicator";
|
|
color: #4095ff;
|
|
}
|
|
|
|
.charsheet .itemcontrol button.repcontrol_del:after {
|
|
content: "delete";
|
|
color: #ff4a3d;
|
|
}
|
|
|
|
.charsheet input::placeholder,
|
|
.charsheet textarea::placeholder {
|
|
font-family: var(--main-font) !important;
|
|
font-style: italic !important;
|
|
letter-spacing: 0 !important;
|
|
opacity: 0.7 !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet input[name="attr_character_name"],
|
|
.charsheet input[name="attr_destiny"] {
|
|
background: none !important;
|
|
-webkit-background-clip: initial !important;
|
|
background-clip: initial !important;
|
|
-webkit-text-fill-color: var(--secondary-color) !important;
|
|
color: var(--secondary-color) !important;
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet input[name="attr_character_name"],
|
|
.sheet-darkmode .charsheet input[name="attr_destiny"] {
|
|
-webkit-text-fill-color: var(--main-color) !important;
|
|
color: var(--main-color) !important;
|
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
|
|
}
|
|
|
|
.charsheet button[type="roll"].sheet-button-description:before,
|
|
.charsheet button[type="roll"].sheet-button-attack:before,
|
|
.charsheet button[type="roll"].sheet-button-roll:before,
|
|
.charsheet button[type="roll"].sheet-button-hammer:before {
|
|
display: grid !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-weight: 400 !important;
|
|
line-height: 1 !important;
|
|
letter-spacing: normal !important;
|
|
text-transform: none !important;
|
|
color: var(--main-color) !important;
|
|
font-feature-settings: "liga" !important;
|
|
-webkit-font-feature-settings: "liga" !important;
|
|
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20 !important;
|
|
}
|
|
|
|
.charsheet button[type="roll"].sheet-button-attack:before {
|
|
content: "swords" !important;
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells button[type="roll"].sheet-button-attack,
|
|
.charsheet .sheet-actions button[type="roll"].sheet-button-description {
|
|
padding: 0 !important;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current,
|
|
.charsheet .sheet-main-hp {
|
|
background-color: rgba(218, 191, 139, 0.12) !important;
|
|
border-color: rgba(200, 170, 110, 0.38) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current > .sheet-oneline2,
|
|
.charsheet .sheet-main-hp > .sheet-oneline2 {
|
|
display: grid !important;
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current > .sheet-oneline2 > h4,
|
|
.charsheet .sheet-main-hp > .sheet-oneline2 > h4 {
|
|
grid-column: 1 / 2 !important;
|
|
grid-row: 1 / 2 !important;
|
|
text-align: left !important;
|
|
line-height: 12px !important;
|
|
margin: 0 !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-general-hideshow-div1,
|
|
.charsheet .sheet-main-hp .sheet-general-hideshow-div1 {
|
|
display: grid !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-maincolor.sheet-inputchar,
|
|
.charsheet .sheet-main-hp .sheet-maincolor.sheet-inputchar {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
color: var(--secondary-color) !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-current .sheet-maincolor.sheet-inputchar,
|
|
.sheet-darkmode .charsheet .sheet-main-hp .sheet-maincolor.sheet-inputchar {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-inputchar33,
|
|
.charsheet .sheet-main-hp .sheet-inputchar33 {
|
|
display: grid !important;
|
|
width: 100% !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-inputchar33 h4,
|
|
.charsheet .sheet-main-hp .sheet-inputchar33 h4 {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-inputchar33 input,
|
|
.charsheet .sheet-main-hp .sheet-inputchar33 input {
|
|
margin: 0 !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.25) !important;
|
|
background-color: rgba(255, 255, 255, 0.5) !important;
|
|
font-family: var(--main-font) !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-current .sheet-inputchar33 input,
|
|
.sheet-darkmode .charsheet .sheet-main-hp .sheet-inputchar33 input {
|
|
background-color: rgba(0, 0, 0, 0.2) !important;
|
|
}
|
|
|
|
.charsheet .sheet-progress-container-bar-menu {
|
|
padding: 1px !important;
|
|
background-color: rgba(0, 0, 0, 0.08) !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.25) !important;
|
|
border-radius: 50px !important;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-progress-container-bar-menu {
|
|
background-color: rgba(255, 255, 255, 0.08) !important;
|
|
}
|
|
|
|
.charsheet .sheet-progress-bars-menu {
|
|
height: 12px !important;
|
|
min-height: 12px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-progress-bars-menu input,
|
|
.charsheet .sheet-progress-bars-menu h4 {
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 8px !important;
|
|
font-weight: 700 !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-npc-display .sheet-progress-bars-menu input,
|
|
.charsheet .sheet-character-npc-display .sheet-progress-bars-menu h4 {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-progress-bars-menu input,
|
|
.sheet-darkmode .charsheet .sheet-progress-bars-menu h4 {
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.charsheet .sheet-progress-bar {
|
|
border-radius: 50px !important;
|
|
background-image: linear-gradient(90deg, rgba(160, 84, 74, 0.9), rgba(218, 191, 139, 0.9)) !important;
|
|
height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-npc-display .sheet-progress-bar {
|
|
height: 27px !important;
|
|
}
|
|
|
|
.charsheet .sheet-barhitdice1-display,
|
|
.charsheet .sheet-barhitdice2-display,
|
|
.charsheet .sheet-barhitdice3-display,
|
|
.charsheet .sheet-barhitdice4-display,
|
|
.charsheet .sheet-barhitdice5-display,
|
|
.charsheet .sheet-barhitdice6-display {
|
|
background-image: linear-gradient(90deg, rgba(120, 120, 120, 0.72), rgba(218, 191, 139, 0.82)) !important;
|
|
height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-secondaryblocstat .sheet-multiclass-doublecolumn,
|
|
.charsheet .sheet-main-secondaryblocstat .sheet-sololine2,
|
|
.charsheet .sheet-main-secondaryblocstat .sheet-doublecolumn {
|
|
width: 100% !important;
|
|
gap: 6px !important;
|
|
align-items: stretch !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-standardbox1 {
|
|
border-color: rgba(200, 170, 110, 0.28) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-oneline {
|
|
gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie input.sheet-classdisplay {
|
|
min-width: 0 !important;
|
|
height: 20px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-hitdie input.sheet-classdisplay {
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie input.sheet-vanilla.sheet-inputchar {
|
|
margin: 0 !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-weight: 700 !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-hitdie input.sheet-vanilla.sheet-inputchar {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-container-bar-menu {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-saves-compact {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr 1fr !important;
|
|
gap: 8px !important;
|
|
width: 100% !important;
|
|
padding: 7px 8px 8px 8px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-save-row {
|
|
display: flex !important;
|
|
gap: 4px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-save-successes {
|
|
justify-content: flex-end !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-save-failures {
|
|
justify-content: flex-start !important;
|
|
padding-left: 8px !important;
|
|
border-left: 1px solid rgba(200, 170, 110, 0.35) !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-save-row h4 {
|
|
margin: 0 !important;
|
|
font-size: 8px !important;
|
|
line-height: 12px !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-pip {
|
|
display: block !important;
|
|
width: 13px !important;
|
|
height: 13px !important;
|
|
min-height: 13px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
position: relative !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-pip input {
|
|
opacity: 0 !important;
|
|
position: absolute !important;
|
|
width: 13px !important;
|
|
height: 13px !important;
|
|
margin: 0 !important;
|
|
z-index: 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-pip span {
|
|
display: block !important;
|
|
width: 13px !important;
|
|
height: 13px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.55) !important;
|
|
border-radius: 2px !important;
|
|
background-color: rgba(255, 255, 255, 0.35) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-death-pip span {
|
|
background-color: rgba(0, 0, 0, 0.22) !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-save-successes .sheet-death-pip input:checked + span {
|
|
background-color: rgba(86, 144, 93, 0.95) !important;
|
|
border-color: rgba(118, 196, 126, 0.95) !important;
|
|
height: 13px !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-save-failures .sheet-death-pip input:checked + span {
|
|
background-color: rgba(165, 72, 68, 0.95) !important;
|
|
border-color: rgba(215, 95, 85, 0.95) !important;
|
|
height: 13px !important;
|
|
}
|
|
|
|
.charsheet .repeating_resources-tracker .sheet-doublecolumn {
|
|
gap: 8px !important;
|
|
align-items: stretch !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-element {
|
|
padding:2px 6px !important;
|
|
background-color: rgba(218, 191, 139, 0.09) !important;
|
|
border-color: rgba(200, 170, 110, 0.28) !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-element > div {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-element input.sheet-maincolor.sheet-inputchar {
|
|
height: 30px !important;
|
|
min-height: 30px !important;
|
|
padding: 0 4px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.3) !important;
|
|
background-color: rgba(255, 255, 255, 0.45) !important;
|
|
color: var(--secondary-color) !important;
|
|
font-family: var(--main-font) !important;
|
|
font-size: 18px !important;
|
|
text-align: center !important;
|
|
grid-row: 2 / 4 !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-resource-element input.sheet-maincolor.sheet-inputchar {
|
|
background-color: rgba(0, 0, 0, 0.16) !important;
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-element .sheet-vanilla.sheet-vanilla2.sheet-inputchar,
|
|
.charsheet .sheet-resource-element select.sheet-inputchar {
|
|
height: 20px !important;
|
|
min-height: 20px !important;
|
|
margin: 0 !important;
|
|
padding: 0 4px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.22) !important;
|
|
background-color: transparent !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
line-height: 18px !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-triplecolumn {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-standardbox1 {
|
|
padding: 6px !important;
|
|
background-color: rgba(218, 191, 139, 0.09) !important;
|
|
border-color: rgba(200, 170, 110, 0.28) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-oneline {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
display: grid !important;
|
|
grid-template-columns: 1fr !important;
|
|
gap: 3px !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-equipment2 {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
display: grid !important;
|
|
grid-template-columns: minmax(0, 1fr) 42px !important;
|
|
gap: 3px 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary h4 {
|
|
margin: 0 !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-sololine {
|
|
width: 100% !important;
|
|
display: grid !important;
|
|
grid-template-columns: minmax(0, 1fr) 42px !important;
|
|
gap: 4px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-online {
|
|
grid-template-columns: 1fr !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-totalweight {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
font-family: var(--main-font) !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-inventory-summary .sheet-totalweight {
|
|
background-color: rgba(0, 0, 0, 0.16) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-specialborder {
|
|
margin: 0 !important;
|
|
font-family: var(--standard-font) !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-bulkyitem-row {
|
|
display: grid !important;
|
|
grid-template-columns: 20px minmax(0, 1fr) 22px !important;
|
|
gap: 5px !important;
|
|
width: 100% !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-bulkyitem-row input[type="text"] {
|
|
grid-column: auto !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-vertical-art .sheet-background-header {
|
|
padding: 6px !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-header-line1 {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr 1fr 1fr!important;
|
|
}
|
|
|
|
.charsheet .sheet-background-id-item {
|
|
display: grid !important;
|
|
grid-template-columns: 42px minmax(0, 1fr) !important;
|
|
gap: 4px !important;
|
|
align-items: center !important;
|
|
min-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-id-item h4 {
|
|
margin: 0 !important;
|
|
text-align: left !important;
|
|
font-size: 8px !important;
|
|
line-height: 10px !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-id-item input {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 4px !important;
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(200, 170, 110, 0.28) !important;
|
|
background-color: transparent !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 10px !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-npcornot {
|
|
gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-npcornot .sheet-button-holder,
|
|
.charsheet .sheet-main-menu-npcornot .sheet-online {
|
|
min-height: 26px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-npcornot label {
|
|
min-height: 26px !important;
|
|
height: 26px !important;
|
|
line-height: 26px !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-npcornot label span {
|
|
height: 18px !important;
|
|
line-height: 12px !important;
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2,
|
|
.charsheet .sheet-npc-display.sheet-main-menu.sheet-main-menu4 {
|
|
padding: 4px !important;
|
|
gap: 5px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.28) !important;
|
|
background-color: rgba(218, 191, 139, 0.07) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2,
|
|
.charsheet .sheet-npc-display.sheet-main-menu.sheet-main-menu4 {
|
|
padding: 0px !important;
|
|
gap: 5px !important;
|
|
border: none!important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-menu.sheet-main-menu2,
|
|
.sheet-darkmode .charsheet .sheet-npc-display.sheet-main-menu.sheet-main-menu4 {
|
|
background-color: rgba(0, 0, 0, 0.18) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-privacy,
|
|
.charsheet .sheet-main-menu-statut,
|
|
.charsheet .sheet-main-menu-npcornot,
|
|
.charsheet .sheet-main-menu-roll {
|
|
gap: 4px !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-privacy label,
|
|
.charsheet .sheet-main-menu-statut label {
|
|
min-height: 26px !important;
|
|
height: 26px !important;
|
|
line-height: 26px !important;
|
|
padding: 0 6px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-roll button[type="roll"] {
|
|
min-height: 26px !important;
|
|
height: 26px !important;
|
|
line-height: 26px !important;
|
|
}
|
|
|
|
.charsheet .sheet-death-pip input {
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-button-div-holder button[type="roll"]:before {
|
|
content: "" !important;
|
|
display: none !important;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
}
|
|
|
|
.charsheet button[type="roll"].sheet-button-description:before,
|
|
.charsheet button[type="roll"].sheet-button-attack:before,
|
|
.charsheet button[type="roll"].sheet-button-roll:before,
|
|
.charsheet button[type="roll"].sheet-button-hammer:before {
|
|
max-height: 18px !important;
|
|
font-size: 16px !important;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells button[type="roll"].sheet-button-attack,
|
|
.charsheet .sheet-actions button[type="roll"].sheet-button-description {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.charsheet .sheet-main-current > .sheet-oneline2,
|
|
.charsheet .sheet-main-hp > .sheet-oneline2 {
|
|
grid-template-columns: 1fr 35px !important;
|
|
grid-template-rows: 16px 26px !important;
|
|
gap: 0 6px !important;
|
|
min-height: 48px !important;
|
|
padding: 6px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current > .sheet-oneline2 > h4,
|
|
.charsheet .sheet-main-hp > .sheet-oneline2 > h4 {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-general-hideshow-div1,
|
|
.charsheet .sheet-main-hp .sheet-general-hideshow-div1 {
|
|
grid-column: 1 / 2 !important;
|
|
grid-row: 1 / 3 !important;
|
|
width: 100% !important;
|
|
height: 42px !important;
|
|
border-left: none !important;
|
|
border-right: 1px solid rgba(200, 170, 110, 0.35) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-maincolor.sheet-inputchar,
|
|
.charsheet .sheet-main-hp .sheet-maincolor.sheet-inputchar {
|
|
width: 100% !important;
|
|
height: 42px !important;
|
|
font-size: 30px !important;
|
|
line-height: 42px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-inputchar33,
|
|
.charsheet .sheet-main-hp .sheet-inputchar33 {
|
|
grid-column: 2 / 3 !important;
|
|
grid-row: 1 / 3 !important;
|
|
grid-template-columns: 1fr !important;
|
|
grid-template-rows: 15px 24px !important;
|
|
gap: 2px !important;
|
|
align-self: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-inputchar33 h4,
|
|
.charsheet .sheet-main-hp .sheet-inputchar33 h4 {
|
|
text-align: center !important;
|
|
font-size: 8px !important;
|
|
line-height: 12px !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current .sheet-inputchar33 input,
|
|
.charsheet .sheet-main-hp .sheet-inputchar33 input {
|
|
width: 100% !important;
|
|
height: 24px !important;
|
|
min-height: 24px !important;
|
|
font-size: 14px !important;
|
|
line-height: 22px !important;
|
|
}
|
|
|
|
.charsheet .sheet-progress-bar,
|
|
.charsheet .sheet-progress-bars-menu {
|
|
min-height: 14px !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-npc-display .sheet-progress-bar,
|
|
.charsheet .sheet-character-npc-display .sheet-progress-bars-menu {
|
|
min-height: 25px !important;
|
|
}
|
|
|
|
.charsheet .sheet-progress-container-bar-menu {
|
|
min-height: 16px !important;
|
|
}
|
|
|
|
.charsheet .sheet-progress-bars-menu input,
|
|
.charsheet .sheet-progress-bars-menu h4 {
|
|
height: 14px !important;
|
|
line-height: 14px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie input.sheet-classdisplay {
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 14px !important;
|
|
letter-spacing: 0.08em !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat > .sheet-oneline,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 {
|
|
display: grid !important;
|
|
gap: 15px !important;
|
|
width: 100% !important;
|
|
margin: 3px auto 0px!important;
|
|
padding: 10px !important;
|
|
align-items: stretch !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-main-body,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline {
|
|
min-height: 54px !important;
|
|
padding: 0px !important;
|
|
border-color: rgba(200, 170, 110, 0.28) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-main-body > .sheet-oneline2,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline {
|
|
display: grid !important;
|
|
grid-template-rows: 8px 30px!important;
|
|
gap: 1px !important;
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-button-div-holder,
|
|
.charsheet .sheet-main-mainblocstat2 .sheet-button-div-holder {
|
|
width: 100% !important;
|
|
min-height: 16px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-button-div-holder h4,
|
|
.charsheet .sheet-main-mainblocstat2 .sheet-button-div-holder h4 {
|
|
font-size: 9px !important;
|
|
line-height: 12px !important;
|
|
letter-spacing: 0.08em !important;
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-general-hideshow-div1,
|
|
.charsheet .sheet-main-mainblocstat2 .sheet-general-hideshow-div1 {
|
|
width: 100% !important;
|
|
height: 32px !important;
|
|
display: grid !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-maincolor.sheet-inputchar,
|
|
.charsheet .sheet-main-mainblocstat2 .sheet-maincolor.sheet-inputchar {
|
|
width: 100% !important;
|
|
height: 32px !important;
|
|
min-height: 32px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
font-size: 27px !important;
|
|
line-height: 32px !important;
|
|
text-align: center !important;
|
|
letter-spacing: -5px;
|
|
left: -7px;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-caracteristicsbonus,
|
|
.charsheet .sheet-main-mainblocstat2 .sheet-caracteristicsbonus {
|
|
width: 100% !important;
|
|
max-width: none !important;
|
|
height: 14px !important;
|
|
min-height: 14px !important;
|
|
line-height: 14px !important;
|
|
margin: 0 !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 {
|
|
grid-template-columns: repeat(6, 1fr) !important;
|
|
gap: 5px !important;
|
|
padding: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencybonus input[type="number"],
|
|
.charsheet .sheet-main-passives input[type="number"],
|
|
.charsheet .sheet-main-fatigue input[type="number"],
|
|
.charsheet .sheet-main-savingthrows input[type="number"],
|
|
.charsheet .sheet-main-savingthrows select {
|
|
border: 1px solid rgba(155, 155, 155, 0.38) !important;
|
|
border-radius: 2px !important;
|
|
background-color: rgba(255, 255, 255, 0.22) !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-proficiencybonus input[type="number"],
|
|
.sheet-darkmode .charsheet .sheet-main-passives input[type="number"],
|
|
.sheet-darkmode .charsheet .sheet-main-fatigue input[type="number"],
|
|
.sheet-darkmode .charsheet .sheet-main-savingthrows input[type="number"],
|
|
.sheet-darkmode .charsheet .sheet-main-savingthrows select {
|
|
background-color: rgba(255, 255, 255, 0.05) !important;
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-element > div {
|
|
display: grid !important;
|
|
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
|
|
grid-template-areas:
|
|
"name name"
|
|
"currentlabel maxlabel"
|
|
"current max"
|
|
"rest rest" !important;
|
|
gap: 3px 6px !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-name {
|
|
grid-area: name !important;
|
|
height: 20px !important;
|
|
min-height: 20px !important;
|
|
border-bottom: 1px solid rgba(200, 170, 110, 0.32) !important;
|
|
background-color: transparent !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 10px !important;
|
|
font-weight: 700 !important;
|
|
text-align: center !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-current-label {
|
|
grid-area: currentlabel !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-max-label {
|
|
grid-area: maxlabel !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-current-label,
|
|
.charsheet .sheet-resource-max-label {
|
|
margin: 0 !important;
|
|
font-size: 8px !important;
|
|
line-height: 10px !important;
|
|
color: var(--h4color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-current {
|
|
grid-area: current !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-max {
|
|
grid-area: max !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-current,
|
|
.charsheet .sheet-resource-max {
|
|
width: 100% !important;
|
|
height: 26px !important;
|
|
min-height: 26px !important;
|
|
margin: 0 !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.28) !important;
|
|
background-color: rgba(255, 255, 255, 0.28) !important;
|
|
font-family: var(--main-font) !important;
|
|
font-size: 18px !important;
|
|
line-height: 24px !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-resource-current,
|
|
.sheet-darkmode .charsheet .sheet-resource-max {
|
|
background-color: rgba(0, 0, 0, 0.16) !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-rest {
|
|
grid-area: rest !important;
|
|
justify-self: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells-header {
|
|
min-height: 18px !important;
|
|
max-height: none !important;
|
|
align-items: end !important;
|
|
margin-bottom: 3px !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells-header h4 {
|
|
align-self: end !important;
|
|
min-height: 12px !important;
|
|
line-height: 10px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet input::placeholder,
|
|
.charsheet textarea::placeholder,
|
|
.charsheet input.sheet-inputchar::placeholder {
|
|
font-family: var(--standard-font) !important;
|
|
font-style: normal !important;
|
|
font-weight: 400 !important;
|
|
letter-spacing: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-standardbox1 {
|
|
min-height: 72px !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-equipment2,
|
|
.charsheet .sheet-inventory-summary .sheet-sololine {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr !important;
|
|
grid-template-rows: 14px 32px 16px !important;
|
|
gap: 2px !important;
|
|
width: 100% !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary h4 {
|
|
grid-row: 1 / 2 !important;
|
|
grid-column: 1 / -1 !important;
|
|
line-height: 12px !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-totalweight {
|
|
grid-row: 2 / 3 !important;
|
|
grid-column: 1 / -1 !important;
|
|
height: 32px !important;
|
|
min-height: 32px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
color: var(--secondary-color) !important;
|
|
font-size: 24px !important;
|
|
line-height: 32px !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-inventory-summary .sheet-totalweight {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-online {
|
|
grid-row: 3 / 4 !important;
|
|
grid-column: 1 / -1 !important;
|
|
display: grid !important;
|
|
width: 100% !important;
|
|
justify-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-specialborder {
|
|
width: 100% !important;
|
|
max-width: 58px !important;
|
|
height: 16px !important;
|
|
min-height: 16px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
color: var(--text-grey) !important;
|
|
font-size: 10px !important;
|
|
line-height: 16px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-savingthrows input[type="number"],
|
|
.charsheet .sheet-main-savingthrows select {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
color: var(--secondary-color) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-savingthrows input[type="number"],
|
|
.sheet-darkmode .charsheet .sheet-main-savingthrows select {
|
|
color: var(--blackandwhite2) !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-maincolor.sheet-inputchar,
|
|
.charsheet .sheet-main-mainblocstat2 .sheet-maincolor.sheet-inputchar,
|
|
.charsheet .sheet-main-hpmassive .sheet-maincolor.sheet-inputchar,
|
|
.charsheet .sheet-main-ac .sheet-maincolor.sheet-inputchar {
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-mainblocstat .sheet-maincolor.sheet-inputchar,
|
|
.sheet-darkmode .charsheet .sheet-main-mainblocstat2 .sheet-maincolor.sheet-inputchar,
|
|
.sheet-darkmode .charsheet .sheet-main-hpmassive .sheet-maincolor.sheet-inputchar,
|
|
.sheet-darkmode .charsheet .sheet-main-ac .sheet-maincolor.sheet-inputchar {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-standardbox1 > .sheet-oneline {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-button-div-holder {
|
|
display: grid !important;
|
|
min-height: 18px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie input.sheet-classdisplay {
|
|
width: 30px !important;
|
|
max-width: 30px !important;
|
|
padding: 0 !important;
|
|
overflow: hidden !important;
|
|
white-space: nowrap !important;
|
|
text-overflow: clip !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie input.sheet-vanilla.sheet-inputchar {
|
|
width: 36px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.45) !important;
|
|
border-radius: 2px !important;
|
|
background-color: rgba(218, 191, 139, 0.10) !important;
|
|
color: var(--secondary-color) !important;
|
|
font-size: 10px !important;
|
|
line-height: 16px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-container-bar-menu {
|
|
padding: 0 !important;
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-bars-menu {
|
|
display: grid !important;
|
|
position: relative !important;
|
|
z-index: 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-bars-menu input,
|
|
.charsheet .sheet-main-hitdie .sheet-progress-bars-menu h4 {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
line-height: 18px !important;
|
|
font-size: 10px !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem {
|
|
min-height: 18px !important;
|
|
margin-bottom: 2px !important;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem + .repitem {
|
|
margin-top: 2px !important;
|
|
}
|
|
|
|
.charsheet .repcontainer .repitem .itemcontrol {
|
|
height: 18px !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol a.repcontrol_move,
|
|
.charsheet .itemcontrol button.repcontrol_del {
|
|
height: 18px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .itemcontrol a.repcontrol_move:after,
|
|
.charsheet .itemcontrol button.repcontrol_del:after {
|
|
height: 18px !important;
|
|
line-height: 18px !important;
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.charsheet .sheet-actions input[name="attr_attacksorspell-globaltype"] {
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.45) !important;
|
|
background-color: transparent !important;
|
|
text-align: left !important;
|
|
padding-left: 3px !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells button[type="roll"].sheet-button-attack,
|
|
.charsheet .sheet-actions button[type="roll"].sheet-button-description {
|
|
border-radius: 2px !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells button[type="roll"].sheet-button-attack:hover,
|
|
.charsheet .sheet-actions button[type="roll"].sheet-button-description:hover {
|
|
border-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.22) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-equipment2 > .sheet-totalweight {
|
|
grid-row: 2 / 3 !important;
|
|
grid-column: 1 / -1 !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-equipment2 > .sheet-online {
|
|
grid-row: 3 / 4 !important;
|
|
grid-column: 1 / -1 !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-sololine {
|
|
grid-row: 2 / 4 !important;
|
|
grid-column: 1 / -1 !important;
|
|
grid-template-rows: 32px 16px !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-sololine > .sheet-totalweight {
|
|
grid-row: 1 / 2 !important;
|
|
grid-column: 1 / -1 !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-sololine > .sheet-online {
|
|
grid-row: 2 / 3 !important;
|
|
grid-column: 1 / -1 !important;
|
|
}
|
|
|
|
.charsheet input[type="checkbox"] {
|
|
border: 1px solid rgba(155, 155, 155, 0.55) !important;
|
|
background-color: transparent !important;
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25) !important;
|
|
height: 15px!important;
|
|
}
|
|
|
|
.charsheet input[type="checkbox"]:checked {
|
|
border-color: var(--main-color) !important;
|
|
background-color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-fatigue .sheet-oneline {
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-tracked-condition-roll {
|
|
width: 100% !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
padding: 0 4px !important;
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.42) !important;
|
|
background-color: transparent !important;
|
|
color: var(--blackandwhite2) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 10px !important;
|
|
line-height: 18px !important;
|
|
text-align: left !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-tracked-condition-roll:hover {
|
|
color: var(--main-color) !important;
|
|
border-bottom-color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet button[type="roll"].sheet-tracked-condition-roll:before {
|
|
content: "" !important;
|
|
display: none !important;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-fatigue .sheet-cogs-container {
|
|
grid-column: 3 / 4 !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-fatigue input[type="number"] {
|
|
grid-column: 2 / 3 !important;
|
|
}
|
|
|
|
.charsheet .sheet-mainsection-combat2 .sheet-doublecolumn,
|
|
.charsheet .sheet-main-rest .sheet-doublecolumn {
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-secondaryblocstat .sheet-main-hitdie .sheet-sololine2 > .sheet-doublecolumn {
|
|
grid-template-columns: 1fr !important;
|
|
gap: 3px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-container-bar-menu,
|
|
.charsheet .sheet-main-hitdie .sheet-progress-bars-menu {
|
|
min-height: 18px !important;
|
|
height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-bars-menu {
|
|
grid-template-columns: minmax(0, 1fr) 8px minmax(0, 1fr) !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-bar {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-name {
|
|
border: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-max {
|
|
height: 26px !important;
|
|
min-height: 26px !important;
|
|
line-height: 24px !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-rest {
|
|
width: 52px !important;
|
|
height: 16px !important;
|
|
min-height: 16px !important;
|
|
font-size: 7px !important;
|
|
line-height: 14px !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet .sheet-actions > .sheet-cogs-container .sheet-cogs-icon {
|
|
font-size: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-icon:after,
|
|
.charsheet .sheet-actions > .sheet-cogs-container .sheet-cogs-icon:after {
|
|
content: "settings";
|
|
display: grid;
|
|
position: relative;
|
|
top: -19px;
|
|
width: 18px;
|
|
height: 18px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-family: "Material Symbols Outlined";
|
|
font-size: 15px;
|
|
line-height: 18px;
|
|
letter-spacing: normal;
|
|
text-transform: none;
|
|
color: var(--h4color);
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers button[type="roll"].sheet-button-description {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers .sheet-maneuvers input[type="checkbox"] {
|
|
width: 14px !important;
|
|
min-width: 14px !important;
|
|
height: 14px !important;
|
|
min-height: 14px !important;
|
|
margin: 0 auto !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.55) !important;
|
|
border-radius: 50% !important;
|
|
background-color: rgba(255, 255, 255, 0.16) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers .sheet-maneuvers input[type="checkbox"]:checked {
|
|
background-color: rgba(218, 191, 139, 0.90) !important;
|
|
border-color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers .sheet-maneuvers input[type="checkbox"]:before {
|
|
display: grid !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
width: 12px !important;
|
|
height: 12px !important;
|
|
font-size: 10px !important;
|
|
line-height: 12px !important;
|
|
}
|
|
|
|
.charsheet .sheet-credits {
|
|
opacity: 0.75 !important;
|
|
color: var(--secondary-color) !important;
|
|
font-size: 9px !important;
|
|
line-height: 12px !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-credits {
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.charsheet .sheet-settings-open > * {
|
|
filter: blur(2px);
|
|
pointer-events: none;
|
|
}
|
|
|
|
.charsheet .sheet-settings-open > .sheet-settings-overlay {
|
|
filter: none;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.charsheet .sheet-admin-display.sheet-settings-overlay,
|
|
.charsheet .sheet-admin-npc-display.sheet-settings-overlay {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr !important;
|
|
align-content: start !important;
|
|
flex-direction: column !important;
|
|
flex-wrap: nowrap !important;
|
|
overflow-y: auto !important;
|
|
width: 375px !important;
|
|
}
|
|
|
|
.charsheet .sheet-admin-display.sheet-settings-overlay > *,
|
|
.charsheet .sheet-admin-npc-display.sheet-settings-overlay > * {
|
|
width: 100% !important;
|
|
max-width: none !important;
|
|
grid-column: 1 / -1 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2,
|
|
.sheet-darkmode .charsheet .sheet-main-menu.sheet-main-menu2 {
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
padding: 0 !important;
|
|
gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 > .sheet-standardbox {
|
|
background-color: transparent !important;
|
|
border-color: rgba(200, 170, 110, 0.18) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 label,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .radio-button,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 button[type="roll"] {
|
|
letter-spacing: 0.04em !important;
|
|
}
|
|
|
|
.charsheet input[name="attr_character_name"] {
|
|
font-family: var(--main-font) !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
.charsheet .repeating_classarchetype input[name="attr_class"],
|
|
.charsheet .repeating_classarchetype input[name="attr_archetype"] {
|
|
text-align: left !important;
|
|
padding-left: 5px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle123 {
|
|
color: var(--secondary-color) !important;
|
|
margin: 8px auto 10px auto;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits {
|
|
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 18px !important;
|
|
grid-template-rows: 12px 20px 12px minmax(80px, auto) !important;
|
|
gap: 3px 6px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits > h4:nth-of-type(1) {
|
|
grid-column: 1 / 2 !important;
|
|
grid-row: 1 / 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits input[name="attr_features-names"] {
|
|
grid-column: 1 / 2 !important;
|
|
grid-row: 2 / 3 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits > h4:nth-of-type(2) {
|
|
grid-column: 2 / 3 !important;
|
|
grid-row: 1 / 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits select[name="attr_features-source"] {
|
|
grid-column: 2 / 3 !important;
|
|
grid-row: 2 / 3 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits > .sheet-cogs-container {
|
|
grid-column: 3 / 4 !important;
|
|
grid-row: 2 / 3 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits > h4:nth-of-type(3) {
|
|
grid-column: 1 / -1 !important;
|
|
grid-row: 3 / 4 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits textarea[name="attr_features-description"] {
|
|
grid-column: 1 / -1 !important;
|
|
grid-row: 4 / 5 !important;
|
|
min-height: 80px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers input[name="attr_maneuvers-type"] {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.48) !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
color: var(--blackandwhite2) !important;
|
|
font-size: 9px !important;
|
|
line-height: 18px !important;
|
|
text-align: center !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers input[name="attr_maneuvers-type"]:focus {
|
|
border-bottom-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.16) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers button[type="roll"].sheet-button-description:before {
|
|
color: var(--text-grey) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers button[type="roll"].sheet-button-description:hover {
|
|
border-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.18) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-maneuvers button[type="roll"].sheet-button-description:hover:before {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-standardbox1 > .sheet-oneline {
|
|
display: grid !important;
|
|
grid-template-columns: 112px minmax(0, 1fr) !important;
|
|
gap: 8px !important;
|
|
min-height: 22px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-button-div-holder {
|
|
grid-template-columns: 18px 50px 34px !important;
|
|
gap: 4px !important;
|
|
width: 112px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-container-bar-menu {
|
|
grid-column: auto !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-progress-bars-menu {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat,
|
|
.charsheet .sheet-main-mainblocstat2 {
|
|
gap: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-main-body .sheet-button-div-holder h4:after,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline .sheet-button-div-holder h4:after {
|
|
height: 8px;
|
|
font-family: var(--standard-font);
|
|
font-size: 7px;
|
|
font-weight: 400;
|
|
line-height: 8px;
|
|
text-transform: uppercase;
|
|
opacity: 0.58;
|
|
}
|
|
|
|
.charsheet button[name="roll_str"] + h4:after {
|
|
content: "Strength";
|
|
}
|
|
|
|
.charsheet button[name="roll_dex"] + h4:after {
|
|
content: "Dexterity";
|
|
}
|
|
|
|
.charsheet button[name="roll_con"] + h4:after {
|
|
content: "Constitution";
|
|
}
|
|
|
|
.charsheet button[name="roll_int"] + h4:after {
|
|
content: "Intelligence";
|
|
}
|
|
|
|
.charsheet button[name="roll_wis"] + h4:after {
|
|
content: "Wisdom";
|
|
}
|
|
|
|
.charsheet button[name="roll_cha"] + h4:after {
|
|
content: "Charisma";
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencybonus,
|
|
.charsheet .sheet-main-inspiration {
|
|
min-height: 24px !important;
|
|
padding: 3px 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencybonus .sheet-oneline,
|
|
.charsheet .sheet-main-inspiration .sheet-oneline {
|
|
grid-template-columns: 1fr 35px !important;
|
|
min-height: 18px !important;
|
|
gap: 4px !important;
|
|
align-items: center !important;
|
|
margin: 1px auto!important;
|
|
width: 100%!important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencybonus h3,
|
|
.charsheet .sheet-main-inspiration h3 {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
font-size: 9px !important;
|
|
line-height: 18px !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencybonus input[type="number"] {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.42) !important;
|
|
background-color: rgb(218 191 139 / 33%)!important;
|
|
font-size: 10px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-inspiration input[type="checkbox"] {
|
|
width: 14px !important;
|
|
min-width: 14px !important;
|
|
height: 14px !important;
|
|
min-height: 14px !important;
|
|
justify-self: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hp > .sheet-oneline,
|
|
.charsheet .sheet-main-hp > .sheet-oneline2 {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card-line0 h4,
|
|
.charsheet .sheet-talent-card-line1 h4,
|
|
.charsheet .sheet-talent-card-line2 h4,
|
|
.charsheet .sheet-talent-card-line3 h4,
|
|
.charsheet .sheet-talent-card-line5 h4,
|
|
.charsheet .sheet-talent-card-line6 h4,
|
|
.charsheet .sheet-spellpresentation h4 {
|
|
display: grid !important;
|
|
min-height: 18px !important;
|
|
align-items: center !important;
|
|
line-height: 12px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card input[name="attr_talent-name"] {
|
|
height: 24px !important;
|
|
min-height: 24px !important;
|
|
font-family: var(--main-font) !important;
|
|
font-size: 15px !important;
|
|
line-height: 24px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card input[name="attr_talent-source"] {
|
|
height: 16px !important;
|
|
min-height: 16px !important;
|
|
margin-top: -2px !important;
|
|
font-size: 9px !important;
|
|
line-height: 16px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card input[name="attr_talent-save"],
|
|
.charsheet .sheet-talent-card input[name="attr_talent-attackbonus"] {
|
|
text-align: center !important;
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card textarea[name="attr_talent-saveeffects"] {
|
|
min-height: 18px !important;
|
|
height: 18px !important;
|
|
line-height: 16px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card .sheet-concentration,
|
|
.charsheet .sheet-talent-card .sheet-ritual {
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
border: 1px solid rgba(155, 155, 155, 0.55) !important;
|
|
border-radius: 2px !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card .sheet-concentration:checked,
|
|
.charsheet .sheet-talent-card .sheet-ritual:checked {
|
|
border-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.22) !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card2 {
|
|
grid-template-columns: 8px minmax(0, 1fr) 18px 18px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card-line4 .sheet-talent-name {
|
|
min-height: 18px !important;
|
|
font-size: 14px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card2 .sheet-talent-source {
|
|
margin: -2px 0 2px 0 !important;
|
|
line-height: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card-line4 span.sheet-isconcentration,
|
|
.charsheet .sheet-talent-card-line4 span.sheet-isritual {
|
|
display: grid !important;
|
|
grid-template-columns: 4px 1fr 4px;
|
|
width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
line-height: 18px !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card-line4 input.sheet-concentration:not(:checked) ~ .sheet-isconcentration,
|
|
.charsheet .sheet-talent-card-line4 input.sheet-ritual:not(:checked) ~ .sheet-isritual {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-spellpresentation {
|
|
margin: 0 auto !important;
|
|
padding: 4px 6px !important;
|
|
border-top: 1px solid rgba(218, 191, 139, 0.28) !important;
|
|
border-bottom: 1px solid rgba(218, 191, 139, 0.28) !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-spellpresentation input,
|
|
.charsheet .sheet-spellpresentation h4 {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display .sheet-standardbox2 > .sheet-oneline > .sheet-attacksandspells-header,
|
|
.charsheet .sheet-combats-display .sheet-standardbox2 > .sheet-oneline > .sheet-actions {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset {
|
|
gap: 2px !important;
|
|
padding: 3px 0 5px 0 !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.22) !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-attack-row-labels,
|
|
.charsheet .sheet-combats-display fieldset > .sheet-action-row-labels {
|
|
order: 0;
|
|
min-height: 12px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-attack-row-labels h4,
|
|
.charsheet .sheet-combats-display fieldset > .sheet-action-row-labels h4,
|
|
.charsheet .sheet-combats-display fieldset > .sheet-attacksandspells4.sheet-cogs-hideshow-div2 h4 {
|
|
height: 12px !important;
|
|
min-height: 12px !important;
|
|
margin: 0 !important;
|
|
font-size: 8px !important;
|
|
line-height: 12px !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-attacksandspells {
|
|
order: 1;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-attack-row-labels.sheet-attacksandspells {
|
|
order: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-action-row-labels.sheet-actions {
|
|
order: 0;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-actions {
|
|
order: 1;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-attacksandspells4.sheet-cogs-hideshow-div2 {
|
|
display: grid !important;
|
|
order: 2;
|
|
margin-top: 2px !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > .sheet-attacksandspells4:not(.sheet-cogs-hideshow-div2) {
|
|
order: 3;
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display fieldset > textarea.sheet-cogs-hideshow-div2 {
|
|
order: 4;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells button[type="roll"].sheet-button-attack,
|
|
.charsheet .sheet-actions button[type="roll"].sheet-button-description {
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
max-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells button[type="roll"].sheet-button-attack:before,
|
|
.charsheet .sheet-actions button[type="roll"].sheet-button-description:before {
|
|
color: var(--text-grey) !important;
|
|
}
|
|
|
|
.charsheet .sheet-attacksandspells button[type="roll"].sheet-button-attack:hover:before,
|
|
.charsheet .sheet-actions button[type="roll"].sheet-button-description:hover:before {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-actions input[name="attr_attacksorspell-globaltype"],
|
|
.charsheet .sheet-attacksandspells4 input[name="attr_attacksorspell-globaltype"] {
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.42) !important;
|
|
background-color: transparent !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.charsheet input::placeholder,
|
|
.charsheet textarea::placeholder {
|
|
padding-left: 0 !important;
|
|
text-indent: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary {
|
|
padding: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary .sheet-triplecolumn {
|
|
gap: 8px !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-standardbox2 {
|
|
padding: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-settings-backdrop {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-charsheet {
|
|
position: relative !important;
|
|
}
|
|
|
|
.charsheet .sheet-settings-open > .sheet-settings-backdrop {
|
|
display: block !important;
|
|
position: absolute !important;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
min-height: 100%;
|
|
z-index: 89990 !important;
|
|
filter: none !important;
|
|
pointer-events: auto !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.charsheet .sheet-settings-open > .sheet-settings-backdrop.sheet-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-settings-title {
|
|
grid-column: 1 / -1 !important;
|
|
margin: 0 0 8px 0 !important;
|
|
color: var(--main-color) !important;
|
|
font-family: var(--main-font) !important;
|
|
font-size: 22px !important;
|
|
line-height: 26px !important;
|
|
text-align: center !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-admin-display.sheet-settings-overlay,
|
|
.charsheet .sheet-admin-npc-display.sheet-settings-overlay {
|
|
max-height: none !important;
|
|
overflow: visible !important;
|
|
padding-top: 12px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 {
|
|
grid-column: 1 / -1 !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 > .sheet-standardbox {
|
|
min-height: 18px !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 label,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .radio-button,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 button[type="roll"] {
|
|
font-size: 8px !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area-firstbloc-left {
|
|
grid-template-areas: "attributes quick"
|
|
"proficiency proficiency"
|
|
"tools tools" !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area-firstbloc-left > .sheet-main-mainblocstat {
|
|
grid-area: attributes !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-quickblock {
|
|
grid-area: quick !important;
|
|
display: grid !important;
|
|
grid-template-columns: 1fr !important;
|
|
gap: 10px !important;
|
|
min-width: 0 !important;
|
|
align-content: start !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-proficiencyblock {
|
|
grid-area: proficiency !important;
|
|
display: grid !important;
|
|
gap: 10px !important;
|
|
min-width: 0 !important;
|
|
align-content: start !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-quickblock > *,
|
|
.charsheet .sheet-character-proficiencyblock > * {
|
|
grid-area: auto !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-passives .sheet-oneline {
|
|
grid-template-columns: minmax(0, 1fr) 32px !important;
|
|
gap: 2px 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-passives h3,
|
|
.charsheet button.sheet-tracked-condition-roll {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
font-size: 9px !important;
|
|
line-height: 18px !important;
|
|
font-weight: 400 !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-passives input[type="number"],
|
|
.charsheet .sheet-main-fatigue input[type="number"] {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.42) !important;
|
|
background-color: transparent !important;
|
|
font-size: 10px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-passives input[type="text"] {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin-bottom: 0 !important;
|
|
font-size: 9px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-fatigue .sheet-oneline {
|
|
grid-template-columns: minmax(0, 1fr) 32px 18px !important;
|
|
gap: 2px 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current,
|
|
.charsheet .sheet-main-hp,
|
|
.charsheet .sheet-mainsection-combat2 .sheet-main-current,
|
|
.charsheet .sheet-mainsection-combat2 .sheet-main-hp {
|
|
display: grid !important;
|
|
min-height: 60px !important;
|
|
align-content: stretch !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current > .sheet-oneline2,
|
|
.charsheet .sheet-main-hp > .sheet-oneline2,
|
|
.charsheet .sheet-mainsection-combat2 .sheet-main-current > .sheet-oneline2,
|
|
.charsheet .sheet-mainsection-combat2 .sheet-main-hp > .sheet-oneline2 {
|
|
min-height: 54px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-secondaryblocstat .sheet-main-hitdie .sheet-sololine2,
|
|
.charsheet .sheet-main-secondaryblocstat .sheet-main-hitdie .sheet-sololine2 > .sheet-doublecolumn {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr !important;
|
|
gap: 0 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-secondaryblocstat .sheet-main-hitdie .sheet-standardbox1.sheet-standardbox::before {
|
|
border:none!important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-standardbox1 {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
padding: 0 !important;
|
|
margin: 0 0 3px 0 !important;
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.25) !important;
|
|
background-color: transparent !important;
|
|
overflow: hidden !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > .sheet-doublecolumn {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row .sheet-button-div-holder {
|
|
display: grid !important;
|
|
grid-template-columns: 18px minmax(0, 1fr) 28px !important;
|
|
gap: 4px !important;
|
|
width: 108px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row button[type="roll"],
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row input,
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row h4 {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row input.sheet-classdisplay {
|
|
width: 100% !important;
|
|
max-width: none !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row input.sheet-vanilla.sheet-inputchar {
|
|
padding: 0 !important;
|
|
background-color: transparent !important;
|
|
font-size: 10px !important;
|
|
text-align: center!important;
|
|
border: 1px solid rgba(155, 155, 155, 0.32) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row .sheet-progress-container-bar-menu {
|
|
grid-column: auto !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row .sheet-progress-bars-menu {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
grid-template-columns: minmax(0, 1fr) 8px minmax(0, 1fr) !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-standardbox2,
|
|
.charsheet .sheet-background-npc-display .sheet-standardbox2 {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr !important;
|
|
align-content: start !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-minititles2,
|
|
.charsheet .sheet-background-npc-display .sheet-minititles2 {
|
|
grid-column: 1 / -1 !important;
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-oneline,
|
|
.charsheet .sheet-background-npc-display .sheet-oneline {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-main-vehicle-name1 {
|
|
display: grid !important;
|
|
position: relative !important;
|
|
grid-template-columns: 1fr !important;
|
|
gap: 5px !important;
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-main-vehicle-name1 .sheet-minititles2 {
|
|
grid-column: 1 / -1 !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-main-vehicle-name1 .sheet-cogs-container {
|
|
position: absolute !important;
|
|
width: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-header-line1 {
|
|
width: 100% !important;
|
|
gap: 5px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display textarea,
|
|
.charsheet .sheet-background-npc-display textarea {
|
|
width: 100% !important;
|
|
min-height: 18px !important;
|
|
padding: 6px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits2 {
|
|
grid-template-columns: minmax(0, 1fr) 18px 18px !important;
|
|
grid-template-rows: 18px 12px minmax(80px, auto) !important;
|
|
gap: 2px 5px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits2 > .sheet-button-div-holder:first-child {
|
|
grid-column: 1 / 2 !important;
|
|
grid-row: 1 / 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits2 > .sheet-cogs-container:nth-of-type(2) {
|
|
grid-column: 2 / 3 !important;
|
|
grid-row: 1 / 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits2 > .sheet-cogs-container:nth-of-type(3) {
|
|
grid-column: 3 / 4 !important;
|
|
grid-row: 1 / 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits2 span[name="attr_features-source"] {
|
|
grid-column: 1 / 2 !important;
|
|
grid-row: 2 / 3 !important;
|
|
margin: -5px 0 0 0!important;
|
|
max-height: 12px !important;
|
|
line-height: 12px !important;
|
|
}
|
|
|
|
.charsheet .sheet-features-traits2 textarea[name="attr_features-description"] {
|
|
grid-column: 1 / -1 !important;
|
|
grid-row: 3 / 4 !important;
|
|
min-height: 80px !important;
|
|
padding: 4px 0 0 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr 35px 20px 4px 20px !important;
|
|
gap: 4px !important;
|
|
width: 100% !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input,
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > button,
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > h4 {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
margin: 0 !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-classdisplay {
|
|
width: 100% !important;
|
|
text-align: left !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-classdisplay {
|
|
color:white!important
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > button[type="roll"] {
|
|
grid-column: 2 / 3 !important;
|
|
grid-row: 1 / 2 !important;
|
|
width: auto!important;
|
|
text-align: center;
|
|
border: 1px solid rgba(155, 155, 155, 0.32) !important;
|
|
border-radius: 2px !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
z-index: 1 !important;
|
|
opacity: 0;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > button[type="roll"]:hover {
|
|
border-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.18) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-hitdice-die {
|
|
grid-column: 2 / 3 !important;
|
|
grid-row: 1 / 2 !important;
|
|
padding: 0 2px 0 18px !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
color: var(--blackandwhite2) !important;
|
|
font-size: 10px !important;
|
|
text-align: center !important;
|
|
pointer-events: none !important;
|
|
z-index: 2 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-hitdice-current {
|
|
grid-column: 3 / 4 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > h4 {
|
|
grid-column: 4 / 5 !important;
|
|
width: 4px !important;
|
|
min-width: 4px !important;
|
|
padding: 0 !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-hitdice-max {
|
|
grid-column: 5 / 6 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-hitdice-current,
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-hitdice-max {
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(155, 155, 155, 0.38) !important;
|
|
background-color: transparent !important;
|
|
color: var(--blackandwhite2) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 10px !important;
|
|
text-align: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-main-body,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline {
|
|
position: relative !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-main-body .sheet-button-div-holder h4,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline .sheet-button-div-holder h4 {
|
|
font-size: 8px !important;
|
|
line-height: 10px !important;
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-main-body .sheet-button-div-holder h4:after,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline .sheet-button-div-holder h4:after {
|
|
display: none !important;
|
|
content: "" !important;
|
|
}
|
|
|
|
/* === NPC : abbreviated attribute labels === */
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline .sheet-button-div-holder h4 {
|
|
font-size: 0 !important;
|
|
line-height: 8px !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline .sheet-button-div-holder h4::after {
|
|
display: block !important;
|
|
font-size: 8px !important;
|
|
font-family: var(--standard-font) !important;
|
|
letter-spacing: 0.08em !important;
|
|
color: var(--blackandwhite2) !important;
|
|
line-height: 8px !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline:nth-child(1) .sheet-button-div-holder h4::after { content: "STR" !important; }
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline:nth-child(2) .sheet-button-div-holder h4::after { content: "DEX" !important; }
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline:nth-child(3) .sheet-button-div-holder h4::after { content: "CON" !important; }
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline:nth-child(4) .sheet-button-div-holder h4::after { content: "INT" !important; }
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline:nth-child(5) .sheet-button-div-holder h4::after { content: "WIS" !important; }
|
|
.charsheet .sheet-character-npc-display .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline:nth-child(6) .sheet-button-div-holder h4::after { content: "CHA" !important; }
|
|
|
|
.charsheet .sheet-main-mainblocstat .sheet-main-body .sheet-caracteristicsbonus,
|
|
.charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline .sheet-caracteristicsbonus {
|
|
position: absolute !important;
|
|
top: 25px !important;
|
|
right: 10px !important;
|
|
z-index: 3 !important;
|
|
width: auto !important;
|
|
min-width: 20px !important;
|
|
height: 14px !important;
|
|
min-height: 14px !important;
|
|
padding: 0 3px !important;
|
|
border: none !important;
|
|
background-color: rgba(255, 255, 255, 0.52) !important;
|
|
color: var(--secondary-color) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
line-height: 14px !important;
|
|
text-align: center !important;
|
|
transform: translateY(-50%) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-mainblocstat .sheet-main-body .sheet-caracteristicsbonus,
|
|
.sheet-darkmode .charsheet .sheet-main-mainblocstat2 > .sheet-oneline2 > .sheet-oneline .sheet-caracteristicsbonus {
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet input[name="attr_inspiration"] {
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 auto !important;
|
|
border: 1px solid rgba(155, 155, 155, 0.55) !important;
|
|
border-radius: 50% !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
box-shadow: inset 0 0 0 3px var(--blackandwhite) !important;
|
|
}
|
|
|
|
.charsheet input[name="attr_inspiration"]:checked {
|
|
border-color: var(--main-color) !important;
|
|
background-color: var(--main-color) !important;
|
|
box-shadow:
|
|
inset 0 0 0 3px var(--blackandwhite),
|
|
0 0 0 1px rgba(218, 191, 139, 0.35) !important;
|
|
}
|
|
|
|
.charsheet input[name="attr_inspiration"]:checked:before {
|
|
content: "check" !important;
|
|
display: grid !important;
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
color: var(--secondary-color) !important;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-size: 13px !important;
|
|
line-height: 16px !important;
|
|
text-transform: none !important;
|
|
opacity: 0;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-standardbox2,
|
|
.charsheet .sheet-background-npc-display .sheet-standardbox2 {
|
|
gap: 8px !important;
|
|
padding: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-standardbox2 > .sheet-minititles2,
|
|
.charsheet .sheet-background-npc-display .sheet-standardbox2 > .sheet-minititles2,
|
|
.charsheet .sheet-background-display .sheet-main-vehicle-name1 {
|
|
width: calc(100% + 20px) !important;
|
|
margin: -10px -10px 0 -10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-main-vehicle-name1 .sheet-minititles2 {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-display .sheet-main-vehicle-name1 .sheet-cogs-container {
|
|
top: 0 !important;
|
|
right: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 {
|
|
display: grid !important;
|
|
grid-template-rows: 18px !important;
|
|
grid-auto-rows: 18px !important;
|
|
grid-auto-flow: column !important;
|
|
align-items: center !important;
|
|
justify-items: stretch !important;
|
|
gap: 4px !important;
|
|
min-height: 18px !important;
|
|
height: 18px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 > input.sheet-hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-npcornot,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-privacy,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-statut,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-roll {
|
|
grid-row: 1 / 2 !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
align-self: center !important;
|
|
align-content: center !important;
|
|
align-items: center !important;
|
|
background-color: transparent !important;
|
|
border: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-npcornot {
|
|
grid-column: 1 / 2 !important;
|
|
grid-template-columns: repeat(2, 18px) !important;
|
|
justify-content: start !important;
|
|
gap: 3px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-roll {
|
|
justify-self: end !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-triplecolumn {
|
|
grid-template-columns: repeat(3, 1fr) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-button-holder {
|
|
display: grid !important;
|
|
min-height: 18px !important;
|
|
height: 18px !important;
|
|
max-height: 18px !important;
|
|
align-items: center !important;
|
|
align-content: center !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 label,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .radio-button,
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 button[type="roll"] {
|
|
min-height: 18px !important;
|
|
height: 18px !important;
|
|
max-height: 18px !important;
|
|
line-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-npcornot label {
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-material-symbols-outlined {
|
|
height: 18px !important;
|
|
line-height: 18px !important;
|
|
font-size: 13px !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area {
|
|
display: grid;
|
|
grid-template-areas: "gridleft gridmid" !important;
|
|
grid-template-columns: minmax(0, 1.25fr) minmax(0, 2fr) !important;
|
|
align-items: start !important;
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area-left {
|
|
grid-area: gridleft !important;
|
|
display: grid !important;
|
|
grid-template-areas: "firstbloc" !important;
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
gap: 10px !important;
|
|
align-content: start !important;
|
|
align-items: start !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area-mid {
|
|
grid-area: gridmid !important;
|
|
display: grid !important;
|
|
grid-template-areas: "gridmidleft gridmidright" !important;
|
|
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
|
|
gap: 10px !important;
|
|
align-items: start !important;
|
|
align-content: start !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area-midleft {
|
|
grid-area: gridmidleft !important;
|
|
display: grid !important;
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
gap: 10px !important;
|
|
align-content: start !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area-midright {
|
|
grid-area: gridmidright !important;
|
|
display: grid !important;
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
gap: 10px !important;
|
|
align-content: start !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-area {
|
|
display: grid !important;
|
|
grid-template-areas:
|
|
"vertical-art vertical-art vertical-art generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes generalnotes" !important;
|
|
grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
|
|
grid-template-rows: auto !important;
|
|
gap: 10px !important;
|
|
align-items: start !important;
|
|
min-width: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-vertical-art {
|
|
grid-area: vertical-art !important;
|
|
display: grid !important;
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
gap: 10px !important;
|
|
align-content: start !important;
|
|
align-items: start !important;
|
|
min-width: 0 !important;
|
|
height: auto !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-generalnotes {
|
|
grid-area: generalnotes !important;
|
|
display: grid !important;
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
gap: 10px !important;
|
|
align-content: start !important;
|
|
align-items: start !important;
|
|
min-width: 0 !important;
|
|
height: auto !important;
|
|
}
|
|
|
|
.charsheet .sheet-background-area > div > div {
|
|
height: auto !important;
|
|
}
|
|
|
|
.charsheet .sheet-maingrid-area-firstbloc-left {
|
|
grid-area: firstbloc !important;
|
|
display: grid !important;
|
|
grid-template-areas:
|
|
"attributes quick"
|
|
"proficiency proficiency" !important;
|
|
grid-template-columns: 100px minmax(0, 1fr) !important;
|
|
grid-auto-rows: auto !important;
|
|
gap: 10px !important;
|
|
align-items: start !important;
|
|
align-content: start !important;
|
|
min-width: 0 !important;
|
|
margin-top: 0 !important;
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current.sheet-standardbox.sheet-standardbox1,
|
|
.charsheet .sheet-main-hp.sheet-standardbox.sheet-standardbox1 {
|
|
display: grid !important;
|
|
height: 60px !important;
|
|
min-height: 60px !important;
|
|
max-height: 60px !important;
|
|
align-content: stretch !important;
|
|
box-sizing: border-box !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-current.sheet-standardbox.sheet-standardbox1 > .sheet-oneline2,
|
|
.charsheet .sheet-main-hp.sheet-standardbox.sheet-standardbox1 > .sheet-oneline2 {
|
|
height: 54px !important;
|
|
min-height: 54px !important;
|
|
max-height: 54px !important;
|
|
gap: 0 6px !important;
|
|
box-sizing: border-box !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells,
|
|
.charsheet fieldset.repeating_actions,
|
|
.charsheet fieldset.repeating_basicactions {
|
|
position: relative !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-hidden.sheet-cogs-hideshow,
|
|
.charsheet fieldset.repeating_actions > input.sheet-hidden.sheet-cogs-hideshow,
|
|
.charsheet fieldset.repeating_basicactions > input.sheet-hidden.sheet-cogs-hideshow {
|
|
display: block !important;
|
|
position: absolute !important;
|
|
top: 17px !important;
|
|
right: 0 !important;
|
|
z-index: 30 !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
opacity: 0 !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells:not(.sheet-attack-row-labels) {
|
|
grid-template-columns: 18px minmax(0, 1fr) 18px 45px 35px 35px 50px 66px 18px !important;
|
|
grid-template-rows: 18px !important;
|
|
align-items: center !important;
|
|
align-content: center !important;
|
|
min-height: 18px !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells4 {
|
|
grid-template-columns: 18px minmax(0, 1fr) minmax(0, 1fr) 86px 35px 50px 66px 18px !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_actions > .sheet-actions:not(.sheet-action-row-labels),
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions:not(.sheet-action-row-labels) {
|
|
grid-template-columns: 18px 100px minmax(0, 1fr) 18px !important;
|
|
grid-template-rows: 18px !important;
|
|
align-items: center !important;
|
|
align-content: center !important;
|
|
min-height: 18px !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container {
|
|
grid-column: 9 / 10 !important;
|
|
grid-row: 1 / 2 !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container {
|
|
grid-column: 4 / 5 !important;
|
|
grid-row: 1 / 2 !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container {
|
|
display: grid !important;
|
|
z-index: 5 !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
max-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
align-self: center !important;
|
|
justify-self: center !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-input,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container .sheet-cogs-input,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container .sheet-cogs-input {
|
|
position: absolute !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
z-index: 10 !important;
|
|
display: block !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
opacity: 0 !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon {
|
|
display: grid !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
max-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
color: var(--text-grey) !important;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-size: 15px !important;
|
|
line-height: 18px !important;
|
|
letter-spacing: normal !important;
|
|
text-transform: none !important;
|
|
pointer-events: none !important;
|
|
font-feature-settings: "liga" !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-icon:after,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon:after,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon:after {
|
|
content: "" !important;
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:checked ~ .sheet-attacksandspells .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > input.sheet-cogs-hideshow:checked ~ .sheet-actions .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > input.sheet-cogs-hideshow:checked ~ .sheet-actions .sheet-cogs-icon {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div2,
|
|
.charsheet fieldset.repeating_actions > input.sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div2,
|
|
.charsheet fieldset.repeating_basicactions > input.sheet-cogs-hideshow:not(:checked) ~ .sheet-cogs-hideshow-div2 {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:checked ~ div.sheet-cogs-hideshow-div2 {
|
|
display: grid !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:checked ~ textarea.sheet-cogs-hideshow-div2,
|
|
.charsheet fieldset.repeating_actions > input.sheet-cogs-hideshow:checked ~ textarea.sheet-cogs-hideshow-div2,
|
|
.charsheet fieldset.repeating_basicactions > input.sheet-cogs-hideshow:checked ~ textarea.sheet-cogs-hideshow-div2 {
|
|
display: block !important;
|
|
}
|
|
|
|
.charsheet .sheet-resource-element input.sheet-vanilla.sheet-vanilla2.sheet-inputchar.sheet-resource-name {
|
|
border: none !important;
|
|
border-bottom: 1px solid rgba(200, 170, 110, 0.32) !important;
|
|
border-radius: 0 !important;
|
|
background-color: transparent !important;
|
|
height: 14px!important;
|
|
min-height: 0px!important;
|
|
margin-bottom: 3px!important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-mainone .sheet-oneline,
|
|
.charsheet .sheet-main-menu-mainone2 .sheet-oneline {
|
|
gap: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-mainone .sheet-online {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-header-display1 .sheet-header-bloc1 input[type="text"][name="attr_class"],
|
|
.charsheet .sheet-header-display1 .sheet-header-bloc1 input[type="text"][name="attr_archetype"] {
|
|
text-align: left !important;
|
|
padding-left: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-statut input[value="advantage"]:checked + label {
|
|
border-color: rgba(118, 196, 126, 0.62) !important;
|
|
background-color: rgba(86, 144, 93, 0.24) !important;
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-menu-statut input[value="advantage"]:checked + label {
|
|
border-color: rgba(118, 196, 126, 0.72) !important;
|
|
background-color: rgba(86, 144, 93, 0.36) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu-statut input[value="disadvantage"]:checked + label {
|
|
border-color: rgba(215, 95, 85, 0.62) !important;
|
|
background-color: rgba(165, 72, 68, 0.24) !important;
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-main-menu-statut input[value="disadvantage"]:checked + label {
|
|
border-color: rgba(215, 95, 85, 0.72) !important;
|
|
background-color: rgba(165, 72, 68, 0.36) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells input[type="checkbox"][name="attr_attacksorspell-isproficient"] {
|
|
appearance: none !important;
|
|
-webkit-appearance: none !important;
|
|
}
|
|
|
|
.charsheet input[name="attr_hp_current-mod"],
|
|
.charsheet input[name="attr_hp_max-mod"] {
|
|
font-family: var(--standard-font) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:not(:checked) ~ .sheet-attacksandspells4.sheet-cogs-hideshow-div2,
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:checked ~ .sheet-attacksandspells4.sheet-cogs-hideshow-div2 {
|
|
display: grid !important;
|
|
order: 2 !important;
|
|
margin-top: 2px !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > textarea[name="attr_attacksorspell-description"],
|
|
.charsheet fieldset.repeating_actions > textarea[name="attr_attacksorspell-description"],
|
|
.charsheet fieldset.repeating_basicactions > textarea[name="attr_attacksorspell-description"] {
|
|
height: 100px !important;
|
|
min-height: 100px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-hitdie .sheet-hitdice-row > input.sheet-classdisplay {
|
|
min-width: 0 !important;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis !important;
|
|
white-space: nowrap !important;
|
|
letter-spacing: 0 !important;
|
|
text-transform: none !important;
|
|
text-transform: uppercase!important;
|
|
color: #1f1f1f!important;
|
|
}
|
|
|
|
.charsheet input[name="attr_pb"] {
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 10px !important;
|
|
line-height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 {
|
|
column-gap: 4px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-privacy {
|
|
grid-column: 3 / 4 !important;
|
|
gap: 3px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-statut {
|
|
grid-column: 5 / 6 !important;
|
|
gap: 3px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-roll {
|
|
grid-column: 7 / 8 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-roll button[type="roll"].sheet-reallyspecialbutton {
|
|
border: 1px solid rgba(200, 170, 110, 0.34) !important;
|
|
border-radius: 2px !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-roll button[type="roll"].sheet-reallyspecialbutton:hover {
|
|
border-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.18) !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-roll button[type="roll"].sheet-reallyspecialbutton:before {
|
|
content: "CUSTOM" !important;
|
|
display: grid !important;
|
|
width: 100% !important;
|
|
height: 18px !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
color: var(--blackandwhite2) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 8px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 18px !important;
|
|
letter-spacing: 0.04em !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu .sheet-main-menu-roll button[type="roll"].sheet-reallyspecialbutton:before {
|
|
content: "CUSTOM" !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 8px !important;
|
|
letter-spacing: 0.04em !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 {
|
|
grid-template-columns: 42px 1fr 100px 10px 100px 10px 100px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu.sheet-main-menu2 .sheet-main-menu-roll,
|
|
.charsheet .sheet-main-menu .sheet-main-menu-roll.sheet-standardbox.sheet-standardbox2 {
|
|
width: 100px !important;
|
|
min-width: 100px !important;
|
|
max-width: 100px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-menu .sheet-main-menu-roll button[type="roll"].sheet-reallyspecialbutton {
|
|
width: 100px !important;
|
|
min-width: 100px !important;
|
|
max-width: 100px !important;
|
|
}
|
|
|
|
.sheet-player-display2 {
|
|
grid-template-columns: 1fr 1.5fr;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card input.sheet-concentration::before,
|
|
.charsheet .sheet-talent-card input.sheet-ritual::before,
|
|
.charsheet .sheet-talent-card input.sheet-concentration:checked::before,
|
|
.charsheet .sheet-talent-card input.sheet-ritual:checked::before {
|
|
display: grid !important;
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
opacity: 1 !important;
|
|
color: var(--blackandwhite2) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 16px !important;
|
|
letter-spacing: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card input.sheet-concentration::before,
|
|
.charsheet .sheet-talent-card input.sheet-concentration:checked::before {
|
|
content: "C" !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card input.sheet-ritual::before,
|
|
.charsheet .sheet-talent-card input.sheet-ritual:checked::before {
|
|
content: "R" !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-card-line4 span.sheet-isconcentration,
|
|
.charsheet .sheet-talent-card-line4 span.sheet-isritual {
|
|
color: var(--blackandwhite2) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-weight: 700 !important;
|
|
}
|
|
|
|
.charsheet .sheet-admin-display input[type="checkbox"]::before,
|
|
.charsheet .sheet-admin-npc-display input[type="checkbox"]::before,
|
|
.charsheet .sheet-admin-display input[type="checkbox"]:checked::before,
|
|
.charsheet .sheet-admin-npc-display input[type="checkbox"]:checked::before {
|
|
display: grid !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
opacity: 1 !important;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-size: 10px !important;
|
|
line-height: 12px !important;
|
|
letter-spacing: normal !important;
|
|
text-transform: none !important;
|
|
font-feature-settings: "liga" !important;
|
|
}
|
|
|
|
.charsheet .sheet-admin-display input[type="checkbox"]::before,
|
|
.charsheet .sheet-admin-npc-display input[type="checkbox"]::before {
|
|
content: "close" !important;
|
|
color: grey !important;
|
|
}
|
|
|
|
.charsheet .sheet-admin-display input[type="checkbox"]:checked::before,
|
|
.charsheet .sheet-admin-npc-display input[type="checkbox"]:checked::before {
|
|
content: "check" !important;
|
|
color: var(--blackandwhite) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-d20 {
|
|
border-bottom: 1px solid rgba(200, 170, 110, 0.46) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-state-chip {
|
|
display: inline-grid !important;
|
|
width: auto !important;
|
|
min-width: 28px !important;
|
|
height: 14px !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
justify-self: center !important;
|
|
box-sizing: border-box !important;
|
|
margin: 0 !important;
|
|
padding: 1px 5px !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.36) !important;
|
|
border-radius: 3px !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 7px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 10px !important;
|
|
letter-spacing: 0.08em !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-compare {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 5px !important;
|
|
width: 100% !important;
|
|
padding-top: 4px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-compare-single {
|
|
grid-template-columns: 1fr !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-d20 .sheet-roll {
|
|
display: grid !important;
|
|
min-width: 0 !important;
|
|
gap: 2px !important;
|
|
justify-items: center !important;
|
|
box-sizing: border-box !important;
|
|
margin: 0 !important;
|
|
border: 1px solid transparent !important;
|
|
border-radius: 3px !important;
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-dropped {
|
|
opacity: 0.42 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-label {
|
|
display: block !important;
|
|
box-sizing: border-box !important;
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 7px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 9px !important;
|
|
letter-spacing: 0.08em !important;
|
|
text-align: center !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-d20 .inlinerollresult {
|
|
font-size: 22px !important;
|
|
line-height: 1 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup,
|
|
.sheet-rolltemplate-levelup-description {
|
|
--main-color: rgb(156, 111, 31);
|
|
--secondary-color: #201b13;
|
|
--accent-color: #7c5c28;
|
|
--background-grey: #efe5d0;
|
|
--border-grey: #b48a42;
|
|
--text-grey: #675e50;
|
|
--h4color: #5d5448;
|
|
--blackandwhite: #f4ecdd;
|
|
--blackandwhite2: #191612;
|
|
background-color: transparent !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-header,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header {
|
|
background-color: #f4ecdd !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle1,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle1,
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle3,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle3 {
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle2,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle2,
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle123,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle123 {
|
|
color: var(--text-grey) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle4,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle4,
|
|
.sheet-rolltemplate-levelup .sheet-description b,
|
|
.sheet-rolltemplate-levelup-description .sheet-description b {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-d20,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls3,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls3,
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls4,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-rolls4 {
|
|
border-color: rgba(156, 111, 31, 0.44) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-description,
|
|
.sheet-rolltemplate-levelup-description .sheet-description,
|
|
.sheet-rolltemplate-levelup .sheet-effect,
|
|
.sheet-rolltemplate-levelup-description .sheet-effect {
|
|
color: #332b1f !important;
|
|
border-bottom-color: rgba(156, 111, 31, 0.34) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-state-chip {
|
|
border-color: rgba(156, 111, 31, 0.38) !important;
|
|
background-color: rgba(156, 111, 31, 0.10) !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-state-advantage {
|
|
border-color: rgba(70, 128, 80, 0.45) !important;
|
|
background-color: rgba(70, 128, 80, 0.12) !important;
|
|
color: #2f6f3b !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-state-disadvantage {
|
|
border-color: rgba(160, 58, 48, 0.45) !important;
|
|
background-color: rgba(160, 58, 48, 0.10) !important;
|
|
color: #96352f !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-compare {
|
|
border-top-color: rgba(156, 111, 31, 0.24) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-advantage .sheet-roll-kept {
|
|
border-color: rgba(70, 128, 80, 0.45) !important;
|
|
background-color: rgba(70, 128, 80, 0.10) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-disadvantage .sheet-roll-kept {
|
|
border-color: rgba(160, 58, 48, 0.45) !important;
|
|
background-color: rgba(160, 58, 48, 0.08) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-label {
|
|
color: var(--text-grey) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-levelup .sheet-allnormal .sheet-allblu .inlinerollresult {
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-levelup .sheet-allgrey .sheet-allblu .inlinerollresult {
|
|
color: var(--blackandwhite2) !important;
|
|
opacity: 0.28 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-levelup .sheet-allred .inlinerollresult {
|
|
color: #267a3b !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-levelup .sheet-allgreen .inlinerollresult {
|
|
color: #aa3c34 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description {
|
|
--main-color: rgb(200, 170, 110);
|
|
--secondary-color: #e4e4e4;
|
|
--accent-color: #e8d8b9;
|
|
--background-grey: #2d2d2d;
|
|
--border-grey: #777777;
|
|
--text-grey: #a7a7a7;
|
|
--h4color: #9b9b9b;
|
|
--blackandwhite: #1f1f1f;
|
|
--blackandwhite2: #ffffff;
|
|
background-color: #1f1f1f !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-template-header,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-template-header {
|
|
background-color: #1f1f1f !important;
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle1,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle1,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle3,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle3 {
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle2,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle2,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle123,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle123 {
|
|
color: var(--text-grey) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-description,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-description,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-effect,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-effect {
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allnormal .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allnormal .sheet-allblu .inlinerollresult,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allgrey .inlinerollresult.importantroll,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allgrey .sheet-allblu .inlinerollresult {
|
|
color: var(--blackandwhite2) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .inlinerollresult.fullcrit,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allred .inlinerollresult {
|
|
color: #7bf56e !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .inlinerollresult.fullfail,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-allgreen .inlinerollresult {
|
|
color: #ff4a3d !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-d20 {
|
|
grid-template-columns: 1fr !important;
|
|
width: 100% !important;
|
|
box-sizing: border-box !important;
|
|
gap: 5px !important;
|
|
margin: 0 auto !important;
|
|
padding: 0 0 5px 0!important;
|
|
border-radius: 3px !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-category-line {
|
|
display: inline-flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
gap: 5px !important;
|
|
width: 100% !important;
|
|
box-sizing: border-box !important;
|
|
min-height: 14px !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-category-line .sheet-template-category-text {
|
|
display: inline-block !important;
|
|
width: auto !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
color: var(--text-grey) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 11px !important;
|
|
font-weight: normal !important;
|
|
line-height: 11px !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-category-line .sheet-roll-state-chip {
|
|
flex: 0 0 auto !important;
|
|
min-width: 26px !important;
|
|
height: 13px !important;
|
|
margin: 0 !important;
|
|
padding: 1px 4px !important;
|
|
font-size: 8px !important;
|
|
line-height: 10px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-header .sheet-headerstyle123,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-header .sheet-headerstyle123 {
|
|
color: var(--secondary-color) !important;
|
|
margin: 0 auto 5px 0!important;
|
|
width: 100% !important;
|
|
padding-top: 5px !important;
|
|
font-size: 9px !important;
|
|
text-transform: uppercase !important;
|
|
border-top: 1px solid rgba(200, 170, 110, 0.46) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-compare {
|
|
border-top: none !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-rolls-d20 .sheet-roll {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-details-grid,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-details-grid {
|
|
display: grid !important;
|
|
grid-template-columns: 1fr 1fr 1fr;
|
|
column-gap: 6px !important;
|
|
row-gap: 4px !important;
|
|
width: 100% !important;
|
|
box-sizing: border-box !important;
|
|
margin: 0!important;
|
|
padding: 10px 5px!important;
|
|
background-color: rgba(156, 111, 31, 0.06) !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-detail-row,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-detail-row {
|
|
display: grid !important;
|
|
min-width: 0 !important;
|
|
gap: 1px !important;
|
|
align-content: start !important;
|
|
justify-items: center !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-detail-label,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-detail-label {
|
|
display: block !important;
|
|
width: 100% !important;
|
|
box-sizing: border-box !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
color: var(--text-grey) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 7px !important;
|
|
font-weight: 700 !important;
|
|
letter-spacing: 0.12em !important;
|
|
line-height: 9px !important;
|
|
text-align: center !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-detail-value,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-detail-value {
|
|
display: block !important;
|
|
width: 100% !important;
|
|
min-width: 0 !important;
|
|
box-sizing: border-box !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
color: var(--secondary-color) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 11px !important;
|
|
line-height: 12px !important;
|
|
overflow-wrap: anywhere !important;
|
|
text-align: center !important;
|
|
white-space: pre-wrap !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-action-buttons,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-action-buttons {
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
gap: 6px !important;
|
|
flex-wrap: nowrap !important;
|
|
width: 100% !important;
|
|
box-sizing: border-box !important;
|
|
padding: 8px 0 !important;
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-dmg-action,
|
|
.sheet-rolltemplate-levelup .sheet-template-crit-action,
|
|
.sheet-rolltemplate-levelup .sheet-template-desc-action,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-dmg-action,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-crit-action,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-desc-action {
|
|
display: inline-flex !important;
|
|
flex: 0 0 auto !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
width: auto !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
min-width: 0 !important;
|
|
font-size: inherit !important;
|
|
line-height: 1 !important;
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-dmg-action a,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-dmg-action a {
|
|
display: inline-flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
min-width: 48px !important;
|
|
height: 20px !important;
|
|
box-sizing: border-box !important;
|
|
padding: 0 10px !important;
|
|
border-radius: 12px !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
font-weight: 700 !important;
|
|
line-height: 18px !important;
|
|
letter-spacing: 0 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-crit-action a,
|
|
.sheet-rolltemplate-levelup .sheet-template-desc-action a,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-crit-action a,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-desc-action a,
|
|
.sheet-rolltemplate-levelup .sheet-template-description-button-only a,
|
|
.sheet-rolltemplate-levelup-description .sheet-template-description-button-only a {
|
|
display: inline-flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
width: 20px !important;
|
|
height: 20px !important;
|
|
min-width: 20px !important;
|
|
box-sizing: border-box !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
border-radius: 50% !important;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-size: 14px !important;
|
|
font-weight: 400 !important;
|
|
font-style: normal !important;
|
|
line-height: 18px !important;
|
|
letter-spacing: normal !important;
|
|
text-transform: none !important;
|
|
white-space: nowrap !important;
|
|
font-feature-settings: "liga" !important;
|
|
-webkit-font-feature-settings: "liga" !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-extra-button a:focus,
|
|
.sheet-rolltemplate-levelup-description .sheet-extra-button a:focus,
|
|
.sheet-rolltemplate-levelup .sheet-extra-button a:active,
|
|
.sheet-rolltemplate-levelup-description .sheet-extra-button a:active {
|
|
outline: none !important;
|
|
text-decoration: none !important;
|
|
border-color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.12) !important;
|
|
color: var(--secondary-color) !important;
|
|
box-shadow: 0 0 0 1px rgba(200, 170, 110, 0.44) inset !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-extra-button a:focus,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-extra-button a:focus,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-extra-button a:active,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-extra-button a:active {
|
|
background-color: rgba(218, 191, 139, 0.10) !important;
|
|
color: var(--secondary-color) !important;
|
|
box-shadow: 0 0 0 1px rgba(200, 170, 110, 0.52) inset !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-template-description-button-only {
|
|
display: flex !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
width: 100% !important;
|
|
box-sizing: border-box !important;
|
|
padding: 8px 0 !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup .sheet-template-details-grid,
|
|
.sheet-rolltemplate-darkmode.sheet-rolltemplate-levelup-description .sheet-template-details-grid {
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
border-top: 1px solid rgba(200, 170, 110, 0.46) !important;
|
|
}
|
|
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size {
|
|
display: grid !important;
|
|
grid-template-columns: 50px 50px 1fr 1fr;
|
|
grid-template-rows: 10px 18px 15px 18px !important;
|
|
column-gap: 8px !important;
|
|
row-gap: 2px !important;
|
|
align-items: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4 {
|
|
width: 100% !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
line-height: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input {
|
|
width: 100% !important;
|
|
min-width: 0 !important;
|
|
margin: 0 !important;
|
|
box-sizing: border-box !important;
|
|
}
|
|
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(1) { grid-column: 1; grid-row: 1; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(2) { grid-column: 2; grid-row: 1; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(3) { grid-column: 3; grid-row: 1; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(4) { grid-column: 4; grid-row: 1; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(1) { grid-column: 1; grid-row: 2; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(2) { grid-column: 2; grid-row: 2; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(3) { grid-column: 3; grid-row: 2; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(4) { grid-column: 4; grid-row: 2; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(5) { grid-column: 1; grid-row: 3; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(6) { grid-column: 2; grid-row: 3; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(7) { grid-column: 3; grid-row: 3; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > h4:nth-of-type(8) { grid-column: 4; grid-row: 3; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(5) { grid-column: 1; grid-row: 4; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(6) { grid-column: 2; grid-row: 4; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(7) { grid-column: 3; grid-row: 4; }
|
|
.charsheet .sheet-player-display.sheet-main-header .sheet-header-display1 .sheet-main-header-size > input:nth-of-type(8) { grid-column: 4; grid-row: 4; }
|
|
|
|
.charsheet .sheet-header-display1 fieldset.repeating_classarchetype .sheet-header-bloc1 input[type="text"][name="attr_class"],
|
|
.charsheet .sheet-header-display1 fieldset.repeating_classarchetype .sheet-header-bloc1 input[type="text"][name="attr_archetype"] {
|
|
text-align: left !important;
|
|
padding-left: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-combats-display .sheet-action-row-labels.sheet-actions > h4:nth-child(2),
|
|
.charsheet .sheet-combats-display .sheet-standardbox2 > .sheet-oneline > .sheet-actions > h4:nth-child(2) {
|
|
text-align: left !important;
|
|
justify-content: flex-start !important;
|
|
padding-left: 5px !important;
|
|
}
|
|
|
|
.charsheet .sheet-header-display1 fieldset.repeating_classarchetype .sheet-header-bloc1 input[type="text"][name="attr_class"]::placeholder,
|
|
.charsheet .sheet-header-display1 fieldset.repeating_classarchetype .sheet-header-bloc1 input[type="text"][name="attr_archetype"]::placeholder {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.charsheet input[name="attr_destiny"]::placeholder {
|
|
opacity: 0.72 !important;
|
|
background: none !important;
|
|
-webkit-background-clip: initial !important;
|
|
-webkit-text-fill-color: rgba(63, 49, 29, 0.72) !important;
|
|
background-clip: initial !important;
|
|
color: rgba(63, 49, 29, 0.72) !important;
|
|
text-shadow: none !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet input[name="attr_destiny"]::placeholder {
|
|
-webkit-text-fill-color: rgba(218, 191, 139, 0.68) !important;
|
|
color: rgba(218, 191, 139, 0.68) !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-savedc input[type="text"][name="attr_class"]::placeholder {
|
|
text-align: center !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 9px !important;
|
|
line-height: 12px !important;
|
|
opacity: 0.62 !important;
|
|
}
|
|
|
|
.charsheet .sheet-caracteristicsbonus::before,
|
|
.charsheet .sheet-caracteristicsbonus::after {
|
|
content: "" !important;
|
|
}
|
|
|
|
.charsheet .sheet-list-roll-button {
|
|
display: block !important;
|
|
width: calc(100% - 8px) !important;
|
|
height: 16px !important;
|
|
min-height: 16px !important;
|
|
margin: 2px auto 5px !important;
|
|
padding: 0 !important;
|
|
border: 1px solid rgba(200, 170, 110, 0.36) !important;
|
|
border-radius: 2px !important;
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
color: var(--h4color) !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 8px !important;
|
|
line-height: 14px !important;
|
|
text-align: center !important;
|
|
text-transform: uppercase !important;
|
|
}
|
|
|
|
.charsheet .sheet-list-roll-button:hover {
|
|
border-color: var(--main-color) !important;
|
|
color: var(--main-color) !important;
|
|
background-color: rgba(218, 191, 139, 0.16) !important;
|
|
}
|
|
|
|
.charsheet button[type="roll"].sheet-list-roll-button::before {
|
|
content: "" !important;
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-conditions .sheet-standardbox2 {
|
|
position: relative !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-conditions button[name="roll_conditions_list"].sheet-list-roll-button {
|
|
position: absolute !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
z-index: 4 !important;
|
|
width: 100% !important;
|
|
height: 18px !important;
|
|
margin: 0 !important;
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencies .sheet-proficiencies2,
|
|
.charsheet .sheet-main-resistancesandimmunities .sheet-proficiencies2 {
|
|
grid-template-columns: 1fr 1fr 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-conditions .sheet-conditions2 {
|
|
grid-template-columns: minmax(0, 1fr) 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencies .sheet-proficiencies2 .sheet-button-div-holder,
|
|
.charsheet .sheet-main-resistancesandimmunities .sheet-proficiencies2 .sheet-button-div-holder,
|
|
.charsheet .sheet-main-conditions .sheet-conditions2 .sheet-button-div-holder {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3 {
|
|
position: relative !important;
|
|
grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr) 25px 24px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3 .sheet-button-div-holder {
|
|
position: absolute !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
width: calc(100% - 76px) !important;
|
|
height: 18px !important;
|
|
opacity: 0 !important;
|
|
z-index: 3 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3 .sheet-button-div-holder button[type="roll"] {
|
|
width: 100% !important;
|
|
height: 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3 .sheet-button-div-holder .sheet-cogs-icon {
|
|
display: none !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary input[name="attr_totalweight-overlimit"]:checked + .sheet-weight-limit-box,
|
|
.charsheet .sheet-inventory-summary input[name="attr_bulkyitems-overlimit"]:checked + .sheet-bulky-limit-box {
|
|
border-color: rgba(165, 72, 68, 0.82) !important;
|
|
background-color: rgba(165, 72, 68, 0.14) !important;
|
|
box-shadow: inset 0 0 0 1px rgba(165, 72, 68, 0.35) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary input[name="attr_totalweight-overlimit"]:checked + .sheet-weight-limit-box .sheet-totalweight,
|
|
.charsheet .sheet-inventory-summary input[name="attr_bulkyitems-overlimit"]:checked + .sheet-bulky-limit-box .sheet-totalweight {
|
|
color: rgb(135, 42, 38) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-inventory-summary input[name="attr_totalweight-overlimit"]:checked + .sheet-weight-limit-box .sheet-totalweight,
|
|
.sheet-darkmode .charsheet .sheet-inventory-summary input[name="attr_bulkyitems-overlimit"]:checked + .sheet-bulky-limit-box .sheet-totalweight {
|
|
color: rgb(238, 130, 118) !important;
|
|
}
|
|
|
|
.charsheet .sheet-coin input[name="attr_cp"] {
|
|
color: rgb(145, 82, 45) !important;
|
|
border-color: rgba(145, 82, 45, 0.45) !important;
|
|
}
|
|
|
|
.charsheet .sheet-coin input[name="attr_sp"] {
|
|
color: rgb(111, 119, 126) !important;
|
|
border-color: rgba(111, 119, 126, 0.45) !important;
|
|
}
|
|
|
|
.charsheet .sheet-coin input[name="attr_ep"] {
|
|
color: rgb(114, 132, 117) !important;
|
|
border-color: rgba(114, 132, 117, 0.45) !important;
|
|
}
|
|
|
|
.charsheet .sheet-coin input[name="attr_gp"] {
|
|
color: rgb(156, 111, 31) !important;
|
|
border-color: rgba(156, 111, 31, 0.48) !important;
|
|
}
|
|
|
|
.charsheet .sheet-coin input[name="attr_pp"] {
|
|
color: rgb(93, 109, 124) !important;
|
|
border-color: rgba(93, 109, 124, 0.45) !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-talent-card.sheet-cogs-hideshow-div1 {
|
|
gap: 6px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-name-grid,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-source-grid,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-ability-grid,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-usage-grid,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-damage-grid,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-rolltype-grid,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-wide-row {
|
|
display: grid !important;
|
|
width: 100% !important;
|
|
gap: 2px 5px !important;
|
|
align-items: end !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-name-grid {
|
|
grid-template-columns: 1fr 1fr 18px 18px 18px !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-name-grid > .sheet-cogs-container {
|
|
align-self: center !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-source-grid {
|
|
grid-template-columns: minmax(0, 1fr) 18px 18px !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-ability-grid {
|
|
grid-template-columns: 50px 1fr 75px 35px 35px;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-usage-grid {
|
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
grid-template-rows: 10px 18px !important;
|
|
grid-auto-flow: column !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-damage-grid {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
grid-auto-flow: column !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-rolltype-grid {
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-wide-row {
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
grid-template-rows: 10px minmax(18px, auto) !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-wide-row > textarea,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-cantrip-rolltype-grid > select {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-talent-card.sheet-cogs-hideshow-div1 h4 {
|
|
height: 10px !important;
|
|
min-height: 10px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
font-size: 8px !important;
|
|
line-height: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-atwill-talents .sheet-talent-card.sheet-cogs-hideshow-div1 input,
|
|
.charsheet .sheet-talent-atwill-talents .sheet-talent-card.sheet-cogs-hideshow-div1 select {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.sheet-statspecialgrid {
|
|
grid-column:4/6!important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencies .sheet-standardbox2,
|
|
.charsheet .sheet-main-resistancesandimmunities .sheet-standardbox2 {
|
|
position: relative !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencies button[name="roll_proficiencies_list"].sheet-list-roll-button,
|
|
.charsheet .sheet-main-resistancesandimmunities button[name="roll_resistances_list"].sheet-list-roll-button,
|
|
.charsheet .sheet-main-resistancesandimmunities button[name="roll_immunities_list"].sheet-list-roll-button {
|
|
position: absolute !important;
|
|
top: 0 !important;
|
|
z-index: 4 !important;
|
|
height: 18px !important;
|
|
margin: 0 !important;
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-proficiencies button[name="roll_proficiencies_list"].sheet-list-roll-button {
|
|
left: 0 !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-resistancesandimmunities button[name="roll_resistances_list"].sheet-list-roll-button {
|
|
left: 0 !important;
|
|
width: 50% !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-resistancesandimmunities button[name="roll_immunities_list"].sheet-list-roll-button {
|
|
right: 0 !important;
|
|
width: 50% !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3:hover span[name="attr_proficiency-source"],
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3:hover span[name="attr_proficiency-name"] {
|
|
color: var(--main-color) !important;
|
|
border-bottom-color: rgba(200, 170, 110, 0.55) !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.charsheet .sheet-main-tools .sheet-proficiencies3:hover {
|
|
background-color: rgba(218, 191, 139, 0.08) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary input[name="attr_supply-overlimit"]:checked + .sheet-supply-limit-box,
|
|
.charsheet .sheet-inventory-summary input[name="attr_totalweight-overlimit"]:checked + .sheet-weight-limit-box,
|
|
.charsheet .sheet-inventory-summary input[name="attr_bulkyitems-overlimit"]:checked + .sheet-bulky-limit-box {
|
|
border-color: rgba(165, 72, 68, 0.82) !important;
|
|
background-color: rgba(165, 72, 68, 0.14) !important;
|
|
box-shadow: inset 0 0 0 1px rgba(165, 72, 68, 0.35) !important;
|
|
}
|
|
|
|
.charsheet .sheet-inventory-summary input[name="attr_supply-overlimit"]:checked + .sheet-supply-limit-box .sheet-totalweight,
|
|
.charsheet .sheet-inventory-summary input[name="attr_totalweight-overlimit"]:checked + .sheet-weight-limit-box .sheet-totalweight,
|
|
.charsheet .sheet-inventory-summary input[name="attr_bulkyitems-overlimit"]:checked + .sheet-bulky-limit-box .sheet-totalweight {
|
|
color: rgb(135, 42, 38) !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-inventory-summary input[name="attr_supply-overlimit"]:checked + .sheet-supply-limit-box .sheet-totalweight,
|
|
.sheet-darkmode .charsheet .sheet-inventory-summary input[name="attr_totalweight-overlimit"]:checked + .sheet-weight-limit-box .sheet-totalweight,
|
|
.sheet-darkmode .charsheet .sheet-inventory-summary input[name="attr_bulkyitems-overlimit"]:checked + .sheet-bulky-limit-box .sheet-totalweight {
|
|
color: rgb(238, 130, 118) !important;
|
|
}
|
|
|
|
.charsheet .sheet-coin input[name="attr_cp"],
|
|
.charsheet .sheet-coin input[name="attr_sp"],
|
|
.charsheet .sheet-coin input[name="attr_ep"],
|
|
.charsheet .sheet-coin input[name="attr_gp"],
|
|
.charsheet .sheet-coin input[name="attr_pp"] {
|
|
color: #1f1f1f !important;
|
|
}
|
|
|
|
.sheet-darkmode .charsheet .sheet-coin input[name="attr_cp"],
|
|
.sheet-darkmode .charsheet .sheet-coin input[name="attr_sp"],
|
|
.sheet-darkmode .charsheet .sheet-coin input[name="attr_ep"],
|
|
.sheet-darkmode .charsheet .sheet-coin input[name="attr_gp"],
|
|
.sheet-darkmode .charsheet .sheet-coin input[name="attr_pp"] {
|
|
color: var(--secondary-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 {
|
|
gap: 6px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line5,
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line6,
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line3,
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line2,
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line0 {
|
|
display: grid !important;
|
|
width: 100% !important;
|
|
gap: 2px 5px !important;
|
|
align-items: end !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line6 {
|
|
grid-template-columns: minmax(0, 1fr) 18px 18px !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line3 {
|
|
grid-template-columns: 50px minmax(0, 1fr) 75px 35px 35px !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line0:nth-of-type(4) {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
grid-auto-flow: column !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line2 {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
grid-auto-flow: column !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line0:nth-of-type(6),
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line0:nth-of-type(8) {
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
grid-template-rows: 10px minmax(18px, auto) !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 > .sheet-talent-card-line0:nth-of-type(7) {
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 h4 {
|
|
height: 10px !important;
|
|
min-height: 10px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
font-size: 8px !important;
|
|
line-height: 10px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 input,
|
|
.charsheet .sheet-talent-section .sheet-talent-card.sheet-cogs-hideshow-div1 select {
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
font-family: var(--standard-font) !important;
|
|
font-size: 11px !important;
|
|
}
|
|
|
|
.sheet-rolltemplate-levelup .sheet-roll-state-marker {
|
|
min-width: 18px !important;
|
|
padding: 1px 4px !important;
|
|
border-color: rgba(156, 111, 31, 0.38) !important;
|
|
background-color: rgba(156, 111, 31, 0.12) !important;
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container {
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon {
|
|
color: var(--text-grey) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:checked ~ .sheet-attacksandspells .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > input.sheet-cogs-hideshow:checked ~ .sheet-actions .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > input.sheet-cogs-hideshow:checked ~ .sheet-actions .sheet-cogs-icon {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells input[type="checkbox"][name="attr_attacksorspell-isproficient"] {
|
|
display: grid !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
width: 15px !important;
|
|
min-width: 15px !important;
|
|
height: 15px !important;
|
|
min-height: 15px !important;
|
|
margin: 0 auto !important;
|
|
padding: 0 !important;
|
|
border: 1.5px solid rgba(200, 170, 110, 0.35) !important;
|
|
border-radius: 50% !important;
|
|
background: transparent !important;
|
|
box-shadow: none !important;
|
|
appearance: none !important;
|
|
-webkit-appearance: none !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells input[type="checkbox"][name="attr_attacksorspell-isproficient"]::before {
|
|
content: "" !important;
|
|
display: block !important;
|
|
width: 6px !important;
|
|
height: 6px !important;
|
|
border-radius: 50% !important;
|
|
background: transparent !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells input[type="checkbox"][name="attr_attacksorspell-isproficient"]:checked {
|
|
border-color: var(--main-color) !important;
|
|
box-shadow: 0 0 5px rgba(218, 191, 139, 0.45) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells input[type="checkbox"][name="attr_attacksorspell-isproficient"]:checked::before {
|
|
background: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container {
|
|
position: relative !important;
|
|
display: grid !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
max-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
align-self: center !important;
|
|
justify-self: center !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
overflow: hidden !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-input,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container .sheet-cogs-input,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container .sheet-cogs-input {
|
|
position: absolute !important;
|
|
top: 0 !important;
|
|
left: 0 !important;
|
|
z-index: 2 !important;
|
|
display: block !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
opacity: 0 !important;
|
|
cursor: pointer !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container .sheet-cogs-icon {
|
|
position: relative !important;
|
|
z-index: 1 !important;
|
|
display: grid !important;
|
|
width: 18px !important;
|
|
min-width: 18px !important;
|
|
max-width: 18px !important;
|
|
height: 18px !important;
|
|
min-height: 18px !important;
|
|
max-height: 18px !important;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
align-items: center !important;
|
|
justify-content: center !important;
|
|
border: none !important;
|
|
background-color: transparent !important;
|
|
color: var(--text-grey) !important;
|
|
font-family: "Material Symbols Outlined" !important;
|
|
font-size: 15px !important;
|
|
font-weight: 400 !important;
|
|
line-height: 18px !important;
|
|
letter-spacing: normal !important;
|
|
text-transform: none !important;
|
|
pointer-events: none !important;
|
|
font-feature-settings: "liga" !important;
|
|
font-variation-settings:
|
|
"FILL" 0,
|
|
"wght" 400,
|
|
"GRAD" 0,
|
|
"opsz" 20 !important;
|
|
}
|
|
|
|
.charsheet fieldset.repeating_attacksandspells > .sheet-attacksandspells > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > .sheet-actions > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > .sheet-actions > .sheet-cogs-container:hover .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_attacksandspells > input.sheet-cogs-hideshow:checked ~ .sheet-attacksandspells .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_actions > input.sheet-cogs-hideshow:checked ~ .sheet-actions .sheet-cogs-container .sheet-cogs-icon,
|
|
.charsheet fieldset.repeating_basicactions > input.sheet-cogs-hideshow:checked ~ .sheet-actions .sheet-cogs-container .sheet-cogs-icon {
|
|
color: var(--main-color) !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-cantrip-name-grid {
|
|
grid-template-columns: 1fr 1fr 18px 18px 18px !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-cantrip-ability-grid {
|
|
grid-template-columns: 50px 1fr 75px 35px 35px !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-cantrip-usage-grid {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
grid-auto-flow: column !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-cantrip-damage-grid {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
|
grid-template-rows: 10px 18px !important;
|
|
grid-auto-flow: column !important;
|
|
}
|
|
|
|
.charsheet .sheet-talent-section .sheet-cantrip-wide-row {
|
|
grid-template-columns: minmax(0, 1fr) !important;
|
|
grid-template-rows: 10px minmax(18px, auto) !important;
|
|
}
|