PuzzleGame/PuzzleGameProject/Assets/UI/Styles/style1.uss

174 lines
4 KiB
Text

.MenuHTwo {
-unity-font-definition: url("project://database/Library/unity%20default%20resources?fileID=10102&guid=0000000000000000e000000000000000&type=0#LegacyRuntime");
-unity-font-style: normal;
font-size: 39px;
}
.MenuHThree {
font-size: 25px;
}
.MenuText {
white-space: normal;
}
.unity-toggle__checkmark {
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
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-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.icon-button {
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);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.MenuHThree {
font-size: 25px;
}
.CloseButton {
background-color: rgba(0, 0, 0, 0);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
font-size: 22px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
right: 5px;
top: 5px;
color: rgb(0, 0, 0);
width: 30px;
height: 30px;
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);
position: absolute;
}
.button {
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: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-size: 31px;
}
.unity-base-text-field__input {
background-color: rgba(238, 15, 15, 0);
color: rgb(0, 0, 0);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
.border {
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
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);
}
.MenuHTwo {
-unity-font-definition: url("project://database/Library/unity%20default%20resources?fileID=10102&guid=0000000000000000e000000000000000&type=0#LegacyRuntime");
-unity-font-style: normal;
font-size: 39px;
}
.MenuText {
white-space: normal;
}
.unity-scroller {
display: flex;
visibility: visible;
align-items: center;
}
.unity-scroller__low-button {
visibility: hidden;
display: flex;
}
.unity-scroller__high-button {
visibility: hidden;
display: flex;
}
.unity-slider__input {
visibility: visible;
width: 5px;
align-self: center;
align-items: center;
}
.unity-base-slider__tracker {
visibility: hidden;
}
.unity-base-slider__dragger {
visibility: visible;
background-color: rgb(0, 0, 0);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
width: 5px;
}
.unity-base-slider__drag-container {
visibility: visible;
}
.MenuHOne {
font-size: 55px;
}