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

112 lines
2.4 KiB
CSS
Raw Normal View History

Button {
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);
}
#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);
padding-left: 0;
padding-right: 0;
padding-top: 12px;
padding-bottom: 12px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 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;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
#MainView Label {
font-size: 22px;
color: rgb(15, 13, 27);
}
.stretch {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.center {
align-items: center;
justify-content: center;
}
.circle {
width: 70%;
height: 0;
padding-top: 70%;
}
.lch-slider Label {
display: flex;
color: rgb(36, 0, 255);
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);
border-left-color: rgb(0, 0, 0);
border-right-color: rgb(0, 0, 0);
border-top-color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
border-top-width: 12px;
border-right-width: 12px;
border-bottom-width: 12px;
border-left-width: 12px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
height: 24px;
width: 24px;
}