⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css

📁 多用户个人主页系统(ASP)
💻 CSS
字号:
<%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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -