Files
roll20-character-sheets/Knight/knight.css
T
2020-12-07 22:39:46 +01:00

11107 lines
410 KiB
CSS

.charsheet
{
font-family:"Segoe UI", Arial;
--sombre: RGB(93,111,179);
--clair: RGB(213, 215, 237);
}
.itemcontrol
{
z-index:200;
}
.btn
{
border-radius:0px;
}
div,
span,
input[type="number"],
input[type="text"],
textarea,
select,
h1,
h2,
h4,
label,
button[type="roll"],
button[type="action"],
b
{
display:flex;
}
div
{
flex-wrap:wrap;
}
label
{
padding:0px;
margin:0px;
}
select
{
margin-bottom:0px;
border-radius:0px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button
{
-webkit-appearance: none;
margin: 0;
}
input[type=number],
input[type=text]
{
-moz-appearance:textfield;
border-radius:0px;
}
textarea
{
border:none;
width:100%;
padding:0px;
text-align:justify;
border-radius:0px;
margin:0px;
}
.repcontrol
{
display:flex;
width:100%;
border-top:1px solid var(--sombre);
background:var(--clair);
justify-content:space-between;
flex-direction:row-reverse;
}
.repcontrol > .btn
{
padding-bottom:0px;
border-radius:0px;
border:0px;
padding-top:0px;
}
div.sheet-autoex
{
line-height: 1.4em;
min-height: 1.4em;
cursor: text;
text-align: left;
position:relative;
width:100%;
}
div.sheet-autoex > span
{
visibility: hidden;
display: block;
font-family: inherit;
font-size: inherit;
line-height: inherit;
white-space: pre-wrap;
text-align: inherit;
min-height: inherit;
height:100%;
word-wrap:anywhere;
padding-left:2px;
padding-right:2px;
}
div.sheet-autoex > textarea
{
display: block;
z-index: 1;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: calc(100% - 4px);;
overflow: hidden;
font-family: inherit;
font-size: inherit;
line-height: inherit;
white-space: pre-wrap;
text-align: inherit;
min-height: inherit;
resize: none;
margin:0px;
padding-left:2px;
padding-right:2px;
}
div.sheet-autoex > textarea::placeholder
{
font-family:"Contrail One";
color: #575957da;
text-transform: capitalize;
font-style: italic;
text-align: center;
font-size: 95%;
font-weight:normal;
}
div.sheet-autoex22
{
min-height:22px;
}
div.sheet-autoex24
{
min-height:24px;
}
div.sheet-autoex28
{
min-height:28px;
}
div.sheet-autoex40
{
min-height:40px;
}
div.sheet-autoex100
{
min-height:100px;
}
input[type="hidden"][value="14"].sheet-version ~ div.sheet-container
{
display:none;
}
input[type="hidden"][value="14"].sheet-version ~ div.sheet-MAJV15
{
display:flex;
}
div.sheet-MAJV15
{
display:none;
justify-content:center;
align-content:center;
width:100%;
height:100px;
flex-wrap:wrap;
}
div.sheet-MAJV15 > span
{
display: flex;
width: 100%;
line-height: 25px;
}
div.sheet-MAJV15 > span > b
{
display: contents;
}
div.sheet-MAJV15 > button[type="action"]
{
display:flex;
width:100px;
height:25px;
line-height:25px;
border-radius:0px;
font-variant:small-caps;
padding: 0px;
margin: 0px;
font-weight: bold;
justify-content: center;
}
div.sheet-MAJV15 > button[type="action"]::before
{
content:"";
}
div.sheet-titreBSR,
div.sheet-titreBS2L1R,
div.sheet-titreBR,
div.sheet-titreBSA,
div.sheet-titreBRSA,
div.sheet-titreSe,
div.sheet-titreBS2L,
div.sheet-titreBS2L1A,
div.sheet-titreBSPA,
div.sheet-titreCD,
div.sheet-titreC
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
position:relative;
height:28px;
}
div.sheet-titreBSR > h1,
div.sheet-titreBS2L1R > h1,
div.sheet-titreBR > h1,
div.sheet-titreBSA > h1,
div.sheet-titreBRSA > h1,
div.sheet-titreSe > h1,
div.sheet-titreBS2L > h1,
div.sheet-titreBS2L1A > h1,
div.sheet-titreBSPA > h1,
div.sheet-titreCD > h1,
div.sheet-titreC > h1
{
position:absolute;
width:100%;
align-content: baseline;
background: transparent;
color: white;
line-height: 28px;
justify-content: center;
font-size: 14px;
}
div.sheet-titreBR > input[type="text"]
{
position:absolute;
width:100%;
background: transparent;
border: 0px;
color: white;
padding: 0px;
text-align: center;
font-weight: bold;
line-height: 28px;
}
div.sheet-titreBR > span
{
position:absolute;
width:100%;
align-content: baseline;
background: transparent;
color: #333;
line-height: 28px;
justify-content: center;
font-size: 14px;
font-weight:bold;
}
div.sheet-titreBSR > button[type="roll"],
div.sheet-titreBSR > button[type="action"]
{
width: 98px;
height: 23px;
color: #333;
padding: 0px;
margin:0px;
justify-content: center;
align-items: center;
background: var(--clair);
border: 1px solid var(--sombre);
font-size: 12px;
font-variant: small-caps;
font-weight: bold;
margin-bottom: auto;
margin-left:auto;
z-index:50;
}
div.sheet-titreBSR > button[type="roll"]
{
margin-top: 2px;
}
div.sheet-titreBSR > button[type="action"]
{
margin-top: 1px;
}
div.sheet-titreBSR > button[type="roll"]:hover,
div.sheet-titreBSR > button[type="action"]:hover
{
box-shadow: inset 1px 1px 2px 2px #333;
}
div.sheet-titreBSR > button[type="roll"]::before,
div.sheet-titreBSR > button[type="action"]::before
{
content:"";
}
div.sheet-titreBS2L1R > label,
div.sheet-titreBS2L > label,
div.sheet-titreBS2L1A > label:not(:last-of-type)
{
width:27px;
height:27px;
}
div.sheet-titreBS2L1R > label:nth-of-type(2),
div.sheet-titreBS2L > label:nth-of-type(2),
div.sheet-titreBS2L1A > label:nth-of-type(2)
{
margin-left:3px;
}
div.sheet-titreBS2L1R > label:last-of-type,
div.sheet-titreBS2L > label:last-of-type,
div.sheet-titreBS2L1A > label:nth-of-type(2)
{
margin-right:auto;
}
div.sheet-titreBS2L1R > label > input[type="checkbox"],
div.sheet-titreBS2L > label > input[type="checkbox"],
div.sheet-titreBS2L1A > label:not(:last-of-type) > input[type="checkbox"]
{
width:27px;
height:27px;
opacity:0;
position:absolute;
z-index:99;
}
div.sheet-titreBS2L1R > label > span,
div.sheet-titreBS2L > label > span,
div.sheet-titreBS2L1A > label:not(:last-of-type) > span
{
width:100%;
line-height: 28px;
}
div.sheet-titreBS2L1R > label > span::before,
div.sheet-titreBS2L > label > span::before,
div.sheet-titreBS2L1A > label:not(:last-of-type) > span::before
{
content: attr(title);
width:100%;
justify-content: center;
display: flex;
font-size: 14px;
font-weight: bold;
border: 1px solid black;
background: var(--sombre);
color: white;
line-height: 25px;
}
div.sheet-titreBS2L1R > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-titreBSA > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-titreBRSA > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-titreBS2L > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-titreBS2L1A > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-titreBSPA > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-titreBS2L1R > button[type="roll"],
div.sheet-titreBR > button[type="roll"],
div.sheet-titreBRSA > button[type="roll"]
{
background-image:url("https://cdn.pixabay.com/photo/2014/04/03/11/56/dice-312621_960_720.png");
width: 27px;
height: 27px;
padding: 0px;
margin: 0px;
border:0px;
background-repeat:no-repeat;
background-size:contain;
background-position:center;
border-bottom:1px solid var(--sombre);
z-index:50;
margin-left:auto;
}
div.sheet-berserkRage button[type="roll"],
div.sheet-druidCompanions button[type="roll"],
div.sheet-priestMechanic button[type="roll"],
div.sheet-psionDiscord button[type="roll"],
div.sheet-rogueGhost button[type="roll"],
div.sheet-nods button[type="roll"],
div.sheet-armeContactPJ button[type="roll"],
div.sheet-armeContactPNJ button[type="roll"],
div.sheet-armeDistancePJ button[type="roll"],
div.sheet-armeDistancePNJ button[type="roll"],
div.sheet-armeImproviseePJ button[type="roll"],
div.sheet-armeImproviseePNJ button[type="roll"],
div.sheet-MAArmeImprovisee button[type="roll"],
div.sheet-armeAutrePJ button[type="roll"],
div.sheet-armeAutrePNJ button[type="roll"],
div.sheet-grenade button[type="roll"],
div.sheet-grenadePNJ button[type="roll"],
div.sheet-blessuresGraves button[type="roll"],
div.sheet-armeVehicule button[type="roll"],
div.sheet-mechaArmureAR button[type="roll"],
div.sheet-MAARaphaelMiracle button[type="roll"],
div.sheet-MANOGStation button[type="roll"],
div.sheet-MANephilimJericho button[type="roll"],
div.sheet-MADDjinnWraith button[type="roll"],
div.sheet-MALPriest button[type="roll"],
div.sheet-MALRogue button[type="roll"],
div.sheet-MALDiscord button[type="roll"],
div.sheet-affichage button[type="roll"]
{
background-image:url("https://cdn.pixabay.com/photo/2014/04/03/11/56/dice-312621_960_720.png");
width: 28px;
height: 28px;
padding: 0px;
margin: 0px;
border:0px;
background-repeat:no-repeat;
background-size:contain;
background-position:center;
z-index:50;
margin-left:auto;
}
div.sheet-titreBS2L1R > button[type="roll"]:hover,
div.sheet-titreBR > button[type="roll"]:hover,
div.sheet-titreBRSA > button[type="roll"]:hover,
div.sheet-berserkRage button[type="roll"]:hover,
div.sheet-druidCompanions button[type="roll"]:hover,
div.sheet-priestMechanic button[type="roll"]:hover,
div.sheet-psionDiscord button[type="roll"]:hover,
div.sheet-rogueGhost button[type="roll"]:hover,
div.sheet-nods button[type="roll"]:hover,
div.sheet-armeContactPJ button[type="roll"]:hover,
div.sheet-armeContactPNJ button[type="roll"]:hover,
div.sheet-armeDistancePJ button[type="roll"]:hover,
div.sheet-armeDistancePNJ button[type="roll"]:hover,
div.sheet-armeImproviseePJ button[type="roll"]:hover,
div.sheet-armeImproviseePNJ button[type="roll"]:hover,
div.sheet-MAArmeImprovisee button[type="roll"]:hover,
div.sheet-armeAutrePJ button[type="roll"]:hover,
div.sheet-armeAutrePNJ button[type="roll"]:hover,
div.sheet-grenade button[type="roll"]:hover,
div.sheet-grenadePNJ button[type="roll"]:hover,
div.sheet-blessuresGraves button[type="roll"]:hover,
div.sheet-armeVehicule button[type="roll"]:hover,
div.sheet-mechaArmureAR button[type="roll"]:hover,
div.sheet-MAARaphaelMiracle button[type="roll"]:hover,
div.sheet-MANOGStation button[type="roll"]:hover,
div.sheet-MANephilimJericho button[type="roll"]:hover,
div.sheet-MADDjinnWraith button[type="roll"]:hover,
div.sheet-MALPriest button[type="roll"]:hover,
div.sheet-MALRogue button[type="roll"]:hover,
div.sheet-MALDiscord button[type="roll"]:hover,
div.sheet-affichage button[type="roll"]:hover
{
box-shadow:inset 0px 0px 5px;
}
div.sheet-titreBS2L1R > button[type="roll"]::before,
div.sheet-titreBR > button[type="roll"]::before,
div.sheet-titreBRSA > button[type="roll"]::before,
div.sheet-berserkRage button[type="roll"]::before,
div.sheet-druidCompanions button[type="roll"]::before,
div.sheet-priestMechanic button[type="roll"]::before,
div.sheet-psionDiscord button[type="roll"]::before,
div.sheet-rogueGhost button[type="roll"]::before,
div.sheet-nods button[type="roll"]::before,
div.sheet-armeContactPJ button[type="roll"]::before,
div.sheet-armeContactPNJ button[type="roll"]::before,
div.sheet-armeDistancePJ button[type="roll"]::before,
div.sheet-armeDistancePNJ button[type="roll"]::before,
div.sheet-armeImproviseePJ button[type="roll"]::before,
div.sheet-armeImproviseePNJ button[type="roll"]::before,
div.sheet-MAArmeImprovisee button[type="roll"]::before,
div.sheet-armeAutrePJ button[type="roll"]::before,
div.sheet-armeAutrePNJ button[type="roll"]::before,
div.sheet-grenade button[type="roll"]::before,
div.sheet-grenadePNJ button[type="roll"]::before,
div.sheet-blessuresGraves button[type="roll"]::before,
div.sheet-armeVehicule button[type="roll"]::before,
div.sheet-mechaArmureAR button[type="roll"]::before,
div.sheet-MAARaphaelMiracle button[type="roll"]::before,
div.sheet-MANOGStation button[type="roll"]::before,
div.sheet-MANephilimJericho button[type="roll"]::before,
div.sheet-MADDjinnWraith button[type="roll"]::before,
div.sheet-MALPriest button[type="roll"]::before,
div.sheet-MALRogue button[type="roll"]::before,
div.sheet-MALDiscord button[type="roll"]::before,
div.sheet-affichage button[type="roll"]::before
{
content:"";
}
div.sheet-MALContrecoups > button[type="roll"]
{
border-bottom:0px;
height:28px;
}
div.sheet-titreBSA > label,
div.sheet-titreBRSA > label,
div.sheet-titreBS2L1A > label:last-of-type,
div.sheet-titreBSPA > label
{
width: 100px;
height: 27px;
}
div.sheet-titreBSA > label,
div.sheet-titreBS2L1A > label:last-of-type,
div.sheet-titreBSPA > label:last-of-type
{
margin-left:auto;
}
div.sheet-titreBSA > label > input[type="checkbox"],
div.sheet-titreBRSA > label > input[type="checkbox"],
div.sheet-titreBS2L1A > label:last-of-type > input[type="checkbox"],
div.sheet-titreBSPA > label > input[type="checkbox"]
{
width: 100px;
height: 27px;
position: absolute;
opacity: 0;
z-index: 99;
}
div.sheet-titreBSA > label > span,
div.sheet-titreBRSA > label > span,
div.sheet-titreBS2L1A > label:last-of-type > span,
div.sheet-titreBSPA > label > span
{
width:100%;
background:var(--sombre)
}
div.sheet-titreBSA > label > span::before,
div.sheet-titreBRSA > label > span::before,
div.sheet-titreBS2L1A > label:last-of-type > span::before,
div.sheet-titreBSPA > label > span::before
{
display:flex;
content: attr(title);
width: 100%;
line-height: 24px;
border: 1px solid black;
color: white;
justify-content: center;
font-size: 14px;
font-variant: small-caps;
}
div.sheet-titreSe > select
{
width: 70px;
text-align: center;
padding: 0px;
border: 0px;
height: 27px;
margin-left:auto;
}
div.sheet-titreC > div
{
width:40px;
height:28px;
margin-left:auto;
justify-content:space-between;
flex-wrap:nowrap;
margin-left:auto;
}
div.sheet-titreC > div > input[type="number"]
{
width:40px;
height:28px;
text-align:center;
padding:0px;
border:0px;
z-index:50;
background:white;
}
div.sheet-titreCD > div
{
width:80px;
height:27px;
margin-left:auto;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-titreCD > div > input[type="number"]
{
width:37px;
height:27px;
text-align:center;
padding:0px;
border:0px;
z-index:50;
}
div.sheet-titreCD > div > b
{
width:6px;
height:27px;
color:#333;
background:white;
justify-content:center;
align-items:center;
}
label.sheet-buttonPlus
{
width: 24px;
height: 27px;
justify-content: center;
background-color: transparent;
color: white;
border-right: 1px solid var(--clair);
}
label.sheet-buttonPlus > input[type="checkbox"]
{
width: 25px;
height: 28px;
opacity: 0;
position: absolute;
}
label.sheet-buttonPlus > span
{
width:100%;
}
label.sheet-buttonPlus > span::before
{
display:flex;
content: "-";
width:100%;
font-size: 25px;
line-height: 21px;
justify-content:center;
}
label.sheet-buttonPlus > input[type="checkbox"]:checked ~ span::before
{
content: "+";
}
label.sheet-buttonArrowUp
{
width: 18px;
height: 18px;
margin-top: 5px;
}
label.sheet-buttonArrowUp > input[type="checkbox"]
{
position: absolute;
opacity: 0;
width: 17px;
height: 20px;
margin-top: -2px;
z-index: 99;
}
label.sheet-buttonArrowUp > span
{
width:100%;
transition:transform 2s;
transform:rotate(90deg);
}
label.sheet-buttonArrowUp > span::before
{
content:"]";
color: white;
font-size: 20px;
font-weight: bold;
font-family: pictos;
line-height:18px;
}
label.sheet-buttonArrowUp > input[type="checkbox"]:checked ~ span
{
transform: rotate(-90deg);
}
div.sheet-container
{
justify-content:space-between;
align-content:baseline;
flex-wrap:wrap;
min-width:852px;
}
div.sheet-topLeft
{
background-image:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Knight/knightLogo.png");
background-repeat:no-repeat;
background-size:auto;
background-position-y:calc(50% - 20px);
background-position-x:left;
width:calc(50% - 5px);
height:auto;
min-height:115px;
}
div.sheet-affichage
{
width:100%;
margin-top:auto;
justify-content:space-between;
margin-bottom:2px;
}
div.sheet-affichage > div
{
width:calc((100% / 3) - 20px);
background-color:var(--sombre);
border:1px solid black;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-affichage > div
{
width:calc((100% / 3) - 20px);
background-color:var(--sombre);
border:1px solid black;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-affichage > div > div:nth-of-type(1)
{
width: calc(100% - 25px);
justify-content:center;
}
div.sheet-affichage > div > div:nth-of-type(1) > label:nth-of-type(1)
{
width:15px;
height:15px;
margin-left:-15px;
}
div.sheet-affichage > div > div:nth-of-type(1) > label:nth-of-type(1) > input[type="checkbox"]
{
width:15px;
height:15px;
position:absolute;
opacity:0;
z-index:99;
}
div.sheet-affichage > div > div:nth-of-type(1) > label:nth-of-type(1) > input[type="checkbox"] ~ span
{
width:100%;
height:15px;
}
div.sheet-affichage > div > div:nth-of-type(1) > label:nth-of-type(1) > input[type="checkbox"] ~ span::before
{
display: flex;
width: 100%;
height: 15px;
font-family: pictos;
content: "y";
opacity: 0.5;
color: var(--clair);
font-size: 15px;
line-height: 15px;
}
div.sheet-affichage > div > div:nth-of-type(1) > label:nth-of-type(1) > input[type="checkbox"]:checked ~ span::before
{
opacity:1;
}
div.sheet-affichage > div > div:nth-of-type(1) > h1
{
width: max-content;
justify-content: center;
color: white;
background: transparent;
font-size: 14px;
line-height: 28px;
}
div.sheet-affichage > div > span
{
width: 26px;
justify-content: center;
background: var(--clair);
font-size: 14px;
line-height: 28px;
font-weight:bold;
}
div.sheet-affichage > div > input[type="hidden"][value="1"] + div
{
display:flex;
}
div.sheet-affichage > div > div:nth-of-type(2)
{
display:none;
width:325px;
justify-content:space-between;
background:var(--clair);
border:1px solid var(--sombre);
position:absolute;
margin-top: 28px;
margin-left: -1px;
z-index: 100;
flex-wrap:wrap;
}
div.sheet-affichage > div:last-of-type > div:nth-of-type(2)
{
height:28px;
}
div.sheet-affichage > div:not(:last-of-type) > div:nth-of-type(2)
{
height:57px;
}
div.sheet-affichage > div > div:nth-of-type(2) > div
{
width:100%;
justify-content:space-between;
height:28px;
}
div.sheet-affichage > div > div:nth-of-type(2) > div:first-of-type
{
border-bottom:1px solid var(--sombre);
}
div.sheet-affichage > div:nth-of-type(1) > div:nth-of-type(2) > div:first-of-type > span:nth-of-type(1),
div.sheet-affichage > div:nth-of-type(2) > div:nth-of-type(2) > div:first-of-type > span:nth-of-type(1),
div.sheet-affichage > div:nth-of-type(1) > div:nth-of-type(2) > div:first-of-type > span:nth-of-type(3),
div.sheet-affichage > div:nth-of-type(2) > div:nth-of-type(2) > div:first-of-type > span:nth-of-type(3)
{
width: calc((70% / 3) - 11px);
font-weight: bold;
justify-content: center;
color: #333;
line-height: 23px;
align-items:center;
}
div.sheet-affichage > div:nth-of-type(1) > div:nth-of-type(2) > div:first-of-type > span:nth-of-type(2),
div.sheet-affichage > div:nth-of-type(2) > div:nth-of-type(2) > div:first-of-type > span:nth-of-type(2)
{
width: calc(((70% / 3) * 2));
font-weight: bold;
justify-content: center;
color: #333;
line-height: 23px;
align-items:center;
}
div.sheet-affichage > div:nth-of-type(1) > div:nth-of-type(2) > div:last-of-type > div,
div.sheet-affichage > div:nth-of-type(2) > div:nth-of-type(2) > div:last-of-type > div
{
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-affichage > div:nth-of-type(1) > div:nth-of-type(2) > div:last-of-type > div > input[type="number"],
div.sheet-affichage > div:nth-of-type(2) > div:nth-of-type(2) > div:last-of-type > div > input[type="number"]
{
width: calc((70% / 3) - 11px);
text-align: center;
padding: 0px;
height: 28px;
}
div.sheet-affichage > div:nth-of-type(3) > div:nth-of-type(2) > div > input[type="number"]
{
padding: 0px;
text-align: center;
width: calc((100% / 4) - 13.75px);
height: 28px;
}
div.sheet-affichage > div > div:nth-of-type(2) > div > input[type="number"],
div.sheet-affichage > div > div:nth-of-type(2) > div > div > input[type="number"]
{
border-bottom:0px;
border-top:0px;
}
div.sheet-affichage > div > div:nth-of-type(2) > div > input[type="number"]:first-of-type,
div.sheet-affichage > div > div:nth-of-type(2) > div > div > input[type="number"]:first-of-type,
div.sheet-affichage > div > div:nth-of-type(2) > div > div > input[type="number"]:nth-of-type(2)
{
border-left:0px;
}
div.sheet-affichage > div > div:nth-of-type(2) > div > input[type="number"]:last-of-type,
div.sheet-affichage > div > div:nth-of-type(2) > div > div > input[type="number"]:last-of-type
{
border-right:0px;
}
div.sheet-affichage > div:nth-of-type(3) > div:nth-of-type(2) > div > span:first-of-type
{
width: 33px;
font-weight: bold;
justify-content: center;
color: #333;
align-items: center;
}
div.sheet-affichage > div:nth-of-type(1) > div:nth-of-type(2) > div:last-of-type > div > span,
div.sheet-affichage > div:nth-of-type(2) > div:nth-of-type(2) > div:last-of-type > div > span,
div.sheet-affichage > div:nth-of-type(3) > div:nth-of-type(2) > div > span:not(:first-of-type)
{
width: 11px;
font-weight: bold;
justify-content: center;
color: #333;
align-items: center;
}
div.sheet-topRight
{
width:calc(50% - 5px);
flex-wrap:wrap;
}
div.sheet-topLine
{
margin-left:auto;
width: 200px;
}
.sheet-selector > input[type="radio"],
.sheet-selector > span
{
display:none;
}
.sheet-selector > input[type="hidden"][value="0"] ~ input[type="radio"]:nth-child(3),
.sheet-selector > input[type="hidden"][value="0"] ~ span:nth-of-type(1),
.sheet-selector > input[type="hidden"][value="1"] ~ input[type="radio"]:nth-child(4),
.sheet-selector > input[type="hidden"][value="1"] ~ span:nth-of-type(2),
.sheet-selector > input[type="hidden"][value="2"] ~ input[type="radio"]:nth-child(5),
.sheet-selector > input[type="hidden"][value="2"] ~ span:nth-of-type(3),
.sheet-selector > input[type="hidden"][value="3"] ~ input[type="radio"]:nth-child(6),
.sheet-selector > input[type="hidden"][value="3"] ~ span:nth-of-type(4),
.sheet-selector > input[type="hidden"][value="4"] ~ input[type="radio"]:nth-child(2),
.sheet-selector > input[type="hidden"][value="4"] ~ span:nth-of-type(5)
{
display:flex;
}
label.sheet-selector
{
width:130px;
height:22px;
margin-right:auto;
}
label.sheet-selector > input[type="radio"]
{
width: 130px;
height: 22px;
position: absolute;
z-index: 99;
opacity: 0;
}
label.sheet-selector > span
{
width:100%;
}
label.sheet-selector > span::before
{
display:flex;
width:100%;
content:attr(title);
font-size: 14px;
font-weight:bold;
border:1px solid black;
background:var(--sombre);
color:white;
justify-content:center;
line-height:18px;
}
div.sheet-settings
{
position:absolute;
width:200px;
min-width:200px;
height:23px;
}
div.sheet-settings > label
{
font-size: 25px;
font-family: pictos;
margin: 0px;
padding: 0px;
color: RGB(93,111,179);
display: flex;
width: 24px;
line-height: 20px;
height: 23px;
margin-left:auto;
}
div.sheet-settings > label > input[type="checkbox"]
{
opacity: 0;
z-index: 1;
position: absolute;
width: 24px;
height: 23px;
}
div.sheet-settings > label > span
{
font-size: 25px;
font-family: pictos;
color: var(--sombre);
line-height: 20px;
opacity: .5;
}
div.sheet-settings > label > input[type="checkbox"]:checked ~ span
{
opacity: 1;
}
div.sheet-settings > input[type="hidden"][value="0"] ~ div
{
display:none;
}
div.sheet-settings > div
{
position:absolute;
background-color:var(--clair);
right:0;
width:400px;
border:1px solid black;
z-index:100;
padding:5px;
border-radius:5px;
display:flex;
flex-wrap:wrap;
margin-right: 13px;
margin-top: 13px;
}
div.sheet-settings > div > div
{
min-width: calc(50% - 4px);
flex-grow:1;
align-items:center;
padding:2px;
font-size:10px;
min-height:24px;
line-height:20px;
border-bottom:1px solid var(--sombre);
}
div.sheet-settings > div > div > label
{
margin: 0;
padding: 0;
display: flex;
width: auto;
font: inherit;
}
div.sheet-settings > div > div > label > select
{
width: 80px;
margin: 0 7px 0 0;
padding: 0;
height: 20px;
}
div.sheet-settings > div > div > label > input[type="checkbox"]
{
width: 20px;
height: 20px;
}
div.sheet-menu
{
min-width: 127px;
margin-top: 10px;
width: 100%;
flex-wrap: wrap;
justify-content: flex-end;
align-items: flex-end;
align-content: flex-end;
}
div.sheet-menu > div,
div.sheet-menu > div > label.sheet-ArmeImprovisee,
div.sheet-menu > div > label.sheet-IA,
div.sheet-menu > div > label.sheet-IAI,
div.sheet-menu > div > label.sheet-Art,
div.sheet-menu > div > label.sheet-Heroisme,
div.sheet-menu > div > label.sheet-Vehicule,
div.sheet-menu > div > label.sheet-mechaArmures,
div.sheet-menu > div > label.sheet-Double > span,
input[type="hidden"][value="sans"].sheet-armureListe ~ div .sheet-armure,
input[type="hidden"][value="sans"].sheet-armureListe ~ div .sheet-metaArmureLegende,
input[type="hidden"][value="guardian"].sheet-armureListe ~ div .sheet-metaArmureLegende
{
display:none;
}
div.sheet-menu > div > label
{
margin: 0px;
padding: 0px;
width: 126px;
height: 26px;
margin-left:4px;
margin-bottom:2px;
}
div.sheet-menu > div > label > input[type="radio"]
{
width: 127px;
height: 26px;
position: absolute;
cursor: pointer;
z-index: 1;
opacity: 0;
}
div.sheet-menu > div > label > span
{
width:100%;
}
div.sheet-menu > div > label > span::before
{
content: attr(title);
width: calc(100% - 2px);
justify-content: center;
display: flex;
height: 24px;
font-size: 14px;
font-weight: bold;
border: 1px solid black;
position: relative;
background: var(--sombre);
color: white;
line-height: 24px;
}
div.sheet-menu > div > label > input[type="radio"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="0"] ~ div.sheet-PJ,
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="1"] ~ div.sheet-PNJ,
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="2"] ~ div.sheet-Creature,
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="3"] ~ div.sheet-Bande,
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="4"] ~ div.sheet-Vehicule,
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="4"] ~ div.sheet-Vehicule > label.sheet-Vehicule,
div.sheet-menu > input[type="hidden"].sheet-Heroisme[value="1"] ~ div > label.sheet-Heroisme,
div.sheet-menu > input[type="hidden"].sheet-Heroisme[value="2"] ~ div > label.sheet-Heroisme,
div.sheet-menu > input[type="hidden"].sheet-IA[value="1"] ~ div > label.sheet-IA,
div.sheet-menu > input[type="hidden"].sheet-IAI[value="1"] ~ div > label.sheet-IAI,
div.sheet-menu > input[type="hidden"].sheet-ArmeImprovisee[value="1"] ~ div > label.sheet-ArmeImprovisee,
div.sheet-menu > input[type="hidden"].sheet-Vehicule[value="1"] ~ div > label.sheet-Vehicule,
div.sheet-menu > input[type="hidden"].sheet-Art[value="1"] ~ div > label.sheet-Art,
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="0"] ~ div.sheet-PJ > label.sheet-Double > span:nth-of-type(1),
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="1"] ~ div.sheet-PNJ > label.sheet-Double > span:nth-of-type(2),
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="2"] ~ div.sheet-Creature > label.sheet-Double > span:nth-of-type(2),
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="3"] ~ div.sheet-Bande > label.sheet-Double > span:nth-of-type(2),
div.sheet-menu > input[type="hidden"].sheet-ficheType[value="4"] ~ div.sheet-Vehicule > label.sheet-Double > span:nth-of-type(2),
div.sheet-menu > input[type="hidden"].sheet-Modules[value="1"] ~ div.sheet-Modules,
div.sheet-menu > input[type="hidden"].sheet-MechaArmures[value="1"] ~ div > label.sheet-mechaArmures,
input[type="hidden"][value="sans"].sheet-armureListe ~ div .sheet-sans,
input[type="hidden"][value="guardian"].sheet-armureListe ~ div .sheet-guardian,
input[type="hidden"][value="barbarian"].sheet-armureListe ~ div .sheet-barbarian,
input[type="hidden"][value="bard"].sheet-armureListe ~ div .sheet-bard,
input[type="hidden"][value="berserk"].sheet-armureListe ~ div .sheet-berserk,
input[type="hidden"][value="druid"].sheet-armureListe ~ div .sheet-druid,
input[type="hidden"][value="druid"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-effetsArmes > div > .sheet-druid,
input[type="hidden"][value="monk"].sheet-armureListe ~ div .sheet-monk,
input[type="hidden"][value="necromancer"].sheet-armureListe ~ div .sheet-necromancer,
input[type="hidden"][value="paladin"].sheet-armureListe ~ div .sheet-paladin,
input[type="hidden"][value="priest"].sheet-armureListe ~ div .sheet-priest,
input[type="hidden"][value="psion"].sheet-armureListe ~ div .sheet-psion,
input[type="hidden"][value="ranger"].sheet-armureListe ~ div .sheet-ranger,
input[type="hidden"][value="rogue"].sheet-armureListe ~ div .sheet-rogue,
input[type="hidden"][value="shaman"].sheet-armureListe ~ div .sheet-shaman,
input[type="hidden"][value="sorcerer"].sheet-armureListe ~ div .sheet-sorcerer,
input[type="hidden"][value="warlock"].sheet-armureListe ~ div .sheet-warlock,
input[type="hidden"][value="warmaster"].sheet-armureListe ~ div .sheet-warmaster,
input[type="hidden"][value="warrior"].sheet-armureListe ~ div .sheet-warrior,
input[type="hidden"][value="wizard"].sheet-armureListe ~ div .sheet-wizard
{
display:flex;
}
input[type="hidden"].sheet-popup[value="0"] ~ div.sheet-popup
{
display:none;
}
div.sheet-popup
{
position:absolute;
width:100%;
min-width: 852px;
height:100%;
}
div.sheet-popup > div
{
display:none;
}
input[type="hidden"].sheet-popup[value="1"] ~ div.sheet-popup > div:nth-of-type(1)
{
display:flex;
position: absolute;
width: 200px;
height: 100px;
border: 1px solid black;
left: calc(50% - 110px);
top: calc(100% - 300px);
background-color: var(--sombre);
z-index: 99;
flex-wrap: wrap;
padding: 20px;
border-radius: 30px;
align-content:center;
}
input[type="hidden"].sheet-popup[value="2"] ~ div.sheet-popup > div.sheet-popupWarrior,
input[type="hidden"].sheet-popup[value="3"] ~ div.sheet-popup > div.sheet-popupPriest,
input[type="hidden"].sheet-popup[value="4"] ~ div.sheet-popup > div.sheet-popupWarmaster,
input[type="hidden"].sheet-popup[value="5"] ~ div.sheet-popup > div.sheet-popupWarmasterWarlord,
input[type="hidden"].sheet-popup[value="6"] ~ div.sheet-popup > div.sheet-popupPsion,
input[type="hidden"].sheet-popup[value="7"] ~ div.sheet-popup > div.sheet-popupWarlock,
input[type="hidden"].sheet-popup[value="8"] ~ div.sheet-popup > div.sheet-popupDruid
{
display:flex;
position: absolute;
width: 200px;
height: 100px;
border: 1px solid black;
left: calc(50% - 110px);
top: calc(50% - 100px);
background-color: var(--sombre);
z-index: 99;
flex-wrap: wrap;
padding: 20px;
border-radius: 30px;
align-content:center;
}
div.sheet-popup > div > h1
{
width: 100%;
justify-content: center;
color: white;
background: transparent;
font-size: 14px;
text-transform: capitalize;
line-height: 28px;
border-top:1px solid var(--clair);
border-right:1px solid var(--clair);
border-left:1px solid var(--clair);
}
div.sheet-popup > div > select
{
padding: 0px;
text-align: center;
border: 0px;
border-right: 1px solid var(--clair);
border-left: 1px solid var(--clair);
}
div.sheet-popup > div > button[type="action"]
{
width: 100%;
height: 23px;
color: #333;
padding: 0px;
justify-content: center;
align-items: center;
background: var(--clair);
border: 1px solid var(--sombre);
font-size: 12px;
font-variant: small-caps;
font-weight: bold;
margin-top: auto;
margin-bottom: auto;
border-right: 1px solid var(--clair);
border-left: 1px solid var(--clair);
border-bottom: 1px solid var(--clair);
}
div.sheet-popup > div > button[type="action"]:hover
{
box-shadow: inset 1px 1px 2px 2px #333;
}
input[type="hidden"].sheet-popup[value="1"] ~ div.sheet-container,
input[type="hidden"].sheet-popup[value="2"] ~ div.sheet-container,
input[type="hidden"].sheet-popup[value="3"] ~ div.sheet-container,
input[type="hidden"].sheet-popup[value="4"] ~ div.sheet-container,
input[type="hidden"].sheet-popup[value="5"] ~ div.sheet-container,
input[type="hidden"].sheet-popup[value="6"] ~ div.sheet-container,
input[type="hidden"].sheet-popup[value="7"] ~ div.sheet-container,
input[type="hidden"].sheet-popup[value="8"] ~ div.sheet-container
{
opacity:0.5;
}
input.sheet-ficheType[value="0"] ~ div .sheet-fichePJ,
input.sheet-ficheType[value="1"] ~ div .sheet-fichePNJ,
input.sheet-ficheType[value="2"] ~ div .sheet-ficheCreature,
input.sheet-ficheType[value="3"] ~ div .sheet-ficheBande,
input.sheet-ficheType[value="4"] ~ div .sheet-ficheVehicule,
input.sheet-ficheType[value="4"] ~ div div.sheet-ficheVehicule,
input.sheet-ficheType[value="4"] ~ div label.sheet-ficheVehicule
{
display: flex;
}
input.sheet-ficheType[value="1"] ~ div div.sheet-jet > div.sheet-titreBS2L1R > label,
input.sheet-ficheType[value="2"] ~ div div.sheet-jet > div.sheet-titreBS2L1R > label,
input.sheet-ficheType[value="3"] ~ div div.sheet-jet > div.sheet-titreBS2L1R > label,
input.sheet-ficheType[value="1"] ~ div div.sheet-jet > div:nth-last-of-type(2),
input.sheet-ficheType[value="2"] ~ div div.sheet-jet > div:nth-last-of-type(2),
input.sheet-ficheType[value="3"] ~ div div.sheet-jet > div:nth-last-of-type(2)
{
display: none;
}
input.sheet-tabMenu[value="1"] ~ div.sheet-tab1,
input.sheet-tabMenu[value="2"] ~ div.sheet-tab2,
input.sheet-tabMenu[value="3"] ~ div.sheet-tab3,
input.sheet-tabMenu[value="4"] ~ div.sheet-tab4,
input.sheet-tabMenu[value="5"] ~ div.sheet-tab5,
input.sheet-tabMenu[value="6"] ~ div.sheet-tab6,
input.sheet-tabMenu[value="7"] ~ div.sheet-tab7,
input.sheet-tabMenu[value="8"] ~ div.sheet-tab8,
input.sheet-tabMenu[value="9"] ~ div.sheet-tab9,
input.sheet-tabMenu[value="10"] ~ div.sheet-tab10,
input.sheet-tabMenu[value="11"] ~ div.sheet-tab11,
input.sheet-tabMenu[value="12"] ~ div.sheet-tab12,
input.sheet-tabMenu[value="13"] ~ div.sheet-tab13,
input.sheet-tabMenu[value="14"] ~ div.sheet-tab14
{
display: flex;
min-width:852px;
justify-content:space-between;
}
input[type="hidden"].sheet-tabEgide[value="0"] ~ div .sheet-egide,
input[type="hidden"].sheet-tabArmureLegende[value="0"] ~ div .sheet-armureLegende
{
display:none;
}
input[type="hidden"].sheet-resilience[value="0"] ~ div.sheet-resilience,
input[type="hidden"].sheet-resilience[value="0"] ~ div div.sheet-resilience
{
display:none;
}
div.sheet-tab1,
div.sheet-tab2,
div.sheet-tab3,
div.sheet-tab4,
div.sheet-tab5,
div.sheet-tab6,
div.sheet-tab7,
div.sheet-tab8,
div.sheet-tab9,
div.sheet-tab10,
div.sheet-tab11,
div.sheet-tab12,
div.sheet-tab13,
.sheet-fichePJ,
.sheet-fichePNJ,
.sheet-ficheCreature,
.sheet-ficheBande,
input[type="number"].sheet-fichePJ,
input[type="text"].sheet-fichePJ,
input[type="text"].sheet-ficheVehicule,
input[type="number"].sheet-fichePNJ,
input[type="number"].sheet-ficheCreature,
input[type="number"].sheet-ficheBande,
button[type="roll"].sheet-fichePJ,
button[type="roll"].sheet-fichePNJ,
button[type="roll"].sheet-ficheCreature,
button[type="roll"].sheet-ficheBande,
div.sheet-ficheVehicule,
div.sheet-ficheArmesImprovisees,
.sheet-sans,
.sheet-guardian,
.sheet-barbarian,
.sheet-bard,
.sheet-bard250,
.sheet-berserk,
.sheet-druid,
.sheet-monk,
.sheet-necromancer,
.sheet-paladin,
.sheet-priest,
.sheet-psion,
.sheet-ranger,
.sheet-rogue,
.sheet-shaman,
.sheet-sorcerer,
.sheet-warlock,
.sheet-warmaster,
.sheet-warrior,
.sheet-wizard,
.sheet-psion150,
.sheet-psion200,
.sheet-sorcerer250,
.sheet-druid > input[type="hidden"][value="aucun"] ~ div.sheet-druidCompanions,
.sheet-druid > input[type="hidden"][value="aucun"] ~ div.sheet-druidCompanions > h1,
.sheet-druid > input[type="hidden"][value="lion"] ~ div.sheet-druidCompanions > .sheet-wolf,
.sheet-druid > input[type="hidden"][value="lion"] ~ div.sheet-druidCompanions > .sheet-crow,
.sheet-druid > input[type="hidden"][value="wolf"] ~ div.sheet-druidCompanions > .sheet-lion,
.sheet-druid > input[type="hidden"][value="wolf"] ~ div.sheet-druidCompanions > .sheet-crow,
.sheet-druid > input[type="hidden"][value="crow"] ~ div.sheet-druidCompanions > .sheet-lion,
.sheet-druid > input[type="hidden"][value="crow"] ~ div.sheet-druidCompanions > .sheet-wolf,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="aucun"] ~ div.sheet-druidCompanions,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="aucun"] ~ div.sheet-druidCompanions > h1,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="lion"] ~ div.sheet-druidCompanions > .sheet-wolf,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="lion"] ~ div.sheet-druidCompanions > .sheet-crow,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="wolf"] ~ div.sheet-druidCompanions > .sheet-lion,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="wolf"] ~ div.sheet-druidCompanions > .sheet-crow,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="crow"] ~ div.sheet-druidCompanions > .sheet-lion,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="crow"] ~ div.sheet-druidCompanions > .sheet-wolf,
.sheet-warmasterImpAction,
.sheet-warmasterImpEsquive,
.sheet-warmasterImpForce,
.sheet-warmasterImpGuerre,
.sheet-warmasterImpEnergie,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ div:nth-of-type(1),
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ div:nth-of-type(2),
.sheet-warriorTypeSoldier,
.sheet-warriorTypeHunter,
.sheet-warriorTypeScholar,
.sheet-warriorTypeHerald,
.sheet-warriorTypeScout,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ div:nth-of-type(1),
button[type="roll"].sheet-wizard150,
button[type="roll"].sheet-wizard250,
div.sheet-wizardBorealis > input[type="hidden"][value="on"] ~ div > button[type="roll"]:nth-of-type(1),
div.sheet-wizardOriflamme > input[type="hidden"][value="on"] ~ div > button[type="roll"]:nth-of-type(1),
div.sheet-data,
div.sheet-capaciteArmure,
div.sheet-armeContactPJ,
div.sheet-armeContactPNJ,
div.sheet-armeDistancePJ,
div.sheet-armeDistancePNJ,
div.sheet-armeSection1,
div.sheet-armeSection2,
div.sheet-armeAutrePJ,
div.sheet-armeAutrePNJ,
div.sheet-armeImproviseePJ,
div.sheet-MAArmeImprovisee,
div.sheet-armeImproviseePNJ,
div.sheet-armeImproviseeUtilisationPJ,
div.sheet-armeImproviseeUtilisationPNJ,
div.sheet-protections,
div.sheet-overdrive > div:not(:first-of-type),
div.sheet-overdrive > div > div,
div.sheet-tabMechaArmure,
div.sheet-tabMechaArmure > input[type="hidden"]:first-of-type[value="Standard"] ~ div.sheet-left > div.sheet-mechaArmureDonnees > h1 > span
{
display:none;
}
div.sheet-capaciteArmure > div
{
margin-bottom:10px;
}
div.sheet-tab1 .sheet-fichePJ,
div.sheet-tab2 .sheet-fichePJ,
div.sheet-tab3 .sheet-fichePJ,
div.sheet-tab4 .sheet-fichePJ,
div.sheet-tab5 .sheet-fichePJ,
div.sheet-tab6 .sheet-fichePJ,
div.sheet-tab7 .sheet-fichePJ,
div.sheet-tab8 .sheet-fichePJ,
div.sheet-tab9 .sheet-fichePJ,
div.sheet-tab10 .sheet-fichePJ,
div.sheet-tab11 .sheet-fichePJ,
div.sheet-tab12 .sheet-fichePJ,
div.sheet-tab13 .sheet-fichePJ,
div.sheet-tab1 .sheet-fichePNJ,
div.sheet-tab2 .sheet-fichePNJ,
div.sheet-tab3 .sheet-fichePNJ,
div.sheet-tab4 .sheet-fichePNJ,
div.sheet-tab5 .sheet-fichePNJ,
div.sheet-tab6 .sheet-fichePNJ,
div.sheet-tab7 .sheet-fichePNJ,
div.sheet-tab8 .sheet-fichePNJ,
div.sheet-tab9 .sheet-fichePNJ,
div.sheet-tab10 .sheet-fichePNJ,
div.sheet-tab11 .sheet-fichePNJ,
div.sheet-tab12 .sheet-fichePNJ,
div.sheet-tab13 .sheet-fichePNJ,
div.sheet-tab1 .sheet-ficheCreature,
div.sheet-tab2 .sheet-ficheCreature,
div.sheet-tab3 .sheet-ficheCreature,
div.sheet-tab4 .sheet-ficheCreature,
div.sheet-tab5 .sheet-ficheCreature,
div.sheet-tab6 .sheet-ficheCreature,
div.sheet-tab7 .sheet-ficheCreature,
div.sheet-tab8 .sheet-ficheCreature,
div.sheet-tab9 .sheet-ficheCreature,
div.sheet-tab10 .sheet-ficheCreature,
div.sheet-tab11 .sheet-ficheCreature,
div.sheet-tab12 .sheet-ficheCreature,
div.sheet-tab13 .sheet-ficheCreature,
div.sheet-tab1 .sheet-ficheBande,
div.sheet-tab2 .sheet-ficheBande,
div.sheet-tab3 .sheet-ficheBande,
div.sheet-tab4 .sheet-ficheBande,
div.sheet-tab5 .sheet-ficheBande,
div.sheet-tab6 .sheet-ficheBande,
div.sheet-tab7 .sheet-ficheBande,
div.sheet-tab8 .sheet-ficheBande,
div.sheet-tab9 .sheet-ficheBande,
div.sheet-tab10 .sheet-ficheBande,
div.sheet-tab11 .sheet-ficheBande,
div.sheet-tab12 .sheet-ficheBande,
div.sheet-tab13 .sheet-ficheBande
{
width:100%;
}
div.sheet-left,
div.sheet-right
{
justify-content:space-between;
align-content:baseline;
width:calc(50% - 5px);
flex-wrap:wrap;
}
div.sheet-triL,
div.sheet-triC,
div.sheet-triR
{
justify-content:space-between;
align-content:baseline;
width:calc((100% / 3) - 5px);
flex-wrap:wrap;
}
div.sheet-tabCombat > div.sheet-center,
div.sheet-tabCombat > div.sheet-bottom,
div.sheet-tabVehicule > div.sheet-center
{
width:100%;
justify-content:space-between;
align-content:baseline;
flex-wrap:wrap;
}
div.sheet-tabCombat > div.sheet-bottom
{
margin-top:10px;
}
div.sheet-tabCombat > div.sheet-center > div.sheet-right,
div.sheet-tabCombat > div.sheet-center > div.sheet-left
{
margin-top:10px;
}
div.sheet-tabCombat > div.sheet-bottom > div
{
width:calc((100% / 3) - 5px);
}
div.sheet-tabHeroisme > div
{
display:none;
}
div.sheet-tabHeroisme > div.sheet-right,
div.sheet-tabHeroisme > div.sheet-left
{
margin-bottom:10px;
}
div.sheet-tabVehicule > div.sheet-triL > div,
div.sheet-tabVehicule > div.sheet-triC > div,
div.sheet-tabVehicule > div.sheet-triR > div
{
margin-top:10px;
}
div.sheet-left > div:not(:last-of-type),
div.sheet-right > div:not(:last-of-type),
.sheet-tab2 > div.sheet-left > .sheet-fichePJ > div:not(:last-of-type),
.sheet-tab2 > div.sheet-right > .sheet-fichePJ > div:not(:last-of-type),
.sheet-tab3 > div.sheet-left > .sheet-fichePJ > div:not(:last-of-type),
.sheet-tab3 > div.sheet-right > .sheet-fichePJ > div:not(:last-of-type),
.sheet-tab4 > div:not(:last-of-type)
{
margin-bottom:10px;
}
div.sheet-tabDossier,
div.sheet-tabArmure,
div.sheet-tabCombat,
div.sheet-tabModules,
div.sheet-tabIA,
div.sheet-tabIAIncarnee,
div.sheet-tabOverdrive,
div.sheet-tabHistorique,
div.sheet-tabArt,
div.sheet-tabHeroisme,
div.sheet-tabVehicule,
div.sheet-tabEquipage,
div.sheet-tabMechaArmure
{
width:100%;
justify-content:space-between;
align-content:baseline;
flex-wrap:wrap;
}
div.sheet-tabDossier > div.sheet-left > div.sheet-fichePJ > div.sheet-armure,
div.sheet-tabDossier > div.sheet-left > div.sheet-fichePJ > div.sheet-physiqueMental
{
margin-bottom:10px;
}
div.sheet-tabCombat > div.sheet-center > input[type="hidden"][value="5"] + div,
div.sheet-tabCombat > div.sheet-center > input[type="hidden"][value="2"] + div,
div.sheet-tabCombat > div.sheet-center > input[type="hidden"][value="1"] + div,
div.sheet-tabCombat > div.sheet-center > input[type="hidden"][value="3"] + div,
div.sheet-tabCombat > div.sheet-center > input[type="hidden"][value="6"] + div,
div.sheet-tabCombat > div.sheet-center > div > input[type="hidden"][value="4"] + div
{
display:flex;
}
div.sheet-identite,
div.sheet-jet,
div.sheet-mechaArmureJet,
div.sheet-dataArmure,
div.sheet-dataArmureShort,
div.sheet-physiqueMental,
div.sheet-egide,
div.sheet-PES,
div.sheet-debordement,
div.sheet-caracteristiqueAspect,
div.sheet-ptsFaibles,
div.sheet-evolution,
div.sheet-sorcererPonctionnerEnergie,
div.sheet-styleCombat,
div.sheet-barbarianGoliath,
div.sheet-bardChangeling,
div.sheet-berserkIllumination,
div.sheet-berserkRage,
div.sheet-effetsArmes,
div.sheet-portee,
div.sheet-druidModJetCompagnons,
div.sheet-druidModCompanions,
div.sheet-druidCompanions,
div.sheet-information,
div.sheet-monkModeZen,
div.sheet-monkModeCea,
div.sheet-paladinCDFShrine,
div.sheet-paladinWatchtower,
div.sheet-paladinLenteEtLourde > div,
div.sheet-priestMechanic,
div.sheet-priestNanoC,
div.sheet-psionPuppetMaster,
div.sheet-psionDiscord,
div.sheet-psionWindtalker,
div.sheet-rangerVision,
div.sheet-rangerLongbow,
div.sheet-oneLineBonusMalusJet,
div.sheet-rogueGhost,
div.sheet-shamanImpregnation,
div.sheet-shamanTotem,
div.sheet-shamanAscension,
div.sheet-sorcererMorph,
div.sheet-warlockForward,
div.sheet-warlockRecord,
div.sheet-warlockRewind,
div.sheet-warmasterFalcon,
div.sheet-warmasterWarlord,
div.sheet-warriorTypes,
div.sheet-wizardBorealis,
div.sheet-wizardOriflamme,
div.sheet-aspectsExceptionnels > div,
div.sheet-capacitesFanMade,
div.sheet-capacitesSpeciales,
div.sheet-nods,
div.sheet-armeContactPJ,
div.sheet-armeContactPNJ,
div.sheet-armeDistancePJ,
div.sheet-armeDistancePNJ,
div.sheet-armeImproviseePJ,
div.sheet-MAArmeImprovisee,
div.sheet-armeImproviseePNJ,
div.sheet-armeImproviseeUtilisationPJ,
div.sheet-armeImproviseeUtilisationPNJ,
div.sheet-armeAutrePJ,
div.sheet-armeAutrePNJ,
div.sheet-grenade,
div.sheet-grenadePNJ,
div.sheet-protections,
div.sheet-moduleStats,
div.sheet-atoutHandicap,
div.sheet-avantageInconvenient,
div.sheet-caractereIA,
div.sheet-experienceGloire,
div.sheet-langues,
div.sheet-contact,
div.sheet-domaineArtistique,
div.sheet-oeuvreArt,
div.sheet-oeuvreArtCree,
div.sheet-carteDestin,
div.sheet-capaciteHeroique,
div.sheet-detailsVehicule,
div.sheet-jetVehicule,
div.sheet-defenseReactionVehicule,
div.sheet-armeVehicule,
div.sheet-equipage,
div.sheet-metaArmureLegende,
div.sheet-blessuresGraves,
div.sheet-mechaArmureSelection,
div.sheet-mechaArmureDonnees,
div.sheet-mechaArmureEP,
div.sheet-mechaArmureDR,
div.sheet-mechaArmureAR,
div.sheet-MAArchangelConfiguration,
div.sheet-MANephilimConfiguration,
div.sheet-MADemonConfiguration,
div.sheet-MAAGabrielOffering,
div.sheet-MAAGabrielCurse,
div.sheet-MAARaphaelMiracle,
div.sheet-MAARaphaelEvacuation,
div.sheet-MAArchangelVol,
div.sheet-MAArchangelVagueSoin,
div.sheet-MAArchangelCanonMetatron,
div.sheet-MAArchangelCanonNoe,
div.sheet-MANOGInvulnerabilite,
div.sheet-MANOGStation,
div.sheet-MANephilimJericho,
div.sheet-MANephilimSiegeTower,
div.sheet-MANephilimSaut,
div.sheet-MANephilimDronesAirain,
div.sheet-MANephilimEmblem,
div.sheet-MANephilimCanonMagma,
div.sheet-MANephilimMSurtur,
div.sheet-MADemonConfiguration,
div.sheet-MADDjinnWraith,
div.sheet-MADDjinnNanobrume,
div.sheet-MADDjinnSouffle,
div.sheet-MADAsuraPSoniques,
div.sheet-MADAsuraCSonique,
div.sheet-MADAsuraBAmrita,
div.sheet-MADemonSaut,
div.sheet-MADemonLames,
div.sheet-MAAsuraInferno,
div.sheet-MAAsuraTLA,
div.sheet-avantageInconvenient
{
width:100%;
align-content:baseline;
background-color:var(--sombre);
border:1px solid var(--sombre);
flex-wrap:wrap;
}
div.sheet-warlockContrecoups
{
width:100%;
align-content:baseline;
background-color:var(--sombre);
border-top:1px solid var(--sombre);
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
flex-wrap:wrap;
}
div.sheet-warmasterWarlord > div,
div.sheet-warriorTypes > div
{
width:100%;
align-content:baseline;
background-color:var(--sombre);
flex-wrap:wrap;
}
div.sheet-dataArmureShort > h1,
div.sheet-identite > h1,
div.sheet-PES > h1,
div.sheet-caracteristiqueAspect > h1,
div.sheet-berserkRage > h1,
div.sheet-ptsFaibles > h1,
div.sheet-evolution > h1,
div.sheet-styleCombat > h1,
div.sheet-barbarianGoliath > h1,
div.sheet-bardChangeling > h1,
div.sheet-berserkIllumination > h1,
div.sheet-berserkRage > div.sheet-berserkRagePassif > h1,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div > h1,
div.sheet-effetsArmes > h1,
div.sheet-portee > h1,
div.sheet-information > h1,
div.sheet-druidCompanions > h1,
div.sheet-monkModeCea > h1:first-of-type,
div.sheet-paladinLenteEtLourde > div > h1,
div.sheet-priestMechanic > h1,
div.sheet-priestNanoC > h1,
div.sheet-psionPuppetMaster > h1,
div.sheet-psionWindtalker > h1,
div.sheet-rangerLongbow > div:not(:first-of-type) > div > h1,
div.sheet-shamanTotem > h1,
div.sheet-sorcererMorph > h1:first-of-type,
div.sheet-warlockRecord > div > h1,
div.sheet-warmasterFalcon > h1,
div.sheet-warmasterWarlord > h1,
div.sheet-warriorTypes > h1,
div.sheet-aspectsExceptionnels > div > h1,
div.sheet-capacites > h1,
div.sheet-capacitesPhase2 > h1,
div.sheet-capacitesFanMade > h1,
div.sheet-capacitesSpeciales > h1,
div.sheet-notes > h1,
div.sheet-nods > h1,
div.sheet-armeContactPNJ > h1,
div.sheet-armeDistancePNJ > h1,
div.sheet-armeImproviseePJ > h1,
div.sheet-MAArmeImprovisee > h1,
div.sheet-armeImproviseePNJ > h1,
div.sheet-armeImproviseeUtilisationPJ > h1,
div.sheet-armeImproviseeUtilisationPNJ > h1,
div.sheet-armeAutrePJ > h1,
div.sheet-armeAutrePNJ > h1,
div.sheet-protections > h1,
div.sheet-moduleStats > h1,
div.sheet-atoutHandicap > h1,
div.sheet-avantageInconvenient > h1,
div.sheet-caractereIA > h1,
div.sheet-experienceGloire > h1,
div.sheet-langues > h1,
div.sheet-oeuvreArt > h1,
div.sheet-oeuvreArtCree > h1,
div.sheet-carteDestin > h1,
div.sheet-capaciteHeroique > h1,
div.sheet-detailsVehicule > h1,
div.sheet-armeVehicule > h1,
div.sheet-equipage > h1,
div.sheet-metaArmureLegende > h1,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div > h1,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALFalcon > h1,
div.sheet-metaArmureLegende > div.sheet-MALBard > h1,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > h1,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALWindtalker > h1,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div.sheet-MALRecord > div > h1,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > h1,
div.sheet-mechaArmureSelection > h1,
div.sheet-mechaArmureDonnees > h1,
div.sheet-mechaArmureEP > h1,
div.sheet-mechaArmureDR > h1,
div.sheet-mechaArmureAR > h1,
div.sheet-MAArchangelConfiguration > h1,
div.sheet-MANephilimConfiguration > h1,
div.sheet-MAARaphaelMiracle > h1,
div.sheet-MAArchangelVagueSoin > h1,
div.sheet-MADemonConfiguration > h1,
div.sheet-capaciteUltime > h1
{
width:100%;
align-content:baseline;
background:transparent;
color:white;
line-height:28px;
min-height:28px;
justify-content:center;
font-size:14px;
}
div.sheet-mechaArmureDonnees > h1 > span
{
text-transform:capitalize;
}
div.sheet-identite > label,
div.sheet-detailsVehicule > label,
div.sheet-mechaArmureDonnees > div,
div.sheet-mechaArmureEP > label,
div.sheet-MANOGInvulnerabilite > div:not(:first-of-type)
{
width:100%;
background:var(--clair);
color:#333;
font-size:14px;
flex-wrap:nowrap;
}
div.sheet-identite > div
{
width:100%;
}
div.sheet-identite > label:not(:last-of-type),
div.sheet-detailsVehicule > label:not(:last-of-type),
div.sheet-mechaArmureDonnees > div:not(:last-of-type)
{
border-bottom:1px solid var(--sombre);
}
div.sheet-identite > label > span,
div.sheet-detailsVehicule > label > span
{
width:calc(50% - 2px);
line-height:28px;
padding-left:2px;
}
div.sheet-identite > label > input[type="text"],
div.sheet-identite > label > input[type="number"],
div.sheet-identite > label > select,
div.sheet-detailsVehicule > label > input[type="text"],
div.sheet-detailsVehicule > label > input[type="number"],
div.sheet-detailsVehicule > label > select
{
width:50%;
padding-top:0px;
padding-bottom:0px;
border:0px;
}
div.sheet-identite > div > div.repcontainer,
div.sheet-identite > div > div.repcontainer > div.repitem
{
width:100%;
flex-wrap:wrap;
}
div.sheet-identite > div > div.repcontainer > div.repitem:not(:first-of-type)
{
border-top:1px solid var(--sombre);
}
div.sheet-jet > label,
div.sheet-MALJet > label,
div.sheet-shamanImpregnation > label,
div.sheet-mechaArmureJet > label,
div.sheet-jetVehicule > label,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > label:nth-of-type(3),
div.sheet-MAArchangelCanonMetatron > label,
div.sheet-MANephilimCanonMagma > label,
div.sheet-MANephilimMSurtur > label,
div.sheet-MADDjinnSouffle > label,
div.sheet-MADAsuraPSoniques > label,
div.sheet-MADemonLames > label
{
width:100%;
background:var(--clair);
font-size:14px;
flex-wrap:nowrap;
}
div.sheet-jet > label > span,
div.sheet-MALJet > label > span,
div.sheet-shamanImpregnation > label > span,
div.sheet-mechaArmureJet > label > span,
div.sheet-jetVehicule > label > span,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > label > span,
div.sheet-MAArchangelCanonMetatron > label > span,
div.sheet-MANephilimCanonMagma > label > span,
div.sheet-MANephilimMSurtur > label > span,
div.sheet-MADDjinnSouffle > label > span,
div.sheet-MADAsuraPSoniques > label > span,
div.sheet-MADemonLames > label > span
{
width:calc(50% - 2px);
line-height:28px;
padding-left:2px;
}
div.sheet-jet > label > input[type="number"],
div.sheet-MALJet > label > input[type="number"],
div.sheet-shamanImpregnation > label > input[type="number"],
div.sheet-mechaArmureJet > label > input[type="number"],
div.sheet-jetVehicule > label > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > label > input[type="number"],
div.sheet-MAArchangelCanonMetatron > label > input[type="number"],
div.sheet-MANephilimCanonMagma > label > input[type="number"],
div.sheet-MANephilimMSurtur > label > input[type="number"],
div.sheet-MADDjinnSouffle > label > input[type="number"],
div.sheet-MADAsuraPSoniques > label > input[type="number"],
div.sheet-MADemonLames > label > input[type="number"]
{
width:50%;
padding-top:0px;
padding-bottom:0px;
text-align:center;
border:0px;
}
div.sheet-jet > div,
div.sheet-shamanImpregnation > div,
div.sheet-mechaArmureJet > div,
div.sheet-jetVehicule > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > div
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-jet > div:nth-of-type(2),
div.sheet-jet > div:nth-of-type(3),
div.sheet-shamanImpregnation > div:nth-of-type(3),
div.sheet-mechaArmureJet > div:nth-of-type(4),
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > div:nth-of-type(3),
div.sheet-MADDjinnSouffle > div.sheet-special,
div.sheet-MADAsuraPSoniques > div.sheet-special,
div.sheet-MAArchangelCanonMetatron > div.sheet-special,
div.sheet-MANephilimCanonMagma > div.sheet-special,
div.sheet-MANephilimMSurtur > div.sheet-special,
div.sheet-MADemonLames > div.sheet-special
{
display:none;
}
div.sheet-jet > input[type="hidden"][value="1"] + div,
div.sheet-jet > input[type="hidden"][value="2"] + div,
div.sheet-shamanImpregnation > input[type="hidden"][value="1"] + div,
div.sheet-shamanImpregnation > input[type="hidden"][value="2"] + div,
div.sheet-mechaArmureJet > input[type="hidden"][value="1"] + div,
div.sheet-mechaArmureJet > input[type="hidden"][value="2"] + div,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > input[type="hidden"][value="1"] + div,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > input[type="hidden"][value="2"] + div,
div.sheet-MAArchangelCanonMetatron > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-MAArchangelCanonMetatron > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-MANephilimCanonMagma > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-MANephilimCanonMagma > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-MANephilimMSurtur > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-MANephilimMSurtur > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-MADDjinnSouffle > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-MADDjinnSouffle > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-MADAsuraPSoniques > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-MADAsuraPSoniques > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-MADemonLames > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-MADemonLames > input[type="hidden"][value="2"] + div.sheet-special
{
display:flex;
border-top:1px solid var(--sombre);
}
div.sheet-jet > input[type="hidden"][value="1"] + div > select:first-of-type,
div.sheet-jet > input[type="hidden"][value="2"] + div > select,
div.sheet-shamanImpregnation > input[type="hidden"][value="1"] + div > select:first-of-type,
div.sheet-shamanImpregnation > input[type="hidden"][value="2"] + div > select,
div.sheet-mechaArmureJet > input[type="hidden"][value="1"] + div > select:first-of-type,
div.sheet-mechaArmureJet > input[type="hidden"][value="2"] + div > select,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > input[type="hidden"][value="1"] + div > select:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > input[type="hidden"][value="2"] + div > select,
div.sheet-MAArchangelCanonMetatron > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-MAArchangelCanonMetatron > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-MANephilimCanonMagma > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-MANephilimCanonMagma > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-MANephilimMSurtur > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-MANephilimMSurtur > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-MADDjinnSouffle > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-MADDjinnSouffle > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-MADAsuraPSoniques > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-MADAsuraPSoniques > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-MADemonLames > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-MADemonLames > input[type="hidden"][value="2"] + div.sheet-special > select
{
display:flex;
width:50%;
}
div.sheet-jet > div > select,
div.sheet-MALJet > div > select,
div.sheet-shamanImpregnation > div > select,
div.sheet-mechaArmureJet > div:nth-of-type(3) > select,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > div:first-of-type > select,
div.sheet-MAArchangelCanonMetatron select,
div.sheet-MANephilimCanonMagma select,
div.sheet-MANephilimMSurtur select,
div.sheet-MADDjinnSouffle select,
div.sheet-MADAsuraPSoniques select,
div.sheet-MADemonLames select
{
width:50%;
padding:0px;
text-align:center;
border:0px;
}
div.sheet-jet > div:nth-of-type(3) > select,
div.sheet-shamanImpregnation > div:nth-of-type(3) > select,
div.sheet-mechaArmureJet > div:nth-of-type(4) > select,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALJet > div:nth-of-type(3) > select,
div.sheet-MAArchangelCanonMetatron > div.sheet-special > select,
div.sheet-MANephilimCanonMagma > div.sheet-special > select,
div.sheet-MANephilimMSurtur > div.sheet-special > select,
div.sheet-MADDjinnSouffle > div.sheet-special > select,
div.sheet-MADAsuraPSoniques > div.sheet-special > select,
div.sheet-MADemonLames > div.sheet-special > select
{
display:none;
width:50%;
padding:0px;
text-align:center;
border:0px;
}
div.sheet-jet > div:last-of-type > select,
div.sheet-shamanImpregnation > div:last-of-type > select,
div.sheet-mechaArmureJet > div:last-of-type > select
{
width:100%;
padding:0px;
text-align:center;
border:0px;
}
div.sheet-dataArmure > button[type="action"]
{
width:100px;
height:23px;
color:#333;
padding:0px;
justify-content:center;
align-items:center;
background:var(--clair);
border:1px solid var(--sombre);
font-size:12px;
font-variant:small-caps;
font-weight:bold;
margin-top:auto;
margin-bottom:auto;
}
div.sheet-dataArmure > button[type="action"]:hover
{
box-shadow: inset 1px 1px 2px 2px #333;
}
div.sheet-dataArmure > div:not(:first-of-type),
div.sheet-dataArmureShort > div,
div.sheet-physiqueMental > div,
div.sheet-egide > div:not(:first-of-type),
div.sheet-PES > div,
div.sheet-debordement > div:not(:first-of-type),
div.sheet-evolution > div,
div.sheet-sorcererPonctionnerEnergie > div,
div.sheet-styleCombat > div,
div.sheet-barbarianGoliath > div,
div.sheet-bardChangeling > div:not(:nth-of-type(3)),
div.sheet-berserkRage > div.sheet-berserkRageNiveaux,
div.sheet-berserkRage > div.sheet-berserkRagePassif > div,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:not(:nth-of-type(5)),
div.sheet-effetsArmes > div,
div.sheet-portee > div,
div.sheet-druidModJetCompagnons > label,
div.sheet-druidModCompanions > div:not(:first-of-type),
div.sheet-druidCompanionLion > div > div,
div.sheet-druidCompanionLionTab1 > div,
div.sheet-druidCompanionWolf > div > div,
div.sheet-druidCompanionCrow > div > div,
div.sheet-information > div,
div.sheet-monkModeZen > div:not(:first-of-type),
div.sheet-monkModeCea > div:not([class*="titreBR"]):not([class*="titreBS2L"]),
div.sheet-monkModeCea > label,
div.sheet-paladinCDFShrine > div:not(:first-of-type),
div.sheet-paladinWatchtower > div:not(:first-of-type),
div.sheet-paladinLenteEtLourde > div > div,
div.sheet-priestMechanic > div,
div.sheet-priestNanoC > div:not(:first-of-type),
div.sheet-psionPuppetMaster > div:not(:first-of-type),
div.sheet-psionDiscord > div:not(:first-of-type),
div.sheet-psionWindtalker > div,
div.sheet-rangerVision > div:not(:first-of-type),
div.sheet-rangerLongbow > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-oneLineBonusMalusJet > div,
div.sheet-rogueGhost > div:not(:first-of-type),
div.sheet-shamanTotem > label,
div.sheet-shamanAscension > label,
div.sheet-shamanAscension > div:not(:first-of-type),
div.sheet-sorcererMorph > div:not([class*="titreBSA"]),
div.sheet-warlockRecord > label,
div.sheet-warmasterFalcon > div,
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div:not(:first-of-type),
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce > div:not(:first-of-type),
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div:not(:first-of-type),
div.sheet-warriorTypes > div > div:not(:first-of-type),
div.sheet-wizardBorealis > div:not(:first-of-type),
div.sheet-wizardOriflamme > div:not(:first-of-type),
div.sheet-aspectsExceptionnels > div > div,
div.sheet-nods > div,
div.sheet-armeContactPJ > div:not(:first-of-type),
div.sheet-armeContactPNJ > div,
div.sheet-armeDistancePJ > div:not(:first-of-type),
div.sheet-armeDistancePNJ > div,
div.sheet-armeImproviseePJ > div,
div.sheet-MAArmeImprovisee > div,
div.sheet-armeImproviseePNJ > div,
div.sheet-armeImproviseeUtilisationPJ > div,
div.sheet-armeImproviseeUtilisationPNJ > div,
div.sheet-armeAutrePJ > div,
div.sheet-armeAutrePNJ > div,
div.sheet-grenade > div:not(:first-of-type),
div.sheet-grenadePNJ > div:not(:first-of-type),
div.sheet-protections > div,
div.sheet-overdrive > div:not(:first-of-type),
div.sheet-overdrive > div > div,
div.sheet-experienceGloire > div,
div.sheet-domaineArtistique > div:not(:first-of-type),
div.sheet-defenseReactionVehicule > div,
div.sheet-armeVehicule > div,
div.sheet-equipage > div,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALFalcon > div:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWarrior > div > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALPaladin > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALMechanic > div,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALRogue > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALRanger > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALBard > div,
div.sheet-metaArmureLegende > div.sheet-MALWizard > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALWindtalker > div,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div > label,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > label,
div.sheet-mechaArmureEP > div,
div.sheet-mechaArmureDR > div,
div.sheet-mechaArmureAR > div,
div.sheet-MAArchangelConfiguration > div,
div.sheet-MANephilimConfiguration > div,
div.sheet-MAAGabrielOffering > div:not(:first-of-type),
div.sheet-MAAGabrielCurse > div:not(:first-of-type),
div.sheet-MAARaphaelMiracle > div:not(:first-of-type),
div.sheet-MAARaphaelEvacuation > div:not(:first-of-type),
div.sheet-MAArchangelVol > div:not(:first-of-type),
div.sheet-MAArchangelVagueSoin > div,
div.sheet-MAArchangelCanonMetatron > div:not(:first-of-type),
div.sheet-MAArchangelCanonNoe > div:not(:first-of-type),
div.sheet-MANOGStation > div:not(:first-of-type),
div.sheet-MANephilimJericho > div:not(:first-of-type),
div.sheet-MANephilimSiegeTower > div:not(:first-of-type),
div.sheet-MANephilimSaut > div:not(:first-of-type),
div.sheet-MANephilimDronesAirain > div:not(:first-of-type),
div.sheet-MANephilimEmblem > div:not(:first-of-type),
div.sheet-MANephilimCanonMagma > div:not(:first-of-type),
div.sheet-MANephilimMSurtur > div:not(:first-of-type),
div.sheet-MADemonConfiguration > div,
div.sheet-MADDjinnWraith > div:not(:first-of-type),
div.sheet-MADDjinnNanobrume > div:not(:first-of-type),
div.sheet-MADDjinnSouffle > div:not(:first-of-type),
div.sheet-MADAsuraPSoniques > div:not(:first-of-type),
div.sheet-MADAsuraCSonique > div:not(:first-of-type),
div.sheet-MADAsuraBAmrita > div:not(:first-of-type),
div.sheet-MADemonSaut > div:not(:first-of-type),
div.sheet-MADemonLames > div:not(:first-of-type),
div.sheet-MAAsuraInferno > div:not(:first-of-type),
div.sheet-MAAsuraTLA > div:not(:first-of-type),
div.sheet-capaciteUltime > div,
div.sheet-oeuvreArt > div
{
width:100%;
background:var(--clair);
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-dataArmure > div:nth-of-type(2) > span,
div.sheet-shamanAscension > div:nth-of-type(2) > span,
div.sheet-dataArmureShort > div:first-of-type > span,
div.sheet-physiqueMental > div:first-of-type > span,
div.sheet-mechaArmureEP > div:first-of-type > span,
div.sheet-mechaArmureDR > div:first-of-type > span,
div.sheet-mechaArmureEP > div:first-of-type > span
{
line-height:28px;
font-size:14px;
justify-content:center;
color:#333;
font-weight:bold;
align-items:center;
}
div.sheet-dataArmure input[type="number"],
div.sheet-shamanAscension input[type="number"],
div.sheet-dataArmureShort input[type="number"],
div.sheet-physiqueMental input[type="number"],
div.sheet-mechaArmureEP input[type="number"]
{
width:100%;
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-dataArmure > div:not(:first-of-type) > span,
div.sheet-shamanAscension > div:not(:first-of-type) > span,
div.sheet-dataArmureShort > div:not(:first-of-type) > span,
div.sheet-physiqueMental span,
div.sheet-mechaArmureEP span
{
line-height:28px;
font-size:14px;
color:#333;
font-weight:bold;
}
div.sheet-dataArmure > div:not(:nth-of-type(1)) > span:first-of-type,
div.sheet-shamanAscension > div:not(:nth-of-type(1)) > span:first-of-type,
div.sheet-dataArmureShort > div > span:first-of-type,
div.sheet-physiqueMental > div > span:first-of-type,
div.sheet-mechaArmureEP > div > span:first-of-type
{
padding-left:2px;
width:calc(31% - 3px);
}
div.sheet-dataArmure > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-shamanAscension > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-dataArmureShort > div:first-of-type > span:not(:first-of-type),
div.sheet-physiqueMental > div:first-of-type > span:not(:first-of-type),
div.sheet-mechaArmureEP > div:first-of-type > span:not(:first-of-type),
div.sheet-dataArmure > div > div,
div.sheet-shamanAscension > div > div,
div.sheet-dataArmureShort > div > div,
div.sheet-physiqueMental > div > div,
div.sheet-mechaArmureEP > div > div
{
width:23%;
border-left:1px solid var(--sombre);
}
div.sheet-dataArmure > div.sheet-psion:last-of-type > div:last-of-type
{
border:0px;
}
div.sheet-jet > div:not(:first-of-type),
div.sheet-MALJet > div:not(:first-of-type),
div.sheet-dataArmure > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-dataArmureShort > div:not(:first-of-type),
div.sheet-physiqueMental > div:not(:first-of-type),
div.sheet-styleCombat > div:not(:first-of-type),
div.sheet-effetsArmes > div:not(:first-of-type),
div.sheet-portee > div:not(:first-of-type),
div.sheet-berserkIllumination > div:nth-of-type(2),
div.sheet-berserkIllumination > div.sheet-titreBR,
div.sheet-berserkIllumination > div.sheet-titreBSA,
div.sheet-berserkIllumination > div.sheet-titreBRSA,
div.sheet-berserkRage > div.sheet-berserkRagePassif > div,
div.sheet-berserkRage > div.sheet-berserkRageNiveaux > div:not(:first-of-type),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div > div:nth-of-type(3),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div.sheet-titreBR,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(6),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(4) > div,
div.sheet-druidCompanionLion > div > div:not(:first-of-type),
div.sheet-druidCompanionLionTab1 > div:not(:first-of-type),
div.sheet-druidCompanionWolf > div > div:not(:first-of-type),
div.sheet-druidCompanionCrow > div > div:not(:first-of-type),
div.sheet-monkModeZen > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-monkModeCea > div:not([class*="titreBS2L"]):not(:nth-of-type(5)):not(:nth-of-type(9)):not(:nth-of-type(13)),
div.sheet-priestMechanic > div:not(:first-of-type),
div.sheet-priestNanoC > div:nth-of-type(3),
div.sheet-priestNanoC > div.sheet-special,
div.sheet-psionPuppetMaster > div:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(4)),
div.sheet-psionPuppetMaster > input[type="hidden"][value="on"] ~ div:nth-last-of-type(2),
div.sheet-psionDiscord > div:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(5)),
div.sheet-psionDiscord > input[type="hidden"][value="on"] ~ div:nth-last-of-type(2),
div.sheet-psionWindtalker > div:not(:first-of-type),
div.sheet-rogueGhost > div:last-of-type,
div.sheet-rogueGhost > div:nth-last-of-type(2),
div.sheet-shamanImpregnation > div:not(:first-of-type),
div.sheet-shamanTotem > label:not(:first-of-type),
div.sheet-shamanAscension > div,
div.sheet-sorcererMorph > div:not(:first-of-type),
div.sheet-warlockRecord > label:not(:first-of-type),
div.sheet-warlockRecord > div:not(:first-of-type),
div.sheet-warmasterFalcon > div:not(:first-of-type),
div.sheet-warriorTypes > div:not(:first-of-type),
div.sheet-wizardBorealis > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-wizardOriflamme > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-aspectsExceptionnels > div > div:not(:first-of-type),
div.sheet-PES > div:not(:first-of-type),
div.sheet-nods > div:not(:first-of-type),
div.sheet-overdrive > div > div:not(:first-of-type),
div.sheet-experienceGloire > div:not(:first-of-type),
div.sheet-domaineArtistique > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-equipage > .repcontainer > .repitem > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALPriest > div > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALFalcon > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALRogue > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWizard > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALWindtalker > div:last-of-type,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div > label:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > label:not(:first-of-type),
div.sheet-mechaArmureEP > div:not(:first-of-type),
div.sheet-MADDjinnWraith > div:not(:first-of-type):not(:nth-of-type(2))
{
border-top:1px solid var(--sombre);
}
div.sheet-sorcererMorph > div[class*="titreBSA"]:not(:first-of-type)
{
border-top:1px solid var(--clair);
}
div.sheet-dataArmure > div.sheet-psion
{
display:none;
}
div.sheet-dataArmure > div.sheet-flux > input[type="number"]
{
width:calc(23% + 1px);
border-right:1px solid var(--sombre);
}
div.sheet-dataArmure > div.sheet-psion:last-of-typewid > input[type="number"],
div.sheet-dataArmure > div.sheet-resilience > input[type="number"]:last-of-type
{
margin-right:auto;
}
div.sheet-physiqueMental > h1
{
width:100%;
justify-content:center;
color:white;
background:transparent;
font-size:14px;
line-height:28px;
}
div.sheet-egide > div > span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
border-bottom:1px solid var(--sombre);
}
div.sheet-egide > div > input[type="number"]
{
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-egide > div > span,
div.sheet-egide > div > input[type="number"]
{
width:calc(100% / 3);
}
div.sheet-egide > div > span:nth-of-type(2)
{
width:calc((100% / 3) - 2px);
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-egide > div > input[type="number"]:nth-of-type(2)
{
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-PES > div:first-of-type > span
{
width:calc(100% / 3);
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-PES > div > span:last-of-type
{
width:calc(100% / 3);
}
div.sheet-PES > div > span:not(:first-of-type),
div.sheet-PES > div > div
{
border-left:1px solid var(--sombre);
}
div.sheet-PES > div:not(:first-of-type) > span
{
width:calc(100% / 3);
line-height:28px;
font-weight:bold;
}
div.sheet-PES > div > div
{
width:calc(100% / 3);
}
div.sheet-PES input[type="number"]
{
width:100%;
height:28px;
text-align:center;
padding:0px;
border:0px;
}
div.sheet-PES > div.sheet-resilience > span
{
width:calc((100% / 3) - 70px);
line-height:28px;
font-weight:bold;
}
div.sheet-PES > div.sheet-resilience > button[type="action"]
{
width: 68px;
height: 26px;
padding: 0px;
justify-content: center;
align-items: center;
background: var(--sombre);
border: 1px solid var(--clair);
font-size: 12px;
font-variant: small-caps;
font-weight: bold;
margin-top: auto;
margin-bottom: auto;
margin-left:auto;
color:white;
}
div.sheet-PES > div.sheet-resilience > button[type="action"]:hover
{
box-shadow: inset 1px 1px 2px 2px #333;
}
div.sheet-debordement > div > span
{
width:50%;
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-debordement > div > div
{
width:50%;
border-top:1px solid var(--sombre);
}
div.sheet-debordement > div > div > input[type="number"]
{
width:100%;
height: 28px;
text-align: center;
padding: 0px;
border: 0px;
}
div.sheet-debordement > div > span:first-of-type,
div.sheet-debordement > div > div:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-caracteristiqueAspect > div
{
width:100%;
flex-wrap:nowrap;
justify-content:space-between;
}
div.sheet-caracteristiqueAspect > div:first-of-type > div
{
width:60%;
flex-wrap:wrap;
border-right:1px solid var(--sombre);
background:var(--clair);
justify-content:space-between;
}
div.sheet-caracteristiqueAspect > div:first-of-type > div > div
{
width:100%;
flex-wrap:nowrap;
justify-content:space-between;
}
div.sheet-caracteristiqueAspect > div:first-of-type > div > div:not(:last-of-type),
div.sheet-caracteristiqueAspect > div:first-of-type > div > select:not(:last-of-type)
{
border-bottom:1px solid var(--sombre);
}
div.sheet-caracteristiqueAspect > div > div > div > label
{
font-size:14px;
height:28px;
}
div.sheet-caracteristiqueAspect > div > div > div > label:nth-of-type(1)
{
width:60%;
border-right:1px solid var(--sombre);
}
div.sheet-caracteristiqueAspect > div > div > div > label:nth-of-type(2)
{
width:40%;
}
div.sheet-caracteristiqueAspect > div > div > div > label > span
{
width:calc(100% - 52px);
padding-left:2px;
line-height:28px;
align-items:center;
font-weight:bold;
}
div.sheet-caracteristiqueAspect > div > div > div > label > input[type="number"]
{
width:50px;
text-align:center;
padding:0px;
height:28px;
border:0px;
}
div.sheet-caracteristiqueAspect > div > input[type="number"]
{
width:40%;
text-align:center;
padding:0px;
border:0px;
height:87px;
font-size:48px;
font-weight:bold;
}
div.sheet-caracteristiqueAspect > div > div > span
{
width:100%;
line-height:28px;
align-items:center;
justify-content:center;
font-weight:bold;
border-bottom:1px solid var(--sombre);
background:var(--clair);
}
div.sheet-caracteristiqueAspect > div > div > select
{
width:100%;
height:28px;
text-align:center;
border:0px;
padding:0px;
}
div.sheet-caracteristiqueAspect > div.sheet-autoex
{
border-top:1px solid var(--sombre);
}
div.sheet-evolution > div:not(:first-of-type)
{
border-top:1px solid var(--sombre);
}
div.sheet-evolution > div > label
{
width:100px;
height:23px;
font-size:14px;
color:white;
align-self:center;
}
div.sheet-evolution > div > label > input[type="checkbox"]
{
width:100px;
height:23px;
position:absolute;
opacity:0;
}
div.sheet-evolution > div > label > span
{
width:100%;
height:23px;
}
div.sheet-evolution > div > label > span::before
{
display:flex;
width:100%;
line-height:23px;
content:attr(title);
border:1px solid black;
background:var(--sombre);
justify-content:center;
}
div.sheet-evolution > div > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-evolution > div > div
{
display:inline-block;
width:calc(100% - 104px);
flex-wrap:wrap;
padding-left:4px;
}
div.sheet-evolution > div > div > span
{
display:inline-block;
font-size:14px;
text-align:justify;
padding-right:4px;
}
div.sheet-evolution > div > div > b
{
min-width:max-content;
font-weight:bold;
font-size:14px;
padding-right:2px;
}
div.sheet-evolution > div > div > span > b
{
display:contents;
min-width:max-content;
font-weight:bold;
font-size:14px;
padding-right:2px;
padding-left:2px;
}
div.sheet-evolution > div.sheet-druid > label > span
{
color:black;
}
div.sheet-evolution > div.sheet-druid > label > span::before
{
display:none;
}
div.sheet-evolution > div.sheet-druid:nth-of-type(10) > label
{
width:100%;
font-size:14px;
height:28px;
justify-content:space-between;
}
div.sheet-evolution > div.sheet-druid:nth-of-type(10) > label > span
{
width:calc(50% - 2px);
font-size:14px;
height:28px;
line-height:28px;
padding-left:2px;
}
div.sheet-evolution > div.sheet-druid:nth-of-type(10) > label > input[type="number"]
{
width:50%;
font-size:14px;
height:28px;
text-align:center;
padding:0px;
border:0px;
}
div.sheet-evolution > div.sheet-druid:nth-of-type(11) > label
{
width:calc(100% / 3);
font-size:14px;
height:auto;
justify-content:space-between;
flex-wrap:wrap;
}
div.sheet-evolution > div.sheet-druid:nth-of-type(11) > label > span
{
width:100%;
font-size:14px;
height:28px;
line-height:28px;
justify-content:center;
border-bottom:1px solid var(--sombre);
border-right:1px solid var(--sombre);
}
div.sheet-evolution > div.sheet-druid:nth-of-type(11) > label > input[type="number"]
{
width:100%;
font-size:14px;
height:28px;
text-align:center;
padding:0px;
border:0px;
border-right:1px solid var(--sombre);
}
div.sheet-evolution > div.sheet-druid:nth-of-type(11) > label:last-of-type > input[type="number"],
div.sheet-evolution > div.sheet-druid:nth-of-type(11) > label:last-of-type > span
{
border-right:0px;
}
div.sheet-styleCombat > div:first-of-type > select,
div.sheet-effetsArmes > div > select
{
width:100%;
padding:0px;
border:0px;
}
div.sheet-styleCombat > input[type="hidden"][value="puissant"] ~ div:nth-of-type(2),
div.sheet-styleCombat > input[type="hidden"][value="suppression"] ~ div:nth-of-type(3)
{
display:flex;
}
div.sheet-styleCombat > div:nth-of-type(2),
div.sheet-styleCombat > div:nth-of-type(3)
{
display:none;
}
div.sheet-styleCombat > div:nth-of-type(2) > span
{
width:70px;
font-size:14px;
height:28px;
line-height:28px;
font-weight:bold;
padding-left:2px;
color: #333;
font-size:14px;
}
div.sheet-styleCombat > div:nth-of-type(3) > span
{
width:150px;
font-size:14px;
height:28px;
line-height:28px;
font-weight:bold;
padding-left:2px;
color: #333;
font-size:14px;
}
div.sheet-styleCombat > div:nth-of-type(2) > select,
div.sheet-styleCombat > div:nth-of-type(2) > input[type="number"]
{
width:calc(50% - 35px);
padding:0px;
margin:0px;
border:0px;
text-align:center;
}
div.sheet-styleCombat > div:nth-of-type(3) > input[type="number"]
{
width:calc(50% - 150px);
padding:0px;
margin:0px;
border:0px;
text-align:center;
}
div.sheet-styleCombat > div.sheet-autoex,
div.sheet-effetsArmes > div > span,
div.sheet-information > div.sheet-autoex
{
width:100%;
}
div.sheet-effetsArmes > div:nth-of-type(2)
{
height: calc(100% - 28px - 28px - 1px);
}
div.sheet-effetsArmes > div > span
{
background-color:#f5f5f5;
min-height:28px;
padding-right:2px;
padding-left:2px;
text-align:justify;
white-space:pre-line;
}
div.sheet-portee > div > span
{
width:calc(100% / 5);
justify-content:center;
font-size:14px;
line-height:28px;
}
div.sheet-portee > div:first-of-type > span
{
font-weight:bold;
}
div.sheet-portee > div > span:nth-of-type(2)
{
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-portee > div > span:nth-of-type(4)
{
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-paladinLenteEtLourde > input[type="hidden"][value="on"] + div
{
display:none;
}
div.sheet-barbarianGoliath > div:first-of-type > span,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div:first-of-type > span
{
font-weight:bold;
width:calc(50% - 2px);
padding-left:2px;
line-height:28px;
align-items:center;
}
div.sheet-barbarianGoliath > div:first-of-type > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div:first-of-type > input[type="number"]
{
width:50%;
text-align:center;
padding:0px;
height:28px;
border:0px;
}
div.sheet-barbarianGoliath > div:not(:first-of-type):not(:last-of-type),
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div:not(:first-of-type):not(:last-of-type)
{
border-bottom:1px solid var(--sombre);
}
div.sheet-barbarianGoliath > div > span:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div > span:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-barbarianGoliath > div:nth-of-type(even) > span,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div:nth-of-type(even) > span
{
font-weight:bold;
line-height:28px;
justify-content:center;
align-items:center;
}
div.sheet-barbarianGoliath > div:nth-of-type(even) > span:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div:nth-of-type(even) > span:first-of-type
{
width:calc(50% - 1px);
}
div.sheet-barbarianGoliath > div:nth-of-type(even) > span:last-of-type,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div:nth-of-type(even) > span:last-of-type
{
width:50%;
}
div.sheet-barbarianGoliath > div > input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div > input[type="text"]
{
width:50%;
height:28px;
text-align:center;
padding:0px;
border:0px;
}
div.sheet-barbarianGoliath > div > input[type="text"]:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian > div > input[type="text"]:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-bardChangeling > input[type="hidden"][value="on"] ~ .sheet-bard250
{
display:flex;
}
div.sheet-bardChangeling > div.sheet-autoex
{
width:100%;
}
div.sheet-bardChangeling > div:nth-of-type(3)
{
border-top:1px solid var(--sombre);
}
div.sheet-bardChangeling > div > span
{
width:calc(50% - 2px);
padding-left:2px;
font-weight:bold;
line-height:28px;
align-items:center;
}
div.sheet-bardChangeling > div > input[type="text"]
{
width:50%;
border:0px;
text-align:center;
}
div.sheet-bardChangeling > div:last-of-type
{
width:100%;
border-top:1px solid var(--sombre);
}
div.sheet-bardChangeling > div:last-of-type > input[type="text"]
{
width:100%;
border:0px;
text-align:center;
}
div.sheet-berserkIllumination > button[type="roll"]
{
margin-top:1px;
}
div.sheet-berserkIllumination > .sheet-berserkIlluminationBlaze,
div.sheet-berserkIllumination > .sheet-berserkIlluminationCandle,
div.sheet-berserkIllumination > .sheet-berserkIlluminationBeacon,
div.sheet-berserkIllumination > .sheet-berserkIlluminationTorch,
div.sheet-berserkIllumination > .sheet-berserkIlluminationProjector,
div.sheet-berserkIllumination > .sheet-berserkIlluminationLighthouse,
div.sheet-berserkIllumination > .sheet-berserkIlluminationLantern
{
display:none;
}
div.sheet-berserkIllumination > input[type="hidden"]:nth-of-type(1)[value="on"] ~ .sheet-berserkIlluminationBlaze,
div.sheet-berserkIllumination > input[type="hidden"]:nth-of-type(2)[value="on"] ~ .sheet-berserkIlluminationCandle,
div.sheet-berserkIllumination > input[type="hidden"]:nth-of-type(3)[value="on"] ~ .sheet-berserkIlluminationBeacon,
div.sheet-berserkIllumination > input[type="hidden"]:nth-of-type(4)[value="on"] ~ .sheet-berserkIlluminationTorch,
div.sheet-berserkIllumination > input[type="hidden"]:nth-of-type(5)[value="on"] ~ .sheet-berserkIlluminationProjector,
div.sheet-berserkIllumination > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-berserkIlluminationLighthouse,
div.sheet-berserkIllumination > input[type="hidden"]:nth-of-type(7)[value="on"] ~ .sheet-berserkIlluminationLantern
{
display:flex;
}
div.sheet-berserkIllumination > div:not(:nth-of-type(2)),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(4) > div
{
flex-wrap:nowrap;
}
div.sheet-berserkIllumination > div > span,
div.sheet-berserkRage > div.sheet-berserkRagePassif > div > span,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-berserkIllumination > div:first-of-type > span,
div.sheet-berserkIllumination > div > div > input[type="text"],
div.sheet-berserkIllumination > div.sheet-berserkIlluminationCandle > span,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationCandle > input[type="text"],
div.sheet-berserkIllumination > div.sheet-berserkIlluminationLighthouse > span,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationLighthouse > input[type="text"],
div.sheet-berserkIllumination > div.sheet-berserkIlluminationLantern > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(4) > div > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(4) > div > input[type="text"]
{
width:100%;
}
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBlaze > span:nth-of-type(1),
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBlaze > span:nth-of-type(3),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(1) > span:nth-of-type(1),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(1) > span:nth-of-type(3),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(1) > span:nth-of-type(1),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(1) > span:nth-of-type(3),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div > span:nth-of-type(1),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div > span:nth-of-type(3)
{
width:calc(100% / 3);
}
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBlaze > span:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div > span:nth-of-type(2)
{
width:calc((100% / 3) - 2px);
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBeacon > span,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationTorch > span,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationProjector > span,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationLantern > span,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBeacon > div,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationTorch > div,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationProjector > div,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationLantern > div,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(3) > span,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(4) > div,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(3) > span,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(4) > div
{
width:calc(100% / 2);
}
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBeacon > span:last-of-type,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationTorch > span:last-of-type,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationProjector > span:last-of-type,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationLantern > span:last-of-type,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBeacon > div:last-of-type,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationTorch > div:last-of-type,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationProjector > div:last-of-type,
div.sheet-berserkIllumination > div.sheet-berserkIlluminationLantern > div:last-of-type,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(3) > span:last-of-type,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(4) > div:last-of-type,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(3) > span:last-of-type,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(4) > div:last-of-type
{
border-left:1px solid var(--sombre);
}
div.sheet-berserkIllumination input[type="text"],
div.sheet-berserkRage input[type="text"]
{
border: 0px;
text-align: center;
padding: 0px;
height: 28px;
border-top:1px solid var(--sombre);
min-width:0px;
}
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBlaze > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(2) > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(2) > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(2) > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(4) > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(4) > div,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:last-of-type > input[type="text"]
{
width:calc(100% / 3);
}
div.sheet-berserkIllumination > div.sheet-berserkIlluminationBlaze > input[type="text"]:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1 > div:nth-of-type(2) > input[type="text"]:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2 > div:nth-of-type(2) > input[type="text"]:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(2) > input[type="text"]:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(4) > input[type="text"]:nth-of-type(2),
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:last-of-type > input[type="text"]:nth-of-type(2)
{
border-left:1px solid var(--sombre);
border-right:1px solid var(--sombre);
}
div.sheet-berserkRage > input[type="hidden"]:first-of-type[value="on"] ~ div.sheet-berserkRagePassif,
div.sheet-berserkRage > input[type="hidden"]:first-of-type[value="on"] ~ div.sheet-berserkRageNiveaux,
div.sheet-berserkRage > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-berserkRageNiveauxExpand,
div.sheet-berserkRage > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-berserkRageNiveauxExpand,
div.sheet-berserkRage > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-berserkRageNiveauxExpand,
div.sheet-berserkRage > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1,
div.sheet-berserkRage > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2,
div.sheet-berserkRage > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3
{
display:flex;
}
div.sheet-berserkRage > div.sheet-berserkRagePassif,
div.sheet-berserkRage > div.sheet-berserkRageNiveaux,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand,
div.sheet-berserkRage > input[type="hidden"]:first-of-type[value="0"] ~ div.sheet-berserkRageNiveauxExpand,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN1,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN2,
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3
{
display:none;
width: 100%;
}
div.sheet-berserkRage > div > h2
{
width: 100%;
justify-content: center;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
background:var(--clair);
border-top:1px solid var(--sombre);
}
div.sheet-berserkRage > div > div.sheet-subTitleRoll > span
{
width: max-content;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
background: var(--clair);
padding-left: 5px;
}
div.sheet-berserkRage > div > div.sheet-subTitleRoll > button[type="roll"],
div.sheet-druidCompanions button[type="roll"]
{
border-left:1px solid var(--sombre);
}
div.sheet-berserkRage > div.sheet-berserkRagePassif > div:not(:first-of-type) > span,
div.sheet-berserkRage > div.sheet-berserkRagePassif > div:not(:first-of-type) > div
{
width:calc(100% / 4);
}
div.sheet-berserkRage > div.sheet-berserkRagePassif > div:not(:first-of-type) > span:not(:first-of-type),
div.sheet-berserkRage > div.sheet-berserkRagePassif > div:not(:first-of-type) > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-berserkRage > div.sheet-berserkRagePassif > div > div > input[type="text"],
div.sheet-berserkRage > div.sheet-berserkRageNiveauxExpand > div.sheet-berserkRageN3 > div:nth-of-type(4) > div > input[type="text"]
{
width:calc(100% - 28px);
border: 0px;
text-align: center;
padding: 0px;
height: 28px;
border-right:1px solid var(--sombre);
}
div.sheet-druidModJetCompagnons > label > span,
div.sheet-monkModeZen span
{
width: 70%;
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-druidModJetCompagnons > label > input[type="number"],
div.sheet-monkModeZen > div:nth-of-type(2) > input[type="number"]
{
width:30%;
text-align:center;
border:0px;
padding:0px;
}
div.sheet-druidModCompanions > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions > div:not(:first-of-type)
{
flex-wrap: wrap;
padding-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
justify-content:space-evenly;
background:var(--clair);
width:100%;
}
div.sheet-druidModCompanions > div > label,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions > div > label
{
width: 110px;
height: 28px;
margin-top: 1px;
}
div.sheet-druidModCompanions > div > label > input[type="radio"],
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions > div > label > input[type="radio"]
{
width: 110px;
height: 28px;
position: absolute;
opacity: 0;
z-index: 99;
}
div.sheet-druidModCompanions > div > label > input[type="radio"] ~ span,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions > div > label > input[type="radio"] ~ span
{
width: 100%;
}
div.sheet-druidModCompanions > div > label > input[type="radio"] ~ span::before,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions > div > label > input[type="radio"] ~ span::before
{
display: flex;
content: attr(title);
width: 100%;
line-height: 26px;
background: var(--sombre);
border: 1px solid black;
color: white;
justify-content: center;
font-size: 14px;
font-variant: small-caps;
}
div.sheet-druidModCompanions > div > label > input[type="radio"]:checked ~ span::before,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions > div > label > input[type="radio"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-druidCompanions > h1
{
text-transform:capitalize;
}
div.sheet-lion,
div.sheet-wolf,
div.sheet-crow
{
width:100%;
flex-wrap:wrap;
}
div.sheet-druidCompanionLion,
div.sheet-druidCompanionWolf,
div.sheet-druidCompanionCrow
{
width:100%;
align-content:baseline;
background-color:var(--sombre);
flex-wrap:wrap;
border-top:1px solid var(--clair);
}
div.sheet-druidCompanionLion > h2,
div.sheet-druidCompanionWolf > h2
{
width:calc((100% / 4) - 0.75px);
background: transparent;
justify-content:center;
line-height: 28px;
color: white;
font-size:14px;
}
div.sheet-druidCompanionCrow > h2
{
width:calc((100% / 3) - 1px);
background: transparent;
justify-content:center;
line-height: 28px;
color: white;
font-size:14px;
}
div.sheet-druidCompanionWolf > div > h2,
div.sheet-druidCompanionCrow > div > h2
{
width:100%;
background: transparent;
justify-content:center;
line-height: 28px;
color: white;
font-size:14px;
border-top:1px solid var(--sombre);
border-bottom:1px solid var(--sombre);
}
div.sheet-druidCompanionLion > h2:nth-of-type(2),
div.sheet-druidCompanionWolf > h2:nth-of-type(2),
div.sheet-druidCompanionCrow > h2:nth-of-type(2)
{
border-right:1px solid var(--clair);
border-left:1px solid var(--clair);
}
div.sheet-druidCompanionLion > h2:nth-of-type(3),
div.sheet-druidCompanionWolf > h2:nth-of-type(3)
{
border-right:1px solid var(--clair);
}
div.sheet-druidCompanionLion > div:nth-of-type(2),
div.sheet-druidCompanionWolf > div:nth-of-type(2),
div.sheet-druidCompanionCrow > div:nth-of-type(2)
{
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-druidCompanionLion > div:nth-of-type(3),
div.sheet-druidCompanionWolf > div:nth-of-type(3)
{
border-right:1px solid var(--sombre);
}
div.sheet-druidCompanionLion > div,
div.sheet-druidCompanionWolf > div
{
width:calc((100% / 4) - 0.75px);
background: transparent;
justify-content:center;
line-height: 28px;
color: white;
font-size:14px;
flex-wrap:wrap;
}
div.sheet-druidCompanionCrow > div
{
background: transparent;
justify-content:center;
line-height: 28px;
font-size:14px;
flex-wrap:wrap;
}
div.sheet-druidCompanionCrow > div:not(:last-of-type)
{
width:calc((100% / 3) - 1px);
}
div.sheet-druidCompanionCrow > div:last-of-type
{
width:calc(100% / 3);
}
div.sheet-druidCompanionCrow > div:not(:last-of-type)
{
color: white;
}
div.sheet-druidCompanionLion > div:nth-of-type(1) > div > span,
div.sheet-druidCompanionLion > div:nth-of-type(3) > div > span,
div.sheet-druidCompanionWolf > div:nth-of-type(1) > div > span,
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div > span,
div.sheet-druidCompanionCrow > div:nth-of-type(1) > div > span,
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div > span
{
width: calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(4) > b,
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(5) > b,
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(4) > b,
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(5) > b,
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(4) > b,
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(5) > b
{
width: 6px;
line-height: 28px;
align-items:center;
justify-content:center;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(1) > input[type="number"],
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(2) > input[type="number"],
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(1) > input[type="number"],
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(2) > input[type="number"],
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(1) > input[type="number"],
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(2) > input[type="number"]
{
width:50%;
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(4) > input[type="number"],
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(5) > input[type="number"],
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(4) > input[type="number"],
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(5) > input[type="number"],
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(4) > input[type="number"],
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(5) > input[type="number"]
{
width:calc(25% - 3px);
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-druidCompanionLion > div:nth-of-type(1) > div > input[type="number"],
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(3) > input[type="number"],
div.sheet-druidCompanionWolf > div:nth-of-type(1) > div > input[type="number"],
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(3) > input[type="number"],
div.sheet-druidCompanionCrow > div:nth-of-type(1) > div > input[type="number"],
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(3) > input[type="number"]
{
width:calc(50% - 28px);
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-druidCompanionLion > div:nth-of-type(2) > div,
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div
{
justify-content:center;
}
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > span,
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > span
{
width: min-content;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
}
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > span:not(:last-of-type),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > span:not(:last-of-type)
{
display:none;
}
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="0"] ~ span:nth-of-type(1),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="1"] ~ span:nth-of-type(1),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="2"] ~ span:nth-of-type(1),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="3"] ~ span:nth-of-type(1),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="4"] ~ span:nth-of-type(1),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="5"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="0"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="1"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="2"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="3"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="4"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="5"] ~ span:nth-of-type(1)
{
display:flex;
margin-right:2px;
}
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="6"] ~ span:nth-of-type(2),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="7"] ~ span:nth-of-type(2),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="8"] ~ span:nth-of-type(2),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="9"] ~ span:nth-of-type(2),
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"][value="10"] ~ span:nth-of-type(2),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="6"] ~ span:nth-of-type(2),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="7"] ~ span:nth-of-type(2),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="8"] ~ span:nth-of-type(2),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="9"] ~ span:nth-of-type(2),
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"][value="10"] ~ span:nth-of-type(2)
{
display:flex;
margin-right:2px;
}
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"] ~ span:last-of-type::before,
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"] ~ span:last-of-type::before
{
content:"(";
}
div.sheet-druidCompanionLion > div:nth-of-type(2) > div > input[type="hidden"] ~ span:last-of-type::after,
div.sheet-druidCompanionWolf > div:nth-of-type(2) > div > input[type="hidden"] ~ span:last-of-type::after
{
content:")";
}
div.sheet-druidCompanionLion > div:nth-of-type(4),
div.sheet-druidCompanionWolf > div:nth-of-type(4),
div.sheet-druidCompanionCrow > div:nth-of-type(3)
{
background:var(--sombre);
align-content:baseline;
}
div.sheet-druidCompanionLion > div:nth-of-type(4) > input[type="number"],
div.sheet-druidCompanionWolf > div:nth-of-type(4) > input[type="number"],
div.sheet-druidCompanionCrow > div:nth-of-type(3) > input[type="number"]
{
width:100%;
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-druidCompanionWolf > div:nth-of-type(4) > div,
div.sheet-druidCompanionCrow > div:nth-of-type(3) > div
{
width:100%;
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-druidCompanionCrow > div:nth-of-type(3) > div > span
{
width:calc(100% - 26px - 115px);
border:0px;
padding:0px;
text-align:center;
height:28px;
font-weight:bold;
}
div.sheet-druidCompanionWolf > div:nth-of-type(4) > div > select
{
width:calc(100% - 20px - 30px);
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-druidCompanionCrow > div:nth-of-type(3) > div > input[type="number"]
{
width:115px;
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-druidCompanionWolf > div:nth-of-type(4) > div > button[type="action"]
{
width: 20px;
padding: 0px;
font-weight: bold;
background: var(--sombre);
color: white;
border-color: var(--clair);
border-width: 1px;
justify-content: center;
align-items: center;
}
div.sheet-druidCompanionWolf > div:nth-of-type(4) > div > input[type="number"]
{
width: 30px;
height: 28px;
border: 0px;
padding: 0px;
text-align:center;
}
div.sheet-druidCompanionWolf > div:nth-of-type(4) > select
{
padding:0px;
border:0px;
height:30px;
width:100%;
border-top:1px solid var(--sombre);
border-bottom:1px solid var(--sombre);
}
div.sheet-druidCompanionWolf div.sheet-druidFighter
{
display:none;
}
div.sheet-druidCompanionWolf > div:nth-of-type(4) > input[type="hidden"][value="Fighter"] ~ div.sheet-druidFighter
{
display:flex;
}
div.sheet-druidCompanionWolf div.sheet-druidFighter > span
{
width: max-content;
line-height: 28px;
font-size: 14px;
padding-left:2px;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Labor"] ~ div.sheet-druidCompanionWolfConfiguration,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Medic"] ~ div.sheet-druidCompanionWolfConfiguration,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Tech"] ~ div.sheet-druidCompanionWolfConfiguration,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Fighter"] ~ div.sheet-druidCompanionWolfConfiguration,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Recon"] ~ div.sheet-druidCompanionWolfConfiguration,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Labor"] ~ div.sheet-druidCompanionWolfConfiguration > div.sheet-druidCompanionsWolfLabor,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Medic"] ~ div.sheet-druidCompanionWolfConfiguration > div.sheet-druidCompanionsWolfMedik,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Tech"] ~ div.sheet-druidCompanionWolfConfiguration > div.sheet-druidCompanionsWolfTech,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Fighter"] ~ div.sheet-druidCompanionWolfConfiguration > div.sheet-druidCompanionsWolfFighter,
div.sheet-wolf > input[type="hidden"]:first-of-type[value="Recon"] ~ div.sheet-druidCompanionWolfConfiguration > div.sheet-druidCompanionsWolfRecon,
div.sheet-druidCompanionWolfConfiguration > div > input[type="hidden"][value="1"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolfConfiguration > div > input[type="hidden"][value="2"] ~ span:nth-of-type(2),
div.sheet-druidCompanionWolfConfiguration > div > input[type="hidden"][value="3"] ~ span:nth-of-type(3),
div.sheet-druidCompanionWolfTab3 > div > input[type="hidden"][value="1"] ~ span:nth-of-type(1),
div.sheet-druidCompanionWolfTab3 > div > input[type="hidden"][value="2"] ~ span:nth-of-type(2),
div.sheet-druidCompanionWolfTab3 > div > input[type="hidden"][value="3"] ~ span:nth-of-type(3)
{
display:flex;
}
div.sheet-druidCompanionWolfConfiguration
{
display:none;
width:100%;
flex-wrap:wrap;
}
div.sheet-druidCompanionCrowSpecificite
{
width:100%;
flex-wrap:wrap;
background:var(--sombre);
}
div.sheet-druidCompanionWolfConfiguration > h1,
div.sheet-druidCompanionCrowSpecificite > h1
{
width: 100%;
align-content: baseline;
background: transparent;
color: white;
line-height: 28px;
justify-content: center;
font-size: 14px;
}
div.sheet-druidCompanionWolfConfiguration > div
{
display:none;
width:100%;
flex-wrap:wrap;
background:var(--clair);
}
div.sheet-druidCompanionWolfConfiguration > div > span
{
display:none;
width:100%;
text-align:justify;
padding-left:2px;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
}
div.sheet-druidCompanionCrowSpecificite > span
{
width:100%;
text-align:justify;
padding-left:2px;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
background:var(--clair);
}
div.sheet-druidCompanionLionMenu,
div.sheet-druidCompanionWolfMenu,
div.sheet-druidCompanionCrowMenu
{
width: calc(100% + 2px);
justify-content: space-between;
margin-left: -1px;
margin-right: -1px;
}
div.sheet-druidCompanionLionMenu > label
{
width: calc(100% / 3);
height: 28px;
}
div.sheet-druidCompanionLionMenu > label > input[type="checkbox"]
{
width:calc((100% / 3) - 20px);
height: 28px;
opacity:0;
position:absolute;
}
div.sheet-druidCompanionLionMenu > label > input[type="checkbox"] ~ span,
div.sheet-druidCompanionWolfMenu > label > input[type="checkbox"] ~ span,
div.sheet-druidCompanionCrowMenu > label > input[type="checkbox"] ~ span
{
width:100%;
}
div.sheet-druidCompanionLionMenu > label > input[type="checkbox"] ~ span::before,
div.sheet-druidCompanionWolfMenu > label > input[type="checkbox"] ~ span::before,
div.sheet-druidCompanionCrowMenu > label > input[type="checkbox"] ~ span::before
{
content: attr(title);
display:flex;
width: 100%;
line-height: 28px;
background: var(--sombre);
justify-content:center;
color: white;
border-top:1px solid black;
border-bottom:1px solid black;
}
div.sheet-druidCompanionLionMenu > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-druidCompanionWolfMenu > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-druidCompanionCrowMenu > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-druidCompanionLionMenu > label:nth-of-type(1) > input[type="checkbox"] ~ span::before,
div.sheet-druidCompanionLionMenu > label:nth-of-type(3) > input[type="checkbox"] ~ span::before
{
border-right:1px solid black;
border-left:1px solid black;
}
div.sheet-druidCompanionWolfMenu > label,
div.sheet-druidCompanionCrowMenu > label
{
width: 100%;
height: 28px;
}
div.sheet-druidCompanionWolfMenu > label > input[type="checkbox"],
div.sheet-druidCompanionCrowMenu > label > input[type="checkbox"]
{
width:calc(100% - 60px);
height: 28px;
opacity:0;
position:absolute;
}
div.sheet-druidCompanionLionTab1,
div.sheet-druidCompanionLionTab2,
div.sheet-druidCompanionLionTab3,
div.sheet-druidCompanionWolfTab3,
div.sheet-druidCompanionCrowTab3
{
display:none;
}
div.sheet-druidCompanions > div.sheet-lion > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-druidCompanionLionTab1,
div.sheet-druidCompanions > div.sheet-lion > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-druidCompanionLionTab2,
div.sheet-druidCompanions > div.sheet-lion > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-druidCompanionLionTab3,
div.sheet-druidCompanions > div.sheet-wolf > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-druidCompanionWolfTab1,
div.sheet-druidCompanions > div.sheet-wolf > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-druidCompanionWolfTab2,
div.sheet-druidCompanions > div.sheet-wolf > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-druidCompanionWolfTab3,
div.sheet-druidCompanions > div.sheet-crow > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-druidCompanionCrowTab1,
div.sheet-druidCompanions > div.sheet-crow > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-druidCompanionCrowTab2,
div.sheet-druidCompanions > div.sheet-crow > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-druidCompanionCrowTab3
{
display:flex;
}
div.sheet-druidCompanionLionTab1
{
width: 100%;
align-content: baseline;
background-color: var(--sombre);
flex-wrap: wrap;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1)
{
background:var(--clair);
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(1),
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(1)
{
width:calc(100% - 170px - 170px - 172px - 140px - 25px);
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(2)
{
width:170px;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(3),
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(4),
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:nth-of-type(3),
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(3),
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:nth-of-type(4),
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(4)
{
width:169px;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(5)
{
width:140px;
margin-right:29px;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:nth-of-type(5),
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(5)
{
width:140px;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:not(:first-of-type),
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:not(:first-of-type),
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3)
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) div
{
height: 28px;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) input[type="text"],
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) input[type="text"]
{
font-size: 14px;
height: 28px;
padding: 0px;
border: 0px;
padding-left:4px;
min-width:0px;
width:100%;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) input[type="number"],
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) input[type="number"]
{
font-size: 14px;
height: 28px;
justify-content:space-between;
border:0px;
padding:0px;
min-width:0px;
width:100%;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) b,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) b
{
width:28px;
height: 28px;
align-items:center;
justify-content:center;
font-size:14px;
font-weight:bold;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) select,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) select
{
font-size: 14px;
height: 28px;
text-align:center;
padding: 0px;
border: 0px;
padding-left:15px;
min-width:0px;
width:100%;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) select,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) select
{
font-size: 14px;
height: 28px;
text-align:center;
padding: 0px;
border: 0px;
padding-left:15px;
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div > input[type="number"],
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div > input[type="number"]
{
width:calc(50% - 14px);
}
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div > input[type="number"]:first-of-type,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div > input[type="number"]:first-of-type
{
text-align:right;
}
div.sheet-druidCompanionLionTab1 > .repcontainer,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem
{
width:100%;
justify-content:space-between;
flex-wrap:wrap;
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionMenuArme,
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionMenuCoup,
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu
{
width:100%;
justify-content:space-between;
height:23px;
flex-wrap:nowrap;
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionMenuArme > label
{
width:calc(100% / 3);
height:23px;
}
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu > label
{
width:calc(100% / 2);
height:23px;
}
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionMenuCoup > label
{
width:100%;
height:23px;
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionMenuArme > label > input[type="checkbox"]
{
width:calc(100% / 3);
height:23px;
position:absolute;
opacity:0;
z-index:99;
}
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionMenuCoup > label > input[type="checkbox"]
{
width:calc(100% - 62px);
height:23px;
position:absolute;
opacity:0;
z-index:99;
}
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu > label > input[type="checkbox"]
{
width:calc((100% / 2) - 30px);
height:23px;
position:absolute;
opacity:0;
z-index:99;
}
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu > label:nth-of-type(2) > input[type="checkbox"]
{
margin-left:1px;
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionMenuArme > label > input[type="checkbox"] ~ span,
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionMenuCoup > label > input[type="checkbox"] ~ span,
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu > label > input[type="checkbox"] ~ span
{
width:100%;
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionMenuArme > label > input[type="checkbox"] ~ span::before,
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionMenuCoup > label > input[type="checkbox"] ~ span::before,
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu > label > input[type="checkbox"] ~ span::before
{
content: attr(title);
display: flex;
width: 100%;
line-height: 21px;
font-size:12px;
background: var(--sombre);
justify-content: center;
color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionMenuArme > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionMenuCoup > label:nth-of-type(2) > input[type="checkbox"] ~ span::before
{
border-right: 1px solid black;
border-left: 1px solid black;
}
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu > label:nth-of-type(2) > input[type="checkbox"] ~ span::before
{
border-left: 1px solid black;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionMenuArme > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionMenuCoup > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-rangerLongbow > div.sheet-rangerLongbowMenu > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-rangerLongbow > div.sheet-rangerLongbowEffetsBonus > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-capacitesFanMade > div > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-capacitesSpeciales > div > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPJ div.sheet-armeContactOptions > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeVehicule div.sheet-armeAutreOptions > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme,
div.sheet-armeContactPJ div.sheet-armeContactOptions,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions,
div.sheet-armeContactPNJ div.sheet-armeContactOptions,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions,
div.sheet-armeVehicule div.sheet-armeAutreOptions
{
display:none;
width:100%;
flex-wrap:wrap;
justify-content:space-evenly;
background:var(--clair);
}
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-druidCompanionLionTab1 > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-rangerLongbow > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-rangerLongbow > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeContactPJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeContactPJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeContactPJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeContactPJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeDistancePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeDistancePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeDistancePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeDistancePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeContactPNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeContactPNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeContactPNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeContactPNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)) > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4,
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="4"] ~ div.sheet-tab4
{
display:flex;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple,
div.sheet-rangerLongbow div.sheet-triple,
div.sheet-capacitesFanMade div.sheet-triple,
div.sheet-capacitesSpeciales div.sheet-triple,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple
{
flex-wrap:wrap;
width:150px;
height:46px;
margin:2px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label,
div.sheet-capacitesFanMade > div > label,
div.sheet-capacitesSpeciales > div > label,
div.sheet-armeContactPJ div.sheet-armeContactOptions > label,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label,
div.sheet-armeVehicule div.sheet-armeAutreOptions > label
{
width:150px;
height:23px;
margin:2px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > label,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > label,
div.sheet-capacitesFanMade div.sheet-triple > label,
div.sheet-capacitesSpeciales div.sheet-triple > label,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > label,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > label,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > label,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > label,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > label,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > label,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > label
{
width:150px;
height:23px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"],
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label > input[type="checkbox"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > label > input[type="checkbox"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label > input[type="checkbox"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > label > input[type="checkbox"],
div.sheet-capacitesFanMade > div > label > input[type="checkbox"],
div.sheet-capacitesFanMade > div > div.sheet-triple > label > input[type="checkbox"],
div.sheet-capacitesSpeciales > div > label > input[type="checkbox"],
div.sheet-capacitesSpeciales > div > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > label > input[type="checkbox"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label > input[type="checkbox"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label > input[type="checkbox"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label > input[type="checkbox"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label > input[type="checkbox"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label > input[type="checkbox"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > label > input[type="checkbox"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]
{
height: 23px;
opacity: 0;
position: absolute;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"] ~ span,
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label > input[type="checkbox"] ~ span,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label > input[type="checkbox"] ~ span,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-capacitesFanMade > div > label > input[type="checkbox"] ~ span,
div.sheet-capacitesFanMade > div > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-capacitesSpeciales > div > label > input[type="checkbox"] ~ span,
div.sheet-capacitesSpeciales > div > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPJ div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
div.sheet-armeVehicule div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span
{
width:100%;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"] ~ span::before,
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label > input[type="checkbox"] ~ span::before,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label > input[type="checkbox"] ~ span::before,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-capacitesFanMade > div > label > input[type="checkbox"] ~ span::before,
div.sheet-capacitesFanMade > div > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-capacitesSpeciales > div > label > input[type="checkbox"] ~ span::before,
div.sheet-capacitesSpeciales > div > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPJ div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
div.sheet-armeVehicule div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span::before,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before
{
display:flex;
width: 100%;
line-height: 21px;
height: 21px;
background: var(--sombre);
color: White;
content: attr(title);
border: 1px solid black;
font-size: 12px;
justify-content:center;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label.sheet-simple > input[type="checkbox"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label.sheet-simple > input[type="checkbox"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label.sheet-simple > input[type="checkbox"],
div.sheet-capacitesFanMade > div > label.sheet-simple > input[type="checkbox"],
div.sheet-capacitesSpeciales > div > label.sheet-simple > input[type="checkbox"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label.sheet-simple > input[type="checkbox"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label.sheet-simple > input[type="checkbox"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > label.sheet-simple > input[type="checkbox"]
{
width: 150px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label.sheet-double > input[type="checkbox"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label.sheet-double > input[type="checkbox"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label.sheet-double > input[type="checkbox"],
div.sheet-capacitesFanMade > div > label.sheet-double > input[type="checkbox"],
div.sheet-capacitesSpeciales > div > label.sheet-double > input[type="checkbox"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > label.sheet-double > input[type="checkbox"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label.sheet-double > input[type="checkbox"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label.sheet-double > input[type="checkbox"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label.sheet-double > input[type="checkbox"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label.sheet-double > input[type="checkbox"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label.sheet-double > input[type="checkbox"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > label.sheet-double > input[type="checkbox"]
{
width: 120px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label.sheet-double > input[type="number"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label.sheet-double > input[type="number"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label.sheet-double > input[type="number"],
div.sheet-capacitesFanMade > div > label.sheet-double > input[type="number"],
div.sheet-capacitesSpeciales > div > label.sheet-double > input[type="number"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > label.sheet-double > input[type="number"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label.sheet-double > input[type="number"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label.sheet-double > input[type="number"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label.sheet-double > input[type="number"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label.sheet-double > input[type="number"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label.sheet-double > input[type="number"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > label.sheet-double > input[type="number"]
{
width: 30px;
height:23px;
text-align:center;
border-left:0px;
border-top:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
border-radius:0px;
padding:0px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-capacitesFanMade > div > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-capacitesSpeciales > div > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="checkbox"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="checkbox"]
{
width: 75px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > label.sheet-doubleTexte > input[type="text"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > label.sheet-doubleTexte > input[type="text"],
div.sheet-rangerLongbow > div.sheet-rangerLongbowEffetsBonus > label.sheet-doubleTexte > input[type="text"],
div.sheet-capacitesFanMade > div > label.sheet-doubleTexte > input[type="text"],
div.sheet-capacitesSpeciales > div > label.sheet-doubleTexte > input[type="text"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="text"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="text"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="text"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="text"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="text"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="text"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="text"]
{
width: 75px;
height:23px;
text-align:center;
border-left:0px;
border-top:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
border-radius:0px;
padding:0px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > label > input[type="checkbox"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > label > input[type="checkbox"],
div.sheet-capacitesFanMade > div > div.sheet-triple > label > input[type="checkbox"],
div.sheet-capacitesSpeciales > div > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]
{
width: 150px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > div,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > div,
div.sheet-capacitesFanMade > div > div.sheet-triple > div,
div.sheet-capacitesSpeciales > div > div.sheet-triple > div,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > div,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > div,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > div,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > div,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > div,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > div,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > div
{
width: 150px;
height: 23px;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
background:var(--sombre);
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > input[type="number"],
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > div > input[type="number"],
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > div > input[type="number"],
div.sheet-capacitesFanMade > div > div.sheet-triple > div > input[type="number"],
div.sheet-capacitesSpeciales > div > div.sheet-triple > div > input[type="number"],
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"],
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"],
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"],
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"],
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"],
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"],
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]
{
width: calc(50% - 14px);
height:23px;
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
border-radius:0px;
padding:0px;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-capacitesFanMade > div > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-capacitesSpeciales > div > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:first-of-type
{
border-right:0px solid black;
text-align:right;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-capacitesFanMade > div > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-capacitesSpeciales > div > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:last-of-type
{
border-left:0px solid black;
text-align:left;
}
div.sheet-druidCompanionLionTab1 div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > span,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple > div > span,
div.sheet-rangerLongbow div.sheet-rangerLongbowEffetsBonus > div.sheet-triple > div > span,
div.sheet-capacitesFanMade > div > div.sheet-triple > div > span,
div.sheet-capacitesSpeciales > div > div.sheet-triple > div > span,
div.sheet-armeContactPJ div.sheet-armeContactOptions > div.sheet-triple > div > span,
div.sheet-armeDistancePJ div.sheet-armeDistanceOptions > div.sheet-triple > div > span,
div.sheet-armeAutrePJ div.sheet-armeAutreOptions > div.sheet-triple > div > span,
div.sheet-armeAutrePNJ div.sheet-armeAutreOptions > div.sheet-triple > div > span,
div.sheet-armeContactPNJ div.sheet-armeContactOptions > div.sheet-triple > div > span,
div.sheet-armeDistancePNJ div.sheet-armeDistanceOptions > div.sheet-triple > div > span,
div.sheet-armeVehicule div.sheet-armeAutreOptions > div.sheet-triple > div > span
{
width: 28px;
height: 23px;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: bold;
color:white;
border-bottom:1px solid black;
}
div.sheet-druidCompanionLionTab2
{
width:100%;
flex-wrap:wrap;
}
div.sheet-moduleStats
{
margin-bottom:5px;
}
div.sheet-druidCompanionLionTab2 > div:first-of-type
{
width:100%;
flex-wrap:wrap;
justify-content:space-between;
background-color: var(--sombre);
border-bottom:1px solid var(--sombre);
}
div.sheet-druidCompanionLionTab2 > div:first-of-type > h4
{
color: white;
justify-content: center;
width:100%;
line-height:29px;
}
div.sheet-moduleStats > div,
div.sheet-druidCompanionLionTab2 > div:first-of-type > div
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-moduleStats > div > div,
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > div
{
width:calc(100%/6);
justify-content:space-between;
background-color: var(--clair);
flex-wrap:nowrap;
}
div.sheet-moduleStats > div > div:not(:last-of-type),
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > div:not(:last-of-type)
{
border-right:1px solid var(--sombre);
}
div.sheet-moduleStats > div > div > span,
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > div > span
{
width:max-content;
font-weight:bold;
font-variant:small-caps;
line-height:28px;
padding-left:3px;
}
div.sheet-moduleStats > div > div > label,
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > div > label
{
width: 45px;
height: 28px;
margin: 0px;
padding: 0px;
align-items: center;
flex-wrap:nowrap;
margin-left:auto;
}
div.sheet-moduleStats > div > div > label > input[type="number"],
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > div > label > input[type="number"]
{
background: transparent;
border: none;
line-height: 28px;
height: 28px;
padding: 0px;
width: 19px;
font-weight: bold;
font-size: 13px;
text-align: center;
margin-left: auto;
text-align: right;
color:RGB(55, 53, 53);
}
div.sheet-moduleStats > div > div > label > b,
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > div > label > b
{
font-size: 14px;
line-height: 28px;
color:RGB(55, 53, 53);
}
div.sheet-moduleStats > div > div > label > span,
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > div > label > span
{
line-height: 28px;
margin: 0px;
width: auto;
text-align: center;
font-size: 13px;
margin-right: 2px;
color:RGB(55, 53, 53);
}
div.sheet-druidCompanionLionTab2 .repcontrol
{
background:transparent;
}
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2)
{
width:100%;
}
div.sheet-moduleList > .repcontainer,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer
{
width:100%;
justify-content:space-between;
}
div.sheet-moduleList > .repcontrol
{
background:none;
border:0px;
}
div.sheet-moduleList > .repcontainer > .repitem
{
width:calc(50% - 10px);
justify-content:space-between;
background-color:var(--sombre);
border:1px solid var(--sombre);
align-self:flex-start;
}
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem
{
width:calc(50% - 10px);
justify-content:space-between;
background-color:var(--sombre);
border:1px solid var(--clair);
align-self:flex-start;
}
div.sheet-moduleList > .repcontainer > .repitem:not(:nth-of-type(1)):not(:nth-of-type(2)),
div.sheet-moduleList > .editmode > .repitem:nth-of-type(2),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem:not(:nth-of-type(1)):not(:nth-of-type(2)),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > .repitem:nth-of-type(2)
{
margin-top:10px;
}
div.sheet-moduleList > .editmode > .repitem,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > .repitem
{
width:100%;
}
div.sheet-moduleList > .repcontainer > .repitem span,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem span
{
line-height: 28px;
font-size: 13px;
}
div.sheet-moduleList > .repcontainer > .repitem input[type="text"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem input[type="text"]
{
height: 28px;
border: 0px;
padding: 0px;
padding-left: 2px;
}
div.sheet-moduleList > .repcontainer > .repitem input[type="number"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem input[type="number"]
{
height: 28px;
border: 0px;
padding: 0px;
text-align:center;
}
div.sheet-moduleList > .repcontainer > .repitem > div:not(:last-of-type):not(:nth-last-of-type(3)),
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand > div,
div.sheet-moduleList > .repcontainer > .repitem > label,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:not(:last-of-type):not(:nth-last-of-type(3)),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand > div,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label
{
width:100%;
height:28px;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-last-of-type(3),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-last-of-type(3)
{
flex-wrap:nowrap;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-last-of-type(3) span,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-last-of-type(3) span
{
line-height:inherit;
font-size:inherit;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(3),
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(4),
div.sheet-moduleList > .repcontainer > .repitem > label,
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand > div,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(4),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand > div
{
background:var(--clair);
}
div.sheet-moduleList > .repcontainer > .repitem > label,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label
{
border-top:1px solid var(--sombre);
border-bottom:1px solid var(--sombre);
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"]
{
width: calc(100% - 26px);
text-align: center;
background: transparent;
color: white;
font-weight: bold;
font-variant: small-caps;
padding: 0px;
padding-right: 25px;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(3) > label,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3) > label
{
width:calc(100% - 100px - 1px);
border-right:1px solid var(--sombre);
}
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3) > div,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3) > div
{
width:100px;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(3) > label > span,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3) > label > span
{
width:80px;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(3) > label > input[type="text"],
div.sheet-moduleList > .repcontainer > .repitem > label > input[type="text"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3) > label > input[type="text"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label > input[type="text"]
{
width:calc(100% - 80px);
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(3) > div > button[type="action"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3) > div > button[type="action"]
{
width: 20px;
padding: 0px;
font-weight: bold;
background: var(--sombre);
color: white;
border-color: var(--clair);
border-width: 1px;
justify-content: center;
align-items: center;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(3) > div > input[type="number"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(3) > div > input[type="number"]
{
width:77px;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(5),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(5)
{
position:relative;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"]
{
width: 20px;
height: 28px;
margin: 0px;
padding: 0px;
background: transparent;
border: 0px;
color: white;
font-size: 18px;
font-weight: bold;
text-align: center;
}
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(5) > h4,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(5) > h4
{
position:absolute;
width:100%;
line-height:28px;
justify-content:center;
color:white;
}
div.sheet-moduleList > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] + div.sheet-expand,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > input[type="hidden"]:last-of-type[value="1"] + div.sheet-expand
{
display:flex;
}
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand
{
display:none;
width:100%;
justify-content:space-between;
}
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand > div:not(:first-of-type),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand > div:not(:first-of-type)
{
border-top:1px solid var(--sombre);
}
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand > div > label,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand > div > label
{
width:50%;
justify-content:space-between;
}
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand > div > label:last-of-type,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand > div > label:last-of-type
{
border-left:1px solid var(--sombre);
}
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand > div > label > span,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand > div > label > span
{
width: 105px;
padding-left: 3px;
}
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-expand > div > label > input[type="number"],
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-expand > div > label > input[type="number"]
{
width:calc(100% - 105px);
}
div.sheet-moduleList > .repcontainer > .repitem > input[type="hidden"]:first-of-type[value="1"] ~ div:not(:nth-of-type(2)),
div.sheet-moduleList > .repcontainer > .repitem > input[type="hidden"]:first-of-type[value="1"] ~ label,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > input[type="hidden"]:first-of-type[value="1"] ~ div:not(:nth-of-type(2)),
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > input[type="hidden"]:first-of-type[value="1"] ~ label
{
display:none;
}
div.sheet-druidCompanionLionTab3,
div.sheet-druidCompanionWolfTab3,
div.sheet-druidCompanionCrowTab3
{
width:100%;
flex-wrap:wrap;
justify-content:space-between;
align-items:baseline;
}
div.sheet-druidCompanionLionTab3 > div:first-of-type,
div.sheet-druidCompanionLionTab3 > div:last-of-type,
div.sheet-druidCompanionWolfTab3 > div,
div.sheet-druidCompanionCrowTab3 > div
{
width:calc(50% - 5px);
flex-wrap:wrap;
background:var(--clair);
}
div.sheet-druidCompanionWolfTab3 > div:not(:first-of-type)
{
align-content:baseline;
align-self:stretch;
}
div.sheet-druidCompanionWolfTab3 > div:not(:nth-of-type(1)):not(:nth-of-type(2))
{
border-top:2px solid var(--sombre);
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div,
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div,
div.sheet-druidCompanionCrowTab3 > div:first-of-type > div,
div.sheet-druidCompanionLionTab3 > div:last-of-type > div,
div.sheet-druidCompanionWolfTab3 > div > div,
div.sheet-druidCompanionWolfTab3 > div > span
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:not(:last-of-type),
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:not(:last-of-type),
div.sheet-druidCompanionCrowTab3 > div:first-of-type > div:not(:last-of-type),
div.sheet-druidCompanionLionTab3 > div:last-of-type > div,
div.sheet-druidCompanionLionTab3 > div:last-of-type > label:not(:last-of-type),
div.sheet-druidCompanionWolfTab3 > div
{
border-bottom:1px solid var(--sombre);
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:first-of-type > span:first-of-type,
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:first-of-type > span:first-of-type
{
margin-left:calc(20% + 2px);
width:calc(40% - 4px);
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:first-of-type > span:last-of-type,
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:first-of-type > span:last-of-type
{
width:40%;
}
div.sheet-druidCompanionCrowTab3 > div:first-of-type > div:first-of-type > span
{
margin-left:calc(40% + 2px);
width:calc(60% - 4px);
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:first-of-type > span,
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:first-of-type > span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
border-left:1px solid var(--sombre);
}
div.sheet-druidCompanionCrowTab3 > div:first-of-type > div:first-of-type > span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
border-left:1px solid var(--sombre);
border-right:1px solid var(--sombre);
}
div.sheet-druidCompanionLionTab3 > div:last-of-type > div:last-of-type > span
{
margin-left:calc((100% / 2) + 1px);
width:calc(100% / 2);
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
border-left:1px solid var(--sombre);
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:not(:first-of-type) > input[type="number"],
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:not(:first-of-type) > input[type="number"]
{
width:calc(40% - 2px);
text-align:center;
border:0px;
border-right:1px solid var(--sombre);
padding:0px;
height:28px;
border-left:1px solid var(--sombre);
}
div.sheet-druidCompanionCrowTab3 > div:first-of-type > div:not(:first-of-type) > input[type="number"]
{
width:calc(60% - 2px);
text-align:center;
border:0px;
border-right:1px solid var(--sombre);
padding:0px;
height:28px;
border-left:1px solid var(--sombre);
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:not(:first-of-type) > span,
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:not(:first-of-type) > span,
div.sheet-druidCompanionCrowTab3 > div:first-of-type > div:not(:first-of-type) > span
{
line-height: 28px;
padding-left:2px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:not(:first-of-type) > span:first-of-type,
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:not(:first-of-type) > span:first-of-type
{
width:20%;
}
div.sheet-druidCompanionCrowTab3 > div:first-of-type > div:not(:first-of-type) > span:first-of-type
{
width:40%;
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:not(:first-of-type) > span:not(:first-of-type),
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:not(:first-of-type) > span:not(:first-of-type)
{
width:40%;
}
div.sheet-druidCompanionLionTab3 > div:last-of-type > label > span
{
width:calc(100% / 2);
line-height: 28px;
padding-left:2px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-druidCompanionLionTab3 > div:last-of-type > label > input[type="number"]
{
width:calc(100% / 2);
text-align:center;
border:0px;
border-left:1px solid var(--sombre);
padding:0px;
height:28px;
}
div.sheet-druidCompanionLionTab3 > div:first-of-type > div:not(:first-of-type) > select,
div.sheet-druidCompanionWolfTab3 > div:first-of-type > div:not(:first-of-type) > select
{
width:40%;
text-align:center;
border:0px;
padding:0px;
height:28px;
}
div.sheet-druidCompanionWolfTab3 > div:not(:first-of-type) > div
{
position:relative;
height:24px;
}
div.sheet-druidCompanionWolfTab3 > div:not(:first-of-type) > div > span
{
position:absolute;
width:100%;
font-size:14px;
line-height:24px;
font-weight:bold;
justify-content:center;
}
div.sheet-druidCompanionWolfTab3 > div:not(:first-of-type) > div > select
{
width:85px;
height:24px;
line-height:24px;
padding:0px;
border:0px;
margin-left:auto;
}
div.sheet-druidCompanionWolfTab3 > div:not(:first-of-type) > span
{
display:none;
width:100%;
border-top:1px solid var(--sombre);
padding:2px;
text-align:justify;
}
div.sheet-monkModeZen > div:last-of-type > input[type="number"]
{
width:50%;
text-align:center;
padding:0px;
border:0px;
height:28px;
}
div.sheet-monkModeZen > div:last-of-type > input[type="number"]:last-of-type
{
border-left:1px solid var(--sombre);
}
div.sheet-monkModeCea > div.sheet-special,
div.sheet-monkModeCea > div.sheet-special > select
{
display:none;
}
div.sheet-monkModeCea > input[type="hidden"]:last-of-type[value="1"] + div.sheet-special,
div.sheet-monkModeCea > input[type="hidden"]:last-of-type[value="2"] + div.sheet-special,
div.sheet-monkModeCea > input[type="hidden"]:last-of-type[value="1"] + div.sheet-special > select:first-of-type,
div.sheet-monkModeCea > input[type="hidden"]:last-of-type[value="2"] + div.sheet-special > select
{
display:flex;
}
div.sheet-monkModeCea span
{
line-height: 28px;
font-size:14px;
color: #333;
font-weight: bold;
align-items:center;
}
div.sheet-monkModeCea input[type="number"],
div.sheet-monkModeCea input[type="text"],
div.sheet-monkModeCea select
{
border:0px;
padding:0px;
text-align:center;
height:28px;
}
div.sheet-monkModeCea > div > div > input[type="number"],
div.sheet-monkModeCea > div > div > input[type="text"],
div.sheet-monkModeCea > div > input[type="text"]
{
width:100%;
}
div.sheet-monkModeCea > label,
div.sheet-monkModeCea > div
{
flex-wrap:nowrap;
}
div.sheet-monkModeCea > label > span
{
width: calc(50% - 2px);
padding-left: 2px;
}
div.sheet-monkModeCea > label > input[type="number"]
{
width: 50%;
}
div.sheet-monkModeCea > div > select
{
width: 50%;
}
div.sheet-monkModeCea > div:not(:first-of-type):not(:last-of-type) > span,
div.sheet-monkModeCea > div > div
{
width: calc(100% / 4);
justify-content:center;
}
div.sheet-monkModeCea > div:not(:first-of-type):not(:last-of-type) > span:not(:first-of-type),
div.sheet-monkModeCea > div > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-monkModeCea > div:last-of-type > span
{
width: calc(70% - 2px);
}
div.sheet-monkModeCea > div:last-of-type > input[type="number"]
{
width: 30%;
}
div.sheet-paladinCDFShrine span,
div.sheet-MALPaladin span
{
width:calc(100% / 3);
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-paladinCDFShrine input[type="number"],
div.sheet-MALPaladin input[type="number"]
{
width:100%;
height:28px;
border:0px;
text-align:center;
padding:0px;
border-top:1px solid var(--sombre);
}
div.sheet-paladinCDFShrine > div > div,
div.sheet-MALPaladin > div > div
{
width:calc(100% / 3);
}
div.sheet-paladinCDFShrine > div > span:not(:first-of-type),
div.sheet-paladinCDFShrine > div > div:not(:first-of-type),
div.sheet-MALPaladin > div > span:not(:first-of-type),
div.sheet-MALPaladin > div > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-paladinWatchtower > div > span
{
width: calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-paladinWatchtower > div > input[type="number"]
{
width: 50%;
border:0px;
text-align:center;
height:28px;
}
div.sheet-paladinLenteEtLourde
{
width:100%;
}
div.sheet-paladinLenteEtLourde > div > div > span
{
width:100%;
padding:2px;
text-align:justify;
}
div.sheet-priestMechanic > div > span,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALMechanic > div > span
{
width: calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-priestMechanic > div > input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALMechanic > div > input[type="text"]
{
width: calc(50% - 28px);
height:28px;
border:0px;
text-align:center;
}
div.sheet-priestMechanic button[type="roll"],
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALMechanic button[type="roll"]
{
border-left:1px solid var(--sombre);
}
div.sheet-priestNanoC > div.sheet-special,
div.sheet-priestNanoC > div.sheet-special > select,
div.sheet-psionPuppetMaster > div.sheet-special,
div.sheet-psionPuppetMaster > div.sheet-special > select,
div.sheet-psionDiscord > div.sheet-special,
div.sheet-psionDiscord > div.sheet-special > select,
div.sheet-psionDiscord > label:nth-of-type(1),
div.sheet-psionDiscord > label:nth-of-type(2),
div.sheet-psionDiscord > input[type="hidden"]:first-of-type[value="0"] ~ div.sheet-special,
div.sheet-psionPuppetMaster > div:first-of-type > label:nth-of-type(1),
div.sheet-psionPuppetMaster > div:first-of-type > label:nth-of-type(2),
div.sheet-psionPuppetMaster > input[type="hidden"]:first-of-type[value="0"] ~ div.sheet-special,
div.sheet-rogueGhost > div.sheet-special,
div.sheet-rogueGhost > div.sheet-special > select,
div.sheet-wizardBorealis > div.sheet-special,
div.sheet-wizardBorealis > div.sheet-special > select,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > div.sheet-special > select,
div.sheet-metaArmureLegende > div.sheet-MALRogue > div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALRogue > div.sheet-special > select,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > div.sheet-special > select,
div.sheet-MADDjinnWraith > div.sheet-special,
div.sheet-MADDjinnWraith > div.sheet-special > select
{
display:none;
}
div.sheet-priestNanoC > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-priestNanoC > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-priestNanoC > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-priestNanoC > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-psionPuppetMaster > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-psionPuppetMaster > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-psionPuppetMaster > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-psionPuppetMaster > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-psionDiscord > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-psionDiscord > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-psionDiscord > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-psionDiscord > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-rogueGhost > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-rogueGhost > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-rogueGhost > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-rogueGhost > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-metaArmureLegende > div.sheet-MALRogue > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALRogue > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALRogue > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALRogue > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > input[type="hidden"][value="2"] + div.sheet-special > select,
div.sheet-MADDjinnWraith > input[type="hidden"][value="1"] + div.sheet-special,
div.sheet-MADDjinnWraith > input[type="hidden"][value="1"] + div.sheet-special > select:first-of-type,
div.sheet-MADDjinnWraith > input[type="hidden"][value="2"] + div.sheet-special,
div.sheet-MADDjinnWraith > input[type="hidden"][value="2"] + div.sheet-special > select
{
display:flex;
}
div.sheet-priestNanoC > div > select,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > div > select
{
width:50%;
padding:0px;
text-align:center;
border:0px;
}
div.sheet-priestNanoC > div:not(:last-of-type) > span,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > div:not(:last-of-type) > span
{
width: calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-priestNanoC > div > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALPriest > div.sheet-MALNanoC > div > input[type="number"]
{
width: 50%;
border:0px;
text-align:center;
padding:0px;
}
div.sheet-psionPuppetMaster > input[type="hidden"][value="on"] ~ .sheet-psion150,
div.sheet-psionDiscord > input[type="hidden"][value="on"] ~ .sheet-psion200,
div.sheet-psionPuppetMaster > input[type="hidden"][value="on"] ~ div > .sheet-psion150,
div.sheet-psionDiscord > input[type="hidden"][value="on"] ~ div > .sheet-psion200,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > input[type="hidden"][value="on"] ~ label:nth-of-type(1),
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > input[type="hidden"][value="on"] ~ label:nth-of-type(2)
{
display:flex;
}
div.sheet-psionPuppetMaster > div.sheet-psion150 > select,
div.sheet-psionPuppetMaster > div.sheet-special > select,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > select,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div > div > select,
div.sheet-psionDiscord > div > select,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div > select
{
width:50%;
border:0px;
text-align:center;
padding:0px;
}
div.sheet-psionDiscord > div.sheet-psion200 > select:last-of-type,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div:nth-of-type(3) > select:last-of-type
{
width: calc(50% - 28px);
padding-left:28px;
}
div.sheet-psionPuppetMaster > div > span,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALPuppetMaster > div > span
{
width: 100%;
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
}
div.sheet-psionDiscord span,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-psionDiscord input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord input[type="text"]
{
width: 100%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-psionDiscord > div.sheet-psion200 > span,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div.sheet-psion200 > span
{
width: calc(50% - 2px);
padding-left: 2px;
}
div.sheet-psionDiscord > div.sheet-psion200 > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div > input[type="number"]
{
width: 50%;
border:0px;
text-align:center;
padding:0px;
}
div.sheet-psionDiscord > div:nth-last-of-type(2) > span,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div:nth-last-of-type(2) > span,
div.sheet-psionDiscord > div:last-of-type > div,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div:last-of-type > div
{
width: calc(100% / 3);
justify-content:center;
}
div.sheet-psionDiscord > div:nth-last-of-type(2) > span:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div:nth-last-of-type(2) > span:not(:first-of-type),
div.sheet-psionDiscord > div:last-of-type > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALDiscord > div:last-of-type > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-psionWindtalker > div > span,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div.sheet-MALWindtalker > div > span
{
width: 100%;
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
}
div.sheet-rangerVision > div > select,
div.sheet-metaArmureLegende > div.sheet-MALRanger > div > select
{
width: 50%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-oneLineBonusMalusJet > div > span
{
width: calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-sorcererMorph > div.sheet-special,
div.sheet-wizardBorealis > div.sheet-special
{
display:none;
}
div.sheet-ranger
{
width:100%;
}
div.sheet-rangerLongbow > input[type="hidden"][value="1"]:nth-of-type(4) ~ div.sheet-special > div:last-of-type
{
margin-left:calc(100% / 5);
}
div.sheet-rangerLongbow > input[type="hidden"][value="0"]:nth-of-type(4) ~ div.sheet-special > label
{
width:calc(((100% / 5) * 2) - 1px);
}
div.sheet-rangerLongbow > div > span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-rangerLongbow select
{
width:100%;
text-align: center;
border: 0px;
margin: 0px;
padding:0px;
}
div.sheet-rangerLongbow > div:not(:first-of-type):not(:nth-of-type(2)).sheet-rangerLongbowEffetsBonus
{
flex-wrap:wrap;
justify-content:space-evenly;
}
div.sheet-rangerLongbow > div:nth-of-type(3) > span:not(:first-of-type),
div.sheet-rangerLongbow > div:nth-of-type(5) > div:not(:last-of-type):not(:first-of-type),
div.sheet-rangerLongbow > div:not(:first-of-type):not(:nth-of-type(2)).sheet-special > div:first-of-type
{
border-left:1px solid var(--sombre);
}
div.sheet-rangerLongbow > div:nth-of-type(5) > div,
div.sheet-rangerLongbow > div.sheet-special
{
border-top:1px solid var(--sombre);
}
div.sheet-rangerLongbow > div:not(:first-of-type):not(:nth-of-type(2)).sheet-special
{
justify-content:flex-end;
}
div.sheet-rangerLongbow > div:nth-of-type(3) > span:not(:last-of-type),
div.sheet-rangerLongbow > div:nth-of-type(5) > div,
div.sheet-rangerLongbow > div.sheet-special > div
{
width:calc(100% / 5);
}
div.sheet-rangerLongbow > div.sheet-special > div:first-of-type
{
width:calc((100% / 5) - 1px);
}
div.sheet-rangerLongbow > div:nth-of-type(3) > span:last-of-type,
div.sheet-rangerLongbow > div.sheet-special > label
{
width:calc((100% / 5) * 2);
}
div.sheet-rangerLongbow > div.sheet-special,
div.sheet-rangerLongbow > div.sheet-special > div,
div.sheet-rangerLongbow > div.sheet-special > label,
div.sheet-rangerLongbow div.sheet-evol
{
display:none;
}
div.sheet-rangerLongbow > div.sheet-special > label
{
border: 0px;
margin: 0px;
padding: 0px;
height: 28px;
border-left:1px solid var(--sombre);
justify-content:space-between;
}
div.sheet-rangerLongbow > div.sheet-special > label > span
{
width: 126px;
padding-left: 2px;
line-height: 27px;
font-size: 14px;
color: #333;
font-weight: bold;
padding-right: 2px;
}
div.sheet-rangerLongbow > div.sheet-special > label > input[type="number"]
{
width: 50%;
text-align: center;
border: 0px;
margin: 0px;
padding: 0px;
}
div.sheet-rangerLongbow > div:nth-of-type(5)
{
width:100%;
justify-content:space-between;
border-bottom:1px solid var(--sombre);
background:var(--clair);
}
div.sheet-rangerLongbow > div:not(:first-of-type):not(:nth-of-type(2)):nth-of-type(6)
{
width:100%;
justify-content:space-between;
background:var(--sombre);
}
div.sheet-rangerLongbow > div:nth-of-type(6) > div
{
width:calc(50% - 3px);
justify-content:space-evenly;
flex-wrap:wrap;
border:1px solid var(--clair);
background:var(--clair);
}
div.sheet-rangerLongbow > div:nth-of-type(2) > button[type="roll"]:last-of-type,
div.sheet-rangerLongbow > div:nth-of-type(5) > select:nth-of-type(2),
div.sheet-rangerLongbow > div:nth-of-type(5) > select:nth-of-type(4),
div.sheet-rangerLongbow > div:nth-of-type(6) > h1,
div.sheet-rangerLongbow > div:nth-of-type(6) > div > h1:last-of-type,
div.sheet-rangerLongbow > div:nth-of-type(6) > div:last-of-type
{
display:none;
}
div.sheet-rangerLongbow > div:nth-of-type(5) > select
{
border: 0px;
text-align: center;
padding: 0px;
height: 28px;
}
div.sheet-rangerLongbow > div:nth-of-type(6) > div > h1
{
background:var(--sombre);
}
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(2) ~ div > button[type="roll"]:first-of-type,
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(2) ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(2) ~ div:nth-of-type(5) > div:nth-of-type(3),
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(3) ~ div:nth-of-type(6) > div > h1:first-of-type
{
display:none;
}
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(1) ~ div:nth-of-type(6) > div:last-of-type,
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(2) ~ div > button[type="roll"]:last-of-type,
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(2) ~ div:nth-of-type(5) > div.sheet-evol,
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(3) ~ div:nth-of-type(6) > div > h1:last-of-type,
div.sheet-rangerLongbow > input[type="hidden"][value="1"]:nth-of-type(4) ~ div.sheet-special,
div.sheet-rangerLongbow > input[type="hidden"][value="1"]:nth-of-type(4) ~ div.sheet-special > div:last-of-type,
div.sheet-rangerLongbow > input[type="hidden"][value="2"]:nth-of-type(4) ~ div.sheet-special,
div.sheet-rangerLongbow > input[type="hidden"][value="2"]:nth-of-type(4) ~ div.sheet-special > div,
div.sheet-rangerLongbow > input[type="hidden"][value="pilonnage"]:nth-of-type(5) + div.sheet-special,
div.sheet-rangerLongbow > input[type="hidden"][value="pilonnage"]:nth-of-type(5) + div.sheet-special > label,
div.sheet-sorcererMorph > input[type="hidden"]:nth-of-type(2)[value="1"] ~ div.sheet-special,
div.sheet-sorcererMorph > input[type="hidden"]:nth-of-type(2)[value="1"] ~ div.sheet-special > select:first-of-type,
div.sheet-sorcererMorph > input[type="hidden"]:nth-of-type(2)[value="2"] ~ div.sheet-special,
div.sheet-sorcererMorph > input[type="hidden"]:nth-of-type(2)[value="2"] ~ div.sheet-special > select,
div.sheet-wizardBorealis > input[type="hidden"][value="1"] ~ div.sheet-special,
div.sheet-wizardBorealis > input[type="hidden"][value="1"] ~ div.sheet-special > select:first-of-type,
div.sheet-wizardBorealis > input[type="hidden"][value="2"] ~ div.sheet-special,
div.sheet-wizardBorealis > input[type="hidden"][value="2"] ~ div.sheet-special > select
{
display:flex;
}
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(1) ~ div:nth-of-type(6) > div
{
width:calc((100% / 3) - 3px);
}
div.sheet-rogueGhost button[type="roll"],
div.sheet-MALRogue button[type="roll"]
{
border-left:1px solid var(--sombre);
}
div.sheet-rogueGhost > div > span,
div.sheet-metaArmureLegende > div.sheet-MALRogue > div > span,
div.sheet-MADDjinnWraith > div > span
{
width: calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-rogueGhost > div > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALRogue > div > input[type="number"],
div.sheet-MADDjinnWraith > div > input[type="number"]
{
width: 50%;
padding:0px;
height:28px;
border:0px;
text-align:center;
}
div.sheet-rogueGhost > div:nth-last-of-type(2) > select,
div.sheet-metaArmureLegende > div.sheet-MALRogue > div:nth-last-of-type(2) > select,
div.sheet-MADDjinnWraith > div:nth-last-of-type(2) > select
{
padding:0px;
height:28px;
border:0px;
text-align:center;
}
div.sheet-rogueGhost > div:nth-last-of-type(2) > select:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALRogue > div:nth-last-of-type(2) > select:first-of-type,
div.sheet-MADDjinnWraith > div:nth-last-of-type(2) > select:first-of-type
{
width: 50%;
}
div.sheet-rogueGhost > div:nth-last-of-type(2) > select:last-of-type,
div.sheet-metaArmureLegende > div.sheet-MALRogue > div:nth-last-of-type(2) > select:last-of-type,
div.sheet-MADDjinnWraith > div:nth-last-of-type(2) > select:last-of-type
{
width: calc(50% - 29px);
}
div.sheet-rogueGhost > div:last-of-type > select,
div.sheet-metaArmureLegende > div.sheet-MALRogue > div:last-of-type > select,
div.sheet-MADDjinnWraith > div:last-of-type > select
{
width: 50%;
padding:0px;
height:28px;
border:0px;
text-align:center;
}
div.sheet-oneLineBonusMalusJet > div > input[type="number"]
{
width: 50%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-shamanTotem > label:not(:first-of-type),
div.sheet-shamanAscension > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > label:not(:first-of-type)
{
display:none;
}
div.sheet-shamanTotem > label,
div.sheet-shamanTotem > label:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > label
{
font-size:14px;
height:28px;
}
div.sheet-shamanTotem > label > span,
div.sheet-shamanAscension > label > span,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > label > span
{
width: calc(50% - 2px);
font-size: 14px;
height: 28px;
line-height: 28px;
padding-left: 2px;
}
div.sheet-shamanTotem > label > input[type="number"],
div.sheet-shamanTotem > label > select,
div.sheet-shamanAscension > label > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > label > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > label > select
{
width: 50%;
font-size: 14px;
height: 28px;
text-align: center;
padding: 0px;
border: 0px;
}
div.sheet-shamanTotem > input[type="hidden"][value="1"] ~ label:nth-of-type(2),
div.sheet-shamanTotem > input[type="hidden"][value="2"] ~ label:nth-of-type(2),
div.sheet-shamanTotem > input[type="hidden"][value="2"] ~ label:nth-of-type(3),
div.sheet-shamanTotem > input[type="hidden"][value="3"] ~ label:nth-of-type(2),
div.sheet-shamanTotem > input[type="hidden"][value="3"] ~ label:nth-of-type(3),
div.sheet-shamanTotem > input[type="hidden"][value="3"] ~ label:nth-of-type(4),
div.sheet-shamanAscension > input[type="hidden"][value="1"] ~ div,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > input[type="hidden"][value="1"] ~ label:nth-of-type(2),
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > input[type="hidden"][value="2"] ~ label:nth-of-type(2),
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALTotem > input[type="hidden"][value="2"] ~ label:nth-of-type(3)
{
display:flex;
}
div.sheet-sorcererPonctionnerEnergie > div > span
{
width: 50%;
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-sorcererPonctionnerEnergie > div > select
{
width: calc(50% - 28px);
text-align:center;
border-top:0px;
border-bottom:0px;
border-right:0px;
padding:0px;
}
div.sheet-sorcererPonctionnerEnergie > div > button[type="roll"]
{
width: 26px;
height: 25px;
padding: 0px;
margin: 0px;
}
div.sheet-sorcererPonctionnerEnergie > div > button[type="roll"]::before
{
width:100%;
font-size: 30px;
font-family: dicefontd6;
content: "r";
display: flex;
align-items: center;
padding-bottom: 2px;
justify-content:center
}
div.sheet-sorcererMorph button[type="roll"]
{
border-bottom:0px;
border-left:1px solid var(--sombre);
}
div.sheet-sorcererMorph > div.sheet-special > select,
div.sheet-wizardBorealis > div.sheet-special > select
{
display:none;
}
div.sheet-sorcererMorph > div:not(:nth-of-type(1))
{
justify-content:space-between;
}
div.sheet-sorcererMorph > input[type="hidden"][value="on"] ~ h1:not(:first-of-type)
{
width:100%;
padding:0px;
}
div.sheet-sorcererMorph > input[type="hidden"][value="on"] ~ div.sheet-titreBSA:first-of-type > label
{
display:flex;
}
div.sheet-sorcererMorph > input[type="hidden"][value="on"] ~ div.sheet-titreBSA:not(:first-of-type) > label
{
display:none;
}
div.sheet-sorcererMorph > label:not(:first-of-type):not(:last-of-type):not(:nth-of-type(3))
{
border-top:1px solid var(--clair);
margin-top:0px;
padding-top:1px;
}
div.sheet-sorcererMorph span
{
background: transparent;
font-size: 14px;
line-height: 28px;
font-weight: bold;
}
div.sheet-sorcererMorph > div:nth-of-type(2) > span
{
width: calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-sorcererMorph input[type="text"]
{
width: 100%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-sorcererMorph input[type="number"],
div.sheet-sorcererMorph select
{
width: 50%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-sorcererMorph > div:nth-of-type(11) > span
{
justify-content:center;
}
div.sheet-sorcererMorph > div:nth-of-type(11) > span:not(:first-of-type),
div.sheet-sorcererMorph > div:nth-of-type(12) > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-sorcererMorph > div:nth-of-type(11) > span,
div.sheet-sorcererMorph > div:nth-of-type(12) > div
{
width:50%;
}
div.sheet-sorcererMorph > div:nth-of-type(14) > span,
div.sheet-sorcererMorph > div:nth-of-type(16) > span,
div.sheet-warmasterFalcon > div > span,
div.sheet-warmasterWarlord > span,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALFalcon > div > span,
div.sheet-warriorTypes > span
{
width:100%;
justify-content:center;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-warlockRecord > label > span,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div.sheet-MALRecord > label > span
{
width: calc(50% - 2px);
line-height: 28px;
padding-left: 2px;
color: #333;
font-size: 14px;
}
div.sheet-warlockRecord > label > input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div.sheet-MALRecord > label > input[type="number"]
{
width: 50%;
padding-top: 0px;
padding-bottom: 0px;
border: 0px;
text-align:center;
}
div.sheet-warlockRecord > div,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div.sheet-MALRecord > div
{
width:100%;
justify-content:space-between;
}
input[type="hidden"][value="warlock"].sheet-armureListe ~ div.sheet-tabCombat > div.sheet-fichePJ > div.sheet-armeDistancePJ,
input[type="hidden"][value="warlock"].sheet-armureListe ~ div.sheet-tabCombat > div.sheet-fichePJ > div.sheet-menuCombatPJ > label:nth-of-type(3),
input[type="hidden"][value="warlock"].sheet-armureListe ~ div.sheet-tabVehicule > div.sheet-right > div.sheet-styleCombat,
input[type="hidden"][value="warlock"].sheet-armureListe ~ div.sheet-tabVehicule > div.sheet-center > div.sheet-armeDistancePJ
{
display:none;
}
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(1)[value="on"] ~ .sheet-warmasterImpAction,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(2)[value="on"] ~ .sheet-warmasterImpEsquive,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(3)[value="on"] ~ .sheet-warmasterImpForce,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(4)[value="on"] ~ .sheet-warmasterImpGuerre,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(5)[value="on"] ~ .sheet-warmasterImpEnergie,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warmasterImpAction,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warmasterImpEsquive,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warmasterImpForce,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warmasterImpGuerre,
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warmasterImpEnergie,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(1)[value="on"] ~ .sheet-warriorTypeSoldier,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(2)[value="on"] ~ .sheet-warriorTypeHunter,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(3)[value="on"] ~ .sheet-warriorTypeScholar,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(4)[value="on"] ~ .sheet-warriorTypeHerald,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(5)[value="on"] ~ .sheet-warriorTypeScout,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warriorTypeSoldier,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warriorTypeHunter,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warriorTypeScholar,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warriorTypeHerald,
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ .sheet-warriorTypeScout,
div.sheet-wizardBorealis > input[type="hidden"][value="on"] ~ div > button[type="roll"].sheet-wizard150,
div.sheet-wizardOriflamme > input[type="hidden"][value="on"] ~ div > button[type="roll"].sheet-wizard250
{
display:flex;
}
div.sheet-warmasterWarlord > div:first-of-type,
div.sheet-warriorTypes > div:first-of-type
{
background:var(--clair);
justify-content:space-between;
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
border-top:1px solid var(--sombre);
}
div.sheet-warmasterWarlord > div:first-of-type,
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive,
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce,
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre,
div.sheet-warriorTypes > div:first-of-type
{
flex-wrap:wrap;
}
div.sheet-berserkIllumination > div:nth-of-type(2),
div.sheet-berserkRage > div:nth-of-type(2)
{
padding-bottom:1px;
padding-left:1px;
padding-right:1px;
}
div.sheet-berserkIllumination > div:not(:nth-of-type(3)):not(:nth-of-type(6)):not(:nth-of-type(9)):not(:nth-of-type(12)):not(:nth-of-type(15)):not(:nth-of-type(18)):not(:nth-of-type(21))
{
width:100%;
background:var(--clair);
justify-content:space-evenly;
}
div.sheet-warmasterWarlord > div:first-of-type > label,
div.sheet-warriorTypes > div:first-of-type > label,
div.sheet-berserkIllumination > div:nth-of-type(2) > label,
div.sheet-berserkRage > div.sheet-berserkRageNiveaux > label
{
width: 110px;
height:28px;
margin-top:1px;
}
div.sheet-warmasterWarlord > div:first-of-type > label > input[type="checkbox"],
div.sheet-warriorTypes > div:first-of-type > label > input[type="checkbox"],
div.sheet-berserkIllumination > div:nth-of-type(2) > label > input[type="checkbox"],
div.sheet-berserkRage > div.sheet-berserkRageNiveaux > label > input[type="checkbox"]
{
width: 110px;
height:28px;
position:absolute;
opacity:0;
z-index:99;
}
div.sheet-warmasterWarlord > div:first-of-type > label > input[type="checkbox"] ~ span,
div.sheet-warriorTypes > div:first-of-type > label > input[type="checkbox"] ~ span,
div.sheet-berserkIllumination > div:nth-of-type(2) > label > input[type="checkbox"] ~ span,
div.sheet-berserkRage > div.sheet-berserkRageNiveaux > label > input[type="checkbox"] ~ span
{
width: 100%;
}
div.sheet-warmasterWarlord > div:first-of-type > label > input[type="checkbox"] ~ span::before,
div.sheet-warriorTypes > div:first-of-type > label > input[type="checkbox"] ~ span::before,
div.sheet-berserkIllumination > div:nth-of-type(2) > label > input[type="checkbox"] ~ span::before,
div.sheet-berserkRage > div.sheet-berserkRageNiveaux > label > input[type="checkbox"] ~ span::before
{
display:flex;
content:attr(title);
width: 100%;
line-height:26px;
background:var(--sombre);
border:1px solid black;
color:white;
justify-content:center;
font-size:14px;
font-variant:small-caps;
}
div.sheet-warmasterWarlord > div:first-of-type > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-warriorTypes > div:first-of-type > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-berserkIllumination > div:nth-of-type(2) > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-berserkRage > div.sheet-berserkRageNiveaux > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-warmasterWarlord > input[type="hidden"]:nth-of-type(6)[value="on"] ~ div:nth-of-type(3)
{
border-top:1px solid var(--clair);
}
div.sheet-warmasterWarlord > div.sheet-warmasterImpAction
{
border-bottom:1px solid var(--clair);
}
div.sheet-warmasterWarlord span,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div:not(:first-of-type) > span,
div.sheet-warriorTypes span
{
justify-content: center;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
background:var(--clair);
}
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord span
{
justify-content: center;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div.sheet-impulsion2 span,
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce span
{
justify-content: left;
padding-left:2px;
}
div.sheet-warmasterWarlord > div > div > span,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > div > span
{
width: 50%;
}
div.sheet-warmasterWarlord > div > div > span:first-of-type,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > div > span:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-warmasterWarlord input[type="number"],
div.sheet-warmasterWarlord input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord input[type="number"]
{
width: 100%;
border: 0px;
text-align: center;
padding: 0px;
height: 28px;
}
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > div,
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > div,
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce > div > div,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > div > div,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > div > div
{
width:calc(100% / 2);
}
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > div:not(:first-of-type),
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > div > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div > div > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > input[type="number"],
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div:not(:nth-of-type(3)) > div > input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div:not(:nth-of-type(3)) > div > input[type="number"]
{
border-top:1px solid var(--sombre);
}
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ label:nth-of-type(1)
{
border-top:1px solid var(--clair);
margin:0px;
padding-top:1px;
}
div.sheet-warriorTypes > div:first-of-type > span,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > div > div > span
{
width:100%;
justify-content:center;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-warriorTypes > div:not(:first-of-type) > div:not(:first-of-type) > span,
div.sheet-warriorTypes > div:not(:first-of-type) > div:not(:first-of-type) > div,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > div > div > span,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > div > div > div
{
width:calc(100% / 3);
}
div.sheet-warriorTypes > div:not(:first-of-type) > div:not(:first-of-type) > span:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWarrior > div > div > span:not(:first-of-type),
div.sheet-warriorTypes > div:not(:first-of-type) > div:not(:first-of-type) > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWarrior > div > div > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-warriorTypes input[type="number"],
div.sheet-metaArmureLegende > div.sheet-MALWarrior input[type="number"]
{
width:100%;
border:0px;
padding:0;
height:28px;
text-align:center;
border-top:1px solid var(--sombre);
}
div.sheet-wizardBorealis span,
div.sheet-wizardOriflamme > div:not(:last-of-type) span,
div.sheet-metaArmureLegende > div.sheet-MALWizard > div:not(:last-of-type) > span
{
justify-content:center;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-wizardOriflamme > div:last-of-type,
div.sheet-metaArmureLegende > div.sheet-MALWizard > div:last-of-type
{
text-align:center;
}
div.sheet-wizardBorealis input[type="text"],
div.sheet-wizardOriflamme input[type="text"],
div.sheet-metaArmureLegende input[type="text"]
{
width:100%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-wizardBorealis button[type="roll"]
{
border-bottom:0px;
border-left:1px solid var(--sombre);
}
div.sheet-wizardBorealis select
{
width: 50%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-wizardBorealis > div:not([class*="titreBR"]) > span,
div.sheet-wizardOriflamme > div:not(:last-of-type) > span,
div.sheet-metaArmureLegende > div.sheet-MALWizard > div:not(:last-of-type) > span,
div.sheet-wizardBorealis > div:not(:last-of-type) > div,
div.sheet-wizardOriflamme > div > div,
div.sheet-metaArmureLegende > div.sheet-MALWizard > div:not(:last-of-type) > div
{
width:calc(100% / 3);
}
div.sheet-wizardBorealis > div:not([class*="titreBR"]) > span:not(:first-of-type),
div.sheet-wizardOriflamme > div > span:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWizard > div > span:not(:first-of-type),
div.sheet-wizardBorealis > div:not(:last-of-type) > div:not(:first-of-type),
div.sheet-wizardOriflamme > div > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALWizard > div > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-wizardBorealis > div:last-of-type > input[type="text"],
div.sheet-metaArmureLegende > div.sheet-MALWizard > div:nth-of-type(3) > input[type="text"]
{
width:100%;
border:0px;
text-align:center;
padding:0px;
height:28px;
}
div.sheet-aspectsExceptionnels
{
width:100%;
flex-wrap:wrap;
}
div.sheet-aspectsExceptionnels > div,
div.sheet-aspectsExceptionnels > div > div
{
display:none;
}
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="1"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="2"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="3"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="4"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="5"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="6"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="7"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="8"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="9"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="10"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="11"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="12"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="13"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="14"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="15"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="16"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="17"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="18"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="19"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="20"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="1"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="2"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="3"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="4"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="5"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="6"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="7"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="8"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="9"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="10"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="11"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="12"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="13"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="14"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="15"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="16"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="17"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="18"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="19"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="20"] ~ div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="1"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="2"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="3"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="4"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="5"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="6"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="7"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="8"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="9"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="10"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="11"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="12"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="13"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="14"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="15"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="16"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="17"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="18"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="19"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="20"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="1"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="2"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="3"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="4"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="5"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="6"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="7"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="8"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="9"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="10"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="11"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="12"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="13"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="14"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="15"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="16"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="17"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="18"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="19"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="20"] ~ div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="1"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="2"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="3"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="4"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="5"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="6"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="7"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="8"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="9"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="10"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="11"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="12"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="13"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="14"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="15"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="16"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="17"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="18"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="19"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="20"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="1"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="2"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="3"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="4"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="5"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="6"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="7"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="8"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="9"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="10"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="11"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="12"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="13"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="14"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="15"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="16"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="17"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="18"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="19"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="20"] ~ div:nth-of-type(3),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="1"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="2"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="3"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="4"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="5"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="6"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="7"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="8"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="9"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="10"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="11"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="12"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="13"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="14"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="15"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="16"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="17"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="18"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="19"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="20"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="1"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="2"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="3"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="4"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="5"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="6"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="7"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="8"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="9"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="10"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="11"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="12"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="13"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="14"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="15"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="16"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="17"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="18"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="19"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="20"] ~ div:nth-of-type(4),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="1"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="2"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="3"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="4"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="5"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="6"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="7"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="8"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="9"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="10"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="11"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="12"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="13"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="14"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="15"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="16"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="17"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="18"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="19"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="20"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="1"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="2"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="3"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="4"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="5"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="6"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="7"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="8"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="9"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="10"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="11"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="12"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="13"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="14"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="15"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="16"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="17"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="18"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="19"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="20"] ~ div:nth-of-type(5),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="1"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="2"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="3"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="4"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="5"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="6"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="7"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="8"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="9"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="10"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="11"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="12"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="13"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="14"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="15"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="16"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="17"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="18"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="19"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(1)[value="20"] ~ div:nth-of-type(1) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="1"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="2"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="3"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="4"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="5"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="6"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="7"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="8"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="9"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="10"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="11"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="12"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="13"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="14"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="15"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="16"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="17"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="18"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="19"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(2)[value="20"] ~ div:nth-of-type(1) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="1"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="2"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="3"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="4"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="5"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="6"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="7"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="8"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="9"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="10"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="11"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="12"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="13"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="14"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="15"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="16"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="17"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="18"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="19"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(3)[value="20"] ~ div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="1"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="2"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="3"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="4"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="5"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="6"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="7"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="8"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="9"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="10"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="11"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="12"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="13"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="14"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="15"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="16"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="17"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="18"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="19"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(4)[value="20"] ~ div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="1"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="2"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="3"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="4"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="5"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="6"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="7"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="8"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="9"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="10"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="11"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="12"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="13"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="14"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="15"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="16"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="17"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="18"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="19"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(5)[value="20"] ~ div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="1"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="2"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="3"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="4"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="5"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="6"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="7"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="8"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="9"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="10"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="11"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="12"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="13"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="14"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="15"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="16"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="17"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="18"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="19"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(6)[value="20"] ~ div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="1"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="2"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="3"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="4"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="5"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="6"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="7"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="8"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="9"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="10"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="11"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="12"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="13"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="14"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="15"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="16"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="17"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="18"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="19"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(7)[value="20"] ~ div:nth-of-type(4) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="1"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="2"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="3"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="4"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="5"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="6"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="7"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="8"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="9"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="10"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="11"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="12"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="13"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="14"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="15"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="16"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="17"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="18"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="19"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(8)[value="20"] ~ div:nth-of-type(4) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="1"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="2"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="3"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="4"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="5"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="6"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="7"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="8"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="9"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="10"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="11"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="12"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="13"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="14"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="15"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="16"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="17"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="18"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="19"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(9)[value="20"] ~ div:nth-of-type(5) > div:nth-of-type(1),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="1"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="2"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="3"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="4"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="5"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="6"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="7"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="8"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="9"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="10"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="11"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="12"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="13"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="14"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="15"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="16"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="17"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="18"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="19"] ~ div:nth-of-type(5) > div:nth-of-type(2),
div.sheet-aspectsExceptionnels > input[type="hidden"]:nth-of-type(10)[value="20"] ~ div:nth-of-type(5) > div:nth-of-type(2)
{
display:flex;
}
div.sheet-aspectsExceptionnels > div:not(:first-of-type)
{
margin-top:10px;
}
div.sheet-aspectsExceptionnels > div > div > span:first-of-type
{
width:69px;
border-right:1px solid var(--sombre);
align-items:center;
justify-content:center;
font-weight:bold;
line-height: 28px;
font-size: 14px;
color: #333;
}
div.sheet-aspectsExceptionnels > div > div > span:last-of-type
{
width:calc(100% - 70px - 4px);
font-size: 14px;
color: #333;
text-align:justify;
padding:2px;
}
div.sheet-aspectsExceptionnels > div > div > span:first-of-type
{
width:69px;
border-right:1px solid var(--sombre);
}
div.sheet-capacites,
div.sheet-capacitesPhase2,
div.sheet-notes
{
width:100%;
align-content:baseline;
background-color:var(--sombre);
border:1px solid var(--sombre);
flex-wrap:wrap;
}
div.sheet-capacites > .repcontainer,
div.sheet-capacites > .repcontainer > .repitem,
div.sheet-capacitesPhase2 > .repcontainer,
div.sheet-capacitesPhase2 > .repcontainer > .repitem,
div.sheet-notes > .repcontainer,
div.sheet-notes > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
}
div.sheet-notes > .repcontainer > .repitem:not(:first-of-type)
{
border-top:2px solid var(--sombre);
}
div.sheet-capacites > .repcontainer > .repitem > .itemcontrol,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > .itemcontrol,
div.sheet-notes > .repcontainer > .repitem > .itemcontrol
{
text-align:initial;
z-index:100;
}
div.sheet-capacites > .repcontainer > .repitem > .itemcontrol > .btn:last-of-type,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > .itemcontrol > .btn:last-of-type,
div.sheet-notes > .repcontainer > .repitem > .itemcontrol > .btn:last-of-type
{
border-left:0px;
}
div.sheet-capacites > .repcontainer > .repitem > .itemcontrol > .btn:first-of-type,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > .itemcontrol > .btn:first-of-type,
div.sheet-notes > .repcontainer > .repitem > .itemcontrol > .btn:first-of-type
{
border-right:0px;
}
div.sheet-capacites > .repcontainer > .repitem > div:last-of-type,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > div:last-of-type
{
display:flex;
}
div.sheet-capacites > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:last-of-type,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:last-of-type
{
display:none;
}
div.sheet-capacites input[type="text"],
div.sheet-capacitesPhase2 input[type="text"]
{
width:calc(100% - 25px);
padding:0px;
padding-right:25px;
border:0px;
text-align:center;
height:28px;
border-top:1px solid var(--sombre);
}
div.sheet-capacites > .repcontainer > .repitem > div,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > div
{
width:100%;
flex-wrap:nowrap;
justify-content:space-between;
}
div.sheet-capacites > .repcontainer > .repitem > div > label,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > div > label
{
border-top:1px solid var(--clair);
}
div.sheet-capacites > .repcontainer > .repitem > div:last-of-type,
div.sheet-capacitesPhase2 > .repcontainer > .repitem > div:last-of-type
{
border-top:1px solid var(--sombre);
}
input[type="hidden"].sheet-capacitesFanMade[value="0"] + div.sheet-capacitesFanMade,
input[type="hidden"].sheet-capacitesPhase2[value="0"] + div.sheet-capacitesPhase2
{
display:none;
}
div.sheet-capacitesFanMade > div,
div.sheet-capacitesSpeciales > div
{
background:var(--clair);
width:100%;
flex-wrap:wrap;
justify-content:space-evenly;
}
div.sheet-capacitesFanMade
{
margin-bottom:10px;
}
div.sheet-capacites,
div.sheet-capacitesPhase2,
div.sheet-notes
{
margin-top:10px;
}
div.sheet-notes > .repcontainer > .repitem > .itemcontrol > .btn
{
padding-top:0px;
padding-bottom:0px;
}
div.sheet-notes > .repcontainer > .repitem > .itemcontrol > a
{
margin-top:-4px;
}
div.sheet-nods button[type="roll"]
{
border-left:1px solid var(--sombre);
}
div.sheet-nods > div > span
{
width: calc((100% / 3) - 2px - 14px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-nods > div > div
{
width: calc(((100% / 3) * 2) - 14px - 1px);
border-left:1px solid var(--sombre);
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-nods > div > div > input[type="number"]
{
width: calc(50% - 3px);
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-nods > div > div > b
{
width: 6px;
justify-content:center;
align-items:center;
font-weight:bold;
}
div.sheet-menuCombatPJ,
div.sheet-menuCombatPNJ,
div.sheet-menuCombatMechaArmure
{
width:100%;
justify-content:space-evenly;
margin-top:10px;
flex-wrap:wrap;
}
div.sheet-menuCombatPJ > label,
div.sheet-menuCombatPNJ > label
{
width:calc(100% / 5);
height: 28px;
margin: 0px;
padding: 0px;
font-size: 14px;
}
div.sheet-menuCombatPJ > label > input[type="checkbox"],
div.sheet-menuCombatPNJ > label > input[type="checkbox"]
{
width:calc((100% / 5) - 13px);
height: 28px;
position: absolute;
opacity: 0;
margin-left:1px;
min-width:170.4px
}
div.sheet-menuCombatPJ > label > input[type="checkbox"] ~ span,
div.sheet-menuCombatPNJ > label > input[type="checkbox"] ~ span,
div.sheet-menuCombatMechaArmure > label > input[type="checkbox"] ~ span,
div.sheet-MAArchangelConfiguration > div > label > input[type="radio"] ~ span,
div.sheet-MANephilimConfiguration > div > label > input[type="radio"] ~ span,
div.sheet-MADemonConfiguration > div > label > input[type="radio"] ~ span
{
width:100%;
}
div.sheet-menuCombatPJ > label > input[type="checkbox"] ~ span::before,
div.sheet-menuCombatPNJ > label > input[type="checkbox"] ~ span::before,
div.sheet-menuCombatMechaArmure > label > input[type="checkbox"] ~ span::before,
div.sheet-MAArchangelConfiguration > div > label > input[type="radio"] ~ span::before,
div.sheet-MANephilimConfiguration > div > label > input[type="radio"] ~ span::before,
div.sheet-MADemonConfiguration > div > label > input[type="radio"] ~ span::before
{
width: 100%;
line-height: 28px;
content: attr(title);
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid black;
background: var(--sombre);
justify-content: center;
color:white;
font-size:14px;
}
div.sheet-menuCombatPJ > label > span::before,
div.sheet-menuCombatPNJ > label > span::before,
div.sheet-menuCombatMechaArmure > label > span::before,
div.sheet-MAArchangelConfiguration > div > label > span::before,
div.sheet-MANephilimConfiguration > div > label > span::before,
div.sheet-MADemonConfiguration > div > label > span::before
{
display: flex;
}
div.sheet-menuCombatPJ > label:first-of-type > span
{
display: none;
}
div.sheet-menuCombatPJ > label:first-of-type > span::before
{
text-transform:capitalize;
}
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="sans"] ~ span:nth-of-type(1),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="guardian"] ~ span:nth-of-type(2),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="barbarian"] ~ span:nth-of-type(3),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="bard"] ~ span:nth-of-type(4),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="berserk"] ~ span:nth-of-type(5),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="druid"] ~ span:nth-of-type(6),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="monk"] ~ span:nth-of-type(7),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="necromancer"] ~ span:nth-of-type(8),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="paladin"] ~ span:nth-of-type(9),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="priest"] ~ span:nth-of-type(10),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="psion"] ~ span:nth-of-type(11),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="ranger"] ~ span:nth-of-type(12),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="rogue"] ~ span:nth-of-type(13),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="shaman"] ~ span:nth-of-type(14),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="sorcerer"] ~ span:nth-of-type(15),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="warlock"] ~ span:nth-of-type(16),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="warmaster"] ~ span:nth-of-type(17),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="warrior"] ~ span:nth-of-type(18),
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="wizard"] ~ span:nth-of-type(19)
{
display: flex;
}
div.sheet-menuCombatPJ > label:nth-of-type(5) > input[type="checkbox"] ~ span::before,
div.sheet-menuCombatPNJ > label:nth-of-type(5) > input[type="checkbox"] ~ span::before,
div.sheet-menuCombatPJ > label:nth-of-type(6) > input[type="checkbox"] ~ span::before,
div.sheet-menuCombatPNJ > label:nth-of-type(6) > input[type="checkbox"] ~ span::before
{
border-right:1px solid black;
}
div.sheet-menuCombatPJ > label:nth-of-type(6) > input[type="checkbox"] ~ span::before,
div.sheet-menuCombatPNJ > label:nth-of-type(6) > input[type="checkbox"] ~ span::before
{
border-top:0px;
}
div.sheet-menuCombatPJ > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-menuCombatPNJ > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-capaciteArmure,
div.sheet-armeContactPJ,
div.sheet-armeContactPNJ,
div.sheet-armeDistancePJ,
div.sheet-armeDistancePNJ,
div.sheet-armeAutrePJ,
div.sheet-armeAutrePNJ,
div.sheet-armeImproviseeUtilisationPJ,
div.sheet-armeImproviseeUtilisationPNJ,
div.sheet-armeImproviseePJ,
div.sheet-MAArmeImprovisee,
div.sheet-armeImproviseePNJ,
div.sheet-armeVehicule
{
margin-top:10px;
}
div.sheet-armeContactPJ button[type="roll"],
div.sheet-armeContactPNJ button[type="roll"],
div.sheet-armeDistancePJ button[type="roll"],
div.sheet-armeDistancePNJ button[type="roll"],
div.sheet-armeAutrePJ button[type="roll"],
div.sheet-armeAutrePNJ button[type="roll"],
div.sheet-armeVehicule button[type="roll"]
{
border-left:1px solid var(--sombre);
}
div.sheet-armeContactPJ span,
div.sheet-armeContactPNJ span,
div.sheet-armeDistancePJ span,
div.sheet-armeDistancePNJ span,
div.sheet-armeAutrePJ span,
div.sheet-armeAutrePNJ span,
div.sheet-armeVehicule span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content: center;
}
div.sheet-armeContactPJ b,
div.sheet-armeContactPNJ b,
div.sheet-armeDistancePJ b,
div.sheet-armeDistancePNJ b,
div.sheet-armeAutrePJ b,
div.sheet-armeAutrePNJ b,
div.sheet-armeVehicule b
{
width:28px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content: center;
font-weight:bold;
align-items:center;
}
div.sheet-armeContactPJ > div:nth-last-of-type(2),
div.sheet-armeDistancePJ > div:nth-last-of-type(2),
div.sheet-armeAutrePJ > div:nth-last-of-type(2),
div.sheet-armeAutrePNJ > div:nth-last-of-type(2),
div.sheet-armeVehicule > div:nth-last-of-type(2)
{
flex-wrap:wrap;
}
div.sheet-armeContactPJ > div:nth-of-type(3),
div.sheet-armeContactPJ > div:nth-of-type(4),
div.sheet-armeContactPJ > div:nth-of-type(5),
div.sheet-armeContactPJ > div:nth-of-type(6),
div.sheet-armeContactPJ > .repcontainer > .repitem,
div.sheet-armeContactPNJ > div:nth-of-type(2),
div.sheet-armeContactPNJ > div:nth-of-type(3),
div.sheet-armeContactPNJ > .repcontainer > .repitem,
div.sheet-armeDistancePJ > div:nth-of-type(3):not([class="repcontainer"]),
div.sheet-armeDistancePJ > div:nth-of-type(4),
div.sheet-armeDistancePJ > .repcontainer > .repitem,
div.sheet-armeDistancePNJ > div:nth-of-type(2),
div.sheet-armeDistancePNJ > div:nth-of-type(3),
div.sheet-armeDistancePNJ > .repcontainer > .repitem,
div.sheet-armeAutrePJ > .repcontainer > .repitem,
div.sheet-armeAutrePNJ > .repcontainer > .repitem,
div.sheet-armeVehicule > .repcontainer > .repitem
{
flex-wrap:wrap;
border-top:1px solid var(--sombre);
}
div.sheet-armeContactPJ > div:nth-of-type(3) > div:not([class*="armeContactOptions"]),
div.sheet-armeContactPJ > div:nth-of-type(4) > div:not([class*="armeContactOptions"]),
div.sheet-armeContactPJ > div:nth-of-type(5) > div:not([class*="armeContactOptions"]),
div.sheet-armeContactPJ > div:nth-of-type(6) > div:not([class*="armeContactOptions"]),
div.sheet-armeContactPJ > .repcontainer > .repitem > div:not([class*="armeContactOptions"]),
div.sheet-armeDistancePJ > div:nth-of-type(3) > div:not([class*="armeDistanceOptions"]),
div.sheet-armeDistancePJ > div:nth-of-type(4) > div:not([class*="armeDistanceOptions"]),
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:not([class*="armeDistanceOptions"]),
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]),
div.sheet-armeContactPNJ > div:nth-of-type(2) > div:not([class*="armeContactOptions"]),
div.sheet-armeContactPNJ > div:nth-of-type(3) > div:not([class*="armeContactOptions"]),
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:not([class*="armeContactOptions "]),
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div:not([class*="armeDistanceOptions"]),
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div:not([class*="armeDistanceOptions"]),
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:not([class*="armeDistanceOptions"]),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]),
div.sheet-armeVehicule > .repcontainer > .repitem > div:not([class*="armeAutreOptions"])
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-armeContactPJ > div:nth-of-type(2) > span:nth-of-type(1),
div.sheet-armeDistancePJ > div:nth-of-type(2) > span:nth-of-type(1),
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:nth-of-type(1),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:nth-of-type(1),
div.sheet-armeVehicule > div:nth-of-type(1) > span:nth-of-type(1),
div.sheet-armeContactPJ > div:nth-of-type(3) > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeContactPJ > div:nth-of-type(4) > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeContactPJ > div:nth-of-type(5) > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeContactPJ > div:nth-of-type(6) > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeContactPJ > .repcontainer > .repitem > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeDistancePJ > div:nth-of-type(3) > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeDistancePJ > div:nth-of-type(4) > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"]),
div.sheet-armeVehicule > .repcontainer > .repitem > div:not([class*="special"]) > div:nth-of-type(1):not([class*="triple"])
{
width:calc(100% - 120px - 120px - 120px - 260px - 28px - 4px);
flex-wrap:nowrap;
}
div.sheet-armeContactPJ > div:nth-of-type(2) > span:nth-of-type(2),
div.sheet-armeContactPJ > div:nth-of-type(2) > span:nth-of-type(4),
div.sheet-armeDistancePJ > div:nth-of-type(2) > span:nth-of-type(2),
div.sheet-armeDistancePJ > div:nth-of-type(2) > span:nth-of-type(4),
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:nth-of-type(3),
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:nth-of-type(4),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:nth-of-type(3),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:nth-of-type(4),
div.sheet-armeVehicule > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-armeVehicule > div:nth-of-type(1) > span:nth-of-type(3),
div.sheet-armeVehicule > div:nth-of-type(1) > span:nth-of-type(4),
div.sheet-armeContactPJ > div:nth-of-type(2) > span:nth-of-type(3),
div.sheet-armeDistancePJ > div:nth-of-type(2) > span:nth-of-type(3),
div.sheet-armeContactPJ > div:nth-of-type(3) > div:not([class*="armeContactOptions"]) > div:nth-of-type(2),
div.sheet-armeContactPJ > div:nth-of-type(4) > div:not([class*="armeContactOptions"]) > div:nth-of-type(2),
div.sheet-armeContactPJ > div:nth-of-type(5) > div:not([class*="armeContactOptions"]) > div:nth-of-type(2),
div.sheet-armeContactPJ > div:nth-of-type(6) > div:not([class*="armeContactOptions"]) > div:nth-of-type(2),
div.sheet-armeContactPJ > .repcontainer > .repitem > div:not([class*="armeContactOptions"]) > div:nth-of-type(2),
div.sheet-armeDistancePJ > div:nth-of-type(3) > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(2),
div.sheet-armeDistancePJ > div:nth-of-type(4) > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(2),
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(2),
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(2),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(2),
div.sheet-armeVehicule > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(2),
div.sheet-armeContactPJ > div:nth-of-type(3) > div:not([class*="armeContactOptions"]) > div:nth-of-type(3),
div.sheet-armeContactPJ > div:nth-of-type(4) > div:not([class*="armeContactOptions"]) > div:nth-of-type(3),
div.sheet-armeContactPJ > div:nth-of-type(5) > div:not([class*="armeContactOptions"]) > div:nth-of-type(3),
div.sheet-armeContactPJ > div:nth-of-type(6) > div:not([class*="armeContactOptions"]) > div:nth-of-type(3),
div.sheet-armeContactPJ > .repcontainer > .repitem > div:not([class*="armeContactOptions"]) > div:nth-of-type(3),
div.sheet-armeDistancePJ > div:nth-of-type(3) > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(3),
div.sheet-armeDistancePJ > div:nth-of-type(4) > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(3),
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(3),
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(3),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(3),
div.sheet-armeVehicule > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(3),
div.sheet-armeContactPJ > div:nth-of-type(3) > div:not([class*="armeContactOptions"]) > div:nth-of-type(4),
div.sheet-armeContactPJ > div:nth-of-type(4) > div:not([class*="armeContactOptions"]) > div:nth-of-type(4),
div.sheet-armeContactPJ > div:nth-of-type(5) > div:not([class*="armeContactOptions"]) > div:nth-of-type(4),
div.sheet-armeContactPJ > div:nth-of-type(6) > div:not([class*="armeContactOptions"]) > div:nth-of-type(4),
div.sheet-armeContactPJ > .repcontainer > .repitem > div:not([class*="armeContactOptions"]) > div:nth-of-type(4),
div.sheet-armeDistancePJ > div:nth-of-type(3):not([class="repcontainer"]) > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(4),
div.sheet-armeDistancePJ > div:nth-of-type(4):not([class="repcontainer"]) > div:not([class*="armeDistanceOptions"]) > div:nth-of-type(4),
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:not([class*="armeDistanceOptions "]) > div:nth-of-type(4),
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(4),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(4),
div.sheet-armeVehicule > .repcontainer > .repitem > div:not([class*="armeAutreOptions"]) > div:nth-of-type(4)
{
width:120px;
flex-wrap:nowrap;
}
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:nth-of-type(5),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:nth-of-type(5),
div.sheet-armeVehicule > div:nth-of-type(1) > span:nth-of-type(5),
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:nth-of-type(6),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:nth-of-type(6),
div.sheet-armeVehicule > div:nth-of-type(1) > span:nth-of-type(6)
{
width:130px;
}
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:nth-of-type(6),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:nth-of-type(6),
div.sheet-armeVehicule > div:nth-of-type(1) > span:nth-of-type(6)
{
margin-right:28px;
}
div.sheet-armeContactPJ > div:nth-of-type(2) > span:nth-of-type(5),
div.sheet-armeDistancePJ > div:nth-of-type(2) > span:nth-of-type(5)
{
width:260px;
margin-right:28px;
}
div.sheet-armeContactPJ > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-armeContactPNJ > div:nth-of-type(1) > span:not(:first-of-type),
div.sheet-armeDistancePJ > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-armeDistancePNJ > div:nth-of-type(1) > span:not(:first-of-type),
div.sheet-armeAutrePJ > div:nth-of-type(1) > span:not(:first-of-type),
div.sheet-armeAutrePNJ > div:nth-of-type(1) > span:not(:first-of-type),
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeContactPJ > .repcontainer > .repitem > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeDistancePJ > div:nth-of-type(3):not([class*="repcontainer"]) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:not(:nth-of-type(1)):not([class*="triple"]),
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:not(:nth-of-type(1)):not([class*="triple"])
{
border-left:1px solid var(--sombre);
}
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(5),
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(5),
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(5),
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(5),
div.sheet-armeContactPJ > .repcontainer > .repitem > div > div:nth-of-type(5),
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(5),
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(5),
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(5)
{
width:calc(260px + 28px);
flex-wrap:nowrap;
}
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(5),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(5),
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(5)
{
width:130px;
flex-wrap:nowrap;
}
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(6),
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(6),
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(6)
{
width:calc(130px + 28px);
flex-wrap:nowrap;
}
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(4) > select,
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(4) > select,
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(4) > select,
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(4) > select,
div.sheet-armeContactPJ > .repcontainer > .repitem > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPJ > .repcontainer > .repitem > div > div:nth-of-type(4) > select,
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:nth-of-type(4) > select,
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:nth-of-type(4) > select,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:nth-of-type(4) > select,
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(4) > select,
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(4) > select,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(4) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:nth-of-type(4) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(4) > select,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(4) > select,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(1) > input[type="text"],
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(1) > input[type="text"]
{
width:100%;
}
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"],
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"],
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]
{
width: calc(50% - 14px);
}
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(5) > input[type="number"],
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(5) > input[type="number"],
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(5) > input[type="number"],
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(6) > input[type="number"],
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(6) > input[type="number"],
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(6) > input[type="number"]
{
width:calc(100% - 28px);
}
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div > div:nth-of-type(5) > input[type="number"],
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div > div:nth-of-type(5) > input[type="number"],
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
div.sheet-armeVehicule > .repcontainer > .repitem > div > div:nth-of-type(5) > input[type="number"]
{
text-align:right;
}
div.sheet-armeContactPJ > div:nth-of-type(3) > div > div:nth-of-type(5) > select,
div.sheet-armeContactPJ > div:nth-of-type(4) > div > div:nth-of-type(5) > select,
div.sheet-armeContactPJ > div:nth-of-type(5) > div > div:nth-of-type(5) > select,
div.sheet-armeContactPJ > div:nth-of-type(6) > div > div:nth-of-type(5) > select,
div.sheet-armeContactPJ > .repcontainer > .repitem > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePJ > div:nth-of-type(3) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePJ > div:nth-of-type(4) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(4) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(5) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(6) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(5) > select
{
width:130px;
}
div.sheet-armeContactPNJ > div:nth-of-type(2) > div > div:nth-of-type(5) > select,
div.sheet-armeContactPNJ > div:nth-of-type(3) > div > div:nth-of-type(5) > select,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(2) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > div:nth-of-type(3) > div > div:nth-of-type(5) > select,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div > div:nth-of-type(5) > select
{
width:140px;
}
div.sheet-armeAutrePJ > div:nth-of-type(2) > span:nth-of-type(5),
div.sheet-armeAutrePNJ > div:nth-of-type(2) > span:nth-of-type(5),
div.sheet-armeVehicule > div:nth-of-type(2) > span:nth-of-type(5)
{
width:129px;
border-right:1px solid var(--sombre);
}
div.sheet-armeAutrePJ > div:nth-of-type(2) > span:nth-of-type(6),
div.sheet-armeVehicule > div:nth-of-type(2) > span:nth-of-type(6)
{
width:129px;
margin-right:28px;
}
div.sheet-armeAutrePNJ > div:nth-of-type(2) > span:nth-of-type(6)
{
width:130px;
}
div.sheet-armeContactPJ > input[type="hidden"][value="1"] + div,
div.sheet-armeContactPNJ > input[type="hidden"][value="1"] + div,
div.sheet-armeDistancePJ > input[type="hidden"][value="1"] + div,
div.sheet-armeDistancePNJ > input[type="hidden"][value="1"] + div,
div.sheet-armeAutrePJ > input[type="hidden"][value="1"] + div,
div.sheet-armeAutrePNJ > input[type="hidden"][value="1"] + div,
div.sheet-armeVehicule > input[type="hidden"][value="1"] + div
{
display:flex;
}
div.sheet-armeContactPJ > .repcontainer,
div.sheet-armeContactPNJ > .repcontainer,
div.sheet-armeDistancePJ > .repcontainer,
div.sheet-armeDistancePNJ > .repcontainer,
div.sheet-armeAutrePJ > .repcontainer,
div.sheet-armeAutrePNJ > .repcontainer,
div.sheet-armeVehicule > .repcontainer
{
width:100%;
flex-wrap:wrap;
}
div.sheet-armeContactPJ > .repcontainer > .repitem,
div.sheet-armeContactPNJ > .repcontainer > .repitem,
div.sheet-armeDistancePJ > .repcontainer > .repitem,
div.sheet-armeDistancePNJ > .repcontainer > .repitem,
div.sheet-armeAutrePJ > .repcontainer > .repitem,
div.sheet-armeAutrePNJ > .repcontainer > .repitem,
div.sheet-armeVehicule > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
justify-content:space-between;
border-top:1px solid var(--sombre);
}
div.sheet-armeContactPJ input[type="text"],
div.sheet-armeContactPJ input[type="number"],
div.sheet-armeContactPJ select,
div.sheet-armeDistancePJ input[type="text"],
div.sheet-armeDistancePJ input[type="number"],
div.sheet-armeDistancePJ select,
div.sheet-armeAutrePJ input[type="text"],
div.sheet-armeAutrePJ input[type="number"],
div.sheet-armeAutrePJ select,
div.sheet-armeContactPNJ input[type="text"],
div.sheet-armeContactPNJ input[type="number"],
div.sheet-armeContactPNJ select,
div.sheet-armeDistancePNJ input[type="text"],
div.sheet-armeDistancePNJ input[type="number"],
div.sheet-armeDistancePNJ select,
div.sheet-armeAutrePNJ input[type="text"],
div.sheet-armeAutrePNJ input[type="number"],
div.sheet-armeAutrePNJ select,
div.sheet-armeVehicule input[type="text"],
div.sheet-armeVehicule input[type="number"],
div.sheet-armeVehicule select
{
height:28px;
border:0px;
padding:0px;
margin:0px;
font-size:14px;
}
div.sheet-armeContactPJ select,
div.sheet-armeDistancePJ select,
div.sheet-armeAutrePJ select,
div.sheet-armeContactPNJ select,
div.sheet-armeDistancePNJ select,
div.sheet-armeVehicule select
{
text-align:center;
text-align-last:center;
}
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-sans > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-sans > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-barbarian > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-barbarian > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ .repcontainer > .repitem > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ .repcontainer > .repitem > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-sans > div.sheet-special > select:first-of-type,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-barbarian > div.sheet-special > select:first-of-type,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection1 > div.sheet-special > select:first-of-type,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection2 > div.sheet-special > select:first-of-type,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ .repcontainer > .repitem > div.sheet-special > select:first-of-type,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-sans > div.sheet-special > select,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-barbarian > div.sheet-special > select,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection1 > div.sheet-special > select,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection2 > div.sheet-special > select,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ .repcontainer > .repitem > div.sheet-special > select,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection1 > div.sheet-special > select:first-of-type,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection2 > div.sheet-special > select:first-of-type,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="1"] ~ .repcontainer > .repitem > div.sheet-special > select:first-of-type,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection1 > div.sheet-special > select,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection2 > div.sheet-special > select,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="2"] ~ .repcontainer > .repitem > div.sheet-special > select,
div.sheet-armeDistancePJ > input[type="hidden"]:nth-of-type(2)[value="pilonnage"] ~ div.sheet-armeSection1 > div.sheet-special > label,
div.sheet-armeDistancePJ > input[type="hidden"]:nth-of-type(2)[value="pilonnage"] ~ div.sheet-armeSection2 > div.sheet-special > label,
div.sheet-armeDistancePJ > input[type="hidden"]:nth-of-type(2)[value="pilonnage"] ~ .repcontainer > .repitem > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:nth-of-type(2)[value="precis"] ~ div.sheet-armeSection1 > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:nth-of-type(2)[value="precis"] ~ div.sheet-armeSection2 > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:nth-of-type(2)[value="precis"] ~ .repcontainer > .repitem > div.sheet-special > label
{
display:flex;
}
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-sans > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-barbarian > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection1 > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection2 > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ .repcontainer > .repitem > div.sheet-special > label
{
margin-right:130px;
}
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="0"] ~ div.sheet-sans > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="0"] ~ div.sheet-barbarian > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="0"] ~ div.sheet-armeSection1 > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="0"] ~ div.sheet-armeSection2 > div.sheet-special > label,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="0"] ~ .repcontainer > .repitem > div.sheet-special > label
{
margin-right:260px;
}
div.sheet-armeContactPJ > div.sheet-sans > div.sheet-special,
div.sheet-armeContactPJ > div.sheet-barbarian > div.sheet-special,
div.sheet-armeContactPJ > div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeContactPJ > div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special,
div.sheet-armeContactPJ > div.sheet-armeSection1 > div.sheet-special > label,
div.sheet-armeContactPJ > div.sheet-armeSection2 > div.sheet-special > label,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label,
div.sheet-armeDistancePJ > div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeDistancePJ > div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special,
div.sheet-armeDistancePJ > div.sheet-armeSection1 > div.sheet-special > input[type="hidden"][value="0"] ~ label,
div.sheet-armeDistancePJ > div.sheet-armeSection2 > div.sheet-special > input[type="hidden"][value="0"] ~ label,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > input[type="hidden"][value="0"] ~ label,
div.sheet-armeDistancePJ > div.sheet-armeSection1 > div.sheet-special > label,
div.sheet-armeDistancePJ > div.sheet-armeSection2 > div.sheet-special > label,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > label,
div.sheet-armeContactPJ > div.sheet-sans > div.sheet-special > select,
div.sheet-armeContactPJ > div.sheet-barbarian > div.sheet-special > select,
div.sheet-armeContactPJ > div.sheet-armeSection1 > div.sheet-special > select,
div.sheet-armeContactPJ > div.sheet-armeSection2 > div.sheet-special > select,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > select,
div.sheet-armeDistancePJ > div.sheet-armeSection1 > div.sheet-special > select,
div.sheet-armeDistancePJ > div.sheet-armeSection2 > div.sheet-special > select,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > select,
div.sheet-armeContactPJ > div.sheet-armeSection1 > div.sheet-special > input[type="hidden"]:nth-last-of-type(2)[value="0"] ~ label,
div.sheet-armeContactPJ > div.sheet-armeSection2 > div.sheet-special > input[type="hidden"]:nth-last-of-type(2)[value="0"] ~ label,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > input[type="hidden"]:nth-last-of-type(2)[value="0"] ~ label,
div.sheet-armeContactPJ > div.sheet-armeSection1 > div.sheet-special > input[type="hidden"]:last-of-type[value="1"] ~ label,
div.sheet-armeContactPJ > div.sheet-armeSection2 > div.sheet-special > input[type="hidden"]:last-of-type[value="1"] ~ label,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > input[type="hidden"]:last-of-type[value="1"] ~ label,
div.sheet-armeDistancePJ > div.sheet-armeSection1 > div.sheet-special > input[type="hidden"]:last-of-type[value="0"] ~ label,
div.sheet-armeDistancePJ > div.sheet-armeSection2 > div.sheet-special > input[type="hidden"]:last-of-type[value="0"] ~ label,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > input[type="hidden"]:last-of-type[value="0"] ~ label
{
display:none;
}
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-sans > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-barbarian > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="1"] ~ .repcontainer > .repitem > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-sans > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-barbarian > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:first-of-type[value="2"] ~ .repcontainer > .repitem > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:nth-of-type(2)[value="precis"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:nth-of-type(2)[value="precis"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeContactPJ > input[type="hidden"]:nth-of-type(2)[value="precis"] ~ .repcontainer > .repitem > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="1"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="1"] ~ .repcontainer > .repitem > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="2"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:first-of-type[value="2"] ~ .repcontainer > .repitem > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:nth-of-type(2)[value="pilonnage"] ~ div.sheet-armeSection1 > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:nth-of-type(2)[value="pilonnage"] ~ div.sheet-armeSection2 > div.sheet-special,
div.sheet-armeDistancePJ > input[type="hidden"]:nth-of-type(2)[value="pilonnage"] ~ .repcontainer > .repitem > div.sheet-special
{
display:flex;
justify-content:flex-end;
width:100%;
padding-right:29px;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > label
{
width:241px;
border-bottom:1px solid var(--sombre);
border-left:1px solid var(--sombre);
height:27px;
flex-wrap:nowrap;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label:last-of-type > span,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label > span,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label:last-of-type > span,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > label > span
{
width:126px;
padding-left:2px;
line-height: 27px;
font-size: 14px;
color: #333;
font-weight: bold;
padding-right:2px;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label:nth-of-type(1) > span,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label:nth-of-type(1) > span
{
width:118px;
padding-left:2px;
line-height: 27px;
font-size: 14px;
color: #333;
font-weight: bold;
padding-right:2px;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label:nth-of-type(1) > input[type="number"],
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label:nth-of-type(1) > input[type="number"]
{
width:45px;
text-align:center;
}
div.sheet-armeContactPJ > div > div.sheet-special > select:first-of-type,
div.sheet-armeDistancePJ > div > div.sheet-special > select:first-of-type,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > select:first-of-type,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > select:first-of-type
{
width:130px;
border-left:1px solid var(--sombre);
border-bottom:1px solid var(--sombre);
}
div.sheet-armeContactPJ > div > div.sheet-special > select:last-of-type,
div.sheet-armeDistancePJ > div > div.sheet-special > select:last-of-type,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > select:last-of-type,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > select:last-of-type
{
width:130px;
border-bottom:1px solid var(--sombre);
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label > select,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label > input[type="number"],
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label:last-of-type > select,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > label > input[type="number"]
{
width:120px;
text-align:center;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label > select,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label > select
{
height:27px;
}
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label > input[type="number"],
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > label > input[type="number"]
{
width:130px;
text-align:center;
border:0px;
margin:0px;
padding:0px;
height:27px;
}
div.sheet-armeContactPJ > div > div.sheet-special > div > select,
div.sheet-armeDistancePJ > div > div.sheet-special > div > select,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > div > select,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > div > select
{
border-bottom:1px solid var(--sombre);
}
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmePoing,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre,
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre
{
width:100%;
justify-content:space-between;
height:23px;
}
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label
{
width:calc(100% / 4);
height:23px;
}
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label
{
width:calc(100% / 3);
height:23px;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmePoing > label,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label,
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre > label
{
width:100%;
height:23px;
}
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"],
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"]
{
width: calc((100% / 4) - 0px);
height: 23px;
position: absolute;
opacity: 0;
z-index: 99;
}
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"],
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"],
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"],
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"],
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"]
{
width: calc((100% / 3) - 0px);
height: 23px;
position: absolute;
opacity: 0;
z-index: 99;
min-width:283.333px;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"],
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"]
{
width: calc((100% / 4) - 15px);
height: 23px;
position: absolute;
opacity: 0;
z-index: 99;
min-width:212.5px;
}
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"],
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"]
{
width: calc((100% / 3) - 20.66px);
height: 23px;
position: absolute;
opacity: 0;
z-index: 99;
min-width:283.333px;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmePoing > label > input[type="checkbox"]
{
width: calc(100% - 60px);
height: 23px;
position: absolute;
opacity: 0;
z-index: 99;
min-width:850px;
}
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmePoing > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"] ~ span,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"] ~ span,
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"] ~ span
{
width:100%;
}
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmePoing > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"] ~ span::before,
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"] ~ span::before
{
content: attr(title);
display: flex;
width: 100%;
line-height: 21px;
font-size: 12px;
background: var(--sombre);
justify-content: center;
color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmePoing > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label:nth-of-type(2) > input[type="checkbox"] ~ span::before,
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre > label:nth-of-type(2) > input[type="checkbox"] ~ span::before
{
border-right: 1px solid black;
border-left: 1px solid black;
}
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeContact > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-menuArmeContact > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-menuArmeDistance > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-menuArmeDistance > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-menuArmeAutre > label:nth-of-type(4) > input[type="checkbox"] ~ span::before,
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-menuArmeAutre > label:nth-of-type(4) > input[type="checkbox"] ~ span::before
{
border-left: 1px solid black;
}
div.sheet-armeImproviseeUtilisationPJ,
div.sheet-armeImproviseeUtilisationPNJ
{
width:50%;
margin-left:auto;
margin-right:auto;
}
div.sheet-armeImproviseeUtilisationPJ > div,
div.sheet-armeImproviseeUtilisationPNJ > div
{
justify-content:space-evenly;
height:30px;
align-items:center;
}
div.sheet-armeImproviseeUtilisationPJ > div > label,
div.sheet-armeImproviseeUtilisationPNJ > div > label
{
width:calc((100% / 2) - 50px);
height:26px;
}
div.sheet-armeImproviseeUtilisationPJ > div > label > input[type="radio"],
div.sheet-armeImproviseeUtilisationPNJ > div > label > input[type="radio"]
{
width:calc((50% / 2) - 65px);
height:26px;
opacity:0;
position:absolute;
min-width:163px;
}
div.sheet-armeImproviseeUtilisationPJ > div > label > input[type="radio"] ~ span,
div.sheet-armeImproviseeUtilisationPNJ > div > label > input[type="radio"] ~ span
{
width:100%;
}
div.sheet-armeImproviseeUtilisationPJ > div > label > input[type="radio"] ~ span::before,
div.sheet-armeImproviseeUtilisationPNJ > div > label > input[type="radio"] ~ span::before
{
width:100%;
content: attr(title);
justify-content: center;
display: flex;
height: 24px;
font-size: 14px;
font-weight: bold;
border: 1px solid black;
background: var(--sombre);
color: white;
line-height: 24px;
}
div.sheet-armeImproviseeUtilisationPJ > div > label > input[type="radio"]:checked ~ span::before,
div.sheet-armeImproviseeUtilisationPNJ > div > label > input[type="radio"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span,
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span,
div.sheet-MAArmeImprovisee > div:nth-of-type(1) > span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-armeImproviseePJ > div > span:not(:first-of-type),
div.sheet-armeImproviseePNJ > div > span:not(:first-of-type),
div.sheet-MAArmeImprovisee > div > span:not(:first-of-type),
div.sheet-armeImproviseePJ > div > div:not(:first-of-type),
div.sheet-armeImproviseePNJ > div > div:not(:first-of-type),
div.sheet-MAArmeImprovisee > div > div,
div.sheet-armeImproviseePJ > div:not(:first-of-type) > span,
div.sheet-armeImproviseePNJ > div:not(:first-of-type) > span,
div.sheet-MAArmeImprovisee > div:not(:first-of-type) > span:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:not(:nth-of-type(2)),
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:not(:nth-of-type(2)),
div.sheet-MAArmeImprovisee > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-MAArmeImprovisee > div:nth-of-type(1) > span:nth-of-type(3),
div.sheet-MAArmeImprovisee > div:nth-of-type(1) > span:nth-of-type(4),
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > div:not(:last-of-type),
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > div:not(:last-of-type),
div.sheet-MAArmeImprovisee > div:not(:nth-of-type(1)) > div:not(:last-of-type)
{
width:110px;
flex-wrap:nowrap;
}
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > div:last-of-type,
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > div:last-of-type,
div.sheet-MAArmeImprovisee > div:not(:nth-of-type(1)) > div:last-of-type
{
width:calc(110px + 28px);
flex-wrap:nowrap;
}
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:nth-of-type(2),
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:nth-of-type(2)
{
width:calc(100% - 110px - 110px - 110px - 110px - 28px);
}
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > span,
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > span
{
width:calc(100% - 110px - 110px - 110px - 110px - 28px - 4px);
}
div.sheet-MAArmeImprovisee > div:nth-of-type(1) > span:nth-of-type(1)
{
width:calc(100% - 110px - 110px - 110px - 2px - 28px);
}
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:nth-of-type(5),
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:nth-of-type(5),
div.sheet-MAArmeImprovisee > div:nth-of-type(1) > span:nth-of-type(4)
{
margin-right:28px;
}
div.sheet-armeImproviseePJ input[type="number"],
div.sheet-armeImproviseePJ input[type="text"],
div.sheet-armeImproviseePNJ input[type="number"],
div.sheet-armeImproviseePNJ input[type="text"],
div.sheet-MAArmeImprovisee input[type="number"],
div.sheet-MAArmeImprovisee input[type="text"]
{
margin:0px;
padding:0px;
border:0px;
min-height:28px;
background:white;
text-align:center;
cursor:context-menu;
}
div.sheet-armeImproviseePJ button[type="roll"],
div.sheet-armeImproviseePNJ button[type="roll"],
div.sheet-MAArmeImprovisee button[type="roll"]
{
border-left:1px solid var(--sombre);
}
div.sheet-armeImproviseePJ > div > div:not(:last-of-type) > input[type="number"],
div.sheet-armeImproviseePJ > div > div:not(:last-of-type) > input[type="text"],
div.sheet-armeImproviseePNJ > div > div:not(:last-of-type) > input[type="number"],
div.sheet-armeImproviseePNJ > div > div:not(:last-of-type) > input[type="text"],
div.sheet-MAArmeImprovisee > div > div:not(:last-of-type) > input[type="number"],
div.sheet-MAArmeImprovisee > div > div:not(:last-of-type) > input[type="text"]
{
width:100%;
}
div.sheet-armeImproviseePJ > div > div:last-of-type > input[type="number"],
div.sheet-armeImproviseePJ > div > div:last-of-type > input[type="text"],
div.sheet-armeImproviseePNJ > div > div:last-of-type > input[type="number"],
div.sheet-armeImproviseePNJ > div > div:last-of-type > input[type="text"],
div.sheet-MAArmeImprovisee > div > div:last-of-type > input[type="number"],
div.sheet-MAArmeImprovisee > div > div:last-of-type > input[type="text"]
{
width:calc(100% - 28px);
}
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > span,
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > span
{
background:white;
text-align:justify;
align-items:center;
padding-left:2px;
padding-right:2px;
}
div.sheet-MAArmeImprovisee > div:not(:nth-of-type(1)) > span
{
width:calc(100% - 110px - 110px - 110px - 2px - 28px - 4px);
background:white;
cursor:text;
text-align:justify;
align-items:center;
padding-left:2px;
padding-right:2px;
}
div.sheet-armeImproviseePJ > div:not(:last-of-type),
div.sheet-armeImproviseePNJ > div:not(:last-of-type),
div.sheet-MAArmeImprovisee > div:not(:last-of-type)
{
border-bottom:1px solid var(--sombre);
}
div.sheet-armeImproviseePJ > div:nth-of-type(4),
div.sheet-armeImproviseePJ > div:nth-of-type(7),
div.sheet-armeImproviseePJ > div:nth-of-type(10),
div.sheet-armeImproviseePJ > div:nth-of-type(12),
div.sheet-armeImproviseePNJ > div:nth-of-type(4),
div.sheet-armeImproviseePNJ > div:nth-of-type(7),
div.sheet-armeImproviseePNJ > div:nth-of-type(10),
div.sheet-armeImproviseePNJ > div:nth-of-type(12),
div.sheet-MAArmeImprovisee > div:nth-of-type(4),
div.sheet-MAArmeImprovisee > div:nth-of-type(7),
div.sheet-MAArmeImprovisee > div:nth-of-type(10),
div.sheet-MAArmeImprovisee > div:nth-of-type(12)
{
border-bottom:2px solid var(--sombre);
}
div.sheet-grenade > div:nth-of-type(2) > select
{
width:50%;
border:0px;
padding:0px;
margin:0px;
text-align:center;
}
div.sheet-grenadePNJ > div:nth-of-type(2) > select
{
width:100%;
border:0px;
padding:0px;
margin:0px;
text-align:center;
}
div.sheet-grenade > div:nth-of-type(2) > select:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-grenade > div:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type):not(:nth-last-of-type(2)),
div.sheet-grenadePNJ > div:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:last-of-type):not(:nth-last-of-type(2))
{
border-bottom:1px solid var(--sombre);
}
div.sheet-grenade > div:nth-of-type(3),
div.sheet-grenadePNJ > div:nth-of-type(3)
{
border-top:1px solid var(--sombre);
}
div.sheet-grenade > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > span,
div.sheet-grenadePNJ > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > span
{
color: #333;
align-items:center;
}
div.sheet-grenade > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > span:first-of-type,
div.sheet-grenadePNJ > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > span:first-of-type
{
width:98px;
padding-left:2px;
font-weight: bold;
line-height: 28px;
font-size: 14px;
}
div.sheet-grenade > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > span:last-of-type,
div.sheet-grenadePNJ > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > span:last-of-type
{
width:calc(100% - 100px - 28px - 4px);
padding-left:2px;
font-size:13px;
line-height:18px;
text-align:justify;
padding-right:2px;
border-right:1px solid var(--sombre);
}
div.sheet-grenade > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > button[type="roll"],
div.sheet-grenadePNJ > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > button[type="roll"]
{
margin-top:auto;
margin-bottom:auto;
}
div.sheet-grenade > label:last-of-type,
div.sheet-grenadePNJ > label:last-of-type
{
width:100%;
height:23px;
}
div.sheet-grenade > label:last-of-type > input[type="checkbox"],
div.sheet-grenadePNJ > label:last-of-type > input[type="checkbox"]
{
width:calc(50% - 31px);
height:23px;
position:absolute;
opacity:0;
}
div.sheet-grenade > label:last-of-type > input[type="checkbox"] ~ span,
div.sheet-grenadePNJ > label:last-of-type > input[type="checkbox"] ~ span
{
width:100%;
}
div.sheet-grenade > label:last-of-type > input[type="checkbox"] ~ span::before,
div.sheet-grenadePNJ > label:last-of-type > input[type="checkbox"] ~ span::before
{
content: attr(title);
display: flex;
width: 100%;
line-height: 21px;
font-size: 12px;
background: var(--sombre);
justify-content: center;
color: white;
border-top: 1px solid black;
border-bottom: 1px solid black;
}
div.sheet-grenade > label:last-of-type > input[type="checkbox"]:checked ~ span::before,
div.sheet-grenade > div:last-of-type > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-grenadePNJ > label:last-of-type > input[type="checkbox"]:checked ~ span::before,
div.sheet-grenadePNJ > div:last-of-type > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-grenade > div:last-of-type,
div.sheet-grenadePNJ > div:last-of-type
{
display:none;
}
div.sheet-grenade > input[type="hidden"][value="1"] + div,
div.sheet-grenadePNJ > input[type="hidden"][value="1"] + div
{
display:flex;
width:100%;
height:30px;
}
div.sheet-grenade > input[type="hidden"][value="1"] + div,
div.sheet-grenadePNJ > input[type="hidden"][value="1"] + div
{
display:flex;
width:100%;
justify-content:space-evenly;
}
div.sheet-grenade > div:last-of-type > label,
div.sheet-grenadePNJ > div:last-of-type > label
{
width: 200px;
height: 23px;
margin: 2px;
}
div.sheet-grenade > div:last-of-type > label > input[type="checkbox"],
div.sheet-grenadePNJ > div:last-of-type > label > input[type="checkbox"]
{
width: 200px;
height: 23px;
opacity:0;
position:absolute;
}
div.sheet-grenade > div:last-of-type > label > input[type="checkbox"] ~ span,
div.sheet-grenadePNJ > div:last-of-type > label > input[type="checkbox"] ~ span
{
width: 100%;
}
div.sheet-grenade > div:last-of-type > label > input[type="checkbox"] ~ span::before,
div.sheet-grenadePNJ > div:last-of-type > label > input[type="checkbox"] ~ span::before
{
content: attr(title);
display: flex;
width: 100%;
line-height: 21px;
font-size: 12px;
background: var(--sombre);
justify-content: center;
color: white;
border: 1px solid black;
text-align:center;
}
div.sheet-protections > div:first-of-type > span
{
width:calc((100% / 4) - 1px);
font-weight: bold;
line-height: 28px;
font-size: 14px;
color: #333;
align-items:center;
justify-content:center;
border-left:1px solid var(--sombre);
}
div.sheet-protections > div:first-of-type > span:first-of-type
{
margin-left:calc(100% / 4);
}
div.sheet-protections > .repcontainer
{
width:100%;
justify-content:space-between;
flex-wrap:wrap;
}
div.sheet-protections > .repcontainer > .repitem
{
width:100%;
justify-content:space-between;
border-top:1px solid var(--sombre);
flex-wrap:nowrap;
}
div.sheet-protections > .repcontainer > .repitem > input[type="text"],
div.sheet-protections > .repcontainer > .repitem > input[type="number"]
{
width:calc(100% / 4);
text-align:center;
padding:0px;
margin:0px;
border:0px;
height:28px;
border-left:1px solid var(--sombre);
}
div.sheet-protections > .repcontainer > .repitem > label
{
width:calc(100% / 4);
}
div.sheet-protections > .repcontainer > .repitem > label > input[type="checkbox"]
{
width:calc(100% / 4);
opacity:0;
height:28px;
position:absolute;
}
div.sheet-protections > .repcontainer > .repitem > label > input[type="checkbox"] ~ span
{
width:100%;
}
div.sheet-protections > .repcontainer > .repitem > label > input[type="checkbox"] ~ span::before
{
display:flex;
content:attr(title);
width:100%;
justify-content:center;
background:var(--sombre);
line-height:26px;
border-top:1px solid black;
border-bottom:1px solid black;
color:white;
}
div.sheet-protections > .repcontainer > .repitem > label > input[type="checkbox"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-protections > .repcontrol > .btn:last-of-type
{
margin-right:calc(100% - 114px);
}
div.sheet-protections > .repcontainer > .repitem > .itemcontrol > a
{
margin-right: calc(100% - 63px);
}
div.sheet-capaciteArmure
{
width:100%;
justify-content:space-evenly;
align-items:flex-start;
flex-wrap:wrap;
}
div.sheet-capaciteArmure > div.sheet-barbarian,
div.sheet-capaciteArmure > div.sheet-bard,
div.sheet-capaciteArmure > div.sheet-monk,
div.sheet-capaciteArmure > div.sheet-rogue,
div.sheet-capaciteArmure > div.sheet-sorcerer,
div.sheet-capaciteArmure > div.sheet-warrior,
div.sheet-capaciteArmure > div.sheet-berserk,
div.sheet-capaciteArmure > div.sheet-paladin,
div.sheet-capaciteArmure > div.sheet-priest,
div.sheet-capaciteArmure > div.sheet-psion,
div.sheet-capaciteArmure > div.sheet-warmaster,
div.sheet-capaciteArmure > div.sheet-shaman,
div.sheet-capaciteArmure > div.sheet-warlock,
div.sheet-capaciteArmure > div.sheet-wizard,
div.sheet-capaciteArmure > div.sheet-metaArmureLegende,
div.sheet-capaciteArmure > div.sheet-druidModJetCompagnons
{
width:calc(50% - 5px);
}
div.sheet-capaciteArmure > input[type="hidden"][value="druid"].sheet-MALDruidC ~ div.sheet-metaArmureLegende
{
width:100%;
}
div.sheet-capaciteArmure > div.sheet-druidModJetCompagnons,
div.sheet-capaciteArmure > div.sheet-metaArmureLegende
{
margin-bottom:10px;
}
div.sheet-warlockCapaciteCol
{
flex-wrap:wrap;
}
div.sheet-warlockCapaciteCol > div:not(:first-of-type)
{
margin-top:10px;
}
div.sheet-capacitesPNJ
{
display:none;
width:100%;
justify-content:space-evenly;
flex-wrap:wrap;
align-items:baseline;
}
div.sheet-capacitesPNJ > div:first-of-type
{
width:100%;
justify-content:space-evenly;
flex-wrap:wrap;
align-items:baseline;
}
div.sheet-capacitesPNJ > div:first-of-type > div,
div.sheet-capacitesPNJ > div:not(:first-of-type)
{
width:calc((100% / 3) - 5px);
}
div.sheet-armeContactPNJ > div:first-of-type > span:nth-of-type(1),
div.sheet-armeDistancePNJ > div:first-of-type > span:nth-of-type(1)
{
width: calc(100% - 170px - 170px - 172px - 140px - 28px);
}
div.sheet-armeContactPNJ > div:first-of-type > span:nth-of-type(2),
div.sheet-armeDistancePNJ > div:first-of-type > span:nth-of-type(2),
div.sheet-armeContactPNJ > div:first-of-type > span:nth-of-type(3),
div.sheet-armeDistancePNJ > div:first-of-type > span:nth-of-type(3),
div.sheet-armeContactPNJ > div:first-of-type > span:nth-of-type(4),
div.sheet-armeDistancePNJ > div:first-of-type > span:nth-of-type(4)
{
width: 170px;
}
div.sheet-armeContactPNJ > div:first-of-type > span:nth-of-type(5),
div.sheet-armeDistancePNJ > div:first-of-type > span:nth-of-type(5)
{
width: 140px;
margin-right:28px;
}
div.sheet-armeContactPNJ > div:not(:nth-of-type(1)) > div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(1),
div.sheet-armeDistancePNJ > div:not(:nth-of-type(1)) > div:nth-of-type(2) > div:nth-of-type(1),
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(1)
{
width: calc(100% - 170px - 170px - 172px - 140px - 28px);
}
div.sheet-armeContactPNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-armeDistancePNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(2),
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(2),
div.sheet-armeContactPNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(3),
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(3),
div.sheet-armeDistancePNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(3),
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(3),
div.sheet-armeContactPNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(4),
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(4),
div.sheet-armeDistancePNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(4),
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(4)
{
width: 170px;
flex-wrap:nowrap;
}
div.sheet-armeContactPNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(5),
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(5),
div.sheet-armeDistancePNJ > div:not(:nth-of-type(1)):not([class*="repcontainer"]) > div:nth-of-type(2) > div:nth-of-type(5),
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > div:nth-of-type(5)
{
width: calc(140px + 28px);
flex-wrap:nowrap;
}
div.sheet-information
{
width:100%;
flex-wrap:wrap;
background-color: RGB(93,111,179);
border-bottom: 1px solid RGB(93,111,179);
border-right: 1px solid RGB(93,111,179);
border-left: 1px solid RGB(93,111,179);
align-content:baseline;
height:auto;
}
div.sheet-information > div > textarea[readonly]
{
width: 100%;
text-align: center;
padding: 0px;
background-color:RGB(213, 215, 237);
cursor:default;
color:red;
font-weight:bold;
margin:0px;
}
div.sheet-information > div > span
{
font-weight:bold;
}
div.sheet-atoutHandicap > .repcontainer,
div.sheet-atoutHandicap > .repcontainer > .repitem,
div.sheet-avantageInconvenient > .repcontainer,
div.sheet-avantageInconvenient > .repcontainer > .repitem,
div.sheet-carteDestin > .repcontainer,
div.sheet-carteDestin > .repcontainer > .repitem,
div.sheet-blessuresGraves > .repcontainer,
div.sheet-blessuresGraves > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
}
div.sheet-atoutHandicap > .repcontainer > .repitem,
div.sheet-carteDestin > .repcontainer > .repitem
{
background:var(--clair);
}
div.sheet-atoutHandicap > .repcontainer > .repitem:not(:first-of-type),
div.sheet-avantageInconvenient > .repcontainer > .repitem:not(:first-of-type),
div.sheet-carteDestin > .repcontainer > .repitem:not(:first-of-type)
{
border-top:5px double var(--sombre);
}
div.sheet-atoutHandicap > .repcontainer > .repitem > input[type="text"],
div.sheet-carteDestin > .repcontainer > .repitem > input[type="text"]
{
width:100%;
border:0px;
margin:0px;
padding:0px;
text-align:center;
height:28px;
border-bottom:1px solid var(--sombre);
}
div.sheet-atoutHandicap > .repcontrol > .btn:first-of-type,
div.sheet-avantageInconvenient > .repcontrol > .btn:first-of-type,
div.sheet-langues > .repcontrol > .btn:first-of-type,
div.sheet-contact > .repcontrol > .btn:first-of-type,
div.sheet-oeuvreArt > .repcontrol > .btn:first-of-type,
div.sheet-oeuvreArtCree > .repcontrol > .btn:first-of-type,
div.sheet-carteDestin > .repcontrol > .btn:first-of-type,
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontrol > .btn:first-of-type
{
margin-top:1px;
}
div.sheet-overdrive
{
width:calc(50% - 5px);
align-content:baseline;
background-color:var(--sombre);
border:1px solid var(--sombre);
flex-wrap:wrap;
align-self:baseline;
margin-bottom:10px;
}
div.sheet-overdrive > div.sheet-titreBSA > label > span::before
{
background:var(--clair);
color:#333;
}
div.sheet-overdrive > h2
{
width: 100%;
align-content: baseline;
background: var(--clair);
color: black;
line-height: 28px;
justify-content: center;
font-size: 14px;
}
div.sheet-overdrive > div:last-of-type
{
flex-wrap:wrap;
}
div.sheet-overdrive > div > div
{
min-height:28px;
}
div.sheet-overdrive > div > div:first-of-type
{
border-top:1px solid var(--sombre);
}
div.sheet-overdrive > input[type="hidden"][value="on"] + div
{
display:flex;
}
div.sheet-overdrive > div > div > span:first-of-type
{
width: 30px;
justify-content: center;
align-items: center;
font-size:14px;
font-weight:bold;
}
div.sheet-overdrive > div > div > span:last-of-type
{
width: calc(100% - 30px - 2px);
text-align:justify;
padding-right:2px;
padding-top:2px;
padding-bottom:2px;
font-size:13px;
}
div.sheet-overdrive > div > input[type="hidden"][value="1"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="2"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="2"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="3"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="3"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="3"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="4"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="4"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="4"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="4"] ~ div:nth-of-type(4),
div.sheet-overdrive > div > input[type="hidden"][value="5"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="5"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="5"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="5"] ~ div:nth-of-type(4),
div.sheet-overdrive > div > input[type="hidden"][value="5"] ~ div:nth-of-type(5),
div.sheet-overdrive > div > input[type="hidden"][value="6"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="6"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="6"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="6"] ~ div:nth-of-type(4),
div.sheet-overdrive > div > input[type="hidden"][value="6"] ~ div:nth-of-type(5),
div.sheet-overdrive > div > input[type="hidden"][value="6"] ~ div:nth-of-type(6),
div.sheet-overdrive > div > input[type="hidden"][value="7"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="7"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="7"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="7"] ~ div:nth-of-type(4),
div.sheet-overdrive > div > input[type="hidden"][value="7"] ~ div:nth-of-type(5),
div.sheet-overdrive > div > input[type="hidden"][value="7"] ~ div:nth-of-type(6),
div.sheet-overdrive > div > input[type="hidden"][value="7"] ~ div:nth-of-type(7),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(4),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(5),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(6),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(7),
div.sheet-overdrive > div > input[type="hidden"][value="8"] ~ div:nth-of-type(8),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(4),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(5),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(6),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(7),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(8),
div.sheet-overdrive > div > input[type="hidden"][value="9"] ~ div:nth-of-type(9),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(1),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(2),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(3),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(4),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(5),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(6),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(7),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(8),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(9),
div.sheet-overdrive > div > input[type="hidden"][value="10"] ~ div:nth-of-type(10)
{
display:flex;
}
div.sheet-tabOverdrive > input[type="hidden"][value="0"] + div
{
display:none;
}
div.sheet-experienceGloire > div > span
{
width:calc(100% / 3);
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-experienceGloire > div > span:nth-of-type(2)
{
width:calc((100% / 3) - 2px);
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-experienceGloire > div > input[type="number"]
{
background:white;
width:calc(100% / 3);
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-experienceGloire > div > input[type="number"]:nth-of-type(2)
{
border-right:1px solid var(--sombre);
border-left:1px solid var(--sombre);
}
div.sheet-langues > .repcontainer,
div.sheet-langues > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
}
div.sheet-langues > .repcontainer > .repitem:not(:first-of-type)
{
border-top:1px solid var(--sombre);
}
div.sheet-langues > .repcontainer > .repitem > input[type="text"]
{
width: 100%;
border: 0px;
margin: 0px;
padding: 0px;
height: 28px;
padding-left:2px;
}
div.sheet-contact > .repcontainer,
div.sheet-contact > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
}
div.sheet-contact > .repcontainer > .repitem
{
border-top:2px solid var(--sombre);
}
div.sheet-domaineArtistique > label:first-of-type
{
width: 100%;
background: var(--clair);
font-size: 14px;
border-bottom: 1px solid var(--sombre);
flex-wrap:nowrap;
}
div.sheet-domaineArtistique > label:first-of-type > span
{
width: calc(50% - 2px);
line-height: 28px;
padding-left: 2px;
}
div.sheet-domaineArtistique > label:first-of-type > input[type="number"]
{
width: 50%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
border: 0px;
}
div.sheet-domaineArtistique > h2
{
width: 100%;
align-content: baseline;
background: var(--clair);
line-height: 28px;
justify-content: center;
font-size: 14px;
}
div.sheet-domaineArtistique > div:nth-of-type(2)
{
border-bottom:1px solid var(--sombre);
}
div.sheet-domaineArtistique > div > select
{
margin:0px;
padding:0px;
width:50%;
border:0px;
}
div.sheet-domaineArtistique > div > select:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-domaineArtistique > div:nth-of-type(4)
{
border-bottom:1px solid var(--sombre);
}
div.sheet-domaineArtistique > div:nth-of-type(4) > span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-domaineArtistique > div:nth-of-type(4) > span:first-of-type
{
width:119px;
border-right:1px solid var(--sombre);
}
div.sheet-domaineArtistique > div:nth-of-type(4) > span:last-of-type
{
width:calc(100% - 120px);
}
div.sheet-domaineArtistique > label:nth-of-type(2),
div.sheet-domaineArtistique > label:nth-of-type(3),
div.sheet-domaineArtistique > label:nth-of-type(4)
{
line-height: 28px;
font-size: 14px;
justify-content: space-between;
color: #333;
font-weight: bold;
align-items: center;
background:var(--clair);
border-bottom:1px solid var(--sombre);
flex-wrap:nowrap;
}
div.sheet-domaineArtistique > label:nth-of-type(2) > span:first-of-type,
div.sheet-domaineArtistique > label:nth-of-type(3) > span:first-of-type,
div.sheet-domaineArtistique > label:nth-of-type(4) > span:first-of-type
{
width:75px;
align-self:stretch;
align-items:center;
}
div.sheet-domaineArtistique > label:nth-of-type(2) > span:nth-of-type(2),
div.sheet-domaineArtistique > label:nth-of-type(3) > span:nth-of-type(2),
div.sheet-domaineArtistique > label:nth-of-type(4) > span:nth-of-type(2)
{
width:44px;
border-right:1px solid var(--sombre);
align-self:stretch;
align-items:center;
}
div.sheet-domaineArtistique > label:nth-of-type(2) > div.sheet-autoex,
div.sheet-domaineArtistique > label:nth-of-type(3) > div.sheet-autoex,
div.sheet-domaineArtistique > label:nth-of-type(4) > div.sheet-autoex
{
width:calc(100% - 120px);
align-self:stretch;
}
div.sheet-domaineArtistique > label > div.sheet-autoex > span
{
font-weight:normal;
}
div.sheet-oeuvreArt > div:nth-of-type(1) > span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
}
div.sheet-oeuvreArt > div:nth-of-type(1) > span:first-of-type
{
width:120px;
border-right:1px solid var(--sombre);
}
div.sheet-oeuvreArt > div:nth-of-type(1) > span:last-of-type
{
width:calc(100% - 120px);
}
div.sheet-oeuvreArt > .repcontainer,
div.sheet-oeuvreArtCree > .repcontainer,
div.sheet-oeuvreArtCree > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
background:var(--clair);
}
div.sheet-oeuvreArt > .repcontainer > .repitem
{
width:100%;
flex-wrap:nowrap;
}
div.sheet-oeuvreArt > .repcontainer > .repitem
{
border-top:1px solid var(--sombre);
}
div.sheet-oeuvreArt input[type="text"]
{
width:100%;
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-oeuvreArt > .repcontainer > .repitem > div:nth-of-type(2)
{
width:120px;
flex-wrap:nowrap;
}
div.sheet-oeuvreArt > .repcontainer > .repitem > div:last-of-type
{
width:calc(100% - 120px);
flex-wrap:nowrap;
border-left:1px solid var(--sombre);
}
div.sheet-oeuvreArtCree > .repcontainer > .repitem:not(:first-of-type)
{
border-top:5px double var(--sombre);
}
div.sheet-oeuvreArtCree > .repcontainer > .repitem > label
{
width:100%;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
align-items: center;
border-bottom:1px solid var(--sombre);
}
div.sheet-oeuvreArtCree > .repcontainer > .repitem > label > span
{
width:98px;
padding-left:2px;
}
div.sheet-oeuvreArtCree > .repcontainer > .repitem > label > input[type="text"]
{
width:calc(100% - 100px);
padding:0px;
margin:0px;
border:0px;
padding-left:2px;
height:28px;
}
div.sheet-tabHeroisme > input[type="hidden"][value="1"] ~ div.sheet-right,
div.sheet-tabHeroisme > input[type="hidden"][value="1"] ~ div.sheet-left,
div.sheet-tabHeroisme > input[type="hidden"][value="2"] ~ div.sheet-triL,
div.sheet-tabHeroisme > input[type="hidden"][value="2"] ~ div.sheet-triC,
div.sheet-tabHeroisme > input[type="hidden"][value="2"] ~ div.sheet-triR
{
display:flex;
}
div.sheet-capaciteHeroique > .repcontainer,
div.sheet-capaciteHeroique > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
}
div.sheet-capaciteHeroique > .repcontrol
{
height:18px;
}
div.sheet-capaciteHeroique > .repcontainer > .repitem > input[type="text"]
{
width:100%;
text-align:center;
border:0px;
padding:0px;
height:28px;
margin:0px;
}
div.sheet-capaciteHeroique > .repcontainer > .repitem > div
{
width:100%;
justify-content:space-between;
background:var(--clair);
flex-wrap:nowrap;
}
div.sheet-capaciteHeroique > .repcontainer > .repitem > div:not(:first-of-type)
{
border-top:1px solid var(--sombre);
}
div.sheet-capaciteHeroique > .repcontainer > .repitem > div:not(:last-of-type) > span
{
width:calc(50% - 2px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
align-items:center;
}
div.sheet-capaciteHeroique > .repcontainer > .repitem > div > select,
div.sheet-capaciteHeroique > .repcontainer > .repitem > div > input[type="text"]
{
width:50%;
border:0px;
height:28px;
margin:0px;
padding:0px;
text-align:center;
border-left:1px solid var(--sombre);
}
div.sheet-detailsVehicule > label > input[type="text"],
div.sheet-detailsVehicule > label > input[type="number"],
div.sheet-mechaArmureDonnees > div > input[type="number"]
{
text-align:center;
}
div.sheet-jetVehicule > div:not(:first-of-type) > span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: #333;
font-weight: bold;
align-items: center;
background:var(--clair);
}
div.sheet-jetVehicule > div:not(:first-of-type) > span:first-of-type
{
width:calc(50% - 1px);
border-right:1px solid var(--sombre);
}
div.sheet-jetVehicule > label > span
{
width:calc(50% - 3px);
border-right:1px solid var(--sombre);
}
div.sheet-jetVehicule > div:not(:first-of-type) > span:last-of-type
{
width:50%;
}
div.sheet-jetVehicule > div:last-of-type
{
border-top:1px solid var(--sombre);
}
div.sheet-jetVehicule > div:not(:first-of-type) > input[type="number"]
{
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
width:50%;
}
div.sheet-jetVehicule > div:not(:first-of-type) > input[type="number"]:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-defenseReactionVehicule > div:first-of-type
{
background:var(--sombre);
}
div.sheet-defenseReactionVehicule > div > span
{
line-height: 28px;
font-size: 14px;
justify-content: center;
color: white;
font-weight: bold;
align-items: center;
}
div.sheet-defenseReactionVehicule > div > span:first-of-type
{
width:calc(50% - 1px);
border-right:1px solid var(--clair);
}
div.sheet-defenseReactionVehicule > div > span:last-of-type
{
width:50%;
}
div.sheet-defenseReactionVehicule > div > input[type="number"]
{
width:50%;
text-align:center;
border:0px;
padding:0px;
margin:0px;
height:28px;
}
div.sheet-defenseReactionVehicule > div > input[type="number"]:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-equipage > .repcontainer,
div.sheet-equipage > .repcontainer > .repitem
{
width:100%;
flex-wrap:wrap;
}
div.sheet-equipage > .repcontainer > .repitem
{
background:var(--clair);
}
div.sheet-equipage > .repcontainer > .repitem:not(:first-of-type)
{
border-top:5px double var(--sombre);
}
div.sheet-equipage > .repcontainer > .repitem > div:not(:last-of-type)
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-equipage > .repcontainer > .repitem > div:not(:last-of-type) > span
{
width:calc(50% - 2px);
flex-wrap:wrap;
line-height: 28px;
font-size: 14px;
font-weight: bold;
align-items: center;
padding-left:2px;
}
div.sheet-equipage > .repcontainer > .repitem > div:not(:last-of-type) > input[type="text"]
{
width:50%;
text-align:center;
border:0px;
padding:0px;
margin:0px;
height:28px;
}
input[type="hidden"][value="sans"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende
{
display:none;
}
input[type="hidden"][value="psion"].sheet-metaArmureLegendeFlux ~ div.sheet-psion
{
display:flex;
}
input[type="hidden"][value="warrior"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALWarrior,
input[type="hidden"][value="paladin"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALPaladin,
input[type="hidden"][value="priest"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALPriest,
input[type="hidden"][value="warmaster"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALWarmaster,
input[type="hidden"][value="rogue"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALRogue,
input[type="hidden"][value="ranger"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALRanger,
input[type="hidden"][value="bard"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALBard,
input[type="hidden"][value="wizard"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALWizard,
input[type="hidden"][value="barbarian"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALBarbarian,
input[type="hidden"][value="psion"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALPsion,
input[type="hidden"][value="warlock"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALWarlock,
input[type="hidden"][value="shaman"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALShaman,
input[type="hidden"][value="druid"].sheet-metaArmureLegende ~ div.sheet-metaArmureLegende > div.sheet-MALDruid,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > input[type="hidden"][value="1"] ~ div.sheet-type1,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > input[type="hidden"][value="2"] ~ div.sheet-type2,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > input[type="hidden"][value="3"] ~ div.sheet-type3,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > input[type="hidden"][value="4"] ~ div.sheet-type4,
div.sheet-metaArmureLegende > div.sheet-MALWarrior > input[type="hidden"][value="5"] ~ div.sheet-type5,
div.sheet-metaArmureLegende > div.sheet-MALPriest > input[type="hidden"][value="1"] ~ div.sheet-MALMechanic,
div.sheet-metaArmureLegende > div.sheet-MALPriest > input[type="hidden"][value="2"] ~ div.sheet-MALNanoC,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > input[type="hidden"][value="1"] ~ div.sheet-MALWarlord,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > input[type="hidden"][value="2"] ~ div.sheet-MALFalcon,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > input[type="hidden"][value="1"] ~ div.sheet-impulsion1,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > input[type="hidden"][value="2"] ~ div.sheet-impulsion2,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > input[type="hidden"][value="3"] ~ div.sheet-impulsion3,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > input[type="hidden"][value="4"] ~ div.sheet-impulsion4,
div.sheet-metaArmureLegende > div.sheet-MALPsion > input[type="hidden"][value="1"] ~ div.sheet-MALPuppetMaster,
div.sheet-metaArmureLegende > div.sheet-MALPsion > input[type="hidden"][value="2"] ~ div.sheet-MALDiscord,
div.sheet-metaArmureLegende > div.sheet-MALPsion > input[type="hidden"][value="3"] ~ div.sheet-MALWindtalker,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > input[type="hidden"][value="1"] ~ div.sheet-MALRecord,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > input[type="hidden"][value="2"] ~ div.sheet-MALRewind,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > input[type="hidden"][value="1"] ~ div.sheet-MALContrecoups,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > input[type="hidden"][value="2"] ~ div.sheet-MALContrecoups,
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="1"] ~ div.sheet-MALDruidModCompanions > div > label:nth-of-type(2),
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="2"] ~ div.sheet-MALDruidModCompanions > div > label:nth-of-type(3),
div.sheet-metaArmureLegende > div.sheet-MALDruid > input[type="hidden"][value="3"] ~ div.sheet-MALDruidModCompanions > div > label:nth-of-type(4)
{
display:flex;
}
div.sheet-metaArmureLegende > div.sheet-MALWarrior,
div.sheet-metaArmureLegende > div.sheet-MALPaladin,
div.sheet-metaArmureLegende > div.sheet-MALPriest,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster,
div.sheet-metaArmureLegende > div.sheet-MALRogue,
div.sheet-metaArmureLegende > div.sheet-MALRanger,
div.sheet-metaArmureLegende > div.sheet-MALBard,
div.sheet-metaArmureLegende > div.sheet-MALWizard,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian,
div.sheet-metaArmureLegende > div.sheet-MALPsion,
div.sheet-metaArmureLegende > div.sheet-MALWarlock,
div.sheet-metaArmureLegende > div.sheet-MALShaman,
div.sheet-metaArmureLegende > div.sheet-MALDruid
{
display:none;
flex-wrap:wrap;
justify-content:space-between;
width:100%;
}
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-druidCompanions
{
border-bottom:0px;
border-left:0px;
border-right:0px;
}
div.sheet-metaArmureLegende > div.sheet-MALWarrior > div,
div.sheet-metaArmureLegende > div.sheet-MALPriest > div,
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div,
div.sheet-metaArmureLegende > div.sheet-MALPsion > div,
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div
{
display:none;
width:100%;
align-content:baseline;
background-color:var(--sombre);
flex-wrap:wrap;
border-top:1px solid var(--clair);
}
div.sheet-metaArmureLegende > div.sheet-MALShaman > div,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div
{
width:100%;
align-content:baseline;
background-color:var(--sombre);
flex-wrap:wrap;
border-top:1px solid var(--clair);
}
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-effetsArmes,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-information,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-druidModJetCompagnons,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALShamanImpregnation
{
border:0px;
}
div.sheet-metaArmureLegende > div.sheet-MALWarlock > div:not([class*="MALRewind"]) > div:not(:first-of-type)
{
width:100%;
align-content:baseline;
background-color:var(--sombre);
flex-wrap:wrap;
border-top:1px solid var(--clair);
}
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-druidCompanions > div > div
{
background-color:var(--sombre);
}
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div:not(:first-of-type),
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions > div > label:not(:first-of-type),
input[type="hidden"][value=""].sheet-MALDruidC ~ div.sheet-metaArmureLegende
input[type="hidden"][value="warrior"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="paladin"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="priest"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="warmaster"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="rogue"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="ranger"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="bard"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="wizard"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="barbarian"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="psion"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="warlock"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="shaman"].sheet-MALDruidC ~ div.sheet-metaArmureLegende,
input[type="hidden"][value="0"].sheet-tabArmureLegende ~ div div.sheet-metaArmureLegende
{
display:none;
}
div.sheet-metaArmureLegende > div.sheet-MALPaladin,
div.sheet-metaArmureLegende > div.sheet-MALRogue,
div.sheet-metaArmureLegende > div.sheet-MALRanger,
div.sheet-metaArmureLegende > div.sheet-MALBard,
div.sheet-metaArmureLegende > div.sheet-MALWizard,
div.sheet-metaArmureLegende > div.sheet-MALBarbarian,
div.sheet-metaArmureLegende > div.sheet-MALDruid,
div.sheet-metaArmureLegende > div.sheet-MALShaman > div.sheet-MALShamanImpregnation
{
border-top:1px solid var(--clair);
}
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-druidModJetCompagnons,
div.sheet-metaArmureLegende > div.sheet-MALDruid > div.sheet-MALDruidModCompanions
{
border-top:1px solid var(--sombre);
}
input[type="hidden"][value="druid"].sheet-MALDruidC ~ div.sheet-metaArmureLegende
{
margin-top:10px;
}
div.sheet-metaArmureLegende > div.sheet-MALDruidCompanions
{
border-top:0px;
}
div.sheet-metaArmureLegende > div.sheet-MALWarmaster > div.sheet-MALWarlord > div:first-of-type
{
border-bottom:1px solid var(--clair);
}
div.sheet-avantageInconvenient > .repcontainer > .repitem > div > label,
div.sheet-blessuresGraves > .repcontainer > .repitem > div > label
{
border-top:1px solid var(--clair);
}
div.sheet-avantageInconvenient > .repcontainer > .repitem:not(:first-of-type),
div.sheet-blessuresGraves > .repcontainer > .repitem
{
border-top:1px solid var(--sombre);
}
div.sheet-avantageInconvenient > .repcontainer > .repitem > div,
div.sheet-blessuresGraves > .repcontainer > .repitem > div
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-avantageInconvenient > .repcontainer > .repitem > div > input[type="text"],
div.sheet-blessuresGraves > .repcontainer > .repitem > div > input[type="text"]
{
width: calc(100% - 25px);
text-align: center;
color:black;
height: 28px;
border: 0px;
padding:0px;
font-variant: small-caps;
padding-right: 25px;
}
div.sheet-avantageInconvenient > .repcontainer > .repitem > div.sheet-autoex,
div.sheet-blessuresGraves > .repcontainer > .repitem > div.sheet-autoex
{
border-top:1px solid var(--sombre);
display:none;
}
div.sheet-avantageInconvenient > .repcontainer > .repitem > input[type="hidden"][value="0"] ~ div.sheet-autoex,
div.sheet-blessuresGraves > .repcontainer > .repitem > input[type="hidden"][value="0"] ~ div.sheet-autoex
{
display:flex;
}
div.sheet-mechaArmureDonnees > div
{
flex-wrap:nowrap;
}
div.sheet-mechaArmureDonnees > div > span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
align-items: center;
padding:0px;
}
div.sheet-mechaArmureDonnees > div:first-of-type > span
{
justify-content: center;
}
div.sheet-mechaArmureDonnees > div > span,
div.sheet-mechaArmureDonnees > div > div,
div.sheet-mechaArmureDonnees > div > div
{
width:calc(100% / 3);
}
div.sheet-mechaArmureDonnees > div > span:first-of-type
{
padding-left:2px;
}
div.sheet-mechaArmureDonnees > div:first-of-type > span:not(:first-of-type),
div.sheet-mechaArmureDonnees > div > div
{
border-left:1px solid var(--sombre);
}
div.sheet-mechaArmureDonnees input[type="text"],
div.sheet-mechaArmureDonnees input[type="number"]
{
width:100%;
padding:0px;
text-align:center;
border:0px;
}
div.sheet-mechaArmureSelection
{
margin-bottom:10px;
}
div.sheet-mechaArmureSelection > div
{
width:100%;
background:var(--clair);
justify-content:space-evenly;
padding-top:5px;
padding-bottom:5px;
}
div.sheet-mechaArmureSelection > div > label
{
width:calc((100% / 3) - 20px);
height:28px;
}
div.sheet-mechaArmureSelection > div > label > input[type="checkbox"]
{
width:calc((100% / 3) - 40px);
height: 28px;
position: absolute;
opacity: 0;
z-index: 99;
}
div.sheet-mechaArmureSelection > div > label > input[type="checkbox"] ~ span
{
width:100%;
}
div.sheet-mechaArmureSelection > div > label > input[type="checkbox"] ~ span::before
{
display: flex;
content: attr(title);
width: 100%;
line-height: 26px;
background: var(--sombre);
border: 1px solid black;
color: white;
justify-content: center;
font-size: 14px;
font-variant: small-caps;
}
div.sheet-mechaArmureSelection > div > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-menuCombatMechaArmure > label > input[type="checkbox"]:checked ~ span::before,
div.sheet-MAArchangelConfiguration > div > label > input[type="radio"]:checked ~ span::before,
div.sheet-MANephilimConfiguration > div > label > input[type="radio"]:checked ~ span::before,
div.sheet-MADemonConfiguration > div > label > input[type="radio"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-mechaArmureJet > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-mechaArmureJet > label:first-of-type,
div.sheet-mechaArmureAR > div,
div.sheet-mechaArmureDR > div:last-of-type,
div.sheet-MAAGabrielCurse > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MAAGabrielOffering > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MAARaphaelMiracle > div:not(:first-of-type),
div.sheet-MAARaphaelEvacuation > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MAArchangelCanonMetatron > div:not(:first-of-type),
div.sheet-MAArchangelCanonNoe > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MANOGInvulnerabilite > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MANOGStation > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MANephilimJericho > div:not(:first-of-type),
div.sheet-MANephilimSiegeTower > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MANephilimSaut > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MANephilimDronesAirain > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MANephilimEmblem > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MANephilimCanonMagma > div:not(:first-of-type),
div.sheet-MANephilimMSurtur > div:not(:first-of-type),
div.sheet-MADDjinnNanobrume > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MADDjinnSouffle > div:not(:first-of-type),
div.sheet-MADAsuraPSoniques > div:not(:first-of-type),
div.sheet-MADAsuraCSonique > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MADAsuraBAmrita > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MADemonSaut > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MADemonLames > div:not(:first-of-type),
div.sheet-MAAsuraInferno > div:not(:first-of-type):not(:nth-of-type(2)),
div.sheet-MAAsuraTLA > div:not(:first-of-type):not(:nth-of-type(2))
{
border-top:1px solid var(--sombre);
}
div.sheet-mechaArmureDR span,
div.sheet-MAAGabrielOffering span,
div.sheet-MAAGabrielCurse span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-MAAGabrielOffering > div:nth-of-type(2) > span,
div.sheet-MAAGabrielCurse > div:nth-of-type(2) > span
{
padding-left:2px;
width:calc((100% / 2) - 2px);
}
div.sheet-mechaArmureDR span,
div.sheet-MAAGabrielOffering > div:nth-last-of-type(2) > span,
div.sheet-MAAGabrielCurse > div:nth-last-of-type(2) > span
{
justify-content: center;
}
div.sheet-mechaArmureDR > div > span,
div.sheet-mechaArmureDR > div > div,
div.sheet-MAAGabrielOffering > div > span,
div.sheet-MAAGabrielCurse > div > span,
div.sheet-MAAGabrielOffering > div > div,
div.sheet-MAAGabrielCurse > div > div
{
width:calc(100% / 2);
}
div.sheet-mechaArmureDR > div > span:not(:first-of-type),
div.sheet-mechaArmureDR > div > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-mechaArmureDR input[type="number"],
div.sheet-MAAGabrielOffering input[type="number"],
div.sheet-MAAGabrielCurse input[type="number"],
div.sheet-MAAGabrielOffering input[type="text"],
div.sheet-MAAGabrielCurse input[type="text"]
{
width:100%;
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-MAAGabrielCurse > div > div:last-of-type,
div.sheet-MAAGabrielOffering > div > div:last-of-type,
div.sheet-MAAGabrielCurse > div > span:not(:first-of-type),
div.sheet-MAAGabrielOffering > div > span:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-mechaArmureAR > div
{
width:100%;
justify-content:space-between;
flex-wrap:nowrap;
}
div.sheet-mechaArmureAR > div > div
{
width:50%;
flex-wrap:nowrap;
}
div.sheet-mechaArmureAR > div > div:last-of-type
{
border-left:1px solid var(--sombre);
}
div.sheet-mechaArmureAR > div > div > span
{
width:calc(100% - 28px);
padding-left: 2px;
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
}
div.sheet-menuCombatMechaArmure > label
{
width:calc(100% / 4);
height: 28px;
margin: 0px;
padding: 0px;
font-size: 14px;
}
div.sheet-menuCombatMechaArmure > label > input[type="checkbox"]
{
width: calc((100% / 4) - 16px);
height: 28px;
position: absolute;
opacity: 0;
margin-left: 1px;
min-width: 170.4px;
}
div.sheet-menuCombatMechaArmure > div > label
{
width:calc(100% / 4);
height: 28px;
margin: 0px;
padding: 0px;
font-size: 14px;
}
div.sheet-menuCombatMechaArmure > div > label > input[type="checkbox"]
{
width: calc((100% / 2) - 17px);
height: 28px;
position: absolute;
opacity: 0;
margin-left: 1px;
min-width: 170.4px;
}
input[type="hidden"][value="1"].sheet-tabMechaArmureSpecial ~ div.sheet-mechaArmureSpecial,
input[type="hidden"][value="1"].sheet-tabMechaArmureModules ~ div.sheet-mechaArmureModules,
input[type="hidden"][value="1"].sheet-tabMechaArmureArmes ~ div.sheet-mechaArmureArmes,
input[type="hidden"][value="1"].sheet-tabMechaArmureArmesImprovisees ~ div.sheet-mechaArmureArmesImprovisees,
input[type="hidden"][value="archangel"].sheet-tabMechaArmureModele ~ div div.sheet-MAArchangel,
input[type="hidden"][value="nephilim"].sheet-tabMechaArmureModele ~ div div.sheet-MANephilim,
input[type="hidden"][value="demon"].sheet-tabMechaArmureModele ~ div div.sheet-MADemon
{
width:100%;
display:flex;
}
input[type="hidden"][value="1"].sheet-tabMechaArmureArmesImprovisees ~ div.sheet-mechaArmureArmesImprovisees
{
flex-wrap:wrap;
}
input[type="hidden"][value="1"].sheet-tabMechaArmureArmesImprovisees ~ div.sheet-mechaArmureArmesImprovisees > div
{
display:flex;
}
div.sheet-mechaArmureSpecial,
div.sheet-mechaArmureModules,
div.sheet-mechaArmureArmes,
div.sheet-mechaArmureArmesImprovisees
{
display:none;
justify-content:space-between;
margin-top:5px;
}
div.sheet-MAArchangelConfiguration > div,
div.sheet-MANephilimConfiguration > div,
div.sheet-MADemonConfiguration > div
{
flex-wrap:wrap;
}
div.sheet-MAArchangelConfiguration > div > label,
div.sheet-MANephilimConfiguration > div > label,
div.sheet-MADemonConfiguration > div > label
{
width:calc(100% - 10px);
height: 28px;
margin: 0px;
padding: 0px;
font-size: 14px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:5px;
}
div.sheet-MAArchangelConfiguration > div > label > input[type="radio"],
div.sheet-MANephilimConfiguration > div > label > input[type="radio"],
div.sheet-MADemonConfiguration > div > label > input[type="radio"]
{
width:calc((100% / 2) - 46px);
height: 28px;
position: absolute;
opacity: 0;
margin-left: 1px;
min-width: 170.4px;
}
div.sheet-MAArchangel > input[type="hidden"][value="1"] ~ div:nth-of-type(1),
div.sheet-MAArchangel > input[type="hidden"][value="2"] ~ div:nth-of-type(2),
div.sheet-MANephilim > input[type="hidden"][value="1"] ~ div:nth-of-type(1),
div.sheet-MANephilim > input[type="hidden"][value="2"] ~ div:nth-of-type(2),
div.sheet-MADemon > input[type="hidden"][value="1"] ~ div.sheet-MADemonDjinn,
div.sheet-MADemon > input[type="hidden"][value="2"] ~ div.sheet-MADemonAsura
{
display:flex;
}
div.sheet-MAArchangel,
div.sheet-MANephilim,
div.sheet-MADemon,
div.sheet-MAArchangelGabriel,
div.sheet-MAArchangelRaphael,
div.sheet-MANephilimOG,
div.sheet-MANephilimAnak,
div.sheet-MADemonDjinn,
div.sheet-MADemonAsura
{
display:none;
width:100%;
flex-wrap:wrap;
justify-content:space-between;
}
div.sheet-MAArchangelGabriel > div:not(:last-of-type),
div.sheet-MAArchangelRaphael > div:not(:last-of-type),
div.sheet-MANephilimOG > div:not(:last-of-type),
div.sheet-MANephilimAnak > div:not(:last-of-type),
div.sheet-MANephilim > div:not(:last-of-type),
div.sheet-MADemon > div:not(:last-of-type),
div.sheet-MADemonDjinn > div:not(:last-of-type),
div.sheet-MADemonAsura > div:not(:last-of-type)
{
margin-bottom:10px;
}
div.sheet-MAARaphaelEvacuation > div > span
{
width:calc(100% / 2);
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
}
div.sheet-MAARaphaelEvacuation > div > span:last-of-type
{
width:calc((100% / 2) - 1px);
border-left:1px solid var(--sombre);
}
div.sheet-MAARaphaelMiracle > div:nth-of-type(2) > span
{
width:calc(50%);
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
}
div.sheet-MAARaphaelMiracle > div:nth-of-type(2) > span:first-of-type
{
width:calc(50% - 1px);
border-right:1px solid var(--sombre);
}
div.sheet-MAARaphaelMiracle > div:nth-of-type(3) > input[type="text"],
div.sheet-MAARaphaelEvacuation > div > input[type="text"]
{
width:50%;
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-MAARaphaelMiracle > div:nth-of-type(3) > input[type="text"]:first-of-type
{
border-right:1px solid var(--sombre);
}
div.sheet-MAARaphaelEvacuation > div > input[type="text"]:last-of-type
{
border-left:1px solid var(--sombre);
}
div.sheet-MAARaphaelMiracle > div > label
{
width:50%;
}
div.sheet-MAARaphaelMiracle > div > label:first-of-type
{
width:50%;
border-right:1px solid var(--sombre);
}
div.sheet-MAARaphaelMiracle > div > label > span
{
width:calc(100% - 50px);
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
padding-left:2px;
}
div.sheet-MAARaphaelMiracle > div > label > input[type="text"]
{
width: 50px;
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-mechaArmureJet > div:nth-of-type(2)
{
flex-wrap:nowrap;
justify-content:space-between;
background:var(--clair);
}
div.sheet-MADDjinnWraith > div:nth-of-type(2)
{
flex-wrap:wrap;
justify-content:space-between;
background:var(--clair);
}
div.sheet-mechaArmureJet > div:nth-of-type(2) > span,
div.sheet-MADDjinnWraith > div:nth-of-type(2) > span
{
width:calc(50% - 2px);
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
padding-left:2px;
}
div.sheet-mechaArmureJet > div:nth-of-type(2) > select,
div.sheet-MADDjinnWraith > div:nth-of-type(2) > select
{
width: 50%;
padding: 0px;
text-align: center;
border: 0px;
}
div.sheet-MANOGInvulnerabilite span,
div.sheet-MANOGStation span,
div.sheet-MANephilimJericho > div:not(:last-of-type) > span,
div.sheet-MANephilimSiegeTower span,
div.sheet-MANephilimDronesAirain span,
div.sheet-MADDjinnSouffle > div:not(:last-of-type) > span,
div.sheet-MADDjinnNanobrume span,
div.sheet-MADAsuraPSoniques > div:not(:last-of-type) > span,
div.sheet-MADAsuraCSonique > div:not(:last-of-type) > span,
div.sheet-MADAsuraBAmrita span,
div.sheet-MAArchangelVol span,
div.sheet-MAArchangelVagueSoin span,
div.sheet-MANephilimSaut span,
div.sheet-MANephilimEmblem span,
div.sheet-MANephilimDronesAirain span,
div.sheet-MADemonSaut span,
div.sheet-MAAsuraInferno span,
div.sheet-MAArchangelCanonMetatron > div:not(:last-of-type) > span,
div.sheet-MAArchangelCanonNoe span,
div.sheet-MANephilimCanonMagma > div:not(:last-of-type) > span,
div.sheet-MANephilimMSurtur > div:not(:last-of-type) > span,
div.sheet-MADemonLames > div:not(:last-of-type) > span,
div.sheet-MAAsuraTLA > div:not(:last-of-type) > span
{
line-height: 28px;
font-size: 14px;
color: #333;
font-weight: bold;
justify-content:center;
}
div.sheet-MANOGInvulnerabilite > div:nth-of-type(2) > span,
div.sheet-MANOGInvulnerabilite > div:nth-of-type(3) > div,
div.sheet-MANOGStation > div:nth-of-type(6) > span,
div.sheet-MANOGStation > div:nth-of-type(7) > div,
div.sheet-MANephilimSiegeTower > div:nth-of-type(2) > span,
div.sheet-MANephilimSiegeTower > div:nth-of-type(3) > div,
div.sheet-MADAsuraCSonique > div:nth-of-type(2) > span,
div.sheet-MADAsuraCSonique > div:nth-of-type(3) > div,
div.sheet-MADAsuraBAmrita > div:nth-of-type(2) > span,
div.sheet-MADAsuraBAmrita > div:nth-of-type(3) > div,
div.sheet-MAArchangelCanonNoe > div:nth-of-type(4) > span,
div.sheet-MAArchangelCanonNoe > div:nth-of-type(5) > div
{
widtH:calc(100% / 2);
}
div.sheet-MANOGStation > div:nth-of-type(2) > span,
div.sheet-MANOGStation > div:nth-of-type(3) > div,
div.sheet-MANOGStation > div:nth-of-type(4) > span,
div.sheet-MANOGStation > div:nth-of-type(5) > div,
div.sheet-MANOGStation > div:nth-of-type(8) > div,
div.sheet-MADDjinnNanobrume > div > span,
div.sheet-MADDjinnNanobrume > div > div,
div.sheet-MADAsuraBAmrita > div:nth-of-type(4) > span,
div.sheet-MADAsuraBAmrita > div:nth-of-type(5) > div,
div.sheet-MAArchangelVol > div:nth-of-type(2) > span,
div.sheet-MAArchangelVol > div:nth-of-type(3) > div,
div.sheet-MAArchangelVagueSoin > div:nth-of-type(1) > span,
div.sheet-MAArchangelVagueSoin > div:nth-of-type(2) > div,
div.sheet-MAArchangelCanonNoe > div:nth-of-type(2) > span,
div.sheet-MAArchangelCanonNoe > div:nth-of-type(3) > div
{
width:calc(100% / 3);
}
div.sheet-MANOGInvulnerabilite > div:nth-of-type(4) > span,
div.sheet-MANOGInvulnerabilite > div:nth-of-type(5) > div,
div.sheet-MANephilimJericho > div:nth-of-type(2) > span,
div.sheet-MANephilimJericho > div:nth-of-type(3) > div,
div.sheet-MADDjinnSouffle > div:nth-of-type(4) > span,
div.sheet-MADDjinnSouffle > div:nth-of-type(5) > div,
div.sheet-MADAsuraPSoniques > div:nth-of-type(4) > span,
div.sheet-MADAsuraPSoniques > div:nth-of-type(5) > div,
div.sheet-MANephilimSaut > div:nth-of-type(2) > span,
div.sheet-MANephilimSaut > div:nth-of-type(3) > div,
div.sheet-MANephilimEmblem > div:nth-of-type(2) > span,
div.sheet-MANephilimEmblem > div:nth-of-type(3) > div,
div.sheet-MANephilimDronesAirain > div:nth-of-type(2) > span,
div.sheet-MANephilimDronesAirain > div:nth-of-type(3) > div,
div.sheet-MANephilimDronesAirain > div:nth-of-type(4) > span,
div.sheet-MANephilimDronesAirain > div:nth-of-type(5) > div,
div.sheet-MADemonSaut > div:nth-of-type(2) > span,
div.sheet-MADemonSaut > div:nth-of-type(3) > div,
div.sheet-MAAsuraInferno > div:nth-of-type(2) > span,
div.sheet-MAAsuraInferno > div:nth-of-type(3) > div,
div.sheet-MAArchangelCanonMetatron > div:nth-of-type(4) > span,
div.sheet-MAArchangelCanonMetatron > div:nth-of-type(5) > div,
div.sheet-MANephilimCanonMagma > div:nth-of-type(4) > span,
div.sheet-MANephilimCanonMagma > div:nth-of-type(5) > div,
div.sheet-MANephilimMSurtur > div:nth-of-type(4) > span,
div.sheet-MANephilimMSurtur > div:nth-of-type(5) > div,
div.sheet-MADemonLames > div:nth-of-type(4) > span,
div.sheet-MADemonLames > div:nth-of-type(5) > div,
div.sheet-MAAsuraTLA > div:nth-of-type(2) > span,
div.sheet-MAAsuraTLA > div:nth-of-type(3) > div
{
widtH:calc(100% / 4);
}
div.sheet-MANOGInvulnerabilite > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-MANOGInvulnerabilite > div:nth-of-type(3) > div:not(:first-of-type),
div.sheet-MANOGInvulnerabilite > div:nth-of-type(4) > span:not(:first-of-type),
div.sheet-MANOGInvulnerabilite > div:nth-of-type(5) > div:not(:first-of-type),
div.sheet-MANOGStation > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-MANOGStation > div:nth-of-type(3) > div:not(:first-of-type),
div.sheet-MANOGStation > div:nth-of-type(4) > span:not(:first-of-type),
div.sheet-MANOGStation > div:nth-of-type(5) > div:not(:first-of-type),
div.sheet-MANOGStation > div:nth-of-type(6) > span:not(:first-of-type),
div.sheet-MANOGStation > div:nth-of-type(7) > div:not(:first-of-type),
div.sheet-MANOGStation > div:nth-of-type(8) > div:not(:first-of-type),
div.sheet-MANephilimJericho > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-MANephilimJericho > div:nth-of-type(3) > div:not(:first-of-type),
div.sheet-MANephilimSiegeTower > div:nth-of-type(2) > span:not(:first-of-type),
div.sheet-MANephilimSiegeTower > div:nth-of-type(3) > div:not(:first-of-type),
div.sheet-MADDjinnSouffle > div:not(:last-of-type) > span:not(:first-of-type),
div.sheet-MADDjinnSouffle > div:not(:last-of-type) > div:not(:first-of-type),
div.sheet-MADDjinnNanobrume > div > span:not(:first-of-type),
div.sheet-MADDjinnNanobrume > div > div:not(:first-of-type),
div.sheet-MADAsuraPSoniques > div:not(:last-of-type) > span:not(:first-of-type),
div.sheet-MADAsuraPSoniques > div:not(:last-of-type) > div:not(:first-of-type),
div.sheet-MADAsuraCSonique > div:not(:last-of-type) > span:not(:first-of-type),
div.sheet-MADAsuraCSonique > div:not(:last-of-type) > div:not(:first-of-type),
div.sheet-MADAsuraBAmrita > div > span:not(:first-of-type),
div.sheet-MADAsuraBAmrita > div > div:not(:first-of-type),
div.sheet-MAArchangelVol > div > span:not(:first-of-type),
div.sheet-MAArchangelVol > div > div:not(:first-of-type),
div.sheet-MAArchangelVagueSoin > div > span:not(:first-of-type),
div.sheet-MAArchangelVagueSoin > div > div:not(:first-of-type),
div.sheet-MAArchangelCanonMetatron > div > select:last-of-type,
div.sheet-MAArchangelCanonMetatron > label > input[type="number"],
div.sheet-MAArchangelCanonMetatron > div.sheet-special > select:last-of-type,
div.sheet-MAArchangelCanonNoe > div > span:not(:first-of-type),
div.sheet-MAArchangelCanonNoe > div > div:not(:first-of-type),
div.sheet-MANephilimCanonMagma > div > select:last-of-type,
div.sheet-MANephilimCanonMagma > label > input[type="number"],
div.sheet-MANephilimCanonMagma > div.sheet-special > select:last-of-type,
div.sheet-MANephilimMSurtur > div > select:last-of-type,
div.sheet-MANephilimMSurtur > label > input[type="number"],
div.sheet-MANephilimMSurtur > div.sheet-special > select:last-of-type,
div.sheet-MADDjinnSouffle > select:last-of-type,
div.sheet-MADDjinnSouffle > label > input[type="number"],
div.sheet-MADDjinnSouffle > div > select:last-of-type,
div.sheet-MADAsuraPSoniques > div > select:last-of-type,
div.sheet-MADAsuraPSoniques > label > input[type="number"],
div.sheet-MADAsuraPSoniques > div.sheet-special > select:last-of-type,
div.sheet-MADemonLames > div > select:last-of-type,
div.sheet-MADemonLames > label > input[type="number"],
div.sheet-MADemonLames > div.sheet-special > select:last-of-type,
div.sheet-MAArchangelCanonMetatron > div > span:not(:first-of-type),
div.sheet-MAArchangelCanonMetatron > div > div:not(:first-of-type),
div.sheet-MANephilimSaut > div > span:not(:first-of-type),
div.sheet-MANephilimSaut > div > div:not(:first-of-type),
div.sheet-MANephilimDronesAirain > div > span:not(:first-of-type),
div.sheet-MANephilimDronesAirain > div > div:not(:first-of-type),
div.sheet-MANephilimEmblem > div > span:not(:first-of-type),
div.sheet-MANephilimEmblem > div > div:not(:first-of-type),
div.sheet-MANephilimCanonMagma > div:not(:last-of-type) > span:not(:first-of-type),
div.sheet-MANephilimCanonMagma > div:not(:last-of-type) > div:not(:first-of-type),
div.sheet-MANephilimMSurtur > div:not(:last-of-type) > span:not(:first-of-type),
div.sheet-MANephilimMSurtur > div:not(:last-of-type) > div:not(:first-of-type),
div.sheet-MADemonSaut > div > span:not(:first-of-type),
div.sheet-MADemonSaut > div > div:not(:first-of-type),
div.sheet-MADemonLames > div:not(:last-of-type) > span:not(:first-of-type),
div.sheet-MADemonLames > div:not(:last-of-type) > div:not(:first-of-type),
div.sheet-MAAsuraInferno > div > span:not(:first-of-type),
div.sheet-MAAsuraInferno > div > div:not(:first-of-type),
div.sheet-MAAsuraTLA > div:not(:last-of-type) > span:not(:first-of-type),
div.sheet-MAAsuraTLA > div:not(:last-of-type) > div:not(:first-of-type)
{
border-left:1px solid var(--sombre);
}
div.sheet-MANOGInvulnerabilite input[type="text"],
div.sheet-MANOGStation input[type="text"],
div.sheet-MANephilimJericho input[type="text"],
div.sheet-MANephilimJericho input[type="number"],
div.sheet-MANephilimSiegeTower input[type="text"],
div.sheet-MANephilimSiegeTower input[type="number"],
div.sheet-MANephilimDronesAirain input[type="text"],
div.sheet-MADDjinnSouffle input[type="text"],
div.sheet-MADDjinnSouffle input[type="number"],
div.sheet-MADDjinnNanobrume input[type="number"],
div.sheet-MADAsuraPSoniques input[type="text"],
div.sheet-MADAsuraPSoniques input[type="number"],
div.sheet-MADAsuraCSonique input[type="text"],
div.sheet-MADAsuraBAmrita input[type="text"],
div.sheet-MAArchangelVol input[type="number"],
div.sheet-MAArchangelVagueSoin input[type="number"],
div.sheet-MAArchangelVagueSoin input[type="text"],
div.sheet-MANephilimSaut input[type="number"],
div.sheet-MANephilimSaut input[type="text"],
div.sheet-MANephilimEmblem input[type="number"],
div.sheet-MANephilimEmblem input[type="text"],
div.sheet-MANephilimDronesAirain input[type="number"],
div.sheet-MANephilimDronesAirain input[type="text"],
div.sheet-MADemonSaut input[type="number"],
div.sheet-MADemonSaut input[type="text"],
div.sheet-MAAsuraInferno input[type="number"],
div.sheet-MAAsuraInferno input[type="text"],
div.sheet-MAArchangelCanonMetatron input[type="number"],
div.sheet-MAArchangelCanonMetatron input[type="text"],
div.sheet-MAArchangelCanonNoe input[type="number"],
div.sheet-MAArchangelCanonNoe input[type="text"],
div.sheet-MANephilimCanonMagma input[type="number"],
div.sheet-MANephilimCanonMagma input[type="text"],
div.sheet-MANephilimMSurtur input[type="number"],
div.sheet-MANephilimMSurtur input[type="text"],
div.sheet-MADemonLames input[type="number"],
div.sheet-MADemonLames input[type="text"],
div.sheet-MAAsuraTLA input[type="number"],
div.sheet-MAAsuraTLA input[type="text"]
{
width:100%;
text-align: center;
padding: 0px;
height: 28px;
border: 0px;
}
div.sheet-metaArmureLegende > div.sheet-information
{
border:0px;
border-top:1px solid var(--clair);
}
div.sheet-capaciteUltime
{
width: 100%;
align-content: baseline;
background-color: var(--sombre);
flex-wrap: wrap;
}
div.sheet-capaciteUltime > div:first-of-type > label
{
margin: 0px;
padding: 0px;
width: calc(50% - 50px);
height: 26px;
}
div.sheet-capaciteUltime > div:first-of-type > label > input[type="radio"]
{
width: calc(50% - 310px);
height: 26px;
position: absolute;
cursor: pointer;
z-index: 1;
opacity: 0;
}
div.sheet-capaciteUltime > div:first-of-type > label > input[type="radio"] ~ span
{
width:100%;
}
div.sheet-capaciteUltime > div:first-of-type > label > input[type="radio"] ~ span::before
{
content: attr(title);
width: calc(100% - 2px);
justify-content: center;
display: flex;
height: 24px;
font-size: 14px;
font-weight: bold;
border: 1px solid black;
position: relative;
background: var(--sombre);
color: white;
line-height: 24px;
}
div.sheet-capaciteUltime > div:first-of-type > label > input[type="radio"]:checked ~ span::before
{
box-shadow: 0px 0px 7px 0px #000000 inset;
}
div.sheet-capaciteUltime > div:first-of-type > div
{
width: 100px;
border-bottom: 1px solid var(--sombre);
}
div.sheet-capaciteUltime > div:first-of-type > div > button[type="action"]
{
width: 20px;
padding: 0px;
font-weight: bold;
background: var(--sombre);
color: white;
border-color: var(--clair);
border-width: 1px;
justify-content: center;
align-items: center;
}
div.sheet-capaciteUltime > div:first-of-type > div > input[type="number"]
{
width: 77px;
height: 25px;
border: 0px;
padding: 0px;
text-align:center;
}
/*------------
Templates
--------------*/
.sheet-rolltemplate-base,
.sheet-rolltemplate-simple,
.sheet-rolltemplate-initiative,
.sheet-rolltemplate-distance,
.sheet-rolltemplate-contact,
.sheet-rolltemplate-autre,
.sheet-rolltemplate-special,
.sheet-rolltemplate-berserk,
.sheet-rolltemplate-monk,
.sheet-rolltemplate-warlock,
.sheet-rolltemplate-blessures,
.sheet-rolltemplate-traumas,
.sheet-rolltemplate-druidSimple,
.sheet-rolltemplate-druidSupport,
.sheet-rolltemplate-druidCombat,
.sheet-rolltemplate-simplePNJ,
.sheet-rolltemplate-initiativePNJ,
.sheet-rolltemplate-distancePNJ,
.sheet-rolltemplate-contactPNJ,
.sheet-rolltemplate-bande,
.sheet-rolltemplate-vehicule,
.sheet-rolltemplate-mechaArmure
{
font-family:"Segoe UI", Arial;
--sombre: RGB(93,111,179);
--clair: RGB(213, 215, 237);
display:flex;
width:100%;
background:var(--sombre);
border:1px solid var(--sombre);
flex-wrap:wrap;
}
.sheet-rolltemplate-base > h1,
.sheet-rolltemplate-simple > h1,
.sheet-rolltemplate-initiative > h1,
.sheet-rolltemplate-distance > h1,
.sheet-rolltemplate-contact > h1,
.sheet-rolltemplate-autre > h1,
.sheet-rolltemplate-special > h1,
.sheet-rolltemplate-berserk > h1,
.sheet-rolltemplate-monk > h1,
.sheet-rolltemplate-warlock > h1,
.sheet-rolltemplate-blessures > h1,
.sheet-rolltemplate-traumas > h1,
.sheet-rolltemplate-druidSimple > h1,
.sheet-rolltemplate-druidSupport > h1,
.sheet-rolltemplate-druidCombat > h1,
.sheet-rolltemplate-simplePNJ > h1,
.sheet-rolltemplate-initiativePNJ > h1,
.sheet-rolltemplate-distancePNJ > h1,
.sheet-rolltemplate-contactPNJ > h1,
.sheet-rolltemplate-bande > h1,
.sheet-rolltemplate-vehicule > h1,
.sheet-rolltemplate-mechaArmure > h1
{
display:flex;
width: 100%;
align-content: baseline;
background: transparent;
color: white;
line-height: 28px;
justify-content: center;
font-size: 14px;
font-weight:bold;
}
.sheet-rolltemplate-base > h2,
.sheet-rolltemplate-simple > h2,
.sheet-rolltemplate-initiative > h2,
.sheet-rolltemplate-distance > h2,
.sheet-rolltemplate-contact > h2,
.sheet-rolltemplate-autre > h2,
.sheet-rolltemplate-special > h2,
.sheet-rolltemplate-berserk > h2,
.sheet-rolltemplate-monk > h2,
.sheet-rolltemplate-warlock > div > h2,
.sheet-rolltemplate-blessures > div > h2,
.sheet-rolltemplate-traumas > div > h2,
.sheet-rolltemplate-druidSimple > h2,
.sheet-rolltemplate-druidCombat > h2,
.sheet-rolltemplate-simplePNJ > h2,
.sheet-rolltemplate-initiativePNJ > h2,
.sheet-rolltemplate-distancePNJ > h2,
.sheet-rolltemplate-contactPNJ > h2,
.sheet-rolltemplate-traumas > h2,
.sheet-rolltemplate-mechaArmure > h2
{
display:flex;
width: 100%;
align-content: baseline;
background: var(--clair);
line-height: 28px;
justify-content: center;
font-size: 14px;
font-weight:bold;
}
.sheet-rolltemplate-traumas > h2:first-of-type
{
border-bottom:1px solid var(--sombre);
}
.sheet-rolltemplate-base > h3,
.sheet-rolltemplate-simple > h3,
.sheet-rolltemplate-initiative > h3,
.sheet-rolltemplate-distance > h3,
.sheet-rolltemplate-contact > h3,
.sheet-rolltemplate-autre > h3,
.sheet-rolltemplate-berserk > h3,
.sheet-rolltemplate-monk > h3,
.sheet-rolltemplate-druidSimple > h3,
.sheet-rolltemplate-druidSupport > h3,
.sheet-rolltemplate-druidCombat > h3,
.sheet-rolltemplate-simplePNJ > h3,
.sheet-rolltemplate-distancePNJ > h3,
.sheet-rolltemplate-contactPNJ > h3,
.sheet-rolltemplate-vehicule > h3,
.sheet-rolltemplate-mechaArmure > h3
{
display:flex;
width: 100%;
align-content: baseline;
background: var(--clair);
line-height: 24px;
justify-content: center;
font-size: 12px;
font-weight:bold;
}
.sheet-rolltemplate-base > h3 > span:first-of-type,
.sheet-rolltemplate-simple > h3 > span:first-of-type,
.sheet-rolltemplate-initiative > h3 > span:first-of-type,
.sheet-rolltemplate-distance > h3 > span:first-of-type,
.sheet-rolltemplate-contact > h3 > span:first-of-type,
.sheet-rolltemplate-autre > h3 > span:first-of-type,
.sheet-rolltemplate-berserk > h3 > span:first-of-type,
.sheet-rolltemplate-monk > h3 > span:first-of-type,
.sheet-rolltemplate-druidSimple > h3 > span:first-of-type,
.sheet-rolltemplate-druidSupport > h3 > span:first-of-type,
.sheet-rolltemplate-druidCombat > h3 > span:first-of-type,
.sheet-rolltemplate-simplePNJ > h3 > span:first-of-type,
.sheet-rolltemplate-distancePNJ > h3 > span:first-of-type,
.sheet-rolltemplate-contactPNJ > h3 > span:first-of-type,
.sheet-rolltemplate-vehicule > h3 > span:first-of-type,
.sheet-rolltemplate-mechaArmure > h3 > span:first-of-type
{
padding-right:2px;
}
.sheet-rolltemplate-base > div,
.sheet-rolltemplate-simple > div,
.sheet-rolltemplate-initiative > div,
.sheet-rolltemplate-distance > div,
.sheet-rolltemplate-contact > div,
.sheet-rolltemplate-autre > div,
.sheet-rolltemplate-special > div,
.sheet-rolltemplate-berserk > div,
.sheet-rolltemplate-monk > div,
.sheet-rolltemplate-druidSimple > div,
.sheet-rolltemplate-druidSupport > div,
.sheet-rolltemplate-druidCombat > div,
.sheet-rolltemplate-simplePNJ > div,
.sheet-rolltemplate-initiativePNJ > div,
.sheet-rolltemplate-distancePNJ > div,
.sheet-rolltemplate-contactPNJ > div,
.sheet-rolltemplate-bande > div,
.sheet-rolltemplate-vehicule > div,
.sheet-rolltemplate-mechaArmure > div
{
display:flex;
width:100%;
height:24px;
background:var(--clair);
justify-content:space-between;
}
.sheet-rolltemplate-warlock > div,
.sheet-rolltemplate-blessures > div,
.sheet-rolltemplate-traumas > div
{
flex-wrap:wrap;
display:flex;
width:100%;
background:var(--clair);
justify-content:space-between;
}
.sheet-rolltemplate-base > div.sheet-success,
.sheet-rolltemplate-simple > div.sheet-success,
.sheet-rolltemplate-initiative > div.sheet-success,
.sheet-rolltemplate-distance > div.sheet-success,
.sheet-rolltemplate-contact > div.sheet-success,
.sheet-rolltemplate-autre > div.sheet-success,
.sheet-rolltemplate-special > div.sheet-success,
.sheet-rolltemplate-berserk > div.sheet-success,
.sheet-rolltemplate-monk > div.sheet-success,
.sheet-rolltemplate-druidSimple > div.sheet-success,
.sheet-rolltemplate-druidSupport > div.sheet-success,
.sheet-rolltemplate-druidCombat > div.sheet-success,
.sheet-rolltemplate-simplePNJ > div.sheet-success,
.sheet-rolltemplate-initiativePNJ > div.sheet-success,
.sheet-rolltemplate-distancePNJ > div.sheet-success,
.sheet-rolltemplate-contactPNJ > div.sheet-success,
.sheet-rolltemplate-bande > div.sheet-success,
.sheet-rolltemplate-vehicule > div.sheet-success,
.sheet-rolltemplate-mechaArmure > div.sheet-success
{
width:100%;
height:28px;
}
.sheet-rolltemplate-base > *:not(:nth-child(2)),
.sheet-rolltemplate-simple > *:not(:nth-child(2)),
.sheet-rolltemplate-initiative > *:not(:nth-child(2)),
.sheet-rolltemplate-distance > *:not(:nth-child(2)),
.sheet-rolltemplate-contact > *:not(:nth-child(2)),
.sheet-rolltemplate-autre > *:not(:nth-child(2)),
.sheet-rolltemplate-special > *:not(:nth-child(2)),
.sheet-rolltemplate-berserk > *:not(:nth-child(2)),
.sheet-rolltemplate-monk > *:not(:nth-child(2)),
.sheet-rolltemplate-warlock > div > span:last-of-type,
.sheet-rolltemplate-blessures > div > span,
.sheet-rolltemplate-traumas > div > span,
.sheet-rolltemplate-druidSimple > *:not(:nth-child(2)),
.sheet-rolltemplate-druidSupport > *:not(:nth-child(2)),
.sheet-rolltemplate-druidCombat > *:not(:nth-child(2)),
.sheet-rolltemplate-simplePNJ > *:not(:nth-child(2)),
.sheet-rolltemplate-initiativePNJ > *:not(:nth-child(2)),
.sheet-rolltemplate-distancePNJ > *:not(:nth-child(2)),
.sheet-rolltemplate-contactPNJ > *:not(:nth-child(2)),
.sheet-rolltemplate-bande > *:not(:nth-child(2)),
.sheet-rolltemplate-vehicule > *:not(:nth-child(2)),
.sheet-rolltemplate-mechaArmure > *:not(:nth-child(2))
{
border-top:1px solid var(--sombre);
}
.sheet-rolltemplate-base > div > span,
.sheet-rolltemplate-simple > div > span,
.sheet-rolltemplate-initiative > div > span,
.sheet-rolltemplate-distance > div > span,
.sheet-rolltemplate-contact > div > span,
.sheet-rolltemplate-autre > div > span,
.sheet-rolltemplate-special > div > span,
.sheet-rolltemplate-berserk > div > span,
.sheet-rolltemplate-monk > div > span,
.sheet-rolltemplate-druidSimple > div > span,
.sheet-rolltemplate-druidSupport > div > span,
.sheet-rolltemplate-druidCombat > div > span,
.sheet-rolltemplate-simplePNJ > div > span,
.sheet-rolltemplate-initiativePNJ > div > span,
.sheet-rolltemplate-distancePNJ > div > span,
.sheet-rolltemplate-contactPNJ > div > span,
.sheet-rolltemplate-bande > div > span,
.sheet-rolltemplate-vehicule > div > span,
.sheet-rolltemplate-mechaArmure > div > span
{
display:flex;
line-height: 24px;
font-size: 12px;
color: #333;
font-weight: bold;
}
.sheet-rolltemplate-base > div.sheet-success > span,
.sheet-rolltemplate-simple > div.sheet-success > span,
.sheet-rolltemplate-initiative > div.sheet-success > span,
.sheet-rolltemplate-distance > div.sheet-success > span,
.sheet-rolltemplate-contact > div.sheet-success > span,
.sheet-rolltemplate-autre > div.sheet-success > span,
.sheet-rolltemplate-special > div.sheet-success > span,
.sheet-rolltemplate-berserk > div.sheet-success > span,
.sheet-rolltemplate-monk > div.sheet-success > span,
.sheet-rolltemplate-druidSimple > div.sheet-success > span,
.sheet-rolltemplate-druidSupport > div.sheet-success > span,
.sheet-rolltemplate-druidCombat > div.sheet-success > span,
.sheet-rolltemplate-simplePNJ > div.sheet-success > span,
.sheet-rolltemplate-initiativePNJ > div.sheet-success > span,
.sheet-rolltemplate-distancePNJ > div.sheet-success > span,
.sheet-rolltemplate-contactPNJ > div.sheet-success > span,
.sheet-rolltemplate-bande > div.sheet-success > span,
.sheet-rolltemplate-vehicule > div.sheet-success > span,
.sheet-rolltemplate-mechaArmure > div.sheet-success > span
{
line-height: 28px;
font-size: 14px;
}
.sheet-rolltemplate-base > div > span:first-of-type,
.sheet-rolltemplate-simple > div > span:first-of-type,
.sheet-rolltemplate-initiative > div > span:first-of-type,
.sheet-rolltemplate-distance > div > span:first-of-type,
.sheet-rolltemplate-contact > div > span:first-of-type,
.sheet-rolltemplate-autre > div > span:first-of-type,
.sheet-rolltemplate-special > div > span:first-of-type,
.sheet-rolltemplate-berserk > div > span:first-of-type,
.sheet-rolltemplate-monk > div > span:first-of-type,
.sheet-rolltemplate-druidSimple > div > span:first-of-type,
.sheet-rolltemplate-druidSupport > div > span:first-of-type,
.sheet-rolltemplate-druidCombat > div > span:first-of-type,
.sheet-rolltemplate-simplePNJ > div > span:first-of-type,
.sheet-rolltemplate-initiativePNJ > div > span:first-of-type,
.sheet-rolltemplate-distancePNJ > div > span:first-of-type,
.sheet-rolltemplate-contactPNJ > div > span:first-of-type,
.sheet-rolltemplate-bande > div > span:first-of-type,
.sheet-rolltemplate-vehicule > div > span:first-of-type,
.sheet-rolltemplate-mechaArmure > div > span:first-of-type
{
width:calc(80% - 2px);
padding-left: 2px;
}
.sheet-rolltemplate-simple > div > span.sheet-espaceSupp > span,
.sheet-rolltemplate-contact > div > span.sheet-espaceSupp > span,
.sheet-rolltemplate-distance > div > span.sheet-espaceSupp > span,
.sheet-rolltemplate-monk > div > span.sheet-espaceSupp > span
{
padding-left:2px;
}
.sheet-rolltemplate-simple > div > span.sheet-espaceSupp2 > span:last-of-type,
.sheet-rolltemplate-contact > div > span.sheet-espaceSupp2 > span:last-of-type,
.sheet-rolltemplate-distance > div > span.sheet-espaceSupp2 > span:last-of-type
{
padding-left:2px;
}
.sheet-rolltemplate-base > div > span:last-of-type,
.sheet-rolltemplate-simple > div > span:last-of-type,
.sheet-rolltemplate-initiative > div > span:last-of-type,
.sheet-rolltemplate-distance > div > span:last-of-type,
.sheet-rolltemplate-contact > div > span:last-of-type,
.sheet-rolltemplate-autre > div > span:last-of-type,
.sheet-rolltemplate-special > div > span:last-of-type,
.sheet-rolltemplate-berserk > div > span:last-of-type,
.sheet-rolltemplate-monk > div > span:last-of-type,
.sheet-rolltemplate-druidSimple > div > span:last-of-type,
.sheet-rolltemplate-druidSupport > div > span:last-of-type,
.sheet-rolltemplate-druidCombat > div > span:last-of-type,
.sheet-rolltemplate-simplePNJ > div > span:last-of-type,
.sheet-rolltemplate-initiativePNJ > div > span:last-of-type,
.sheet-rolltemplate-distancePNJ > div > span:last-of-type,
.sheet-rolltemplate-contactPNJ > div > span:last-of-type,
.sheet-rolltemplate-bande > div > span:last-of-type,
.sheet-rolltemplate-vehicule > div > span:last-of-type,
.sheet-rolltemplate-mechaArmure > div > span:last-of-type
{
width:20%;
justify-content:center;
}
.sheet-rolltemplate-simple > span,
.sheet-rolltemplate-distance > span,
.sheet-rolltemplate-contact > span,
.sheet-rolltemplate-autre > span,
.sheet-rolltemplate-berserk > span,
.sheet-rolltemplate-monk > span,
.sheet-rolltemplate-warlock > div > span:first-of-type,
.sheet-rolltemplate-blessures > div > span,
.sheet-rolltemplate-traumas > div > span,
.sheet-rolltemplate-druidSimple > span,
.sheet-rolltemplate-druidSupport > span,
.sheet-rolltemplate-druidCombat > span,
.sheet-rolltemplate-distancePNJ > span,
.sheet-rolltemplate-contactPNJ > span
{
display:flex;
width:calc(100% - 4px);
line-height: 14px;
font-size: 12px;
color: #333;
background:var(--clair);
word-wrap:anywhere;
text-align:justify;
padding:2px;
}
.sheet-rolltemplate-mechaArmure > span
{
display:block;
width:calc(100% - 4px);
line-height: 14px;
font-size: 12px;
color: #333;
background:var(--clair);
word-wrap:anywhere;
text-align:justify;
padding:2px;
}
.sheet-rolltemplate-warlock > div > span:last-of-type
{
display:inline-block;
width:calc(100% - 4px);
line-height: 14px;
font-size: 12px;
color: #333;
background:var(--clair);
word-wrap:anywhere;
text-align:justify;
padding:2px;
}
.sheet-rolltemplate-simple > span span,
.sheet-rolltemplate-simple > span span b,
.sheet-rolltemplate-distance > span span,
.sheet-rolltemplate-distance > span span b,
.sheet-rolltemplate-contact > span span,
.sheet-rolltemplate-contact > span span b,
.sheet-rolltemplate-autre > span span,
.sheet-rolltemplate-autre > span span b,
.sheet-rolltemplate-berserk > span span,
.sheet-rolltemplate-monk > span span,
.sheet-rolltemplate-monk > span span b,
.sheet-rolltemplate-druidCombat > span span,
.sheet-rolltemplate-druidCombat > span span b,
.sheet-rolltemplate-distancePNJ > span span,
.sheet-rolltemplate-distancePNJ > span span b,
.sheet-rolltemplate-contactPNJ > span span,
.sheet-rolltemplate-contactPNJ > span span b
{
display:contents;
}
.sheet-rolltemplate-simple > span .inlinerollresult,
.sheet-rolltemplate-distance > span .inlinerollresult,
.sheet-rolltemplate-contact > span .inlinerollresult,
.sheet-rolltemplate-autre > span .inlinerollresult,
.sheet-rolltemplate-berserk > span .inlinerollresult,
.sheet-rolltemplate-monk > span .inlinerollresult,
.sheet-rolltemplate-warlock > div > span .inlinerollresult,
.sheet-rolltemplate-druidCombat > span .inlinerollresult,
.sheet-rolltemplate-distancePNJ > span .inlinerollresult,
.sheet-rolltemplate-contactPNJ > span .inlinerollresult
{
font-weight:normal;
}
.sheet-rolltemplate-simple > div.sheet-button
{
min-height:28px;
height:auto;
align-items:center;
justify-content:space-between;
}
.sheet-rolltemplate-simple a[href^="~"]
{
background-color: var(--sombre);
font-weight: bold;
padding: 0px;
line-height: 28px;
width: 40px;
justify-content: center;
display: flex;
border-color: var(--clair);
}
.sheet-rolltemplate-simple .inlinerollresult,
.sheet-rolltemplate-initiative .inlinerollresult,
.sheet-rolltemplate-distance .inlinerollresult,
.sheet-rolltemplate-contact .inlinerollresult,
.sheet-rolltemplate-autre .inlinerollresult,
.sheet-rolltemplate-priest .inlinerollresult,
.sheet-rolltemplate-special .inlinerollresult,
.sheet-rolltemplate-druidSimple .inlinerollresult,
.sheet-rolltemplate-druidSupport .inlinerollresult,
.sheet-rolltemplate-druidCombat .inlinerollresult,
.sheet-rolltemplate-berserk .inlinerollresult,
.sheet-rolltemplate-ranger .inlinerollresult,
.sheet-rolltemplate-monk .inlinerollresult,
.sheet-rolltemplate-warlock .inlinerollresult,
.sheet-rolltemplate-simplePNJ .inlinerollresult,
.sheet-rolltemplate-distancePNJ .inlinerollresult,
.sheet-rolltemplate-contactPNJ .inlinerollresult,
.sheet-rolltemplate-initiativePNJ .inlinerollresult,
.sheet-rolltemplate-bande .inlinerollresult,
.sheet-rolltemplate-vehicule .inlinerollresult,
.sheet-rolltemplate-base .inlinerollresult,
.sheet-rolltemplate-mechaArmure .inlinerollresult
{
background-color: transparent;
border: none;
}
.sheet-rolltemplate-simple .inlinerollresult.fullcrit,
.sheet-rolltemplate-initiative .inlinerollresult.fullcrit,
.sheet-rolltemplate-distance .inlinerollresult.fullcrit,
.sheet-rolltemplate-contact .inlinerollresult.fullcrit,
.sheet-rolltemplate-autre .inlinerollresult.fullcrit,
.sheet-rolltemplate-priest .inlinerollresult.fullcrit,
.sheet-rolltemplate-special .inlinerollresult.fullcrit,
.sheet-rolltemplate-druidSimple .inlinerollresult.fullcrit,
.sheet-rolltemplate-druidSupport .inlinerollresult.fullcrit,
.sheet-rolltemplate-druidCombat .inlinerollresult.fullcrit,
.sheet-rolltemplate-berserk .inlinerollresult.fullcrit,
.sheet-rolltemplate-monk .inlinerollresult.fullcrit,
.sheet-rolltemplate-warlock .inlinerollresult.fullcrit,
.sheet-rolltemplate-simplePNJ .inlinerollresult.fullcrit,
.sheet-rolltemplate-distancePNJ .inlinerollresult.fullcrit,
.sheet-rolltemplate-contactPNJ .inlinerollresult.fullcrit,
.sheet-rolltemplate-initiativePNJ .inlinerollresult.fullcrit,
.sheet-rolltemplate-bande .inlinerollresult.fullcrit,
.sheet-rolltemplate-vehicule .inlinerollresult.fullcrit,
.sheet-rolltemplate-base .inlinerollresult.fullcrit,
.sheet-rolltemplate-mechaArmure .inlinerollresult.fullcrit
{
border: none;
}
.sheet-rolltemplate-simple .inlinerollresult.fullfail,
.sheet-rolltemplate-initiative .inlinerollresult.fullfail,
.sheet-rolltemplate-distance .inlinerollresult.fullfail,
.sheet-rolltemplate-contact .inlinerollresult.fullfail,
.sheet-rolltemplate-autre .inlinerollresult.fullfail,
.sheet-rolltemplate-special .inlinerollresult.fullfail,
.sheet-rolltemplate-druidSimple .inlinerollresult.fullfail,
.sheet-rolltemplate-druidSupport .inlinerollresult.fullfail,
.sheet-rolltemplate-druidCombat .inlinerollresult.fullfail,
.sheet-rolltemplate-berserk .inlinerollresult.fullfail,
.sheet-rolltemplate-monk .inlinerollresult.fullfail,
.sheet-rolltemplate-warlock .inlinerollresult.fullfail,
.sheet-rolltemplate-simplePNJ .inlinerollresult.fullfail,
.sheet-rolltemplate-distancePNJ .inlinerollresult.fullfail,
.sheet-rolltemplate-contactPNJ .inlinerollresult.fullfail,
.sheet-rolltemplate-initiativePNJ .inlinerollresult.fullfail,
.sheet-rolltemplate-bande .inlinerollresult.fullfail,
.sheet-rolltemplate-vehicule .inlinerollresult.fullfail,
.sheet-rolltemplate-base .inlinerollresult.fullfail,
.sheet-rolltemplate-mechaArmure .inlinerollresult.fullfail
{
border: none;
}
.sheet-rolltemplate-simple .inlinerollresult.importantroll,
.sheet-rolltemplate-initiative .inlinerollresult.importantroll,
.sheet-rolltemplate-distance .inlinerollresult.importantroll,
.sheet-rolltemplate-contact .inlinerollresult.importantroll,
.sheet-rolltemplate-autre .inlinerollresult.importantroll,
.sheet-rolltemplate-special .inlinerollresult.importantroll,
.sheet-rolltemplate-druidSimple .inlinerollresult.importantroll,
.sheet-rolltemplate-druidSupport .inlinerollresult.importantroll,
.sheet-rolltemplate-druidCombat .inlinerollresult.importantroll,
.sheet-rolltemplate-berserk .inlinerollresult.importantroll,
.sheet-rolltemplate-monk .inlinerollresult.importantroll,
.sheet-rolltemplate-warlock .inlinerollresult.importantroll,
.sheet-rolltemplate-simplePNJ .inlinerollresult.importantroll,
.sheet-rolltemplate-distancePNJ .inlinerollresult.importantroll,
.sheet-rolltemplate-contactPNJ .inlinerollresult.importantroll,
.sheet-rolltemplate-initiativePNJ .inlinerollresult.importantroll,
.sheet-rolltemplate-bande .inlinerollresult.importantroll,
.sheet-rolltemplate-vehicule .inlinerollresult.importantroll,
.sheet-rolltemplate-base .inlinerollresult.importantroll,
.sheet-rolltemplate-mechaArmure .inlinerollresult.importantroll
{
border: none;
}