User Guide

This commit is contained in:
76Octane
2023-06-28 15:34:21 +08:00
parent 5e03535305
commit 79349676c0
13 changed files with 1191 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
body
{
background-color:#242428;
}
*
{
border-color: #3E3E45;
}
.TextS1
{
color:#efeff0;
}
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
background-color: #939594;
}
.ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
background: #161817;
}
/*----Left Menu Button----*/
.BtnItem
{
color:#B3B3B5;
}
.BtnItem:hover
{
color: #efeff0;
background-color: #243E30;
}
.BtnItem:hover .LeftIcon
{
filter: brightness(300%);
}
.BtnItemSelected
{
color: #efeff0;
background-color: #243E30;
}
.BtnItemSelected .LeftIcon
{
filter: brightness(300%);
}
/*-----Right Top MenuBtn-----*/
#RecentClearAllBtn:hover
{
color: #000;
}
/*----User Manual------*/
.UG_DESC
{
color:#818183;
}