diff --git a/DungeonWorldFrench/ReadMe.md b/DungeonWorldFrench/ReadMe.md index c09e967095..49cc5a4b22 100644 --- a/DungeonWorldFrench/ReadMe.md +++ b/DungeonWorldFrench/ReadMe.md @@ -4,10 +4,15 @@ Feuille de Personnage en français pour [Dungeon World V1 et V2](http://dungeonw Basée sur la feuille VO de Willem den Besten (Morenim) et Devindra Payment (@Ardnived) ... et considérablement modifiée. # Version courante -3.4 [Capture d'écran](dwfr.png) +3.5 [Capture d'écran](dwfr.png) # Notes de version +## v3.5 (2019-01-29) + +* Correction d'un bug dans le comptage des sorts préparés +* Amélioration esthétique des boutons de sections répétables + ## v3.4 (2017-09-17) * Optimisation technique diff --git a/DungeonWorldFrench/dwfr.css b/DungeonWorldFrench/dwfr.css index cd27aa51db..a6144db0ea 100644 --- a/DungeonWorldFrench/dwfr.css +++ b/DungeonWorldFrench/dwfr.css @@ -676,3 +676,64 @@ input[type="radio"].sheet-voleur:checked ~ div.sheet-voleur { border-left-style: none; border-bottom-style: none; } + +/* ===== REPEATING SECTIONS CTRL ===== */ +.repcontrol { + margin-top: 4px; + min-height: 25px; +} +.repcontrol .btn { + border: none; + color: white !important; + background: none; + box-shadow: none; + font-size: 0; + padding: 0px 0px 0px 0px; +} + +.repcontrol .btn:focus {outline: 0;} +.repcontrol .repcontrol_add:before, +.repcontrol .repcontrol_edit:after { + font-family: pictos; + color: #700200; + display: inline-block; + border: 1px solid #700200; + border-radius: 50%; + font-size: 14px; + padding: 2px; + height: 14px; + width: 14px; + line-height: 14px; +} +.repcontrol .repcontrol_add:before { + content: '&'; +} +.repcontrol .repcontrol_edit:after { + content: '('; +} +.editmode ~ .repcontrol .repcontrol_edit:after { + content: ')'; + vertical-align: bottom; +} + +.repcontrol .repcontrol_edit:hover:after, +.repcontrol .repcontrol_add:hover:before { + color: #DE6928; + border-color: #DE6928; +} +.repcontainer .repitem .itemcontrol {z-index: 10;} +.repcontainer .repitem .itemcontrol .repcontrol_del { + float: right; + font-size: 10px; + padding: 0px; + height: 18px; + width: 18px; +} +.repcontainer .repitem .itemcontrol .repcontrol_move { + cursor: move; + float: left; + font-size: 10px; + padding: 0px; + height: 18px; + width: 18px; +} diff --git a/DungeonWorldFrench/dwfr.htm b/DungeonWorldFrench/dwfr.htm index a6ffdc0fa4..1e787594e7 100644 --- a/DungeonWorldFrench/dwfr.htm +++ b/DungeonWorldFrench/dwfr.htm @@ -1,297 +1,6 @@ - - -
- Dungeon World VF, feuille version 3.3 (18/02/2017) + Dungeon World VF, feuille version 3.5 (29/01/2019)