📄 type.css
字号:
BODY {
FONT-SIZE: 9pt;
COLOR: #000000;
FONT-FAMILY: "Courier New";
background-attachment: fixed;
scrollbar-face-color:#E4E4F3;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#E4E4F3;
scrollbar-darkshadow-color:#9C9CD3;
scrollbar-shadow-color:#E4E4F3;
scrollbar-arrow-color:#4444B3;
scrollbar-track-color:#EFEFEF;
}
TABLE {
FONT-SIZE: 9pt;
FONT-FAMILY: "Courier New";
BORDER-COLLAPSE: collapse;
word-break:break-all;
}
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;
background-color: #f9f9fd;
text-indent: 5pt;
}
.td {
font-family: "Courier New";
font-size: 9pt;
background-color: #f9f9fd;
}
.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: #F9F9FD;
}
input {
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;
}
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;
}
.cPopText{
font-family: "Courier New";
background-color: #F9F9FD;
color:#000000;
border: 1px #d8d8f0 solid;
font-color: ;
font-size: 12px;
padding-right: 4px;
padding-left: 4px;
height: 20px;
padding-top: 2px;
padding-bottom: 2px;
filter: Alpha(Opacity=0)
}
th {
font-family: "Courier New";
font-size: 9pt;
background-color: #e4e4f3;
text-align: center;
line-height: 3px;
}
#txt1
{
text-align:center;
}
#txt2
{
padding-left:350px;
}
#txt3
{
text-align:center;
padding-top:5px;
}
.code_main {
color: #666;
padding: 4px;
margin: 2px;
border: 1px dashed #666;
background: #FFFFFF;
font: 11px Verdana;
}
.code_head {
width: 95%;
margin: 2px;
font: bold 12px Verdana, Tahoma, "宋体"; table-layout: fixed; word-wrap: break-word;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -