99 lines
2.3 KiB
Plaintext
99 lines
2.3 KiB
Plaintext
.tab Button {
|
|
min-width: 100px;
|
|
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: rgba(210, 210, 210, 0.78);
|
|
min-height: 0;
|
|
-unity-font-style: bold;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.tab Button:hover {
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.tab Button:disabled {
|
|
opacity: 1;
|
|
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;
|
|
}
|
|
|
|
.play-menu {
|
|
height: 67px;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-left-width: 1px;
|
|
border-right-width: 1px;
|
|
border-top-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
color: rgb(47, 47, 47);
|
|
-unity-font-style: bold;
|
|
font-size: 24px;
|
|
background-color: rgba(255, 255, 255, 0.84);
|
|
}
|
|
|
|
.play-menu:hover {
|
|
background-color: rgb(70, 70, 70);
|
|
}
|
|
|
|
.play-menu:active {
|
|
opacity: 0.32;
|
|
}
|
|
|
|
.play-menu #title-context {
|
|
color: rgb(255, 255, 255);
|
|
-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);
|
|
}
|