📄 default.css
字号:
a:link {
color : #003399;
padding : 0;
text-decoration : none;
}
a:link.white {
color : #FFFFFF;
padding : 0;
text-decoration : none;
}
a:visited {
color : #003399;
text-decoration : none;
}
a:visited.white {
color : #FFFFFF;
text-decoration : none;
}
a:hover {
color : #FF3300;
text-decoration : underline;
}
a:hover.white {
color : #FF0000;
text-decoration : none;
}
a:active {
color : #FF3300;
text-decoration : none;
}
a:active.white {
color : #FF3300;
text-decoration : none;
}
body{
font-family : 宋体;
font-size : 9pt;
scrollbar-3dlight-color : buttonhighlight;
scrollbar-darkshadow-color : buttonshadow;
scrollbar-highlight-color : buttonface;
scrollbar-shadow-color : buttonface;
scrollbar-track-color : #EEEEEE;
}
body, div, p, td, input {
font-family : 宋体;
font-size : 9pt;
}
td {
height : 22px;
}
.areanormal {
background-color : #FFFFFF;
border-style : solid;
border-width : 0;
}
.border {
background-color : #FFCC00;
color : Black;
font-weight : bold;
}
.border_blue {
background-color : #007CD0;
color : #FFFFFF;
font-weight : bold;
}
.border_bold {
font-weight : bold;
color : Black;
}
.buttonarea {
background-color : #000000;
}
.c01 {
border : 1px solid #0772DC;
vertical-align : text-bottom;
}
.c02 {
background-color : #F1F1F1;
border-bottom : 1px solid #808080;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #808080;
border-top : 1px solid #FFFFFF;
color : #000000;
cursor : hand;
padding-top : 2;
text-align : center;
vertical-align : text-bottom;
}
.inputedit {
background-color : #CDDEED;
border : 1px solid #6699CC;
}
.inputnormal {
background-color : #F1F1F1;
border : 1px solid #C0C0C0;
text-align : center;
}
.s01 {
border-style : inset;
border-width : 1px;
}
.s02 {
background-color : #F1F1F1;
border-bottom-style : ridge;
border-bottom-width : 1px;
border-left : 1px ridge #FFFFFF;
border-right-style : ridge;
border-right-width : 1px;
border-top : 1px ridge #FFFFFF;
height : 16pt;
padding-top : 2;
}
.s03 {
border-style : none;
border-width : 1px;
background-color : #f1f1f1;
text-align : center;
}
.s04 {
border-style : none;
border-width : 1px;
background-color : #f1f1f1;
}
.trover {
background-color : #007CD0;
color : #FFFFFF;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -