qcurses.css
来自「QCurses使用手册 QCurses使用手册」· CSS 代码 · 共 51 行
CSS
51 行
a:link {
font-family: "宋体";
font-size: 12px;
font-style: normal;
line-height: normal;
color: #333333;
text-decoration: none;
font-weight: normal;
font-variant: normal;
}
a:visited {
font-family: "宋体";
font-size: 12px;
font-style: normal;
line-height: normal;
color: #333333;
text-decoration: none;
font-weight: normal;
font-variant: normal;
}
a:hover {
font-family: "宋体";
font-size: 12px;
font-style: normal;
line-height: normal;
color: #CC3300;
text-decoration: underline;
font-weight: normal;
font-variant: normal;
}
a:active {
font-family: "宋体";
font-size: 12px;
font-style: normal;
line-height: normal;
color: #333333;
text-decoration: none;
font-weight: normal;
font-variant: normal;
}
table {
font-family: "宋体";
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #333333;
text-decoration: none;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?