styleweb.css

来自「用JAVA写的一个FTP,可以实现所有FTP功能!」· CSS 代码 · 共 22 行

CSS
22
字号
body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 10pt;
	line-height: 1.7;
	color: #898989;
}
a.orange:link {
	color: #ffffff;
}
a:link, a:visited{
	color: #999999;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
	color: #ff9c00;
	border: 0;
}

⌨️ 快捷键说明

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