📄 editor.css
字号:
@charset "utf-8";
body,td{font-family: Arial, Helvetica, sans-serif, "宋体";font-size:12px;}
*{padding:0;margin: 0;}
textarea{overflow:auto;font-family: Arial, Helvetica, sans-serif, "宋体";font-size:14px; color:#333333;}
.border{border: #b9cfec 1px solid;}
.editorTools{padding:4px 0 0 4px;width:596px;height:25px;background:transparent url(../images/editor.gif) no-repeat;}
.editorTools li{float:left;width:22px;height:22px;list-style:none;}
.editorTools li img{width:20px;height:20px;}
.editorTools li img:hover{cursor:default;border-top: #ffffff 1px solid;border-right: #aaaaaa 1px solid;border-bottom: #aaaaaa 1px solid;border-left: #ffffff 1px solid;}
div a.n{padding:2px;display: block;color:#000000;line-height:16px;text-decoration:none;}
div a.n:hover{background:#b9cfec;}
.editorArea{width:100%;border-top: #ffffff 0px solid;border-right: #b9cfec 1px solid;border-bottom: #b9cfec 1px solid;border-left: #b9cfec 1px solid;}
.editorCode{width:100%; margin:-3px 0 0 0;border-top: #b9cfec 0px solid;border-right: #6a92c6 1px solid;border-bottom: #6a92c6 1px solid;border-left: #b9cfec 1px solid;}
.topTitle{background:#f1f1ef;padding:5px;font-weight:bold;border-bottom:1px solid #666666;}
.modeMain{border:1px solid #666666;padding:1px; margin:10px;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -