From 826381d8585704dd841ce3f21861f84006abad73 Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Fri, 16 Jan 2026 23:54:31 +0100 Subject: [PATCH 1/4] Added hover effects for other document types --- electron/main/index.html | 11 ++++++- electron/main/style.css | 69 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+), 1 deletion(-) diff --git a/electron/main/index.html b/electron/main/index.html index 7300ca3..2aa9a50 100644 --- a/electron/main/index.html +++ b/electron/main/index.html @@ -141,17 +141,26 @@
+
+ +
- +
+ + +
+
+ +
diff --git a/electron/main/style.css b/electron/main/style.css index ee73be1..38c9cfc 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -186,6 +186,8 @@ input[type="file"] { gap: 5px; } +/* Hover effects for all different document options (with placeholders)*/ + .figure1 { position: relative; } @@ -201,12 +203,79 @@ input[type="file"] { object-fit: contain; display: none; transition: opacity .2s; + z-index: 999; } .figure1:hover .img-hover1 { display: flex; } +.figure2 { + position: relative; +} + +.img-hover2 { + position: absolute; + width: 200px; + height: 200px; + top: 0; + right: 40%; + left: 0; + bottom: 0; + object-fit: contain; + display: none; + transition: opacity .2s; + z-index: 999; +} + +.figure2:hover .img-hover2 { + display: flex; +} + +.figure3 { + position: relative; +} + +.img-hover3 { + position: absolute; + width: 200px; + height: 200px; + top: 0; + right: 40%; + left: 0; + bottom: 0; + object-fit: contain; + display: none; + transition: opacity .2s; + z-index: 999; +} + +.figure3:hover .img-hover3 { + display: flex; +} + +.figure4 { + position: relative; +} + +.img-hover4 { + position: absolute; + width: 200px; + height: 200px; + top: 0; + right: 40%; + left: 0; + bottom: 0; + object-fit: contain; + display: none; + transition: opacity .2s; + z-index: 999; +} + +.figure4:hover .img-hover4 { + display: flex; +} + .img-icon { width: 15px; height: 15px; From c2e6c4a18682313ed2d9a5449688105eef681175 Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Fri, 16 Jan 2026 23:59:30 +0100 Subject: [PATCH 2/4] Style changes for custom document css --- electron/main/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/electron/main/style.css b/electron/main/style.css index 38c9cfc..5d76fea 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -305,7 +305,7 @@ input[type="file"] { background-color: #FFF; display: flex; width: 780px; - height: 500px; + height: 550px; flex-direction: column; align-items: center; gap: 10px; @@ -314,6 +314,7 @@ input[type="file"] { border-style: solid; border-radius: 6px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); + padding-top: 50px; } .progressbar { @@ -631,10 +632,9 @@ li { .container { background: white; - padding: 30px; - margin-top: 50px; + padding: 10px; + margin-top: 30px; border-radius: 12px; - box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); width: 90%; max-width: 650px; } From 8076fe92f50bc9ee0cd520bbe2b0450c17ef1b75 Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Sat, 17 Jan 2026 00:11:37 +0100 Subject: [PATCH 3/4] Integrated customDocBtn better with css into the menu --- electron/main/index.html | 1 - electron/main/style.css | 11 +++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/electron/main/index.html b/electron/main/index.html index 2aa9a50..3db1ed1 100644 --- a/electron/main/index.html +++ b/electron/main/index.html @@ -29,7 +29,6 @@

Video to document

-
diff --git a/electron/main/style.css b/electron/main/style.css index 5d76fea..89750a1 100644 --- a/electron/main/style.css +++ b/electron/main/style.css @@ -547,7 +547,14 @@ li { -webkit-transition: all 0.3s ease; } -.menu1 a:first-child { +#customDocBtn { + border: none; + background-color:#1C3B69; + font: 700 20px 'Oswald', sans-serif; + border-radius: 0%; +} + +.menu1 button:first-child { margin-top: 30px; } @@ -564,7 +571,7 @@ li { text-decoration: none; } -.li1:hover { +.li1:hover, #customDocBtn:hover{ background-color: #FFF; color: rgb(61, 61, 61); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); From 0427056f65c5919cbb41db784fb7f26c264e1073 Mon Sep 17 00:00:00 2001 From: Verena Schulz Date: Sat, 17 Jan 2026 00:11:57 +0100 Subject: [PATCH 4/4] Small changes --- electron/main/index.html | 343 ++++++++++++++++++++------------------- 1 file changed, 173 insertions(+), 170 deletions(-) diff --git a/electron/main/index.html b/electron/main/index.html index 3db1ed1..2e68d1d 100644 --- a/electron/main/index.html +++ b/electron/main/index.html @@ -1,5 +1,6 @@ + @@ -7,225 +8,227 @@ + -
-
-
-

Video to document

+

Video to document

-
- -
+
+ +
-
+
-
-
1. Step
-
2. Step
-
3. Step
-
4. Step
-
5. Step
-
6. Step
-
- -
- +
+
1. Step
+
2. Step
+
3. Step
+
4. Step
+
5. Step
+
6. Step
+
- -
+
+ - -