styles.css

来自「BS在线文件管理系统,采用asp编程,实现了对文件的简单管理,并且有比较方便的各」· CSS 代码 · 共 18 行

CSS
18
字号
a:link {  text-decoration: none; color: #0000ff}
a:hover      { text-decoration: underline; color: #ff0000 }
a:active     { color: #ff0000; text-decoration: none }
a {color: #0000ff; text-decoration: none}

td,p	{
	font-size: 10pt;
	color: #000000;
	}
body	{font-size: 10pt;
	color: #000000;
	bgcolor: #ffffff;
	}	
input       { color: #0000ff; font-size: 10pt; height: 17px; border: 1px solid #000000 }

.button       { cursor:hand; color: #000000; font-size: 10pt; height: 17px; border: 1px solid #000000 }

textarea     { color: #990000; font-size: 10pt; border: 1 solid #000000 }

⌨️ 快捷键说明

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