default.css

来自「UCH爱墙插件」· CSS 代码 · 共 80 行

CSS
80
字号
body, div{text-align: center; margin:auto; padding:0; background: transparent; font-size:12px;font-family:arial; color:#000;word-break:break-all;}

.white		 { color:#FCFCFC; }
.green		{ color:green;}

/* new */
#content{
	width:770px!important;
	width:778px;
	background:white;
	border:#E0E0E0 4px solid;
	border-top:#E0E0E0 0px solid;
	border-bottom:#E0E0E0 0px solid;
}


#menu a:link	 {color: white; text-decoration: none}
#menu a:visited	 {color: white; text-decoration: none}
#menu a:hover	 {color: white; text-decoration: underline}
#menu a:active	 {color: red; text-decoration: none}


#wall{
	width:750px;
	height:57px;
	background:url(../images/bg_wall.jpg) no-repeat;
	margin-top:4px;
}

/* pape number */
#pagenum { text-align:center;font-size:14px;	line-height:25px;	background:#78B01A;margin:10px 0px 10px 0px;color:white;background:#78B01A; }
#pagenum a:link	 {color: white; text-decoration: none}
#pagenum a:visited	 {color: white; text-decoration: none}
#pagenum a:hover	 {color: white; text-decoration: underline}
#pagenum a:active	 {color: red; text-decoration: none}


#bar{
	width:735px!important;
	width:750px;
	height:25px;
	line-height:25px;
	background:#78B01A;
	margin-top:2px;
	color:#006000;
	text-align:left;
	padding-left:15px;
	position:relative;
}

.btn{
	width:72px;
	height:17px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}



/* footer */
#footer{
	width: 100%;
	height:40px;
	padding-top:25px;
	text-align:center;
	background-image:url(../images/bg_footer.gif) center center;
	background-repeat:no-repeat;
}
#footer_detail{
	background: transparent;
	width: 100%;
	height:57px;
	padding-top:25px;
	text-align:center;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	border:0px solid red;
	width:750px;
}

⌨️ 快捷键说明

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