108 lines
2.6 KiB
Plaintext
108 lines
2.6 KiB
Plaintext
.profiler-label {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.menu-button {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
border-left-color: rgba(0, 0, 0, 0);
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
font-size: 32px;
|
|
color: rgb(183, 183, 183);
|
|
-unity-font-definition: url('project://database/Assets/BITKit/Art/Fonts/NotoSansSC-Bold%20SDF.asset?fileID=11400000&guid=033cc1a4c6c35c6488ad74f4cee476ac&type=2#NotoSansSC-Bold SDF');
|
|
display: flex;
|
|
}
|
|
|
|
.menu-button:hover {
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.menu-button:active {
|
|
color: rgb(161, 161, 161);
|
|
}
|
|
|
|
.cosmetic-button {
|
|
width: 128px;
|
|
height: 128px;
|
|
background-color: rgba(0, 0, 0, 0.13);
|
|
margin-top: 8px;
|
|
margin-right: 8px;
|
|
margin-bottom: 8px;
|
|
margin-left: 8px;
|
|
padding-top: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
padding-left: 0;
|
|
border-left-color: rgba(0, 0, 0, 0);
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.cosmetic-button #icon-image {
|
|
-unity-background-image-tint-color: rgb(128, 128, 128);
|
|
}
|
|
|
|
.cosmetic-button #context-label {
|
|
background-color: rgba(0, 0, 0, 0.78);
|
|
color: rgb(247, 247, 247);
|
|
margin-top: 0;
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.cosmetic-button:hover {
|
|
width: 128px;
|
|
height: 128px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
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);
|
|
}
|
|
|
|
.--toggled > .cosmetic-button #icon-image {
|
|
width: 128px;
|
|
height: 128px;
|
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.cosmetic-button:hover #icon-image {
|
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.cosmetic-button:hover #context-label {
|
|
background-color: rgba(255, 255, 255, 0);
|
|
color: rgba(0, 0, 0, 0);
|
|
margin-top: 0;
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.--toggled > .cosmetic-button #context-label {
|
|
background-color: rgb(247, 247, 247);
|
|
color: rgb(2, 2, 2);
|
|
-unity-font-style: normal;
|
|
}
|
|
|
|
PopupTextElement.unity-text-element {
|
|
color: rgba(255, 255, 255, 0.78);
|
|
}
|