rs-2.css
来自「Visual C++ has been one of most effectiv」· CSS 代码 · 共 101 行
CSS
101 行
body
{
font-family: "Arial", sans-serif;
font-size: 10pt;
}
/* HEADINGS */
h1 h2 h3 h4
{
margin-top: 1em;
page-break-after: never;
font-weight: bold;
}
h1
{
page-break-before: encourage;
font-size: x-large;
color: #003366;
text-align: center;
}
h2 { font-size: large; font-weight: bold; color: #003366;}
h3 { font-size: medium; font-weight: bold; color: #006699;}
h4 { font-style: italic; color: #006699; }
hr { color: #006699; }
/* Paragraph */
p { text-indent: 20; font-size: 10pt; }
p.continue {
text-indent: 0;
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: red;
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 + =
减小字号Ctrl + -
显示快捷键?