.charsheet { font-family:"Segoe UI", Arial; --colorB:RGB(117, 076, 040); --colorLB:RGB(222, 212, 187); --colorSLB:RGB(237, 220, 193); --colorSB:RGB(202, 175, 143); --titre:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/titre.png"); --titre2:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/titre2.png"); --fondH:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/fondH.png"); --fondV:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/fondV.png"); --vMorale:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/morale.png"); --aptitudes:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/compteur.png"); --dice:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/dice.png"); --semaines:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/engrenage.png"); --ameliorations:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/ameliorations.png"); --avaries:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/avaries.png"); } .itemcontrol { z-index:2; } .btn { border-radius:0px; } div, span, input[type="number"], input[type="text"], textarea, select, h1, h2, label, button[type="roll"], button[type="action"], b { display:flex; } label { padding:0px; margin:0px; } select { margin-bottom:0px; border-radius:0px; } input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number], input[type=text] { -moz-appearance:textfield; border-radius:0px; } textarea { border:none; width:100%; padding:0px; text-align:justify; border-radius:0px; margin:0px; } .repcontrol { display:flex; width:100%; border-top:1px solid var(--sombre); background:var(--clair); justify-content:space-between; flex-direction:row-reverse; } .repcontrol > .btn { padding-bottom:0px; border-radius:0px; border:0px; padding-top:0px; } div.sheet-autoex { line-height: 1.4em; min-height: 1.4em; cursor: text; text-align: left; position:relative; width:100%; } div.sheet-autoex > span { visibility: hidden; display: block; font-family: inherit; font-size: inherit; line-height: inherit; white-space: pre-wrap; text-align: inherit; min-height: inherit; height:100%; word-wrap:anywhere; padding-left:2px; padding-right:2px; } div.sheet-autoex > textarea { display: block; z-index: 1; position: absolute; top: 0; left: 0; height: 100%; width: calc(100% - 4px);; overflow: hidden; font-family: inherit; font-size: inherit; line-height: inherit; white-space: pre-wrap; text-align: inherit; min-height: inherit; resize: none; margin:0px; padding-left:2px; padding-right:2px; } div.sheet-autoex > textarea::placeholder { font-family:"Contrail One"; color: #575957da; text-transform: capitalize; font-style: italic; text-align: center; font-size: 95%; font-weight:normal; } div.sheet-autoex22 { min-height:22px; } div.sheet-autoex24 { min-height:24px; } div.sheet-autoex28 { min-height:28px; } div.sheet-autoex40 { min-height:40px; } div.sheet-autoex100 { min-height:100px; } img.sheet-CTL { left:-5px; top:-5px; width:100px; position:absolute; } img.sheet-CTR { right:-5px; top:-5px; transform:scaleX(-1); width:100px; position:absolute; } img.sheet-CBL { left:-5px; bottom:-5px; transform:scaleY(-1); width:100px; position:absolute; } img.sheet-CBR { right:-5px; bottom:-5px; transform:scaleX(-1) scaleY(-1); width:100px; position:absolute; } div.sheet-colL, div.sheet-colR { width:calc(50% - 10px); flex-wrap:wrap; align-content:flex-start; } label.sheet-personnage, label.sheet-nautilus { display:none; } input[type="hidden"].sheet-ficheType[value="1"] ~ div label.sheet-personnage, input[type="hidden"].sheet-ficheType[value="2"] ~ div label.sheet-nautilus { display:flex; } label.sheet-pression { width: 160px; justify-content: space-between; font-size: 15px; font-weight: bold; color: black; position: absolute; flex-wrap:wrap; border:1px solid var(--colorB); } label.sheet-pression > span { width:100%; align-items:center; background:var(--colorB); color:white; text-transform:uppercase; padding-top:5px; padding-bottom:5px; justify-content:center; } label.sheet-pression > select { width:100%; padding:0px; text-align:center; color:black; font-variant:small-caps; border:0px; } div.sheet-ficheType { position:absolute; width:calc(100% - 264px); min-width:636px; left:205px; z-index:999; } div.sheet-ficheType > label { margin-left:auto; width:150px; } div.sheet-ficheType > label > input[type="radio"], div.sheet-ficheType > label > span { display:none; } div.sheet-ficheType > label > span { width:100%; } div.sheet-ficheType > label > span::before { width:100%; content:attr(title); height:25px; line-height:25px; border:1px solid var(--colorB); background:var(--colorLB); text-align:center; font-variant:small-caps; color:var(--colorB); } div.sheet-ficheType > label > input[type="radio"] { position: absolute; width: 150px; height: 25px; opacity: 0; } div.sheet-ficheType > input[type="hidden"][value="1"] ~ label > input[type="radio"]:nth-of-type(2), div.sheet-ficheType > input[type="hidden"][value="1"] ~ label > span:nth-of-type(1), div.sheet-ficheType > input[type="hidden"][value="2"] ~ label > input[type="radio"]:nth-of-type(1), div.sheet-ficheType > input[type="hidden"][value="2"] ~ label > span:nth-of-type(2) { display:flex; } div.sheet-options { position:absolute; width:calc(100% - 229px); min-width:671px; left:200px; } div.sheet-options > label { width:25px; height:25px; margin-left:auto; } div.sheet-options > label > input[type="checkbox"] { position:absolute; width:25px; height:25px; opacity:0; } div.sheet-options > label > input[type="checkbox"] ~ span { width:100%; } div.sheet-options > label > input[type="checkbox"] ~ span::before { content:"y"; font-family:"Pictos"; width:100%; line-height:22px; font-size:25px; text-shadow:2px 2px 2px black; color:var(--colorB); } div.sheet-options > label > input[type="checkbox"]:checked ~ span::before { text-shadow:none; } div.sheet-options > div { display:none; position:absolute; width: 245px; padding: 30px; border-radius: 30px; z-index: 999; border: 2px solid var(--colorB); right:10px; margin-top:10px; flex-wrap:wrap; } div.sheet-options > input[type="hidden"][value="1"] ~ div { display:flex; } div.sheet-options > div > label { font-size: 14px; font-weight: 505; } div.sheet-options > div > label > span { width: 165px; align-items: center; color: black; } div.sheet-options > div > label > select { padding: 0px; text-align: center; border: 1px solid var(--colorB); color: black; width: 80px; } div.sheet-menu { width:100%; justify-content:space-evenly; flex-wrap:wrap; margin-bottom:10px; min-width:840px; margin-top:63px; } div.sheet-menu > label { width: calc((100% / 4) - 10px); height: 25px; line-height: 25px; } div.sheet-menu > label > input[type="radio"] { position:absolute; width:calc((100% / 4) - 25px); height:25px; opacity:0; } div.sheet-menu > label > input[type="radio"] ~ span { width:100%; } div.sheet-menu > label > input[type="radio"] ~ span::before { content:attr(title); display:flex; width:100%; justify-content:center; border: 1px solid var(--colorB); border-radius: 30px; font-variant: small-caps; font-weight: 505; font-size: 15px; background: var(--colorB); color: white; line-height: 25px; box-shadow: 2px 2px 2px black; } div.sheet-menu > label > input[type="radio"]:checked ~ span::before { box-shadow: inset 0px 0px 5px black; background:var(--colorLB); color:black; } div.sheet-tab1, div.sheet-tab2, div.sheet-tab3, div.sheet-tab4, div.sheet-tab5, div.sheet-tab6, div.sheet-tab7, div.sheet-tab8 { display:none; flex-wrap:wrap; width:100%; min-width:840px; justify-content:space-between; margin-bottom:10px; align-items:flex-start; } div.sheet-tab1 > div:not(:first-of-type), div.sheet-tab5 > div:not(:first-of-type):not(:nth-of-type(2)), div.sheet-tab6 > div:not(:first-of-type):not(:nth-of-type(2)), div.sheet-tab7 > div:not(:first-of-type):not(:nth-of-type(2)), div.sheet-tab8 > div:not(:first-of-type):not(:nth-of-type(2)), div.sheet-tab3 > div:not(:first-of-type):not(:nth-of-type(2)):not(:last-of-type), div.sheet-tab4 > div:not(:first-of-type):not(:nth-of-type(2)):not(:last-of-type), div.sheet-tab2 > div.sheet-colL > div:not(:first-of-type), div.sheet-tab2 > div.sheet-colR > div:not(:first-of-type), div.sheet-tab3 > div.sheet-colL > div:not(:first-of-type), div.sheet-tab3 > div.sheet-colR > div:not(:first-of-type), div.sheet-tab4 > div.sheet-colL > div:not(:first-of-type), div.sheet-tab4 > div.sheet-colR > div:not(:first-of-type), div.sheet-tab7 > div.sheet-colL > div:not(:first-of-type), div.sheet-tab7 > div.sheet-colR > div:not(:first-of-type), div.sheet-tab8 > div.sheet-colL > div:not(:first-of-type), div.sheet-tab8 > div.sheet-colR > div:not(:first-of-type) { margin-top:20px; } input[type="hidden"].sheet-menu[value="1"] ~ div.sheet-tab1, input[type="hidden"].sheet-menu[value="2"] ~ div.sheet-tab2, input[type="hidden"].sheet-menu[value="3"] ~ div.sheet-tab3, input[type="hidden"].sheet-menu[value="4"] ~ div.sheet-tab4, input[type="hidden"].sheet-menu[value="5"] ~ div.sheet-tab5, input[type="hidden"].sheet-menu[value="6"] ~ div.sheet-tab6, input[type="hidden"].sheet-menu[value="7"] ~ div.sheet-tab7, input[type="hidden"].sheet-menu[value="8"] ~ div.sheet-tab8 { display:flex; } div.sheet-backgroundH { background:var(--fondH), radial-gradient(closest-side, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); background-size:cover; background-repeat:no-repeat; } div.sheet-backgroundV { background:var(--fondV), radial-gradient(closest-side, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); background-size:cover; background-repeat:no-repeat; } div.sheet-titre { background: var(--titre2); background-size: contain; background-repeat: no-repeat; height: 24px; width: 210px; margin:auto; padding-top: 18px; padding-bottom: 18px; padding-left: 55px; padding-right: 55px; text-transform:uppercase; z-index:99; } div.sheet-titre > h1 { width:100%; align-items:center; color:black; font-size:17px; justify-content:center; font-weight:505; } label.sheet-nom { background: var(--titre); background-size: contain; background-repeat: no-repeat; height: 24px; width: 270px; margin: auto; padding-top: 18px; padding-bottom: 18px; padding-left: 55px; padding-right: 55px; font-weight: normal; text-transform:uppercase; z-index:99; } label.sheet-nom > span { align-items:center; margin-right:5px; min-width:max-content; color:var(--colorB); font-weight:505; } label.sheet-nom > input[type="text"] { padding: 0px; border: 0px; width: 100%; min-width: 0px; font-weight:bold; color:black; } div.sheet-personnage { width:100%; position:relative; margin-top:-30px; padding: 30px; flex-wrap:wrap; } div.sheet-personnage > div { width:100%; } div.sheet-personnage > div:not(:first-of-type) { margin-top:10px; } div.sheet-personnage > div:nth-of-type(1), div.sheet-personnage > div:nth-of-type(2) { flex-wrap:wrap; } div.sheet-personnage > div:nth-of-type(1) > span, div.sheet-personnage > div:nth-of-type(2) > span { width:100%; font-variant:small-caps; font-size:20px; color:black; display:inline-block; } div.sheet-personnage > div > div { border:2px solid var(--colorB); } div.sheet-personnage > div > div > textarea { color:black; } div.sheet-personnage > div:not(:nth-of-type(1)):not(:nth-of-type(2)) > span { min-width:max-content; font-variant:small-caps; font-size:20px; color:black; margin-right:2px; display:inline; } div.sheet-personnage > div > span::first-letter { font-weight:505; } div.sheet-personnage > div > input[type="text"] { width:100%; border:0px; border-bottom:2px solid var(--colorB); padding:0px; background:transparent; padding-top:8px; color:black; } div.sheet-valeursMorales { position:relative; width:100%; flex-wrap:wrap; justify-content:space-between; padding-top:30px; padding-bottom:30px; } div.sheet-valeursMorales > input[type="hidden"][value="1"] ~ div:nth-of-type(2) > div:nth-of-type(1) > span, div.sheet-valeursMorales > input[type="hidden"][value="2"] ~ div:nth-of-type(2) > div:nth-of-type(2) > span, div.sheet-valeursMorales > input[type="hidden"][value="3"] ~ div:nth-of-type(2) > div:nth-of-type(3) > span, div.sheet-valeursMorales > input[type="hidden"][value="4"] ~ div:nth-of-type(3) > div:nth-of-type(1) > span, div.sheet-valeursMorales > input[type="hidden"][value="5"] ~ div:nth-of-type(3) > div:nth-of-type(2) > span { color:blue; } div.sheet-valeursMorales > div:not(:first-of-type) { width:100%; justify-content:space-evenly; } div.sheet-valeursMorales > div:not(:first-of-type) > div { width:125px; } div.sheet-valeursMorales > div:not(:first-of-type) > div > span { color:black; font-weight:505; font-variant:small-caps; font-size:15px; height:22px; } div.sheet-valeursMorales > div:not(:first-of-type) > div > label { background:var(--vMorale); background-repeat:no-repeat; background-size:contain; height:60px; width:60px; } div.sheet-valeursMorales > div:not(:first-of-type) > div > label > input[type="number"] { border: 0px; border-radius: 30px; height: 32px; width: 32px; margin: auto; text-align: center; padding: 0px; font-weight: bold; color: black; background: transparent; padding-bottom: 1px; } div.sheet-valeursMorales > div:nth-of-type(2) > div:nth-of-type(1) > span { margin-left:auto; } div.sheet-valeursMorales > div:nth-of-type(2) > div:nth-of-type(2) { flex-wrap:wrap; } div.sheet-valeursMorales > div:nth-of-type(2) > div:nth-of-type(2) > span { width:100%; justify-content:center; } div.sheet-valeursMorales > div:nth-of-type(2) > div:nth-of-type(2) > label { margin:auto; } div.sheet-valeursMorales > div:nth-of-type(2) > div:not(:nth-of-type(2)) { margin-top:auto; } div.sheet-valeursMorales > div:nth-of-type(3) > div > span { margin-top:auto; margin-bottom:10px; } div.sheet-sante { position:relative; width:calc(100% - 60px); flex-wrap:wrap; padding:30px; } div.sheet-sante > div:not(:first-of-type) { width:100%; justify-content:space-between; line-height:36px; height:36px; } div.sheet-sante > div:nth-of-type(2) { margin-top:10px; } div.sheet-sante > div:not(:first-of-type):not(:last-of-type) { border-bottom:2px solid white; } div.sheet-sante > div:not(:first-of-type) > h2 { background:var(--colorB); color:white; align-items:center; justify-content:center; font-weight:505; font-variant:small-caps; font-size:15px; } div.sheet-sante > div:not(:first-of-type) > h2:nth-of-type(1), div.sheet-sante > div:not(:first-of-type) > h2:nth-of-type(4), div.sheet-sante > div:not(:first-of-type) > span:nth-of-type(1), div.sheet-sante > div:not(:first-of-type) > span:nth-of-type(3) { width:20%; } div.sheet-sante > div:not(:first-of-type) > h2:nth-of-type(2), div.sheet-sante > div:not(:first-of-type) > label { width:calc(15% - 4px); border-right:2px solid white; border-left:2px solid white; } div.sheet-sante > div:not(:first-of-type) > h2:nth-of-type(3), div.sheet-sante > div:not(:first-of-type) > span:nth-of-type(2) { width:calc(45% - 2px); border-right:2px solid white; } div.sheet-sante > div:not(:first-of-type) > span { color:black; align-items:center; justify-content:center; font-weight:505; font-variant:small-caps; font-size:15px; line-height:15px; text-align:center; } div.sheet-sante > div:not(:first-of-type) > label > input[type="radio"] { position:absolute; width:calc(15% - 13px); opacity:0; height:36px; } div.sheet-sante > div:not(:first-of-type) > label > input[type="radio"] ~ span { width:100%; height:36px; line-height:36px; } div.sheet-sante > div:not(:first-of-type) > label > input[type="radio"] ~ span::before { content:""; width: 100%; height: 36px; line-height: 36px; display: flex; justify-content: center; font-size: 30px; font-weight: normal; } div.sheet-sante > div:not(:first-of-type) > label > input[type="radio"]:checked ~ span::before { content:"X"; } div.sheet-sante > input[type="hidden"]:first-of-type[value="0"] ~ div:nth-of-type(3), div.sheet-sante > input[type="hidden"]:first-of-type[value="0"] ~ div:nth-of-type(4), div.sheet-sante > input[type="hidden"]:first-of-type[value="1"] ~ div:nth-of-type(3) { display:none; } div.sheet-sante > input[type="hidden"]:last-of-type[value="7"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="6"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="6"] ~ div:nth-of-type(4) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="5"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="5"] ~ div:nth-of-type(4) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="5"] ~ div:nth-of-type(5) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="4"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="4"] ~ div:nth-of-type(4) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="4"] ~ div:nth-of-type(5) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="4"] ~ div:nth-of-type(6) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="3"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="3"] ~ div:nth-of-type(4) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="3"] ~ div:nth-of-type(5) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="3"] ~ div:nth-of-type(6) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="3"] ~ div:nth-of-type(7) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="2"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="2"] ~ div:nth-of-type(4) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="2"] ~ div:nth-of-type(5) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="2"] ~ div:nth-of-type(6) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="2"] ~ div:nth-of-type(7) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="2"] ~ div:nth-of-type(8) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="1"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="1"] ~ div:nth-of-type(4) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="1"] ~ div:nth-of-type(5) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="1"] ~ div:nth-of-type(6) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="1"] ~ div:nth-of-type(7) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="1"] ~ div:nth-of-type(8) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="1"] ~ div:nth-of-type(9) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(3) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(4) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(5) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(6) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(7) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(8) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(9) > label > span::before, div.sheet-sante > input[type="hidden"]:last-of-type[value="0"] ~ div:nth-of-type(10) > label > span::before { content:"X"; } div.sheet-aptitudes { position:relative; width:calc(100% - 60px); padding:30px; flex-wrap:wrap; } div.sheet-aptitudes > div:nth-of-type(2) { margin-top:10px; } div.sheet-aptitudes > div:not(:first-of-type) { width:100%; justify-content:space-between; margin-top:10px; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) { width:115px; align-content:flex-start; flex-wrap:wrap; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) > button[type="roll"] { width: 100%; padding: 0px; margin: 0px; border: 0px; background: transparent; box-shadow: none; z-index:999; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) > button[type="roll"]::before { content:""; background:var(--dice); width:20px; height:20px; background-size:contain; background-repeat:no-repeat; margin-right:5px; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) > button[type="roll"] > h2 { width:calc(100% - 25px); font-variant:small-caps; display:inline; font-size:15px; color:black; font-weight:normal; height:20px; line-height:20px; text-align:left; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) > button[type="roll"] > h2::first-letter { font-weight:505; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) > label { width:100%; font-weight:normal; font-size:10px; justify-content:left; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) > label > span { width:calc(100% - 20px); max-width:max-content; color:black; font-size:11px; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(1) > label > input[type="text"] { width: 20px; border: 0px; background: 0px; cursor: context-menu; padding: 0px; color: black; text-align:center; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) { width:calc(100% - 115px - 50px - 10px); flex-wrap:wrap; align-content:flex-end; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer { width:100%; flex-wrap:wrap; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontrol { width:100%; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem { width:100%; flex-wrap:wrap; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem > div { width:100%; justify-content:space-between; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem > div:nth-of-type(2) > input[type="text"] { padding:0px; border:0px; border-bottom:1px solid var(--colorB); background:transparent; color:black; font-weight:505; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem > div:nth-of-type(2) > input[type="text"]:first-of-type { width:calc(100% - 30px); padding-left:5px; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem > div:nth-of-type(2) > input[type="text"]:last-of-type { width:25px; text-align:center; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem > div:nth-of-type(3) { border:1px solid var(--colorB); border-top:0px; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem > div:nth-of-type(3) > textarea { color:black; } div.sheet-aptitudes > div:not(:first-of-type) > div:nth-of-type(2) > div.repcontainer > .repitem:not(:first-of-type) { margin-top:5px; } div.sheet-aptitudes > div:not(:first-of-type) > label { width: 50px; background: var(--aptitudes); height: 35px; background-size: contain; background-repeat: no-repeat; background-position: bottom; } div.sheet-aptitudes > div:not(:first-of-type) > label > input[type="number"] { text-align: center; width: 100%; padding: 0px; z-index: 999; background: transparent; border: 0px; height: 25px; color: black; font-weight: 505; font-size: 20px; } div.sheet-equipement { position:relative; width:100%; flex-wrap:wrap; padding:30px; padding-top:40px; padding-bottom:20px; margin-top:-30px; } div.sheet-equipement > .repcontainer { margin-top:10px; width:100%; justify-content:space-between; z-index:999; flex-wrap:wrap; } div.sheet-equipement > .repcontrol { z-index:999; } div.sheet-equipement > .repcontainer > .repitem { width:calc(50% - 10px); } div.sheet-equipement > .editmode > .repitem { width:100% } div.sheet-equipement > .editmode > .repitem:not(:first-of-type) { margin-top:10px; } div.sheet-equipement > .repcontainer > .repitem > .itemcontrol > button, div.sheet-equipement > .repcontainer > .repitem > .itemcontrol > a { padding-top:2px; padding-bottom:1px; } div.sheet-equipement > .repcontainer > .repitem > div.sheet-autoex { width:100%; border:2px solid var(--colorB); } div.sheet-equipement > .repcontainer > .repitem > div.sheet-autoex > textarea { color:black; } div.sheet-equipement > .repcontainer > .repitem:not(:nth-of-type(1)):not(:nth-of-type(2)) { margin-top:10px; } div.sheet-armeDistance, div.sheet-armeMelee { position:relative; width:100%; flex-wrap:wrap; padding:30px; padding-bottom:20px; } div.sheet-armeDistance > div:nth-of-type(2), div.sheet-armeMelee > div:nth-of-type(2) { margin-top:10px; } div.sheet-armeDistance > div:not(:first-of-type), div.sheet-armeMelee > div:not(:first-of-type) { width:100%; justify-content:space-between; } div.sheet-armeDistance > div:not(:first-of-type) > h2, div.sheet-armeMelee > div:not(:first-of-type) > h2 { background: var(--colorB); color: white; align-items: center; justify-content: center; font-weight: 505; font-variant: small-caps; font-size: 15px; } div.sheet-armeDistance > div:not(:first-of-type) > h2:nth-of-type(1), div.sheet-armeMelee > div:not(:first-of-type) > h2:nth-of-type(1) { width:calc(100% - 70px - 20px); } div.sheet-armeDistance > div:not(:first-of-type) > h2:nth-of-type(2), div.sheet-armeMelee > div:not(:first-of-type) > h2:nth-of-type(2) { width:66px; border-left:2px solid white; border-right:2px solid white; } div.sheet-armeDistance > div:not(:first-of-type) > h2:nth-of-type(3), div.sheet-armeMelee > div:not(:first-of-type) > h2:nth-of-type(3) { width:20px; } div.sheet-armeDistance > .repcontainer, div.sheet-armeMelee > .repcontainer, div.sheet-armeDistance > .repcontainer > .repitem, div.sheet-armeMelee > .repcontainer > .repitem { width:100%; flex-wrap:wrap; z-index:999; } div.sheet-armeDistance > .repcontainer > .repitem > .itemcontrol, div.sheet-armeMelee > .repcontainer > .repitem > .itemcontrol { z-index:9999; } div.sheet-armeDistance > .repcontrol, div.sheet-armeMelee > .repcontrol { z-index:999; } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(2), div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(2) { width:100%; justify-content:space-between; } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"], div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"], div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"], div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"] { border: 0px; padding: 0px; background: transparent; padding-top: 4px; padding-bottom: 4px; color: black; } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"], div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"] { width:calc(100% - 70px - 20px); padding-left:5px; } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"], div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(2) > input[type="number"] { width:70px; text-align:center; border-left:2px solid white; border-right:2px solid white; } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(2) > button[type="roll"], div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(2) > button[type="roll"] { width: 20px; height:20px; padding: 0px; border: 0px; box-shadow: none; z-index: 999; background: var(--dice); background-size: contain; background-repeat: no-repeat; margin:auto; } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(2) > button[type="roll"]::before, div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(2) > button[type="roll"]::before { content:""; } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(3), div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(3) { width:100%; border:2px solid var(--colorB); } div.sheet-armeDistance > .repcontainer > .repitem > div:nth-of-type(3) > textarea, div.sheet-armeMelee > .repcontainer > .repitem > div:nth-of-type(3) > textarea { color:black; } div.sheet-contact, div.sheet-historique { position:relative; width:100%; flex-wrap:wrap; padding:30px; padding-bottom:20px; } div.sheet-contact > div:nth-of-type(2), div.sheet-historique > div:nth-of-type(2), div.sheet-contact > .repcontainer > .repitem:not(:nth-of-type(1)), div.sheet-historique > .repcontainer > .repitem:not(:nth-of-type(1)) { margin-top:10px; } div.sheet-contact > .repcontainer, div.sheet-historique > .repcontainer { width:100%; flex-wrap:wrap; z-index:999; } div.sheet-contact > .repcontrol, div.sheet-historique > .repcontrol { z-index:999; } div.sheet-contact > .repcontainer > .repitem, div.sheet-historique > .repcontainer > .repitem { width:100%; } div.sheet-contact > .repcontainer > .repitem > .itemcontrol > button, div.sheet-contact > .repcontainer > .repitem > .itemcontrol > a, div.sheet-historique > .repcontainer > .repitem > .itemcontrol > button, div.sheet-historique > .repcontainer > .repitem > .itemcontrol > a { padding-top:2px; padding-bottom:1px; } div.sheet-contact > .repcontainer > .repitem > div.sheet-autoex, div.sheet-historique > .repcontainer > .repitem > div.sheet-autoex { border:2px solid var(--colorB); } div.sheet-contact > .repcontainer > .repitem > div.sheet-autoex > textarea, div.sheet-historique > .repcontainer > .repitem > div.sheet-autoex > textarea { color:black; } div.sheet-notes { position:relative; padding:30px; padding-top:40px; padding-bottom:20px; width:100%; flex-wrap:wrap; margin-top:-30px; } div.sheet-notes > .repcontainer { width:100%; flex-wrap:wrap; justify-content:space-between; z-index:999; } div.sheet-notes > .repcontrol { z-index:999; } div.sheet-notes > .repcontainer > .repitem { width:calc(50% - 10px); } div.sheet-notes > .editmode > .repitem { width:100%; } div.sheet-notes > .editmode > .repitem:not(:first-of-type) { margin-top:10px; } div.sheet-notes > .repcontainer > .repitem > .itemcontrol > a, div.sheet-notes > .repcontainer > .repitem > .itemcontrol > button { padding-top:2px; padding-bottom:1px; } div.sheet-notes > .repcontainer > .repitem:not(:first-of-type):not(:nth-of-type(2)) { margin-top:10px; } div.sheet-notes > .repcontainer > .repitem > div.sheet-autoex { border:2px solid var(--colorB); } div.sheet-notes > .repcontainer > .repitem > div.sheet-autoex > textarea { color:black; } div.sheet-heritiers, div.sheet-equipage { position:relative; width:100%; margin-top:-30px; padding:30px; padding-top:50px; flex-wrap:wrap; } div.sheet-heritiers > .repcontainer, div.sheet-equipage > .repcontainer { width:100%; flex-wrap:wrap; justify-content:space-between; z-index:999; align-items:flex-start; } div.sheet-heritiers > .repcontrol, div.sheet-equipage > .repcontrol { z-index:999; } div.sheet-heritiers > .repcontainer > .repitem, div.sheet-equipage > .repcontainer > .repitem { width:calc(50% - 10px); flex-wrap:wrap; border:2px solid var(--colorB); } div.sheet-heritiers > .repcontainer > .repitem:not(:nth-of-type(1)):not(:nth-of-type(2)), div.sheet-equipage > .repcontainer > .repitem:not(:nth-of-type(1)):not(:nth-of-type(2)) { margin-top:10px; } div.sheet-heritiers > .repcontainer > .repitem > div, div.sheet-equipage > .repcontainer > .repitem > div { width:100%; } div.sheet-heritiers > .repcontainer > .repitem > div > label, div.sheet-equipage > .repcontainer > .repitem > div > label, div.sheet-equipage > .repcontainer > .repitem > div > div { width:50%; flex-wrap:wrap; font-weight:505; font-size:15px; border-bottom:1px solid var(--colorB); align-content:flex-start; } div.sheet-heritiers > .repcontainer > .repitem > div > label:first-of-type { border-right:1px solid var(--colorB); } div.sheet-equipage > .repcontainer > .repitem > div:nth-of-type(2) > label:last-of-type, div.sheet-equipage > .repcontainer > .repitem > div:last-of-type > div { border-left:1px solid var(--colorB); } div.sheet-heritiers > .repcontainer > .repitem > div > label > h2, div.sheet-heritiers > .repcontainer > .repitem > label > h2, div.sheet-equipage > .repcontainer > .repitem > div > label > h2, div.sheet-equipage > .repcontainer > .repitem > div > div > h2, div.sheet-equipage > .repcontainer > .repitem > label > h2 { width:100%; justify-content:center; text-transform:uppercase; border-bottom:1px solid var(--colorB); font-size:15px; color:black; height:25px; line-height:25px; } div.sheet-heritiers > .repcontainer > .repitem > div > label > input[type="text"], div.sheet-heritiers > .repcontainer > .repitem > label > input[type="text"], div.sheet-equipage > .repcontainer > .repitem > div > label > input[type="text"], div.sheet-equipage > .repcontainer > .repitem > label > input[type="text"] { width:100%; text-align:center; color:black; border:0px; padding:0px; height:26px; } div.sheet-equipage > .repcontainer > .repitem > div > div > div.sheet-autoex > textarea { color:black; } div.sheet-heritiers > .repcontainer > .repitem > label, div.sheet-equipage > .repcontainer > .repitem > label { width:100%; font-weight:505; font-size:15px; flex-wrap:wrap; } div.sheet-equipage > .repcontainer > .repitem > div > div > div.sheet-autoex { font-size:12px; } div.sheet-semaines { position:relative; width:100%; padding:30px; flex-wrap:wrap; } div.sheet-semaines > div:not(:first-of-type) { width:100%; margin-top:10px; justify-content:space-evenly; } div.sheet-semaines > div:not(:first-of-type) > label { width:20px; height:20px; background:var(--semaines); background-repeat:no-repeat; background-size:contain; } div.sheet-semaines > div:not(:first-of-type) > label > input[type="checkbox"] { position:absolute; width:20px; height:20px; opacity:0; } div.sheet-semaines > div:not(:first-of-type) > label > input[type="checkbox"] ~ span { width:100%; } div.sheet-semaines > div:not(:first-of-type) > label > input[type="checkbox"] ~ span::before { content:""; width: 100%; height: 20px; line-height: 20px; font-size: 15px; display: flex; justify-content: center; padding-right: 1px; margin-left: 1px; color: black; } div.sheet-semaines > div:not(:first-of-type) > label > input[type="checkbox"]:checked ~ span::before { content:"X"; } div.sheet-semaines > input[type="hidden"][value="1"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="2"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="2"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="3"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="3"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="3"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="4"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="4"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="4"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="4"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="5"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="5"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="5"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="5"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="5"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="6"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="6"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="6"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="6"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="6"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="6"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="7"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="7"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="7"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="7"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="7"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="7"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="7"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="8"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="9"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="10"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="11"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="12"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="13"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="14"] ~ div:nth-of-type(3) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(3) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="15"] ~ div:nth-of-type(3) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(3) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(3) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="16"] ~ div:nth-of-type(3) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(3) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(3) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(3) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="17"] ~ div:nth-of-type(3) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="18"] ~ div:nth-of-type(3) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="19"] ~ div:nth-of-type(3) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(2) > label:nth-of-type(10) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(1) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(2) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(3) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(4) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(5) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(6) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(7) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(8) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(9) > span::before, div.sheet-semaines > input[type="hidden"][value="20"] ~ div:nth-of-type(3) > label:nth-of-type(10) > span::before { content:"X"; } div.sheet-nautilusAptitudes { position:relative; width:100%; padding:30px; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; } div.sheet-nautilusAptitudes > div:first-of-type { width:calc(45% - 5px); flex-wrap:wrap; z-index:999; } div.sheet-nautilusAptitudes > div:last-of-type { width:calc(55% - 5px); flex-wrap:wrap; z-index:999; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > h2 { width:100%; color:var(--colorB); font-weight:505; font-size:15px; line-height:15px; text-shadow:0px 0px 0px; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > h2:first-of-type { margin-bottom:5px; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > h2:last-of-type { margin-top:10px; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer, div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer > .repitem { width:100%; flex-wrap:wrap; z-index:999; align-content:flex-start; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer > .repitem:not(:first-of-type) { margin-top:5px; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontrol { z-index:999; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer > .repitem > div:nth-of-type(2) { width:100%; justify-content:space-between; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer:first-of-type > .repitem > div:nth-of-type(2) > span::before { content:""; width:16px; height:16px; background:var(--ameliorations); background-repeat:no-repeat; background-size:contain; margin:auto; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer:nth-of-type(3) > .repitem > div:nth-of-type(2) > span::before { content:""; width:16px; height:16px; background:var(--avaries); background-repeat:no-repeat; background-size:contain; margin:auto; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer > .repitem > div:nth-of-type(2) > input[type="text"] { width:calc(100% - 20px); border:0px; border-bottom:1px solid var(--colorB); padding:0px; background:transparent; color:black; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer > .repitem > div:nth-of-type(3) { border:1px solid var(--colorB); border-top:0px; font-size:12px; } div.sheet-nautilusAptitudes > div:nth-of-type(1) > .repcontainer > .repitem > div:nth-of-type(3) > textarea { color:black; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div { width:100%; flex-wrap:wrap; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div:not(:first-of-type) { margin-top:10px; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div { width:100%; justify-content:space-between; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div:nth-of-type(1) > button[type="roll"] > h2 { width:calc(100% - 25px); font-size:15px; text-transform:uppercase; color:var(--colorB); font-weight:505; line-height:20px; justify-content:flex-end; text-shadow:0px 0px 0px; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div:nth-of-type(1) > input[type="number"] { width:35px; padding:0px; border:0px; border-bottom:1px solid var(--colorB); text-align:center; color:black; background:transparent; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div:not(:nth-of-type(1)) > span { margin-right:10px; width:calc(100% - 10px); font-size:12px; color:black; font-weight:505; justify-content:flex-end; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div:not(:nth-of-type(1)) > input[type="number"], div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div:not(:nth-of-type(1)) > input[type="text"] { width:35px; padding:0px; border:0px; border-bottom:1px solid black; text-align:center; color:black; background:transparent; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div > button[type="roll"] { width: calc(100% - 40px); padding: 0px; margin: 0px; border: 0px; background: transparent; box-shadow: none; z-index: 999; height:25px; line-height:25px; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div > button[type="roll"]::after { content: ""; background: var(--dice); width: 20px; height: 20px; background-size: contain; background-repeat: no-repeat; margin-left: 5px; } div.sheet-nautilusAptitudes > div:nth-of-type(2) > div > div > button[type="roll"]::before { content: ""; } div.sheet-nautilusSante { position:relative; width:100%; flex-wrap:wrap; padding:30px; } div.sheet-nautilusSante > div:nth-of-type(2) { margin-top:10px; } div.sheet-nautilusSante > div:not(:nth-of-type(1)) { width:100%; justify-content:space-between; } div.sheet-nautilusSante > div > h2 { background:var(--colorB); color:white; text-transform:uppercase; justify-content:center; text-align:center; font-size:15px; line-height:15px; align-items:center; padding:5px; } div.sheet-nautilusSante > div > h2:nth-of-type(1) { width:20%; } div.sheet-nautilusSante > div > h2:nth-of-type(2) { width:15%; border-right:2px solid white; border-left:2px solid white; padding-left:0px; padding-right:0px; } div.sheet-nautilusSante > div > h2:nth-of-type(3) { width:65%; } div.sheet-nautilusSante > div > span { justify-content:center; text-align:center; font-size:13px; padding-left:5px; padding-right:5px; align-items:center; color:black; } div.sheet-nautilusSante > div:nth-of-type(2n + 3) > span, div.sheet-nautilusSante > div:nth-of-type(2n + 3) > label { background:var(--colorSLB); } div.sheet-nautilusSante > div:nth-of-type(2n + 4) > span, div.sheet-nautilusSante > div:nth-of-type(2n + 4) > label { background:var(--colorSB); } div.sheet-nautilusSante > div > span:nth-of-type(1) { width:20%; color:var(--colorB); font-weight:bold; } div.sheet-nautilusSante > div > span:nth-of-type(2) { width:65%; text-align:left; justify-content:flex-start; } div.sheet-nautilusSante > div > label { width:15%; border-left:2px solid white; border-right:2px solid white; align-items:center; } div.sheet-nautilusSante > div > label > input[type="radio"] { position: absolute; width: calc(15% - 13px); opacity: 0; height: 36px; border-left:2px solid white; border-right:2px solid white; } div.sheet-nautilusSante > div > label > input[type="radio"] ~ span { width:100%; } div.sheet-nautilusSante > div > label > input[type="radio"] ~ span::before { content:""; width: 100%; height: 36px; line-height: 36px; display: flex; justify-content: center; font-size: 30px; font-weight: normal; } div.sheet-nautilusSante > div > label > input[type="radio"]:checked ~ span::before { content:"X"; } div.sheet-nautilusSante > input[type="hidden"][value="15"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="14"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="14"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="13"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="13"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="13"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="12"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="12"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="12"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="12"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="11"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="11"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="11"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="11"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="11"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="10"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="10"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="10"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="10"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="10"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="10"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="9"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="9"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="9"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="9"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="9"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="9"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="9"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="8"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="7"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="6"] ~ div:nth-of-type(12) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(12) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="5"] ~ div:nth-of-type(13) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(12) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(13) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="4"] ~ div:nth-of-type(14) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(12) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(13) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(14) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="3"] ~ div:nth-of-type(15) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(12) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(13) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(14) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(15) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="2"] ~ div:nth-of-type(16) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(12) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(13) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(14) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(15) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(16) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="1"] ~ div:nth-of-type(17) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(3) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(4) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(5) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(6) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(7) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(8) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(9) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(10) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(11) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(12) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(13) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(14) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(15) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(16) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(17) > label > span::before, div.sheet-nautilusSante > input[type="hidden"][value="0"] ~ div:nth-of-type(18) > label > span::before { content:"X"; } div.sheet-lieuxVisites { position: relative; width: 100%; padding: 30px; padding-top: 50px; margin-top:-30px; flex-wrap:wrap; } div.sheet-lieuxVisites > .repcontainer { width:100%; flex-wrap:wrap; justify-content:space-between; z-index:999; } div.sheet-lieuxVisites > .repcontrol { z-index:999; } div.sheet-lieuxVisites > .repcontainer > .repitem { width:calc(50% - 10px); flex-wrap:wrap; border:1px solid var(--colorB); } div.sheet-lieuxVisites > .repcontainer > .repitem:not(:nth-of-type(1)):not(:nth-of-type(2)), div.sheet-lieuxVisites > .editmode > .repitem:not(:nth-of-type(1)) { margin-top:10px; } div.sheet-lieuxVisites > .editmode > .repitem { width:100%; } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(2) { width:100%; } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(2) > label { width:50%; background:var(--colorB); flex-wrap:wrap; } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(2) > label > h2 { width:100%; color:white; text-transform:uppercase; justify-content:center; text-align:center; padding-top:5px; padding-bottom:5px; font-size:15px; line-height:20px; } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(2) > label:first-of-type > h2 { border-right:1px solid white; } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(2) > label > input[type="text"] { width:100%; text-align:center; border:0px; padding:0px; height:25px; } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(2) > label:first-of-type > input[type="text"] { border-right:1px solid var(--colorB); } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(2) > label > input[type="text"] { border-bottom:1px solid var(--colorB); color:black; } div.sheet-lieuxVisites > .repcontainer > .repitem > div:nth-of-type(3) > textarea { color:black; } div.sheet-creaturesRencontrees { width:calc(50% - 10px - 60px); flex-wrap:wrap; padding:30px; position:relative; align-content:flex-start; align-items:flex-start; } div.sheet-creaturesRencontrees > div.sheet-titre > h1 { font-size:16px; } div.sheet-creaturesRencontrees > .repcontainer { margin-top:10px; flex-wrap:wrap; width:100%; z-index:999; } div.sheet-creaturesRencontrees > .repcontrol { z-index:999; } div.sheet-creaturesRencontrees > .repcontainer > .repitem { width:100%; } div.sheet-creaturesRencontrees > .repcontainer > .repitem > .itemcontrol { border:0px; } div.sheet-creaturesRencontrees > .repcontainer > .repitem:nth-of-type(1) > div { border-top:2px solid var(--colorB); } div.sheet-creaturesRencontrees > .repcontainer > .repitem:last-of-type > div { border-bottom:2px solid var(--colorB); } div.sheet-creaturesRencontrees > .repcontainer > .repitem:not(:nth-of-type(1)) > div { border-top:0px; } div.sheet-creaturesRencontrees > .repcontainer > .repitem > div { border:1px solid var(--colorB); } div.sheet-creaturesRencontrees > .repcontainer > .repitem > div > textarea { color:black; } div.sheet-quarts { width:calc(50% - 10px - 60px); flex-wrap:wrap; padding:30px; position:relative; align-content:flex-start; align-items:flex-start; } div.sheet-quarts > .repcontainer { justify-content:space-between; flex-wrap:wrap; width:100%; z-index:999; margin-top:10px; } div.sheet-quarts > .repcontrol { z-index:999; } div.sheet-quarts > .repcontainer > .repitem { width:50%; } div.sheet-quarts > .repcontainer > .repitem > .itemcontrol { border:0px; } div.sheet-quarts > .repcontainer > .repitem > div { border:1px solid var(--colorB); } div.sheet-quarts > .repcontainer > .repitem:nth-of-type(1) > div, div.sheet-quarts > .repcontainer > .repitem:nth-of-type(2) > div { border-top:2px solid var(--colorB); } div.sheet-quarts > .repcontainer > .repitem:nth-last-of-type(1) > div, div.sheet-quarts > .repcontainer > .repitem:nth-last-of-type(2) > div { border-bottom:2px solid var(--colorB); } div.sheet-quarts > .repcontainer > .repitem:nth-of-type(even) > div { border-left:0px; } div.sheet-quarts > .repcontainer > .repitem:nth-of-type(1n + 3) > div { border-top:0px; } div.sheet-quarts > .repcontainer > .repitem > div > textarea { color:black; } div.sheet-notes { width:100%; flex-wrap:wrap; padding:30px; position:relative; } div.sheet-notes > .repcontainer { width:100%; flex-wrap:wrap; margin-top:10px; z-index:999; } div.sheet-notes > .repcontrol { z-index:999; } div.sheet-notes > .repcontainer > .repitem { width:100%; } div.sheet-notes > .repcontainer > .repitem:not(:first-of-type) { margin-top:10px; } div.sheet-notes > .repcontainer > .repitem > div { width:100%; border:1px solid var(--colorB); } div.sheet-notes > .repcontainer > .repitem > div > textarea { color:black; } .sheet-rolltemplate-base { display:flex; position:relative; width:100%; flex-wrap:wrap; background:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Nautilus/img/fondH.png"), radial-gradient(closest-side, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); background-size:cover; background-repeat:no-repeat; } .sheet-rolltemplate-base > h1 { display:flex; width:100%; background: RGB(117, 076, 040); color: white; align-items: center; justify-content: center; font-weight: 505; font-variant: small-caps; font-size: 15px; line-height:15px; min-height:36px; } .sheet-rolltemplate-base > h2 { display:flex; width:100%; color: black; align-items: center; justify-content: center; font-weight: 505; font-variant: small-caps; font-size: 15px; line-height:15px; min-height:36px; border-bottom:2px solid white; border-top:2px solid white; } .sheet-rolltemplate-base > div { display:flex; width:100%; justify-content:space-between; border-top:2px solid white; } .sheet-rolltemplate-base > div > span { display:flex; color: black; align-items: center; font-weight: 505; font-variant: small-caps; font-size: 15px; line-height: 15px; padding-left:5px; height:36px; } .sheet-rolltemplate-base > div > span:first-of-type { width:80%; border-right:2px solid white; } .sheet-rolltemplate-base > div > span:last-of-type { width:20%; justify-content:center; } .sheet-rolltemplate-base > span { display:flex; color: black; align-items: center; font-weight: 505; font-variant: small-caps; font-size: 12px; line-height: 12px; padding-left:5px; padding-right:5px; min-height:26px; padding-top:5px; padding-bottom:5px; } .sheet-rolltemplate-base .inlinerollresult { border:0px; padding:0px; margin:0px; background:none; color:black; } .sheet-rolltemplate-base .inlinerollresult.fullcrit { border:0px; padding:0px; margin:0px; background:none; color:black; } .sheet-rolltemplate-base .inlinerollresult.fullfail { border:0px; padding:0px; margin:0px; background:none; color:black; } .sheet-rolltemplate-base .inlinerollresult.importantroll { border:0px; padding:0px; margin:0px; background:none; color:black; } .sheet-rolltemplate-base a[href^="~"] { display: flex; width: 100%; justify-content: center; border: 1px solid var(--colorB); font-variant: small-caps; font-weight: 505; font-size: 15px; background: RGB(117, 076, 040); color: white; line-height: 12px; box-shadow: 2px 2px 2px black; } .sheet-rolltemplate-base a[href^="~"]:hover { box-shadow: none; }