diff --git a/Basic/ClientDriven/Assets/UI Toolkit/ClientDrivenUIStyleSheet.uss b/Basic/ClientDriven/Assets/UI Toolkit/ClientDrivenUIStyleSheet.uss
index 4999eae65..eb945f6d5 100644
--- a/Basic/ClientDriven/Assets/UI Toolkit/ClientDrivenUIStyleSheet.uss
+++ b/Basic/ClientDriven/Assets/UI Toolkit/ClientDrivenUIStyleSheet.uss
@@ -1,12 +1,12 @@
* {
- color: rgb(167, 173, 255);
+ color: rgb(227, 177, 255);
font-size: 40px;
letter-spacing: 2px;
-unity-text-align: middle-center;
-unity-font-style: bold;
- -unity-text-outline-width: 1px;
+ -unity-text-outline-width: 0.5px;
-unity-text-outline-color: rgb(26, 9, 31);
- text-shadow: 1px 1px 4px rgb(26, 9, 31);
+ text-shadow: 1px 1px 1px rgb(26, 9, 31);
}
.layout-buttons {
@@ -50,11 +50,11 @@
}
.button-style:inactive {
- border-left-color: rgba(34, 18, 83, 0.7);
- border-right-color: rgba(34, 18, 83, 0.7);
- border-top-color: rgba(34, 18, 83, 0.7);
- border-bottom-color: rgba(34, 18, 83, 0.7);
- background-color: rgb(67, 72, 143);
+ border-left-color: rgb(65, 5, 81);
+ border-right-color: rgb(65, 5, 81);
+ border-top-color: rgb(65, 5, 81);
+ border-bottom-color: rgb(65, 5, 81);
+ background-color: rgb(125, 60, 143);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
@@ -63,41 +63,42 @@
border-right-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px;
+ flex-grow: 1;
}
.button-style:hover {
display: flex;
translate: -1px -1px;
- background-color: rgb(91, 95, 166);
+ background-color: rgb(148, 83, 166);
}
.button-style:active {
display: flex;
translate: 1px 1px;
- background-color: rgb(50, 53, 106);
+ background-color: rgb(106, 39, 124);
+ border-left-color: rgb(65, 5, 81);
+ border-right-color: rgb(65, 5, 81);
+ border-top-color: rgb(65, 5, 81);
+ border-bottom-color: rgb(65, 5, 81);
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px;
- border-left-color: rgba(34, 18, 83, 0.7);
- border-right-color: rgba(34, 18, 83, 0.7);
- border-top-color: rgba(34, 18, 83, 0.7);
- border-bottom-color: rgba(34, 18, 83, 0.7);
}
.button-style:disabled {
- background-color: rgb(50, 53, 106);
+ background-color: rgb(132, 90, 143);
color: rgb(48, 87, 128);
}
.input-field:inactive {
flex-grow: 1;
color: rgb(93, 168, 255);
- background-color: rgb(42, 47, 105);
- border-left-color: rgba(38, 20, 94, 0.7);
- border-right-color: rgba(38, 20, 94, 0.7);
- border-top-color: rgba(38, 20, 94, 0.7);
- border-bottom-color: rgba(38, 20, 94, 0.7);
+ background-color: rgb(13, 0, 20);
+ border-left-color: rgb(65, 5, 81);
+ border-right-color: rgb(65, 5, 81);
+ border-top-color: rgb(65, 5, 81);
+ border-bottom-color: rgb(65, 5, 81);
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
@@ -116,7 +117,7 @@
.input-field:hover {
flex-grow: 1;
color: rgb(127, 192, 255);
- background-color: rgb(54, 59, 130);
+ background-color: rgb(33, 2, 47);
font-size: 20px;
margin-left: 6px;
margin-right: 6px;
@@ -127,7 +128,7 @@
.input-field:focus {
flex-grow: 1;
color: rgb(127, 192, 255);
- background-color: rgb(42, 47, 105);
+ background-color: rgb(33, 2, 47);
font-size: 20px;
margin-left: 6px;
margin-right: 6px;
@@ -145,7 +146,7 @@
margin-bottom: 6px;
scale: 1 1;
translate: 0 0;
- background-color: rgb(42, 47, 105);
+ background-color: rgb(3, 0, 5);
}
.input-field > .unity-base-text-field__input:inactive {
@@ -156,3 +157,26 @@
-unity-text-align: middle-center;
-unity-font-style: bold-and-italic;
}
+
+.background {
+ width: 590px;
+ height: 119px;
+ margin-left: 0;
+ margin-right: 0;
+ margin-top: 0;
+ margin-bottom: 0;
+ background-color: rgba(65, 5, 81, 0.97);
+ border-left-color: rgb(65, 5, 81);
+ border-right-color: rgb(65, 5, 81);
+ border-top-color: rgb(65, 5, 81);
+ border-bottom-color: rgb(65, 5, 81);
+ border-left-width: 3px;
+ border-right-width: 3px;
+ border-top-width: 3px;
+ border-bottom-width: 3px;
+ border-top-left-radius: 30px;
+ border-bottom-left-radius: 30px;
+ border-top-right-radius: 30px;
+ border-bottom-right-radius: 30px;
+ justify-content: center;
+}
diff --git a/Basic/ClientDriven/Assets/UI Toolkit/GameUI/GameUI.uxml b/Basic/ClientDriven/Assets/UI Toolkit/GameUI/GameUI.uxml
index 525c6f72e..912c9049b 100644
--- a/Basic/ClientDriven/Assets/UI Toolkit/GameUI/GameUI.uxml
+++ b/Basic/ClientDriven/Assets/UI Toolkit/GameUI/GameUI.uxml
@@ -2,13 +2,17 @@
-
-
-
+
+
+
+
+
-
+
+
+
diff --git a/Basic/ClientDriven/Assets/UI Toolkit/GameUI/MainMenuUI.uxml b/Basic/ClientDriven/Assets/UI Toolkit/GameUI/MainMenuUI.uxml
index b89d0b27e..727ae6fd9 100644
--- a/Basic/ClientDriven/Assets/UI Toolkit/GameUI/MainMenuUI.uxml
+++ b/Basic/ClientDriven/Assets/UI Toolkit/GameUI/MainMenuUI.uxml
@@ -1,7 +1,7 @@
-
-
+
+
@@ -9,7 +9,7 @@
-
+