This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
colourmeok/ColourMeOKGame/Assets/UI/GameUI.uss

150 lines
3.5 KiB
CSS
Raw Normal View History

#Content > Button {
border-top-color: rgb(208, 152, 194);
border-right-color: rgba(208, 152, 194, 0);
border-bottom-color: rgba(208, 152, 194, 0);
border-left-color: rgba(208, 152, 194, 0);
border-bottom-width: 1px;
}
#Content Button {
background-color: rgba(0, 0, 0, 0);
2024-11-17 07:29:22 +08:00
padding: 12px 0;
margin: 0;
font-size: 18px;
color: rgb(208, 152, 194);
-unity-text-align: upper-left;
text-overflow: ellipsis;
}
#Content Label {
font-size: 18px;
color: rgb(208, 152, 194);
text-overflow: ellipsis;
-unity-text-align: upper-left;
2024-11-17 07:29:22 +08:00
padding: 12px 0;
margin: 0;
}
#MainView Label {
font-size: 22px;
color: rgb(15, 13, 27);
}
.lch-slider Label {
display: flex;
width: auto;
min-width: 15%;
}
.lch-slider #unity-drag-container {
}
.lch-slider #unity-tracker {
background-color: rgb(122, 90, 126);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
margin-left: 4px;
margin-right: 4px;
}
.lch-slider #unity-dragger {
background-color: rgb(15, 13, 27);
2024-11-17 07:29:22 +08:00
border-left-color: rgb(15, 13, 27);
border-right-color: rgb(15, 13, 27);
border-top-color: rgb(15, 13, 27);
border-bottom-color: rgb(15, 13, 27);
border-top-width: 12px;
border-right-width: 12px;
border-bottom-width: 12px;
border-left-width: 12px;
2024-11-17 07:29:22 +08:00
border-radius: 5px;
height: 24px;
width: 24px;
}
#AccountFields TextField {
flex-shrink: 0;
flex-grow: 1;
margin-top: 0.75%;
margin-right: 0;
margin-bottom: 0.75%;
margin-left: 0;
font-size: 22px;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
padding-left: 0;
color: rgb(15, 13, 27);
}
#AccountFields TextField Label {
-unity-text-align: middle-left;
flex-shrink: 0;
width: 10%;
color: rgb(15, 13, 27);
}
#AccountFields TextField #unity-text-input {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
2024-11-17 07:29:22 +08:00
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
background-color: rgb(255, 232, 249);
2024-11-17 19:10:01 +08:00
color: rgb(15, 13, 27);
2024-11-17 07:29:22 +08:00
}
#AccountFields Button {
flex-grow: 0;
flex-shrink: 1;
width: auto;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-top: 0.75%;
margin-right: 0;
margin-bottom: 0.75%;
margin-left: 1.5%;
font-size: 22px;
-unity-text-align: middle-center;
background-color: rgb(15, 13, 27);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
color: rgb(208, 152, 194);
min-width: 8.5%;
}
#AccountButtons > Button {
font-size: 22px;
flex-shrink: 0;
background-color: rgba(0, 0, 0, 0);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
margin-top: 0;
}