main.css

来自「Voice Commnucation Components for Delphi」· CSS 代码 · 共 75 行

CSS
75
字号
<STYLE TYPE="text/css"><!--
 
BODY {
	color: #000000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

DIV {
	color: #000000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

DIV.head {
	color: #7766A5;
	font-size: large;
	font-weight: bold;
}


TD {
	color: #000000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: top;
}

TD.small {
	font-size: xx-small;
}

TR.large {
	font-size: normal;
}

td.lib {
	background-color: #7766A5;
	color: white;
}

td.head {
	background-color: #7766A5;
	color: white;
	font-weight: bold;
}

td.body {
	background-color: whitesmoke;
}


SPAN {
	color: #000000;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

SPAN.head {
	color: #7766A5;
	font-size: normal;
	font-weight: bold;
}

SPAN.nowrap {
	white-space: nowrap 
}

SPAN.small {
	font-size: xx-small;
}

SPAN.large {
	font-size: normal;
}


--></STYLE>

⌨️ 快捷键说明

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