common.css

来自「一个很不错的绿色小软件 可以实现 上网 一个小助手」· CSS 代码 · 共 61 行

CSS
61
字号
.form-style {
	border: 1px solid #6B8FCF;
}
.table-style {
	border: 1px solid #6B8FCF;
}
.td-style1 {
	background-image: url(bg01.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
}
.td-style2 {
	background-image: url(bg02.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
}

body,td,th {
	background-color: #FFFFFF;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #6B8FCF;
	text-decoration: none;
}

a.nav:link {
	color: #000;
	text-decoration: none;
}
a.nav:visited {
	color: #000;
	text-decoration: none;
}
a.nav:active {
	color: #000;
	text-decoration: none;
}
a.nav:hover {
	color: #000;
	text-decoration: none;
}

⌨️ 快捷键说明

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