📄 css.css
字号:
BODY {
FONT-SIZE: 9pt;
COLOR: #000000;
FONT-FAMILY: "Courier New";
margin-top:0;
margin-left:0;
background-image: url(BG.gif);
background-attachment: fixed;
background-position: center;
}
TABLE {
FONT-SIZE: 9pt;
FONT-FAMILY: "Courier New";
BORDER-COLLAPSE: collapse;
}
A:visited {
FONT-SIZE: 9pt;
COLOR: #000000;
FONT-FAMILY: "Courier New";
TEXT-DECORATION: none;
}
A:active {
FONT-SIZE: 9pt;
COLOR: #3366cc;
FONT-FAMILY: "Courier New";
TEXT-DECORATION: none;
}
A:link {
FONT-SIZE: 9pt;
COLOR: #000000;
FONT-FAMILY: "Courier New";
TEXT-DECORATION: none;
}
A:hover {
FONT-SIZE: 9pt;
COLOR: #3366cc;
FONT-FAMILY: "Courier New";
TEXT-DECORATION: none;
}
.tr {
font-family: "Courier New";
font-size: 9pt;
line-height: 27px;
background-color: #FBE5D9;
}
.td {
font-family: "Courier New";
font-size: 9pt;
background-color: #FEFAF8;
}
.warningColor {
font-family: "Courier New";
font-size: 9pt;
color: #ff0000;
}
.editedColor {
font-family: "Courier New";
font-size: 9pt;
color: #6495ED;
}
.trOnMOver {
font-family: "Courier New";
font-size: 9pt;
background-color: #FEFAF8;
}
input {
font-family: "Courier New";
FONT-SIZE: 12px;
color: #000000;
border: 1px solid #999999;
}
textarea {
font-family: "Courier New";
BORDER-TOP-WIDTH: 1px;
BORDER-LEFT-WIDTH: 1px;
FONT-SIZE: 12px;
BORDER-BOTTOM-WIDTH: 1px;
BORDER-RIGHT-WIDTH: 1px;
color: #000000;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -