This commit is contained in:
CortexCore
2025-03-10 22:42:42 +08:00
parent ad7065fa02
commit d83387500d
16 changed files with 233 additions and 39 deletions

View File

@@ -1,3 +1,42 @@
Button {
background-color: rgba(0, 0, 0, 0);
color: rgb(255, 255, 255);
border-left-color: rgba(255, 255, 255, 0.78);
border-right-color: rgba(255, 255, 255, 0.78);
border-top-color: rgba(255, 255, 255, 0.78);
border-bottom-color: rgba(255, 255, 255, 0.78);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
Button:hover {
color: rgb(0, 0, 0);
border-left-color: rgba(255, 255, 255, 0.78);
border-right-color: rgba(255, 255, 255, 0.78);
border-top-color: rgba(255, 255, 255, 0.78);
border-bottom-color: rgba(255, 255, 255, 0.78);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: rgb(255, 255, 255);
}
Button:active {
color: rgba(255, 255, 255, 0.5);
border-left-color: rgba(255, 255, 255, 0.78);
border-right-color: rgba(255, 255, 255, 0.78);
border-top-color: rgba(255, 255, 255, 0.78);
border-bottom-color: rgba(255, 255, 255, 0.78);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: rgba(255, 255, 255, 0.5);
}
Label {
-unity-font-definition: url("project://database/Assets/Artists/Arts/Fonts/Meiryo%20UI%20W53%20Regular%20SDF.asset?fileID=11400000&guid=80d4eed6ab6a2c248b81331b3aab1c8c&type=2#Meiryo UI W53 Regular SDF");
}
@@ -15,9 +54,9 @@ Label {
margin-left: 0;
transition-duration: 0.2s;
-unity-background-scale-mode: scale-and-crop;
-unity-text-outline-width: 0.5px;
-unity-text-outline-color: rgba(0, 0, 0, 0);
height: auto;
min-width: 256px;
font-size: 48px;
}
.level-button > Button:hover {
@@ -42,7 +81,7 @@ Label {
color: rgb(128, 128, 128);
}
Button {
.lobby Button {
width: 300px;
height: 100px;
background-image: url("project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/components/button_yellow.png?fileID=21300000&guid=ad4e0d1615e1e9e4783475cbe9454ff6&type=3#button_yellow");
@@ -53,14 +92,14 @@ Button {
border-left-width: 0;
font-size: 32px;
color: rgb(255, 255, 255);
-unity-font-style: bold;
-unity-font-definition: url("project://database/Assets/Artists/Arts/Fonts/Meiryo%20UI%20W53%20Regular%20SDF.asset?fileID=11400000&guid=80d4eed6ab6a2c248b81331b3aab1c8c&type=2#Meiryo UI W53 Regular SDF");
}
Button:hover {
.lobby Button:hover {
font-size: 36px;
}
Button:active {
.lobby Button:active {
opacity: 0.5;
font-size: 32px;
}
@@ -75,8 +114,8 @@ TabBar > Button {
border-bottom-width: 0;
border-left-width: 0;
color: rgb(255, 255, 255);
-unity-font-style: bold-and-italic;
background-image: none;
-unity-font-style: italic;
}
TabBar > Button:disabled {
@@ -116,6 +155,10 @@ Button.color-secondary {
width: 200px;
height: 200px;
background-image: none;
margin-top: 12px;
margin-right: 12px;
margin-bottom: 12px;
margin-left: 12px;
}
.inventory-item {