📄 tooltips.css
字号:
div.tooltip {
background: InfoBackground;
font: small-caption;
border: 1px solid InfoText;
color: InfoText;
padding: 2px 4px;
text-align: left;
position: absolute;
width: auto;
height: auto;
}
div[class~="tooltip"] {
background: #feffc8;
font: normal normal normal 11px verdana,sans-serif;
border: 1px solid #c3c3c3;
color: #000;
}
div[class~="tooltip"]:lang(en) {
background: InfoBackground;
font: small-caption;
border: 1px solid InfoText;
color: InfoText;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -