listing12-33_polish.css_designingthemenubar
来自「着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的」· CSS_DESIGNINGTHEMENUBAR 代码 · 共 25 行
CSS_DESIGNINGTHEMENUBAR
25 行
/* set the color of the menu bar with the "menubar-color" attribute */
menu {
margin-left: 2;
padding: 2;
background {
type: round-rect;
color: highlightedBackgroundColor;
border-width: 2;
border-color: bgColor;
}
font-style: bold;
focused-style: .menuFocused;
font-color: highlightedFontColor;
menubar-color: black;
}
.mainScreen {
background-image: url( bg.png );
/* use a transparent menubar for screens with this style,
so that the bg.png image is shown in the menubar as well: */
menubar-color: transparent;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?