mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
9750 lines
359 KiB
CSS
9750 lines
359 KiB
CSS
.charsheet
|
|
{
|
|
font-family:"Segoe UI", Arial;
|
|
--sombre: RGB(93,111,179);
|
|
--clair: RGB(213, 215, 237);
|
|
}
|
|
|
|
.itemcontrol
|
|
{
|
|
z-index:2;
|
|
}
|
|
|
|
.btn
|
|
{
|
|
border-radius:0px;
|
|
}
|
|
|
|
div,
|
|
span,
|
|
input[type="number"],
|
|
input[type="text"],
|
|
textarea,
|
|
select,
|
|
h1,
|
|
h2,
|
|
label,
|
|
button[type="roll"],
|
|
button[type="action"],
|
|
b
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
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-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;
|
|
}
|
|
|
|
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 > button[type="roll"]
|
|
{
|
|
width: 24px;
|
|
height: 28px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-right: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
}
|
|
|
|
div.sheet-affichage > div > button[type="roll"]::before
|
|
{
|
|
width:100%;
|
|
font-size: 30px;
|
|
font-family: dicefontd6;
|
|
content: "r";
|
|
display: flex;
|
|
align-items: center;
|
|
line-height:26px;
|
|
justify-content:center;
|
|
padding-bottom:2px;
|
|
padding-right:2px;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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
|
|
{
|
|
width:24px;
|
|
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;
|
|
}
|
|
|
|
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: 45px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
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-Double > span,
|
|
input[type="hidden"][value="sans"].sheet-armureListe ~ div .sheet-armure
|
|
{
|
|
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-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,
|
|
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="druid"].sheet-armureListe ~ 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="sorcerer"].sheet-armureListe ~ div .sheet-sorcerer,
|
|
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;
|
|
}
|
|
|
|
|
|
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-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),
|
|
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="druid"].sheet-armureListe ~ 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="sorcerer"].sheet-armureListe ~ div .sheet-sorcerer,
|
|
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.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;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
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
|
|
{
|
|
display: flex;
|
|
min-width:852px;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
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,
|
|
button[type="roll"].sheet-bard250,
|
|
.sheet-druid,
|
|
.sheet-monk,
|
|
.sheet-necromancer,
|
|
.sheet-paladin,
|
|
.sheet-priest,
|
|
.sheet-psion,
|
|
.sheet-ranger,
|
|
.sheet-rogue,
|
|
.sheet-sorcerer,
|
|
.sheet-warmaster,
|
|
.sheet-warrior,
|
|
.sheet-wizard,
|
|
.sheet-psion150,
|
|
button[type="roll"].sheet-psion150,
|
|
.sheet-psion200,
|
|
button[type="roll"].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 > div.sheet-wolf,
|
|
.sheet-druid > input[type="hidden"][value="lion"] ~ div.sheet-druidCompanions > div.sheet-crow,
|
|
.sheet-druid > input[type="hidden"][value="wolf"] ~ div.sheet-druidCompanions > div.sheet-lion,
|
|
.sheet-druid > input[type="hidden"][value="wolf"] ~ div.sheet-druidCompanions > div.sheet-crow,
|
|
.sheet-druid > input[type="hidden"][value="crow"] ~ div.sheet-druidCompanions > div.sheet-lion,
|
|
.sheet-druid > input[type="hidden"][value="crow"] ~ div.sheet-druidCompanions > div.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),
|
|
div.sheet-warriorTypes > input[type="hidden"]:nth-of-type(6)[value="on"] ~ div:nth-of-type(2),
|
|
button[type="roll"].sheet-wizard150,
|
|
div.sheet-wizardBorealis > 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-armeImproviseePNJ,
|
|
div.sheet-armeImproviseeUtilisationPJ,
|
|
div.sheet-armeImproviseeUtilisationPNJ,
|
|
div.sheet-protections,
|
|
div.sheet-overdrive > div,
|
|
div.sheet-overdrive > div > div
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
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
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
align-content:baseline;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-tabDossier > div.sheet-left > div.sheet-fichePJ > div.sheet-armure
|
|
{
|
|
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,
|
|
div.sheet-tabCombat > div.sheet-center > div > div > input[type="hidden"][value="4"] + div
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-identite,
|
|
div.sheet-jet,
|
|
div.sheet-dataArmure,
|
|
div.sheet-dataArmureShort,
|
|
div.sheet-physiqueMental,
|
|
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-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-sorcererMorph,
|
|
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-armeImproviseePNJ,
|
|
div.sheet-armeImproviseeUtilisationPJ,
|
|
div.sheet-armeImproviseeUtilisationPNJ,
|
|
div.sheet-armeAutrePJ,
|
|
div.sheet-armeAutrePNJ,
|
|
div.sheet-grenade,
|
|
div.sheet-grenadePNJ,
|
|
div.sheet-protections,
|
|
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
|
|
{
|
|
width:100%;
|
|
align-content:baseline;
|
|
background-color:var(--sombre);
|
|
border:1px solid var(--sombre);
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-dataArmureShort > h1,
|
|
div.sheet-identite > h1,
|
|
div.sheet-PES > h1,
|
|
div.sheet-caracteristiqueAspect > h1,
|
|
div.sheet-ptsFaibles > h1,
|
|
div.sheet-evolution > h1,
|
|
div.sheet-styleCombat > h1,
|
|
div.sheet-barbarianGoliath > h1,
|
|
div.sheet-bardChangeling > h1:not(:nth-of-type(3)),
|
|
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:not(:first-of-type),
|
|
div.sheet-psionPuppetMaster > h1,
|
|
div.sheet-psionWindtalker > h1,
|
|
div.sheet-rangerLongbow > div:not(:first-of-type) > div > h1,
|
|
div.sheet-sorcererMorph > h1:first-of-type,
|
|
div.sheet-warmasterFalcon > h1,
|
|
div.sheet-warmasterWarlord > h1:first-of-type,
|
|
div.sheet-warriorTypes > h1:first-of-type,
|
|
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-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
|
|
{
|
|
width:100%;
|
|
align-content:baseline;
|
|
background:transparent;
|
|
color:white;
|
|
line-height:28px;
|
|
justify-content:center;
|
|
font-size:14px;
|
|
}
|
|
|
|
div.sheet-identite > label,
|
|
div.sheet-detailsVehicule > label
|
|
{
|
|
width:100%;
|
|
background:var(--clair);
|
|
color:#333;
|
|
font-size:14px;
|
|
}
|
|
|
|
div.sheet-identite > div
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-identite > h1:nth-of-type(3)
|
|
{
|
|
width:calc(100% - 200px);
|
|
padding-left:100px;
|
|
}
|
|
|
|
div.sheet-identite > button[type="roll"]
|
|
{
|
|
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-top: 2px;
|
|
margin-bottom: auto;
|
|
}
|
|
|
|
div.sheet-identite > button[type="roll"]:hover
|
|
{
|
|
box-shadow: inset 1px 1px 2px 2px #333;
|
|
}
|
|
|
|
div.sheet-identite > button[type="roll"]::before
|
|
{
|
|
content:"";
|
|
}
|
|
|
|
div.sheet-identite > label:not(:last-of-type),
|
|
div.sheet-detailsVehicule > label: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 > h1,
|
|
div.sheet-debordement > h1:first-of-type,
|
|
div.sheet-bardChangeling > h1:nth-of-type(3),
|
|
div.sheet-monkModeZen > h1,
|
|
div.sheet-monkModeCea > h1:not(:first-of-type),
|
|
div.sheet-psionPuppetMaster > input[type="hidden"][value="on"] ~ h1,
|
|
div.sheet-rangerVision > h1,
|
|
div.sheet-wizardOriflamme > h1,
|
|
div.sheet-jetVehicule > h1
|
|
{
|
|
width:calc(100% - 56px);
|
|
padding-left:28px;
|
|
background:transparent;
|
|
color:white;
|
|
font-size:14px;
|
|
line-height:28px;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-jet > button[type="roll"],
|
|
div.sheet-debordement > button[type="roll"],
|
|
div.sheet-bardChangeling > button[type="roll"],
|
|
div.sheet-druidCompanionLionTab1 > button[type="roll"],
|
|
div.sheet-monkModeZen > button[type="roll"],
|
|
div.sheet-monkModeCea > button[type="roll"],
|
|
div.sheet-priestMechanic > div > button[type="roll"],
|
|
div.sheet-priestNanoC > button[type="roll"],
|
|
div.sheet-psionPuppetMaster > button[type="roll"],
|
|
div.sheet-psionDiscord > button[type="roll"],
|
|
div.sheet-rangerVision > button[type="roll"],
|
|
div.sheet-rangerLongbow > div > button[type="roll"],
|
|
div.sheet-rogueGhost > div > button[type="roll"],
|
|
div.sheet-sorcererMorph > div > button[type="roll"],
|
|
div.sheet-wizardBorealis > div > button[type="roll"],
|
|
div.sheet-wizardOriflamme > button[type="roll"],
|
|
div.sheet-nods > div > button[type="roll"],
|
|
div.sheet-armeContactPJ > div > button[type="roll"],
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > button[type="roll"],
|
|
div.sheet-armeContactPNJ > div > div > button[type="roll"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > button[type="roll"],
|
|
div.sheet-armeDistancePJ > div > button[type="roll"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > button[type="roll"],
|
|
div.sheet-armeDistancePNJ > div > div > button[type="roll"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > button[type="roll"],
|
|
div.sheet-armeImproviseePJ > div > button[type="roll"],
|
|
div.sheet-armeImproviseePNJ > div > button[type="roll"],
|
|
div.sheet-armeAutrePJ > div > button[type="roll"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > button[type="roll"],
|
|
div.sheet-armeAutrePNJ > div > button[type="roll"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > button[type="roll"],
|
|
div.sheet-grenade > div > button[type="roll"],
|
|
div.sheet-grenadePNJ > div > button[type="roll"],
|
|
div.sheet-domaineArtistique > button[type="roll"],
|
|
div.sheet-jetVehicule > button[type="roll"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > button[type="roll"]
|
|
{
|
|
width:26px;
|
|
height:25px;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
div.sheet-jet > button[type="roll"]::before,
|
|
div.sheet-debordement > button[type="roll"]::before,
|
|
div.sheet-bardChangeling > button[type="roll"]::before,
|
|
div.sheet-druidCompanionLionTab1 > button[type="roll"]::before,
|
|
div.sheet-monkModeZen > button[type="roll"]::before,
|
|
div.sheet-monkModeCea > button[type="roll"]::before,
|
|
div.sheet-priestMechanic > div > button[type="roll"]::before,
|
|
div.sheet-priestNanoC > button[type="roll"]::before,
|
|
div.sheet-psionPuppetMaster > button[type="roll"]::before,
|
|
div.sheet-psionDiscord > button[type="roll"]::before,
|
|
div.sheet-rangerVision > button[type="roll"]::before,
|
|
div.sheet-rangerLongbow > div > button[type="roll"]::before,
|
|
div.sheet-rogueGhost > div > button[type="roll"]::before,
|
|
div.sheet-sorcererMorph > div > button[type="roll"]::before,
|
|
div.sheet-wizardBorealis > div > button[type="roll"]::before,
|
|
div.sheet-wizardOriflamme > button[type="roll"]::before,
|
|
div.sheet-nods > div > button[type="roll"]::before,
|
|
div.sheet-armeContactPJ > div > button[type="roll"]::before,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > button[type="roll"]::before,
|
|
div.sheet-armeContactPNJ > div > div > button[type="roll"]::before,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > button[type="roll"]::before,
|
|
div.sheet-armeDistancePJ > div > button[type="roll"]::before,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > button[type="roll"]::before,
|
|
div.sheet-armeDistancePNJ > div > div > button[type="roll"]::before,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > button[type="roll"]::before,
|
|
div.sheet-armeImproviseePJ > div > button[type="roll"]::before,
|
|
div.sheet-armeImproviseePNJ > div > button[type="roll"]::before,
|
|
div.sheet-armeAutrePJ > div > button[type="roll"]::before,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > button[type="roll"]::before,
|
|
div.sheet-armeAutrePNJ > div > button[type="roll"]::before,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > button[type="roll"]::before,
|
|
div.sheet-grenade > div > button[type="roll"]::before,
|
|
div.sheet-grenadePNJ > div > button[type="roll"]::before,
|
|
div.sheet-domaineArtistique > button[type="roll"]::before,
|
|
div.sheet-jetVehicule > button[type="roll"]::before,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > button[type="roll"]::before
|
|
{
|
|
width:100%;
|
|
font-size: 30px;
|
|
font-family: dicefontd6;
|
|
content: "r";
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content:center;
|
|
line-height:24px;
|
|
padding-left:1px;
|
|
padding-bottom:2px;
|
|
}
|
|
|
|
div.sheet-jet > label:nth-of-type(3),
|
|
div.sheet-jetVehicule > label
|
|
{
|
|
width:100%;
|
|
background:var(--clair);
|
|
font-size:14px;
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-jet > label > span,
|
|
div.sheet-jetVehicule > label > span
|
|
{
|
|
width:calc(50% - 2px);
|
|
line-height:28px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-jet > label > input[type="number"],
|
|
div.sheet-jetVehicule > label > input[type="number"]
|
|
{
|
|
width:50%;
|
|
padding-top:0px;
|
|
padding-bottom:0px;
|
|
text-align:center;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-jet > div,
|
|
div.sheet-jetVehicule > div
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-jet > div:nth-of-type(2)
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-jet > input[type="hidden"][value="1"] + div,
|
|
div.sheet-jet > input[type="hidden"][value="2"] + div
|
|
{
|
|
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
|
|
{
|
|
display:flex;
|
|
width:50%;
|
|
}
|
|
|
|
div.sheet-jet > label:nth-of-type(1),
|
|
div.sheet-jet > label:nth-of-type(2)
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
input.sheet-ficheType[value="0"] ~ div div.sheet-jet > label:nth-of-type(1),
|
|
input.sheet-ficheType[value="0"] ~ div div.sheet-jet > label:nth-of-type(2)
|
|
{
|
|
display:flex;
|
|
width:30px;
|
|
height:27px;
|
|
}
|
|
|
|
div.sheet-jet > label:nth-of-type(1) > input[type="checkbox"],
|
|
div.sheet-jet > label:nth-of-type(2) > input[type="checkbox"]
|
|
{
|
|
width:27px;
|
|
height:27px;
|
|
opacity:0;
|
|
position:absolute;
|
|
z-index:99;
|
|
margin-left:3px;
|
|
}
|
|
|
|
div.sheet-jet > label:nth-of-type(1) > span,
|
|
div.sheet-jet > label:nth-of-type(2) > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-jet > label:nth-of-type(1) > span::before,
|
|
div.sheet-jet > label:nth-of-type(2) > 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-jet > label:nth-of-type(1) > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-jet > label:nth-of-type(2) > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
input.sheet-ficheType[value="0"] ~ div div.sheet-jet > h1
|
|
{
|
|
width:calc(100% - 120px);
|
|
padding-right:32px;
|
|
padding-left:0px;
|
|
}
|
|
|
|
div.sheet-jet > div:first-of-type > select
|
|
{
|
|
width:50%;
|
|
padding:0px;
|
|
text-align:center;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-jet > div:nth-of-type(2) > select
|
|
{
|
|
display:none;
|
|
width:50%;
|
|
padding:0px;
|
|
text-align:center;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-jet > div:last-of-type > select
|
|
{
|
|
width:100%;
|
|
padding:0px;
|
|
text-align:center;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-dataArmure > h1
|
|
{
|
|
width:calc(100% - 202px);
|
|
justify-content:center;
|
|
color:white;
|
|
background:transparent;
|
|
padding-left:100px;
|
|
font-size:14px;
|
|
text-transform:capitalize;
|
|
line-height:28px;
|
|
}
|
|
|
|
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,
|
|
div.sheet-dataArmureShort > div,
|
|
div.sheet-physiqueMental > div,
|
|
div.sheet-PES > div,
|
|
div.sheet-debordement > div,
|
|
div.sheet-evolution > div,
|
|
div.sheet-sorcererPonctionnerEnergie > div,
|
|
div.sheet-styleCombat > div,
|
|
div.sheet-barbarianGoliath > div,
|
|
div.sheet-bardChangeling > div,
|
|
div.sheet-effetsArmes > div,
|
|
div.sheet-portee > div,
|
|
div.sheet-druidModJetCompagnons > label,
|
|
div.sheet-druidModCompanions > div,
|
|
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,
|
|
div.sheet-monkModeCea > div,
|
|
div.sheet-monkModeCea > label,
|
|
div.sheet-paladinCDFShrine > div,
|
|
div.sheet-paladinWatchtower > div,
|
|
div.sheet-paladinLenteEtLourde > div > div,
|
|
div.sheet-priestMechanic > div,
|
|
div.sheet-priestNanoC > div,
|
|
div.sheet-psionPuppetMaster > div,
|
|
div.sheet-psionDiscord > div,
|
|
div.sheet-psionWindtalker > div,
|
|
div.sheet-rangerVision > div,
|
|
div.sheet-oneLineBonusMalusJet > div,
|
|
div.sheet-rogueGhost > div,
|
|
div.sheet-warmasterFalcon > div,
|
|
div.sheet-warmasterWarlord > div,
|
|
div.sheet-warriorTypes > div,
|
|
div.sheet-wizardBorealis > div,
|
|
div.sheet-wizardOriflamme > div,
|
|
div.sheet-aspectsExceptionnels > div > div,
|
|
div.sheet-nods > div,
|
|
div.sheet-armeContactPJ > div,
|
|
div.sheet-armeContactPNJ > div,
|
|
div.sheet-armeDistancePJ > div,
|
|
div.sheet-armeDistancePNJ > div,
|
|
div.sheet-armeImproviseePJ > 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,
|
|
div.sheet-grenadePNJ > div,
|
|
div.sheet-protections > div,
|
|
div.sheet-overdrive > div,
|
|
div.sheet-overdrive > div > div,
|
|
div.sheet-experienceGloire > div,
|
|
div.sheet-domaineArtistique > div,
|
|
div.sheet-defenseReactionVehicule > div,
|
|
div.sheet-armeVehicule > div,
|
|
div.sheet-equipage > div
|
|
{
|
|
width:100%;
|
|
background:var(--clair);
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-dataArmure > div:first-of-type > span,
|
|
div.sheet-dataArmureShort > div:first-of-type > span,
|
|
div.sheet-physiqueMental > 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 > div:first-of-type > span:first-of-type,
|
|
div.sheet-dataArmureShort > div:first-of-type > span:first-of-type,
|
|
div.sheet-physiqueMental > div:first-of-type > span:first-of-type
|
|
{
|
|
margin-left:31%;
|
|
width:calc(23% - 1px);
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-dataArmure > div:first-of-type > span:nth-of-type(2),
|
|
div.sheet-dataArmureShort > div:first-of-type > span:nth-of-type(2),
|
|
div.sheet-physiqueMental > div:first-of-type > span:nth-of-type(2)
|
|
{
|
|
width:calc(23% - 2px);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-dataArmure > div:first-of-type > span:last-of-type,
|
|
div.sheet-dataArmureShort > div:first-of-type > span:last-of-type,
|
|
div.sheet-physiqueMental > div:first-of-type > span:last-of-type
|
|
{
|
|
width:23%;
|
|
}
|
|
|
|
div.sheet-dataArmure > div:not(:first-of-type) > span,
|
|
div.sheet-dataArmureShort > div:not(:first-of-type) > span,
|
|
div.sheet-physiqueMental > div:not(:first-of-type) > span
|
|
{
|
|
width:calc(31% - 2px);
|
|
padding-left:2px;
|
|
line-height:28px;
|
|
font-size:14px;
|
|
color:#333;
|
|
font-weight:bold;
|
|
}
|
|
|
|
div.sheet-dataArmure > div:not(:first-of-type) > input[type="number"],
|
|
div.sheet-dataArmureShort > div:not(:first-of-type) > input[type="number"],
|
|
div.sheet-physiqueMental > div:not(:first-of-type) > input[type="number"]
|
|
{
|
|
width:23%;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-dataArmure > div:not(:first-of-type) > input[type="number"]:first-of-type,
|
|
div.sheet-dataArmureShort > div:not(:first-of-type) > input[type="number"]:first-of-type,
|
|
div.sheet-physiqueMental > div:not(:first-of-type) > input[type="number"]:first-of-type
|
|
{
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-dataArmure > div:not(:first-of-type) > input[type="number"]:nth-of-type(2),
|
|
div.sheet-dataArmureShort > div:not(:first-of-type) > input[type="number"]:nth-of-type(2),
|
|
div.sheet-physiqueMental > div:not(:first-of-type) > input[type="number"]:nth-of-type(2)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-dataArmure > div:not(:first-of-type),
|
|
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-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),
|
|
div.sheet-monkModeCea > div:not(:first-of-type),
|
|
div.sheet-priestMechanic > div:not(:first-of-type),
|
|
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:not(:first-of-type),
|
|
div.sheet-rangerVision > div:not(:first-of-type),
|
|
div.sheet-rogueGhost > div:not(:first-of-type),
|
|
div.sheet-sorcererMorph > div:not(:first-of-type),
|
|
div.sheet-warmasterFalcon > div:not(:first-of-type),
|
|
div.sheet-warmasterWarlord > div:not(:first-of-type),
|
|
div.sheet-warriorTypes > 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: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),
|
|
div.sheet-equipage > .repcontainer > .repitem > div:not(:first-of-type)
|
|
{
|
|
border-top:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-dataArmure > div.sheet-psion
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-dataArmure > div.sheet-psion > input[type="number"]
|
|
{
|
|
margin-right:auto;
|
|
}
|
|
|
|
div.sheet-physiqueMental > h1
|
|
{
|
|
width:100%;
|
|
justify-content:center;
|
|
color:white;
|
|
background:transparent;
|
|
font-size:14px;
|
|
line-height:28px;
|
|
}
|
|
|
|
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:first-of-type > span:first-of-type
|
|
{
|
|
margin-left:calc(100% / 3);
|
|
width:calc((100% / 3) - 2px);
|
|
border-right:1px solid var(--sombre);
|
|
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:not(:first-of-type) > input[type="number"]
|
|
{
|
|
width:calc(100% / 3);
|
|
height:28px;
|
|
text-align:center;
|
|
padding:0px;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-PES > div:not(:first-of-type) > input[type="number"]:first-of-type
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-debordement > div:first-of-type
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-debordement > div > span
|
|
{
|
|
width:50%;
|
|
line-height:23px;
|
|
justify-content:center;
|
|
font-weight:bold;
|
|
}
|
|
|
|
div.sheet-debordement > div > input[type="number"]
|
|
{
|
|
width:50%;
|
|
height:28px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:nth-of-type(1),
|
|
div.sheet-caracteristiqueAspect > div:nth-of-type(2)
|
|
{
|
|
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 > label:nth-of-type(odd)
|
|
{
|
|
width:60%;
|
|
border-bottom:1px solid var(--sombre);
|
|
font-size:14px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:first-of-type > label:nth-of-type(even)
|
|
{
|
|
width:calc(40% - 1px);
|
|
border-bottom:1px solid var(--sombre);
|
|
font-size:14px;
|
|
height:28px;
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:first-of-type > label:nth-last-of-type(1),
|
|
div.sheet-caracteristiqueAspect > div:first-of-type > label:nth-last-of-type(2)
|
|
{
|
|
border-bottom:0px;
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:first-of-type > label > span
|
|
{
|
|
width:calc(100% - 52px);
|
|
padding-left:2px;
|
|
line-height:28px;
|
|
align-items:center;
|
|
font-weight:bold;
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:first-of-type > label > input[type="number"]
|
|
{
|
|
width:50px;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:nth-of-type(2) > span
|
|
{
|
|
width:100%;
|
|
line-height:28px;
|
|
align-items:center;
|
|
justify-content:center;
|
|
font-weight:bold;
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:nth-of-type(2) > select
|
|
{
|
|
width:100%;
|
|
height:28px;
|
|
text-align:center;
|
|
border:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:nth-of-type(2) > select:first-of-type
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > input[type="number"]
|
|
{
|
|
width:calc(40% - 1px);
|
|
text-align:center;
|
|
padding:0px;
|
|
border:0px;
|
|
height:86px;
|
|
font-size:48px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
div.sheet-caracteristiqueAspect > div:last-of-type
|
|
{
|
|
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
|
|
{
|
|
width:calc(100% - 104px);
|
|
flex-wrap:wrap;
|
|
padding-left:4px;
|
|
}
|
|
|
|
div.sheet-evolution > div > div > span
|
|
{
|
|
display:flex;
|
|
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(7) > label
|
|
{
|
|
width:100%;
|
|
font-size:14px;
|
|
height:28px;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-evolution > div.sheet-druid:nth-of-type(7) > 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(7) > 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(8) > 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(8) > 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(8) > 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(8) > label:last-of-type > input[type="number"],
|
|
div.sheet-evolution > div.sheet-druid:nth-of-type(8) > 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
|
|
{
|
|
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"]
|
|
{
|
|
width:50%;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-barbarianGoliath > div:not(:first-of-type):not(:last-of-type)
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-barbarianGoliath > div > span:first-of-type
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-barbarianGoliath > 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
|
|
{
|
|
width:calc(50% - 1px);
|
|
}
|
|
|
|
div.sheet-barbarianGoliath > div:nth-of-type(even) > span:last-of-type
|
|
{
|
|
width:50%;
|
|
}
|
|
|
|
div.sheet-barbarianGoliath > 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
|
|
{
|
|
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 > 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-druidModJetCompagnons > label > span,
|
|
div.sheet-monkModeZen > div:first-of-type > 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:first-of-type > input[type="number"]
|
|
{
|
|
width:30%;
|
|
text-align:center;
|
|
border:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-druidModCompanions > h1
|
|
{
|
|
width:calc(100% - 140px);
|
|
padding-left:70px;
|
|
background:transparent;
|
|
color:white;
|
|
font-size:14px;
|
|
line-height:28px;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-druidModCompanions > select
|
|
{
|
|
width:70px;
|
|
text-align:center;
|
|
padding:0px;
|
|
border:0px;
|
|
height:27px;
|
|
}
|
|
|
|
div.sheet-druidModCompanions > div
|
|
{
|
|
flex-wrap: wrap;
|
|
padding-bottom: 1px;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
justify-content:space-evenly;
|
|
}
|
|
|
|
div.sheet-druidModCompanions > div > label
|
|
{
|
|
width: 110px;
|
|
height: 28px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
div.sheet-druidModCompanions > 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
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
div.sheet-druidModCompanions > 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
|
|
{
|
|
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(1) > div > button[type="roll"],
|
|
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(3) > button[type="roll"],
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(1) > div > button[type="roll"],
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(3) > button[type="roll"],
|
|
div.sheet-druidCompanionCrow > div:nth-of-type(1) > div > button[type="roll"],
|
|
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(3) > button[type="roll"],
|
|
div.sheet-druidCompanionCrow > div:nth-of-type(3) > div > button[type="roll"]
|
|
{
|
|
width: 26px;
|
|
height: 26px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLion > div:nth-of-type(1) > div > button[type="roll"]::before,
|
|
div.sheet-druidCompanionLion > div:nth-of-type(3) > div:nth-of-type(3) > button[type="roll"]::before,
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(1) > div > button[type="roll"]::before,
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(3) > div:nth-of-type(3) > button[type="roll"]::before,
|
|
div.sheet-druidCompanionCrow > div:nth-of-type(1) > div > button[type="roll"]::before,
|
|
div.sheet-druidCompanionCrow > div:nth-of-type(2) > div:nth-of-type(3) > button[type="roll"]::before,
|
|
div.sheet-druidCompanionCrow > div:nth-of-type(3) > div > button[type="roll"]::before
|
|
{
|
|
width:100%;
|
|
font-size: 30px;
|
|
font-family: dicefontd6;
|
|
content: "r";
|
|
display: flex;
|
|
align-items: center;
|
|
line-height:24px;
|
|
justify-content:center
|
|
}
|
|
|
|
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:nth-of-type(4) > span:last-of-type,
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(4) > button[type="roll"]:last-of-type
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(4) > input[type="hidden"][value="Fighter"] ~ span:last-of-type,
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(4) > input[type="hidden"][value="Fighter"] ~ button[type="roll"]:last-of-type
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(4) > span:last-of-type
|
|
{
|
|
width: calc(100% - 25px - 2px);
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
padding-left:2px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
align-items: center;
|
|
background:var(--clair);
|
|
}
|
|
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(4) > button[type="roll"]:last-of-type
|
|
{
|
|
width: 24px;
|
|
height: 28px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-right: 0px;
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
}
|
|
|
|
div.sheet-druidCompanionWolf > div:nth-of-type(4) > button[type="roll"]:last-of-type::before
|
|
{
|
|
width:100%;
|
|
font-size: 30px;
|
|
font-family: dicefontd6;
|
|
content: "r";
|
|
display: flex;
|
|
align-items: center;
|
|
padding-bottom: 2px;
|
|
justify-content: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)
|
|
{
|
|
width:calc(100% - 170px - 170px - 172px - 140px - 25px);
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span: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)
|
|
{
|
|
width:169px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(2)
|
|
{
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(3)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(4)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(1) > span:nth-of-type(5)
|
|
{
|
|
width:140px;
|
|
margin-right:25px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > input[type="text"],
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div > input[type="text"]
|
|
{
|
|
width:calc(100% - 170px - 170px - 170px - 140px - 25px - 2px);
|
|
font-size: 14px;
|
|
height: 28px;
|
|
padding: 0px;
|
|
border: 0px;
|
|
padding-left:4px;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:first-of-type,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:first-of-type
|
|
{
|
|
width:170px;
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div:last-of-type,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div:last-of-type
|
|
{
|
|
width:169px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
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);
|
|
font-size: 14px;
|
|
height: 28px;
|
|
justify-content:space-between;
|
|
border:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
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 > div:nth-of-type(2) > div > input[type="number"]:last-of-type,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div > input[type="number"]:last-of-type
|
|
{
|
|
text-align:left;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > div > b,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > div > 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;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > select:first-of-type,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > select:first-of-type
|
|
{
|
|
width:169px;
|
|
border-right:1px solid var(--sombre);
|
|
cursor:context-menu;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > select:last-of-type,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > select:last-of-type
|
|
{
|
|
width:140px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > button[type="roll"],
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > button[type="roll"]
|
|
{
|
|
width: 24px;
|
|
height: 28px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border: 0px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > div:nth-of-type(2) > button[type="roll"]::before,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3) > 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-druidCompanionLionTab1 > .repcontainer,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div:nth-of-type(3)
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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 > .repcontainer > .repitem > div.sheet-druidCompanionLionMenuArme > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > 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:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > 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-armeContactOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPJ > div > div.sheet-armeContactOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPJ > div > div.sheet-armeContactOptions > div.sheet-triple > 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-armeDistanceOptions > 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-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePJ > div > div.sheet-armeDistanceOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePJ > div > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPNJ > div > div > div.sheet-armeContactOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeContactPNJ > div > div > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePNJ > div > div > div.sheet-armeDistanceOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePNJ > div > div > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme,
|
|
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionEffetsArme,
|
|
div.sheet-rangerLongbow > div.sheet-rangerLongbowEffetsBonus,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > 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)):not(:nth-last-of-type(2)) > div > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > 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)):not(:nth-last-of-type(2)) > div > input[type="hidden"]:last-of-type[value="1"] ~ div.sheet-tab1,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="hidden"]:last-of-type[value="2"] ~ div.sheet-tab2,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="hidden"]:last-of-type[value="3"] ~ div.sheet-tab3,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > 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 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple,
|
|
div.sheet-druidCompanionLionTab1 > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple,
|
|
div.sheet-rangerLongbow > div:nth-of-type(6) > div > div.sheet-triple,
|
|
div.sheet-rangerLongbow > div.sheet-rangerLongbowEffetsBonus > div.sheet-triple,
|
|
div.sheet-capacitesFanMade > div > div.sheet-triple,
|
|
div.sheet-capacitesSpeciales > div > div.sheet-triple,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple
|
|
{
|
|
flex-wrap:wrap;
|
|
width:150px;
|
|
height:46px;
|
|
margin:2px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label,
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label
|
|
{
|
|
width:150px;
|
|
height:23px;
|
|
margin:2px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label,
|
|
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 > div.sheet-triple > label,
|
|
div.sheet-capacitesSpeciales > div > div.sheet-triple > label,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > label,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > label,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > label,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > label,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label
|
|
{
|
|
width:150px;
|
|
height:23px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"],
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"],
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"],
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label > input[type="checkbox"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]
|
|
{
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"] ~ span,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > 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 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label.sheet-simple > input[type="checkbox"],
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label.sheet-simple > input[type="checkbox"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-simple > input[type="checkbox"]
|
|
{
|
|
width: 150px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label.sheet-double > input[type="checkbox"],
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label.sheet-double > input[type="checkbox"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-double > input[type="checkbox"]
|
|
{
|
|
width: 120px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label.sheet-double > input[type="number"],
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeContactPNJ > div > div > div.sheet-armeContactOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeDistancePNJ > div > div > div.sheet-armeDistanceOptions > label.sheet-double > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > 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 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label.sheet-doubleTexte > input[type="checkbox"],
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="checkbox"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="checkbox"]
|
|
{
|
|
width: 75px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > label.sheet-doubleTexte > input[type="text"],
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > label.sheet-doubleTexte > input[type="text"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > 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 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > 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 > 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 > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > label > input[type="checkbox"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > label > input[type="checkbox"]
|
|
{
|
|
width: 150px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div,
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > div,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > div,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > div,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > div,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > 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 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > input[type="number"],
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > 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 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:first-of-type,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:first-of-type
|
|
{
|
|
border-right:0px solid black;
|
|
text-align:right;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > div > input[type="number"]:last-of-type,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > input[type="number"]:last-of-type
|
|
{
|
|
border-left:0px solid black;
|
|
text-align:left;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab1 > .repcontainer > .repitem > div.sheet-druidCompanionLionEffetsArme > div.sheet-triple > div > span,
|
|
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 > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeContactOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-armeDistanceOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div.sheet-armeAutreOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div.sheet-armeContactOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeContactOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div.sheet-armeDistanceOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div.sheet-armeDistanceOptions > div.sheet-triple > div > span,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > 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
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
justify-content:space-between;
|
|
background-color: var(--sombre);
|
|
border:1px solid var(--sombre);
|
|
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;
|
|
text-align: center;
|
|
width:100%;
|
|
line-height:29px;
|
|
}
|
|
|
|
div.sheet-moduleStats > div,
|
|
div.sheet-druidCompanionLionTab2 > div:first-of-type > div
|
|
{
|
|
width:calc((100%/6) - 0.9px);
|
|
justify-content:space-between;
|
|
background-color: var(--clair);
|
|
}
|
|
|
|
div.sheet-moduleStats > div:not(:last-of-type),
|
|
div.sheet-druidCompanionLionTab2 > div:first-of-type > div:not(:last-of-type)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-moduleStats > div > span,
|
|
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > span
|
|
{
|
|
width:calc(100% - 45px);
|
|
font-weight:bold;
|
|
font-variant:small-caps;
|
|
line-height:28px;
|
|
padding-left:3px;
|
|
}
|
|
|
|
div.sheet-moduleStats > div > label,
|
|
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > label
|
|
{
|
|
width: 45px;
|
|
height: 28px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-moduleStats > div > label > input[type="number"],
|
|
div.sheet-druidCompanionLionTab2 > div:first-of-type > 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 > label > b,
|
|
div.sheet-druidCompanionLionTab2 > div:first-of-type > div > label > b
|
|
{
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
color:RGB(55, 53, 53);
|
|
}
|
|
|
|
div.sheet-moduleStats > div > label > span,
|
|
div.sheet-druidCompanionLionTab2 > div:first-of-type > 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-moduleList
|
|
{
|
|
padding-bottom:10px;
|
|
}
|
|
|
|
div.sheet-moduleList,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2)
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer
|
|
{
|
|
flex-wrap:wrap;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontrol,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontrol
|
|
{
|
|
background:transparent;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontrol > .btn
|
|
{
|
|
border:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem
|
|
{
|
|
width:calc(50% - 5px);
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
background-color: RGB(93,111,179);
|
|
border:1px solid RGB(93,111,179);
|
|
align-self:baseline;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontrol
|
|
{
|
|
border-top:0px;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem
|
|
{
|
|
width:calc(50% - 10px);
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
background-color: RGB(93,111,179);
|
|
align-self:baseline;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > div:nth-of-type(odd).repitem
|
|
{
|
|
border-left:1px solid var(--clair);
|
|
border-bottom:1px solid var(--clair);
|
|
border-right:1px solid var(--clair);
|
|
border-top:1px solid var(--clair);
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > div:nth-of-type(even).repitem
|
|
{
|
|
border:1px solid var(--clair);
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > div:nth-of-type(even).repitem,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > div:nth-of-type(odd).repitem
|
|
{
|
|
border-left:0px;
|
|
border-right:0px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > div:nth-of-type(even).repitem > input[type="text"]
|
|
{
|
|
width:calc(100% - 25px);
|
|
text-align:center;
|
|
background:transparent;
|
|
color:white;
|
|
height:28px;
|
|
border:0px;
|
|
font-weight:bold;
|
|
font-variant:small-caps;
|
|
padding:0px;
|
|
padding-right:25px;
|
|
}
|
|
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > input[type="text"]::placeholder,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > div:nth-of-type(even).repitem > input[type="text"]::placeholder
|
|
{
|
|
color:white;
|
|
}
|
|
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > div:nth-of-type(odd).repitem > input[type="text"]
|
|
{
|
|
width:calc(100% - 26px);
|
|
text-align:center;
|
|
background:transparent;
|
|
color:white;
|
|
height:28px;
|
|
border:0px;
|
|
font-weight:bold;
|
|
font-variant:small-caps;
|
|
padding:0px;
|
|
padding-right:25px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ label:not(:first-of-type),
|
|
div.sheet-moduleList > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:nth-of-type(2),
|
|
div.sheet-moduleList > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:last-of-type,
|
|
div.sheet-moduleList > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div.sheet-autoex,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ label:not(:first-of-type),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:nth-of-type(2),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div:last-of-type,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > input[type="hidden"][value="1"] ~ div.sheet-autoex
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label,
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(2),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(2)
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
justify-content:space-between;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: var(--clair);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label:nth-of-type(1),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label:nth-of-type(1)
|
|
{
|
|
width:24px;
|
|
height:27px;
|
|
justify-content:center;
|
|
background-color: transparent;
|
|
color: white;
|
|
border-right: 1px solid var(--clair);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label:nth-of-type(1) > span::before,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label:nth-of-type(1) > span::before
|
|
{
|
|
content: "-";
|
|
font-size: 25px;
|
|
line-height: 21px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label:nth-of-type(1) > input[type="checkbox"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label:nth-of-type(1) > input[type="checkbox"]
|
|
{
|
|
width: 25px;
|
|
height: 25px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label:nth-of-type(1) > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label:nth-of-type(1) > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
content:"+";
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label:nth-of-type(2),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label:nth-of-type(2)
|
|
{
|
|
width:calc(100% - 100px - 1px);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(2),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(2)
|
|
{
|
|
width:100px;
|
|
border-bottom: 1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(2) > button[type="action"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(2) > 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(2) > input[type="number"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"]
|
|
{
|
|
width:77px;
|
|
height:28px;
|
|
border:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label:not(:last-of-type),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label:not(:last-of-type)
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label:not(:first-of-type) > span,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label:not(:first-of-type) > span
|
|
{
|
|
width:80px;
|
|
line-height:28px;
|
|
font-size:13px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label > input[type="text"],
|
|
div.sheet-moduleList > .repcontainer > .repitem > label > input[type="number"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label > input[type="text"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label > input[type="number"]
|
|
{
|
|
display:flex;
|
|
width:calc(100% - 80px);
|
|
height:28px;
|
|
border:0px;
|
|
padding:0px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > label > input[type="number"],
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > label > input[type="number"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"]
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div.sheet-autoex,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div.sheet-autoex
|
|
{
|
|
border-top:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type
|
|
{
|
|
width:100%;
|
|
display:flex;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > input[type="number"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > 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 > .editmode > .repitem,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > .repitem
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-moduleList > .editmode > div:nth-of-type(2).repitem,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > div:nth-of-type(2).repitem
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > div:nth-of-type(1n+3).repitem,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > div:nth-of-type(1n+3).repitem
|
|
{
|
|
margin-top:5px;
|
|
}
|
|
|
|
div.sheet-moduleList > .editmode > .repitem > label,
|
|
div.sheet-moduleList > .editmode > .repitem > div:nth-of-type(2),
|
|
div.sheet-moduleList > .editmode > .repitem > div:last-of-type,
|
|
div.sheet-moduleList > .editmode > .repitem > div.sheet-autoex,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > .repitem > label,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > .repitem > div:nth-of-type(2),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > .repitem > div:last-of-type,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .editmode > .repitem > div.sheet-autoex
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > h4,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > h4
|
|
{
|
|
color:white;
|
|
text-align:center;
|
|
width:calc(100% - 40px);
|
|
line-height:28px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > label,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > label
|
|
{
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"]
|
|
{
|
|
position: absolute;
|
|
opacity: 0;
|
|
width: 17px;
|
|
height: 20px;
|
|
margin-top: -2px;
|
|
z-index: 99;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"] ~ span,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"] ~ span
|
|
{
|
|
transform: rotate(90deg);
|
|
transition: transform 2s;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"]:checked ~ span,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"]:checked ~ span
|
|
{
|
|
transform: rotate(-90deg);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"] ~ span::before
|
|
{
|
|
content: ']';
|
|
color: white;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
font-family: pictos;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
color: white;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
font-family: pictos;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > input[type="hidden"][value="1"] ~ div,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > input[type="hidden"][value="1"] ~ div
|
|
{
|
|
display:flex;
|
|
opacity:1;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div
|
|
{
|
|
display:none;
|
|
width:100%;
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div > label,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div > label
|
|
{
|
|
margin:0px;
|
|
padding:0px;
|
|
width:calc(50% - 0.5px);
|
|
background-color:RGB(213, 215, 237);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(odd),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(odd)
|
|
{
|
|
border-right:1px solid RGB(93,111,179);
|
|
border-bottom:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(even),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(even)
|
|
{
|
|
border-bottom:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(5),
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(6),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(5),
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div > label:nth-of-type(6)
|
|
{
|
|
border-bottom:0px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div > label > span,
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div > label > span
|
|
{
|
|
width:105px;
|
|
padding-left:3px;
|
|
font-size:13px;
|
|
line-height:28px;
|
|
}
|
|
|
|
div.sheet-moduleList > .repcontainer > .repitem > div:last-of-type > div > label > input[type="number"],
|
|
div.sheet-druidCompanionLionTab2 > div:nth-of-type(2) > .repcontainer > .repitem > div:last-of-type > div > label > input[type="number"]
|
|
{
|
|
width:calc(100% - 105px);
|
|
text-align:center;
|
|
border:0px;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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 > span
|
|
{
|
|
width:calc(100% - 85px - 85px);
|
|
padding-left:85px;
|
|
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;
|
|
}
|
|
|
|
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"]:first-of-type
|
|
{
|
|
width:50%;
|
|
text-align:center;
|
|
padding:0px;
|
|
border:0px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-monkModeZen > div:last-of-type > input[type="number"]:last-of-type
|
|
{
|
|
width:50%;
|
|
text-align:center;
|
|
border-top:0px;
|
|
padding:0px;
|
|
border-right:0px;
|
|
border-top:0px;
|
|
border-bottom:0px;
|
|
border-left:1px solid var(--sombre);
|
|
height:28px;
|
|
}
|
|
|
|
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 > label:nth-of-type(1),
|
|
div.sheet-monkModeCea > label:nth-of-type(2)
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(2)
|
|
{
|
|
margin-left:3px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(1) > input[type="checkbox"],
|
|
div.sheet-monkModeCea > label:nth-of-type(2) > input[type="checkbox"]
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(1) > span,
|
|
div.sheet-monkModeCea > label:nth-of-type(2) > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(1) > span::before,
|
|
div.sheet-monkModeCea > label:nth-of-type(2) > 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: 26px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(1) > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-monkModeCea > label:nth-of-type(2) > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-monkModeCea > h1:first-of-type
|
|
{
|
|
width:calc(100% - 119px);
|
|
align-content:baseline;
|
|
background:transparent;
|
|
color:white;
|
|
line-height:28px;
|
|
justify-content:center;
|
|
font-size:14px;
|
|
padding-right: 62px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > button[type="roll"]
|
|
{
|
|
margin-top:1px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(3)
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
width:100%;
|
|
font-size:14px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(3) > span
|
|
{
|
|
width: calc(50% - 2px);
|
|
line-height: 28px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > label:nth-of-type(3) > input[type="number"]
|
|
{
|
|
width: 50%;
|
|
padding: 0px;
|
|
text-align: center;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > div > select
|
|
{
|
|
width: 50%;
|
|
padding: 0px;
|
|
text-align: center;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(3),
|
|
div.sheet-monkModeCea > div:nth-of-type(4),
|
|
div.sheet-monkModeCea > div:nth-of-type(6),
|
|
div.sheet-monkModeCea > div:nth-of-type(7),
|
|
div.sheet-monkModeCea > div:nth-of-type(9),
|
|
div.sheet-monkModeCea > div:nth-of-type(10)
|
|
{
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(3) > span,
|
|
div.sheet-monkModeCea > div:nth-of-type(6) > span,
|
|
div.sheet-monkModeCea > div:nth-of-type(9) > span
|
|
{
|
|
width: calc(100% / 4);
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
justify-content: center;
|
|
color: #333;
|
|
font-weight: bold;
|
|
align-items:center;
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(3) > span:first-of-type,
|
|
div.sheet-monkModeCea > div:nth-of-type(6) > span:first-of-type,
|
|
div.sheet-monkModeCea > div:nth-of-type(9) > span:first-of-type
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(3) > span:nth-of-type(2),
|
|
div.sheet-monkModeCea > div:nth-of-type(6) > span:nth-of-type(2),
|
|
div.sheet-monkModeCea > div:nth-of-type(9) > span:nth-of-type(2)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(3) > span:nth-of-type(3),
|
|
div.sheet-monkModeCea > div:nth-of-type(6) > span:nth-of-type(3),
|
|
div.sheet-monkModeCea > div:nth-of-type(9) > span:nth-of-type(3)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(4) > input[type="text"],
|
|
div.sheet-monkModeCea > div:nth-of-type(7) > input[type="text"],
|
|
div.sheet-monkModeCea > div:nth-of-type(10) > input[type="text"]
|
|
{
|
|
width: calc(100% / 4);
|
|
text-align:center;
|
|
height:28px;
|
|
padding:0px;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(4) > input[type="text"]:first-of-type,
|
|
div.sheet-monkModeCea > div:nth-of-type(7) > input[type="text"]:first-of-type,
|
|
div.sheet-monkModeCea > div:nth-of-type(10) > input[type="text"]:first-of-type
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(4) > input[type="text"]:nth-of-type(2),
|
|
div.sheet-monkModeCea > div:nth-of-type(7) > input[type="text"]:nth-of-type(2),
|
|
div.sheet-monkModeCea > div:nth-of-type(10) > input[type="text"]:nth-of-type(2)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(4) > input[type="text"]:last-of-type,
|
|
div.sheet-monkModeCea > div:nth-of-type(7) > input[type="text"]:last-of-type,
|
|
div.sheet-monkModeCea > div:nth-of-type(10) > input[type="text"]:last-of-type
|
|
{
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(5) > input[type="text"],
|
|
div.sheet-monkModeCea > div:nth-of-type(8) > input[type="text"],
|
|
div.sheet-monkModeCea > div:nth-of-type(11) > input[type="text"]
|
|
{
|
|
width: 100%;
|
|
height:28px;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(12) > span
|
|
{
|
|
width: calc(70% - 2px);
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
align-items:center;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-monkModeCea > div:nth-of-type(12) > input[type="number"]
|
|
{
|
|
width: 30%;
|
|
text-align:center;
|
|
height:28px;
|
|
border-bottom:0px;
|
|
border-top:0px;
|
|
border-right:0px;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > h1,
|
|
div.sheet-paladinWatchtower > h1,
|
|
div.sheet-psionDiscord > h1,
|
|
div.sheet-sorcererMorph > h1:not(:first-of-type),
|
|
div.sheet-sorcererMorph > input[type="hidden"][value="on"] ~ h1:first-of-type,
|
|
div.sheet-warmasterWarlord > h1:last-of-type,
|
|
div.sheet-warriorTypes > h1:not(:first-of-type)
|
|
{
|
|
width: calc(100% - 200px);
|
|
padding-left: 100px;
|
|
background: transparent;
|
|
color: white;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > label,
|
|
div.sheet-paladinWatchtower > label,
|
|
div.sheet-psionDiscord > label,
|
|
div.sheet-rogueGhost > label,
|
|
div.sheet-sorcererMorph > label,
|
|
div.sheet-warmasterWarlord > label,
|
|
div.sheet-warriorTypes > label,
|
|
div.sheet-wizardBorealis > label
|
|
{
|
|
width: 100px;
|
|
height:26px;
|
|
margin-top:1px;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > label > input[type="checkbox"],
|
|
div.sheet-paladinWatchtower > label > input[type="checkbox"],
|
|
div.sheet-psionDiscord > label > input[type="checkbox"],
|
|
div.sheet-rogueGhost > label:nth-of-type(3) > input[type="checkbox"],
|
|
div.sheet-sorcererMorph > label > input[type="checkbox"],
|
|
div.sheet-warmasterWarlord > label > input[type="checkbox"],
|
|
div.sheet-warriorTypes > label > input[type="checkbox"],
|
|
div.sheet-wizardBorealis > label > input[type="checkbox"]
|
|
{
|
|
width: 100px;
|
|
height:26px;
|
|
position:absolute;
|
|
opacity:0;
|
|
z-index:99;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > label > input[type="checkbox"] ~ span,
|
|
div.sheet-paladinWatchtower > label > input[type="checkbox"] ~ span,
|
|
div.sheet-psionDiscord > label > input[type="checkbox"] ~ span,
|
|
div.sheet-rogueGhost > label:nth-of-type(3) > input[type="checkbox"] ~ span,
|
|
div.sheet-sorcererMorph > label > input[type="checkbox"] ~ span,
|
|
div.sheet-warmasterWarlord > label > input[type="checkbox"] ~ span,
|
|
div.sheet-warriorTypes > label > input[type="checkbox"] ~ span,
|
|
div.sheet-wizardBorealis > label > input[type="checkbox"] ~ span
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-paladinWatchtower > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-psionDiscord > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-rogueGhost > label:nth-of-type(3) > input[type="checkbox"] ~ span::before,
|
|
div.sheet-sorcererMorph > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-warmasterWarlord > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-warriorTypes > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-wizardBorealis > label > input[type="checkbox"] ~ 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-paladinCDFShrine > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-paladinWatchtower > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-psionDiscord > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-rogueGhost > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-sorcererMorph > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-warmasterWarlord > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-warriorTypes > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-wizardBorealis > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div:first-of-type
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div > span
|
|
{
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
justify-content: center;
|
|
color: #333;
|
|
font-weight: bold;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div > span:nth-of-type(2)
|
|
{
|
|
width:calc(100% / 3);
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div > span:nth-of-type(1),
|
|
div.sheet-paladinCDFShrine > div > span:nth-of-type(3)
|
|
{
|
|
width:calc((100% / 3) - 2px);
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div > span:nth-of-type(2)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div > input[type="number"]
|
|
{
|
|
width:calc(100% / 3);
|
|
height:28px;
|
|
border:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div > input[type="number"]:nth-of-type(1)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-paladinCDFShrine > div > input[type="number"]:nth-of-type(3)
|
|
{
|
|
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
|
|
{
|
|
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"]
|
|
{
|
|
width: calc(50% - 28px);
|
|
height:28px;
|
|
border:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-priestMechanic > div > button[type="roll"]
|
|
{
|
|
height:26px;
|
|
}
|
|
|
|
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-psionPuppetMaster > label:nth-of-type(1),
|
|
div.sheet-psionPuppetMaster > 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
|
|
{
|
|
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-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
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-priestNanoC > label
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
|
|
div.sheet-priestNanoC > label:nth-of-type(2)
|
|
{
|
|
margin-left:3px;
|
|
}
|
|
|
|
div.sheet-priestNanoC > label > input[type="checkbox"]
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-priestNanoC > label > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-priestNanoC > label > 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: 26px;
|
|
}
|
|
|
|
div.sheet-priestNanoC > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-priestNanoC > h1:first-of-type,
|
|
div.sheet-psionPuppetMaster > input[type="hidden"][value="on"] ~ h1
|
|
{
|
|
width: calc(100% - 114px);
|
|
padding-right: 29px;
|
|
background: transparent;
|
|
color: white;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
padding-left:0px;
|
|
}
|
|
|
|
div.sheet-priestNanoC > div > select
|
|
{
|
|
width:50%;
|
|
padding:0px;
|
|
text-align:center;
|
|
border:0px;
|
|
}
|
|
|
|
div.sheet-priestNanoC > div > 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"]
|
|
{
|
|
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"] ~ label:nth-of-type(1),
|
|
div.sheet-psionPuppetMaster > input[type="hidden"][value="on"] ~ label:nth-of-type(2)
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > label
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > label:nth-of-type(2)
|
|
{
|
|
margin-left:3px;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > label > input[type="checkbox"]
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > label > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > label > 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-psionPuppetMaster > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > div.sheet-psion150 > select,
|
|
div.sheet-psionPuppetMaster > div.sheet-special > select
|
|
{
|
|
width:50%;
|
|
border:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > div > span
|
|
{
|
|
width: 100%;
|
|
padding-left: 2px;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-psionPuppetMaster > div > span
|
|
{
|
|
width: 100%;
|
|
padding-left: 2px;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-psionDiscord > input[type="hidden"][value="on"] ~ h1
|
|
{
|
|
padding-left:72px;
|
|
}
|
|
|
|
div.sheet-psionDiscord > div:first-of-type > span
|
|
{
|
|
width: calc(50% - 2px);
|
|
padding-left: 2px;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-psionDiscord > div:first-of-type > input[type="number"]
|
|
{
|
|
width: 50%;
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-psionDiscord > div > select
|
|
{
|
|
width: 50%;
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-psionDiscord > div:nth-of-type(3) > span
|
|
{
|
|
width: calc(100% / 3);
|
|
justify-content:center;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-psionDiscord > div:nth-of-type(3) > span:nth-of-type(2)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-psionDiscord > div:nth-of-type(3) > span:nth-of-type(3)
|
|
{
|
|
width:calc((100% / 3) - 1px);
|
|
}
|
|
|
|
div.sheet-psionDiscord > div > input[type="text"]
|
|
{
|
|
width: calc(100% / 3);
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-psionDiscord > div > input[type="text"]:first-of-type
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-psionDiscord > div > input[type="text"]:last-of-type
|
|
{
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-psionWindtalker > 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
|
|
{
|
|
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-rangerLongbow
|
|
{
|
|
margin-top:10px;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div.sheet-special,
|
|
div.sheet-sorcererMorph > div.sheet-special,
|
|
div.sheet-wizardBorealis > div.sheet-special
|
|
{
|
|
display:none;
|
|
justify-content: flex-end;
|
|
width: 100%;
|
|
background:var(--clair);
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div.sheet-special > select
|
|
{
|
|
display:none;
|
|
width: 130px;
|
|
text-align: center;
|
|
border: 0px;
|
|
margin: 0px;
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div.sheet-special > label
|
|
{
|
|
display:none;
|
|
width: max-content;
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border-bottom: 1px solid var(--sombre);
|
|
border-left: 1px solid var(--sombre);
|
|
height: 27px;
|
|
}
|
|
|
|
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: 130px;
|
|
text-align: center;
|
|
border: 0px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(2) > h1
|
|
{
|
|
width: calc(100% - 114px);
|
|
padding-right: 29px;
|
|
background: transparent;
|
|
color: white;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(2) > label
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(2) > label:last-of-type
|
|
{
|
|
margin-left:3px;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(2) > label > input[type="checkbox"]
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(2) > label > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(2) > label > 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-rangerLongbow > div:nth-of-type(2) > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-wizardBorealis > label:nth-of-type(1) > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-wizardBorealis > label:nth-of-type(2) > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(2)
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(3),
|
|
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:nth-of-type(6)
|
|
{
|
|
width:100%;
|
|
justify-content:space-between;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
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(3) > span
|
|
{
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
justify-content: center;
|
|
color: #333;
|
|
font-weight: bold;
|
|
align-items: center;
|
|
}
|
|
|
|
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(3) > span:nth-of-type(2),
|
|
div.sheet-rangerLongbow > div:nth-of-type(5) > select:nth-of-type(3),
|
|
div.sheet-rangerLongbow > div:nth-of-type(5) > select:nth-of-type(4)
|
|
{
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(3) > span:nth-of-type(4),
|
|
div.sheet-rangerLongbow > div:nth-of-type(3) > span:nth-of-type(4),
|
|
div.sheet-rangerLongbow > div:nth-of-type(5) > select:nth-of-type(6)
|
|
{
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(3) > span:nth-of-type(2)
|
|
{
|
|
width:calc((100% / 5) - 2px);
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(3) > span:not(:last-of-type):not(:nth-of-type(2)),
|
|
div.sheet-rangerLongbow > div:nth-of-type(5) > select
|
|
{
|
|
width:calc(100% / 5);
|
|
}
|
|
|
|
div.sheet-rangerLongbow > div:nth-of-type(3) > span:last-of-type
|
|
{
|
|
width:calc(((100% / 5) * 2) - 1px);
|
|
}
|
|
|
|
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) > select:nth-of-type(1),
|
|
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(2) ~ div:nth-of-type(5) > select: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) > select:nth-of-type(2),
|
|
div.sheet-rangerLongbow > input[type="hidden"][value="on"]:nth-of-type(2) ~ div:nth-of-type(5) > select:nth-of-type(4),
|
|
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 > select:first-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 > select,
|
|
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 > h1,
|
|
div.sheet-wizardBorealis > h1
|
|
{
|
|
width:calc(100% - 200px);
|
|
padding-left:43px;
|
|
background:transparent;
|
|
color:white;
|
|
font-size:14px;
|
|
line-height:28px;
|
|
justify-content:center;
|
|
}
|
|
|
|
div.sheet-rogueGhost > label:nth-of-type(1),
|
|
div.sheet-rogueGhost > label:nth-of-type(2),
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(1),
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(2),
|
|
div.sheet-wizardBorealis > label:nth-of-type(1),
|
|
div.sheet-wizardBorealis > label:nth-of-type(2)
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
|
|
div.sheet-rogueGhost > label:nth-of-type(2),
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(2),
|
|
div.sheet-wizardBorealis > label:nth-of-type(2)
|
|
{
|
|
margin-left:3px;
|
|
}
|
|
|
|
div.sheet-rogueGhost > label:nth-of-type(1) > input[type="checkbox"],
|
|
div.sheet-rogueGhost > label:nth-of-type(2) > input[type="checkbox"],
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(1) > input[type="checkbox"],
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(2) > input[type="checkbox"],
|
|
div.sheet-wizardBorealis > label:nth-of-type(1) > input[type="checkbox"],
|
|
div.sheet-wizardBorealis > label:nth-of-type(2) > input[type="checkbox"]
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-rogueGhost > label:nth-of-type(1) > span,
|
|
div.sheet-rogueGhost > label:nth-of-type(2) > span,
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(1) > span,
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(2) > span,
|
|
div.sheet-wizardBorealis > label:nth-of-type(1) > span,
|
|
div.sheet-wizardBorealis > label:nth-of-type(2) > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-rogueGhost > label:nth-of-type(1) > span::before,
|
|
div.sheet-rogueGhost > label:nth-of-type(2) > span::before,
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(1) > span::before,
|
|
div.sheet-sorcererMorph > div:nth-of-type(1) > label:nth-of-type(2) > span::before,
|
|
div.sheet-wizardBorealis > label:nth-of-type(1) > span::before,
|
|
div.sheet-wizardBorealis > label:nth-of-type(2) > 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-rogueGhost > 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"]
|
|
{
|
|
width: 50%;
|
|
padding:0px;
|
|
height:28px;
|
|
border:0px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-rogueGhost > 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
|
|
{
|
|
width: 50%;
|
|
}
|
|
|
|
div.sheet-rogueGhost > div:nth-last-of-type(2) > select:last-of-type
|
|
{
|
|
width: calc(50% - 28px);
|
|
}
|
|
|
|
div.sheet-rogueGhost > 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-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 > div
|
|
{
|
|
width:100%;
|
|
background:var(--clair);
|
|
}
|
|
|
|
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"] ~ label:first-of-type
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-sorcererMorph > input[type="hidden"][value="on"] ~ label:not(:first-of-type)
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-sorcererMorph > h1:not(:first-of-type):not(:last-of-type):not(:nth-of-type(3))
|
|
{
|
|
border-top:1px solid var(--clair);
|
|
}
|
|
|
|
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 > div:nth-of-type(1) > span
|
|
{
|
|
width: calc(100% - 120px);
|
|
padding-right: 35px;
|
|
padding-left: 0px;
|
|
background: transparent;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
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 > div > input[type="number"],
|
|
div.sheet-sorcererMorph > div > input[type="text"],
|
|
div.sheet-sorcererMorph > div > select
|
|
{
|
|
width: 50%;
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-sorcererMorph > div:nth-of-type(5) > span
|
|
{
|
|
|
|
justify-content:center;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-sorcererMorph > div:nth-of-type(5) > span:first-of-type
|
|
{
|
|
width:calc(50% - 1px);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-sorcererMorph > div:nth-of-type(5) > span:last-of-type
|
|
{
|
|
width:50%;
|
|
}
|
|
|
|
div.sheet-sorcererMorph > div:nth-of-type(6) > input[type="text"]:first-of-type
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-sorcererMorph > div:nth-of-type(7) > span,
|
|
div.sheet-sorcererMorph > div:nth-of-type(9) > span,
|
|
div.sheet-warmasterFalcon > div > span,
|
|
div.sheet-warmasterWarlord > div:first-of-type > span
|
|
{
|
|
width:100%;
|
|
justify-content:center;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
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
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > h1:not(:first-of-type)
|
|
{
|
|
width: calc(100% - 200px);
|
|
background: transparent;
|
|
color: white;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > h1:last-of-type
|
|
{
|
|
padding-left:100px;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:nth-of-type(2),
|
|
div.sheet-warriorTypes > div:nth-of-type(2)
|
|
{
|
|
flex-wrap:wrap;
|
|
padding-bottom:1px;
|
|
padding-left:1px;
|
|
padding-right:1px;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:nth-of-type(2) > label,
|
|
div.sheet-warriorTypes > div > label
|
|
{
|
|
width: 110px;
|
|
height:28px;
|
|
margin-top:1px;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:nth-of-type(2) > label > input[type="checkbox"],
|
|
div.sheet-warriorTypes > div > label > input[type="checkbox"]
|
|
{
|
|
width: 110px;
|
|
height:28px;
|
|
position:absolute;
|
|
opacity:0;
|
|
z-index:99;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:nth-of-type(2) > label > input[type="checkbox"] ~ span,
|
|
div.sheet-warriorTypes > div > label > input[type="checkbox"] ~ span
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:nth-of-type(2) > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-warriorTypes > 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-warmasterWarlord > div:nth-of-type(2) > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-warmasterWarlord > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-warriorTypes > 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:not(:nth-of-type(1)):not(:nth-of-type(2))
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
background:var(--sombre);
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > label
|
|
{
|
|
width: 100px;
|
|
height: 26px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > label > input[type="checkbox"]
|
|
{
|
|
width: 100px;
|
|
height: 26px;
|
|
position: absolute;
|
|
opacity: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > label > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > 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-warmasterWarlord > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > h1
|
|
{
|
|
background: transparent;
|
|
color: white;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpAction
|
|
{
|
|
border-bottom:1px solid var(--clair);
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpAction > h1,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > h1,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce > h1,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > h1
|
|
{
|
|
width: calc(100% - 200px);
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEnergie > h1
|
|
{
|
|
width: calc(100% - 200px);
|
|
padding-left: 100px;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce > div,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > span,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > span
|
|
{
|
|
justify-content: center;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
background:var(--clair);
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > span:first-of-type,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > span:first-of-type
|
|
{
|
|
width: calc(50% - 1px);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > span:last-of-type,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > span:last-of-type
|
|
{
|
|
width:50%;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > input[type="number"],
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce > div > input[type="number"],
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > input[type="text"]
|
|
{
|
|
width: 50%;
|
|
border: 0px;
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 28px;
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpEsquive > div > input[type="number"]:first-of-type,
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpGuerre > div > input[type="text"]:first-of-type
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-warmasterWarlord > div.sheet-warmasterImpForce > div > span
|
|
{
|
|
width: calc(50% - 3px);
|
|
padding-left: 2px;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
border-right:1px solid var(--sombre);
|
|
background:var(--clair);
|
|
}
|
|
|
|
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
|
|
{
|
|
width:100%;
|
|
justify-content:center;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-warriorTypes > div:not(:first-of-type) > span
|
|
{
|
|
width:calc(100% / 3);
|
|
justify-content:center;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-warriorTypes > div:not(:first-of-type) > span:nth-of-type(2)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-warriorTypes > div:not(:first-of-type) > input[type="number"]
|
|
{
|
|
width:calc(100% / 3);
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-warriorTypes > div:not(:first-of-type) > input[type="number"]:nth-of-type(2),
|
|
div.sheet-warriorTypes > div:not(:first-of-type) > input[type="number"]:nth-of-type(3)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div:first-of-type > span
|
|
{
|
|
width:calc(100% - 56px);
|
|
justify-content:center;
|
|
padding-left:28px;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div > select
|
|
{
|
|
width: 50%;
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-wizardOriflamme > button[type="roll"]:last-of-type,
|
|
div.sheet-wizardOriflamme > input[type="hidden"][value="on"] ~ button[type="roll"]:first-of-type
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-wizardOriflamme > input[type="hidden"][value="on"] ~ button[type="roll"]:last-of-type
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div:nth-of-type(4) > span,
|
|
div.sheet-wizardOriflamme > div > span
|
|
{
|
|
width:calc(100% / 3);
|
|
justify-content:center;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div:nth-of-type(4) > span:nth-of-type(2),
|
|
div.sheet-wizardOriflamme > div > span:nth-of-type(2)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
width:calc((100% / 3) - 1px);
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div:nth-of-type(4) > span:nth-of-type(3),
|
|
div.sheet-wizardOriflamme > div > span:nth-of-type(3)
|
|
{
|
|
width:calc((100% / 3) - 1px);
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div:nth-of-type(5) > input[type="text"],
|
|
div.sheet-wizardOriflamme > div > input[type="text"]
|
|
{
|
|
width:calc(100% / 3);
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-wizardOriflamme > div > input[type="text"]:nth-of-type(2)
|
|
{
|
|
width:calc(100% / 3);
|
|
border:0px;
|
|
text-align:center;
|
|
padding:0px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div:nth-of-type(5) > input[type="text"]:nth-of-type(2),
|
|
div.sheet-wizardBorealis > div:nth-of-type(5) > input[type="text"]:nth-of-type(3),
|
|
div.sheet-wizardOriflamme > div:nth-of-type(2) > input[type="text"]:nth-of-type(2),
|
|
div.sheet-wizardOriflamme > div:nth-of-type(2) > input[type="text"]:nth-of-type(3)
|
|
{
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-wizardBorealis > div:nth-of-type(6) > input[type="text"],
|
|
div.sheet-wizardOriflamme > 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-capacites > .repcontainer > .repitem:not(:first-of-type),
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem:not(:first-of-type)
|
|
{
|
|
border-top:1px solid var(--sombre);
|
|
}
|
|
|
|
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:none;
|
|
}
|
|
|
|
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:flex;
|
|
}
|
|
|
|
div.sheet-capacites > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem > input[type="text"]
|
|
{
|
|
width:calc(100% - 28px);
|
|
padding:0px;
|
|
padding-left:28px;
|
|
border:0px;
|
|
text-align:center;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-capacites > .repcontainer > .repitem:not(:first-of-type) > input[type="text"],
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem > input[type="text"]
|
|
{
|
|
border-top:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-capacites > .repcontainer > .repitem > label,
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem > label
|
|
{
|
|
width:28px;
|
|
height:27px;
|
|
border-top:1px solid var(--clair);
|
|
}
|
|
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem:first-of-type > label
|
|
{
|
|
border-top:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-capacites > .repcontainer > .repitem > label > input[type="checkbox"],
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem > label > input[type="checkbox"]
|
|
{
|
|
position: absolute;
|
|
width: 28px;
|
|
height: 28px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
display: flex;
|
|
opacity: 0;
|
|
z-index:99;
|
|
}
|
|
|
|
div.sheet-capacites > .repcontainer > .repitem > label > input[type="checkbox"] ~ span,
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem > label > input[type="checkbox"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-capacites > .repcontainer > .repitem > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem > label > input[type="checkbox"] ~ span::before
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
line-height:18px;
|
|
font-size:35px;
|
|
content:"+";
|
|
background:var(--sombre);
|
|
justify-content:center;
|
|
color:white;
|
|
}
|
|
|
|
div.sheet-capacites > .repcontainer > .repitem > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-capacitesPhase2 > .repcontainer > .repitem > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
content:"-";
|
|
}
|
|
|
|
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 > 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;
|
|
}
|
|
|
|
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
|
|
{
|
|
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
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-menuCombatPJ > label > input[type="checkbox"] ~ span::before,
|
|
div.sheet-menuCombatPNJ > label > input[type="checkbox"] ~ 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
|
|
{
|
|
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="druid"] ~ span:nth-of-type(5),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="monk"] ~ span:nth-of-type(6),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="necromancer"] ~ span:nth-of-type(7),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="paladin"] ~ span:nth-of-type(8),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="priest"] ~ span:nth-of-type(9),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="psion"] ~ span:nth-of-type(10),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="ranger"] ~ span:nth-of-type(11),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="rogue"] ~ span:nth-of-type(12),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="sorcerer"] ~ span:nth-of-type(13),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="warmaster"] ~ span:nth-of-type(14),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="warrior"] ~ span:nth-of-type(15),
|
|
div.sheet-menuCombatPJ > label:first-of-type > input[type="hidden"][value="wizard"] ~ span:nth-of-type(16)
|
|
{
|
|
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-armeImproviseePNJ,
|
|
div.sheet-armeVehicule
|
|
{
|
|
margin-top:10px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > div:first-of-type > span,
|
|
div.sheet-armeContactPNJ > div:first-of-type > span,
|
|
div.sheet-armeDistancePJ > div:first-of-type > span,
|
|
div.sheet-armeDistancePNJ > div:first-of-type > span,
|
|
div.sheet-armeAutrePJ > div:first-of-type > span,
|
|
div.sheet-armeAutrePNJ > div:first-of-type > span,
|
|
div.sheet-armeVehicule > div:first-of-type > span
|
|
{
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
font-weight: bold;
|
|
justify-content: center;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > div:first-of-type > span:nth-of-type(1),
|
|
div.sheet-armeDistancePJ > div:first-of-type > span:nth-of-type(1),
|
|
div.sheet-armeAutrePJ > div:first-of-type > span:nth-of-type(1),
|
|
div.sheet-armeAutrePNJ > div:first-of-type > span:nth-of-type(1),
|
|
div.sheet-armeVehicule > div:first-of-type > span:nth-of-type(1)
|
|
{
|
|
width:calc(100% - 120px - 120px - 120px - 260px - 28px);
|
|
}
|
|
|
|
div.sheet-armeContactPJ > div:first-of-type > span:nth-of-type(2),
|
|
div.sheet-armeContactPJ > div:first-of-type > span:nth-of-type(4),
|
|
div.sheet-armeDistancePJ > div:first-of-type > span:nth-of-type(2),
|
|
div.sheet-armeDistancePJ > div:first-of-type > span:nth-of-type(4),
|
|
div.sheet-armeAutrePJ > div:first-of-type > span:nth-of-type(2),
|
|
div.sheet-armeAutrePJ > div:first-of-type > span:nth-of-type(4),
|
|
div.sheet-armeAutrePNJ > div:first-of-type > span:nth-of-type(2),
|
|
div.sheet-armeAutrePNJ > div:first-of-type > span:nth-of-type(4),
|
|
div.sheet-armeVehicule > div:first-of-type > span:nth-of-type(2),
|
|
div.sheet-armeVehicule > div:first-of-type > span:nth-of-type(4)
|
|
{
|
|
width:118px;
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeContactPJ > div:first-of-type > span:nth-of-type(3),
|
|
div.sheet-armeDistancePJ > div:first-of-type > span:nth-of-type(3),
|
|
div.sheet-armeAutrePJ > div:first-of-type > span:nth-of-type(3),
|
|
div.sheet-armeAutrePNJ > div:first-of-type > span:nth-of-type(3),
|
|
div.sheet-armeVehicule > div:first-of-type > span:nth-of-type(3)
|
|
{
|
|
width:120px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > div:first-of-type > span:nth-of-type(5),
|
|
div.sheet-armeDistancePJ > div:first-of-type > span:nth-of-type(5)
|
|
{
|
|
width:260px;
|
|
margin-right:28px;
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > div:first-of-type > span:nth-of-type(5),
|
|
div.sheet-armeAutrePNJ > div:first-of-type > span:nth-of-type(5),
|
|
div.sheet-armeVehicule > div:first-of-type > span:nth-of-type(5)
|
|
{
|
|
width:129px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > div:first-of-type > span:nth-of-type(6),
|
|
div.sheet-armeAutrePNJ > div:first-of-type > span:nth-of-type(6),
|
|
div.sheet-armeVehicule > div:first-of-type > span:nth-of-type(6)
|
|
{
|
|
width:130px;
|
|
margin-right:28px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > input[type="hidden"][value="1"] + div,
|
|
div.sheet-armeContactPNJ > div > input[type="hidden"][value="1"] + div,
|
|
div.sheet-armeDistancePJ > input[type="hidden"][value="1"] + div,
|
|
div.sheet-armeDistancePNJ > div > 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-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div,
|
|
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 > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"],
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > select,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="text"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > select,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > select,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="text"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > select,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > select,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > select,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > select,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="text"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > select,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > select,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="text"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > select,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > select
|
|
{
|
|
border:0px;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="text"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > input[type="text"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="text"]
|
|
{
|
|
width:calc(100% - 120px - 120px - 120px - 260px - 28px);
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(4),
|
|
div.sheet-armeContactPJ > div:nth-of-type(2) > div:nth-of-type(3),
|
|
div.sheet-armeContactPJ > div:nth-of-type(3) > div:nth-of-type(3),
|
|
div.sheet-armeContactPJ > div:nth-of-type(4) > div:nth-of-type(3),
|
|
div.sheet-armeContactPJ > div:nth-of-type(5) > div:nth-of-type(3),
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(4),
|
|
div.sheet-armeDistancePJ > div:nth-of-type(2) > div:nth-of-type(3),
|
|
div.sheet-armeDistancePJ > div:nth-of-type(3) > div:nth-of-type(3),
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(2),
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(2),
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(2)
|
|
{
|
|
width:118px;
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(3),
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(3),
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(3)
|
|
{
|
|
width:120px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > select:first-of-type,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > select:first-of-type,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > select:first-of-type,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > select:first-of-type,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > select:first-of-type,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > select:first-of-type,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > select:first-of-type
|
|
{
|
|
width:120px;
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(5),
|
|
div.sheet-armeContactPJ > div:nth-of-type(2) > div:nth-of-type(4),
|
|
div.sheet-armeContactPJ > div:nth-of-type(3) > div:nth-of-type(4),
|
|
div.sheet-armeContactPJ > div:nth-of-type(4) > div:nth-of-type(4),
|
|
div.sheet-armeContactPJ > div:nth-of-type(5) > div:nth-of-type(4),
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(5),
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4)
|
|
{
|
|
width:120px;
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(4),
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(4),
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(4)
|
|
{
|
|
width:129px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"]
|
|
{
|
|
width: calc(50% - 14px);
|
|
font-size: 14px;
|
|
height: 28px;
|
|
justify-content: space-between;
|
|
border: 0px;
|
|
padding: 0px;
|
|
text-align:left
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]
|
|
{
|
|
width: 102px;
|
|
font-size: 14px;
|
|
height: 28px;
|
|
justify-content: space-between;
|
|
border: 0px;
|
|
padding: 0px;
|
|
text-align:left
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(2) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > input[type="number"]:first-of-type,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]:first-of-type,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"]:first-of-type,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(3) > input[type="number"]:first-of-type,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(4) > input[type="number"]:first-of-type
|
|
{
|
|
text-align:right;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(4) > b,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div:nth-of-type(5) > b,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(2) > b,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > b,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > b,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3) > b,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(4) > b,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > b,
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > b,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(4) > b,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div:nth-of-type(5) > b,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(3) > b,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div:nth-of-type(4) > b,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3) > b,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(4) > b,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2) > b,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3) > b,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(2) > b,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(3) > b,
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(4) > b,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(2) > b,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(3) > b,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(4) > b,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(2) > b,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(3) > b,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(4) > b
|
|
{
|
|
width: 28px;
|
|
height: 28px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > select:nth-of-type(2),
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > select:nth-of-type(3),
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > select:nth-of-type(2),
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > select:nth-of-type(3),
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > select:not(:first-of-type),
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > select:not(:first-of-type),
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > select:not(:first-of-type),
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > select:not(:first-of-type),
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > select:not(:first-of-type)
|
|
{
|
|
width:130px;
|
|
text-align:center;
|
|
}
|
|
|
|
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 > 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 > h1,
|
|
div.sheet-armeDistancePJ > h1
|
|
{
|
|
width:calc(100% - 119px);
|
|
align-content:baseline;
|
|
background:transparent;
|
|
color:white;
|
|
line-height:28px;
|
|
justify-content:center;
|
|
font-size:14px;
|
|
padding-right:62px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > label,
|
|
div.sheet-armeDistancePJ > label
|
|
{
|
|
display: flex;
|
|
width: 27px;
|
|
height: 27px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > label:nth-of-type(2),
|
|
div.sheet-armeDistancePJ > label:nth-of-type(2)
|
|
{
|
|
margin-left:3px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > label > input[type="checkbox"],
|
|
div.sheet-armeDistancePJ > label > input[type="checkbox"]
|
|
{
|
|
width: 27px;
|
|
height: 27px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
z-index: 99;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > label > span,
|
|
div.sheet-armeDistancePJ > label > span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > label > span::before,
|
|
div.sheet-armeDistancePJ > label > 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-armeContactPJ > label > input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-armeDistancePJ > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
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:28px;
|
|
}
|
|
|
|
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:max-content;
|
|
border:0px;
|
|
margin:0px;
|
|
padding:0px;
|
|
border-bottom:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
height:27px;
|
|
}
|
|
|
|
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:170px;
|
|
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="hidden"][value="1"] ~ input[type="number"]:first-of-type,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > label:nth-of-type(1) > input[type="hidden"][value="2"] ~ input[type="number"]:last-of-type
|
|
{
|
|
|
|
}
|
|
|
|
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;
|
|
margin:0px;
|
|
text-align:center;
|
|
border:0px;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > label > select,
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > select,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > 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-armeContactPJ > .repcontainer > .repitem > div.sheet-special > select,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > select,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > label > input[type="number"]
|
|
{
|
|
width:130px;
|
|
text-align:center;
|
|
border:0px;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
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;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeContactPJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > select,
|
|
div.sheet-armeDistancePJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div.sheet-special > select,
|
|
div.sheet-armeContactPJ > .repcontainer > .repitem > div.sheet-special > select,
|
|
div.sheet-armeDistancePJ > .repcontainer > .repitem > div.sheet-special > select
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(5),
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(5),
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(5)
|
|
{
|
|
width:130px;
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(5) > input[type="number"]
|
|
{
|
|
width:102px;
|
|
margin:0px;
|
|
padding:0px;
|
|
border:0px;
|
|
text-align:right;
|
|
}
|
|
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > div:nth-of-type(5) > b,
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > div:nth-of-type(5) > b,
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > div:nth-of-type(5) > b
|
|
{
|
|
width: 28px;
|
|
height: 28px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
div.sheet-armeAutrePJ > .repcontainer > .repitem > input[type="number"],
|
|
div.sheet-armeAutrePNJ > .repcontainer > .repitem > input[type="number"],
|
|
div.sheet-armeVehicule > .repcontainer > .repitem > input[type="number"]
|
|
{
|
|
width: 130px;
|
|
margin:0px;
|
|
padding:0px;
|
|
border:0px;
|
|
text-align:left;
|
|
}
|
|
|
|
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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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
|
|
{
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
justify-content: center;
|
|
color: #333;
|
|
font-weight: bold;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:nth-of-type(1),
|
|
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:nth-of-type(3),
|
|
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:nth-of-type(4),
|
|
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:nth-of-type(1),
|
|
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:nth-of-type(3),
|
|
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:nth-of-type(4)
|
|
{
|
|
width:110px;
|
|
}
|
|
|
|
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 - 2px - 28px);
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:nth-of-type(4),
|
|
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:nth-of-type(4)
|
|
{
|
|
width:108px;
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
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)
|
|
{
|
|
width:110px;
|
|
margin-right:28px;
|
|
}
|
|
|
|
div.sheet-armeImproviseePJ > div:nth-of-type(1) > span:nth-of-type(3),
|
|
div.sheet-armeImproviseePNJ > div:nth-of-type(1) > span:nth-of-type(3)
|
|
{
|
|
width:110px;
|
|
}
|
|
|
|
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > input[type="number"],
|
|
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > input[type="text"],
|
|
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > input[type="number"],
|
|
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > input[type="text"]
|
|
{
|
|
margin:0px;
|
|
padding:0px;
|
|
border:0px;
|
|
height:28px;
|
|
background:white;
|
|
cursor:initial;
|
|
}
|
|
|
|
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > input[type="text"],
|
|
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > input[type="number"],
|
|
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > input[type="text"],
|
|
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > input[type="number"]
|
|
{
|
|
width:110px;
|
|
text-align:center;
|
|
}
|
|
|
|
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 - 2px - 28px - 4px);
|
|
background:white;
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
cursor:text;
|
|
text-align:justify;
|
|
align-items:center;
|
|
padding-left:2px;
|
|
padding-right:2px;
|
|
}
|
|
|
|
div.sheet-armeImproviseePJ > div:not(:nth-of-type(1)) > input[type="text"]:nth-child(7),
|
|
div.sheet-armeImproviseePNJ > div:not(:nth-of-type(1)) > input[type="text"]:nth-child(4)
|
|
{
|
|
border-right:1px solid var(--sombre);
|
|
border-left:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeImproviseePJ > div:not(:last-of-type),
|
|
div.sheet-armeImproviseePNJ > 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)
|
|
{
|
|
border-bottom:2px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-grenade > h1,
|
|
div.sheet-grenadePNJ > h1
|
|
{
|
|
width: calc(100% - 160px);
|
|
justify-content: center;
|
|
color: white;
|
|
background: transparent;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
padding-left:80px;
|
|
}
|
|
|
|
div.sheet-grenade > div:nth-of-type(1),
|
|
div.sheet-grenadePNJ > div:nth-of-type(1)
|
|
{
|
|
width:80px;
|
|
height:27px;
|
|
background:var(--sombre);
|
|
}
|
|
|
|
div.sheet-grenade > div:nth-of-type(1) > input[type="number"],
|
|
div.sheet-grenadePNJ > div:nth-of-type(1) > input[type="number"]
|
|
{
|
|
width:calc(50% - 3px);
|
|
border:0px;
|
|
margin:0px;
|
|
padding:0px;
|
|
height:27px;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-grenade > div:nth-of-type(1) > b,
|
|
div.sheet-grenadePNJ > div:nth-of-type(1) > b
|
|
{
|
|
width:6px;
|
|
height:28px;
|
|
color:white;
|
|
justify-content:center;
|
|
align-items:center;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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);
|
|
}
|
|
|
|
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-between;
|
|
align-items:baseline;
|
|
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
|
|
{
|
|
width:50%;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
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-wizard
|
|
|
|
{
|
|
width:calc(50% - 5px);
|
|
}
|
|
|
|
div.sheet-capaciteArmure > div.sheet-druidModJetCompagnons
|
|
{
|
|
width:50%;
|
|
margin-left:auto;
|
|
}
|
|
|
|
div.sheet-capaciteArmure > div.sheet-druid > div.sheet-druidCompanions
|
|
{
|
|
margin-top:0px;
|
|
}
|
|
|
|
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)
|
|
{
|
|
width: 170px;
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeContactPNJ > 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(3),
|
|
div.sheet-armeDistancePNJ > div:first-of-type > span:nth-of-type(4)
|
|
{
|
|
width: 169px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
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-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="text"],
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > input[type="text"],
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > input[type="text"],
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > input[type="text"]
|
|
{
|
|
width: calc(100% - 170px - 170px - 172px - 140px - 28px);
|
|
}
|
|
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2),
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(3),
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(2),
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(3)
|
|
{
|
|
width: 170px;
|
|
border-left:1px solid var(--sombre);
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3),
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > div:nth-of-type(4),
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > div:nth-of-type(3),
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > div:nth-of-type(4)
|
|
{
|
|
width: 169px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > select:first-of-type,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > select:first-of-type,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > select:first-of-type,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > select:first-of-type
|
|
{
|
|
width: 170px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-armeContactPNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > select:last-of-type,
|
|
div.sheet-armeContactPNJ > .repcontainer > .repitem > select:last-of-type,
|
|
div.sheet-armeDistancePNJ > div:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) > div > select:last-of-type,
|
|
div.sheet-armeDistancePNJ > .repcontainer > .repitem > select:last-of-type
|
|
{
|
|
width: 140px;
|
|
}
|
|
|
|
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
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-atoutHandicap > .repcontainer > .repitem,
|
|
div.sheet-avantageInconvenient > .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-avantageInconvenient > .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 > h1
|
|
{
|
|
width: calc(100% - 200px);
|
|
align-content: baseline;
|
|
background: transparent;
|
|
color: white;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
padding-left:100px;
|
|
}
|
|
|
|
div.sheet-overdrive > label
|
|
{
|
|
width:100px;
|
|
height:27px;
|
|
}
|
|
|
|
div.sheet-overdrive > label > input[type="checkbox"]
|
|
{
|
|
position:absolute;
|
|
width:100px;
|
|
height:27px;
|
|
opacity:0;
|
|
}
|
|
|
|
div.sheet-overdrive > label > input[type="checkbox"] ~ span
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-overdrive > label > input[type="checkbox"] ~ span::before
|
|
{
|
|
display:flex;
|
|
content:attr(title);
|
|
width:100%;
|
|
line-height:24px;
|
|
border:1px solid black;
|
|
justify-content:center;
|
|
align-items:center;
|
|
background:var(--clair);
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
div.sheet-overdrive > label > input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
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
|
|
{
|
|
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 > h1
|
|
{
|
|
width: calc(100% - 80px);
|
|
align-content: baseline;
|
|
background: transparent;
|
|
color: white;
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
padding-left:40px;
|
|
}
|
|
|
|
div.sheet-contact > input[type="number"]
|
|
{
|
|
width:40px;
|
|
margin:0px;
|
|
padding:0px;
|
|
border:0px;
|
|
height:28px;
|
|
text-align:center;
|
|
background:white;
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-contact > .repcontainer,
|
|
div.sheet-contact > .repcontainer > .repitem
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-contact > .repcontainer > .repitem:not(:first-of-type)
|
|
{
|
|
border-top:2px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-domaineArtistique > input[type="text"]
|
|
{
|
|
width:calc(100% - 28px);
|
|
background: transparent;
|
|
border:0px;
|
|
color:white;
|
|
padding:0px;
|
|
text-align:center;
|
|
font-weight:bold;
|
|
line-height:28px;
|
|
padding-left:28px;
|
|
}
|
|
|
|
div.sheet-domaineArtistique > label:first-of-type
|
|
{
|
|
width: 100%;
|
|
background: var(--clair);
|
|
font-size: 14px;
|
|
border-bottom: 1px solid var(--sombre);
|
|
}
|
|
|
|
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:first-of-type
|
|
{
|
|
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(3)
|
|
{
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-domaineArtistique > div:nth-of-type(3) > 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(3) > span:first-of-type
|
|
{
|
|
width:119px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-domaineArtistique > div:nth-of-type(3) > span:last-of-type
|
|
{
|
|
width:calc(100% - 120px);
|
|
}
|
|
|
|
div.sheet-domaineArtistique > div:nth-of-type(3) > 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);
|
|
}
|
|
|
|
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)
|
|
{
|
|
width:100%;
|
|
background:var(--clair);
|
|
border-bottom:1px solid var(--sombre);
|
|
}
|
|
|
|
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:119px;
|
|
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-oeuvreArt > .repcontainer > .repitem,
|
|
div.sheet-oeuvreArtCree > .repcontainer,
|
|
div.sheet-oeuvreArtCree > .repcontainer > .repitem
|
|
{
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-oeuvreArt > .repcontainer > .repitem:not(:first-of-type)
|
|
{
|
|
border-top:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-oeuvreArt > .repcontainer > .repitem > input[type="text"]:first-of-type
|
|
{
|
|
width:120px;
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 28px;
|
|
border: 0px;
|
|
border-right:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-oeuvreArt > .repcontainer > .repitem > input[type="text"]:last-of-type
|
|
{
|
|
width:calc(100% - 120px);
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 28px;
|
|
border: 0px;
|
|
}
|
|
|
|
div.sheet-oeuvreArtCree > .repcontainer > .repitem
|
|
{
|
|
background:var(--clair);
|
|
}
|
|
|
|
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);
|
|
}
|
|
|
|
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"]
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-jetVehicule > div > 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 > 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 > span:last-of-type
|
|
{
|
|
width:50%;
|
|
}
|
|
|
|
div.sheet-jetVehicule > div:last-of-type
|
|
{
|
|
border-top:1px solid var(--sombre);
|
|
}
|
|
|
|
div.sheet-jetVehicule > div > input[type="number"]
|
|
{
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 28px;
|
|
border: 0px;
|
|
width:50%;
|
|
}
|
|
|
|
div.sheet-jetVehicule > div > 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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
/*------------
|
|
Templates
|
|
--------------*/
|
|
|
|
.sheet-rolltemplate-base,
|
|
.sheet-rolltemplate-simple,
|
|
.sheet-rolltemplate-initiative,
|
|
.sheet-rolltemplate-distance,
|
|
.sheet-rolltemplate-contact,
|
|
.sheet-rolltemplate-autre,
|
|
.sheet-rolltemplate-special,
|
|
.sheet-rolltemplate-monk,
|
|
.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
|
|
{
|
|
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-monk > 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
|
|
{
|
|
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-monk > 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
|
|
{
|
|
display:flex;
|
|
width: 100%;
|
|
align-content: baseline;
|
|
background: var(--clair);
|
|
line-height: 28px;
|
|
justify-content: center;
|
|
font-size: 14px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.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-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
|
|
{
|
|
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-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
|
|
{
|
|
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-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
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
height:24px;
|
|
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-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
|
|
{
|
|
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-monk > *:not(:nth-child(2)),
|
|
.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))
|
|
{
|
|
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-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
|
|
{
|
|
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-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
|
|
{
|
|
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-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
|
|
{
|
|
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-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-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
|
|
{
|
|
width:20%;
|
|
justify-content:center;
|
|
}
|
|
|
|
.sheet-rolltemplate-simple > span,
|
|
.sheet-rolltemplate-distance > span,
|
|
.sheet-rolltemplate-contact > span,
|
|
.sheet-rolltemplate-autre > span,
|
|
.sheet-rolltemplate-monk > 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-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-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-monk > 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-ranger .inlinerollresult,
|
|
.sheet-rolltemplate-monk .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
|
|
{
|
|
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-monk .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
|
|
{
|
|
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-monk .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
|
|
{
|
|
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-monk .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
|
|
{
|
|
border: none;
|
|
} |