css.css

来自「利用ASP+SQL制作的在线考试系统」· CSS 代码 · 共 32 行

CSS
32
字号
td, p, li {font-family:宋体;font-size:12px;}

A:link {text-decoration: none; color:#000099;font-size:12px}
A:visited {text-decoration: none; color: #000099;font-size:12px}
A:active {text-decoration: none;font-size:12px}
A:hover {text-decoration: underline; color: red ;font-size:12px}

A.b:link {text-decoration: none; color:black;font-size:12px}
A.b:visited {text-decoration: none; color: black;font-size:12px}
A.b:active {text-decoration: none;font-size:12px}
A.b:hover {text-decoration: none; color: red ;font-size:12px}

A.a:link {text-decoration:none;color: white;font-size:12px}
A.a:visited {text-decoration:none;  color: white;font-size:12px}
A.a:active {text-decoration: none;font-size:12px}
A.a:hover {text-decoration:none; color: red;font-size:12px}
.line{
	BORDER-BOTTOM: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid;
}
.win{
	BORDER-BOTTOM: white 1px solid; 
	BORDER-LEFT:white 1px solid; 
	BORDER-RIGHT:#00BED6 1px solid; 
	BORDER-TOP: white 1px solid;
}

.test1 {  font-family: "Arial Black"; font-size: 18pt; color: red}
.test2 {  font-family: "MS Song"; font-size: 16pt; color: red}
.test3 {  font-family: "隶书"; font-size: 18pt; color:#FF0000}

⌨️ 快捷键说明

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