📄 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
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -