mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-31 17:08:41 +03:00
76 lines
826 B
CSS
76 lines
826 B
CSS
|
|
*
|
||
|
|
{
|
||
|
|
color: #efeff0;
|
||
|
|
border-color: #B9B9BC;
|
||
|
|
}
|
||
|
|
|
||
|
|
body
|
||
|
|
{
|
||
|
|
background-color:#3E3E45;
|
||
|
|
color: #efeff0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
||
|
|
background-color: #939594;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
||
|
|
background: #161817;
|
||
|
|
}
|
||
|
|
|
||
|
|
#Title div
|
||
|
|
{
|
||
|
|
color: #4479FB;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*-----Button-----*/
|
||
|
|
.GrayBtn
|
||
|
|
{
|
||
|
|
border: 1px solid #B9B9BC;
|
||
|
|
color: #B9B9BC;
|
||
|
|
}
|
||
|
|
|
||
|
|
.GrayBtn:hover
|
||
|
|
{
|
||
|
|
background-color:#E8E8E8;
|
||
|
|
color: #565656;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*-------Text------*/
|
||
|
|
|
||
|
|
.TextS1
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.TextS2
|
||
|
|
{
|
||
|
|
color:#B9B9BC;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*---Policy---*/
|
||
|
|
.TextArea1
|
||
|
|
{
|
||
|
|
background-color: #4A4A51;
|
||
|
|
color: #BEBEC0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*----Region---*/
|
||
|
|
.RegionItem:hover
|
||
|
|
{
|
||
|
|
background-color:#4C4C55;
|
||
|
|
}
|
||
|
|
|
||
|
|
.RegionSelected:hover
|
||
|
|
{
|
||
|
|
/* y96 */
|
||
|
|
background-color:#4479FB;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*----Menu----*/
|
||
|
|
#Title div.TitleUnselected
|
||
|
|
{
|
||
|
|
color: #BEBEC0;
|
||
|
|
}
|