fck_editorarea.asp

来自「站长俱乐部新闻发布程序 采用全新代码设计,完全不同于国内所有程序 采用国际」· ASP 代码 · 共 14 行

ASP
14
字号
<%
response.write("a {color: #0000FF !important;}")
if Session("Color_Scheme")="Skin" then
	response.write("body {background-color: "& Session("Skin_Content_bg") &";}")
	response.write("body {font-family: "& Session("Skin_Content_Font_Type") &";}")
	response.write("body {color: "& Session("Skin_Content_Font_Color") &";}")
	response.write("body, td {font-size: "& Session("Skin_Content_Font_Size") &"px;}")
else
	response.write("body {background-color: "& Session("Content_bg") &";}")
	response.write("body {font-family: "& Session("Content_Font_Type") &";}")
	response.write("body {color: "& Session("Content_Font_Color") &";}")
	response.write("body, td {font-size: "& Session("Content_Font_Size") &"px;}")
end if
%>

⌨️ 快捷键说明

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