📄 rs-1.css
字号:
body
{
font-family: "Arial", sans-serif;
font-size: 10pt;
}
/* HEADINGS */
h1 h2 h3 h4
{
page-break-after: never;
font-weight: bold;
}
h1
{
page-break-before: encourage;
font-size: x-large;
color: #003399;
text-align: center;
}
.author
{
font-style: italic;
font-size: medium;
font-weight: bold;
color: #003399;
text-align: center;
}
h2 {
font-size: large;
color: #003399;
}
h3 {
margin-top: 0;
font-size: large;
color: #003399;
}
h4 {
font-style: italic;
color: #003366;
}
hr { color: #003399; }
/* Paragraph */
p { text-indent: 20; font-size: 10pt; }
em
{
font-style: italic;
font-weight: bold;
}
.margin
{
font-style: italic;
text-align: right;
margin-right: 10%;
}
.topics { color: #990099; font-style: italic; }
.summary { color: #009999; }
.figure { }
.caption {font-size: x-small; color: #000099; }
.defTable
{
color: #660000;
font-weight: bold;
text-align: center;
}
.sidebar
{
font-size: 10pt;
color: #000066;
}
/* CODE */
/* code elements embedded in text */
var
{
font-weight: bold;
color: #cc0000;
}
/* Table data for code fragments */
.codeTable { background: #fff7c7; vertical-align: top; }
/* code fragments */
pre
{
margin-left: 10;
font-family: "Courier", monospace;
}
.method { color: #e00080; font-weight: bold; }
.api { color: #0000ff; }
.wintype { color: #00a080; }
.file {font-family: "Courier New", monospace; color: #009900;}
/* lists */
ul { list-style: disc; font-size: 10pt; }
ol { font-size: 10pt; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -