css.asp
来自「asp新闻发布网站系统」· ASP 代码 · 共 21 行
ASP
21 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=name%></title>
<style type="text/css">
<!--
body { font-size: 9pt}
table { font-size: 9pt}
select { font-size: 9pt}
input { font-size: 9pt}
textarea { font-size: 9pt}
.smallbox { font-size: 1pt}
.p9 { font-size: 9pt}
a:visited {text-decoration: none}
a:link { font-size: 9pt; text-decoration: none}
a:hover { font-size: 9pt;text-decoration:underline}
-->
</style>
</head>
<body bgcolor="<%=bgcolor%>" topmargin="0" text="<%=textcolor%>" link="<%=textcolor%>" vlink="<%=textcolor%>" alink="<%=textcolor%>">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?