2023-08-27 02:58:19 +08:00
|
|
|
.tab Button {
|
2023-06-08 14:09:50 +08:00
|
|
|
min-width: 200px;
|
|
|
|
-unity-font-definition: initial;
|
2023-08-27 02:58:19 +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;
|
|
|
|
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;
|
2023-08-23 01:59:40 +08:00
|
|
|
color: rgb(210, 210, 210);
|
2023-06-08 14:09:50 +08:00
|
|
|
}
|
|
|
|
|
2023-08-27 02:58:19 +08:00
|
|
|
.tab Button:hover {
|
2023-08-23 01:59:40 +08:00
|
|
|
background-color: rgb(32, 32, 32);
|
2023-06-08 14:09:50 +08:00
|
|
|
}
|
|
|
|
|
2023-08-27 02:58:19 +08:00
|
|
|
.tab Button:disabled {
|
2023-08-23 01:59:40 +08:00
|
|
|
background-color: rgb(210, 210, 210);
|
|
|
|
color: rgb(32, 32, 32);
|
2023-06-08 14:09:50 +08:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.play-menu {
|
2023-10-20 19:31:12 +08:00
|
|
|
width: 384px;
|
2023-12-15 00:08:02 +08:00
|
|
|
height: 100px;
|
2023-06-08 14:09:50 +08:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
2023-10-20 19:31:12 +08:00
|
|
|
background-color: rgb(238, 238, 238);
|
2023-06-08 14:09:50 +08:00
|
|
|
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-08-23 01:59:40 +08:00
|
|
|
color: rgb(210, 210, 210);
|
2023-10-20 19:31:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.play-menu:hover {
|
|
|
|
background-color: rgb(70, 70, 70);
|
|
|
|
}
|
|
|
|
|
|
|
|
.play-menu:active {
|
|
|
|
opacity: 0.32;
|
2023-06-08 14:09:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.play-menu #title-context {
|
2023-10-20 19:31:12 +08:00
|
|
|
color: rgb(41, 41, 41);
|
2023-06-08 14:09:50 +08:00
|
|
|
-unity-font-definition: initial;
|
2023-08-27 02:58:19 +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
|
|
|
}
|