Net.Like.Xue.Tokyo/Assets/BITKit/Unity/UX/Common/Common_VideoPlayer.uss

69 lines
2.0 KiB
Plaintext

.video {
background-image: url('project://database/Assets/BITKit/Materials/UX_Video.renderTexture?fileID=8400000&guid=a8660e3193ce9b54cba583778de427c9&type=2#UX_Video');
}
.playerButton {
background-color: rgba(0, 0, 0, 0);
background-image: url('project://database/Assets/Artist/Arts/Icons/Icon_player-play-filled.png?fileID=2800000&guid=a1f9760a9770ae24aabe1a346a44d2a5&type=3#Icon_player-play-filled');
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
-unity-background-image-tint-color: rgb(210, 210, 210);
width: 32px;
height: 32px;
}
.playerButton:hover {
-unity-background-image-tint-color: rgb(255, 255, 255);
scale: 1.2 1.2;
}
.playerButton:active {
-unity-background-image-tint-color: rgb(128, 128, 128);
}
.playerButton.paused {
background-image: url('project://database/Assets/BITKit/Art/Icons/EditorIcons/d_PauseButton.png?fileID=2800000&guid=484fbfdad170e6f4980216bdc7259818&type=3#d_PauseButton');
}
Button.windowButton {
background-color: rgba(0, 0, 0, 0);
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
width: 48px;
height: 48px;
-unity-background-image-tint-color: rgb(32, 32, 32);
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
flex-direction: row;
align-items: center;
justify-content: center;
}
Button.windowButton:hover {
background-color: rgb(204, 204, 204);
}
Button.windowButton:active {
background-color: rgb(132, 132, 132);
}
Button.windowButton #icon-image {
background-image: url('project://database/Assets/BITKit/Art/Icons/Icon_chrome-full-screen.png?fileID=2800000&guid=14369dec7c1910746a4a0cfb41056f53&type=3#Icon_chrome-full-screen');
width: 32px;
height: 32px;
-unity-background-image-tint-color: rgb(32, 32, 32);
}
Button.windowButton.alert:hover {
background-color: rgb(255, 35, 35);
}