📄 styles.css
字号:
/* ============
TAG STYLES
============ */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18pt;
line-height: 100%;
margin-top: 16;
margin-bottom: 5;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
line-height: 100%;
font-weight: bold;
margin-top: 24;
margin-bottom: 0;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
line-height: 100%;
font-style: italic;
font-weight: bold;
margin-top: 20;
margin-bottom: -15;
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 100%;
font-weight: bold;
}
table {
text-align: center;
}
table.code {
border: 1px solid #BBBBBB;
}
td {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
vertical-align: top;
}
td.codeHeader {
background-color: #FFE4B5;
border-bottom: 1px solid #BBBBBB;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: bold;
vertical-align: top;
}
td.codeBody {
background-color: #FFFFE1;
font-size: 10pt;
font-family: "Courier New", Courier, monospaced;
vertical-align: top;
}
th {
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: Center;
background-color: #D9D9D9;
}
/* ===============
STYLE CLASSES
=============== */
.figureCaption {
font-size: 11pt;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.fineprint {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
line-height: 100%;
}
.h4Indent {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
line-height: 100%;
font-weight: bold;
text-align: Left;
margin-left: 10;
}
.normal {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
}
.normalIndent {
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;
margin-left: 25;
}
.normalRed {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: red;
}
.tableTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-align: Center;
margin-top: 10;
margin-bottom: 5;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -