default.css

来自「delphi6 programming example」· CSS 代码 · 共 76 行

CSS
76
字号
BODY {
	font-family: Tahoma, Arial, Helvetica;
	font-size:11pt;
}

A  {
	color : Red;
	text-decoration : none;
	font-family : Tahoma, Arial;
	font-weight : bold;
}

A:Visited  {
	font-family : Tahoma, Arial;
}

A:Active  {}

A:Hover  {
	font-family : Tahoma, Arial;
	color : Red;
	text-decoration : underline;
}

P  {
	font-family : Tahoma, Arial;
	font-size : 11pt;
}

LI  {
	font-family : Tahoma, Arial;
	font-size : 11pt;
}

H1  {
	font-family : Tahoma, Arial;
	font-size : 24pt;
	color : Navy;
	font-weight : bold;
	margin-bottom: 10px;
}

H2  {
	font-family : Tahoma, Arial;
	font-size : 16pt;
	color : Navy;
	font-weight : bold;
}

H3  {
	font-size : 12pt;
	font-family : Tahoma, Arial;
	font-weight : bold;
	color : Navy;
}

TABLE  {
	font-family : Tahoma, Arial;
	font-size : 11pt;
}

TD  {
	font-family : Tahoma, Arial;
	font-size : 10pt;
}

TH  {
	font-weight : bold;
	color : Black;
	font-size : 13pt;
	text-align : left;
}

PRE  {
	font-size : 11pt;
}

⌨️ 快捷键说明

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