⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common.css

📁 一个很不错的绿色小软件 可以实现 上网 一个小助手
💻 CSS
字号:
.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -