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

📄 layout-6.css

📁 中文bux点击站源码。配合其他站点用
💻 CSS
字号:
#maincontainer {
	width: 960px;
	margin: 0 auto;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#maincolumn {
	margin-top: 12px;
	margin-right: 200px;
}

#maincolumn1 {
	margin-top: 12px;
}

.text {
	margin: 0 15px 15px 0;
}

#rightcolumn {
	margin-top: 15px;
	float: left;
	width: 200px;
	margin-left: -200px;
}

* html #maincolumn { margin-top: 10px; }
* html #rightcolumn { margin-top: 13px; }

#tables tr{
	background-color: #f7f7f7;
}

#tables tr:hover{
	background-color: #FFFFFF;
}
#tables th.top{
	background: url(../images/button.png) repeat-x;
	color: #FFFFFF;
}
#tables td{
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;		
}

#form label { 
	font-weight: bold;
	font-size:15px;
}

#form input {
  width:200px;
  height: 25px;
  font-size: 20px;
}
#form select{
  width:200px;
  height: 25px;
  font-size: 15px;
}
#form input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../images/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

#form input.checkbox {
  width:15px;
  background:none;
  border:0;
}

#form input.radio_button {
  width:15px;
  background:none;
  border:0;
}

#form input.small, select.small {
  width:50px;
}

#form input.large, select.large {
  width:200px;
}

#form input.extra_large, select.extra_large {
  width:300px;
}

#form input:hover, textarea:hover, select:hover {
  border:2px solid #5190b2;
}

#form input:active, textarea:active, select:active {
  border:2px solid #5190b2;
}
#form input:focus, textarea:focus, select:focus {
  border:2px solid #5190b2;
}
#form input.submit {
  background:#ffffff url(../images/button_current.png)  repeat-x;
  width:100px;
  color:#ffffff;
  height: 40px;
}

#form input.submit:hover {
  
  cursor: pointer;
}

#form input.securitycode {
  width:51px;
  text-transform: uppercase;
}

#form textarea {
  width:200px;
  height: 200px;
}

#form textarea.deep {
  height:350px;
}

#form textarea.shallow {
  height:50px;
}

#form fieldset {
  width: 400px;
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:auto;
  display: block;
}
#form fieldset img {
border:0;
}

#form legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

⌨️ 快捷键说明

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