📄 editorarea.css
字号:
/*--Powered by:Cl Web System Version 3.0 CreateDate:2005-12-7 11:32:29--*/
/*==========CSS名称:绿意倾心==========*/
A{TEXT-DECORATION: none;} /* 链接无下划线,有为underline */
A:hover{TEXT-DECORATION: underline;Color:#099FD7;} /* 鼠标在链接上 */
A:link {color: #000000;} /* 未访问的链接 */
A:visited {color: #000000;} /* 已访问的链接 */
A:active {color: #666666} /* 点击激活链接 */
a.Nav:link {color: #ffffff;}
a.Nav:visited {color: #ffffff;}
a.Nav:hover {TEXT-DECORATION: underline;Color:darkseagreen}
a.Nav:active {color: #0000ff;}
a.Bottom:link {color: #ffffff;}
a.Bottom:visited {color: #ffffff;}
a.Bottom:hover {TEXT-DECORATION: underline;Color:darkseagreen}
a.Bottom:active {color: #0000ff;}
BODY /* body的css定义:对应css中“body”,可定义内容为网页字体颜色、背景、浏览器边框等 */
{
background-position:center;
text-decoration: none;
font-size: 9pt;
}
/* 单元格的css定义:对应css中的“td”,这里为总的表格定义,为一般表格的的单元格风格设置,可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%;
}
#nobold { font-weight: normal; }
/* 文本框的css定义:对应css中的“input”,这里为文本框的风格设置,可定义内容为背景、字体、颜色、边框等 */
Input
{
FONT-SIZE: 12px;
}
/* 按钮的css定义:对应css中的“button”,这里为按钮的风格设置,可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”,这里为下拉列表框的风格设置,可定义内容为背景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/*--Copyright 2005 Clwang.Net .All Rights Reserved--*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -