diff --git a/site/test/js/func.js b/site/test/js/func.js
index 24f5659..c9b6f92 100644
--- a/site/test/js/func.js
+++ b/site/test/js/func.js
@@ -24,6 +24,7 @@ function changeLineColor(idLine) {
line.stroke(colorline);
}
function changeLineColorBlack(idLine) {
+
let line = stage.findOne("#" + idLine);
line.stroke(colorLineInnactive);
}
diff --git a/site/vue/css/style.css b/site/vue/css/style.css
index 0cabb12..16d2996 100644
--- a/site/vue/css/style.css
+++ b/site/vue/css/style.css
@@ -88,12 +88,13 @@ i:hover {
display: none;
position: fixed;
z-index: 1;
- padding-top: 100px;
+ padding-top: 2%;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
+
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
@@ -103,6 +104,7 @@ i:hover {
margin: auto;
padding: 0;
width: 80%;
+ border-radius: 15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
@@ -153,4 +155,9 @@ hr{
}
.img_france{
margin-right:50px;
+}
+
+.setting_play{
+ height: 30vh;
+ width: 90%;
}
\ No newline at end of file
diff --git a/site/vue/img/and_test.png b/site/vue/img/and_test.png
new file mode 100644
index 0000000..a5b09bc
Binary files /dev/null and b/site/vue/img/and_test.png differ
diff --git a/site/vue/img/idea_white.png b/site/vue/img/idea_white.png
new file mode 100644
index 0000000..62532d9
Binary files /dev/null and b/site/vue/img/idea_white.png differ
diff --git a/site/vue/img/nand_test.png b/site/vue/img/nand_test.png
new file mode 100644
index 0000000..89153d9
Binary files /dev/null and b/site/vue/img/nand_test.png differ
diff --git a/site/vue/img/nor_test.png b/site/vue/img/nor_test.png
new file mode 100644
index 0000000..8c969d6
Binary files /dev/null and b/site/vue/img/nor_test.png differ
diff --git a/site/vue/img/not_test.png b/site/vue/img/not_test.png
new file mode 100644
index 0000000..1d76058
Binary files /dev/null and b/site/vue/img/not_test.png differ
diff --git a/site/vue/img/or_test.png b/site/vue/img/or_test.png
new file mode 100644
index 0000000..6390577
Binary files /dev/null and b/site/vue/img/or_test.png differ
diff --git a/site/vue/index.html b/site/vue/index.html
index f5f7e75..c5c7165 100644
--- a/site/vue/index.html
+++ b/site/vue/index.html
@@ -46,26 +46,31 @@
Personnalisation du jeu
- - -