admin.css

来自「搜索动力2009(asp+access) Ver 3.2 (思亲版): 1. 新」· CSS 代码 · 共 106 行

CSS
106
字号
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 + =
减小字号Ctrl + -
显示快捷键?