menu.htm

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

HTM
56
字号
<style>
<!- Copyright (c) Go Ahead Software Inc., 1999-1999. All Rights Reserved. ->
<!--
	body {
		font-family: Veranda, Arial, Helvetica; 
		font-size: 9pt; 
		color: #ffffff;
		background-graphic: graphics/stripe.jpg;
	}
	p {
		font-family: Arial, Helvetica; 
		font-size: 9pt; 
		color: #ffffff;
	}
	h1 {
		font-family: Arial, Helvetica; 
		font-size: 11pt; 
		font-weight: bold; 
		color: #ffffff;
                margin-top: 8pt;
                margin-bottom: 4pt
	}
	h2 {
		font-family: Arial, Helvetica; 
		font-size: 9pt; 
		font-weight: bold; 
		color: #ffffff;
                margin-top: 8pt;
                margin-bottom: 4pt;
                padding-left: 12
	}
	h3 {
		font-family: Arial, Helvetica; 
		font-size: 9pt; 
		font-weight: normal; 
		color: #ffffff;
		margin: 0pt 0pt 0pt 0pt;
		padding: 0 0 0 30;
	}
h4 { font-family: Arial, Helvetica; font-size: 9pt; font-weight: normal; color: #ffffff; ; margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 15px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 30}
	a:link {
		text-decoration: underline;
		color: #33ccff;
	}
	a:visited {
		text-decoration: underline;
		color: #3399ff;
	}
	a:active {
		text-decoration: underline;
		color: #ccffff;
	}
-->
</style>

⌨️ 快捷键说明

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