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

📄 css.css

📁 一个实现邮件收发功能的客户端程序
💻 CSS
字号:
BODY  {
	font-size : 9pt;
	font-weight : normal;
	line-height: 14px;
	font-style : normal;
	text-decoration : none;
	background-image: url(/images/login_bg.gif);
}

P  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
}

A  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
; color: #000000
}

A:Visited  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
}

A:Active  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
        color:red;
	text-decoration : underline;
}

A:Hover  {
	font-weight : normal;
	font-style : normal;
        color: #FF3300;
 text-decoration: underline;
}

EM  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	text-transform : none;
}

I  {
	font-family: Arial;
	font-size : 9pt;
	font-weight : bold;
	font-style : italic;
}

BIG  {
	font : 13pt Times New Roman;
	font-weight : bold;
}

B  {
	font-size : 9pt;
	text-decoration : none;
	font-weight : bold;
}

TD  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;

}

Strong  {
	font-family: "Arial";
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

.buttonOver {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	cursor: default;

}


.buttonDown {
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	cursor: default;

}
.button {
	cursor: default;
	border: thin none;
}
.button IMG {
	filter: gray();
}

.TableBorder {
	border-top: 2px solid #333333;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #333333;
}
.font105pt {
	font-family: "Verdana", "宋体";
	font-size: 10.58pt;
	line-height: 150%;

}

.3Dfont {
	FONT-SIZE: 9pt; 
        COLOR:333333; 
        FILTER: dropshadow(color=#FFFFFF,offx=-1,offy=1,positive=1)
}

.3Dborder {
        FILTER: dropshadow(color=#FFFFFF,offx=-1,offy=1,positive=1)
}
.BoxInner {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #848284;
	border-bottom-color: #848284;
	border-left-color: #FFFFFF;
}
.BoxOuter {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #848284;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #848284;
}

.vline{
  /*垂真分隔线*/
   border-left:1 solid buttonshadow;
   border-right:1 solid buttonhighlight;
   width:2;
   height:90%
}

.coolbutton{
   cursor:hand;
   text-align:center;
   padding-left:4;
   padding-right:4;
   border:1 solid buttonface;
}
.coolbutton img{
   filter:gray();
}
.coolbutton-up{
   cursor:default;
   text-align:center;
   padding-left:4;
   padding-right:4;
   border:1 solid;
   border-color:buttonhighlight buttonshadow buttonshadow buttonhighlight;
   font:9pt verdana;
}
.divFiles {
BORDER-RIGHT: #669999 1px solid; BORDER-TOP: #669999 1px solid; OVERFLOW: auto; BORDER-LEFT: #669999 1px solid; WIDTH: 100%; BORDER-BOTTOM: #669999 1px solid; HEIGHT: 80px;
}
.trnormal {
 background-color:#FFFFFF;
 color:black;
 cursor:hand;
 width:80px;
 height:60px;
}
.trselect {
 background-color:#ecf3f6;
 color:#08246B;
 cursor:hand;
 width:80px;
 height:60px;
}

⌨️ 快捷键说明

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