www.gusucode.com > 站长俱乐部新闻发布系统精简版 1.01源码程序 > admin/FCKeditor/editor/css/fck_editorarea.asp

    <%
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
%>