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

📄 web.css

📁 原名称为ASPNET2AjaxMail
💻 CSS
字号:
body 
{
	font-family: "Tahoma";
	font-size:9pt;
	/*  设置滚动条的颜色  */    
    scrollbar-3dlight-color:#e8f4ff;
    scrollbar-arrow-color:#daeeee;
    scrollbar-darkshadow-color:#e8f4ff;
    scrollbar-base-color:#e8f4ff;  	
}

.Text
{
	font:Tahoma;
	font-size:9pt;
}

.Table
{
	width: 100%;
	font-size: 9pt;
	border-right: #daeeee thin solid;
	border-top: #daeeee thin solid;
	border-left: #daeeee thin solid;
	border-bottom: #daeeee thin solid;
	font-family: Tahoma;
	border-collapse:collapse;
}

.TableTitle
{
	width: 100%;
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color:Blue;
}	

.LeftTD
{
	border-width:1;	
	height:30;
	border-collapse:collapse;
	font-family: Tahoma;
}

.RightTD
{
	border:1;
	border-width:1;
	border-left-color:#184073;
	margin-left:10;
	height:30;
	border-collapse:collapse;
	font-family: Tahoma;
}

.Button
{
    font-family: "Tahoma";
    font-size: 9pt; color: #003399;
    border: 1px #003399 solid;color:#006699;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(../Images/bluebuttonbg.gif);
    background-color: #e8f4ff;
    CURSOR: hand;
    font-style: normal;
}

.TextBox
{
	font-family: "Tahoma";
	font-size:9pt;
	/*  设置滚动条的颜色  */    
    scrollbar-3dlight-color:#e8f4ff;
    scrollbar-arrow-color:#daeeee;
    scrollbar-darkshadow-color:#e8f4ff;
    scrollbar-base-color:#e8f4ff;  
}

.ListBox
{
	font-family: "Tahoma";
	font-size:9pt;
	/*  设置滚动条的颜色      
    scrollbar-3dlight-color:#e8f4ff;
    scrollbar-arrow-color:#daeeee;
    scrollbar-darkshadow-color:#e8f4ff;
    scrollbar-base-color:#e8f4ff;  
    */
    scrollbar-face-color:#FFCC00;   
    scrollbar-shadow-color:#993399;
    scrollbar-highlight-color:#993399;
    scrollbar-3dlight-color:#B6A1D7;
    scrollbar-darkshadow-color:#993399;
    scrollbar-track-color:#993399;
    scrollbar-arrow-color:#FFFFFF;    
}

.ModuleTitle
{
	font:Tahoma;
	font-size:10pt;
}

A
{
	font-size: 9pt;
	color: #006699;
	text-decoration: none;
}
A:ACTIVE
{
	color: red;
	text-decoration: none;
}
A:FOCUS
{
	color: red;
	text-decoration: none;
}
A:HOVER
{
	color: red;
	text-decoration: underline;
}
A:LINK
{	
	text-decoration: none;
}

⌨️ 快捷键说明

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