style.css

来自「多用户个人主页系统(ASP)」· CSS 代码 · 共 24 行

CSS
24
字号
<%if instr(request.ServerVariables("HTTP_USER_AGENT"),"MSIE 6.0")>0 or instr(request.ServerVariables("HTTP_USER_AGENT"),"MSIE 5.5")>0 then
	fontfamily="Verdana"
	fontsize="8pt"
else
	fontfamily="宋体"
	fontsize="9pt"
end if%><style type=text/css>
<%=skin(9)&chr(13)%>
<%=skin(10)%>
BODY{FONT-FAMILY:<%=fontfamily%>; FONT-SIZE:<%=fontsize%>;line-height:13pt;
SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow}
TD{FONT-FAMILY:<%=fontfamily%>;FONT-SIZE:<%=fontsize%>;line-height:13pt;border-color:<%=skin(3)%>}
INPUT{border:1px <%=skin(12)%> solid; height:17px;FONT-family:Verdana; font-size:<%=fontsize%>}
textarea,select,option {BORDER:1px <%=skin(12)%> solid;background-color:#fdfdfd; font-family: Verdana; font-size: <%=fontsize%>;}
image{border:0}
table{border-collapse:collapse;overflow:hidden;}
.p14{FONT-SIZE:<%=fontsize%>;LINE-HEIGHT:14pt; FONT-FAMILY:<%=fontfamily%>}
.titlestyle{<%=skin(2)%>}
.noborder{border:0}
</style>

⌨️ 快捷键说明

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