blue_style.css

来自「《学校机房作业管理系统》采用ASP+Aceesss+ ServU构架」· CSS 代码 · 共 48 行

CSS
48
字号
A{text-decoration:none}
A:hover {COLOR: #000000; TEXT-DECORATION: underline}
body{
	font-size: 75%;
	font-family:"Verdana", "Arial", "宋体";
	background-color: #e8f3ff;
	margin-left: 0px;
	margin-top: 0px;
}
/**/
.big_table_td{ 
	background-color: #C1E0FF;
}
.table_color{
	border-top:  1px solid #0099cc;
	border-right: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	border-left: 1px solid #0099cc;
	background-color: #FFFFFF;
}
.hr_color{
	color: #0099cc;
	height: 1px;
	width: 100%;
}
.b2{bgcolor:#E0F870;onMouseOver:javascript:this.bgColor:#C1E0FF;onmouseout:javascript:this.bgColor:#E0F870;}
 td{font-size:9pt;}
.b1{font-size: 12pt; font-family:"Verdana", "Arial", "宋体";}
.b2{font-size: 7pt; font-family:"Verdana", "Arial", "宋体";}

.thin {
border-collapse: collapse;
table-layout:fixed;
word-wrap:break-word;
word-break:break-all;
table-layout:fixed
}.asatxt {
	font-size: 13px;
	text-indent: 0em;
	line-height: 2;
}
.style1 {color: #FF0000}
.STYLE1 {font-weight: bold}
.STYLE3 {font-size: 24px}
.STYLE4 {font-size: 24pt}
.STYLE5 {font-size: 16pt}
.style6 {font-size: larger}
.style7 {font-size: 14px}

⌨️ 快捷键说明

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