📄 listinga-14_polish.css_usingpulsatingbackground
字号:
/* Listing A-14. Using the pulsating Background for the Currently Focused Item */
focused {
padding: 9;
font-color: highlightedFontColor;
background {
type: pulsating;
start-color: highlightedBackgroundColor;
end-color: white;
back-and-forth: no;
repeat: no;
}
layout: expand | center;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -