listing12-42_polish.css_tabbedform

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

CSS_TABBEDFORM
31
字号
/* design a tabbed form with the predefined  styles
   tabbar, activetab and inactivetab:
*/

tabbar {
	background-color: white;
	layout: expand;
	padding-bottom: 0;
	tabbar-scrolling-indicator-color: black;
}

activetab {
	background-type: round-tab;
	background-color: silver;
	background-arc: 8;
	font-color: white;
	padding-left: 10;
	padding-right: 8;
}

inactivetab {
	padding-left: 6;
	padding-right: 4;
	margin-left: 2;
	margin-right: 2;
	background-type: round-tab;
	background-color: gray;
	background-arc: 8;
	font-color: silver;
}

⌨️ 快捷键说明

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