style.css

来自「ASP开发学生成绩查询管理系统,能满足毕业设计的要求-ASP student a」· CSS 代码 · 共 28 行

CSS
28
字号
锘縝ody {  font-size: 12px; color: #003366; background-color: #DCE3EA; background-image: url(img/bg.gif); SCROLLBAR-FACE-COLOR: #dee3e7; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #dee3e7; SCROLLBAR-3DLIGHT-COLOR: #d1d7dc; SCROLLBAR-ARROW-COLOR: #006699; SCROLLBAR-TRACK-COLOR: #efefef; SCROLLBAR-DARKSHADOW-COLOR: #98aab1; BACKGROUND-COLOR: #e5e5e5;}
td {  font-size: 12px; color: #003366}
.txtt {  font-size: 12px; font-weight: normal; color: #FFFFFF}

a {  font-family: "Arial"; font-size: 12px; color: #003366; text-decoration: underline}
a:link {  font-family: "Arial"; font-size: 12px; color: #003366; text-decoration: underline}
a:visited {  font-family: "Arial"; font-size: 12px; color: #003366; text-decoration: underline}
a:hover {  font-family: "Arial"; font-size: 12px; color: #ff0000; text-decoration: underline}

.aw {  font-family: "Arial"; font-size: 12px; color: #ffffff; text-decoration: underline}
a.aw:link {  font-family: "Arial"; font-size: 12px; color: #ffffff; text-decoration: underline}
a.aw:visited {  font-family: "Arial"; font-size: 12px; color: #ffffff; text-decoration: underline}
a.aw:hover {  font-family: "Arial"; font-size: 12px; color: #ffffff; text-decoration: underline}

input {  font-family: "Arial"; font-size: 12px; color: #003366}
textarea {  font-family: "Arial"; font-size: 12px; color: #003366}
.texthulan12 {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	filter: DropShadow(Color=#DCE7F1, OffX=1, OffY=1, Positive=1);
}
.text18lan {
	font-size: 12px;
	line-height: 18px;
	color: #003399;
}

⌨️ 快捷键说明

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