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

📄 igf_bar.css

📁 一个JSF的商业组件的DEMO,infragistics-netadvantage.lic:NetAdvantage for JSF Vol1 2008,m21A99D6A11FF-9B33DC4B8
💻 CSS
字号:
/*=======================================================*/
/*                     Electric Blue Theme                        */ 
/*=======================================================*/
/* 							STACKBAR					 */
/*=======================================================*/
/* default look and feel of the stackBar */ 
.igStackbar  {
	border: 1px solid #67431F;
	background-color: #EFEFEF;
}

/* default look and feel of the content area of the stackbarGroup */ 
.igStackbarGroupContent  {
	background-color: #ffffff;
	padding: 10px;

}

.sampleLinks A, .samplesLinks A:Visited {
	color:#666666;
	text-decoration:none;
	display:block;
}

.sampleLinks A:Hover, .samplesLinks A:Visited:Hover {
	color: #000066;
	text-decoration:underline;
	display:block;
}

/* default look and feel of the header area of the group whenever collapsed */ 
.igStackbarGroup  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_header.gif);
	border-bottom: 1px solid #000066;
	
	
	background-position:center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

}

/* hover look and feel of the header area of the group whenever collapsed and hovered */ 
 .igStackbarGroupHover  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_headerhover.gif);
	border-bottom: 1px solid #000066;
	background-position:center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

 }

/* default look and feel of the header area of the group whenever expanded */ 
.igStackbarGroupExpanded  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_header.gif);
	border-bottom: 1px solid #000066;
	background-position:center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

}

/* hover look and feel of the header area of the group whenever expanded and hovered */ 
 .igStackbarGroupExpandedHover  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_headerhover.gif);
	border-bottom: 1px solid #000066;
	background-position:center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

 }

/*=======================================================*/
/* 							SIDEBAR						 */
/*=======================================================*/
/* default look and feel */ 
.igSidebar  {
	background-color: #EFEFEF;
	padding: 10px;
	border: 1px solid #67431F;
}

/* default look and feel of the content area */ 
.igSidebarGroupContent  {
	background-color: #ffffff;
	padding: 10px;
}

/* default look and feel of the header area of the group whenever collapsed */ 
.igSidebarGroup  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_header.gif);
	border: 1px solid #000066;
	background-position:center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

/* hover look and feel of the header area of the group whenever collapsed and hovered */ 
 .igSidebarGroupHover  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_headerhover.gif);
	border: 1px solid #000066;
	background-position:center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
 }

/* default look and feel of the header area of the group whenever expanded */ 
.igSidebarGroupExpanded  {
	background-color: #1F58C8;	
	background-image:url(webbar/igwb_header.gif);
	border: 1px solid #000066;
	background-position:center;
	color: #ffffff;	
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

/* hover look and feel of the header area of the group whenever expanded and hovered */ 
 .igSidebarGroupExpandedHover  {
	background-color: #1F58C8;
	background-image:url(webbar/igwb_headerhover.gif);
	border: 1px solid #000066;
	background-position:center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;	
 }

.igSidebarBetweenGroup {
	padding-top: 15px;
}

⌨️ 快捷键说明

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