📄 tree.css
字号:
.Round{
/* -moz-user-select: none;*/
}
.Round .TNode{
line-height: 19px;
}
.Round .Check{
}
.Round .TCnt{
padding: 2px 3px;
cursor: pointer;
cursor: hand;
color: #A16315;
}
.Round .TCntFocus{
padding: 2px 3px;
color: white;
background: #E49430;
cursor: pointer;
cursor: hand;
}
.Round .Tag{
color: Gray;
}
.Round .IcoStatus{
}
.Round .LoadTip{
border: 1px solid #A16315;
background-color: #FDF3E8;
color:#A16315;
padding: 1px;
margin: 1px;
}
.Round .EditText{
font-size: 8pt;
font-family:Tahoma;
border: 1px solid #A16315;
background-color: #FDF3E8;
line-height: 13px;
}
.Round .Info{
position:absolute;
padding:4px 10px;
border:1px solid #A16315;
background-color:#FDF3E8;
color:#A16315;
text-align:center;
font-family: Arial;
font-size:12px;
font-weight:bold;
cursor:hand;
cursor:pointer;
}
.Round .ContextMenu{
position: absolute;
border: 1px solid black;
background: #FEF9F3 url(Icons/ItemBG.gif) repeat-y;
color: #A16315;
padding: 2px;
cursor: pointer;
cursor: hand;
}
.Round .ContextMenu img{
margin-right: 10px;
}
.Round .ContextMenuItem{
padding: 3px;
text-align:right;
line-height: 17px;
}
.Round .ContextMenuItemOver{
padding: 2px;
border: 1px solid #E49430;
color: #643E0E;
background: #FDEFDF;
text-align:right;
line-height: 17px;
}
.Round .ContextMenuItem img,
.Round .ContextMenuItemOver img,
.Round .ContextMenuItem span,
.Round .ContextMenuItemOver span{
float:left;
}
.Round .ContextMenuSeparator{
margin: 3px 2px 3px 28px;
border-top: 1px solid black;
}
.Round .AccessKey{
text-decoration: underline;
}
.Round .About{
padding: 2px 0px;
color: #A16315;
font-size: 8pt;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -