📄 listing12-29_polish.css_labels
字号:
/* usually you use the predefined "label" style for designing all labels.
You can change this by specifying the "label-style" CSS attribute:
*/
focused {
label-style: focusedLabelStyle;
font-color: highlightedFontColor;
background-color: highlightedBackgroundColor;
border-width: 2;
}
.focusedLabelStyle {
font-color: highlightedLabelColor;
background-color: highlightedBackgroundColor;
border-width: 2;
layout: left | newline-after;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -