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

📄 admin.css

📁 搜索动力2009(asp+access) Ver 3.2 (思亲版): 1. 新增“首页换肤”用户自定义功能 2. 新增“设置”链接 3. 新增“设置”页面 4. 新增“选择我喜欢的皮肤”用户自定义功
💻 CSS
字号:
body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 150%;
	background: white;
	margin: 0px;
	padding: 0px;
	min-width: 750px;
}

/* links */

a,
a:link,
a:visited,
a:active {
	color: #4F7500;
	text-decoration: underline;
}
a:hover {
	color: #395500;
	background: #EFF9D0;
}

/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}

input,
select{
	vertical-align: middle;
}

.input_w{
	width:250px;height:15px;
}

.select_w{
	width:257px;height:20px;
}

.textarea_w{
	width:250px;height:30px;
}

/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
}

.wrapper {}

/****** Content Block ******/
.contentWrapper{
	min-width: 610px;
	width: 740px;
	margin: 10px auto;
}

.content{
	float: left;
	width: 100%;
	margin: 0px -210px 0px 0px;
}
.innerContent{
	margin-right: 210px;
	overflow: visible;
}

/* content block */
.contentBlock{
	margin: 0px 0px 40px 0px;
}
h3{
	color: #669900;
	font-size: 150%;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dashed #E0E0E0;
}
h4 {
	color: #666666;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 5px 0px;
}
.contentText{
	line-height: 200%;
}

.hidden{display:none}
.newhot{display:none}

⌨️ 快捷键说明

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