📄 listinga-10_polish.css_usingtranslucentbackground
字号:
/* Listing A-10. Using a Translucent Background for the Currently Focused Item */
focused {
padding: 9;
font-color: highlightedFontColor;
background-color: argb( 128, 238, 241, 229 );
border {
width: 2;
color: fontColor;
}
layout: expand | center;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -