listing12-41_polish.css_showtextintitle

来自「着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的」· CSS_SHOWTEXTINTITLE 代码 · 共 35 行

CSS_SHOWTEXTINTITLE
35
字号
/* with the "show-text-in-title" you can show the text of list items 
   in the title when they are focused by the user:
*/

title {
	padding: 2;
	margin-top: 32;
	margin-bottom: 2;
	margin-left: 16;
	margin-right: 0;
	font-face: proportional;
	font-size: large;
	font-style: bold;
	font-color: highlightedFontColor;
	background: none;
	border: none;
	layout: left | horizontal-expand;
}

.mainScreen {
	padding: 5;
	padding-left: 15;
	padding-right: 15;
	background-image: url( bg.png );
	show-text-in-title: true;
	layout: horizontal-expand | horizontal-center | vertical-center;
	columns: 2;
}

.mainCommand {
	padding: 5;
	icon-image: url( %INDEX%.png );
	icon-image-align: center;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?