📄 default.css
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -