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

📄 default.css

📁 在.net平台下做的一个实现tabcontrol控件的小例子
💻 CSS
字号:
a {
        color: #414141;
        text-decoration: none;
}
a:active
{
        color: #3366CC;
}
BODY
{
	margin-top: 0px;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: 宋体, MS Sans Serif; 
	text-align: left;
	text-decoration: none;
	background-color: #EFF0EB;
	overflow-y: auto;
	scrollbar-face-color: #E9E7D8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #93949F;
	scrollbar-3dlight-color: #EDEDF3;
	scrollbar-arrow-color: #082468;
	scrollbar-track-color: #F7F7F9;
	scrollbar-darkshadow-color: #EDEDF3;
}
TD
{
	font-size: 12px;
	font-family: 宋体, MS Sans Serif; 
	text-decoration: none;
}
/************************************InputText Style Start***************************************/
.InputText
{
	border:	1px solid #7b9ebd;
	padding-right: 4px;
	padding-left: 4px;
	font-family: 宋体, MS Sans Serif; 
	font-size: 12px;
	padding-bottom: 1px;
	margin: 0px;
	color: #000000;
	padding-top: 2px;
	letter-spacing: 0.5px;
	height: 19px;
	background-color: #ffffff;
}
/************************************InputText Style END***************************************/






/************************************TabControl Style Start***************************************/


.TabControl .tab-row .tab 
{
	height:				20px;
	background-image:	url( "tab.gif" );

	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;

	cursor:			Default;
	border-width:	1px; 
	border-color:	#91A7B4; 
	border-style:	solid; /*dashed*/

	margin:			1px -1px 1px 2px;
	padding:		2px 6 2px 6;

	z-index:		1;
	font:			12px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}

.TabControl .tab-row .tab.selected
{
	height:				22px !important;
	background-image:	url( "tab.active.gif" ) !important;
	background-repaet:	no-repeat;

	border-width:1px; 
	border-bottom-width:	0;
	border-color:#91A7B4; 
	border-style:solid; /*dashed*/

	z-index:		3;
	padding:		4px 6 2px 6;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:			12px Tahoma;
}

.TabControl .tab-row .tab a
{
	font:				12px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}

.TabControl .tab-row .tab.hover
{
	font:				12px Tahoma;
	height:				20px;
	background-image:	url( "tab.hover.gif" );
	background-repaet:	no-repeat;
}


.TabControl .tab-page
{
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:			12px Tahoma;
	color:			Black;
	width:			100%;		
	padding:		10px 10px 10px 10px;

}

.TabControl .tab-pane
{
	position:		relative;
	margin-right:	-2px;	
}

/************************************TabControl Style End***************************************/

⌨️ 快捷键说明

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