mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
4223 lines
121 KiB
CSS
4223 lines
121 KiB
CSS
.charsheet
|
|
{
|
|
background-color:White;
|
|
font-family:"Segoe UI", Arial;
|
|
color:RGB(55, 53, 53);
|
|
}
|
|
|
|
.repcontrol
|
|
{
|
|
width:100% !important;
|
|
display:block !important;
|
|
}
|
|
|
|
.repcontainer
|
|
{
|
|
width:100% !important;
|
|
display:block !important;
|
|
}
|
|
|
|
.sheet-logo
|
|
{
|
|
float:left;
|
|
margin-top: 34px;
|
|
}
|
|
|
|
.itemcontrol
|
|
{
|
|
z-index:2;
|
|
}
|
|
|
|
.btn
|
|
{
|
|
border-radius: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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
div.sheet-autoex > textarea
|
|
{
|
|
display: block;
|
|
z-index: 1;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
line-height: inherit;
|
|
white-space: pre-wrap;
|
|
text-align: inherit;
|
|
min-height: inherit;
|
|
resize: none;
|
|
}
|
|
|
|
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-autoex28
|
|
{
|
|
min-height:28px;
|
|
}
|
|
|
|
div.sheet-autoex40
|
|
{
|
|
min-height:40px;
|
|
}
|
|
|
|
div.sheet-autoex100
|
|
{
|
|
min-height:100px;
|
|
}
|
|
|
|
div.sheet-container
|
|
{
|
|
position:relative;
|
|
}
|
|
|
|
div.sheet-topLine
|
|
{
|
|
display:flex;
|
|
margin-left: auto;
|
|
width: 196px;
|
|
}
|
|
|
|
div.sheet-menu
|
|
{
|
|
min-width: 127px;
|
|
margin-top: 10px;
|
|
min-height: 59px;
|
|
}
|
|
|
|
div.sheet-buttonContainerFlexStart
|
|
{
|
|
display:flex;
|
|
justify-content:flex-start;
|
|
padding-left: 1px;
|
|
padding-bottom: 1px;
|
|
flex-wrap: wrap;
|
|
align-content: baseline;
|
|
}
|
|
|
|
div.sheet-buttonContainerFlexStart input[type="radio"],
|
|
div.sheet-buttonContainerFlexStart input[type="checkbox"]
|
|
{
|
|
width: 127px;
|
|
height: 26px;
|
|
position: absolute;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
}
|
|
|
|
div.sheet-buttonContainerFlexStart input[type="radio"] ~ span[title]::before,
|
|
div.sheet-buttonContainerFlexStart input[type="checkbox"] ~ span[title]::before
|
|
{
|
|
content: attr(title);
|
|
width: 125px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
height: 24px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
background: RGB(93,111,179);
|
|
color: white;
|
|
line-height: 24px;
|
|
}
|
|
|
|
div.sheet-buttonContainerFlexStart label
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 126px;
|
|
margin-right:2px;
|
|
height: 26px;
|
|
margin-bottom:2px;
|
|
}
|
|
|
|
.sheet-selector .sheet-4waybox:not(:checked) + .sheet-4waybox,
|
|
.sheet-selector input[value="0"]:not(:checked) ~ span[title="Fiche PJ"],
|
|
.sheet-selector input[value="1"][type="radio"]:not(:checked) ~ span[title="Fiche PNJ"],
|
|
.sheet-selector input[value="2"][type="radio"]:not(:checked) ~ span[title="Fiche Creature"],
|
|
.sheet-selector input[value="3"][type="radio"]:not(:checked) ~ span[title="Fiche Bande"],
|
|
.sheet-selector input[value="4"][type="radio"]:not(:checked) ~ span[title="Fiche Vehicule"]
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-selector
|
|
{
|
|
width: 128px;
|
|
height: 22px;
|
|
display:flex;
|
|
cursor: pointer;
|
|
|
|
font-size: 14px;
|
|
font-weight:bold;
|
|
border:1px solid black;
|
|
|
|
background: RGB(93,111,179);
|
|
color:white;
|
|
justify-content:center;
|
|
margin-right:auto;
|
|
}
|
|
|
|
div.sheet-selector input
|
|
{
|
|
width: 130px;
|
|
height: 22px;
|
|
position: absolute;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
}
|
|
|
|
label.sheet-settings-checkbox
|
|
{
|
|
font-size: 25px;
|
|
font-family: pictos;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
color: RGB(93,111,179);
|
|
display: flex;
|
|
width: 24px;
|
|
line-height: 20px;
|
|
height: 23px;
|
|
}
|
|
|
|
label.sheet-settings-checkbox input
|
|
{
|
|
opacity: 0;
|
|
z-index: 1;
|
|
position: absolute;
|
|
width: 24px;
|
|
height: 23px;
|
|
}
|
|
|
|
label.sheet-settings-checkbox input + span
|
|
{
|
|
font-size: 25px;
|
|
font-family: pictos;
|
|
color: RGB(93,111,179);
|
|
line-height: 20px;
|
|
opacity: .5;
|
|
}
|
|
|
|
label.sheet-settings-checkbox input:checked ~ span
|
|
{
|
|
opacity: 1;
|
|
}
|
|
|
|
input.sheet-hider[value="0"] + div
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
div.sheet-settings
|
|
{
|
|
position:absolute;
|
|
background-color:RGB(213, 215, 237);
|
|
right:0;
|
|
width:400px;
|
|
border:1px solid black;
|
|
z-index:100;
|
|
padding:5px;
|
|
border-radius:5px;
|
|
display:flex;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-settings > 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 RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-settings select
|
|
{
|
|
width: 80px;
|
|
margin: 0 7px 0 0;
|
|
padding: 0;
|
|
height: 20px;
|
|
}
|
|
|
|
div.sheet-settings input[type="checkbox"]
|
|
{
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
div.sheet-settings label
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
width: auto;
|
|
font: inherit;
|
|
}
|
|
|
|
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
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
.sheet-tab-content,
|
|
.sheet-fichePJ,
|
|
.sheet-fichePNJ,
|
|
.sheet-ficheCreature,
|
|
.sheet-ficheBande,
|
|
.sheet-ficheVehicule,
|
|
.sheet-ficheArmesImprovisees
|
|
{
|
|
display:none;
|
|
}
|
|
|
|
.sheet-tab-content
|
|
{
|
|
min-width:823px;
|
|
}
|
|
|
|
input.sheet-ficheType[value="0"] ~ div div.sheet-fichePJ,
|
|
input.sheet-ficheType[value="1"] ~ div div.sheet-fichePNJ,
|
|
input.sheet-ficheType[value="2"] ~ div div.sheet-ficheCreature,
|
|
input.sheet-ficheType[value="3"] ~ div div.sheet-ficheBande,
|
|
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-ficheType[value="0"] ~ div.sheet-menu label > span[title="Armure"],
|
|
input.sheet-ficheType[value="1"] ~ div.sheet-menu label > span[title^="Capacit"],
|
|
input.sheet-ficheType[value="2"] ~ div.sheet-menu label > span[title^="Capacit"],
|
|
input.sheet-ficheType[value="3"] ~ div.sheet-menu label > span[title^="Capacit"]
|
|
{
|
|
display:inline-block;
|
|
}
|
|
|
|
div.sheet-mainFlex,
|
|
div.sheet-mainFlex3Block
|
|
{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items:baseline;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainFlex div.sheet-mainBlock
|
|
{
|
|
flex-basis: calc(50% - 7px);
|
|
}
|
|
|
|
div.sheet-mainFlex3Block div.sheet-mainBlock
|
|
{
|
|
flex-basis: calc(33.33% - 6px);
|
|
}
|
|
|
|
div.sheet-mainBlock,
|
|
div.sheet-mainBlockEvolution,
|
|
div.sheet-mainBlock2Way,
|
|
div.sheet-mainBlock2WaySpecial,
|
|
div.sheet-mainBlock2WaySpecial4060,
|
|
div.sheet-mainBlock3Way,
|
|
div.sheet-mainBlock3WaySpecial,
|
|
div.sheet-mainBlock4Way,
|
|
div.sheet-mainBlock4WayCol1Large,
|
|
div.sheet-mainBlock4WaySpecial,
|
|
div.sheet-mainBlock5Way,
|
|
div.sheet-mainBlock5WaySpecialPNJ,
|
|
div.sheet-mainBlock6Way,
|
|
div.sheet-mainBlockAI,
|
|
div.sheet-blockSpecialAI
|
|
{
|
|
width:100%;
|
|
background-color:RGB(93,111,179) !important;
|
|
border-bottom:1px solid RGB(93,111,179);
|
|
border-right:1px solid RGB(93,111,179);
|
|
border-left:1px solid RGB(93,111,179);
|
|
flex-wrap: wrap;
|
|
display: flex;
|
|
}
|
|
|
|
div.sheet-mainBlock > div,
|
|
div.sheet-mainBlock > div.sheet-subBlock > div,
|
|
div.sheet-mainBlockEvolution > div,
|
|
div.sheet-mainBlockOptionsArmes > div,
|
|
div.sheet-mainBlockOptionsGrenades > div,
|
|
div.sheet-mainBlock2Way > div,
|
|
div.sheet-mainBlock2WaySpecial4060 > div,
|
|
div.sheet-mainBlock3Way > div,
|
|
div.sheet-mainBlock3WaySpecial > div,
|
|
div.sheet-mainBlock4Way > div,
|
|
div.sheet-mainBlock4WayCol1Large > div,
|
|
div.sheet-mainBlock4WaySpecial > div,
|
|
div.sheet-mainBlock5Way > div,
|
|
div.sheet-mainBlock5WaySpecialPNJ > div.sheet-subBlock5Way,
|
|
div.sheet-mainBlock5WaySpecialPNJ > div > div > div,
|
|
div.sheet-mainBlockAI > div,
|
|
div.sheet-blockSpecialAI > div
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
align-items: center;
|
|
border-top:1px solid RGB(93,111,179);
|
|
background-color:RGB(213, 215, 237);
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
align-items: center;
|
|
background-color:RGB(213, 215, 237);
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div:nth-of-type(1)
|
|
{
|
|
border-top:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div:nth-of-type(2)
|
|
{
|
|
border-top:1px solid RGB(93,111,179);
|
|
border-bottom:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock > div.repcontainer
|
|
{
|
|
border-top:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock div.repcontainer div.repitem:first-child
|
|
{
|
|
margin-top:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock div.repcontainer div.repitem div
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-mainBlock div.repcontainer div.repitem
|
|
{
|
|
border-top:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock div.sheet-fondSombre
|
|
{
|
|
background-color:RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock div.sheet-fondSombre > div:not(:first-child)
|
|
{
|
|
background-color:RGB(213, 215, 237);
|
|
border-top:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock div.sheet-fondSombre > div:first-child
|
|
{
|
|
background-color:RGB(213, 215, 237);
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-h4W30
|
|
{
|
|
width:30px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-h4W70
|
|
{
|
|
width: 70px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-right:1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div p.sheet-pWAdjusted
|
|
{
|
|
width:calc(100% - 34px);
|
|
text-align:justify;
|
|
margin:0px;
|
|
padding-right:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div p.sheet-pWAdjusted75px
|
|
{
|
|
width:calc(100% - 75px);
|
|
text-align:justify;
|
|
margin:0px;
|
|
padding-right:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock > p.sheet-p30
|
|
{
|
|
height:calc(100% - 30px);
|
|
}
|
|
|
|
div.sheet-mainBlock > p.sheet-p34
|
|
{
|
|
height:calc(100% - 34px);
|
|
}
|
|
|
|
div.sheet-mainBlock > p
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
background-color:RGB(213, 215, 237);
|
|
border-top:1px solid RGB(93,111,179);
|
|
text-align:justify;
|
|
padding:2px;
|
|
vertical-align:top;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-2colrow,
|
|
div.sheet-mainBlock > div.sheet-2colrow .sheet-col
|
|
{
|
|
background-color:RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-2colrow .sheet-col
|
|
{
|
|
width:calc(50% - 18px);
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexCenter
|
|
{
|
|
display:flex;
|
|
justify-content:space-between;
|
|
padding-left: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexAround
|
|
{
|
|
display:flex;
|
|
justify-content:space-around;
|
|
padding-left: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexCenter input[type="radio"],
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexCenter input[type="checkbox"],
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexAround input[type="radio"],
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexAround input[type="checkbox"]
|
|
{
|
|
width: 102px;
|
|
height: 26px;
|
|
position: absolute;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexCenter input[type="radio"] ~ span[title]::before,
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexCenter input[type="checkbox"] ~ span[title]::before,
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexAround input[type="radio"] ~ span[title]::before,
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexAround input[type="checkbox"] ~ span[title]::before
|
|
{
|
|
content: attr(title);
|
|
width: 100px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
height: 24px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
background: RGB(93,111,179);
|
|
color: white;
|
|
line-height: 24px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexCenter label,
|
|
div.sheet-mainBlock > div.sheet-buttonContainerFlexAround label
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 103px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div label
|
|
{
|
|
width:120px;
|
|
margin-bottom:0px;
|
|
margin-left:20px;
|
|
display:inline-block;
|
|
}
|
|
|
|
div.sheet-mainBlock > h4
|
|
{
|
|
line-height:28px;
|
|
width:100%;
|
|
text-align:center;
|
|
color:White;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4
|
|
{
|
|
line-height:28px;
|
|
width:calc(50% - 2px);
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-center,
|
|
div.sheet-mainBlock3Way > div h4.sheet-center,
|
|
div.sheet-mainBlock3Way > div input[type="text"].sheet-center
|
|
{
|
|
line-height:28px;
|
|
width:100%;
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-titre,
|
|
div.sheet-mainBlock > div.sheet-subBlock h4.sheet-titre,
|
|
div.sheet-mainBlockNeutre > div h4.sheet-titre,
|
|
div.sheet-mainBlockEvolution > div h4.sheet-titre,
|
|
div.sheet-mainBlockOptionsArmes > div h4.sheet-titre,
|
|
div.sheet-mainBlockOptionsGrenades > div h4.sheet-titre,
|
|
div.sheet-mainBlock2Way > div h4.sheet-titre,
|
|
div.sheet-mainBlock2WaySpecial > div h4.sheet-titre,
|
|
div.sheet-mainBlock3Way > div h4.sheet-titre,
|
|
div.sheet-mainBlock3WaySpecial > div h4.sheet-titre,
|
|
div.sheet-mainBlock4Way > div h4.sheet-titre,
|
|
div.sheet-mainBlock4WayCol1Large > div h4.sheet-titre,
|
|
div.sheet-mainBlock4WaySpecial > div h4.sheet-titre,
|
|
div.sheet-mainBlock5Way > div h4.sheet-titre,
|
|
div.sheet-mainBlock5WaySpecialPNJ > div h4.sheet-titre,
|
|
div.sheet-mainBlock6Way > div h4.sheet-titre,
|
|
div.sheet-mainBlockAI > div h4.sheet-titre,
|
|
div.sheet-blockSpecialAI > div h4.sheet-titre
|
|
{
|
|
line-height:28px;
|
|
height:28px;
|
|
width:100% !important;
|
|
text-align:center !important;
|
|
background:RGB(93,111,179);
|
|
color:White;
|
|
padding:0px;
|
|
display:inline-block;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-numRight
|
|
{
|
|
line-height:28px;
|
|
width:calc(100% - 40px);
|
|
padding-left:40px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-numRight > input[type="number"]
|
|
{
|
|
line-height: 18px;
|
|
width:40px;
|
|
float:right;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subTitre
|
|
{
|
|
line-height:24px;
|
|
height:24px;
|
|
width:100%;
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-subTitre
|
|
{
|
|
line-height:24px;
|
|
height:24px;
|
|
width:100%;
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subTitreSelect
|
|
{
|
|
line-height:24px;
|
|
height:24px;
|
|
width:100%;
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subTitreSelect h4
|
|
{
|
|
padding-left:85px;
|
|
width:calc(100% - 85px);
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subTitreSelect select
|
|
{
|
|
height:24px;
|
|
line-height:24px;
|
|
float:right;
|
|
width:85px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock h4.sheet-titreAjustement
|
|
{
|
|
line-height:28px;
|
|
height:29px;
|
|
width:100% !important;
|
|
text-align:center !important;
|
|
background:RGB(93,111,179);
|
|
color:White;
|
|
padding:0px;
|
|
display:inline-block;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock div button.sheet-onlyButton
|
|
{
|
|
margin-left:auto;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div.sheet-quantity h4
|
|
{
|
|
line-height:28px;
|
|
height:28px;
|
|
width:calc(100% - 130px) !important;
|
|
text-align:center !important;
|
|
background:RGB(93,111,179);
|
|
color:White;
|
|
padding:0px;
|
|
display:inline-block;
|
|
padding-left:130px;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div.sheet-quantity div
|
|
{
|
|
width:130px;
|
|
float:right;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div.sheet-quantity div input
|
|
{
|
|
display:inline-block;
|
|
width: calc(50% - 10px);
|
|
vertical-align: top;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-boutonWithBoutonActiver,
|
|
div.sheet-mainBlock2Way > div.sheet-boutonWithBoutonActiver,
|
|
div.sheet-mainBlock3Way > div.sheet-boutonWithBoutonActiver
|
|
{
|
|
background-color:RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-bouton,
|
|
div.sheet-mainBlock2Way > div h4.sheet-bouton,
|
|
div.sheet-mainBlock3Way > div h4.sheet-bouton,
|
|
div.sheet-mainBlock3WaySpecial > div h4.sheet-bouton,
|
|
div.sheet-mainBlock4Way > div h4.sheet-bouton,
|
|
div.sheet-mainBlock4WayCol1Large > div h4.sheet-bouton,
|
|
div.sheet-mainBlock4WaySpecial > div h4.sheet-bouton,
|
|
div.sheet-mainBlock5Way > div h4.sheet-bouton
|
|
{
|
|
padding-left: 28px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div button.sheet-boutonBase,
|
|
div.sheet-mainBlock2Way > div button.sheet-boutonBase,
|
|
div.sheet-mainBlock3Way > div button.sheet-boutonBase,
|
|
div.sheet-mainBlock3WaySpecial > div button.sheet-boutonBase,
|
|
div.sheet-mainBlock4Way > div button.sheet-boutonBase,
|
|
div.sheet-mainBlock4WayCol1Large > div button.sheet-boutonBase,
|
|
div.sheet-mainBlock4WaySpecial > div button.sheet-boutonBase,
|
|
div.sheet-mainBlock5Way > div button.sheet-boutonBase
|
|
{
|
|
margin: 0px;
|
|
float: right;
|
|
width: 16px;
|
|
margin-top: 1.5px;
|
|
height: 18px;
|
|
font-size: 18px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-select
|
|
{
|
|
padding-left: 70px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div select.sheet-selectBase
|
|
{
|
|
margin: 0px;
|
|
float: right;
|
|
width: 70px !important;
|
|
}
|
|
|
|
div.sheet-mainBlock > div input[type="text"],
|
|
div.sheet-mainBlock > div input[type="number"],
|
|
div.sheet-mainBlock > div input,
|
|
div.sheet-mainBlock > div select
|
|
{
|
|
width:50%;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock div select
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-mainBlock > div input[type="number"].sheet-actMaxInput
|
|
{
|
|
width:calc(25% - 3px);
|
|
}
|
|
|
|
div.sheet-mainBlock > div input[type="number"].sheet-inputWithButton,
|
|
div.sheet-mainBlock > div input[type="text"].sheet-inputWithButton,
|
|
div.sheet-mainBlock > div select.sheet-inputWithButton
|
|
{
|
|
width: calc(50% - 29px);
|
|
}
|
|
|
|
div.sheet-mainBlock > div select
|
|
{
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div input.sheet-full,
|
|
div.sheet-mainBlock > div select.sheet-full
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-mainBlock > div input.sheet-center,
|
|
div.sheet-mainBlock2Way > div input.sheet-center
|
|
{
|
|
width:100% !important;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-mainBlock > div span
|
|
{
|
|
width:100%;
|
|
margin:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div b.sheet-largeB
|
|
{
|
|
width: 8% !important;
|
|
}
|
|
|
|
div.sheet-mainBlock > div input.sheet-inputLargeB
|
|
{
|
|
width: calc(50% - 8%) !important;
|
|
}
|
|
|
|
div.sheet-mainBlock > div textarea,
|
|
div.sheet-mainBlock2WaySpecial > div textarea
|
|
{
|
|
margin-bottom:0px;
|
|
width: calc(100% - 4px);
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div textarea.sheet-largeTextarea,
|
|
div.sheet-mainBlock2WaySpecial > div textarea.sheet-largeTextarea
|
|
{
|
|
min-height:100px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock4Way
|
|
{
|
|
width:25%;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock3Way
|
|
{
|
|
width:33.33%;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock
|
|
{
|
|
background-color:transparent;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlockBorderTop
|
|
{
|
|
border-top:1px solid RGB(213, 215, 237);
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlockCrowBorderRight
|
|
{
|
|
border-right:1px solid RGB(93,111,179);
|
|
width: calc(33.33% - 1px);
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock58Height
|
|
{
|
|
height:58px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock > div span[name]
|
|
{
|
|
width:100%
|
|
}
|
|
|
|
div.sheet-mainBlock > div.sheet-subBlock > div span[name]
|
|
{
|
|
line-height:28px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div label.sheet-boutonActiver,
|
|
div.sheet-mainBlock2Way > div label.sheet-boutonActiver,
|
|
div.sheet-mainBlock3Way > div label.sheet-boutonActiver
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 102px;
|
|
float: right;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div label.sheet-boutonActiverLeftWithButton,
|
|
div.sheet-mainBlock2Way > div label.sheet-boutonActiverLeftWithButton,
|
|
div.sheet-mainBlock3Way > div label.sheet-boutonActiverLeftWithButton
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 102px;
|
|
float: left;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-boutonActiver,
|
|
div.sheet-mainBlock2Way > div h4.sheet-boutonActiver,
|
|
div.sheet-mainBlock3Way > div h4.sheet-boutonActiver
|
|
{
|
|
width: calc(100% - 102px) !important;
|
|
padding-left: 102px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-boutonActiverLeftWithButton,
|
|
div.sheet-mainBlock2Way > div h4.sheet-boutonActiverLeftWithButton,
|
|
div.sheet-mainBlock3Way > div h4.sheet-boutonActiverLeftWithButton
|
|
{
|
|
width: calc(100% - 106px) !important;
|
|
padding-left: 2px;
|
|
margin-right:80px;
|
|
}
|
|
|
|
label.sheet-boutonActiver > input[type="checkbox"],
|
|
label.sheet-boutonActiverLeftWithButton > input[type="checkbox"]
|
|
{
|
|
width: 102px;
|
|
height: 26px;
|
|
position: relative;
|
|
margin: -1.5px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
label.sheet-boutonActiver > input[type="checkbox"] + span[title]::before,
|
|
label.sheet-boutonActiverLeftWithButton > input[type="checkbox"] + span[title]::before
|
|
{
|
|
content: attr(title);
|
|
width: 100px;
|
|
margin-left: -100px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
height: 24px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
background: RGB(93,111,179);
|
|
color: white;
|
|
line-height: 24px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div label.sheet-boutonActiver96,
|
|
div.sheet-mainBlock2Way > div label.sheet-boutonActiver96,
|
|
div.sheet-mainBlock3Way > div label.sheet-boutonActiver96
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
margin-right: -2px;
|
|
width: 98px;
|
|
float: right;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div label.sheet-boutonActiver96SpecialDouble,
|
|
div.sheet-mainBlock2Way > div label.sheet-boutonActiver96SpecialDouble,
|
|
div.sheet-mainBlock3Way > div label.sheet-boutonActiver96SpecialDouble
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 98px;
|
|
float: right;
|
|
margin-top: 1px;
|
|
margin-right: -5px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div label.sheet-boutonActiverLeft96,
|
|
div.sheet-mainBlock2Way > div label.sheet-boutonActiverLeft96,
|
|
div.sheet-mainBlock3Way > div label.sheet-boutonActiverLeft96
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 98px;
|
|
float: left;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div label.sheet-boutonActiverLeftWithButton96,
|
|
div.sheet-mainBlock2Way > div label.sheet-boutonActiverLeftWithButton96,
|
|
div.sheet-mainBlock3Way > div label.sheet-boutonActiverLeftWithButton96
|
|
{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
width: 98px;
|
|
float: left;
|
|
margin-top: 1px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-boutonActiver96,
|
|
div.sheet-mainBlock2Way > div h4.sheet-boutonActiver96,
|
|
div.sheet-mainBlock3Way > div h4.sheet-boutonActiver96
|
|
{
|
|
width: calc(100% - 96px) !important;
|
|
padding-left: 96px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-boutonActiverDouble96,
|
|
div.sheet-mainBlock2Way > div h4.sheet-boutonActiverDouble96,
|
|
div.sheet-mainBlock3Way > div h4.sheet-boutonActiverDouble96
|
|
{
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
}
|
|
|
|
div.sheet-mainBlock > div h4.sheet-boutonActiverLeftWithButton96,
|
|
div.sheet-mainBlock2Way > div h4.sheet-boutonActiverLeftWithButton96,
|
|
div.sheet-mainBlock3Way > div h4.sheet-boutonActiverLeftWithButton96
|
|
{
|
|
width: calc(100% - 96px) !important;
|
|
margin-right:71px;
|
|
margin-left:1px;
|
|
}
|
|
|
|
div.sheet-mainBlock label.sheet-boutonActiver96 > input[type="checkbox"],
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiver96 > input[type="checkbox"],
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiver96 > input[type="checkbox"],
|
|
div.sheet-mainBlock label.sheet-boutonActiver96SpecialDouble > input[type="checkbox"],
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiver96SpecialDouble > input[type="checkbox"],
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiver96SpecialDouble > input[type="checkbox"],
|
|
div.sheet-mainBlock label.sheet-boutonActiverLeft96 > input[type="checkbox"],
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiverLeft96 > input[type="checkbox"],
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiverLeft96 > input[type="checkbox"],
|
|
div.sheet-mainBlock label.sheet-boutonActiverLeftWithButton96 > input[type="checkbox"],
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiverLeftWithButton96 > input[type="checkbox"],
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiverLeftWithButton96 > input[type="checkbox"]
|
|
{
|
|
width: 96px;
|
|
height: 26px;
|
|
position: relative;
|
|
margin: -1.5px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
div.sheet-mainBlock label.sheet-boutonActiver96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiver96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiver96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock label.sheet-boutonActiver96SpecialDouble > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiver96SpecialDouble > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiver96SpecialDouble > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock label.sheet-boutonActiverLeft96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiverLeft96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiverLeft96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock label.sheet-boutonActiverLeftWithButton96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock2Way label.sheet-boutonActiverLeftWithButton96 > input[type="checkbox"] + span[title]::before,
|
|
div.sheet-mainBlock3Way label.sheet-boutonActiverLeftWithButton96 > input[type="checkbox"] + span[title]::before
|
|
{
|
|
content: attr(title);
|
|
width: 96px;
|
|
margin-left: -100px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
height: 24px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
border: 1px solid black;
|
|
position: relative;
|
|
background: RGB(93,111,179);
|
|
color: white;
|
|
line-height: 24px;
|
|
}
|
|
|
|
label.sheet-boutonActiver > input[type="checkbox"]:checked + span[title]::before,
|
|
label.sheet-boutonActiverLeftWithButton > input[type="checkbox"]:checked + span[title]::before,
|
|
label.sheet-boutonActiver96 > input[type="checkbox"]:checked + span[title]::before,
|
|
label.sheet-boutonActiver96SpecialDouble > input[type="checkbox"]:checked + span[title]::before,
|
|
label.sheet-boutonActiverLeft96 > input[type="checkbox"]:checked + span[title]::before,
|
|
label.sheet-boutonActiverLeftWithButton96 > input[type="checkbox"]:checked + span[title]::before,
|
|
div.sheet-buttonContainerFlexCenter > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-buttonContainerFlexCenter > label input[type="radio"]:checked ~ span::before,
|
|
div.sheet-buttonContainerFlexAround > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-buttonContainerFlexAround > label input[type="radio"]:checked ~ span::before,
|
|
div.sheet-buttonContainerFlexStart > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-buttonContainerFlexStart > label input[type="radio"]:checked ~ span::before,
|
|
div.sheet-buttonContainerFlexStart > div label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-buttonContainerFlexStart > div label input[type="radio"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-mainBlockNeutre
|
|
{
|
|
width:100%;
|
|
background-color:RGB(93,111,179) !important;
|
|
padding: 0px;
|
|
flex-wrap: wrap;
|
|
display: flex;
|
|
justify-content:space-between;
|
|
}
|
|
|
|
div.sheet-mainBlockNeutre > div
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
align-items: center;
|
|
background-color:RGB(213, 215, 237);
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlockEvolution div > span
|
|
{
|
|
padding-left:4px;
|
|
width: calc(100% - 103px);
|
|
}
|
|
|
|
div.sheet-mainBlockEvolution div > span[title]
|
|
{
|
|
padding:0px;
|
|
width:0px;
|
|
}
|
|
|
|
div.sheet-mainBlockEvolution div > input[type="checkbox"]
|
|
{
|
|
width: 102px;
|
|
height: 22px;
|
|
position: relative;
|
|
margin: -1.5px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
top: 1px;
|
|
}
|
|
|
|
div.sheet-mainBlockEvolution div > input[type="checkbox"] + span[title]::before
|
|
{
|
|
content: attr(title);
|
|
width: 100px;
|
|
margin-left:-100px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
height: 20px;
|
|
font-size: 14px;
|
|
font-weight:bold;
|
|
border:1px solid black;
|
|
position: relative;
|
|
background: RGB(93,111,179);
|
|
color:white;
|
|
}
|
|
|
|
div.sheet-mainBlockEvolution div > input[type="checkbox"]:checked + span[title]::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div > div
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div > div > label
|
|
{
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
background-color: RGB(213, 215, 237);
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div > div > label > h4
|
|
{
|
|
line-height: 23px;
|
|
width: 75%;
|
|
padding: 0px;
|
|
padding-left: 2px;
|
|
text-align: left;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div > div > label > input[type="number"]
|
|
{
|
|
line-height: 23px;
|
|
width: 25%;
|
|
text-align: center;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div h4
|
|
{
|
|
line-height:23px;
|
|
|
|
width: calc(50% - 2px);
|
|
text-align: left;
|
|
padding:0px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div h4.sheet-textCenter
|
|
{
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div h4.sheet-textCenterWPadding
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div input[type="number"],
|
|
div.sheet-mainBlock2Way > div select
|
|
{
|
|
line-height:23px;
|
|
width: 50%;
|
|
text-align: center;
|
|
padding:0px;
|
|
height: 28px;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div h4.sheet-2WayHeaderBlank
|
|
{
|
|
margin-left: 50%;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div.sheet-lineWithButton input,
|
|
div.sheet-mainBlock2Way > div.sheet-lineWithButton h4
|
|
{
|
|
width:calc(50% - 15px);
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock2Way > div.sheet-flexCol1
|
|
{
|
|
width: 60%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: end;
|
|
align-items: baseline;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div.sheet-flexCol1 h4
|
|
{
|
|
line-height: 27px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock2Way > div.sheet-flexCol1 input[type="number"],
|
|
div.sheet-mainBlock2Way > div.sheet-flexCol1 select
|
|
{
|
|
line-height: 23px;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 0px;
|
|
height: 28px;
|
|
display: flex;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div.sheet-flexCol1 select::last-child
|
|
{
|
|
margin-top:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div.sheet-bigInput
|
|
{
|
|
width: calc(40% - 1px);
|
|
height: 86px;
|
|
display: flex;
|
|
border-top:1px solid RGB(93,111,179);
|
|
border-left:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock2Way > div.sheet-bigInput > input[type="number"]
|
|
{
|
|
width: 100%;
|
|
height: 86px;
|
|
text-align: center;
|
|
font-size: 48px;
|
|
font-weight: bold;
|
|
display: flex;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial div,
|
|
div.sheet-mainBlock2WaySpecial h4
|
|
{
|
|
display:flex;
|
|
flex-wrap:inherit;
|
|
align-items:center;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div
|
|
{
|
|
display:flex;
|
|
align-items: center;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial
|
|
{
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div:first-child
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div
|
|
{
|
|
width:60%;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div.sheet-autoex
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div.sheet-bigInput
|
|
{
|
|
width:calc(40% - 1px);
|
|
border-top:1px solid RGB(93,111,179);
|
|
border-left:1px solid RGB(93,111,179);
|
|
border-bottom:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div.sheet-bigInput input[type="number"]
|
|
{
|
|
width:100%;
|
|
text-align:center;
|
|
font-size:48px;
|
|
font-weight:bold;
|
|
height:86px;
|
|
display: flex;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > textarea
|
|
{
|
|
min-height:40px !important;
|
|
margin-bottom:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div > div:first-child
|
|
{
|
|
width: 60%;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div > div
|
|
{
|
|
width: 40%;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div > div > div
|
|
{
|
|
width: 100%;
|
|
background-color:RGB(213, 215, 237);
|
|
border-top:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div > div > div h4
|
|
{
|
|
width: calc(100% - 52px);
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial > div > div > div input
|
|
{
|
|
width: 50px !important;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial4060 > div h4
|
|
{
|
|
line-height:23px;
|
|
width: calc(60% - 2px);
|
|
text-align: left;
|
|
padding:0px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial4060 > div h4:first-child
|
|
{
|
|
line-height:23px;
|
|
|
|
width: calc(40% - 2px);
|
|
text-align: left;
|
|
padding:0px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial4060 > div h4.sheet-textCenter
|
|
{
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial4060 > div input[type="number"],
|
|
div.sheet-mainBlock2WaySpecial4060 > div select
|
|
{
|
|
line-height:23px;
|
|
width: 60%;
|
|
text-align: center;
|
|
padding:0px;
|
|
height: 28px;
|
|
}
|
|
|
|
div.sheet-mainBlock2WaySpecial4060 > div h4.sheet-2wayHeaderBlank
|
|
{
|
|
margin-left: 40%;
|
|
width:60%;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div h4
|
|
{
|
|
line-height:23px;
|
|
|
|
width: 33.33%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div h4.sheet-3wayHeaderBlank
|
|
{
|
|
margin-left:33.33%;
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock3Way > div h4.sheet-left
|
|
{
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div.sheet-2Way h4
|
|
{
|
|
width: 50%;
|
|
text-align:left;
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock3Way > div h4.sheet-textCenter
|
|
{
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div h4.sheet-textLeft
|
|
{
|
|
text-align:left;
|
|
padding-left:2px;
|
|
width:calc(33.33% - 2px) !important;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div h4.sheet-text25Left
|
|
{
|
|
text-align:left;
|
|
padding:0px;
|
|
padding-left:2px;
|
|
width:25%;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div input[type="number"],
|
|
div.sheet-mainBlock3Way > div input[type="text"],
|
|
div.sheet-mainBlock3Way > div select
|
|
{
|
|
line-height:23px;
|
|
width: 33.33%;
|
|
text-align: center;
|
|
padding:0px;
|
|
height: 28px;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div.sheet-1Way input[type="number"],
|
|
div.sheet-mainBlock3Way > div.sheet-1Way input[type="text"],
|
|
div.sheet-mainBlock3Way > div.sheet-1Way select
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div.sheet-2Way input[type="number"],
|
|
div.sheet-mainBlock3Way > div.sheet-2Way input[type="text"],
|
|
div.sheet-mainBlock3Way > div.sheet-2Way select
|
|
{
|
|
width: 50%;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div div.sheet-block33WithText
|
|
{
|
|
width:33.33%;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithText
|
|
{
|
|
width:66.66%;
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithBouton
|
|
{
|
|
width:calc(66.66% - 31px);
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div div.sheet-block75WithBouton
|
|
{
|
|
width:calc(75% - 31px);
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithTextWithBouton
|
|
{
|
|
width:calc(66.66% - 31px);
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div div.sheet-block33WithText input[type="number"],
|
|
div.sheet-mainBlock3Way > div div.sheet-block33WithText input[type="text"],
|
|
div.sheet-mainBlock3Way > div div.sheet-block33WithText select,
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithTextWithBouton input[type="number"],
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithTextWithBouton input[type="text"],
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithTextWithBouton select
|
|
{
|
|
width: calc(50% - 10px);
|
|
}
|
|
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithText b,
|
|
div.sheet-mainBlock3Way > div div.sheet-block66WithTextWithBouton b
|
|
{
|
|
width: 10%;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-mainBlock3WaySpecial > div h4
|
|
{
|
|
line-height:23px;
|
|
width: calc(40% - 2px);
|
|
text-align: left;
|
|
padding:0px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock3WaySpecial > div h4:first-child
|
|
{
|
|
line-height:23px;
|
|
|
|
width: calc(20% - 2px);
|
|
text-align: left;
|
|
padding:0px;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock3WaySpecial > div h4.sheet-textCenter
|
|
{
|
|
text-align:center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock3WaySpecial > div input[type="number"],
|
|
div.sheet-mainBlock3WaySpecial > div select
|
|
{
|
|
line-height:23px;
|
|
width: 40%;
|
|
text-align: center;
|
|
padding:0px;
|
|
height: 28px;
|
|
}
|
|
|
|
div.sheet-mainBlock3WaySpecial > div input[type="number"].sheet-W33
|
|
{
|
|
width:calc(30.66% - 1.65px);
|
|
}
|
|
|
|
div.sheet-mainBlock3WaySpecial > div h4.sheet-3wayHeaderBlank
|
|
{
|
|
margin-left: 20%;
|
|
width:40%;
|
|
}
|
|
|
|
div.sheet-mainBlockSpecialMonk > div:last-of-type
|
|
{
|
|
height:24px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div > label
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
align-items: center;
|
|
background-color: RGB(213, 215, 237);
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div > label > h4
|
|
{
|
|
line-height:23px;
|
|
width: 75%;
|
|
padding:0px;
|
|
padding-left: 2px;
|
|
text-align left;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div h4
|
|
{
|
|
line-height:23px;
|
|
width: 25%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div.repcontrol
|
|
{
|
|
border-top:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.repitem:last-child
|
|
{
|
|
border-bottom:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.repitem
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div input[type="number"],
|
|
div.sheet-mainBlock4Way > div input[type="text"],
|
|
div.sheet-mainBlock4Way > div > label input[type="text"]
|
|
{
|
|
line-height:23px;
|
|
width: 25%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div.repcontainer
|
|
{
|
|
background-color: RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div.repcontainer div.repitem:first-child
|
|
{
|
|
margin-top:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div.repcontainer div.repitem
|
|
{
|
|
margin-top:1px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div.sheet-3Way1Way100
|
|
{
|
|
padding-left:102px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div.sheet-3Way1Way100 h4
|
|
{
|
|
width:33.33%;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.sheet-3Way1Way100
|
|
{
|
|
display:flex;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.sheet-3Way1Way100 input[type="number"],
|
|
div.sheet-mainBlock4Way > div div.sheet-3Way1Way100 input[type="text"]
|
|
{
|
|
line-height:23px;
|
|
width: 33.33%;
|
|
text-align: center;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > textarea
|
|
{
|
|
min-height: 22px !important;
|
|
width: calc(100% - 4px) !important;
|
|
padding-left: 2px !important;
|
|
padding-right: 2px !important;
|
|
margin-bottom: 0px !important;
|
|
margin-top: 1px !important;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.sheet-blockBouton
|
|
{
|
|
width: 100px;
|
|
height: 25px;
|
|
margin-top: -1px;
|
|
margin-left: -1px;
|
|
min-width: 100px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.sheet-blockBouton label
|
|
{
|
|
width: 100%;
|
|
height: 25px;
|
|
display: inline-block;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.sheet-blockBouton label input[type="checkbox"]
|
|
{
|
|
width: 102px;
|
|
height: 25px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
div.sheet-mainBlock4Way > div div.sheet-blockBouton label input[type="checkbox"] ~ span::before
|
|
{
|
|
width: 100%;
|
|
line-height: 24px;
|
|
height: 24px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
font-size: 12px;
|
|
}
|
|
|
|
div.sheet-mainBlock4WayCol1Large > div h4
|
|
{
|
|
line-height:23px;
|
|
width: 23%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4WayCol1Large > div h4:first-child
|
|
{
|
|
width: calc(31% - 2px);
|
|
text-align: left;
|
|
padding-left:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock4WayCol1Large > div h4.sheet-titre::first-letter
|
|
{
|
|
text-transform : uppercase;
|
|
}
|
|
|
|
div.sheet-mainBlock4WayCol1Large > div h4.sheet-4wayHeaderBlank
|
|
{
|
|
margin-left: 31%;
|
|
}
|
|
|
|
div.sheet-mainBlock4WayCol1Large > div input
|
|
{
|
|
line-height:23px;
|
|
width: 23% !important;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4WaySpecial > div h4
|
|
{
|
|
line-height:23px;
|
|
|
|
width: 21.7%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4WaySpecial > div h4.sheet-twoColumn
|
|
{
|
|
width: 51.6%;
|
|
}
|
|
|
|
div.sheet-mainBlock4WaySpecial > div h4.sheet-totalColumn
|
|
{
|
|
width: 26.7%;
|
|
}
|
|
|
|
div.sheet-mainBlock4WaySpecial > div input.sheet-totalColumn
|
|
{
|
|
width: 27.1% !important;
|
|
}
|
|
|
|
div.sheet-mainBlock4WaySpecial > div input
|
|
{
|
|
line-height:23px;
|
|
width: 21.7% !important;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock3WaySpecial > div b.sheet-largeB,
|
|
div.sheet-mainBlock4WaySpecial > div b.sheet-largeB
|
|
{
|
|
width: 8% !important;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-mainBlock4WaySpecial > div input.sheet-inputLargeB
|
|
{
|
|
width: calc(50% - 8%) !important;
|
|
}
|
|
|
|
div.sheet-mainBlock4WaySpecial > div b
|
|
{
|
|
width: 2.6% !important;
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way > div h4
|
|
{
|
|
line-height:23px;
|
|
width: 20%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div.repcontainer div.repitem:not(:first-child)
|
|
{
|
|
border-top:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div.repcontainer div.repitem div
|
|
{
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way > div h4.sheet-small,
|
|
div.sheet-mainBlock5Way div > div input[type="text"].sheet-small,
|
|
div.sheet-mainBlock5Way div > div input[type="number"].sheet-small
|
|
{
|
|
width:12%;
|
|
line-height:23px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way > div h4.sheet-big,
|
|
div.sheet-mainBlock5Way div > div input[type="text"].sheet-big,
|
|
div.sheet-mainBlock5Way div > div input[type="number"].sheet-big
|
|
{
|
|
width:36%;
|
|
line-height:23px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div > textarea
|
|
{
|
|
width: calc(100% - 4px);
|
|
text-align: left;
|
|
min-height: 28px;
|
|
margin: 0px;
|
|
border-radius:0;
|
|
margin-top: 1px;
|
|
margin-left: 1px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way > div h4.sheet-double
|
|
{
|
|
line-height:23px;
|
|
width: 40%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way > div p
|
|
{
|
|
line-height:23px;
|
|
width: 20%;
|
|
text-align: center;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way > div input[type="number"],
|
|
div.sheet-mainBlock5Way > div input[type="text"],
|
|
div.sheet-mainBlock5Way > div select
|
|
{
|
|
line-height:23px;
|
|
width: 20%;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div h4.sheet-slot
|
|
{
|
|
line-height:28px;
|
|
height:28px;
|
|
width:calc(100% - 45px) !important;
|
|
text-align:center !important;
|
|
background:RGB(93,111,179);
|
|
color:White;
|
|
padding:0px;
|
|
display:inline-block;
|
|
padding-left:45px;
|
|
font-size:14px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div h4.sheet-slotSmall
|
|
{
|
|
line-height:28px;
|
|
height:28px;
|
|
width:calc(100% - 13px) !important;
|
|
text-align:center !important;
|
|
background:RGB(93,111,179);
|
|
color:White;
|
|
padding:0px;
|
|
display:inline-block;
|
|
padding-left:13px;
|
|
font-size:14px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div h4.sheet-slot label
|
|
{
|
|
width: 45px;
|
|
height: 28px;
|
|
color: white;
|
|
float: right;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div h4.sheet-slotSmall label
|
|
{
|
|
width: 13px;
|
|
height: 28px;
|
|
color: white;
|
|
float: right;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div h4.sheet-titre label input[type="number"]
|
|
{
|
|
background: transparent;
|
|
border: none;
|
|
color: white;
|
|
line-height: 28px;
|
|
height: 28px;
|
|
padding: 0px;
|
|
width: 19px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
margin-left:auto;
|
|
text-align:right;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div h4.sheet-titre label b
|
|
{
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
div.sheet-mainBlock5Way div h4.sheet-titre label span
|
|
{
|
|
display: inline-block;
|
|
line-height: 28px;
|
|
margin: 0px;
|
|
width: auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div.repcontrol
|
|
{
|
|
background-color:RGB(213, 215, 237);
|
|
border-top:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ
|
|
{
|
|
width:calc(100% - 2px) !important;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div h4
|
|
{
|
|
line-height:23px;
|
|
width: 20%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div h4.sheet-blankSpaceButtonRight
|
|
{
|
|
width:calc(20% - 29px);
|
|
margin-right:29px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div input[type="number"],
|
|
div.sheet-mainBlock5WaySpecialPNJ > div input[type="text"],
|
|
div.sheet-mainBlock5WaySpecialPNJ > div select
|
|
{
|
|
line-height:23px;
|
|
width: 20%;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div select
|
|
{
|
|
height:25px;
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div div.sheet-block,
|
|
div.sheet-mainBlock5WaySpecialPNJ > div div.sheet-blockButton
|
|
{
|
|
display:flex;
|
|
width: 20%;
|
|
align-items: center;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div div.sheet-blockButton
|
|
{
|
|
margin-top:1px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div div.sheet-block input[type="number"],
|
|
div.sheet-mainBlock5WaySpecialPNJ > div div.sheet-block input[type="text"]
|
|
{
|
|
padding:0px;
|
|
width:calc(50% - 13.13px);
|
|
align-items:center;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div div.sheet-blockButton select
|
|
{
|
|
width:calc(100% - 29px);
|
|
height: 25px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJ > div div.sheet-blockButton button
|
|
{
|
|
height: 19px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
align-items: center;
|
|
background-color:RGB(93,111,179);
|
|
margin-top: 1px;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock
|
|
{
|
|
border:1px solid RGB(213, 215, 237);
|
|
width:100%;
|
|
margin:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
align-items:center;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div.repitem > div
|
|
{
|
|
display:flex;
|
|
width:100%;
|
|
flex-wrap:wrap;
|
|
align-items:center;
|
|
margin-top:1px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div.sheet-titre,
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div.repitem
|
|
{
|
|
background:RGB(213, 215, 237);
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4
|
|
{
|
|
width:20%;
|
|
text-align:center;
|
|
line-height:28px;
|
|
height:28px;
|
|
font-size:12px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4.sheet-titre
|
|
{
|
|
line-height:28px;
|
|
height:28px;
|
|
width:calc(100% - 45px) !important;
|
|
text-align:center !important;
|
|
background:RGB(93,111,179);
|
|
color:White;
|
|
padding:0px;
|
|
display:inline-block;
|
|
padding-left:45px;
|
|
font-size:14px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4.sheet-titre label
|
|
{
|
|
width: 45px;
|
|
height: 28px;
|
|
color: white;
|
|
float: right;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4.sheet-titre label input[type="number"]
|
|
{
|
|
background: transparent;
|
|
border: none;
|
|
color: white;
|
|
line-height: 28px;
|
|
height: 28px;
|
|
padding: 0px;
|
|
width: 13px;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
margin-left:auto;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4.sheet-titre label b
|
|
{
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4.sheet-titre label span
|
|
{
|
|
display: inline-block;
|
|
line-height: 28px;
|
|
margin: 0px;
|
|
width: auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div input[type="number"],
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div > div input[type="number"]
|
|
{
|
|
width:20%;
|
|
line-height:28px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div input[type="text"],
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div > div input[type="text"]
|
|
{
|
|
width:20%;
|
|
line-height:28px;
|
|
height:28px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div > textarea
|
|
{
|
|
width: calc(100% - 4px);
|
|
text-align: left;
|
|
min-height: 28px;
|
|
margin: 0px;
|
|
border-radius: 0;
|
|
margin-top: 1px;
|
|
margin-left: 1px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4.sheet-small,
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div > div input[type="number"].sheet-small,
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div > div input[type="text"].sheet-small
|
|
{
|
|
width:12%;
|
|
}
|
|
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock > div h4.sheet-big,
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div > div input[type="number"].sheet-big,
|
|
div.sheet-mainBlock5WaySpecialPNJSpecial div.sheet-mainBlock5WaySpecialPNJSpecialSubBlock div > div input[type="text"].sheet-big
|
|
{
|
|
width:36%;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div.repcontrol
|
|
{
|
|
border-top:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div h4
|
|
{
|
|
line-height:23px;
|
|
width: 16.66%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div h4.sheet-width25,
|
|
div.sheet-mainBlock6Way > div input.sheet-width25
|
|
{
|
|
line-height:23px;
|
|
width: 25% !important;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div h4.sheet-width15
|
|
{
|
|
line-height:23px;
|
|
width: 15%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div h4.sheet-width15WithButton
|
|
{
|
|
line-height:23px;
|
|
width: calc(15% - 29px);
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div h4.sheet-width1388
|
|
{
|
|
line-height:23px;
|
|
width: 13.88%;
|
|
text-align: center;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div h4.sheet-double
|
|
{
|
|
width:30%
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div input[type="number"],
|
|
div.sheet-mainBlock6Way > div input[type="text"],
|
|
div.sheet-mainBlock6Way > div select
|
|
{
|
|
line-height:23px;
|
|
width: 16.66%;
|
|
padding:0px;
|
|
height:25px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div select.sheet-width1388
|
|
{
|
|
line-height:23px;
|
|
width: 13.88%;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div input[type="number"].sheet-width15,
|
|
div.sheet-mainBlock6Way > div input[type="text"].sheet-width15,
|
|
div.sheet-mainBlock6Way > div select.sheet-width15
|
|
{
|
|
line-height:23px;
|
|
width: 15%;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div input[type="number"].sheet-width15Button,
|
|
div.sheet-mainBlock6Way > div input[type="text"].sheet-width15Button,
|
|
div.sheet-mainBlock6Way > div select.sheet-width15Button
|
|
{
|
|
line-height:23px;
|
|
width: 15% - 15px;
|
|
padding:0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-block
|
|
{
|
|
display:flex;
|
|
width: 16.66%;
|
|
align-items: center;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-block1388
|
|
{
|
|
display:flex;
|
|
width: 13.88%;
|
|
align-items: center;
|
|
flex-wrap:wrap;
|
|
justify-content:space-around;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-block15
|
|
{
|
|
display:flex;
|
|
width: 15%;
|
|
align-items: center;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-subBlockFieldset
|
|
{
|
|
display:flex;
|
|
align-items: center;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div.repcontainer div.repitem:first-child div.sheet-subBlockFieldset
|
|
{
|
|
margin-top: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-blockButton
|
|
{
|
|
display:flex;
|
|
width: 33.32%;
|
|
align-items: center;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-blockButton select
|
|
{
|
|
width:calc(50% - 15px);
|
|
height: 25px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-block15Button
|
|
{
|
|
display:flex;
|
|
width: 15%;
|
|
align-items: center;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-block15Button input[type="number"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block15Button input[type="text"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block15Button select
|
|
{
|
|
width:calc(100% - 29px);
|
|
height: 25px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-blockButton button
|
|
{
|
|
height: 19px;
|
|
width:16px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-block input[type="number"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block input[type="text"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block select,
|
|
div.sheet-mainBlock6Way > div div.sheet-block1388 input[type="number"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block1388 input[type="text"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block1388 select,
|
|
div.sheet-mainBlock6Way > div div.sheet-block15 input[type="number"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block15 input[type="text"],
|
|
div.sheet-mainBlock6Way > div div.sheet-block15 select
|
|
{
|
|
padding:0px;
|
|
width:calc(50% - 13.13px);
|
|
align-items:center;
|
|
}
|
|
|
|
div.sheet-mainBlock6Way > div div.sheet-block15 input[type="number"].sheet-solo,
|
|
div.sheet-mainBlock6Way > div div.sheet-block15 input[type="text"].sheet-solo,
|
|
div.sheet-mainBlock6Way > div div.sheet-block15 select.sheet-solo
|
|
{
|
|
padding:0px;
|
|
width:calc(100% - 26.3px);
|
|
align-items:center;
|
|
}
|
|
|
|
div.sheet-mainBlock1BigOnglets,
|
|
div.sheet-mainBlock2BigOnglets,
|
|
div.sheet-mainBlock3BigOnglets,
|
|
div.sheet-mainBlock4BigOnglets
|
|
{
|
|
background-color:RGB(93,111,179);
|
|
padding-right:0px;
|
|
margin-top:-1px !important;
|
|
margin-right: 1px;
|
|
margin-left: 1px;
|
|
flex-wrap: wrap;
|
|
display:flex;
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock1Onglets,
|
|
div.sheet-mainBlock2Onglets,
|
|
div.sheet-mainBlock3Onglets
|
|
{
|
|
background-color:RGB(93,111,179);
|
|
padding-right:0px;
|
|
margin-left: 1px;
|
|
flex-wrap: wrap;
|
|
display:flex;
|
|
margin-right: -1px;
|
|
}
|
|
|
|
div.sheet-mainBlock1BigOnglets > div,
|
|
div.sheet-mainBlock2BigOnglets > div,
|
|
div.sheet-mainBlock3BigOnglets > div,
|
|
div.sheet-mainBlock4BigOnglets > div
|
|
{
|
|
width:100%;
|
|
display:flex;
|
|
}
|
|
|
|
div.sheet-mainBlock1BigOnglets > div label
|
|
{
|
|
width: 100%;
|
|
height: 28px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock1BigOnglets > div label input[type="checkbox"]
|
|
{
|
|
width: 100%;
|
|
height: 28px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-1px;
|
|
min-width:823px;
|
|
}
|
|
|
|
div.sheet-mainBlock2BigOnglets > div label
|
|
{
|
|
width: 50%;
|
|
height: 28px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock2BigOnglets > div label input[type="checkbox"]
|
|
{
|
|
width: 50%;
|
|
height: 28px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-1px;
|
|
min-width:411.5
|
|
}
|
|
|
|
div.sheet-mainBlock1BigOnglets > div label input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock2BigOnglets > div label input[type="checkbox"] ~ span::before
|
|
{
|
|
width: 100%;
|
|
line-height: 28px;
|
|
height: 28px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
margin-left:-1px;
|
|
}
|
|
|
|
div.sheet-mainBlock3BigOnglets > div label
|
|
{
|
|
width: 33.33%;
|
|
height: 28px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock3BigOnglets > div label input[type="checkbox"]
|
|
{
|
|
width: 33.33%;
|
|
height: 28px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-1px;
|
|
min-width:274.33px
|
|
}
|
|
|
|
div.sheet-mainBlock3BigOnglets > div label input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock4BigOnglets > div label input[type="checkbox"] ~ span::before
|
|
{
|
|
width: 100%;
|
|
line-height: 28px;
|
|
height: 28px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
margin-left:-1px;
|
|
}
|
|
|
|
div.sheet-mainBlock4BigOnglets > div label
|
|
{
|
|
width: 25%;
|
|
height: 28px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock4BigOnglets > div label input[type="checkbox"]
|
|
{
|
|
width: 25%;
|
|
height: 28px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-1px;
|
|
min-width:205.75px;
|
|
}
|
|
|
|
div.sheet-mainBlock1BigOnglets > div label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock2BigOnglets > div label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock3BigOnglets > div label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock4BigOnglets > div label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock1Onglets > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock2Onglets > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock3Onglets > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlockOptionsArmes > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlockOptionsCapacite > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlockOptionsGrenades > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock6Onglets > label input[type="checkbox"]:checked ~ span::before,
|
|
div.sheet-mainBlock4Way > div div.sheet-blockBouton label input[type="checkbox"]:checked ~ span::before
|
|
{
|
|
box-shadow: 0px 0px 7px 0px #000000 inset;
|
|
}
|
|
|
|
div.sheet-mainBlock1Onglets > label
|
|
{
|
|
width: 100%;
|
|
height: 21px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock1Onglets > label input[type="checkbox"]
|
|
{
|
|
width: calc(100% + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlock1Onglets > label.sheet-inSheetCol input[type="checkbox"]
|
|
{
|
|
width: calc(100% + 2px - 50% - 20px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
min-width:391.5px;
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock2Onglets > label
|
|
{
|
|
width: 50%;
|
|
height: 22px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock2Onglets > label input[type="checkbox"]
|
|
{
|
|
width: calc(50% + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlock3Onglets > label
|
|
{
|
|
width: 33.33%;
|
|
height: 22px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock3Onglets > label input[type="checkbox"]
|
|
{
|
|
width: calc(33.33% + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlock4Onglets > label input[type="checkbox"]
|
|
{
|
|
width: calc(25% + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Onglets
|
|
{
|
|
width:calc(100% - 2px);
|
|
background-color:RGB(93,111,179);
|
|
padding: 0px 1px 1px 1px;
|
|
flex-wrap: wrap;
|
|
margin-left:2px;
|
|
display:flex;
|
|
justify-content:space-around;
|
|
margin-top:2px;
|
|
}
|
|
|
|
div.sheet-mainBlock6OngletsCorrectionsForModules
|
|
{
|
|
width:100%;
|
|
background-color:white;
|
|
margin-left:0px;
|
|
justify-content:space-around;
|
|
margin-top:0px;
|
|
}
|
|
|
|
|
|
div.sheet-mainBlock1Onglets > label input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock2Onglets > label input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock3Onglets > label input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock6Onglets > label input[type="checkbox"] ~ span::before
|
|
{
|
|
width: 100%;
|
|
line-height: 21px;
|
|
height: 21px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: white;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
font-size:12px;
|
|
margin-left:-2px;
|
|
margin-top:-1px;
|
|
}
|
|
|
|
div.sheet-mainBlock1Onglets > label.sheet-Light input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock2Onglets > label.sheet-Light input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock3Onglets > label.sheet-Light input[type="checkbox"] ~ span::before,
|
|
div.sheet-mainBlock6Onglets > label.sheet-Light input[type="checkbox"] ~ span::before
|
|
{
|
|
background: RGB(213, 215, 237);
|
|
color: black;
|
|
}
|
|
|
|
div.sheet-mainBlock6Onglets > label
|
|
{
|
|
width: 15%;
|
|
height: 21px;
|
|
display: inline-block;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlock6Onglets > label input[type="checkbox"]
|
|
{
|
|
width: calc(15% + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div:not(:nth-of-type(1)):not(:nth-of-type(2))
|
|
{
|
|
height:40px;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div:not(:first-of-type) > h4
|
|
{
|
|
text-align:center;
|
|
line-height:23px;
|
|
width:15%;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div:not(:first-of-type) > h4:nth-of-type(2)
|
|
{
|
|
width:calc(40% - 22px);
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div > input[type="number"],
|
|
div.sheet-mainBlockAI > div > input[type="text"]
|
|
{
|
|
width:15%;
|
|
height:100%;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div > textarea
|
|
{
|
|
width: calc(40% - 23px);
|
|
margin: 0px;
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
resize: none;
|
|
line-height: 40px;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div:nth-of-type(12) > textarea
|
|
{
|
|
line-height: 20px;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div:nth-of-type(5),
|
|
div.sheet-mainBlockAI > div:nth-of-type(8),
|
|
div.sheet-mainBlockAI > div:nth-of-type(11),
|
|
div.sheet-mainBlockAI > div:nth-of-type(13)
|
|
{
|
|
margin-bottom:2px;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div > button[type="roll"]
|
|
{
|
|
height:calc(100% - 6px);
|
|
margin:0px;
|
|
}
|
|
|
|
div.sheet-mainBlockAI > div > input[type="number"],
|
|
div.sheet-mainBlockAI > div > input[type="text"]
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
div.sheet-blockSpecialAI > div
|
|
{
|
|
justify-content:space-around;
|
|
}
|
|
|
|
div.sheet-blockSpecialAI > div label
|
|
{
|
|
display:inline-block;
|
|
width:127px;
|
|
margin-top:2px;
|
|
}
|
|
|
|
div.sheet-optionASPNJ > div.sheet-subBlock5Way,
|
|
div.sheet-optionASPNJ > div.sheet-subBlockFieldset
|
|
{
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
border-top: 1px solid RGB(93,111,179);
|
|
background-color: RGB(213, 215, 237);
|
|
}
|
|
|
|
div.sheet-optionASPNJ > div.sheet-subBlock5Way > div.sheet-block,
|
|
div.sheet-optionASPNJ > div.sheet-subBlock5Way > div.sheet-blockButton,
|
|
div.sheet-optionASPNJ > div.sheet-subBlockFieldset > div.sheet-block,
|
|
div.sheet-optionASPNJ > div.sheet-subBlockFieldset > div.sheet-blockButton
|
|
{
|
|
margin-top:-1px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes,
|
|
div.sheet-mainBlockOptionsCapacite,
|
|
div.sheet-mainBlockOptionsGrenades
|
|
{
|
|
width:100%;
|
|
background-color:RGB(213, 215, 237);
|
|
padding: 0px 1px 1px 1px;
|
|
flex-wrap: wrap;
|
|
justify-content:space-around;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsGrenades > label
|
|
{
|
|
width: 200px;
|
|
height: 21px;
|
|
display: inline-block;
|
|
margin: 2px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsGrenades > label input[type="checkbox"]
|
|
{
|
|
width: calc(200px + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsGrenades > label input[type="checkbox"] ~ span::before
|
|
{
|
|
width: 200px;
|
|
line-height: 21px;
|
|
height: 21px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
font-size:12px;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes,
|
|
div.sheet-mainBlockOptionsCapacite
|
|
{
|
|
padding-top:2px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label
|
|
{
|
|
width: 123px;
|
|
height: 21px;
|
|
display: inline-block;
|
|
margin: 2px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-simple input[type="checkbox"]
|
|
{
|
|
width: calc(123px + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-simple input[type="checkbox"] ~ span::before
|
|
{
|
|
width: 123px;
|
|
line-height: 21px;
|
|
height: 21px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
font-size:12px;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-double input[type="checkbox"]
|
|
{
|
|
width: calc(123px + 1px - 29px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-1px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-double input[type="checkbox"] ~ span::before
|
|
{
|
|
width: calc(123px - 30px);
|
|
line-height: 21px;
|
|
height: 21px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
font-size: 12px;
|
|
margin-left: -2px;
|
|
padding-right: 25px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-double input[type="number"]
|
|
{
|
|
width: 30px;
|
|
height: 23px;
|
|
border-top: 1px solid black;
|
|
border-right: 1px solid black;
|
|
border-bottom: 1px solid black;
|
|
border-left: none;
|
|
border-radius: 0px;
|
|
text-align: center;
|
|
position: absolute;
|
|
margin-left: -25px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-doubleTexte input[type="checkbox"]
|
|
{
|
|
width: calc(123px + 1px - 59px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-1px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-doubleTexte input[type="checkbox"] ~ span::before
|
|
{
|
|
width: calc(123px - 60px);
|
|
line-height: 21px;
|
|
height: 21px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
font-size: 12px;
|
|
margin-left: -2px;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsArmes > label.sheet-doubleTexte input[type="text"]
|
|
{
|
|
width: 60px;
|
|
height: 23px;
|
|
border-top: 1px solid black;
|
|
border-right: 1px solid black;
|
|
border-bottom: 1px solid black;
|
|
border-left: none;
|
|
border-radius: 0px;
|
|
text-align: center;
|
|
position: absolute;
|
|
margin-left: -30px;
|
|
}
|
|
div.sheet-mainBlockOptionsCapacite
|
|
{
|
|
margin-left: 1px;
|
|
margin-right: 1px;
|
|
margin-bottom: 1px;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsCapacite > label
|
|
{
|
|
width: 155px;
|
|
height: 21px;
|
|
display: inline-block;
|
|
margin: 2px;
|
|
padding: 0px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsCapacite > label.sheet-simple input[type="checkbox"]
|
|
{
|
|
width: calc(155px + 2px);
|
|
height: 23px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlockOptionsCapacite > label.sheet-simple input[type="checkbox"] ~ span::before
|
|
{
|
|
width: 155px;
|
|
line-height: 21px;
|
|
height: 21px;
|
|
text-align: center !important;
|
|
background: RGB(93,111,179);
|
|
color: White;
|
|
padding: 0px;
|
|
display: inline-block;
|
|
content: attr(title);
|
|
border: 1px solid black;
|
|
font-size:12px;
|
|
margin-left:-2px;
|
|
}
|
|
|
|
div.sheet-mainBlockDivided
|
|
{
|
|
background-color:RGB(93,111,179);
|
|
justify-content: space-between;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
input.sheet-carteDestin[value="1"] ~ div div.sheet-carteDestin,
|
|
input.sheet-capaciteHeroique[value="2"] ~ div div.sheet-capaciteHeroique,
|
|
input.sheet-armureListe[value="sans"] ~ div div.sheet-Sans,
|
|
input.sheet-armureListe[value="guardian"] ~ div div.sheet-Guardian,
|
|
input.sheet-armureListe[value="barbarian"] ~ div div.sheet-Barbarian,
|
|
input.sheet-armureListe[value="bard"] ~ div div.sheet-Bard,
|
|
input.sheet-armureListe[value="druid"] ~ div div.sheet-Druid,
|
|
input.sheet-armureListe[value="monk"] ~ div div.sheet-Monk,
|
|
input.sheet-armureListe[value="necromancer"] ~ div div.sheet-Necromancer,
|
|
input.sheet-armureListe[value="paladin"] ~ div .sheet-Paladin,
|
|
input.sheet-armureListe[value="priest"] ~ div div.sheet-Priest,
|
|
input.sheet-armureListe[value="psion"] ~ div div.sheet-Psion,
|
|
input.sheet-armureListe[value="ranger"] ~ div div.sheet-Ranger,
|
|
input.sheet-armureListe[value="rogue"] ~ div div.sheet-Rogue,
|
|
input.sheet-armureListe[value="sorcerer"] ~ div div.sheet-Sorcerer,
|
|
input.sheet-armureListe[value="warmaster"] ~ div div.sheet-Warmaster,
|
|
input.sheet-armureListe[value="warrior"] ~ div div.sheet-Warrior,
|
|
input.sheet-armureListe[value="wizard"] ~ div div.sheet-Wizard,
|
|
input.sheet-tabDistance[value="1"] ~ div div.sheet-tabDistance,
|
|
input.sheet-tabContact[value="2"] ~ div div.sheet-tabContact,
|
|
input.sheet-tabAutre[value="3"] ~ div div.sheet-tabAutre,
|
|
input.sheet-tabEquipementDefensif[value="4"] ~ div div.sheet-tabEquipementDefensif,
|
|
input.sheet-ranger50-2[value="0"] ~ div div.sheet-rangerNot50-2,
|
|
input.sheet-ranger50-2[value="on"] ~ div div.sheet-ranger50-2,
|
|
input.sheet-ranger100[value="0"] ~ div div div.sheet-rangerNot100,
|
|
input.sheet-ranger100[value="on"] ~ div div div.sheet-ranger100,
|
|
input.sheet-psion150[value="on"] ~ div div.sheet-psion150,
|
|
input.sheet-psion150[value="0"] ~ div div.sheet-psionNot150,
|
|
input.sheet-psion150[value=""] ~ div div.sheet-psionNot150,
|
|
input.sheet-wizard150[value="0"] ~ div div.sheet-wizardNot150,
|
|
input.sheet-wizard150[value=""] ~ div div.sheet-wizardNot150,
|
|
input.sheet-wizard150[value="on"] ~ div div.sheet-wizard150,
|
|
input.sheet-wizard250[value="0"] ~ div div.sheet-wizardNot250,
|
|
input.sheet-wizard250[value=""] ~ div div.sheet-wizardNot250,
|
|
input.sheet-wizard250[value="on"] ~ div div.sheet-wizard250,
|
|
input.sheet-psion200[value="on"] ~ div div.sheet-psion200,
|
|
input.sheet-psion200[value="0"] ~ div div.sheet-psionNot200,
|
|
input.sheet-psion200[value=""] ~ div div.sheet-psionNot200,
|
|
input.sheet-warmaster200[value="0"] ~ div div.sheet-warmasterNot200,
|
|
input.sheet-warmaster200[value=""] ~ div div.sheet-warmasterNot200,
|
|
input.sheet-warmaster200[value="on"] ~ div div.sheet-warmaster200,
|
|
input.sheet-warrior200[value=""] ~ div div.sheet-warriorNot200,
|
|
input.sheet-warrior200[value="0"] ~ div div.sheet-warriorNot200,
|
|
input.sheet-warrior200[value="on"] ~ div div.sheet-warrior200,
|
|
input.sheet-bard250[value="on"] ~ div div.sheet-bard250,
|
|
input.sheet-sorcerer250[value=""] ~ div div.sheet-sorcererNot250,
|
|
input.sheet-sorcerer250[value="0"] ~ div div.sheet-sorcererNot250,
|
|
input.sheet-sorcerer250[value="on"] ~ div div.sheet-sorcerer250,
|
|
input.sheet-sorcerer250[value="1"] ~ div div.sheet-sorcerer250,
|
|
input.sheet-paladinWatchtower[value^="0"] ~ div div .sheet-paladinNotWatchtower,
|
|
input.sheet-paladinWatchtower[value^="Activ"] ~ div div .sheet-paladinWatchtower,
|
|
input.sheet-druidCompagnonsChoix[value="lion"] ~ div div div.sheet-druidCompagnonsLion,
|
|
input.sheet-druidCompagnonsChoix[value="crow"] ~ div div div.sheet-druidCompagnonsCrow,
|
|
input.sheet-druidCompagnonsChoix[value="wolf"] ~ div div div.sheet-druidCompagnonsWolf,
|
|
input.sheet-druidCompagnonsOptionsLion[value="1"] ~ div div div div div.sheet-druidCompagnonsLionArmes,
|
|
input.sheet-druidCompagnonsOptionsLion[value="2"] ~ div div div div div.sheet-druidCompagnonsLionModules,
|
|
input.sheet-druidCompagnonsOptionsLion[value="3"] ~ div div div div div.sheet-druidCompagnonsLionEvolutions,
|
|
input.sheet-druidCompagnonsOptionsWolf[value="3"] ~ div div div div div.sheet-druidCompagnonsWolfEvolutions,
|
|
input.sheet-druidCompagnonsOptionsCrow[value="3"] ~ div div div div div.sheet-druidCompagnonsCrowEvolutions,
|
|
input.sheet-druidCompagnonsModulesTete[value="1"] ~ div div div div.sheet-druidCompagnonsModulesTete,
|
|
input.sheet-druidCompagnonsModulesTorse[value="1"] ~ div div div div.sheet-druidCompagnonsModulesTorse,
|
|
input.sheet-druidCompagnonsModulesBG[value="1"] ~ div div div div.sheet-druidCompagnonsModulesBG,
|
|
input.sheet-druidCompagnonsModulesBD[value="1"] ~ div div div div.sheet-druidCompagnonsModulesBD,
|
|
input.sheet-druidCompagnonsModulesJG[value="1"] ~ div div div div.sheet-druidCompagnonsModulesJG,
|
|
input.sheet-druidCompagnonsModulesJD[value="1"] ~ div div div div.sheet-druidCompagnonsModulesJD,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Labor"] ~ div div div div.sheet-druidCompagnonsWolfLabor,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Medic"] ~ div div div div.sheet-druidCompagnonsWolfMedic,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Tech"] ~ div div div div.sheet-druidCompagnonsWolfTech,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Fighter"] ~ div div div div.sheet-druidCompagnonsWolfFighter,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Recon"] ~ div div div div.sheet-druidCompagnonsWolfRecon,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Labor"] ~ div div div div div.sheet-druidCompagnonsWolfLabor,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Medic"] ~ div div div div div.sheet-druidCompagnonsWolfMedic,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Tech"] ~ div div div div div.sheet-druidCompagnonsWolfTech,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Fighter"] ~ div div div div div.sheet-druidCompagnonsWolfFighter,
|
|
input.sheet-druidCompagnonsWolfConfigurations[value="Recon"] ~ div div div div div.sheet-druidCompagnonsWolfRecon,
|
|
input.sheet-druidCompagnonsWolfLaborN[value="1"] ~ div div div div div.sheet-druidCompagnonsWolfLaborN1,
|
|
input.sheet-druidCompagnonsWolfLaborN[value="2"] ~ div div div div div.sheet-druidCompagnonsWolfLaborN2,
|
|
input.sheet-druidCompagnonsWolfLaborN[value="3"] ~ div div div div div.sheet-druidCompagnonsWolfLaborN3,
|
|
input.sheet-druidCompagnonsWolfMedicN[value="1"] ~ div div div div div.sheet-druidCompagnonsWolfMedicN1,
|
|
input.sheet-druidCompagnonsWolfMedicN[value="2"] ~ div div div div div.sheet-druidCompagnonsWolfMedicN2,
|
|
input.sheet-druidCompagnonsWolfMedicN[value="3"] ~ div div div div div.sheet-druidCompagnonsWolfMedicN3,
|
|
input.sheet-druidCompagnonsWolfTechN[value="1"] ~ div div div div div.sheet-druidCompagnonsWolfTechN1,
|
|
input.sheet-druidCompagnonsWolfTechN[value="2"] ~ div div div div div.sheet-druidCompagnonsWolfTechN2,
|
|
input.sheet-druidCompagnonsWolfTechN[value="3"] ~ div div div div div.sheet-druidCompagnonsWolfTechN3,
|
|
input.sheet-druidCompagnonsWolfFighterN[value="1"] ~ div div div div div.sheet-druidCompagnonsWolfFighterN1,
|
|
input.sheet-druidCompagnonsWolfFighterN[value="2"] ~ div div div div div.sheet-druidCompagnonsWolfFighterN2,
|
|
input.sheet-druidCompagnonsWolfFighterN[value="3"] ~ div div div div div.sheet-druidCompagnonsWolfFighterN3,
|
|
input.sheet-druidCompagnonsWolfReconN[value="1"] ~ div div div div div.sheet-druidCompagnonsWolfReconN1,
|
|
input.sheet-druidCompagnonsWolfReconN[value="2"] ~ div div div div div.sheet-druidCompagnonsWolfReconN2,
|
|
input.sheet-druidCompagnonsWolfReconN[value="3"] ~ div div div div div.sheet-druidCompagnonsWolfReconN3,
|
|
input.sheet-druidCompagnonsWolfLaborN[value="1"] ~ div div div div p.sheet-druidCompagnonsWolfLaborN1,
|
|
input.sheet-druidCompagnonsWolfLaborN[value="2"] ~ div div div div p.sheet-druidCompagnonsWolfLaborN2,
|
|
input.sheet-druidCompagnonsWolfLaborN[value="3"] ~ div div div div p.sheet-druidCompagnonsWolfLaborN3,
|
|
input.sheet-druidCompagnonsWolfMedicN[value="1"] ~ div div div div p.sheet-druidCompagnonsWolfMedicN1,
|
|
input.sheet-druidCompagnonsWolfMedicN[value="2"] ~ div div div div p.sheet-druidCompagnonsWolfMedicN2,
|
|
input.sheet-druidCompagnonsWolfMedicN[value="3"] ~ div div div div p.sheet-druidCompagnonsWolfMedicN3,
|
|
input.sheet-druidCompagnonsWolfTechN[value="1"] ~ div div div div p.sheet-druidCompagnonsWolfTechN1,
|
|
input.sheet-druidCompagnonsWolfTechN[value="2"] ~ div div div div p.sheet-druidCompagnonsWolfTechN2,
|
|
input.sheet-druidCompagnonsWolfTechN[value="3"] ~ div div div div p.sheet-druidCompagnonsWolfTechN3,
|
|
input.sheet-druidCompagnonsWolfFighterN[value="1"] ~ div div div div p.sheet-druidCompagnonsWolfFighterN1,
|
|
input.sheet-druidCompagnonsWolfFighterN[value="2"] ~ div div div div p.sheet-druidCompagnonsWolfFighterN2,
|
|
input.sheet-druidCompagnonsWolfFighterN[value="3"] ~ div div div div p.sheet-druidCompagnonsWolfFighterN3,
|
|
input.sheet-druidCompagnonsWolfReconN[value="1"] ~ div div div div p.sheet-druidCompagnonsWolfReconN1,
|
|
input.sheet-druidCompagnonsWolfReconN[value="2"] ~ div div div div p.sheet-druidCompagnonsWolfReconN2,
|
|
input.sheet-druidCompagnonsWolfReconN[value="3"] ~ div div div div p.sheet-druidCompagnonsWolfReconN3,
|
|
input.sheet-warmasterImpAction[value="on"] ~ div div.sheet-warmasterImpAction,
|
|
input.sheet-warmasterImpEsquive[value="on"] ~ div div.sheet-warmasterImpEsquive,
|
|
input.sheet-warmasterImpForce[value="on"] ~ div div.sheet-warmasterImpForce,
|
|
input.sheet-warmasterImpGuerre[value="on"] ~ div div.sheet-warmasterImpGuerre,
|
|
input.sheet-warmasterImpEnergie[value="on"] ~ div div.sheet-warmasterImpEnergie,
|
|
input.sheet-warriorSoldier[value="on"] ~ div div.sheet-warriorSoldier,
|
|
input.sheet-warriorHunter[value="on"] ~ div div.sheet-warriorHunter,
|
|
input.sheet-warriorScholar[value="on"] ~ div div.sheet-warriorScholar,
|
|
input.sheet-warriorHerald[value="on"] ~ div div.sheet-warriorHerald,
|
|
input.sheet-warriorScout[value="on"] ~ div div.sheet-warriorScout,
|
|
input.sheet-modulesTete[value="1"] ~ div div.sheet-modulesTete,
|
|
input.sheet-modulesTorse[value="1"] ~ div div.sheet-modulesTorse,
|
|
input.sheet-modulesBD[value="1"] ~ div div.sheet-modulesBD,
|
|
input.sheet-modulesBG[value="1"] ~ div div.sheet-modulesBG,
|
|
input.sheet-modulesJD[value="1"] ~ div div.sheet-modulesJD,
|
|
input.sheet-modulesJG[value="1"] ~ div div.sheet-modulesJG,
|
|
input.sheet-ODDeplAfficher[value="on"] ~ div div.sheet-ODDeplAfficher,
|
|
input.sheet-ODDepl[value="1"] ~ div div.sheet-ODDepl,
|
|
input.sheet-ODDepl[value="2"] ~ div div.sheet-ODDepl,
|
|
input.sheet-ODDepl[value="3"] ~ div div.sheet-ODDepl,
|
|
input.sheet-ODDepl[value="4"] ~ div div.sheet-ODDepl,
|
|
input.sheet-ODDepl[value="5"] ~ div div.sheet-ODDepl,
|
|
input.sheet-ODDepl[value="1"] ~ div div.sheet-ODDepl1,
|
|
input.sheet-ODDepl[value="2"] ~ div div.sheet-ODDepl1,
|
|
input.sheet-ODDepl[value="2"] ~ div div.sheet-ODDepl2,
|
|
input.sheet-ODDepl[value="3"] ~ div div.sheet-ODDepl1,
|
|
input.sheet-ODDepl[value="3"] ~ div div.sheet-ODDepl2,
|
|
input.sheet-ODDepl[value="3"] ~ div div.sheet-ODDepl3,
|
|
input.sheet-ODDepl[value="4"] ~ div div.sheet-ODDepl1,
|
|
input.sheet-ODDepl[value="4"] ~ div div.sheet-ODDepl2,
|
|
input.sheet-ODDepl[value="4"] ~ div div.sheet-ODDepl3,
|
|
input.sheet-ODDepl[value="4"] ~ div div.sheet-ODDepl4,
|
|
input.sheet-ODDepl[value="5"] ~ div div.sheet-ODDepl1,
|
|
input.sheet-ODDepl[value="5"] ~ div div.sheet-ODDepl2,
|
|
input.sheet-ODDepl[value="5"] ~ div div.sheet-ODDepl3,
|
|
input.sheet-ODDepl[value="5"] ~ div div.sheet-ODDepl4,
|
|
input.sheet-ODDepl[value="5"] ~ div div.sheet-ODDepl5,
|
|
input.sheet-ODForAfficher[value="on"] ~ div div.sheet-ODForAfficher,
|
|
input.sheet-ODFor[value="1"] ~ div div.sheet-ODFor,
|
|
input.sheet-ODFor[value="2"] ~ div div.sheet-ODFor,
|
|
input.sheet-ODFor[value="3"] ~ div div.sheet-ODFor,
|
|
input.sheet-ODFor[value="4"] ~ div div.sheet-ODFor,
|
|
input.sheet-ODFor[value="5"] ~ div div.sheet-ODFor,
|
|
input.sheet-ODFor[value="1"] ~ div div.sheet-ODFor1,
|
|
input.sheet-ODFor[value="2"] ~ div div.sheet-ODFor1,
|
|
input.sheet-ODFor[value="2"] ~ div div.sheet-ODFor2,
|
|
input.sheet-ODFor[value="3"] ~ div div.sheet-ODFor1,
|
|
input.sheet-ODFor[value="3"] ~ div div.sheet-ODFor2,
|
|
input.sheet-ODFor[value="3"] ~ div div.sheet-ODFor3,
|
|
input.sheet-ODFor[value="4"] ~ div div.sheet-ODFor1,
|
|
input.sheet-ODFor[value="4"] ~ div div.sheet-ODFor2,
|
|
input.sheet-ODFor[value="4"] ~ div div.sheet-ODFor3,
|
|
input.sheet-ODFor[value="4"] ~ div div.sheet-ODFor4,
|
|
input.sheet-ODFor[value="5"] ~ div div.sheet-ODFor1,
|
|
input.sheet-ODFor[value="5"] ~ div div.sheet-ODFor2,
|
|
input.sheet-ODFor[value="5"] ~ div div.sheet-ODFor3,
|
|
input.sheet-ODFor[value="5"] ~ div div.sheet-ODFor4,
|
|
input.sheet-ODFor[value="5"] ~ div div.sheet-ODFor5,
|
|
input.sheet-ODEndAfficher[value="on"] ~ div div.sheet-ODEndAfficher,
|
|
input.sheet-ODEnd[value="1"] ~ div div.sheet-ODEnd,
|
|
input.sheet-ODEnd[value="2"] ~ div div.sheet-ODEnd,
|
|
input.sheet-ODEnd[value="3"] ~ div div.sheet-ODEnd,
|
|
input.sheet-ODEnd[value="4"] ~ div div.sheet-ODEnd,
|
|
input.sheet-ODEnd[value="5"] ~ div div.sheet-ODEnd,
|
|
input.sheet-ODEnd[value="1"] ~ div div.sheet-ODEnd1,
|
|
input.sheet-ODEnd[value="2"] ~ div div.sheet-ODEnd1,
|
|
input.sheet-ODEnd[value="2"] ~ div div.sheet-ODEnd2,
|
|
input.sheet-ODEnd[value="3"] ~ div div.sheet-ODEnd1,
|
|
input.sheet-ODEnd[value="3"] ~ div div.sheet-ODEnd2,
|
|
input.sheet-ODEnd[value="3"] ~ div div.sheet-ODEnd3,
|
|
input.sheet-ODEnd[value="4"] ~ div div.sheet-ODEnd1,
|
|
input.sheet-ODEnd[value="4"] ~ div div.sheet-ODEnd2,
|
|
input.sheet-ODEnd[value="4"] ~ div div.sheet-ODEnd3,
|
|
input.sheet-ODEnd[value="4"] ~ div div.sheet-ODEnd4,
|
|
input.sheet-ODEnd[value="5"] ~ div div.sheet-ODEnd1,
|
|
input.sheet-ODEnd[value="5"] ~ div div.sheet-ODEnd2,
|
|
input.sheet-ODEnd[value="5"] ~ div div.sheet-ODEnd3,
|
|
input.sheet-ODEnd[value="5"] ~ div div.sheet-ODEnd4,
|
|
input.sheet-ODEnd[value="5"] ~ div div.sheet-ODEnd5,
|
|
input.sheet-ODHarAfficher[value="on"] ~ div div.sheet-ODHarAfficher,
|
|
input.sheet-ODHar[value="1"] ~ div div.sheet-ODHar,
|
|
input.sheet-ODHar[value="2"] ~ div div.sheet-ODHar,
|
|
input.sheet-ODHar[value="3"] ~ div div.sheet-ODHar,
|
|
input.sheet-ODHar[value="4"] ~ div div.sheet-ODHar,
|
|
input.sheet-ODHar[value="5"] ~ div div.sheet-ODHar,
|
|
input.sheet-ODHar[value="1"] ~ div div.sheet-ODHar1,
|
|
input.sheet-ODHar[value="2"] ~ div div.sheet-ODHar1,
|
|
input.sheet-ODHar[value="2"] ~ div div.sheet-ODHar2,
|
|
input.sheet-ODHar[value="3"] ~ div div.sheet-ODHar1,
|
|
input.sheet-ODHar[value="3"] ~ div div.sheet-ODHar2,
|
|
input.sheet-ODHar[value="3"] ~ div div.sheet-ODHar3,
|
|
input.sheet-ODHar[value="4"] ~ div div.sheet-ODHar1,
|
|
input.sheet-ODHar[value="4"] ~ div div.sheet-ODHar2,
|
|
input.sheet-ODHar[value="4"] ~ div div.sheet-ODHar3,
|
|
input.sheet-ODHar[value="4"] ~ div div.sheet-ODHar4,
|
|
input.sheet-ODHar[value="5"] ~ div div.sheet-ODHar1,
|
|
input.sheet-ODHar[value="5"] ~ div div.sheet-ODHar2,
|
|
input.sheet-ODHar[value="5"] ~ div div.sheet-ODHar3,
|
|
input.sheet-ODHar[value="5"] ~ div div.sheet-ODHar4,
|
|
input.sheet-ODHar[value="5"] ~ div div.sheet-ODHar5,
|
|
input.sheet-ODComAfficher[value="on"] ~ div div.sheet-ODComAfficher,
|
|
input.sheet-ODCom[value="1"] ~ div div.sheet-ODCom,
|
|
input.sheet-ODCom[value="2"] ~ div div.sheet-ODCom,
|
|
input.sheet-ODCom[value="3"] ~ div div.sheet-ODCom,
|
|
input.sheet-ODCom[value="4"] ~ div div.sheet-ODCom,
|
|
input.sheet-ODCom[value="5"] ~ div div.sheet-ODCom,
|
|
input.sheet-ODCom[value="1"] ~ div div.sheet-ODCom1,
|
|
input.sheet-ODCom[value="2"] ~ div div.sheet-ODCom1,
|
|
input.sheet-ODCom[value="2"] ~ div div.sheet-ODCom2,
|
|
input.sheet-ODCom[value="3"] ~ div div.sheet-ODCom1,
|
|
input.sheet-ODCom[value="3"] ~ div div.sheet-ODCom2,
|
|
input.sheet-ODCom[value="3"] ~ div div.sheet-ODCom3,
|
|
input.sheet-ODCom[value="4"] ~ div div.sheet-ODCom1,
|
|
input.sheet-ODCom[value="4"] ~ div div.sheet-ODCom2,
|
|
input.sheet-ODCom[value="4"] ~ div div.sheet-ODCom3,
|
|
input.sheet-ODCom[value="4"] ~ div div.sheet-ODCom4,
|
|
input.sheet-ODCom[value="5"] ~ div div.sheet-ODCom1,
|
|
input.sheet-ODCom[value="5"] ~ div div.sheet-ODCom2,
|
|
input.sheet-ODCom[value="5"] ~ div div.sheet-ODCom3,
|
|
input.sheet-ODCom[value="5"] ~ div div.sheet-ODCom4,
|
|
input.sheet-ODCom[value="5"] ~ div div.sheet-ODCom5,
|
|
input.sheet-ODInsAfficher[value="on"] ~ div div.sheet-ODInsAfficher,
|
|
input.sheet-ODIns[value="1"] ~ div div.sheet-ODIns,
|
|
input.sheet-ODIns[value="2"] ~ div div.sheet-ODIns,
|
|
input.sheet-ODIns[value="3"] ~ div div.sheet-ODIns,
|
|
input.sheet-ODIns[value="4"] ~ div div.sheet-ODIns,
|
|
input.sheet-ODIns[value="5"] ~ div div.sheet-ODIns,
|
|
input.sheet-ODIns[value="1"] ~ div div.sheet-ODIns1,
|
|
input.sheet-ODIns[value="2"] ~ div div.sheet-ODIns1,
|
|
input.sheet-ODIns[value="2"] ~ div div.sheet-ODIns2,
|
|
input.sheet-ODIns[value="3"] ~ div div.sheet-ODIns1,
|
|
input.sheet-ODIns[value="3"] ~ div div.sheet-ODIns2,
|
|
input.sheet-ODIns[value="3"] ~ div div.sheet-ODIns3,
|
|
input.sheet-ODIns[value="4"] ~ div div.sheet-ODIns1,
|
|
input.sheet-ODIns[value="4"] ~ div div.sheet-ODIns2,
|
|
input.sheet-ODIns[value="4"] ~ div div.sheet-ODIns3,
|
|
input.sheet-ODIns[value="4"] ~ div div.sheet-ODIns4,
|
|
input.sheet-ODIns[value="5"] ~ div div.sheet-ODIns1,
|
|
input.sheet-ODIns[value="5"] ~ div div.sheet-ODIns2,
|
|
input.sheet-ODIns[value="5"] ~ div div.sheet-ODIns3,
|
|
input.sheet-ODIns[value="5"] ~ div div.sheet-ODIns4,
|
|
input.sheet-ODIns[value="5"] ~ div div.sheet-ODIns5,
|
|
input.sheet-ODTirAfficher[value="on"] ~ div div.sheet-ODTirAfficher,
|
|
input.sheet-ODTir[value="1"] ~ div div.sheet-ODTir,
|
|
input.sheet-ODTir[value="2"] ~ div div.sheet-ODTir,
|
|
input.sheet-ODTir[value="3"] ~ div div.sheet-ODTir,
|
|
input.sheet-ODTir[value="4"] ~ div div.sheet-ODTir,
|
|
input.sheet-ODTir[value="5"] ~ div div.sheet-ODTir,
|
|
input.sheet-ODTir[value="1"] ~ div div.sheet-ODTir1,
|
|
input.sheet-ODTir[value="2"] ~ div div.sheet-ODTir1,
|
|
input.sheet-ODTir[value="2"] ~ div div.sheet-ODTir2,
|
|
input.sheet-ODTir[value="3"] ~ div div.sheet-ODTir1,
|
|
input.sheet-ODTir[value="3"] ~ div div.sheet-ODTir2,
|
|
input.sheet-ODTir[value="3"] ~ div div.sheet-ODTir3,
|
|
input.sheet-ODTir[value="4"] ~ div div.sheet-ODTir1,
|
|
input.sheet-ODTir[value="4"] ~ div div.sheet-ODTir2,
|
|
input.sheet-ODTir[value="4"] ~ div div.sheet-ODTir3,
|
|
input.sheet-ODTir[value="4"] ~ div div.sheet-ODTir4,
|
|
input.sheet-ODTir[value="5"] ~ div div.sheet-ODTir1,
|
|
input.sheet-ODTir[value="5"] ~ div div.sheet-ODTir2,
|
|
input.sheet-ODTir[value="5"] ~ div div.sheet-ODTir3,
|
|
input.sheet-ODTir[value="5"] ~ div div.sheet-ODTir4,
|
|
input.sheet-ODTir[value="5"] ~ div div.sheet-ODTir5,
|
|
input.sheet-ODSavAfficher[value="on"] ~ div div.sheet-ODSavAfficher,
|
|
input.sheet-ODSav[value="1"] ~ div div.sheet-ODSav,
|
|
input.sheet-ODSav[value="2"] ~ div div.sheet-ODSav,
|
|
input.sheet-ODSav[value="3"] ~ div div.sheet-ODSav,
|
|
input.sheet-ODSav[value="4"] ~ div div.sheet-ODSav,
|
|
input.sheet-ODSav[value="5"] ~ div div.sheet-ODSav,
|
|
input.sheet-ODSav[value="1"] ~ div div.sheet-ODSav1,
|
|
input.sheet-ODSav[value="2"] ~ div div.sheet-ODSav1,
|
|
input.sheet-ODSav[value="2"] ~ div div.sheet-ODSav2,
|
|
input.sheet-ODSav[value="3"] ~ div div.sheet-ODSav1,
|
|
input.sheet-ODSav[value="3"] ~ div div.sheet-ODSav2,
|
|
input.sheet-ODSav[value="3"] ~ div div.sheet-ODSav3,
|
|
input.sheet-ODSav[value="4"] ~ div div.sheet-ODSav1,
|
|
input.sheet-ODSav[value="4"] ~ div div.sheet-ODSav2,
|
|
input.sheet-ODSav[value="4"] ~ div div.sheet-ODSav3,
|
|
input.sheet-ODSav[value="4"] ~ div div.sheet-ODSav4,
|
|
input.sheet-ODSav[value="5"] ~ div div.sheet-ODSav1,
|
|
input.sheet-ODSav[value="5"] ~ div div.sheet-ODSav2,
|
|
input.sheet-ODSav[value="5"] ~ div div.sheet-ODSav3,
|
|
input.sheet-ODSav[value="5"] ~ div div.sheet-ODSav4,
|
|
input.sheet-ODSav[value="5"] ~ div div.sheet-ODSav5,
|
|
input.sheet-ODTecAfficher[value="on"] ~ div div.sheet-ODTecAfficher,
|
|
input.sheet-ODTec[value="1"] ~ div div.sheet-ODTec,
|
|
input.sheet-ODTec[value="2"] ~ div div.sheet-ODTec,
|
|
input.sheet-ODTec[value="3"] ~ div div.sheet-ODTec,
|
|
input.sheet-ODTec[value="4"] ~ div div.sheet-ODTec,
|
|
input.sheet-ODTec[value="5"] ~ div div.sheet-ODTec,
|
|
input.sheet-ODTec[value="1"] ~ div div.sheet-ODTec1,
|
|
input.sheet-ODTec[value="2"] ~ div div.sheet-ODTec1,
|
|
input.sheet-ODTec[value="2"] ~ div div.sheet-ODTec2,
|
|
input.sheet-ODTec[value="3"] ~ div div.sheet-ODTec1,
|
|
input.sheet-ODTec[value="3"] ~ div div.sheet-ODTec2,
|
|
input.sheet-ODTec[value="3"] ~ div div.sheet-ODTec3,
|
|
input.sheet-ODTec[value="4"] ~ div div.sheet-ODTec1,
|
|
input.sheet-ODTec[value="4"] ~ div div.sheet-ODTec2,
|
|
input.sheet-ODTec[value="4"] ~ div div.sheet-ODTec3,
|
|
input.sheet-ODTec[value="4"] ~ div div.sheet-ODTec4,
|
|
input.sheet-ODTec[value="5"] ~ div div.sheet-ODTec1,
|
|
input.sheet-ODTec[value="5"] ~ div div.sheet-ODTec2,
|
|
input.sheet-ODTec[value="5"] ~ div div.sheet-ODTec3,
|
|
input.sheet-ODTec[value="5"] ~ div div.sheet-ODTec4,
|
|
input.sheet-ODTec[value="5"] ~ div div.sheet-ODTec5,
|
|
input.sheet-ODAurAfficher[value="on"] ~ div div.sheet-ODAurAfficher,
|
|
input.sheet-ODAur[value="1"] ~ div div.sheet-ODAur,
|
|
input.sheet-ODAur[value="2"] ~ div div.sheet-ODAur,
|
|
input.sheet-ODAur[value="3"] ~ div div.sheet-ODAur,
|
|
input.sheet-ODAur[value="4"] ~ div div.sheet-ODAur,
|
|
input.sheet-ODAur[value="5"] ~ div div.sheet-ODAur,
|
|
input.sheet-ODAur[value="1"] ~ div div.sheet-ODAur1,
|
|
input.sheet-ODAur[value="2"] ~ div div.sheet-ODAur1,
|
|
input.sheet-ODAur[value="2"] ~ div div.sheet-ODAur2,
|
|
input.sheet-ODAur[value="3"] ~ div div.sheet-ODAur1,
|
|
input.sheet-ODAur[value="3"] ~ div div.sheet-ODAur2,
|
|
input.sheet-ODAur[value="3"] ~ div div.sheet-ODAur3,
|
|
input.sheet-ODAur[value="4"] ~ div div.sheet-ODAur1,
|
|
input.sheet-ODAur[value="4"] ~ div div.sheet-ODAur2,
|
|
input.sheet-ODAur[value="4"] ~ div div.sheet-ODAur3,
|
|
input.sheet-ODAur[value="4"] ~ div div.sheet-ODAur4,
|
|
input.sheet-ODAur[value="5"] ~ div div.sheet-ODAur1,
|
|
input.sheet-ODAur[value="5"] ~ div div.sheet-ODAur2,
|
|
input.sheet-ODAur[value="5"] ~ div div.sheet-ODAur3,
|
|
input.sheet-ODAur[value="5"] ~ div div.sheet-ODAur4,
|
|
input.sheet-ODAur[value="5"] ~ div div.sheet-ODAur5,
|
|
input.sheet-ODParAfficher[value="on"] ~ div div.sheet-ODParAfficher,
|
|
input.sheet-ODPar[value="1"] ~ div div.sheet-ODPar,
|
|
input.sheet-ODPar[value="2"] ~ div div.sheet-ODPar,
|
|
input.sheet-ODPar[value="3"] ~ div div.sheet-ODPar,
|
|
input.sheet-ODPar[value="4"] ~ div div.sheet-ODPar,
|
|
input.sheet-ODPar[value="5"] ~ div div.sheet-ODPar,
|
|
input.sheet-ODPar[value="1"] ~ div div.sheet-ODPar1,
|
|
input.sheet-ODPar[value="2"] ~ div div.sheet-ODPar1,
|
|
input.sheet-ODPar[value="2"] ~ div div.sheet-ODPar2,
|
|
input.sheet-ODPar[value="3"] ~ div div.sheet-ODPar1,
|
|
input.sheet-ODPar[value="3"] ~ div div.sheet-ODPar2,
|
|
input.sheet-ODPar[value="3"] ~ div div.sheet-ODPar3,
|
|
input.sheet-ODPar[value="4"] ~ div div.sheet-ODPar1,
|
|
input.sheet-ODPar[value="4"] ~ div div.sheet-ODPar2,
|
|
input.sheet-ODPar[value="4"] ~ div div.sheet-ODPar3,
|
|
input.sheet-ODPar[value="4"] ~ div div.sheet-ODPar4,
|
|
input.sheet-ODPar[value="5"] ~ div div.sheet-ODPar1,
|
|
input.sheet-ODPar[value="5"] ~ div div.sheet-ODPar2,
|
|
input.sheet-ODPar[value="5"] ~ div div.sheet-ODPar3,
|
|
input.sheet-ODPar[value="5"] ~ div div.sheet-ODPar4,
|
|
input.sheet-ODPar[value="5"] ~ div div.sheet-ODPar5,
|
|
input.sheet-ODSFAfficher[value="on"] ~ div div.sheet-ODSFAfficher,
|
|
input.sheet-ODSF[value="1"] ~ div div.sheet-ODSF,
|
|
input.sheet-ODSF[value="2"] ~ div div.sheet-ODSF,
|
|
input.sheet-ODSF[value="3"] ~ div div.sheet-ODSF,
|
|
input.sheet-ODSF[value="4"] ~ div div.sheet-ODSF,
|
|
input.sheet-ODSF[value="5"] ~ div div.sheet-ODSF,
|
|
input.sheet-ODSF[value="1"] ~ div div.sheet-ODSF1,
|
|
input.sheet-ODSF[value="2"] ~ div div.sheet-ODSF1,
|
|
input.sheet-ODSF[value="2"] ~ div div.sheet-ODSF2,
|
|
input.sheet-ODSF[value="3"] ~ div div.sheet-ODSF1,
|
|
input.sheet-ODSF[value="3"] ~ div div.sheet-ODSF2,
|
|
input.sheet-ODSF[value="3"] ~ div div.sheet-ODSF3,
|
|
input.sheet-ODSF[value="4"] ~ div div.sheet-ODSF1,
|
|
input.sheet-ODSF[value="4"] ~ div div.sheet-ODSF2,
|
|
input.sheet-ODSF[value="4"] ~ div div.sheet-ODSF3,
|
|
input.sheet-ODSF[value="4"] ~ div div.sheet-ODSF4,
|
|
input.sheet-ODSF[value="5"] ~ div div.sheet-ODSF1,
|
|
input.sheet-ODSF[value="5"] ~ div div.sheet-ODSF2,
|
|
input.sheet-ODSF[value="5"] ~ div div.sheet-ODSF3,
|
|
input.sheet-ODSF[value="5"] ~ div div.sheet-ODSF4,
|
|
input.sheet-ODSF[value="5"] ~ div div.sheet-ODSF5,
|
|
input.sheet-ODDisAfficher[value="on"] ~ div div.sheet-ODDisAfficher,
|
|
input.sheet-ODDis[value="1"] ~ div div.sheet-ODDis,
|
|
input.sheet-ODDis[value="2"] ~ div div.sheet-ODDis,
|
|
input.sheet-ODDis[value="3"] ~ div div.sheet-ODDis,
|
|
input.sheet-ODDis[value="4"] ~ div div.sheet-ODDis,
|
|
input.sheet-ODDis[value="5"] ~ div div.sheet-ODDis,
|
|
input.sheet-ODDis[value="1"] ~ div div.sheet-ODDis1,
|
|
input.sheet-ODDis[value="2"] ~ div div.sheet-ODDis1,
|
|
input.sheet-ODDis[value="2"] ~ div div.sheet-ODDis2,
|
|
input.sheet-ODDis[value="3"] ~ div div.sheet-ODDis1,
|
|
input.sheet-ODDis[value="3"] ~ div div.sheet-ODDis2,
|
|
input.sheet-ODDis[value="3"] ~ div div.sheet-ODDis3,
|
|
input.sheet-ODDis[value="4"] ~ div div.sheet-ODDis1,
|
|
input.sheet-ODDis[value="4"] ~ div div.sheet-ODDis2,
|
|
input.sheet-ODDis[value="4"] ~ div div.sheet-ODDis3,
|
|
input.sheet-ODDis[value="4"] ~ div div.sheet-ODDis4,
|
|
input.sheet-ODDis[value="5"] ~ div div.sheet-ODDis1,
|
|
input.sheet-ODDis[value="5"] ~ div div.sheet-ODDis2,
|
|
input.sheet-ODDis[value="5"] ~ div div.sheet-ODDis3,
|
|
input.sheet-ODDis[value="5"] ~ div div.sheet-ODDis4,
|
|
input.sheet-ODDis[value="5"] ~ div div.sheet-ODDis5,
|
|
input.sheet-ODDexAfficher[value="on"] ~ div div.sheet-ODDexAfficher,
|
|
input.sheet-ODDex[value="1"] ~ div div.sheet-ODDex,
|
|
input.sheet-ODDex[value="2"] ~ div div.sheet-ODDex,
|
|
input.sheet-ODDex[value="3"] ~ div div.sheet-ODDex,
|
|
input.sheet-ODDex[value="4"] ~ div div.sheet-ODDex,
|
|
input.sheet-ODDex[value="5"] ~ div div.sheet-ODDex,
|
|
input.sheet-ODDex[value="1"] ~ div div.sheet-ODDex1,
|
|
input.sheet-ODDex[value="2"] ~ div div.sheet-ODDex1,
|
|
input.sheet-ODDex[value="2"] ~ div div.sheet-ODDex2,
|
|
input.sheet-ODDex[value="3"] ~ div div.sheet-ODDex1,
|
|
input.sheet-ODDex[value="3"] ~ div div.sheet-ODDex2,
|
|
input.sheet-ODDex[value="3"] ~ div div.sheet-ODDex3,
|
|
input.sheet-ODDex[value="4"] ~ div div.sheet-ODDex1,
|
|
input.sheet-ODDex[value="4"] ~ div div.sheet-ODDex2,
|
|
input.sheet-ODDex[value="4"] ~ div div.sheet-ODDex3,
|
|
input.sheet-ODDex[value="4"] ~ div div.sheet-ODDex4,
|
|
input.sheet-ODDex[value="5"] ~ div div.sheet-ODDex1,
|
|
input.sheet-ODDex[value="5"] ~ div div.sheet-ODDex2,
|
|
input.sheet-ODDex[value="5"] ~ div div.sheet-ODDex3,
|
|
input.sheet-ODDex[value="5"] ~ div div.sheet-ODDex4,
|
|
input.sheet-ODDex[value="5"] ~ div div.sheet-ODDex5,
|
|
input.sheet-ODPerAfficher[value="on"] ~ div div.sheet-ODPerAfficher,
|
|
input.sheet-ODPer[value="1"] ~ div div.sheet-ODPer,
|
|
input.sheet-ODPer[value="2"] ~ div div.sheet-ODPer,
|
|
input.sheet-ODPer[value="3"] ~ div div.sheet-ODPer,
|
|
input.sheet-ODPer[value="4"] ~ div div.sheet-ODPer,
|
|
input.sheet-ODPer[value="5"] ~ div div.sheet-ODPer,
|
|
input.sheet-ODPer[value="1"] ~ div div.sheet-ODPer1,
|
|
input.sheet-ODPer[value="2"] ~ div div.sheet-ODPer1,
|
|
input.sheet-ODPer[value="2"] ~ div div.sheet-ODPer2,
|
|
input.sheet-ODPer[value="3"] ~ div div.sheet-ODPer1,
|
|
input.sheet-ODPer[value="3"] ~ div div.sheet-ODPer2,
|
|
input.sheet-ODPer[value="3"] ~ div div.sheet-ODPer3,
|
|
input.sheet-ODPer[value="4"] ~ div div.sheet-ODPer1,
|
|
input.sheet-ODPer[value="4"] ~ div div.sheet-ODPer2,
|
|
input.sheet-ODPer[value="4"] ~ div div.sheet-ODPer3,
|
|
input.sheet-ODPer[value="4"] ~ div div.sheet-ODPer4,
|
|
input.sheet-ODPer[value="5"] ~ div div.sheet-ODPer1,
|
|
input.sheet-ODPer[value="5"] ~ div div.sheet-ODPer2,
|
|
input.sheet-ODPer[value="5"] ~ div div.sheet-ODPer3,
|
|
input.sheet-ODPer[value="5"] ~ div div.sheet-ODPer4,
|
|
input.sheet-ODPer[value="5"] ~ div div.sheet-ODPer5,
|
|
input.sheet-chairAEMineur[value="1"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="1"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="1"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="1"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="1"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="1"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="1"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="1"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="1"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="1"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="2"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="2"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="2"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="2"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="2"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="2"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="2"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="2"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="2"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="2"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="3"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="3"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="3"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="3"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="3"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="3"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="3"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="3"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="3"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="3"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="4"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="4"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="4"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="4"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="4"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="4"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="4"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="4"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="4"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="4"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="5"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="5"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="5"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="5"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="5"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="5"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="5"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="5"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="5"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="5"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="6"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="6"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="6"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="6"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="6"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="6"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="6"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="6"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="6"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="6"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="7"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="7"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="7"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="7"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="7"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="7"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="7"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="7"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="7"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="7"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="8"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="8"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="8"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="8"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="8"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="8"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="8"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="8"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="8"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="8"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="9"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="9"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="9"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="9"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="9"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="9"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="9"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="9"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="9"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="9"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-chairAEMineur[value="10"] ~ div div.sheet-chairAEMineur,
|
|
input.sheet-chairAEMajeur[value="10"] ~ div div.sheet-chairAEMajeur,
|
|
input.sheet-beteAEMineur[value="10"] ~ div div.sheet-beteAEMineur,
|
|
input.sheet-beteAEMajeur[value="10"] ~ div div.sheet-beteAEMajeur,
|
|
input.sheet-machineAEMineur[value="10"] ~ div div.sheet-machineAEMineur,
|
|
input.sheet-machineAEMajeur[value="10"] ~ div div.sheet-machineAEMajeur,
|
|
input.sheet-dameAEMineur[value="10"] ~ div div.sheet-dameAEMineur,
|
|
input.sheet-dameAEMajeur[value="10"] ~ div div.sheet-dameAEMajeur,
|
|
input.sheet-masqueAEMineur[value="10"] ~ div div.sheet-masqueAEMineur,
|
|
input.sheet-masqueAEMajeur[value="10"] ~ div div.sheet-masqueAEMajeur,
|
|
input.sheet-fanMade[value="1"] ~ div div.sheet-fanMade,
|
|
input.sheet-fanMade[value="0"] ~ div div.sheet-notFanMade,
|
|
input.sheet-fanMade[value=""] ~ div div.sheet-notFanMade
|
|
{
|
|
display: flex !important;
|
|
width: 100%;
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
input.sheet-heroisme[value="1"] ~ div.sheet-menu label.sheet-heroisme,
|
|
input.sheet-heroisme[value="2"] ~ div.sheet-menu label.sheet-heroisme,
|
|
input.sheet-IA[value="1"] ~ div.sheet-menu label.sheet-IA,
|
|
input.sheet-IAI[value="1"] ~ div.sheet-menu label.sheet-IAI,
|
|
input.sheet-vehicule[value="1"] ~ div.sheet-menu label.sheet-vehicule,
|
|
input.sheet-Modules[value="1"] ~ div.sheet-menu label.sheet-Modules,
|
|
input.sheet-ficheType[value="0"] ~ div.sheet-menu label.sheet-Modules,
|
|
input.sheet-AI[value="1"] ~ div.sheet-menu label.sheet-armesImprovisees
|
|
{
|
|
display:block !important;
|
|
}
|
|
|
|
|
|
input.sheet-ranger50-1[value="0"] ~ div div.sheet-rangerNot50-1
|
|
{
|
|
display: flex !important;
|
|
width: calc(50% - 3px);
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
input.sheet-ranger50-1[value="on"] ~ div div.sheet-rangerNot50-1,
|
|
input.sheet-ranger50-1[value="on"] ~ div div.sheet-ranger50-1
|
|
{
|
|
display: flex !important;
|
|
width: calc(33.33% - 4px);
|
|
flex-wrap:wrap;
|
|
}
|
|
|
|
|
|
|
|
input.sheet-druidCompagnonsArmesOptions[value="1"] ~ div.sheet-druidCompagnonsArmesEffets,
|
|
input.sheet-druidCompagnonsArmesOptions[value="2"] ~ div.sheet-druidCompagnonsArmesAmeliorations,
|
|
input.sheet-armeDistOptions[value="1"] ~ div.sheet-armeDistEffets,
|
|
input.sheet-armeDistOptions[value="2"] ~ div.sheet-armeDistAmeliorations,
|
|
input.sheet-armeContactOptions[value="1"] ~ div.sheet-armeContactEffets,
|
|
input.sheet-armeContactOptions[value="2"] ~ div.sheet-armeContactAmeliorations,
|
|
input.sheet-armeContactOptions[value="3"] ~ div.sheet-armeContactAmeliorationsO,
|
|
input.sheet-armeAutreOptions[value="1"] ~ div.sheet-armeAutreEffets,
|
|
input.sheet-armeAutreOptions[value="2"] ~ div.sheet-armeAutreAmeliorations,
|
|
input.sheet-grenadesOptions[value="1"] ~ div div.sheet-grenadesOptions
|
|
{
|
|
display: flex !important;
|
|
width: calc(100% - 2px);
|
|
flex-wrap:wrap;
|
|
padding-bottom: 2px;
|
|
padding-right: 0px;
|
|
padding-left: 2px;
|
|
}
|
|
|
|
input.sheet-armeSPS[value="1"] ~ div div.sheet-optionPS,
|
|
input.sheet-armeSME[value="1"] ~ div div.sheet-optionME
|
|
{
|
|
display: block !important;
|
|
padding: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
div.sheet-limiteBlock30Width
|
|
{
|
|
width:calc(30% - 5px);
|
|
}
|
|
|
|
|
|
div.sheet-limiteBlock33Width
|
|
{
|
|
width:calc(33.33% - 1px) !important;
|
|
}
|
|
|
|
div.sheet-limiteBlock50Width
|
|
{
|
|
width:calc(50% - 5px);
|
|
}
|
|
|
|
.sheet-limiteBlockTrue50Width
|
|
{
|
|
width:50% !important;
|
|
}
|
|
|
|
.sheet-limiteBlock100Width
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-limiteArmure,
|
|
input.sheet-armureListe[value="0"] ~ div div.sheet-blockArmure,
|
|
input.sheet-armureListe[value=""] ~ div div.sheet-blockArmure,
|
|
input.sheet-paladinWatchtower[value^="Activ"] ~ div div.sheet-paladinNotWatchtower,
|
|
input.sheet-paladin250[value^="on"] ~ div div.sheet-paladin250,
|
|
input.sheet-sorcerer250[value="on"] ~ div div div.sheet-sorcererNot250,
|
|
input.sheet-sorcerer250[value="1"] ~ div div div.sheet-sorcererNot250,
|
|
input.sheet-sorcerer250[value=""] ~ div div div.sheet-sorcerer250,
|
|
input.sheet-sorcerer250[value="0"] ~ div div div.sheet-sorcerer250
|
|
{
|
|
display:none !important;
|
|
}
|
|
|
|
input.sheet-AE-min-maj[value="0"] ~ span
|
|
{
|
|
visibility: hidden;
|
|
}
|
|
|
|
input.sheet-AE-min-maj[value="0"] ~ span::before
|
|
{
|
|
content:"-";
|
|
visibility: visible;
|
|
}
|
|
|
|
input.sheet-AE-min-maj[value="1"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="2"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="3"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="4"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="5"] ~ span::before
|
|
{
|
|
content:"Mineur (";
|
|
}
|
|
|
|
input.sheet-AE-min-maj[value="6"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="7"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="8"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="9"] ~ span::before,
|
|
input.sheet-AE-min-maj[value="10"] ~ span::before
|
|
{
|
|
content:"Majeur (";
|
|
}
|
|
|
|
input.sheet-AE-min-maj[value="1"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="2"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="3"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="4"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="5"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="6"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="7"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="8"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="9"] ~ span::after,
|
|
input.sheet-AE-min-maj[value="10"] ~ span::after
|
|
{
|
|
content:")";
|
|
}
|
|
|
|
.sheet-textCenter
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-textPadding
|
|
{
|
|
padding:2px;
|
|
text-align:justify;
|
|
}
|
|
|
|
.sheet-borderSpecial
|
|
{
|
|
border:1px solid RGB(213, 215, 237) !important;
|
|
}
|
|
|
|
.sheet-borderSpecialBottom
|
|
{
|
|
border-bottom: 1px solid RGB(93,111,179);
|
|
}
|
|
|
|
|
|
.sheet-marginBodyCorrection1
|
|
{
|
|
width:calc(100% - 5px);
|
|
}
|
|
|
|
.sheet-marginBottom1
|
|
{
|
|
margin-bottom:1px;
|
|
}
|
|
|
|
.sheet-left
|
|
{
|
|
text-align:left !important;
|
|
}
|
|
|
|
.sheet-right
|
|
{
|
|
text-align:right;
|
|
}
|
|
|
|
.sheet-Separation
|
|
{
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.sheet-adjustement5px
|
|
{
|
|
margin-right:-5px;
|
|
}
|
|
|
|
/*------------
|
|
Templates
|
|
--------------*/
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock
|
|
{
|
|
width:100%;
|
|
display:flex;
|
|
flex-wrap:wrap;
|
|
background-color:RGB(93,111,179);
|
|
color:RGB(55, 53, 53);
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock div,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock div
|
|
{
|
|
width:100%;
|
|
display:flex;
|
|
background-color:RGB(213, 215, 237);
|
|
align-items:center;
|
|
height:auto;
|
|
min-height:28px;
|
|
padding-left:2px;
|
|
padding-right:2px;
|
|
border-top:1px solid RGB(93,111,179);
|
|
border-right:1px solid RGB(93,111,179);
|
|
border-left:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock div.sheet-fondSombre,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock div.sheet-fondSombre
|
|
{
|
|
background-color:RGB(93,111,179);
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock div:first-child,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock div:first-child
|
|
{
|
|
margin-top:0px;
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock div:last-child,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock div:last-child
|
|
{
|
|
border-bottom:1px solid RGB(93,111,179);
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock .sheet-titre,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock .sheet-titre
|
|
{
|
|
line-height:28px;
|
|
height:28px;
|
|
width:100%;
|
|
text-align:center;
|
|
background:RGB(93,111,179);
|
|
color:White;
|
|
padding:0px;
|
|
display:inline-block;
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock .sheet-center,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock .sheet-center
|
|
{
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-left,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-left
|
|
{
|
|
text-align:left;
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-justify,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-justify
|
|
{
|
|
text-align:justify;
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock .sheet-textCenter,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock .sheet-textCenter
|
|
{
|
|
text-align:center;
|
|
}
|
|
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-upperLower,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-upperLower
|
|
{
|
|
text-transform:lowercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-upperLower::first-letter,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-upperLower::first-letter
|
|
{
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-autoHeight,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-autoHeight
|
|
{
|
|
height:auto;
|
|
}
|
|
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-textLeft,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-textLeft
|
|
{
|
|
text-align:left;
|
|
}
|
|
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-textRight,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-textRight
|
|
{
|
|
text-align:Right;
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock .sheet-W80,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock .sheet-W80
|
|
{
|
|
width:80%;
|
|
}
|
|
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-W50
|
|
{
|
|
width:50%;
|
|
}
|
|
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-W50-5,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-W50-5
|
|
{
|
|
width:calc(50% - 5px);
|
|
}
|
|
|
|
.sheet-rolltemplate-initiative div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-special div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-simplePNJ div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-initiativePNJ div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-bande div.sheet-mainBlock .sheet-W20,
|
|
.sheet-rolltemplate-vehicule div.sheet-mainBlock .sheet-W20
|
|
{
|
|
width:20%;
|
|
}
|
|
|
|
.sheet-rolltemplate-simple div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-distance div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-contact div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-autre div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-monk div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-druidSimple div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-druidSupport div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-druidCombat div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-distancePNJ div.sheet-mainBlock .sheet-WFixe10,
|
|
.sheet-rolltemplate-contactPNJ div.sheet-mainBlock .sheet-WFixe10
|
|
{
|
|
width:10px;
|
|
}
|
|
|
|
.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
|
|
{
|
|
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
|
|
{
|
|
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
|
|
{
|
|
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
|
|
{
|
|
border: none;
|
|
}
|