BITFALL/Assets/Artists/UX/MainMenu.uss

95 lines
2.3 KiB
Plaintext

.tab Button {
min-width: 200px;
-unity-font-definition: initial;
-unity-font: url('project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Bold.ttc?fileID=12800000&guid=70e08abd745a9214299a520605342101&type=3#SourceHanMono-Bold');
font-size: 24px;
background-color: rgba(0, 0, 0, 0);
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
color: rgb(210, 210, 210);
}
.tab Button:hover {
background-color: rgb(32, 32, 32);
}
.tab Button:disabled {
background-color: rgb(210, 210, 210);
color: rgb(32, 32, 32);
opacity: 1;
}
.play-menu {
width: 384px;
height: 200px;
margin-left: 0;
margin-right: 0;
margin-top: 8px;
margin-bottom: 8px;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
background-color: rgb(238, 238, 238);
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
color: rgb(210, 210, 210);
}
.play-menu:hover {
background-color: rgb(70, 70, 70);
}
.play-menu:active {
opacity: 0.32;
}
.play-menu #title-context {
color: rgb(41, 41, 41);
-unity-font-definition: initial;
-unity-font: url('project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Bold.ttc?fileID=12800000&guid=70e08abd745a9214299a520605342101&type=3#SourceHanMono-Bold');
font-size: 24px;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-unity-text-align: middle-center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.play-menu:hover #title-context {
color: rgb(214, 214, 214);
}