diff --git a/build.gradle b/build.gradle index c72764de..18e1aba0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'stirling.software' -version = '0.5.1' +version = '0.6.0' sourceCompatibility = '17' repositories { diff --git a/src/main/resources/static/css/dark-mode.css b/src/main/resources/static/css/dark-mode.css index 4ae283e8..5c35a13c 100644 --- a/src/main/resources/static/css/dark-mode.css +++ b/src/main/resources/static/css/dark-mode.css @@ -25,3 +25,7 @@ body { background-color: #444 !important; } +.home-card-icon-colour { +filter: invert(0.2) sepia(2) saturate(50) hue-rotate(190deg); +} + diff --git a/src/main/resources/static/images/union.svg b/src/main/resources/static/images/union.svg index b629b881..e694d774 100644 --- a/src/main/resources/static/images/union.svg +++ b/src/main/resources/static/images/union.svg @@ -1,3 +1,5 @@ - - + + + + \ No newline at end of file diff --git a/src/main/resources/templates/fragments/card.html b/src/main/resources/templates/fragments/card.html index d574954e..b56ef422 100644 --- a/src/main/resources/templates/fragments/card.html +++ b/src/main/resources/templates/fragments/card.html @@ -1,6 +1,9 @@
-
+
+ Your SVG description +
+

-
\ No newline at end of file + diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index 8cc50a19..d7605a6c 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -47,6 +47,13 @@ .card-title.text-primary { color: #013275; /* Replace with your desired shade of blue */ } + +.home-card-icon { + width: 30px; + height: 30px; + transform: translateY(-5px); +} + @@ -65,39 +72,39 @@
-
+
-
+
-
-
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
+
+
diff --git a/src/main/resources/templates/multi-tool.html b/src/main/resources/templates/multi-tool.html index 1598f5bb..bacb0f90 100644 --- a/src/main/resources/templates/multi-tool.html +++ b/src/main/resources/templates/multi-tool.html @@ -65,7 +65,7 @@ bottomInsertFileButtonContainer.style.transform = "translate(0, 50%)"; const bottomInsertFileButton = document.createElement('button'); - bottomInsertFileButton.classList.add("btn", "btn-primary", "insert-file-button", "align-center-right"); + bottomInsertFileButton.classList.add("btn", "btn-primary", "insert-file-button"); bottomInsertFileButton.innerHTML = ` @@ -231,7 +231,7 @@ insertFileButtonContainer.classList.add("insert-file-button-container", "align-top"); const insertFileButton = document.createElement('button'); - insertFileButton.classList.add("btn", "btn-primary", "insert-file-button", "align-center-right"); + insertFileButton.classList.add("btn", "btn-primary", "insert-file-button"); insertFileButton.innerHTML = ` @@ -432,13 +432,12 @@ transition: opacity 0.05s; } .insert-file-button { - translate: 100% -50%; - rotate: 45deg; + position: absolute; + top: 50%; + right: 50%; + translate: 50% -50%; aspect-ratio: 1; - border-radius: 100px 100px 100px 0; - } - .insert-file-button > * { - rotate: -45deg; + border-radius: 100px; } #add-pdf-button { diff --git a/src/main/resources/templates/page-manager.html b/src/main/resources/templates/page-manager.html deleted file mode 100644 index 5a249ceb..00000000 --- a/src/main/resources/templates/page-manager.html +++ /dev/null @@ -1,450 +0,0 @@ - - - - - - - -
-
-
-

-
-
-
-

- -
- - - - - - - - - -
- -
- -
-
-
-
-
-
- - - - - - - \ No newline at end of file