📄 listinga-22_polish.css_usingshadowborder
字号:
/* Listing A-22. Using a shadow Border for the Currently Focused Item */
focused {
font-color: highlightedFontColor;
background-color: highlightedBackgroundColor;
border {
type: shadow;
width: 2;
color: black;
offset: 5;
}
layout: expand | center;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -