📄 turn.css
字号:
/* CSS Document for Turn.inc*/
.turnTable {
font-size:13px;
}
.turnTable a:link {
text-decoration:none;
color: blue;
font-size: 13px;
}
.turnTable a:active {
text-decoration:blink
}
.turnTable a:hover {
text-decoration:underline;
color: white;
font-weight: bold;
}
.turnTable a:visited {
text-decoration: none;
font-size: 13px;
}
.turnTable th {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -