107 lines
2.9 KiB
Plaintext
107 lines
2.9 KiB
Plaintext
.navigation {
|
|
min-width: 200px;
|
|
-unity-font-definition: initial;
|
|
-unity-font: url('project://database/Assets/BITKit/Unity/Common/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);
|
|
}
|
|
|
|
.navigation:hover {
|
|
background-color: rgb(32, 32, 32);
|
|
}
|
|
|
|
.navigation:disabled {
|
|
background-color: rgb(210, 210, 210);
|
|
color: rgb(32, 32, 32);
|
|
opacity: 1;
|
|
}
|
|
|
|
.play-menu {
|
|
width: 512px;
|
|
height: 256px;
|
|
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-image: none;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
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);
|
|
-unity-background-image-tint-color: rgb(210, 210, 210);
|
|
}
|
|
|
|
.play-menu #title-context {
|
|
background-color: rgb(0, 0, 0);
|
|
color: rgb(255, 255, 255);
|
|
-unity-font-definition: initial;
|
|
-unity-font: url('project://database/Assets/BITKit/Unity/Common/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;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
position: absolute;
|
|
left: 0;
|
|
top: auto;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 64px;
|
|
flex-grow: 0;
|
|
transition-duration: 0.2s;
|
|
}
|
|
|
|
.play-menu:hover #title-context {
|
|
flex-grow: 1;
|
|
height: 256px;
|
|
transition-delay: 0s;
|
|
transition-duration: 0.2s;
|
|
background-color: rgb(16, 16, 16);
|
|
}
|
|
|
|
.play-menu.lite {
|
|
height: 64px;
|
|
font-size: 24px;
|
|
-unity-font-definition: initial;
|
|
-unity-font: url('project://database/Assets/BITKit/Unity/Common/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Bold.ttc?fileID=12800000&guid=70e08abd745a9214299a520605342101&type=3#SourceHanMono-Bold');
|
|
}
|
|
|
|
.play-menu.lite:hover {
|
|
background-color: rgb(64, 64, 64);
|
|
}
|