noticestyles.css

来自「Build words list automatic」· CSS 代码 · 共 61 行

CSS
61
字号
.noticeLink
{
	font-size: 10pt;
	color: navy;
	font-style: normal;
	font-family: Arial;
	text-decoration: none;
}
.noticeLink:hover 
{
	text-decoration: underline;
}
.trImportant
{
	color: red;
	font-family: arial;
	background-color: white;
}

.trSpecial
{
	font-size: 10pt;
	font-style: italic;
	font-family: arial;
}

.trSport
{
	font-size: 10pt;
	color: #008000;
	font-family: arial;
}

.trGeneral
{
	font-size: 10pt;
	font-family: arial;
	background-color: white;
}

.trCultural
{
	font-size: 10pt;
	overflow: auto;
	font-family: Sylfaen, Arial;
	background-color: white;
}

.tdFormLabel
{
	font-family: Sylfaen, Arial;
	border-right-style: solid;
	background-color: #ffff66;
	text-align: right;
	border-right-color: white;
}
.tdFormInput
{
	background-color: #9999ff;
}

⌨️ 快捷键说明

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