IndieGame/client/Assets/Ether/Package/EtherNode/Editor/UI/NodeView.uss
DOBEST\zhaoyingjie f242607587 初始化工程
2024-10-11 10:12:15 +08:00

131 lines
3.2 KiB
Plaintext

#input {
align-items: center;
justify-content: center;
flex-grow: 1;
padding-top: 0;
max-height: 40px;
border-bottom-color: rgb(125, 125, 125);
border-bottom-width: 0;
padding-bottom: 0;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
min-height: 40px;
height: 40px;
width: 350px;
max-width: 350px;
min-width: 350px;
}
#output {
flex-grow: 0;
align-items: center;
justify-content: center;
border-top-color: rgb(126, 126, 126);
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
max-height: 40px;
min-height: 20px;
max-width: 100%;
width: 100%;
min-width: 100%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
overflow: visible;
opacity: 1;
}
#BackGround {
flex-grow: 1;
border-left-color: rgb(32, 32, 32);
border-right-color: rgb(32, 32, 32);
border-top-color: rgb(32, 32, 32);
border-bottom-color: rgb(32, 32, 32);
background-color: rgb(56, 56, 56);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 15px;
padding-left: 10px;
}
:hover > #BackGround {
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-left-color: rgb(217, 217, 217);
border-right-color: rgb(217, 217, 217);
border-top-color: rgb(217, 217, 217);
border-bottom-color: rgb(217, 217, 217);
}
:selected > #BackGround {
border-left-color: rgb(217, 217, 217);
border-right-color: rgb(217, 217, 217);
border-top-color: rgb(217, 217, 217);
border-bottom-color: rgb(217, 217, 217);
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
}
#title-label {
-unity-font: resource('Font/AlimamaDongFangDaKai');
-unity-font-definition: initial;
-unity-text-align: middle-center;
font-size: 16px;
margin-bottom: 0;
padding-bottom: 10px;
justify-content: center;
align-items: center;
margin-top: 0;
margin-right: 0;
margin-left: 0;
padding-top: 10px;
}
#InspectorViewer {
margin-bottom: 15px;
}
#Content {
border-left-color: rgb(81, 81, 81);
border-right-color: rgb(81, 81, 81);
border-top-color: rgb(81, 81, 81);
border-bottom-color: rgb(81, 81, 81);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
padding-right: 15px;
padding-left: 15px;
}
.running#NodeState {
border-left-color: rgb(15, 236, 3);
border-right-color: rgb(15, 236, 3);
border-top-color: rgb(15, 236, 3);
border-bottom-color: rgb(15, 236, 3);
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}