css.css

来自「学校成绩管理系统 2006 如果遇到MD5加密文件」· CSS 代码 · 共 92 行

CSS
92
字号
BODY  {
	font-size : 9pt;
	font-weight : normal;
	line-height: 14px;
	font-style : normal;
	text-decoration : none;
}

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

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

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

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

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;
}


BIG  {
	font : 13pt Times New Roman;
	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;
}

.TableLine{
 border-collapse: collapse
}

<!-- 表格标题背景图 background:url(../image/topBar_bg.gif);-->
.title
{
background:url(../image/load.gif);
}
<!-- 表格背景色 -->
.border
{
	border: 1px solid #E4E4E4;
}
<!-- 表格背景图 -->
.tdbg
{
	background: #E4E4E4;

}

⌨️ 快捷键说明

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