BITFALL/Assets/Artists/UX/MainMenu.uss

75 lines
1.8 KiB
Plaintext
Raw Normal View History

2023-08-27 02:58:19 +08:00
.tab Button {
2024-04-26 03:55:43 +08:00
min-width: 64px;
2023-06-08 14:09:50 +08:00
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;
2024-04-22 01:21:28 +08:00
color: rgba(210, 210, 210, 0.78);
2024-03-18 18:20:23 +08:00
min-height: 0;
-unity-font-style: bold;
2024-04-22 01:21:28 +08:00
background-color: rgba(0, 0, 0, 0);
2023-06-08 14:09:50 +08:00
}
2023-08-27 02:58:19 +08:00
.tab Button:hover {
2024-04-22 01:21:28 +08:00
color: rgb(255, 255, 255);
2023-06-08 14:09:50 +08:00
}
2023-08-27 02:58:19 +08:00
.tab Button:disabled {
2023-06-08 14:09:50 +08:00
opacity: 1;
2024-04-22 01:21:28 +08:00
color: rgb(255, 255, 255);
border-left-color: rgb(255, 255, 255);
border-right-color: rgb(255, 255, 255);
border-top-color: rgb(255, 255, 255);
border-bottom-color: rgb(255, 255, 255);
border-bottom-width: 1px;
2023-06-08 14:09:50 +08:00
}
.play-menu {
2024-04-22 01:21:28 +08:00
font-size: 24px;
2023-06-08 14:09:50 +08:00
}
.play-menu #title-context {
2024-03-19 20:16:48 +08:00
color: rgb(255, 255, 255);
2023-06-08 14:09:50 +08:00
-unity-font-definition: initial;
2024-03-18 18:20:23 +08:00
-unity-font: url("project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Bold.ttc?fileID=12800000&guid=70e08abd745a9214299a520605342101&type=3#SourceHanMono-Bold");
2023-06-08 14:09:50 +08:00
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;
2023-10-20 19:31:12 +08:00
-unity-text-align: middle-center;
2023-06-08 14:09:50 +08:00
position: absolute;
left: 0;
2023-10-20 19:31:12 +08:00
top: 0;
2023-06-08 14:09:50 +08:00
right: 0;
bottom: 0;
2023-10-20 19:31:12 +08:00
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
2023-06-08 14:09:50 +08:00
}
.play-menu:hover #title-context {
2023-10-20 19:31:12 +08:00
color: rgb(214, 214, 214);
2023-06-08 14:09:50 +08:00
}
2024-04-26 03:55:43 +08:00
.tl {
color: rgba(255, 255, 255, 0.5);
}