📄 delphidoc.css
字号:
span.string { color:#FF0000; }
b.resword {
/* already bold, but may be re-defined */
}
a.external {
/* links outside the documentation */
}
a.extFile {
/* links to non-HTML files inside the documentation */
}
h2.class i {
/* the word "abstract" will be shown italic by default */
}
div.imgparagraph {
text-align: center; /* center images in their own paragraph */
}
ul.helpcontext :target {
font-weight: bold;
color: #FF8080;
background-color: black;
}
/*
a:link { text-decoration: none; color: #00FF00; }
a:visited { text-decoration: none; color: #00FF00; }
a:active { text-decoration: none; color: #00FF00; }
a:focus { text-decoration: none; color: #00FF00; }
a:hover { text-decoration: underline; color: #FFC000; }
*/
/*
a sample to define styles with CSS to the HTML files generated by DelphiDoc
here a sample to redefine some elements of the documentation of identifiers
declared in files (not members in classes):
put the heading on a blue background:
h2.idents { background-color:#8080FF; }
put the documentation of all identifiers on a light-green background:
dl.idents { background-color:#80FF80; }
put the declarations of the identifiers on a light-red background:
dt.ident { background-color:#FF8080; }
put the documentation of the identifiers on a white background:
dd.ident { background-color:#FFFFFF; }
format headings inside the documentation as bold and red:
dd.ident dt { font-style:bold; color:#FF0000; }
format the heading "See also:" inside the documentation additionally italic:
dt.see { font-style:italic; }
show documentation of all members on a green background
*.member { background-color:green }
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -