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

📄 home.css

📁 6个网页标准全站代码
💻 CSS
字号:
/*Copyright 2004-10 www.gogocn.com
This stylesheet contain Main Layout
Coding By Shiny
My site:http://www.ixue.net
My blog:http://blog.csdn.net/ixue/
*/
@import "basefont.css";
@import "topmenu.css";

body{
	background:url("img/c_750.png") repeat-y center;
	margin:0;
	padding:0;
	font-size:12px;
	padding-left:0 !important;
	padding-left:2px;
	text-align:center;
	}
.more{
	text-align:right;
	height:20px;
	padding:3px;
	color:#666;
	font-style:italic;
	}
.red{
	color:#F00;
	}
.green{
	color:#090;
	}
.bora{
	font-weight:bold;
	color:#F60;
	}
#mainbox{
	margin-right: auto;
	margin-left: auto;
	width:750px;
	text-align:left;
	}
.leftcolumn{
	float:left;
	width:570px;
	text-align:left;
	border-left:1px solid #ccc;
	}
.lbox{
	width:570px;
	float:left;
	}
.rightcolumn{
	width:175px;
	text-align:center;
	margin-left:572px;
	}
.lclc{
	float:left;
	width:283px;
	padding:0;
}
.lcrc{
	float:right;
	width:283px;
	border-left:4px solid #ccc;
	}
#searchbar{
	width:570px;
	height:20px;
	padding-bottom:4px;
	padding-top:4px;
	margin-bottom:5px;
	background:#515151;
	color:#FFF;
	}
.lhtitle{
	background:#F3F3F5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
.rctitle{
	padding:3px;
	background:#303;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	color:#FFF;
}
.rccontent{
	padding:3px;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	}
.shadow{
	padding:0;
	margin:0;
	border:0;
	text-align:left;
	width:170px;
	height:13px;
	background:url(../images/shadow.gif) no-repeat left top;
	}
.rccontent p{
	text-indent:0;
	}
.rccontent li{
	text-align:left;
	}
.lccontent{
	width:570px;
	padding:0;
	}
.lclccontent{
	padding:3px;
	border:0;
	}
.lcrccontent{
	padding:3px;
	border:0;
	}
.pic{
	float:left;
	margin:10px;
	padding:10px;
	}
#bottom{
	clear:both;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:20px;
	text-align:left;
	}
.botbar{
	clear:both;
	background:url("../images/tdbg.gif");
	height:20px;
	}
.botcontent{
	background:#FFFBF0;
	padding:5px;
	}
#bottom ul {
	clear: left;
	margin: 0px;
	padding: 0px;
	border:0px;
	list-style-type: none;
	text-align: center; 
}

#bottom li {
	float:left;
	display: block;
	margin: 0px;
	padding:0px;
	padding-left:30px;
	text-align: center;
	line-height:160%;
}
#bottom a{color:#009;}
#bottom a#ba {color:#F00;}
#bottom a#bb {color:#900;}
#bottom a#bc {color:#F96;}
#bottom a#bd {color:#06C;}
#bottom a#be {color:#063;}
#bottom a#bf {color:#3C6;}

⌨️ 快捷键说明

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