diff --git a/CoeursVaillants-2/CoeursVaillants-2.css b/CoeursVaillants-2/CoeursVaillants-2.css index ca1eda63e819..d6f9d1476588 100644 --- a/CoeursVaillants-2/CoeursVaillants-2.css +++ b/CoeursVaillants-2/CoeursVaillants-2.css @@ -71,10 +71,10 @@ div.sheet-libel1{ font-size: 12px; font-weight: bold; text-align: left; - vertical-align: middle; + vertical-align: middle; width: 60px; font-variant: small-caps; - margin-bottom: 4px; + margin-bottom: 4px; } .sheet-darkmode div.sheet-libel1{ color: white; @@ -183,7 +183,7 @@ textarea { box-sizing: border-box; margin: 0px; font-weight: normal; - font-family: cursive; + font-family: cursive; color: black; background-color: WhiteSmoke; } @@ -236,9 +236,6 @@ input[type="checkbox"].check-buttonExalt + label { input[type="checkbox"].check-buttonComp + label { font-size: 14px; width: 90px; - /* font-weight: bold; */ - /* font-variant: small-caps; */ - /* width: 110px; */ } /* --------------------- */ /* --------TEXT--------- */ @@ -254,6 +251,9 @@ label.sheet-avent2 { margin-top:0px; margin-bottom:0px; } +.sheet-marginCarac { + margin: -4px 0 3px 10px; +} /* --------------------- */ /* -------BOUTONS------- */ /* --------------------- */ @@ -400,14 +400,19 @@ label.sheet-avent2 { /* --------------------- */ /* ----SWITCH PJ/PNJ---- */ /* --------------------- */ -div.sheet-block_b { +div.sheet-block_a { display: none; } -input.sheet-block_switch:checked ~ div.sheet-block_a { +div.sheet-block_b { display: none; } -input.sheet-block_switch:checked ~ div.sheet-block_b { - display: inline; +html input[name*=type_fiche][value=personnage] ~ div.sheet-block_a, +html .charsheet input[name*=type_fiche][value=personnage] ~ div.sheet-block_a { + display: block; +} +html input[name*=type_fiche][value=bestiaire] ~ div.sheet-block_b, +html .charsheet input[name*=type_fiche][value=bestiaire] ~ div.sheet-block_b { + display: block; } /* --------------------- */ diff --git a/CoeursVaillants-2/CoeursVaillants-2.html b/CoeursVaillants-2/CoeursVaillants-2.html index 985e7aca76a2..a7f6b44cd14d 100644 --- a/CoeursVaillants-2/CoeursVaillants-2.html +++ b/CoeursVaillants-2/CoeursVaillants-2.html @@ -1,4 +1,47 @@ -