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

📄 top[1].css

📁 一套完整的OA办公系统(JSP)的
💻 CSS
字号:
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
作者:laogui | www.laogui.com
联系:laogui@35.com
本页内容无任何版权,你可以任意修改,在任何地方使用
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 顶部菜单 */
#header {
	width: 772px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: center;
}
#topmenu{
	margin: 0 auto;
	background: #EEEEEE;
	height: 30px;
}
.left{
	float: left;
}
.right{
	float: right;
}
#topdate {
	padding: 8px 5px 0 5px;
	margin: 0 auto;
	display: block;
}
#topnavlist {
	margin: 0px;
	padding: 0;
}
#topnavlist ul {
	margin: 0;
	padding: 8px 5px 0 5px;
}
#topnavlist li {
	float: left;
	width: 56px;
	margin: 0;
	padding: 0px 0px 0px 13px;
	list-style: none;
	background: url(../images/topnav.gif) no-repeat 0px 2px;
}
#topnavlist a {
	float: left;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#topnavlist a:hover, #topnavlist a:active {
	color: #888888;
	font-size: 12px;
}
/* Logo 及顶部广告 */
#maintop {
	width: 772px;
	margin: 3px 0;
	background: #F8F8F8;
	text-align: center;
	height: 60px;
}
#Logo {
	float: left;
	width: 180px;
}
#TopAds {
	float: left;
	width: 472px;
	text-align: center;
}
/* 收藏栏 */
#toprightmenu{
	float: right;
	width: 120px;
	text-align: center;
}
#toprightmenu li {
	margin: 0px 0px 1px 0px;
	list-style: none;
	line-height: 19px;
}
#toprightmenu li a{
	border-left: solid 6px #CCCCCC;
	border-right: solid 6px #CCCCCC;
	padding: 0px 0px 0px 5px;
	display: block;
	color: #666666;
	background: #FBF2EE;
	font-size: 12px;
	text-decoration: none;
	height: 19px;
}
#toprightmenu li a:hover{
	border-left: solid 6px #666666;
	border-right: solid 6px #666666;
	color: #FFFFFF;
	background: #98B1C4;
}
/* 导航栏 */
.navline {
	background: #FFFFFF;
	font: 0px/0px sans-serif;
	height: 1px;
	clear: both;
}
.navup, .navdown {
	width: 772px;
	background: #FFFFFF;
	text-align: center;
	height: 22px;
}
#nav-up-center {
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	float: left;
	padding: 4px 2px 4px 2px;
	width: 162px;
	background: #7EC0EE;
	text-align: center;
}
#nav-up-left {
	float: left;
	padding: 4px 2px 4px 2px;
	width: 430px;
	background: #26BEF2;
	text-align: center;
}
#nav-up-right {
	float: right;
	padding: 4px 2px 4px 2px;
	width: 166px;
	background: #E0E9FE repeat;
	text-align: center;
}
#nav-down-center {
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	float: left;
	padding: 4px 2px 4px 2px;
	width: 162px;
	background: #87CEFF;
	text-align: center;
}
#nav-down-left {
	float: left;
	padding: 4px 2px 4px 2px;
	width: 430px;
	background: #63B8FF;
	text-align: center;
}
#nav-down-right {
	float: right;
	padding: 4px 2px 4px 2px;
	width: 166px;
	background: #EAF2FF repeat;
	text-align: center;
}
a.grey:link,a.grey:visited {
	color: #5C5C5C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.grey:active,a.grey:hover {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.white:link,a.white:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.white:active,a.white:hover {
	color: #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/* 底部菜单 */
#footer {
	width: 772px;
	border: 3px solid #FFFFFF;
	margin: 0 auto;
	text-align: center;
}
#bottommenu{
	width: 754px;
	padding: 9px;
	margin: 0 auto;
	background: #EEEEEE;
}
#bottom{
	width: 762px;
	padding: 5px;
	margin: 0 auto;
	background: #F6F6F6;
	line-height: 180%;
	height: 80px;
}
#bottom span {
	font: 11px arial,helvetica,sans-serif;
}

⌨️ 快捷键说明

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