edit: ajout script generatif avec collection test + pleins de petits réglages

This commit is contained in:
2026-03-22 10:04:05 +01:00
parent ec98357ae2
commit 7ccede8b51
22 changed files with 301 additions and 23 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 929 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 KiB

+12 -3
View File
@@ -73,15 +73,23 @@ input {
a{
text-decoration: none;
color: inherit;
cursor: pointer;
cursor: alias;
}
button{
cursor: cell;
}
a p{
cursor:inherit;
}
a button{
cursor: inherit;
}
p{
cursor: default;
cursor: inherit;
}
/*=====================Référencement*/
@@ -147,6 +155,7 @@ canvas {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
cursor: crosshair;
}
@@ -253,6 +262,7 @@ canvas {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
cursor: move;
}
.windowTitleLower{
@@ -271,7 +281,6 @@ canvas {
width: 50px;
height: 33px;
align-items: center;
cursor: pointer;
}
.closeBtn:hover{