css.asp
来自「多用户个人主页系统(ASP)」· ASP 代码 · 共 27 行
ASP
27 行
<!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;
background-image: url(images/bg.gif);
}
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}
.yy {
FILTER: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
-->
</style>
</head>
<body bgcolor="<%=bgcolor%>" topmargin="0" text="<%=textcolor%>" link="<%=textcolor%>" vlink="<%=textcolor%>" alink="<%=textcolor%>">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?