doc.htm

来自「goahead是linux下的轻量级web服务器」· HTM 代码 · 共 57 行

HTM
57
字号
body { 
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;
} 
p { 
	margin: 1pt 0pt 0pt 40pt; text-indent: 0; 
} 
h3 { 
	font-size: 10pt; font-weight: bold; margin: 8pt 0pt 0pt 0pt;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #0066cc;
} 
h2 { 
	font-size: 12pt; font-weight: bold; margin: 8pt 0pt 0pt 0pt;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #0066cc;
} 
h1 { 
	font-size: 14pt; font-weight: bold; margin: 0pt 0pt 0pt 0pt; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #0066cc;
} 
table { 
	text-indent: 0;
	font-size: 9pt; 
} 
pre {
	background-color: #EEEEEE; margin: 0pt 0pt 0pt 24pt; padding: 0pt 0pt 0pt 16pt; 
	text-indent: 0; line-height: 12pt;
}
li {
	margin: 1pt 0pt 0pt 40pt; text-indent: 0;
	font-family: Arial, Helvetica, sans-serif; 
}
a:link { 
	text-decoration: underline; color: #0066cc;
}
a:visited { 
	text-decoration: underline; color: #003366;
}
a:active { 
	text-decoration: underline; color: #66ccff;
}
td.title-left {
	font-size:10pt; font-weight: bold; text-align:left; width=33%;
} 
td.title-right {
	font-size:10pt; text-align:right; width=33%;
} 
td.title-center {
	font-size:10pt; text-align:center; width=33%;
} 
p.prototype { 
	background-color: #EEEEEE; margin: 0pt 32pt 0pt 32pt; padding: 0pt 16pt 0pt 16pt; 
	text-indent: 0; line-height: 20pt 
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?