text1.css

来自「作业提交评分管理系统」· CSS 代码 · 共 136 行

CSS
136
字号
BODY {
	font-size:12pt; font-family: Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #6F8198; SCROLLBAR-HIGHLIGHT-COLOR: #6F8198; =
	SCROLLBAR-SHADOW-COLOR: #4C5691; SCROLLBAR-3DLIGHT-COLOR: #6F8198; =
	SCROLLBAR-ARROW-COLOR: #4C5691; SCROLLBAR-TRACK-COLOR: #6F8198; =
	SCROLLBAR-DARKSHADOW-COLOR: #6F8198;
	
	}
#masterdiv {
	text-align:left;
	MARGIN: 0px;
	HEIGHT: 100%;
	text-decoration: none;
}
#masterdiv A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#masterdiv a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#masterdiv a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#masterdiv a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}


table {
text-align:left;
}
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px; 
	height:21px; 
	color:#000000;
 
}


.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003948;
	text-decoration: none;
}


.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003948;
	text-decoration: none;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}




.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.topmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003948;
	text-decoration: none;
}
.topmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003948;
	text-decoration: none;
}
.topmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}


⌨️ 快捷键说明

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