Net.Like.Xue.Tokyo/Assets/Artists/UX/Style.uss

137 lines
4.2 KiB
Plaintext

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");
}
.level-button > Button {
background-color: rgba(255, 255, 255, 0);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
-unity-background-image-tint-color: rgb(83, 83, 83);
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
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;
}
.level-button > Button:hover {
-unity-background-image-tint-color: rgb(255, 255, 255);
flex-grow: 1;
transition-duration: 0.2s;
}
.level-button > Button:focus {
-unity-background-image-tint-color: rgb(255, 255, 255);
flex-grow: 1;
transition-duration: 0.2s;
}
.dialogue-container Label {
}
.dialogue-container Label:disabled {
opacity: 0.5;
}
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");
background-color: rgba(0, 0, 0, 0);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
font-size: 32px;
color: rgb(255, 255, 255);
-unity-font-style: bold-and-italic;
}
Button:hover {
font-size: 36px;
}
Button:active {
opacity: 0.5;
font-size: 32px;
}
TabBar > Button {
width: 200px;
height: 48px;
font-size: 24px;
background-color: rgba(0, 0, 0, 0);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
color: rgb(255, 255, 255);
-unity-font-style: bold-and-italic;
background-image: none;
}
TabBar > Button:disabled {
background-image: url("project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/components/selected.png?fileID=21300000&guid=90e2675adaa634d4a897318ed3446ea0&type=3#selected");
color: rgb(37, 37, 37);
}
TabBar > Button:hover {
background-image: url("project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/components/selected.png?fileID=21300000&guid=90e2675adaa634d4a897318ed3446ea0&type=3#selected");
-unity-background-image-tint-color: rgba(255, 255, 255, 0.25);
}
Button.small {
height: 64px;
}
Button.color-primary {
background-image: url("project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/components/button_blue.png?fileID=21300000&guid=613ec3bb091e8494495b8e4505dec067&type=3#button_blue");
}
Button.color-secondary {
background-image: url("project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/components/button_red.png?fileID=21300000&guid=16307cfa33877b447b67548cbe4c973b&type=3#button_red");
}
#unity-dragger {
background-color: rgb(255, 255, 255);
width: 24px;
height: 24px;
border-top-left-radius: 69px;
border-top-right-radius: 69px;
border-bottom-right-radius: 69px;
border-bottom-left-radius: 69px;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-left-color: rgb(241, 88, 60);
border-right-color: rgb(241, 88, 60);
border-top-color: rgb(241, 88, 60);
border-bottom-color: rgb(241, 88, 60);
}
#unity-tracker {
}
.color-secondary .unity-progress-bar__progress {
background-color: rgb(255, 95, 95);
}
.cosmetics-button {
width: 200px;
height: 200px;
background-image: none;
}
.inventory-item {
width: 100px;
height: 100px;
background-image: url("project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/components/profile.png?fileID=21300000&guid=2ec33b5024a015d40961e6092a5f36a7&type=3#profile");
}