⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 igf_tab.css

📁 一个JSF的商业组件的DEMO,infragistics-netadvantage.lic:NetAdvantage for JSF Vol1 2008,m21A99D6A11FF-9B33DC4B8
💻 CSS
字号:
/*=======================================================*/
	/*                      Pear Theme                        */
	/*=======================================================*/
.igTabView {
	
}

.igTabView tr,td {
	margin: 0px;
	padding: 0px;
}

.igTabItems * {
	white-space: nowrap;
}

.igTabItemLeft {
	background-image: url(webtab/igwtb_tabiteml.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
}

.igTabItemRight {
	background-image: url(webtab/igwtb_tabitemr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	padding: 5px 10px 4px 4px;
}

.igTabItem {
	color: #F0F0F0;
	text-decoration: none;
}

.igTabItemSelectedLeft {
	background-image: url(webtab/igwtb_tabitemsl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
}

.igTabItemSelectedRight {
	background-image: url(webtab/igwtb_tabitemsr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 10px 4px 4px;
}

.igTabItemSelected {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.igTabItemHoverLeft {
	background-image: url(webtab/igwtb_tabitemhl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
}

.igTabItemHoverRight {
	background-image: url(webtab/igwtb_tabitemhr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	padding: 5px 10px 4px 4px;
}

.igTabItemHover {
	color: #ffffff;
	text-decoration: none;
}

.igTabItemDisabledLeft {
	background-image: url(webtab/igwtb_tabiteml.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
}

.igTabItemDisabledRight {
	background-image: url(webtab/igwtb_tabitemr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 10px 4px 4px;
}

.igTabItemDisabled {
	color: #CBDC9C;
	text-decoration: none;
}

.igTabItemSeparator {
	font-size: 1px;
	border-bottom: 1px solid #A3C736;
	padding-left: 1px;
}

.igTabItemSpacer {
	border-bottom: 1px solid #A3C736;
	font-size: 1px;
	padding-left: 10px;
	width: 100%;
}

.igTabItemContent {
	padding: 5px;
	background-color: white;
	border-left: 1px solid #A3C736;
	border-right: 1px solid #A3C736;
	border-bottom: 1px solid #A3C736;
}

⌨️ 快捷键说明

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