tutorial.css
来自「ActiveX Data Objects Programming in C++ 」· CSS 代码 · 共 13 行
CSS
13 行
body { font-family: Arial; font-size: 10pt; color: #000000 }
a:link { color: #0000FF }
a:hover { color: #FFC000 }
a:active { color: #FF0000 }
a:visited { color: #800080 }
h0 { font-family: Arial; font-size: 24pt; font-weight: bold }
h1 { font-family: Arial; font-size: 18pt; font-weight: bold }
h2 { font-family: Arial; font-size: 15pt; font-weight: bold }
h3 { font-family: Arial; font-size: 13.5pt; font-weight: bold }
h4 { font-family: Arial; font-size: 12pt; font-weight: bold }
h5 { font-family: Arial; font-size: 10pt; font-weight: bold }
table { border-style:outset; border-width:2; font-family: Arial; font-size: 10pt }
.cnotice { font-family: Arial; font-size: 8pt; color: #000000 }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?